/*
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: "Poppins-Bold";
    src: url(font/Poppins-Bold.ttf);
}

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

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

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

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

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

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

.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 3px;
    border: 1px solid #E6E8EB;
}

.header-main {
    background: url(img/h01.jpg) no-repeat;
    background-size: cover;
}

.cn-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    width: 100%;
    min-width: 358px;
    position: relative;
}

.cn-menu>div:nth-child(2) {
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    min-height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
}

.cn-menu>div:nth-child(2) a {
    color: white;
    padding: 0 25px;
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.cn-menu>div:nth-child(1) {}

.cn-menu>div:nth-child(1) a {
    position: relative;
    margin-left: 58px;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2F4858;
}

.cn-menu>div:nth-child(1) a::before {
    content: url(img/call-green.svg);
    position: absolute;
    margin-left: -58px;
    height: 44px;
}

.bg-breadcrumb .block-breadcrumb i {
    position: relative;
    top: 1px;
    margin-left: 16px;
    margin-right: 16px;
    color: #7D8D9A;
}

.bg-breadcrumb {}

.bg-breadcrumb .block-breadcrumb {
    width: 100%;
    max-width: 1510px;
    padding: 0 15px;
    margin: 30px auto;
}

.bg-breadcrumb .block-breadcrumb h1 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #2F4858;
}

.bg-breadcrumb .block-breadcrumb p {
    margin-bottom: 0;
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
}

.bg-breadcrumb .block-breadcrumb p a {
    color: #677987;
}

.bg-breadcrumb .block-breadcrumb .breadcrumb_last {
    color: #FF9700;
}


.footer-Main {
    /* background-color: rgb(198, 239, 255); */
}

.footer-Main .row .co1 .img img {
    width: 100%;
    max-width: 131px;
}

.footer-Main .row p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #52606B;
    margin-bottom: 20px;
}

.footer-Main .row p b {
    font-family: "SF-Pro-Display-Semibold" !important;
}

.footer-Main .row .co1 .nd h5 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #52606B;
    margin-bottom: 20px;
    padding-right: 25px;
}

.footer-Main .row .nd h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #FF9700;
}

.footer-Main .row .co2 .nd .ror {
    display: flex;
    justify-content: space-between;
}

.footer-Main .row .co2 .nd .ror .co p a {
    color: #52606B;
}

.footer-Main .row .co2 .nd .ror .co p {
    position: relative;
    margin-left: 20px;
}

.footer-Main .row .co2 .nd .ror .co p::before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    margin-left: -20px;
    font-size: small;
}

.footer-Main .row .co1 .nd p {
    position: relative;
    margin-left: 38px;
}

.footer-Main .row .co1 .nd p::before {
    position: absolute;
    margin-left: -38px;
}

.footer-Main .row .co1 .nd .p1::before {
    content: url(img/caf01.svg);
}

.footer-Main .row .co1 .nd .p2::before {
    content: url(img/caf02.svg);
}

.footer-Main .row .co1 .nd .p3::before {
    content: url(img/caf03.svg);
}

.footer-Main .row .co1 .nd .p4::before {
    content: url(img/caf04.svg);
}

.footer-Main .row .co3 .nd {
    margin-top: 14px;
    padding-left: 60px;
}

.footer-Main .row .co2 .nd {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 14px;
}

.footer-Main .row .col {
    padding-bottom: 0;
}

/* .footer-Main .row .co3 .nd p b {
    font-size: 600;
} */

.footer-Main .row .co3 .nd .mxh {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
}

.footer-Main .row .co3 .nd .mxh>a {
    display: block;
    width: 24px;
    height: 24px;
}

.footer-Main .row .co3 .nd .mxh>a::before {
    position: absolute;
}

.footer-Main .row .co3 .nd .mxh .co1::before {
    content: url(img/mx01.svg);
}

.footer-Main .row .co3 .nd .mxh .co2::before {
    content: url(img/mx02.svg);
}

.footer-Main .row .co3 .nd .mxh .co3::before {
    content: url(img/mx03.svg);
}

.footer-Main .row .co3 .nd .mxh .co4::before {
    content: url(img/mx04.svg);
}

.footer-Main .row .co3 .nd .mxh .co5::before {
    content: url(img/mx05.svg);
}

.absolute-footer.dark {
    display: none;
}

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

.header-main .flex-left .nav>li a {
    color: #2F4858;
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
    text-align: left;
}

.header-main .nav>li>a:hover,
.header-main .nav-dropdown>li>a:hover,
.header-main .nav>li.active>a {
    color: #FF9700;
}

.header .flex-row .flex-left {
    margin-left: 6%;
}

.page-id-9 .bg-breadcrumb {
    display: none;
}

.page-id-9 .header-main {
    background: none;
}

.home01 {
    min-height: 806px;
    margin-top: -96px;
    position: relative;
    z-index: 2;
}

.home01 .row {
    margin-top: 96px;
}

.home01 .row .col:nth-child(1) {}

.home01 .row .col:nth-child(2) {}

.home01 .row .col:nth-child(2) img {
    width: 100%;
    max-width: 567px;
}

.home01 .row .col:nth-child(1) .nd {
    width: 100%;
    max-width: 725px;
}

.home01 .row .col:nth-child(1) .nd h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #2F4858;
}

.home01 .row .col:nth-child(1) .nd p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #677987;
}

.home01 .row .col:nth-child(1) .nd p::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #00948A;
    margin-right: 20px;
}

.home01 .row .col:nth-child(1) .nd .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    width: 100%;
    max-width: 400px;
}

.home01 .row .col:nth-child(1) .nd .btn>div:nth-child(1) {
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    min-height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
}

.home01 .row .col:nth-child(1) .nd .btn>div:nth-child(1) a {
    color: white;
    padding: 0 28px;
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.home01 .row .col:nth-child(1) .nd .btn>div:nth-child(2) {}

.home01 .row .col:nth-child(1) .nd .btn>div:nth-child(2) a {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
    margin-left: 65px;
}

.home01 .row .col:nth-child(1) .nd .btn>div:nth-child(2) a::before {
    content: url(img/btn-vd.svg);
    position: absolute;
    margin-left: -65px;
    height: 48px;
}

.home02 {
    min-height: 600px;
}

.home02 .text {}

.home02 .text h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2F4858;
}

.home02 .text p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #677987;
    margin-bottom: 10px;
}

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

.home02 .slick-arrow:hover {
    color: #FF9700;
}

.home02 .slick-prev.slick-arrow {
    left: -50px;
}

.home02 .slick-next.slick-arrow {
    right: -50px;
}

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

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

.home02 .row {
    max-width: 1550px;
}

.home02 .row .col:nth-child(2) .box {
    background-color: white;
    padding: 15px;
    margin: 0 20px;
}

.home02 .row .col:nth-child(2) .box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.home02 .row .col:nth-child(2) .box .box-text {
    padding: 20px 0px 5px 0px;
    min-height: 108px;
}

.home02 .row .col:nth-child(2) .box .box-text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home02 .row .col:nth-child(2) .box .box-text>div>div {
    text-align: left;
    margin-top: 10px;
}

.home02 .row .col:nth-child(2) .box .box-text a {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #FF9700;
}

.home02 .row .col:nth-child(2) .box .box-text a::after {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-left: 10px;
}

.home03 {
    min-height: 800px;
}

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

.home03 .row .col:nth-child(1) {}

.home03 .row .col:nth-child(2) {
    padding-left: 50px;
}

.home03 .row .col:nth-child(1) h3 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2F4858;
}

.home03 .row .col:nth-child(1) p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #677987;
}

.home03 .row .col:nth-child(1) .img {
    margin-top: 35px;
}

.home03 .row .col:nth-child(1) img {
    width: 100%;
    max-width: 600px;
}


.home03 .row .col:nth-child(2) .bol .col:nth-child(1) .col-inner {
    background-color: #35ABFF;
}

.home03 .row .col:nth-child(2) .bol .col:nth-child(2) .col-inner {
    background-color: #4FD082;
}

.home03 .row .col:nth-child(2) .bol .col:nth-child(3) .col-inner {
    background-color: #FFB507;
}

.home03 .row .col:nth-child(2) .bol .col:nth-child(4) .col-inner {
    background-color: #FF765C;
}

.home03 .row .col:nth-child(2) .bol .col {
    padding-left: 15px;
    padding-bottom: 30px;
}

.home03 .row .col:nth-child(2) .bol .col .col-inner {
    padding: 25px 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    min-height: 132px;
}

.home03 .row .col:nth-child(2) .bol .col .icon-box {
    display: flex;
}

.home03 .row .col:nth-child(2) .bol .col .icon-box>div:nth-child(1) {
    margin-bottom: 0;
    max-width: 72px;
}

.home03 .row .col:nth-child(2) .bol .col .icon-box>div:nth-child(2) {
    padding-top: 8px;
    padding-left: 20px;
}


.home03 .row .col:nth-child(2) .bol .col .col-inner h3 {
    font-family: "SF-Pro-Display-Medium" !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
    margin-bottom: 10px;
}

.home03 .row .col:nth-child(2) .bol .col .col-inner p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: white;
    margin-bottom: 0;
}






.home03 .row .col:nth-child(2) .nd2 {
    margin-top: 10px;
}

.home03 .row .col:nth-child(2) .nd2 h4 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #52606B;
    margin-bottom: 25px;
}

.home03 .row .col:nth-child(2) .nd2 p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    position: relative;
    margin-left: 35px;
}

.home03 .row .col:nth-child(2) .nd2 p::before {
    position: absolute;
    margin-left: -35px;
}

.home03 .row .col:nth-child(2) .nd2 .p1::before {
    content: url(img/igt01.svg);
}

.home03 .row .col:nth-child(2) .nd2 .p2::before {
    content: url(img/igt01.svg);
}

.home03 .row .col:nth-child(2) .nd2 .p3::before {
    content: url(img/igt02.svg);
}

.home03 .row .col:nth-child(2) .nd2 .p4::before {
    content: url(img/igt03.svg);
}

.home03 .row .col:nth-child(2) .nd2 .p5::before {
    content: url(img/igt04.svg);
}

.home04 {
    min-height: 676px;
}

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

.datlich01 {}

.datlich01 .txt {
    margin-bottom: 35px;
    margin-top: 20px;
}

.datlich01 .txt p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #677987;
}

.datlich01 .txt h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2F4858;
}

.datlich01 .ro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.datlich01 .ro input,
.datlich01 .ro select {
    box-shadow: none;
    border: 1px solid #EFF1F4;
    min-height: 48px;
    border-radius: 8px;
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.datlich01 .ro.ro3 select {
    background-image: none;
}

.datlich01 .ro input::placeholder,
.datlich01 .ro select {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.datlich01 .btn {
    margin-bottom: 10px;
}

.datlich01 .btn .wpcf7-spinner {
    display: none;
}

.datlich01 .btn input {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: initial;
    position: relative;
}

.datlich01 .btn::before {
    content: url(img/cal.svg);
    position: absolute;
    z-index: 1;
    left: 38%;
    margin-top: 14px;
}

input:focus-visible {
    outline: none;
}

.datlich01 .ro.ro3>div {
    position: relative;
    max-width: 228px;
    width: 100%
}

.datlich01 .ro.ro2>div,
.datlich01 .ro.ro1>div {
    position: relative;
    max-width: 352px;
    width: 100%;
}

.datlich01 .ro.ro2>div:nth-child(1)::before,
.datlich01 .ro.ro1>div:nth-child(2)::before,
.datlich01 .ro.ro3>div:nth-child(1)::before,
.datlich01 .ro.ro3>div:nth-child(3)::before,
.datlich01 .ro.ro3>div:nth-child(2)::before,
.datlich01 .ro.ro1>div:nth-child(1)::before,
.datlich01 .ro.ro2>div:nth-child(2)::before {
    position: absolute;
    right: 11px;
    height: 24px;
    top: 11px;
    z-index: 1;
    background: white;
}

.datlich01 .ro.ro1>div:nth-child(1)::before {
    content: url(img/l04.svg);
}

.datlich01 .ro.ro1>div:nth-child(2)::before {
    content: url(img/l06.svg);
}

.datlich01 .ro.ro2>div:nth-child(2)::before {
    content: url(img/l03.svg);
}

.datlich01 .ro.ro2>div:nth-child(1)::before {
    content: url(img/l06.svg);
}

.datlich01 .ro.ro3>div:nth-child(2)::before {
    content: url(img/l01.svg);
}

.datlich01 .ro.ro3>div:nth-child(1)::before {
    content: url(img/l02.svg);
}

.datlich01 .ro.ro3>div:nth-child(3)::before {
    content: url(img/l05.svg);
}

.home04 .row .col:nth-child(2) img {
    width: 100%;
    max-width: 685px;
}

.chuyenmuctintuc {
    margin-top: 40px;
}

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

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

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

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

.chuyenmuctintuc>div .co1>div .featured-posts {}

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

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

.chuyenmuctintuc>div .co1>div .featured-posts .post .post-time {
    display: none !important;
    background-color: #FF9700;
    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-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: "SF-Pro-Display-Regular" !important;
    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 0;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content h4 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content h3 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #677987;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content .connect {
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    max-width: 159px;
}

.chuyenmuctintuc>div .co1>div .featured-posts .post .content .connect a {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: white;
}

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

.chuyenmuctintuc>div .co1>div .post.dig {
    display: flex;
}

.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 .hinhanh:hover 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 .content h3 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
}

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

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

.chuyenmuctintuc>div .co1>div .post.dig .content .tt {
    font-family: "SF-Pro-Display-Regular" !important;
    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: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FF9700;
}

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


.is-divider {
    background: linear-gradient(to right, #FF9700 36%, #EFF1F4 36%);
    background-size: 100% 1px;
    height: 2px;
    max-width: 100%;
}

.widget.widget_popular_posts_widget {}

.widget.widget_popular_posts_widget .is-divider {
    margin-bottom: 25px;
}

.widget .widget-title span {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #2F4858;
}

.widget.widget_popular_posts_widget .popular-posts-widget>div {
    display: flex;
    margin-bottom: 20px;
}

.widget.widget_popular_posts_widget .popular-posts-widget>div .post-thumbnail {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    width: 100%;
    max-width: 128px;
    margin-right: 15px;
}

/* 
.widget.widget_popular_posts_widget .popular-posts-widget>div .post-thumbnail:hover img {
    transform: scale(1.2);
} */

.widget.widget_popular_posts_widget .popular-posts-widget>div .post-thumbnail img {
    height: 80px;
    min-width: 128px;
    max-width: 128px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.widget.widget_popular_posts_widget .popular-posts-widget>div .nd {}

.widget.widget_popular_posts_widget .popular-posts-widget>div .nd h3 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #52606B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget.widget_popular_posts_widget .popular-posts-widget>div .nd h3 a {
    color: #52606B;
}

.widget.widget_popular_posts_widget .popular-posts-widget>div .nd .published-time {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
}



.chitiet-tintuc {}

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

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

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

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

.chitiet-tintuc>div .co1 .contennt h2 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #2C353C;
}

.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 p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    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-Regular" !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 {
    color: #FF9700;
}

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

.chitiet-tintuc>div .co1 .related_news .widget-title {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #52606B;
    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: #FF9700;
    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-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: "SF-Pro-Display-Regular" !important;
    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: "SF-Pro-Display-Regular" !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #677987;
}

.chitiet-tintuc>div .co1 .related_news .new-list-related .post .content h3 {
    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: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #FF9700;
}

.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-list {
    min-width: 1121px;
    margin-left: -10px;
}

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



.widget.widget_custom_category_widget {}

.widget.widget_custom_category_widget ul li {
    border: none;
    min-height: 40px;
}

.widget.widget_custom_category_widget ul li a {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    border: none;
}

.widget.widget_custom_category_widget ul li span {
    float: right;
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: #677987;
}


.widget.widget_popular_posts_widget02 {}

.widget.widget_popular_posts_widget02 ul li {
    display: flex;
    border: 0;
    margin-bottom: 8px;
}

.widget.widget_popular_posts_widget02 ul li:nth-child(1) {
    margin-top: 25px;
}

.widget.widget_popular_posts_widget02 ul li p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #B4BFC8;
}

.widget.widget_popular_posts_widget02 ul li a {
    padding: 0 0 0 15px;
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #52606B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.dichvu01 {}

.dichvu01 .box {
    border-radius: 12px;
    border: 1px solid #EFF1F4;
    padding: 20px;
}

.dichvu01 .box .img {
    width: 60px;
    height: 60px;
    position: relative;
}

.dichvu01 .box.bx1 .img::before {
    content: url(img/icpt01.svg);
}

.dichvu01 .box.bx2 .img::before {
    content: url(img/icpt02.svg);
}

.dichvu01 .box.bx3 .img::before {
    content: url(img/icpt03.svg);
}

.dichvu01 .box.bx4 .img::before {
    content: url(img/icpt04.svg);
}

.dichvu01 .box .nd {
    margin-top: 20px;
    padding-right: 20px;
}

.dichvu01 .box .nd h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #2F4858;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dichvu01 .box .nd p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
}

.dichvu01 .box a {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #FF9700;
}

.dichvu01 .box a::after {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-left: 10px;
    font-size: small;
}


.home06 {}

.home06 .text {
    margin-top: 20px;
}

.home06 h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: #2F4858;
    margin-bottom: 25px;
}

.home06 .row {
    max-width: 1540px;
}

.home06 .row .col:nth-child(1) {
    padding-bottom: 0;
}

.home06 .row .col:nth-child(2) {
    padding-bottom: 20px;
}


.home06 .ux-tintuc {
    position: relative;
}

.home06 .ux-tintuc .block {
    position: relative;
    margin: 0px 15px 25px 15px;
    border-radius: 8px;
}

/* .home06 .ux-tintuc .block:hover {
    box-shadow: 0px 12px 20px 0px #0000000D;
} */

.home06 .ux-tintuc .block .post-time {
    background-color: #FF9700;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.home06 .ux-tintuc .block .post-time>div h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.home06 .ux-tintuc .block .post-time>div p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}


.home06 .ux-tintuc .block .post-image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.home06 .ux-tintuc .block:hover img {
    transform: scale(1.2);
}

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

.home06 .ux-tintuc .block .content {
    padding-top: 20px;
}

.home06 .ux-tintuc .block .content h5 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
}

.home06 .ux-tintuc .block .content p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #677987;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home06 .ux-tintuc .block .content h3 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home06 .ux-tintuc .block .content h3 a {
    color: #2F4858;
}

.home06 .ux-tintuc .block .content .link {
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    max-width: 159px;
    margin-top: 15px;
}

.home06 .ux-tintuc .block .content .link a {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: white;
}

.home06 .ux-tintuc .block .content .link a i {
    margin-left: 8px;
}

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

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

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

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

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

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

.gioithieu01 {
    /* min-height: 492px; */
}

.gioithieu01 .row .col:nth-child(2) .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.gioithieu01 .row .col:nth-child(2) .col-inner .img {
    margin-bottom: 0;
    width: 100%;
    max-width: 348px;
}

.gioithieu01 .row .col:nth-child(2) .col-inner .img img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}

.gioithieu02 .row,
.gioithieu01 .row {
    margin: 30px auto 20px auto;
}

.gioithieu02 .row .col:nth-child(1) h2,
.gioithieu01 .row .col:nth-child(1) h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2F4858;
}

.gioithieu02 .row .col:nth-child(1) p,
.gioithieu01 .row .col:nth-child(1) p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #677987;
}

.gioithieu02 .row .col:nth-child(2) .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.gioithieu02 .row .col:nth-child(2) .col-inner .img {
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #F9F9F9;
    border-radius: 12px;
}

.gioithieu02 .row .col:nth-child(2) .col-inner .img img {
    width: 100%;
    max-width: 324px;
    height: 232px;
    object-fit: cover;
}

.home05 {
    min-height: 815px;
}

.home05 .row .col:nth-child(1) {}

.home05 .row .col:nth-child(1) h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2F4858;
    margin-bottom: 10px;
}

.home05 .row .col:nth-child(2) {
    padding-bottom: 0;
}

.home05 .ux-tintuc {
    display: flow-root;
    width: 100%;
}

.home05 .ux-tintuc .block1{
    float: left;
    width: 100%;
    max-width: 569px;
}

.home05 .ux-tintuc .block2{
    float: right;
    width: 100%;
    max-width: 851px;
}

.home05 .ux-tintuc .block1 .post-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home05 .ux-tintuc .block1 .post-image:hover img {
    transform: scale(1.2);
}

.home05 .ux-tintuc .block1 .post-image img {
    width: 100%;
    height: 394px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.home05 .ux-tintuc .block1 .content>div {
    margin-top: 20px;
}

.home05 .ux-tintuc .block1 .content>div h5 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.home05 .ux-tintuc .block1 .content>div h3 {
    font-family: "Poppins-Regular" !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #2F4858;
}

.home05 .ux-tintuc .block1 .content>div p {
    font-family: "SF-Pro-Display-Light" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home05 .ux-tintuc .block1 .content .link {
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    max-width: 159px;
}

.home05 .ux-tintuc .block1 .content .link a {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: white;
}

.home05 .ux-tintuc .block2>div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.home05 .ux-tintuc .block2>div .post-image {
    width: 100%;
    max-width: 173px;
    min-width: 173px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home05 .ux-tintuc .block2>div .post-image:hover img {
    transform: scale(1.2);
}

.home05 .ux-tintuc .block2>div .post-image img {
    width: 100%;
    min-width: 173px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.home05 .ux-tintuc .block2>div .content h5 {
    display: none;
}

.home05 .ux-tintuc .block2>div .content h3 {
    font-family: "Poppins-Regular" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home05 .ux-tintuc .block2>div .content p {
    font-family: "SF-Pro-Display-Light" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #7D8D9A;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home05 .ux-tintuc .block2>div .link a {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FF9700;
}



.home07 {
    min-height: 720px;
}

.home07 .row .col {}

.home07 .row .col .txt {
    margin-bottom: 30px;
}

.home07 .row .col .txt h2 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2F4858;
}

.home07 .row .col .txt p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.home07 .row .col:nth-child(1) .accordion {}

.home07 .row .col:nth-child(1) .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 12px 20px 0px #0000000D;
    border: 1px solid #EFF1F4;
    border-radius: 8px;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-title {
    border-top: none;
    padding-left: 20px;
    background-color: white;
    border-radius: 8px;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.home07 .row .col:nth-child(1) .accordion .accordion-title.active {
    background-color: #F8F8F8;
    border-bottom: 1px dashed #EFF1F4;
    border-color: #EFF1F4 !important;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-title button {
    opacity: 1;
    left: auto;
    right: 0;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-title span {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #2F4858;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-inner {
    padding: 20px 20px;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-inner p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #677987;
    margin-bottom: 0;
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-title .icon-angle-down:before {
    font-family: 'FontAwesome';
    content: "\2b";
}

.home07 .row .col:nth-child(1) .accordion .accordion-title.active .icon-angle-down:before {
    content: "\f068";
}

.home07 .row .col:nth-child(1) .accordion .accordion-item .accordion-title .toggle i {
    font-size: medium;
}

.home07 .row .col:nth-child(1) .accordion .toggle {
    top: auto;
    line-height: normal;
    transform-origin: 50% 50%;
}



.home07  .slick-arrow {
    border: 1px solid #EFF1F4;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #677987;
    position: absolute;
    bottom: -10%;
}

.home07  .slick-arrow i {
    font-size: small;
}

.home07  .slick-arrow:hover {
    color: white;
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    border: none;
}

.home07  .slick-prev.slick-arrow {
    left: 0px;
}

.home07  .slick-next.slick-arrow {
    left: 60px;
}

.home07  .slick-prev.slick-arrow i::before {
    content: "\f060";
}

.home07  .slick-next.slick-arrow i::before {
    content: "\f061";
}

.home07 .comment .comment-list{

}

.home07 .comment .comment-list>div{
    background-color: white;
    border-radius: 16px;
    border: 1px solid #EFF1F4;
    padding: 20px;
    margin-bottom: 20px;
}

.home07 .comment .comment-list .ro1{
    display: flex;
    justify-content: space-between;
}

.home07 .comment .comment-list .ro1 .co1{
    display: flex;
    margin-bottom: 15px;
}

.home07 .comment .comment-list .ro1 .co1>div:nth-child(1){
    margin-right: 18px;
}

.home07 .comment .comment-list .ro1 .co1 img{
    width: 100%;
    max-width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}

.home07 .comment .comment-list .ro1 .co1 h3{
    font-family: "Poppins-Regular" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    margin-bottom: 5px;
}

.home07 .comment .comment-list .ro1 .co1 p{
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #677987;
    margin-bottom: 0;
}
.home07 .comment .comment-list .ro2 .excerpt{
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #52606B;
    margin-bottom: 0;
}




.lienhe {}

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

.lienhe .row .col:nth-child(1) iframe {
    border-radius: 12px;
}

.lienhe .row .col:nth-child(2) {
    padding-left: 35px;
}

.lienhe .row .col:nth-child(2) .nd h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    color: #2F4858;
    margin-bottom: 22px;
}

.lienhe .row .col:nth-child(2) .nd p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    position: relative;
    margin-left: 35px;
    margin-bottom: 18px;
}

.lienhe .row .col:nth-child(2) .nd p::before {
    position: absolute;
    margin-left: -35px;
}

.lienhe .row .col:nth-child(2) .nd .p1::before {
    content: url(img/igt01.svg);
}

.lienhe .row .col:nth-child(2) .nd .p2::before {
    content: url(img/igt02.svg);
}

.lienhe .row .col:nth-child(2) .nd .p3::before {
    content: url(img/igt03.svg);
}

.lienhe .row .col:nth-child(2) .nd .p4::before {
    content: url(img/igt04.svg);
}

.lienhe .row .col:nth-child(2) .formLienHe {
    margin-top: 35px;
}

.lienhe .row .col:nth-child(2) {
    position: relative;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro>div {
    position: relative;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro.ro1>div:nth-child(2):before,
.lienhe .row .col:nth-child(2) .formLienHe .ro.ro2>div:nth-child(1):before,
.lienhe .row .col:nth-child(2) .formLienHe .ro.ro2>div:nth-child(2):before {
    position: absolute;
    right: 11px;
    height: 24px;
    top: 11px;
    z-index: 1;
    background: white;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro.ro1>div:nth-child(2):before {
    content: url(img/l04.svg);

}

.lienhe .row .col:nth-child(2) .formLienHe .ro.ro2>div:nth-child(1):before {
    content: url(img/l02.svg);
}

.lienhe .row .col:nth-child(2) .formLienHe .ro.ro2>div:nth-child(2):before {
    content: url(img/l03.svg);
}


.lienhe .row .col:nth-child(2) .formLienHe input,
.lienhe .row .col:nth-child(2) .formLienHe select {
    box-shadow: none;
    border: 1px solid #EFF1F4;
    min-height: 48px;
    border-radius: 8px;
}

.lienhe .row .col:nth-child(2) .formLienHe textarea {
    box-shadow: none;
    border: 1px solid #EFF1F4;
    min-height: 90px;
    border-radius: 8px;
}


.lienhe .row .col:nth-child(2) .formLienHe .btn {
    margin-bottom: 10px;
}

.lienhe .row .col:nth-child(2) .formLienHe .btn .wpcf7-spinner {
    display: none;
}

.lienhe .row .col:nth-child(2) .formLienHe .btn input {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    border-radius: 12px;
    background-color: #FF9700;
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: initial;
    position: relative;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro>div:nth-child(1) {
    margin-right: 10px;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro>div:nth-child(2) {
    margin-left: 10px;
}

.lienhe .row .col:nth-child(2) .formLienHe .ro.ro3 {
    display: block;
}

.lienhe .row .col:nth-child(2) .formLienHe input::placeholder,
.lienhe .row .col:nth-child(2) .formLienHe textarea::placeholder {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
}

.taxproduct .phan-trang {
    margin-top: 40px;
}

.taxproduct {}

.taxproduct .main {
    width: 100%;
    max-width: 1510px;
    margin: auto;
    padding: 0 15px;
}

.taxproduct .main .block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.taxproduct .main .block .connent {
    border: 1px solid #EFF1F4;
    border-radius: 12px;
    padding: 15px;
}

.taxproduct .main .block .connent img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.taxproduct .main .block .connent .thongtin {
    margin-top: 20px;
}

.taxproduct .main .block .connent .thongtin h2 {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.taxproduct .main .block .connent .thongtin .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.taxproduct .main .block .connent .thongtin .btn .contact a {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FF9700;
}

.taxproduct .main .block .connent .thongtin .btn .cate {
    width: 44px;
    height: 44px;
    position: relative;
}

.taxproduct .main .block .connent .thongtin .btn .cate::before {
    content: url(img/cate.svg);
    position: absolute;
}

.taxproduct .main .block .connent .thongtin .btn .cate:hover::before {
    content: url(img/categold.svg);
}



.taxvacxin {}

.taxvacxin .main {
    width: 100%;
    max-width: 1510px;
    padding: 0 15px;
    margin: 45px auto 20px auto;
    display: flow-root;
}


.taxvacxin .main .block-1 {
    float: left;
    width: 100%;
    max-width: 1101px;
}

.taxvacxin .main .block-2 {
    float: right;
    width: 100%;
    max-width: 347px;
}

.taxvacxin .main .block-1>div .connent {
    display: flex;
    margin-bottom: 25px;
}

.taxvacxin .main .block-1>div .connent .hinhanh {
    width: 100%;
    max-width: 263px;
    margin-right: 20px;
    border-radius: 12px;
}

.taxvacxin .main .block-1>div .connent .hinhanh img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.taxvacxin .main .block-1>div .connent .thongtin {}

.taxvacxin .main .block-1>div .connent .thongtin h2 {
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
}

.taxvacxin .main .block-1>div .connent .thongtin .date {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #677987;
    margin-bottom: 8px;
}

.taxvacxin .main .block-1>div .connent .thongtin .tt {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7D8D9A;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.taxvacxin .main .block-1>div .connent .thongtin .btn a {
    font-family: "SF-Pro-Display-Semibold" !important;
    color: #FF9700;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.taxvacxin .main .block-1>div .connent .thongtin .btn a::after {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-left: 10px;
}

.singleproduct {}

.singleproduct>div {
    width: 100%;
    max-width: 1510px;
    padding: 0 15px;
    margin: 45px auto 20px auto;
    display: flow-root;
}

.singleproduct>div .block-1 {
    float: left;
    width: 100%;
    max-width: 1101px;
}

.singleproduct>div .block-2 {
    float: right;
    width: 100%;
    max-width: 347px;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.popup-video {
    width: 885px;
    height: 500px;
}

.popup-video iframe {
    width: 100%;
    height: 100%;
}

.popup>div p::before {
    display: none;
}

.popup>div p {
    text-align: center !important;
}

.popup>div p button {
    margin: 0;
    margin-top: 15px;
    background: linear-gradient(180deg, #FF9400 0%, #FF7F00 100%);
    border-radius: 48px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}


.add-to-cart-button {
    text-align: right;
}

a.added_to_cart{
    font-family: "SF-Pro-Display-Semibold" !important;
    text-indent: 0px !important;
    width: 45% !important;
    top: 18px;
}

a.added_to_cart::after{
    background-image: none !important;
}

a.added_to_cart:hover{
    color: #FF9700;
}

.add-to-cart-button a {
    text-indent: -174px;
    border: none !important;
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
}

.add-to-cart-button a::after {
    content: '';
    background-image: url('img/cate.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 44px;
    height: 44px;
    left: 0;
    position: absolute;
    vertical-align: middle;
}

.add-to-cart-button a:hover {
    background-color: unset !important;
}

.add-to-cart-button a:hover::after {
    background-image: url('img/categold.svg');
}

.product .box .box-text {
    padding-bottom: 0;
}

.product .box .box-text .title-wrapper p {
    font-family: "SF-Pro-Display-Regular" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2F4858;
    margin-bottom: 10px;
}

.product .col-inner {
    border: 1px solid #EFF1F4;
    padding: 20px;
    border-radius: 12px;
}

.product .col-inner .contact-wrapper {
    position: absolute;
    bottom: 25px;
}

.product .col-inner .contact-wrapper button {
    margin: 0;
    background-color: unset;
    font-family: "SF-Pro-Display-Semibold" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FF9700;
    text-transform: initial;
    padding: 0;
    border: none;
    min-height: auto;
}

.product .col-inner .contact-wrapper .button:hover {
    box-shadow: none;
}

.product .col-inner  .box-image img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.woocommerce-result-count {
    color: #7D8D9A;
    font-family: "SF-Pro-Display-Light" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.woocommerce-ordering {}

.woocommerce-ordering select {
    border-style: solid;
    border-color: #EFF1F4;
    border-radius: 8px;
    box-shadow: none;
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #52606B;
    font-family: "SF-Pro-Display-Light" !important;
}

span.devvn_woocommerce_price_prefix {
    font-size: 0.8em;
    margin: 0 10px 0 0;
}
span.devvn_woocommerce_price_suffix {
    font-size: 0.8em;
    margin: 0 0 0 10px;
}

.product-images .product-gallery-slider img{
    height: 595px;
    object-fit: cover;
}

.header .flex-row .flex-left .nav-dropdown-default {
    padding: 5px;
}

.single-product .page-title {
    display: none;
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    border-radius: 8px;
}

#masthead .icon-search:before {
    content: url(img/ic01.svg);
}

