/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "PlusJakartaSans-VariableFont_wght";
    src: url(font/PlusJakartaSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: "PlusJakartaSans-ExtraLight";
    src: url(font/PlusJakartaSans-ExtraLight.ttf);
}

@font-face {
    font-family: "PlusJakartaSans-Bold";
    src: url(font/PlusJakartaSans-Bold.ttf);
}

@font-face {
    font-family: "PlusJakartaSans-Light";
    src: url(font/PlusJakartaSans-Light.ttf);
}

@font-face {
    font-family: "PlusJakartaSans-Medium";
    src: url(font/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: "PlusJakartaSans-Regular";
    src: url(font/PlusJakartaSans-Regular.ttf);
}

@font-face {
    font-family: "SF-Pro-Display-Light";
    src: url(font/SF-Pro-Display-Light.otf);
}

@font-face {
    font-family: "SF-Pro-Display-Regular";
    src: url(font/SF-Pro-Display-Regular.otf);
}

@font-face {
    font-family: "Barlow-Bold";
    src: url(font/Barlow-Bold.ttf);
}

@font-face {
    font-family: "Barlow-Medium";
    src: url(font/Barlow-Medium.ttf);
}

@font-face {
    font-family: "Barlow-Regular";
    src: url(font/Barlow-Regular.ttf);
}

.hl-ring {
    position: fixed;
    bottom: 30px;
    left: 20px;
    min-width: 45px;
    text-align: center;
    z-index: 999;
}

.hl-ring a span {
    border-radius: 2px;
    text-align: center;
    background: #1FE0B3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    border-radius: 48px;
    padding: 11px 16px 12px 16px;
    margin-left: 10px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 68px;
    width: 190px;
    height: 48px;
    transition: all .2s ease-in-out 0s;
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1;
}

.hl-ring a span {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
}

.hl-ring a span:before,
.hl-ring a span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 14px 14px;
    border-color: transparent #1FE0B3 #ff000000 #f0293700;
    position: absolute;
    left: -24px;
    top: 10px;
}

.hl-ring a:hover span {
    display: block;
}

.hl-ring img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: relative;
    z-index: 999;
}

.host-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 58px;
    height: 58px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    border-color: #1FE0B3;
    opacity: .5;
    animation: animated 2s ease-out infinite;
}

.host-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 68px;
    height: 68px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #1FE0B3;
    opacity: .15;
    animation: animated 2s ease-out infinite;
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}


@keyframes animated {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.15, 1.15);
    }

    100% {
        transform: scale(1, 1);
    }
}

.absolute-footer {
    display: none;
}

.mess_main {
    position: fixed;
    bottom: 23px;
    right: 15px;
    z-index: 9999;
}

.back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
    bottom: 95px;
}

.button.icon.circle {
    height: 48px;
    width: 48px;
    background-color: #E2E8F0;
    border-color: #E2E8F0;
}

#top-link i::before {
    font-family: 'FontAwesome';
    content: "\f062";
    font-size: medium;
    position: relative;
    top: 4px;
    color: #718096;
}

.home .header-main {
    box-shadow: none;
}

.header-main {
    box-shadow: 0px 12px 20px 0px #0000000D;
}

.header-main .nav>li a {
    font-family: "PlusJakartaSans-Regular";
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #263238;
}

.header-main .nav>li a:hover {
    color: #1F32E0;
}

.header-main .nav>li {
    margin: 0 24.5px;
}

.header-main .has-dropdown .icon-angle-down {
    margin-left: 10px;
    font-size: 20px;
    opacity: 1;
}

.header-main .nav-dropdown-default {
    padding: 10px;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 15px #1fe0b354;
}

.header-main .nav-dropdown-default li {
    /* border-bottom: 1px solid #1f32e040; */
}

.header-main .nav-dropdown-default li:last-child {
    border-bottom: none;
}

.header-main .nav-dropdown-default li a {
    position: relative;
    margin-left: 30px;
    border-bottom: none;
}

.header-main .nav-dropdown-default li a::before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    position: absolute;
    margin-left: -20px;
    font-size: x-small;
    color: #1FE0B3;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown {
    /* min-width: 300px; */
}

.btn-call {
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 2px solid #1FE0B3;
    border-radius: 12px;
}

.btn-call a {
    font-family: "PlusJakartaSans-Regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #263238;
    padding: 0 16px;
    position: relative;
    margin-left: 30px;
}

.btn-call a::before {
    content: url(img/callTop.svg);
    position: absolute;
    margin-left: -30px;
    height: 20px;
    top: 3px;
}

.footer-main {
    min-height: 434px;
}

.footer-main .row {
    max-width: 1170px;
}

.footer-main .ro1>div {
    padding-bottom: 25px;
}

.footer-main .ro1 .co1 .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
}

.footer-main .ro1 .co1 .link a {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.footer-main .ro1 .co1 .link a:hover {
    color: #1FE0B3;
}

.footer-main .ro1 .co2 .col-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 465px;
    margin-right: 0;
    margin-left: auto;
}

.footer-main .ro1 .co2 .col-inner .img {
    width: 100%;
    max-width: 145px;
    margin-bottom: 0;
}

.footer-main .ro2 .line {
    width: 100%;
    height: 1px;
    background-color: #4c5be6;
    margin-bottom: 30px;
}

.footer-main .ro2>div {
    padding-bottom: 0;
}

.footer-main .ro2 .co1 {}

.footer-main .ro2 .co1 .logo {
    max-width: 160.5px;
    margin-bottom: 30px;
}

.footer-main .ro2 .co1 .nd p {
    position: relative;
    margin-left: 35px;
    font-family: "PlusJakartaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: white;
}

.footer-main .ro2 .co1 .nd p::before {
    position: absolute;
    margin-left: -35px;
}

.footer-main .ro2 .co1 .nd .p1::before {
    content: url(img/icf01.svg);
}

.footer-main .ro2 .co1 .nd .p2::before {
    content: url(img/icf02.svg);
}

.footer-main .ro2 .co1 .nd .p3::before {
    content: url(img/icf03.svg);
}

.footer-main .ro2 .co1 .nd .p4::before {
    content: url(img/icf04.svg);
}

.footer-main .ro2 .co1 .iconF .col-inner {
    display: flex;
    align-items: center;
}

.footer-main .ro2 .co1 .iconF .col-inner .img {
    width: 100%;
    max-width: 24px;
    margin-right: 20px;
    margin-bottom: 0;
}

.footer-main .ro2 .co3,
.footer-main .ro2 .co2 {
    margin-top: 5px;
}

.footer-main .ro2 .co3 h3,
.footer-main .ro2 .co2 h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: white;
    margin-bottom: 20px;
}

.footer-main .ro2 .co2 p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.footer-main .ro2 .co2 p a {
    color: white;
}

.footer-main .ro2 .co2 p a::before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 14px;
}

.footer-main .ro2 .co2 .img {
    width: 100%;
    max-width: 268px;
}

.footer-main .ro2 .co3 .ux-tintuc {}

.footer-main .ro2 .co3 .ux-tintuc a {
    font-family: "SF-Pro-Display-Light";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-main .ro2 .co2 p a:hover,
.footer-main .ro2 .co3 .ux-tintuc a:hover {
    color: #1FE0B3;
}

.footer-main .ro2 .co3 .ux-tintuc p {
    color: #FFFFFF;
    position: relative;
    margin-left: 24px;
}

.footer-main .ro2 .co3 .ux-tintuc p a::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    margin-left: -24px;
    top: -1px;
}


.home02 .row .col {
    padding-bottom: 0;
}

.home02 .co2 .col-inner {
    padding-left: 25px;
}

.home02 .co2 .icon-box:nth-child(1) {
    margin-top: 0;
}

.home02 .co2 .icon-box {
    margin-top: 35px
}

.home02 .co2 .icon-box .icon-box-img {
    margin-right: 10px;
}

.home02 .co2 .icon-box h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #263238;
}

.home02 .co2 .icon-box p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #263238;
}


.home03 {
    min-height: 1104px;
}

.home03 .co2 .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home03 .co1 {
    margin-top: 20px;
}

.home03 .co1 h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.home03 .co1 h4 {
    font-family: "PlusJakartaSans-Regular";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #1F32E0;
}

.home03 .co2 .icon-box {}

.home03 .co2 .icon-box .icon-box-img {
    margin-bottom: 15px;
}



.home03 .co2 .icon-box .icon-box-text h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #263238;
}

.home03 .co2 .icon-box .icon-box-text p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #626262;
}


.home06 {}

.home04 .row {
    margin-top: 15px;
    background-color: #0698ff;
    background-size: cover;
    border-radius: 32px;
    padding: 30px 45px;
    max-width: 1140px !important;
    position: relative;
    overflow: hidden;
}

.home04 .row::before {
    content: url(img/vt02.svg);
    position: absolute;
    top: -45px;
    right: 0;
}

.home04 .row::after {
    content: url(img/vt01.svg);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.home04 .row .col {
    padding-bottom: 0;
}

.home04 .row .co1 {
    position: relative;
    z-index: 1;
}

.home04 .row .co1 h2 {
    font-family: "Barlow-Bold";
    font-size: 36px;
    font-weight: 800;
    line-height: 43.2px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #0212A1;
}

.home04 .row .co1 .nox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 410px;
}

.home04 .row .co1 .nox .c2 i {
    color: white;
    font-size: x-large;
}

.home04 .row .co1 .nox .c1 {
    min-height: 86px;
    border-radius: 12px;
    border: 2px solid #E0F2F1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #00B289 0%, #00D1B2 100%);
}

.home04 .row .co1 .nox .c1>div {
    padding: 0 20px;
}

.home04 .row .co1 .nox .c1 p {
    font-family: "Barlow-Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home04 .row .co1 .nox .c1 h5 {
    font-family: "Barlow-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
}


.home04 .row .co1 .btn {
    border: 1.5px solid #1FE0B3;
    height: 36px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 20px;
}

.home04 .row .co1 .btn a {
    font-family: "SF-Pro-Display-Regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    margin-left: 38px;
    padding: 0 14px 0 4px;
}

.home04 .row .co1 .btn a::before {
    content: url(img/callbgh6.svg);
    position: absolute;
    margin-left: -38px;
    height: 28px;
    top: -2px;
}

.home05 {}

.home05 .co1 h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #263238;
}

.home05 .co1 .line {
    width: 100%;
    max-width: 60px;
    height: 4px;
    margin: auto;
    background-color: #1FE0B3;
}

.home05 .co2 .ux-tintuc .new-list-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home05 .co2 .ux-tintuc .new-list-post .block {
    position: relative;
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-time {
    background-color: #1F32E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-time h3 {
    font-family: "PlusJakartaSans-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-time p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-image:hover img {
    transform: scale(1.2);
}

.home05 .co2 .ux-tintuc .new-list-post .block .post-image img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 182px;
    border-radius: 8px;
    object-fit: cover;
}

.home05 .co2 .ux-tintuc .new-list-post .block .content {
    margin-top: 12px;
}

.home05 .co2 .ux-tintuc .new-list-post .block .content h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #263238;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home05 .co2 .ux-tintuc .new-list-post .block .content .tt {
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #626262;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.home05 .co2 .ux-tintuc .new-list-post .block .content .link a {
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #1F32E0;
}

.home05 .co2 {
    padding-bottom: 0;
}


.home06 {}

.home06 .row {
    max-width: 1200px !important;
}

.home06 .co1 h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #263238;
}

.home06 .co1 .line {
    width: 100%;
    max-width: 60px;
    height: 4px;
    margin: auto;
    background-color: #1FE0B3;
}

.home06 .co2 .col-inner .box {
    border: 1px solid #EFF1F4;
    border-radius: 24px;
    padding: 20px 10px;
    margin: 0 15px;
}

.home06 .co2 .col-inner .box .box-image {
    position: relative;
    margin-bottom: 5px;
}

.home06 .co2 .col-inner .box .box-image img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.home06 .co2 .col-inner .box .box-text {
    padding-bottom: 0;
}

.home06 .co2 .col-inner .box .box-text p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #626262;
    margin-bottom: 0;
}

.home06 .slick-arrow {
    border: 2px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #B4BFC8;
    position: absolute;
    top: 42%;
}

.home06 .slick-arrow:hover {
    color: #1F32E0;
}

.home06 .slick-prev.slick-arrow {
    left: -60px;
}

.home06 .slick-next.slick-arrow {
    right: -60px;
}

.home06 .slick-prev.slick-arrow i::before {
    content: "\f104";
}

.home06 .slick-next.slick-arrow i::before {
    content: "\f054";
}

.home01 {}

.home01 .row {
    position: relative;
}

.home01 .row .col {
    padding-bottom: 0;
}

.home01 .co1 .ro-non {
    background-color: #1F32E0;
    position: relative;
    overflow: hidden;
    min-height: 574px;
    border-radius: 32px;
    width: 100%;
    min-width: 1240px;
    z-index: 1;
    margin-left: 0;
    padding: 30px 40px;
}

.home01 .co1 .ro-non::before {
    content: url(img/vth01-1.svg);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.home01 .co1 .ro-non::after {
    content: url(img/vth01-2.svg);
    position: absolute;
    top: 0px;
    right: 0;
}

.home01 .co1 .ro-non .col {
    padding-bottom: 0;
    z-index: 1;
}

.lightbox-content {
    background-color: unset;
    box-shadow: none;
    padding: 0px !important;
}

.lightbox-content .mfp-close {
    background-color: red;
    opacity: 1;
    z-index: 1;
    mix-blend-mode: initial;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px !important;
    right: -10px;
}

.home01 .co1 .ro-non .col .btn-pop {
    background-color: #1FE0B3 !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: initial;
    min-height: 48px;
    text-indent: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.home01 .co1 .ro-non .col .btn-pop span {
    font-family: "PlusJakartaSans-Regular";
}

.home01 .co1 .ro-non .nd h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: white;
}

.home01 .co1 .ro-non .nd h3 {
    font-family: "PlusJakartaSans-Regular";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #00FCC1;
    margin-bottom: 25px;
}

.home01 .co1 .ro-non .nd p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.home01 .co1 .ro-non .nd p:last-child {
    margin-bottom: 0;
}

.home01 .co1 .ro-non .nd p::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-right: 15px;
}

.home01 .co1 .ro-non form {
    margin-bottom: 0;
}

.form-dkk {
    background-color: #2C40F4;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 20px 30px 30px 30px;
}

.form-dkk .txt {
    margin-bottom: 20px;
}

.form-dkk .txt h3 {
    font-family: "PlusJakartaSans-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: white;
}

.form-dkk .block span {
    position: relative;
}

.form-dkk input,
.form-dkk textarea,
.form-dkk select {
    background-color: #2F5DFF !important;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF !important;
    border-radius: 8px;
    text-indent: 6px;
}

.form-dkk input::placeholder,
.form-dkk textarea::placeholder,
.form-dkk select option {
    box-shadow: none;
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.form-dkk input,
.form-dkk select {
    min-height: 44px;
}

.form-dkk textarea {
    min-height: 80px;
}

.form-dkk .btn {
    background-color: #1FE0B3 !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: initial;
    min-height: 48px;
    text-indent: 0px;
}

.form-dkk .wpcf7-spinner {
    display: none;
}

.form-dkk .block span:nth-child(4) {
    position: relative;
}

.form-dkk .block span:nth-child(4)::after {
    content: url(img/dowW.svg);
    position: absolute;
    right: 2.5px;
    top: 9px;
    height: 24px;
}

.home01 .co1 .ro-non form .wpcf7-response-output {
    background-color: white;
}

.widget.widget_category_posts_widget {
    position: relative;
}

.widget.widget_category_posts_widget .widget-title {
    background-color: #1F32E0;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0 20px;
}

.widget.widget_category_posts_widget .widget-title span {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: white;
}

.widget.widget_category_posts_widget .is-divider {
    display: none;
}

.widget.widget_category_posts_widget .block {
    border: 1px solid #EFF1F4;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.widget.widget_category_posts_widget .block .pont {
    display: none;
}

.widget.widget_category_posts_widget .block .cac:nth-child(1) {
    border-top: none;
}

.widget.widget_category_posts_widget .block .por {

    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EFF1F4;
    padding: 0 20px;
}

.widget.widget_category_posts_widget .block .por p {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #626262;
    position: relative;
    margin-left: 38px;
}

.widget.widget_category_posts_widget .block .por p::before {
    position: absolute;
    margin-left: -38px;
    height: 24px;
}

.widget.widget_category_posts_widget .block .por:nth-child(1) p::before {
    content: url(img/ttpk02.svg);
}

.widget.widget_category_posts_widget .block .por:nth-child(2) p::before {
    content: url(img/ttpk01.svg);
}

.widget.widget_category_posts_widget .block .por:nth-child(3) p::before {
    content: url(img/ttpk03.svg);
}


.gioithieu>div {
    padding-bottom: 0;
}

.gioithieu h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #263238;
}

.gioithieu ul li,
.gioithieu p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #626262;
}

.gioithieu .block-img {
    margin-top: 40px;
    margin-bottom: 30px;
}

.gioithieu .block-img .co1 .line {
    width: 100%;
    height: 2px;
    position: relative;
    background: linear-gradient(to right, #1FE0B3 30%, #EFF1F4 30%);
}

.gioithieu .block-img .co2 {
    padding-bottom: 0;
}

.gioithieu .block-img .co2 .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gioithieu .block-img .co2 .col-inner .img {
    margin-bottom: 0;
}

.page-id-202 .ror {
    display: block !important;
}

.nspk {}

.nspk h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #263238;
}

.nspk .co1 .line {
    width: 100%;
    height: 2px;
    position: relative;
    background: linear-gradient(to right, #1FE0B3 20%, #EFF1F4 20%);
}

.nspk .co2 .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nspk .co2 .col-inner .box {
    background-color: white;
    border: 1px solid #EFF1F4;
    border-radius: 4px;
    padding: 20px;
}

.nspk .co2 .col-inner .box .box-image {
    position: relative;
}

.nspk .co2 .col-inner .box .box-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}

.nspk .co2 .col-inner .box .box-text {
    padding: 18px 0 0 0;
}

.nspk .co2 .col-inner .box .box-text h4 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #00948A;
}

.nspk .co2 .col-inner .box .box-text p {
    font-family: "SF-Pro-Display-Light";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #8991A4;
}

.chuyenmuctintuc {
    margin-top: 50px;
}

.chuyenmuctintuc .name-scat {
    margin-bottom: 30px;
}

.chuyenmuctintuc .name-scat h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #263238;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.chuyenmuctintuc .name-scat .line {
    width: 100%;
    max-width: 60px;
    margin: auto;
    height: 2px;
    position: relative;
    background-color: #1FE0B3;
}

.chuyenmuctintuc>div {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    display: flow-root;
}

.chuyenmuctintuc>div .co1 {
    float: left;
    width: 100%;
    max-width: 74%;
}

.chuyenmuctintuc>div .co2 {
    float: right;
    width: 100%;
    max-width: 24%;
}

.chuyenmuctintuc>div .co1>div .featured-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post {
    position: relative;
    border-radius: 12px;
    border: 1px solid #EFF1F4;
    margin-bottom: 20px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post:hover {
    box-shadow: 0px 12px 20px 0px #0000000D;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .post-time {
    background-color: #1f32e0;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .post-time>div h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .post-time>div p {
    font-family: "PlusJakartaSans-Bold";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .hinhanh {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post:hover img {
    transform: scale(1.2);
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .hinhanh img {
    height: 246px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content {
    padding: 20px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #677987;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post:hover .content h3 a {
    color: #1FE0B3;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #263238;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content .connect a {
    font-family: "PlusJakartaSans-Bold";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #1f32e0;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content .connect a i {
    margin-left: 8px;
}

.chuyenmuctintuc>div .co1>div .post.dig {
    display: flex;
    margin-bottom: 20px;
}

.chuyenmuctintuc>div .co1>div .post.dig .hinhanh {
    width: 100%;
    max-width: 263px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    border-radius: 12px;
}

.chuyenmuctintuc>div .co1>div .post.dig:hover .hinhanh img {
    transform: scale(1.2);
}

.chuyenmuctintuc>div .co1>div .post.dig .hinhanh img {
    min-width: 263px;
    max-width: 263px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.chuyenmuctintuc>div .co1>div .post.dig .content {}

.chuyenmuctintuc>div .co1>div .post.dig:hover .content h3 a {
    color: #1FE0B3;
}

.chuyenmuctintuc>div .co1>div .post.dig .content h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #263238;
}

.chuyenmuctintuc>div .co1>div .post.dig .content h3 a {
    color: #263238;
}

.chuyenmuctintuc>div .co1>div .post.dig .content .tt {
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #7D8D9A;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chuyenmuctintuc>div .co1>div .post.dig .content a {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1f32e0;
}

.chuyenmuctintuc>div .co1>div .post.dig .content a i {
    margin-left: 8px;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 3px;
    border: 1px solid;
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: #1f32e0;
    border-color: #1f32e0;
    color: #fff;
}

ul.links li a {
    color: #52606B;
    border-color: #E6E8EB;
}

.phan-trang {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.chitiet-tintuc {}

.chitiet-tintuc {
    margin-top: 45px;
}

.chitiet-tintuc>div {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    display: flow-root;
}

.chitiet-tintuc>div .co1 {
    float: left;
    width: 100%;
    max-width: 74%;
}

.chitiet-tintuc>div .co2 {
    float: right;
    width: 100%;
    max-width: 24%;
}

.chitiet-tintuc>div .co1 .contennt {}

.chitiet-tintuc>div .co1 .contennt h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #263238;
}

.chitiet-tintuc>div .co1 .contennt p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    position: relative;
    margin-left: 45px;
    height: 36px;
    display: flex;
    align-items: center;
}

.chitiet-tintuc>div .co1 .contennt p::before {
    content: url(img/matxem.svg);
    position: absolute;
    margin-left: -45px;
    height: 36px;
}

.chitiet-tintuc>div .co1 .excerpt>div>div,
.chitiet-tintuc>div .co1 .excerpt p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #677987;
}

.chitiet-tintuc>div .co1 .tukhoa {
    height: 50px;
    border-top: 1px solid #EFF1F4;
    border-bottom: 1px solid #EFF1F4;
    display: flex;
    align-items: center;
    margin: 35px auto;
}

.chitiet-tintuc>div .co1 .tukhoa p {
    font-family: "SF-Pro-Display-Light" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #B4BACA;
    margin-bottom: 0;
}

.chitiet-tintuc>div .co1 .tukhoa p span {
    font-family: "SF-Pro-Display-Regular" !important;
    color: #1f32e0;
}

.chitiet-tintuc>div .co1 .related_news {
    margin-top: 30px;
}

.chitiet-tintuc>div .co1 .related_news .widget-title {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #263238;
    margin-bottom: 35px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post {
    position: relative;
    border-radius: 12px;
    border: 1px solid #EFF1F4;
    margin: 0 10px 20px 10px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post:hover {
    box-shadow: 0px 12px 20px 0px #0000000D;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .post-time {
    background-color: #1f32e0;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .post-time>div h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .post-time>div p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}


.chitiet-tintuc>div .co1 .related_news .new-list-related .post .hinhanh {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post:hover img {
    transform: scale(1.2);
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .hinhanh img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content {
    padding: 20px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #677987;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post:hover .content h3 a {
    color: #1FE0B3;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content .connect a {
    font-family: "PlusJakartaSans-Bold";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #1f32e0;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content .connect a i {
    margin-left: 8px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-next.slick-arrow {
    right: 0px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-prev.slick-arrow {
    left: 0px;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-arrow {
    border: 1px solid;
    width: 27.75px;
    height: 27.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #B4BFC8;
    position: absolute;
    top: -16%;
    z-index: 1;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-prev.slick-arrow i,
.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-next.slick-arrow i {
    font-size: x-small;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-prev.slick-arrow i::before {
    content: "\f104";
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-next.slick-arrow i::before {
    content: "\f054";
}


.chitiet-tintuc>div .co1 .related_news .new-list-related .slick-arrow:hover {
    color: #1f32e0;
}

.dichvu {}

.dichvu .co1 h4 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1F32E0;
    margin-bottom: 5px;
}

.dichvu .co1 h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #263238;
    margin-bottom: 20px;
}

.dichvu .co1 .line {
    width: 100%;
    max-width: 60px;
    margin: auto;
    height: 2px;
    position: relative;
    background-color: #1FE0B3;
}

.dichvu .co2 {
    padding-bottom: 0;
}

.dichvu .co2 p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #626262;
}

.dichvu .co2 h3 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #263238;
    margin-bottom: 20px;
}

.dichvu .co2 .img {
    margin-bottom: 30px;
}

.lienhe {}

.lienhe .row {
    margin-top: 30px;
}

.lienhe .row .col {
    padding-bottom: 0;
}

.lienhe .co1 iframe {
    width: 100%;
    max-width: 1170px;
    height: 450px;
}

.lienhe .co2 form {
    margin-bottom: 0;
}

.lienhe .co2 .form_lh {}

.form_lh .text h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #2F4858;
}

.form_lh .block input,
.form_lh .block textarea {
    border-radius: 8px;
    border: 1px solid #EFF1F4;
    min-height: 48px;
    box-shadow: none;
}

.form_lh .block textarea {
    min-height: 90px;
}

.form_lh .block input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.form_lh .block .co1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
}

.form_lh .block .co1 input {
    margin-bottom: 0;
}

.form_lh .block .co1>div {
    position: relative;
}

.form_lh .block .co1>div:nth-child(2)::before {
    content: url(img/lh01.svg);
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
    height: 24px;
}

.form_lh .block .co1>div:nth-child(3)::before {
    content: url(img/lh02.svg);
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
    height: 24px;
}

.form_lh .block .co1>div:nth-child(4)::before {
    content: url(img/lh03.svg);
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
    height: 24px;
}

.form_lh .block .co2 .wpcf7-spinner {
    display: none;
}

.form_lh .block .co2 .btn {
    margin-top: 10px;
    width: 100%;
    background-color: #1FE0B3;
    min-height: 54px;
    font-family: "PlusJakartaSans-Regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: initial;
}

.lienhe .co3 {}

.lienhe .co3 h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #2F4858;
}

.lienhe .co3 h5 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
}

.lienhe .co3 p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    color: #677987;
}

.lienhe .co3 .nd p {
    font-family: "PlusJakartaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    position: relative;
    margin-left: 25px;
    margin-bottom: 16px;
}

.lienhe .co3 .nd p:last-child {
    margin-bottom: 0;
}

.lienhe .co3 .nd p::before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    margin-left: -25px;
    color: #1FE0B3;
}

.lienhe .co3 .nd .p1::before {
    content: "\f3c5";
}

.lienhe .co3 .nd .p2::before {
    content: "\f095";
}

.lienhe .co3 .nd .p3::before {
    content: "\f0e0";
}

.lienhe .co3 .nd .p4::before {
    content: "\f017";
}