/*
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.   ***************/


#masthead {
    background-image: url(img/bgmainhead.jpg);
    background-size: cover;
}

.archive .bg-breadcrumb {
    background-image: url(img/bg10.png);
    background-size: cover;
    min-height: 172px;
}

.archive .bg-breadcrumb .block-breadcrumb {
    margin: 0 auto;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive .bg-breadcrumb .block-breadcrumb h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #356ECA;
    margin-bottom: 10px;
}

.archive .bg-breadcrumb .block-breadcrumb #breadcrumbs {
    text-align: center;
}

.topmain1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 280px;
}

.topmain1 p {
    /* font-family: Roboto; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.topmain1 p::before {
    margin-right: 8px;
    top: 4px;
    position: relative;
}

.topmain1 .nox1 p::before {
    content: url(img/icon1.png);
}

.topmain1 .nox2 p::before {
    content: url(img/icon2.png);
}


.topmain2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 200px;
}

.topmain2 a {
    /* font-family: Roboto; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.topmain2 a::before {
    margin-right: 8px;
    top: 4px;
    position: relative;
}

.topmain2 .nox1 a::before {
    content: url(img/icon3.png);
}

.topmain2 .nox2 a::before {
    content: url(img/icon4.png);
}

.nav>li>a {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 21px !important;
    letter-spacing: 0em;
    text-align: center;
}

.nav-dark .nav>li>a {
    color: white;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    color: #000000;
    /* border-bottom: 1px solid #000000; */
}

.nav-dropdown-default .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #2D4FAA;
}

#logo {
    width: 71px !important;
    margin-right: 15px;
}

.textLogo h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D4FAA;
    text-transform: uppercase;
    margin-bottom: 0;
}

.has-dropdown .icon-angle-down {
    font-size: 24px;
    margin-left: 10px;
    opacity: 1;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}

.bg-breadcrumb {}

.bg-breadcrumb .block-breadcrumb {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    margin: 20px auto;
}

.bg-breadcrumb .block-breadcrumb #breadcrumbs {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

.post-template-default .bg-breadcrumb .block-breadcrumb #breadcrumbs {
    text-transform: uppercase;
}

.bg-breadcrumb .block-breadcrumb #breadcrumbs span span a {
    color: #2D4FAA;
}

.bg-breadcrumb .block-breadcrumb .breadcrumb_last {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
}

/*css phone*/
.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: #F02937;
    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 #F02937 #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: #F02937;
    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: #F02937;
    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);
    }
}


/* footer */
.chantrang02 {}

.chantrang02 .row {
    margin-top: 180px;
}

.chantrang02 .row .nd h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: white;
    margin-bottom: 30px;
}

.chantrang02 .row .nd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin-bottom: 15px;
}

.chantrang02 .row .nd p span {
    font-weight: 700;
}

.chantrang02 .row .nd a {
    color: white
}

.chantrang02 .row .ro-diff {
    margin-top: 20px;
}

.chantrang02 .row .ro-diff .col {
    padding-bottom: 0;
}

.chantrang02 .row .ro-diff .col .col-inner {
    display: flex;
}

.chantrang02 .row .ro-diff .col .col-inner .img {
    margin-bottom: 0;
    max-width: 50px;
}

.chantrang02 .row .ro-diff .col .col-inner .img img {
    max-width: 32px;
}


.chantrang02 .row .co1 p::before {
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.chantrang02 .row .co1 .p1::before {
    content: url(img/icon5.png);
}

.chantrang02 .row .co1 .p2::before {
    content: url(img/icon6.png);
}

.chantrang02 .row .co1 .p3::before {
    content: url(img/icon7.png);
}


.chantrang02 .row .co2 a::before {
    content: url(img/icon8.png);
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.absolute-footer .container.clearfix {
    display: flex;
    justify-content: center;
}

.absolute-footer .container.clearfix .nova p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #535557;
    margin-bottom: 0;
}

.absolute-footer .container.clearfix .nova p span {
    font-weight: 600;
    color: #356ECA;
}

.chantrang01 .row .col {
    padding-bottom: 0;
    position: relative;
}

.chantrang01 .wpcf7-response-output {
    position: relative;
    top: 130px;
    text-align: center;
}

.upFooter {
    background-image: url(img/bg00.png);
    background-size: cover;
    min-height: 268px;
    border-radius: 20px;
    padding: 55px 40px;
    position: absolute;
    width: 100%;
    margin-top: -85px;
}

.upFooter h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #2D4FAA;
    margin-bottom: 0;
}

.upFooter p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #4A6069;
    margin-bottom: 15px;
}

.upFooter .nox {
    position: relative;
}

.upFooter .nox .wpcf7-spinner {
    display: none;
}

.upFooter .nox input {
    min-height: 54px;
    border: none;
    box-shadow: none;
    border-radius: 32px;
    margin-bottom: 0;
}

.upFooter .nox .fro1 {
    text-indent: 45px;
}

.upFooter .nox input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #8BA0A8;
}

.upFooter .nox .wpcf7-form-control-wrap::before {
    content: url(img/icon9.png);
    position: absolute;
    top: 17px;
    left: 21px;
}

.upFooter .nox p {
    width: 100%;
    max-width: 558px !important;
    margin: auto;
    position: relative;
}

.upFooter .nox .fro2 {
    margin: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    min-height: 46px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}

.chantrang01 {
    position: relative;
    z-index: 2;
}

.chantrang02 {
    position: relative;
    z-index: 1;
}



/* Trang chủ */
.page-id-16 .bg-breadcrumb,
.page-id-313 .bg-breadcrumb {
    display: none;
}


.home01 {}

.home01 .nd {
    padding-left: 15px;
}

.home01 .nd h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home01 .nd h2 span {
    color: #2D4FAA;
}

.home01 .nd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    color: #535557;
}

.home01 .nd .btn {
    background-color: #3F92F0;
    height: 48px;
    border-radius: 4px !important;
    margin-top: 20px;
}

.home01 .nd .btn span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: initial;
    margin-top: 10px;
}

.home02 {}

.home02 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    padding: 0 15px;
    margin: 15px auto 35px auto;
}

.home02 .tabloiich>ul {
    justify-content: space-between;
    margin-bottom: 40px;
}

.home02 .tabloiich>ul>li {
    min-width: 367px;
    min-height: 52px;
}

.home02 .tabloiich>ul>li>a {
    width: 100%;
    border: 1px solid #D2D5D8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home02 .tabloiich>ul .tab a {
    background-color: white;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 27px !important;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
    text-transform: initial;
    color: #535557;
}

.home02 .tabloiich>ul .tab.active a {
    background-color: #356ECA;
    color: white;
}

.home02 .tabloiich .tab-panels {}

.home02 .tabloiich .tab-panels .nd {
    background-size: cover;
    min-height: 142px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 25px;
    position: relative;
}

.home02 .tabloiich .tab-panels .nd:nth-child(1) {
    background-image: url(img/bg03.jpg);
}

.home02 .tabloiich .tab-panels .nd:nth-child(2) {
    background-image: url(img/bg04.jpg);
}

.home02 .tabloiich .tab-panels .nd:nth-child(3) {
    background-image: url(img/bg05.jpg);
}

.home02 .tabloiich .tab-panels .nd h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D4FAA;
    margin-bottom: 5px;
}

.home02 .tabloiich .tab-panels .nd p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}

.home02 .tabloiich .tab-panels .nd:nth-child(1)>div,
.home02 .tabloiich .tab-panels .nd:nth-child(3)>div {
    margin-left: 170px;
}

.home02 .tabloiich .tab-panels .nd:nth-child(2)>div {
    margin-right: 170px;
}

.home02 .tabloiich .tab-panels .nd:nth-child(1)>div::before,
.home02 .tabloiich .tab-panels .nd:nth-child(3)>div::before {
    position: absolute;
    left: 0;
    left: 30px;
    top: -15%;
}

.home02 .tabloiich .tab-panels .nd:nth-child(2)>div::after {
    position: absolute;
    right: 30px;
    top: 15px;
}

.home02 .tabloiich .tab-panels .nd1>div::before {
    content: url(img/icon10.png);
}

.home02 .tabloiich .tab-panels .nd2>div::after {
    content: url(img/icon11.png);
}

.home02 .tabloiich .tab-panels .nd3>div::before {
    content: url(img/icon12.png);
}

.home02 .tabloiich .tab-panels .nd4>div::before {
    content: url(img/icon13.png);
}

.home02 .tabloiich .tab-panels .nd5>div::after {
    content: url(img/icon14.png);
}

.home02 .tabloiich .tab-panels .nd6>div::before {
    content: url(img/icon15.png);
}

.home02 .tabloiich .tab-panels .nd7>div::before {
    content: url(img/icon16.png);
}

.home02 .tabloiich .tab-panels .nd8>div::after {
    content: url(img/icon17.png);
}

.home02 .tabloiich .tab-panels .nd9>div::before {
    content: url(img/icon18.png);
}

.home03 {}

.home03 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    padding: 0 15px;
    margin-bottom: 35px;
}

.home03 .row .nox {
    padding-bottom: 10px;
}

.home03 .row .nox .col-inner {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.home03 .row .nox .nd1 p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #72BDFF;
    margin-bottom: 15px;
}

.home03 .row .nox .img {
    text-align: center;
}

.home03 .row .nox img {
    width: fit-content;
    height: 136px;
    object-fit: cover;
}

.home03 .row .nox .nd2 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #151719;
}

.home03 .row .nox .nd2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #353739;
    min-height: 73px;
    margin-bottom: 10px;
}


.home04 {}

.home04 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #356ECA;
    margin: 15px auto 35px auto;
    padding: 0 15px;
}

.home04 .dsdichvu {}

.home04 .dsdichvu>ul {
    width: 100%;
    max-width: 758px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 40px;
}

.home04 .dsdichvu>ul>li {
    min-width: 367px;
    min-height: 52px;
}

.home04 .dsdichvu>ul>li>a {
    width: 100%;
    border: 1px solid #D2D5D8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home04 .dsdichvu>ul .tab a {
    background-color: white;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 27px !important;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
    text-transform: initial;
    color: #535557;
}

.home04 .dsdichvu>ul .tab.active a {
    background-color: #356ECA;
    color: white;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner {
    background-color: white;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0px 4px 8px 0px #00000026;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner img {
    max-width: 58px;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .nd h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #356ECA;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .nd p {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .btn {
    margin: 0;
    border-radius: 8px !important;
    border-color: #356ECA;
    min-height: 40px;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .btn span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #356ECA;
    text-transform: initial;
    margin-top: 6px;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .btn:hover span {
    color: white;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .btn span::after {
    /* content: url(img/arr1.png); */
    font-family: 'FontAwesome';
    content: "\f054";
    color: #356ECA;
    margin-left: 12px;
    position: relative;
    top: 0px;
}

.home04 .dsdichvu .tab-panels .row .nox .col-inner .btn:hover span::after {
    color: white;
}


.home04 .row .diff a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #D86940;
    float: right;
}

.home04 .row .diff a::after {
    content: url(img/arr2.png);
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.home05 {}

.page-id-313 .home05 h2 {
    text-align: left;
}

.home05 .te {
    padding-bottom: 0;
}

.home05 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin: 15px auto 35px auto;
    text-transform: uppercase;
}


.home05 .co2 .ux-tintuc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}

.home05 .co2 .ux-tintuc .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.home05 .co2 .ux-tintuc .block .noibat {
    display: none;
}

.home05 .co2 .ux-tintuc .block .post-image {
    margin-right: 8px;
}

.home05 .co2 .ux-tintuc .block .content {
    margin-left: 8px;
}

.home05 .co2 .ux-tintuc .block .post-image img {
    width: 88px;
    min-width: 88px;
    height: 75px;
    border-radius: 4px;
    object-fit: cover;
}

.home05 .co2 .ux-tintuc .block .content .co1,
.home05 .co2 .ux-tintuc .block .content .co2 .cnt {
    display: none;
}

.home05 .co2 .ux-tintuc .block .content .co2 h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home05 .co2 .ux-tintuc .block .content .co2 h3 a {
    color: #353739;
}

.home05 .co1 .ux-tintuc {}

.home05 .co1 .ux-tintuc .block {
    position: relative;
}

.home05 .co1 .ux-tintuc .block .noibat {
    background-color: #FCA740;
    height: 40px;
    position: absolute;
    width: 100%;
    max-width: 87px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.home05 .co1 .ux-tintuc .block .noibat p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
}

.home05 .co1 .ux-tintuc .block .post-image {}

.home05 .co1 .ux-tintuc .block .post-image img {
    height: 250px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.home05 .co1 .ux-tintuc .block .content {}

.home05 .co1 .ux-tintuc .block .content .co1 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 5px;
}

.home05 .co1 .ux-tintuc .block .content .co1 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #356ECA;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 20px;
}

.home05 .co1 .ux-tintuc .block .content .co1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #677987;
    margin-bottom: 0;
}


.home05 .co1 .ux-tintuc .block .content .co2 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.home05 .co1 .ux-tintuc .block .content .co2 h3 a {
    color: #2F4858;
}


.home05 .co1 .ux-tintuc .block .content .co2 .cnt {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #535557;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home05 .co2 .the {
    background: linear-gradient(to right, #D86940, #FFFFFF);
    height: 2px;
}

.home05 .co2 .the a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #D86940;
    float: right;
    margin-top: 10px;
}

.home05 .co2 .the a::after {
    content: url(img/arr2.png);
    margin-left: 8px;
    position: relative;
    top: 2px;
}




/* Liên hệ */
.lienhe {}

.lienhe .co1 {}

.lienhe .co1 .nd {
    margin-bottom: 30px
}

.lienhe .co1 .nd h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
    margin-bottom: 18px;
}

.lienhe .co1 .nd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
    margin-bottom: 15px;
    position: relative;
    margin-left: 34px
}

.lienhe .co1 .nd p span {
    font-weight: 600;
}

.lienhe .co1 .nd p::before {
    position: absolute;
    position: absolute;
    margin-left: -34px;
}

.lienhe .co1 .nd .p1::before {
    content: url(img/map1.png);
}

.lienhe .co1 .nd .p2::before {
    content: url(img/map2.png);
}

.lienhe .co1 .nd .p3::before {
    content: url(img/map3.png);
}


.formLienhe {}

.formLienhe .nox p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
    margin-bottom: 10px;
}

.formLienhe .nox p:nth-child(2) {
    margin-bottom: 0;
}

.formLienhe .nox p span {
    color: #EE3732;
}

.formLienhe .nox.nx1,
.formLienhe .nox.nx2 {
    display: flex;
    justify-content: space-between;
}

.formLienhe .nox.nx1>div,
.formLienhe .nox.nx2>div {
    width: 100%;
    max-width: 268px;
    margin-bottom: 8px;
}

.formLienhe .nox.nx1 input,
.formLienhe .nox.nx2 input {
    border: 1px solid #EFF1F4;
    border-radius: 8px;
    box-shadow: none;
    min-height: 44px;
}

.formLienhe .nox.nx3 textarea {
    border: 1px solid #EFF1F4;
    border-radius: 8px;
    box-shadow: none;
    min-height: 80px;
}

.formLienhe .nox.nx1 input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #7F8DA0;
}

.formLienhe .btn {}

.formLienhe .btn .wpcf7-spinner {
    display: none;
}

.formLienhe .btn input {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    background-color: #3F92F0;
    width: 100%;
    min-height: 48px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: initial;
    border-radius: 8px;
}

.formLienhe .nox>div {
    position: relative;
}

.formLienhe .nox>div:after {
    position: absolute;
    right: 12px;
    top: 42px;
    height: 24px;
}

.formLienhe .nox.nx1>div:nth-child(1):after {
    content: url(img/lh1.png);
}

.formLienhe .nox.nx1>div:nth-child(2):after {
    content: url(img/lh2.png);
}

.formLienhe .nox.nx2>div:nth-child(1):after {
    content: url(img/lh3.png);
}

.formLienhe .nox.nx2>div:nth-child(2):after {
    content: url(img/lh4.png);
}

/* Giới thiệu */
.lspt {}

.lspt .nd1 {
    margin-bottom: 30px;
}

.lspt .nd1 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #397FDC;
    text-transform: uppercase;
}

.lspt .nd1 p b {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.lspt .nd1 .p1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
}

.lspt .nd1 .p1::before {
    content: url(img/arr3.png);
    position: absolute;
    margin-left: -30px;
    height: 16px;
    top: 2px;
}

.lspt .nd1 .p1 a {
    color: #397FDC;
}

.page-wrapper {
    padding-top: 0;
}

.col-divided {
    border-right: 0;
    padding-right: 15px;
}

.col-divided+.col {
    padding-left: 15px;
}


.lspt .nd2 {}

.lspt .nd2 h2,
.lspt .nd3 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    margin-bottom: 15px;
}

.lspt .nd2 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
    margin-bottom: 15px;
}

.lspt .nd2 p span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #7F8DA0;
    display: flex;
    justify-content: center;

}


.lspt .nd3 h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
}

.lspt .nd3 h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #3F92F0;
}

.lspt .nd3 p,
.lspt .nd3 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #535557;
}

.lspt .nd3 ul li {
    margin-left: 50px;
}

.lspt .nd3 p span {
    font-weight: 600;
}

.lspt .nd4 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    margin-bottom: 15px;
}

.lspt .nd4 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #535557;
}

.lspt .nd4 p span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #7F8DA0;
    display: flex;
    justify-content: center;
}


.chungchi {}

.chungchi h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #397FDC;
}

.chungchi p b {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.chungchi p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A5362;
}

.chungchi .nd2 .col {
    padding-bottom: 10px;
}

.chungchi .nd2 .col .col-inner {}

.chungchi .nd2 .col .col-inner .img {
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #EEF0F3;
}

.chungchi .nd2 .col .col-inner p {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #596579;
}

.nav-dropdown {
    min-width: 310px;
}

.csvc .col {
    padding-bottom: 0;
}

.csvc .nd1 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #397FDC;
    text-transform: uppercase;
}

.csvc .nd1 p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.csvc .nd2 h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0A74E4;
}

.csvc .nd2 p {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #596579;
}

.csvc .nd3 {
    background: radial-gradient(100% 169.19% at 100% 50%, #F0F8FD 40.62%, #E3F3FE 100%);
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.csvc .nd3>div h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2F4858;
    margin-bottom: 15px;
}

.csvc .nd3>div p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: justify;
    color: #4A5362;
    margin-bottom: 15px;
    position: relative;
    margin-left: 28px;
}

.csvc .nd3>div p::before {
    content: url(img/arr3.png);
    position: absolute;
    margin-left: -28px;
    top: 3px;
}

.csvc .nd4 h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0A74E4;
}

.csvc .nd4 h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2F4858;
}

.csvc .nd4 p,
.csvc .nd4 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A5362;
}

.csvc .nd4 ul li {
    margin-left: 50px;
}

.csvc .nd5 img {
    height: 272px;
    object-fit: cover;
}

.csvc .nd5 .col {
    padding-bottom: 20px;
}

.csvc .nd5 p {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #596579;
    margin-bottom: 0;
}



.box_cate {
    overflow: hidden;
    margin-top: 30px;
}

.box_cate .cate_left {
    max-width: calc(100% - 292px);
    float: left;
    width: calc(100% - 292px);
}

.box_cate .cate_right {
    max-width: 262px;
    width: 262px;
    float: right;
}

.list_noibat {
    background: radial-gradient(100.41% 169.89% at 100.41% 53.07%, #F4FBFF 0%, #D5EFFA 100%);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.list_noibat h2 {
    font-size: 24px;
    line-height: 36px;
    color: #343D49;
    text-transform: uppercase;
}

.list_noibat .box_list {
    overflow: hidden;
}

.list_noibat .box_list .new-list-post-one {
    width: 419px;
    float: left;
}

.list_noibat .box_list .new-list-post-one .post-image {
    width: 100%;
    height: 235px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.list_noibat .box_list .new-list-post-one .post-image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 5px;
}

.list_noibat .box_list .new-list-post-one .post-content h3 a {
    font-size: 18px;
    line-height: 30px;
    color: #343D49;
    display: block;
}

.list_noibat .box_list .new-list-post-one .post-content h3 a:hover {
    color: #0A74E4;
    transform: 0.3s;
}

.list_noibat .box_list .time {
    font-size: 15px;
    line-height: 22px;
    color: #596579;
    background: url(img/Calendar2.png) 0px -2px no-repeat;
    padding-left: 30px;
}

.list_noibat .box_list .new-list-post-one .post-content .cnt p {
    font-size: 15px;
    line-height: 22px;
    color: #596579;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.list_noibat .box_list .new-list-post-right {
    width: calc(100% - 449px);
    float: right;
}

.list_noibat .box_list .new-list-post-right .new-list-post {
    overflow: hidden;
    margin-bottom: 15px;
}

.list_noibat .box_list .new-list-post-right .new-list-post .post-image {
    width: 120px;
    height: 84px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.list_noibat .box_list .new-list-post-right .new-list-post .post-image img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 5px;
}

.list_noibat .box_list .new-list-post-right .new-list-post .post-content {
    width: calc(100% - 140px);
    float: right;
}

.list_noibat .box_list .new-list-post-right .new-list-post .post-content .title {
    font-size: 15px;
    line-height: 22px;
    color: #343D49;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_noibat .box_list .new-list-post-right .new-list-post .post-content .title:hover {
    color: #0A74E4;
    transform: 0.3s;
}

.list_noibat2 {
    background: #fff;
    padding: 0;
    position: relative;
}

.list_noibat2 .view {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #397FDC;
}

.box_list_new .left {
    overflow: hidden;
    margin-bottom: 30px !important;
}

.box_list_new .left {
    margin: 0 -15px;
}

.box_list_new .left .new-list-post {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.box_list_new .left .new-list-post>div {
    display: flex;
    align-items: center;
}

.box_list_new .left .new-list-post .post-image {
    width: 100%;
    min-width: 484px;
    height: 312px;
    overflow: hidden;
    border-radius: 4px;
    padding-right: 10px;
    border-radius: 5px;
}

.box_list_new .left .new-list-post .post-content {
    padding-left: 10px;
}

.box_list_new .left .new-list-post .post-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.box_list_new .right .new-list-post {
    overflow: hidden;
    margin-bottom: 30px;
}

.box_list_new .right .new-list-post .post-image {
    width: 263px;
    float: left;
    height: 160px;
}

.box_list_new .right .new-list-post .post-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.box_list_new .right .new-list-post .post-content {
    width: calc(100% - 283px);
    float: right;
}

.box_list_new .left .new-list-post .post-content>div,
.box_list_new .right .new-list-post .post-content>div {
    display: flex;
}

.box_list_new .left .new-list-post .post-content p,
.box_list_new .right .new-list-post .post-content p {
    margin-right: 30px;
}

.box_list_new .post-content .time {
    font-size: 15px;
    line-height: 22px;
    color: #596579;
    background: url(img/Calendar2.png) 0px -2px no-repeat;
    padding-left: 30px;
}

.box_list_new .post-content .mat {
    font-size: 15px;
    line-height: 22px;
    color: #596579;
    background: url(img/Eye.png) 0px 1px no-repeat;
    padding-left: 25px;
}

.box_list_new .post-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box_list_new .post-content .title:hover {
    color: #0A74E4;
    transform: 0.3s;
}

.box_list_new .post-content .cnt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.box_list_new .post-content .view {
    font-size: 16px;
    line-height: 24px;
    color: #0A74E4;
    font-weight: 600;
}


.widget.widget_popular_posts_widget {}

.widget.widget_popular_posts_widget .widget-title {
    border-top: 2px solid #0084F3;
    box-shadow: 0px -1px 0px 0px #EFF3F6 inset;
    height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.widget.widget_popular_posts_widget .widget-title span {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0084F3;
}

.widget.widget_popular_posts_widget .is-divider.small {
    display: none;
}

.widget.widget_popular_posts_widget .popular-posts-widget .first-popular-post .post-thumbnail {
    margin-bottom: 12px;
}

.widget.widget_popular_posts_widget .popular-posts-widget .first-popular-post .post-thumbnail img {
    height: 162px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.widget.widget_popular_posts_widget .popular-posts-widget .first-popular-post h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget.widget_popular_posts_widget .popular-posts-widget h3 a {
    color: #343D49;
}

.widget.widget_popular_posts_widget .popular-posts-widget .first-popular-post .published-time {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7F8DA0;
}

.widget.widget_popular_posts_widget .popular-posts-widget .first-popular-post {
    margin-bottom: 12px;
}

.widget.widget_popular_posts_widget .popular-posts-widget .other-popular-post {
    height: 65px;
    border-top: 1px solid #EDF2F7;
    display: flex;
    align-items: center;
}

.widget.widget_popular_posts_widget .popular-posts-widget .other-popular-post h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
    margin-bottom: 0;
    position: relative;
    margin-left: 20px;
}

.widget.widget_popular_posts_widget .popular-posts-widget .other-popular-post h3::before {
    font-family: 'FontAwesome';
    content: "\f04d";
    color: #DC2C2C;
    position: absolute;
    margin-left: -20px;
    font-size: x-small;
}

.widget.widget_media_image img {
    width: 100%;
}

.dkntv {
    background-image: url(img/bg6.jpg);
    padding: 20px 15px;
    border-radius: 10px;
    background-size: cover;
}

.dkntv .txt {
    margin-bottom: 15px;
}

.dkntv .txt h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #064CA1;
    text-transform: uppercase;
}

.dkntv .txt p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #596579;
}

.dkntv .t0 {}

.dkntv input,
.dkntv textarea {
    border: 1px solid #80D2F6;
    border-radius: 6px;
    box-shadow: none;
}

.dkntv input {
    min-height: 40px;
    margin-bottom: 10px;
}

.dkntv textarea {
    min-height: 80px;
}

.dkntv input::placeholder,
.dkntv textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
}

.dkntv .t0 .t5 .wpcf7-spinner {
    display: none;
}

.dkntv .t0 .t5 input {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.dkntv .t0 .t5 p {
    display: flex;
    justify-content: center;
}

#top-link {
    background-color: #677987;
    border-color: #677987;
}

.icon-angle-up:before {
    font-family: 'FontAwesome';
    content: "\f062";
    color: white;
    font-size: small;
    position: relative;
    top: -1px;
}

.phan-trang {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phan-trang .nav-pagination>li>span,
.phan-trang .nav-pagination>li>a {
    border-radius: 10%;
}

.chitiet-tintuc {}

.chitiet-tintuc .row {
    margin-bottom: 20px;
}

.chitiet-tintuc .row .block-1 {
    max-width: calc(100% - 292px);
    float: left;
    width: calc(100% - 292px);
}

.chitiet-tintuc .row .block-2 {
    max-width: 262px;
    width: 262px;
    float: right;
}

.chitiet-tintuc .row .block-1 h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #397FDC;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.chitiet-tintuc .row .block-1 .times-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.chitiet-tintuc .row .block-1 .times-main .times-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chitiet-tintuc .row .block-1 .times-main .times-row1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #52606B;
}

.chitiet-tintuc .row .block-1 .times-main .times-row1>div>div a {
    margin-bottom: 0;
    margin-right: 10px;
}

.chitiet-tintuc .row .block-1 .times-main .times-row1>div p {
    margin-bottom: 0;
    margin-left: 5px;
}

.chitiet-tintuc .row .block-1 .times-main .times-row2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
    margin-bottom: 0;
    position: relative;
    margin-left: 50px;
}

.chitiet-tintuc .row .block-1 .times-main .times-row2 p::before {
    content: url(img/matdoc.png);
    position: absolute;
    margin-left: -50px;
    height: 40px;
    top: -8px;
}


.chitiet-tintuc .row .block-1 .tukhoaMain {
    border-top: 1px solid #E3E6E9;
}

.chitiet-tintuc .row .block-1 .tukhoaMain>div {
    margin: 30px 0;
    display: flex;
}


.chitiet-tintuc .row .block-1 .tukhoaMain>div h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    position: relative;
    margin-left: 32px;
    max-width: 100px;
}

.chitiet-tintuc .row .block-1 .tukhoaMain>div h3::before {
    content: url(img/cav.png);
    position: absolute;
    margin-left: -32px;
}

.chitiet-tintuc .row .block-1 .tukhoaMain>div a {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #535557;
    background-color: #EEF0F3;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
}

.chitiet-tintuc .row .block-1 .tukhoaMain>div a:nth-child(1) {
    color: white;
    background-color: #3F92F0;
}

.chitiet-tintuc .row .block-1 .tukhoaMain>div .cate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.chitiet-tintuc .row .block-1 .excerpt {}

.chitiet-tintuc .row .block-1 .excerpt h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.chitiet-tintuc .row .block-1 .excerpt .p1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
}

.chitiet-tintuc .row .block-1 .excerpt .p1::before {
    content: url(img/arr3.png);
    position: absolute;
    margin-left: -30px;
    height: 16px;
    top: 2px;
}

.chitiet-tintuc .row .block-1 .excerpt .p1 a {
    color: #397FDC;
}

.chitiet-tintuc .row .block-1 .excerpt .p1:nth-child(4) {
    margin-bottom: 20px;
}

.chitiet-tintuc .row .block-1 .excerpt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
}

.chitiet-tintuc .row .block-1 .excerpt .p2 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #7F8DA0;
}

.chitiet-tintuc .row .block-1 .excerpt img {
    width: 100%;
    margin-bottom: 0;
}

#comments .comment-respond {
    background-color: white;
}

.comment-respond {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #E5F3FF;
}

.comment-respond textarea {
    background-color: #EEF0F3;
    box-shadow: none;
    border-radius: 4px;
}

.comment-respond .form-submit #submit {
    background-color: #E5F3FF;
    color: #3F92F0;
    text-transform: initial;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    float: right;
}

.comment-respond .form-submit input[type=submit]:hover {
    box-shadow: inset 0 0 0 100px rgb(36 165 255 / 69%);
    color: white !important;
}

.chitiet-tintuc .row .block-1 .binhluan {
    margin-bottom: 20px;
}

.chitiet-tintuc .tintuckhac {}

.chitiet-tintuc .tintuckhac .txtF h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post {
    display: flex;
    margin-bottom: 20px;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co1 {
    width: 100%;
    max-width: 270px;
    margin-right: 20px;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 {}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co1 img {
    height: 169px;
    width: 100%;
    object-fit: cover;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 .pp {
    display: flex;
    align-items: center;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 .pp p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
    margin-bottom: 10px;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 .exp p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #596579;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 .pp .p1 {
    margin-right: 30px;
    background: url(img/Calendar2.png) 0px -2px no-repeat;
    padding-left: 30px;
}

.chitiet-tintuc .tintuckhac .new-list-related .new-list-post .co2 .pp .p2 {
    background: url(img/Eye.png) 0px 1px no-repeat;
    padding-left: 25px;
}


/* Dịch vụ */
.dichvu01 {}

.dichvu01 .row .col {
    padding-bottom: 0;
}

.dichvu01 .txt {}

.dichvu01 .txt h1 {
    /* font-family: Montserrat; */
    font-size: 100px;
    font-weight: 800;
    line-height: 122px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #2D4FAA;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dichvu01 .txt h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #3F92F0;
    text-transform: uppercase;
}

.dichvu01 .txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justify;
    color: #535557;
}

.dichvu01 .btn {
    margin: 0;
    background-color: #F2784B;
    border-radius: 12px !important;
    height: 76px;
    min-width: 328px;
}

.dichvu01 .btn span {
    font-size: 32px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 17px;
    background: url(img/phone.png) 0px -2px no-repeat;
    padding-left: 55px;
}

.dichvu02 {}

.dichvu02 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 20px;
}

.dichvu02 h2 span {
    color: #397FDC;
}

.dichvu02 .ro2 {
    background: radial-gradient(100.41% 169.89% at 100.41% 53.07%, #F4FBFF 0%, #D5EFFA 100%);
}

.dichvu02 .ro2>div {
    padding: 50px 15px;
}

.dichvu02 .ro2>div>div {
    display: flex;
    justify-content: center;
}

.dichvu02 .ro2>div>div .ro2-con {
    padding: 0 15px;
}

.dichvu02 .ro2>div>div .ro2-con .col:nth-child(1) {
    border-left: none;
}

.dichvu02 .ro2>div>div .ro2-con .col {
    border-left: 1px solid #dff3fb;
    background-color: #3F92F0;
    padding: 20px;
}

.dichvu02 .ro2>div>div .ro2-con .box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.dichvu02 .ro2>div>div .ro2-con .box .nd .line {
    background-color: #99D0FF;
    height: 4px;
    width: 100%;
    max-width: 67px;
    border-radius: 4px;
    display: block;
}

.dichvu02 .ro2>div>div .ro2-con .box .nd p {
    font-size: 19.5px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 15px;
}

.dichvu02 .ro2>div>div .ro2-con .box .box-text {
    padding: 15px 0 0 0;
}

.dichvu03 {}

.dichvu03 .ro1 {
    background-image: url(img/bg7.jpg);
    background-size: cover;
    min-height: 551px;
}

.dichvu03 .ro1 .txt {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    margin-top: 45px;
}

.dichvu03 .ro1 .txt h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.dichvu03 .ro1 .txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.dichvu03 .ro2 {
    margin-top: -345px;
}

.dichvu03 .ro2 .col {
    padding-bottom: 0;
}

.dichvu03 .ro2 .col .col-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.dichvu03 .ro2 .col .col-inner .box {
    background-color: white;
    padding: 50px 30px;
    width: 100%;
    min-height: 240px;
}

.dichvu03 .ro2 .col .col-inner .box.lx {
    background-color: #f7fbfe;
    border: 1px solid #E5F3FF;
}

.dichvu03 .ro2 .col .col-inner .box img {
    width: fit-content;
}

.dichvu03 .ro2 .col .col-inner .box .box-text {
    padding: 15px 0 0 0;
}

.dichvu03 .ro2 .col .col-inner .box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.dichvu03 .ro2 .diff {
    padding-bottom: 20px;
}

.dichvu03 .ro2 .diff .col-inner {
    background-color: #FCDED3;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dichvu03 .ro2 .diff .col-inner .txt h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    text-transform: uppercase;
}

.dichvu03 .ro2 .diff .col-inner .txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #535557;
    margin-bottom: 0;
}

.dichvu03 .ro2 .diff .col-inner .txt {
    margin-right: 70px;
}

.dichvu03 .ro2 .diff .col-inner .btn {
    margin: 0 0 0 15px;
    min-width: 180px;
    min-height: 48px;
    border-radius: 4px !important;
    background-color: #3F92F0;
}

.dichvu03 .ro2 .diff .col-inner .btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    text-transform: initial;
    margin-top: 7px;
}

.dichvu03 .ro2 .diff .col-inner .btn span::after {
    font-family: 'FontAwesome';
    content: "\f054";
    color: white;
    margin-left: 12px;
    position: relative;
    top: 0px;
}

.dichvu04 {}

.dichvu04 .row h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    margin-bottom: 0;
    margin-top: 15px;
}

.dichvu04 .row h2 span {
    color: #397FDC;
}

.dichvu04 .row .coxn {}

.dichvu04 .row .coxn .col-inner {
    display: flex;
    justify-content: space-between;
}

.dichvu04 .row .coxn .col-inner img {
    width: fit-content;
}

.dichvu04 .row .coxn .col-inner .img {
    max-width: 50px;
    margin-right: 10px;
    margin-bottom: 0;
}

.dichvu04 .row .coxn .col-inner .txt {
    margin-left: 10px;
}

.dichvu04 .row .coxn .col-inner .txt h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #353739;
}

.dichvu04 .row .coxn .col-inner .txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #535557;
    margin-bottom: 0px;
}

.dichvu07 {
    background: radial-gradient(117.71% 199.16% at 1.15% 100%, #F4FBFF 0%, #D5EFFA 100%);
}

.dichvu07 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    margin-bottom: 0;
    margin-top: 15px;
}

.dichvu07 .co1 img {
    width: 100%;
    max-width: 560px;
}

.dichvu07 .co2 .row .pcx {
    background-color: #FFFFFF;
    padding-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 425px;
    width: 100%;
    margin-bottom: 18px;
    margin-right: 15px;
}

.dichvu07 .co2 img {
    width: fit-content;
}

.dichvu07 .co2 .img .img-inner.dark {
    text-align: center;
}

.dichvu07 .co2 .row .pcx .col-inner .img {
    margin-bottom: 10px;
}

.dichvu07 .co2 .row .pcx .col-inner .txt {
    padding: 0 15px;
}

.dichvu07 .co2 .row .pcx .col-inner .txt h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify;
    color: #353739;
    text-transform: uppercase;
}

.dichvu07 .co2 .row .pcx .col-inner .txt p,
.dichvu07 .co2 .row .pcx .col-inner .txt ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify;
    color: #66686B;
    margin-bottom: 5px;
}

.dichvu07 .co2 .row .pcx .col-inner .txt ul {
    margin-bottom: 0;
}

.dichvu07 .co2 .row .pcx .col-inner .txt p b {
    font-weight: 700;
}

.dichvu07 .co1 {
    position: relative;
}

.dichvu07 .co1,
.dichvu07 .co2 {
    padding-bottom: 0px;
}

.dichvu07 .co1::after {
    content: url(img/vectr.png);
    position: absolute;
    top: 3px;
    right: 0;
}

.dichvu08 {}

.dichvu08 .row .col {
    padding-bottom: 0;
}

.dichvu08 .row .col .col-inner {
    display: flex;
    background-color: #F6F8FB;
    align-items: center;
    justify-content: space-between;
}

.dichvu08 .row .col .col-inner .img {
    width: 100%;
    max-width: 432px;
    margin-bottom: 0;
}

.dichvu08 .row .col .col-inner .wpcf7 {
    width: 100%;
    max-width: calc(100% -432px);
    padding: 0 30px;
}

.dichvu08 .row .col .col-inner .wpcf7 form {
    margin-bottom: 0;
}

.xntn {
    position: relative;
}

.xntn .txt h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #151719;
    margin-bottom: 20px;
}

.xntn .block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #343D49;
}

.xntn .block p {
    margin-bottom: 8px;
}

.xntn .block p span {
    color: #F16063;
}

.xntn .block .ro {
    display: flex;
    justify-content: space-between;
}

.xntn .block .ro .co {
    width: 100%;
    max-width: 314px;
}

.xntn .block .ro.diff .co {
    max-width: 100%;
}

.xntn .block .ro .co input,
.xntn .block .ro .co select,
.xntn .block .ro .co textarea {
    border: 1px solid #EDF2F7;
    border-radius: 4px;
    box-shadow: none;
}

.xntn .block .ro .co input::placeholder,
.xntn .block .ro .co select::placeholder,
.xntn .block .ro .co textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #7F8DA0;
}

.xntn .block .ro .co input,
.xntn .block .ro .co select {
    min-height: 40px;
}

.xntn .block .ro .co textarea {
    min-height: 80px;
}

.xntn .block .ro.btn p {
    margin-bottom: 0;
}

.xntn .block .ro.btn input {
    margin: 0;
    background-color: #3F92F0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    text-transform: inherit;
    height: 48px;
    min-width: 180px;
}

.xntn .block .ro.btn .wpcf7-spinner {
    display: none;
}

.xntn .block .ro.btn {
    float: right;
}

.dichvu06 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #151719;
    margin-bottom: 0;
    margin-top: 15px;
}

.dichvu06 .ro .co2 .ro-con .col {
    padding-bottom: 0;
}

.dichvu06 .ro .co1,
.dichvu06 .ro .co2 {
    padding-bottom: 0;
}

.dichvu06 .ro .co1 .col-inner iframe {
    height: 470px;
    overflow: hidden;
}

.dichvu06 .ro .co2 .col-inner .ro-con .col .col-inner {
    margin-bottom: 20px;
}

.dichvu06 .ro .co2 .col-inner .ro-con .col .col-inner iframe {
    height: 222px;
    overflow: hidden;
}



.category-menu {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background: radial-gradient(100.41% 169.89% at 100.41% 53.07%, #F4FBFF 0%, #D5EFFA 100%);
}

.category-menu .category-title {
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #2D4FAA;
}

.category-menu .category-title i {
    margin-left: 20px;
}

.category-menu .category-list {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-menu .category-list li {
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-top: 1px solid #2d4faa45;
    margin-bottom: 0;
    min-width: 302px;
}

.category-menu .category-list li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #2D4FAA;
}

.category-menu .category-list a {
    text-decoration: none;
    color: #333;
}

.category-menu:hover .category-list {
    display: block;
}

.category-menu .category-list {
    transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.category-menu .category-list li:hover {
    background: radial-gradient(100.41% 169.89% at 100.41% 53.07%, #F4FBFF 0%, #D5EFFA 100%);
}


.page-id-469 .bg-breadcrumb {
    display: none;
}

.page-id-469 .chantrang01,
.tracuu01 {
    background-color: #ededed99;
}

.tracuu01 .row {}

.tracuu01 .row .col {
    padding-bottom: 0;
}

.capcha {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 510px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 40px;
}

.capcha>div {
    text-align: center;
}

.capcha>div h2,.capcha>div h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #151719;
    margin-bottom: 5px;
}

.capcha>div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #353739;
    margin-bottom: 20px;
}

.capcha>div input,
.capcha>div input[type=text]:focus,
.capcha>div input[type=tel]:focus {
    box-shadow: none;
}

.capcha>div input {
    border: 1px solid #EDF2F7;
    border-radius: 4px;
    height: 40px;
}

.capcha>div input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #7F8DA0;
}

.capcha>div .cov {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 25px;
}

.capcha>div .btn {
    margin: 0;
    background-color: #3F92F0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: initial;
    height: 48px;
    padding: 0 15px 0 15px;
}

.capcha>div .wpcf7-spinner {
    display: none;
}

.capcha>div .sub {
    position: relative;
}

.capcha>div .sub i::before {
    position: absolute;
    z-index: 1;
    font-size: x-large;
    color: white;
    height: 24px;
    top: 12px;
    margin-left: 15px;
}
.kq_tracuu{
    padding: 0 15px;
}
.list-kq{
    max-width: 100% !important;
    text-align: left;
    margin-top: 20px !important;
}
.list-kq p{
    text-align: left !important;
}
.list-kq .link{
    text-align: center;
}
.list-kq .link a{
    display: inline-block;
    background: #356eca;
    border-radius: 8px;
    color: #fff;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    margin: 0 10px;
}
.list-kq .link a:hover{
    background: #104aa8;
}