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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'UVN Bach Dang';
  src: url('font/UVNBachDang_R.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#masthead .flex-left > ul > li > a {
    text-transform: inherit;
    color: transparent;
    font-size: 20px;
    position: relative;
    background: linear-gradient(270deg, #304A41 0%, #58326D 100%);
    font-family: 'UVN Bach Dang';
    -webkit-background-clip: text;
    background-clip: text;
}
#masthead .flex-left > ul > li.active > a{
    background: linear-gradient(167.85deg, #A645F6 2.8%, #2D40AC 33.79%, #00382E 98.99%);
    -webkit-background-clip: text;
    background-clip: text;
}
#masthead .flex-left > ul > li > a:before {
    content: '';
    background: linear-gradient(167.85deg, #A645F6 2.8%, #2D40AC 33.79%, #00382E 98.99%);
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 0;
    bottom: 10px;
    transition: all .3s;
}

#masthead .flex-left > ul > li.active > a:before, #masthead .flex-left > ul > li > a:hover:before {
    opacity: 1;
}
.header-button > a {
    padding: 0 !important;
    width: 200px !important;
    height: 64px;
    background: linear-gradient(270deg, #F3F5B3 0%, #D3BD5E 100%) !important;
    font-size: 20px;
    border-radius: 0 !important;
    border: 0;
    line-height: 64px;
}
.header-button > a span {
    color: #003D2E !important;
    font-family: 'UVN Bach Dang';
}
#masthead .flex-left > ul > li {
    margin: 0 13px;
}
.stuck #masthead .flex-left > ul > li > a:before {
    bottom: 19px;
}
footer .section-title-container .section-title-center span {
    text-transform: inherit;
    font-size: 20px;
    font-family: 'UVN Bach Dang';
}
.footer-info p:first-child {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 700;
    font-family: 'UVN Bach Dang';
}
.footer-info p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
footer .ux-menu-link__link {
    font-size: 16px;
    min-height: auto;
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.content-footer p {
    text-align: justify;
}
.footer-info p:first-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
.colfooter:first-child .footer-info p:first-child::before{
  background: url('/wp-content/uploads/2025/10/call.png') no-repeat center;
}
.colfooter:nth-child(2) .footer-info p:first-child::before{
  background: url('/wp-content/uploads/2025/10/c.png') no-repeat center;
}
.colfooter:nth-child(3) .footer-info p:first-child::before{
  background: url('/wp-content/uploads/2025/10/location_on.png') no-repeat center;
}
.colfooter:nth-child(4) .footer-info p:first-child::before{
  background: url('/wp-content/uploads/2025/10/history_2.png') no-repeat center;
}
.absolute-footer {
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    border-top: solid 1px #FAB601;
}
.copyright-footer {
    color: #FAB601;
    font-size: 16px;
    opacity: .65;
}
.footer-info::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(243,245,179,0) 0%, #F3F5B3 50%, rgba(243,245,179,0) 100%);
  border-image-slice: 1;
}
.footer-info {
    position: relative;
}
.back-to-top {
    background: linear-gradient(270deg, #F3F5B3 0%, #D3BD5E 100%) !important;
    border: 0 !important;
    width: 50px !important;
    height: 50px;
}
.back-to-top i {
    color: #004932;
}
.contact-section .img {
    width: 78px !important;
    height: 86px;
}
.content-title h2 {
    color: transparent;
    font-size: 42px;
    position: relative;
    font-family: 'UVN Bach Dang';
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}
.contact-section .img, .about-section .img {
    width: 78px !important;
    height: 86px;
}
.content-title h2 {
    color: transparent;
    font-size: 42px;
    position: relative;
    font-family: 'UVN Bach Dang';
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    padding: 22px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content-title h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 3.6px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(243, 245, 179, 0) 0%,
    #F3F5B3 50%,
    rgba(243, 245, 179, 0) 100%
) 1;
}
.content-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #F3F5B3 50%, rgba(243, 245, 179, 0) 100%) 1;
}
.content-title p {
    color: transparent;
    font-size: 36px;
    position: relative;
    font-family: 'UVN Bach Dang';
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: capitalize;
    line-height: 1;
}
.infoContact  > .col-inner {
  background: #fff;
  padding: 80px 40px;
  border-radius: 20px;
}
.infoContact .footer-info p {
  color: #003D2E;
}
.infoContact .footer-info::before {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #0F5043 50.96%, rgba(243, 245, 179, 0) 100%);
}
.infoContact .colfooter:nth-child(1) .footer-info p:first-child::before {
   background: url(/wp-content/uploads/2025/10/call-1.png) no-repeat center !important;
}
.infoContact .colfooter:nth-child(2) .footer-info p:first-child::before {
 background: url(/wp-content/uploads/2025/10/language.png) no-repeat center !important;
}
.infoContact .colfooter:nth-child(3) .footer-info p:first-child::before {
 background: url(/wp-content/uploads/2025/10/location_on-1.png) no-repeat center !important;
}
.infoContact .colfooter:nth-child(4) .footer-info p:first-child::before {
 background: url(/wp-content/uploads/2025/10/history_2-1.png) no-repeat center !important;
}
.img-custom {
    width: 78px !important;
    height: 86px;
    margin: 0 auto;
}
.colContact2 > .col-inner {
    background: #F3F0FF;
    padding: 40px;
}
.content-title2 h2 {
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-family: 'UVN Bach Dang';
    color: transparent;
    background: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
    padding: 30px 0;
}
.content-title2 h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.content-title2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.content-title2 p {
    text-align: justify;
    color: #171717;
}
.btn {
    background: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
    padding: 20px 60px;
    height: 64px;
    font-family: 'UVN Bach Dang';
    margin: 0;
    line-height: 120%;
}
.btn span {
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    line-height: 1;
}
.title-Line .section-title-main {
    font-size: 42px;
    font-family: 'UVN Bach Dang';
    color: #004932;
    z-index: 1;
    padding: 0 50px;
}
/*.title-Line .section-title-center:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border: 2px solid;
    border-image-source: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
    border-image-slice: 1;
}
.title-Line2 .section-title-center:before {
    border: 2px solid #003D2E;
}*/
.title-Line2 .section-title-main {
    background: #fff;
}
.content-title3 p {
    font-size: 18px;
    font-family: 'Be Vietnam Pro';
    color: #fff;
    line-height: 120%;
}
.content-title3 h3 {
    font-size: 42px;
    font-family: 'UVN Bach Dang';
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    color: transparent;
}
.about-section:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/image-19.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 700px;
    height: 221px;
    bottom: 0;
    z-index: 1;
    left: 0;
    opacity: .5;
}
.about-section {
    overflow: hidden;
}
.titleABout p {
    margin-bottom: 0;
    font-size: 42px;
    font-family: 'UVN Bach Dang';
    background: #003D2E;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    color: transparent;
    line-height: 120%;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 30px 0;
}
.titleABout p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.titleABout p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.desABout p {
    text-align: justify;
    color: #003D2E;
    margin-bottom: 0;
}
.colImg > .col-inner .img {
    width: 62px !important;
    margin: 0 auto;
    height: 64px;
}
.aboutTitle >* {
    margin-bottom: 0;
    text-align: center;
    font-family: UVN Bach Dang;
    text-transform: uppercase;
    color: #003D2E;
    font-size: 64px;
    line-height: 120%;
    padding: 30px 0;
}
.colImg > .col-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.colImg > .col-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3.6px solid transparent;
    border-image: linear-gradient(90deg, rgba(243, 245, 179, 0) 0%, #004932 50.96%, rgba(243, 245, 179, 0) 100%);
    border-image-slice: 1;
}
.colImg > .col-inner {
    padding: 30px 0;
}
.about-row > .col:not(.colImg) > .col-inner {
    display: flex;
    align-items: center;
    padding: 40px;
}
.boxAbout2 .icon-box-text h4 {
    font-family: UVN Bach Dang;
    font-size: 36px;
    color: #003D2E;
    margin-bottom: 10px;
}
.boxAbout2 .icon-box-text p {
    font-size: 18px;
    line-height: 120%;
    color: #003D2E;
}
.colImg2 .boxAbout2 .icon-box-text > * {
    color: #F3F5B3;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.boxAbout2 .icon-box-img img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boxAbout2 .icon-box-img {
    position: relative;
    padding-top: 40%;
}
.colImg > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-about5 .img {
    width: 78px !important;
    height: 86px;
}
.des-about5 h2 {
    font-family: 'UVN Bach Dang';
    font-size: 42px;
    line-height: 120%;
    text-transform: uppercase;
    color: #F3F0FF;
    padding: 30px 0;
    position: relative;
    margin: 40px 0 30px;
}
.des-about5 h2:before {
    content: '';
    border: 3.6px solid;
    border-image-source: linear-gradient(90deg, #F3F5B3 50.96%, rgba(243, 245, 179, 0) 100%);
    position: absolute;
    border-bottom: 3.6px solid transparent;
    width: 100%;
    border-image-slice: 1;
    top: 0;
    left: 0;
}
.des-about5 h2:after {
    content: '';
    border: 3.6px solid;
    border-image-source: linear-gradient(90deg, #F3F5B3 50.96%, rgba(243, 245, 179, 0) 100%);
    position: absolute;
    border-bottom: 3.6px solid transparent;
    width: 100%;
    border-image-slice: 1;
    bottom: 0;
    left: 0;
}
.about-section5:before {
    z-index: 10;
    opacity: .3;
}
.about-section5:after {
    content: '';
    background: url(/wp-content/uploads/2025/10/image-49.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 314px;
    height: 100%;
    top: 0;
    z-index: 1;
    right: 0;
    opacity: .2;
}
.about-section6 .des-about5 > * {
    color: #004932 !important;
}
.about-section6 .des-about5 h2:before, .about-section6 .des-about5 h2:after {
    border-bottom: 3.6px solid;
    border-image-source: linear-gradient(90deg, #00846B 50.96%, rgba(243, 245, 179, 0) 100%);
}
.des-about5 > p {
    font-size: 20px;
    text-align: justify;
}
.about-section6 .col > .col-inner, .about-section6 .large-7 > .col-inner .img, .about-section6 .large-7 > .col-inner .img * {
    height: 100%;
}
.img-about7 {
    width: 136px !important;
    margin: 0 auto 50px !important;
}
.des-about7 p {
    font-size: 18px;
}
.title-Line3 .section-title-main {
    background: #fff;
}
.content-title3 h2 {
    font-size: 64px;
}
.title-Line4 .section-title b {
    background-color: #f3f5b3;
}
.section-title b {
    opacity: 1;
}
.title-Line3 .section-title b {
    background: #004932;
}
.post-item .box .box-image {
    border-radius: 30px;
}
.post-item .box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.post-item .box .box-image .image-cover {
    padding-top: 70% !important;
}
.post-item .box-text {
    padding: 30px;
}
.from_the_blog_excerpt {
    margin: 20px 0 !important;
    color: #171717 !important;
    opacity: .5;
}
.post-item .box .box-image:hover img {
    transform: scale(1.1);
}
.page-numbers li span, .page-numbers li a {
    border-radius: 4px;
    font-size: 14px;
}
.page-numbers li span {
    border: solid 1px #003D2E !important;
    background: #003D2E !important;
}
.page-numbers li a {
    border: solid 1px #F3F0FF;
    color: #212B36 !important;
    background: #FFFFFF;
}
.page-numbers li a.next {
    background: #FFC07C;
    border: solid 1px #FFC07C;
}
.page-numbers li a:not(.next):hover {
    background: #003d2e;
    color: #fff !important;
}
.title-Line5 .section-title-main {
    color: transparent;
    background: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
    -webkit-background-clip: text;
    background-clip: text;
}
.news-section:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/image.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 667px;
    height: 530px;
    left: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0.5;
}
.btn-view-post a {
    color: #003D2E;
    font-size: 16px;
}
.btn-view-post img {
    position: relative;
    top: -2px;
    right: -4px;
}
.blog-wrapper {
    padding: 0;
}
.bg-single-post .row {
    justify-content: center;
}
.bg-single-post {
    height: 236px;
    padding-top: 60px;
}
.bg-single-post * {
    color: #F3F5B3;
}
.bg-single-post #crumbs {
    margin-bottom: 14px;
}
#crumbs i {
    font-size: 14px;
    margin: 0 6px;
}
#crumbs span.current {
    color: #FAB601;
}
.bg-single-post h1 {
    font-family: 'UVN Bach Dang';
    font-size: 36px;
    line-height: 120%;
}
.page-numbers > li {
    margin: 0px 5px !important;
}
.btn-blog {
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    background: transparent;
    width: 311px;
    border-image-slice: 1;
    display: block;
    margin: 0 auto;
}
.btn-view-post a:hover {
    color: #003d2e;
}
.blog-archive .bg-single-post {
    margin-bottom: 30px;
}
.box-banner-service .section-title-center b, footer .section-title-center b {
    background: transparent;
}
.home .footer1 {
    display: none;
}
.fixed-footer {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99999;
    display: block;
}
.fixed-footer a {
    display: block;
}
.fixed-footer img {
    width: 70px;
    height: 70px;
}
.btn4 {
    width: 311px;
    display: block;
    margin: 30px auto 0;
    border: 2px solid;
    border-image-source: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
    background: transparent;
    border-image-slice: 1;
}
.btn4 span {
    color: #004932 !important;
}
.btn4:hover {
    box-shadow: none;
    background: linear-gradient(255.33deg, #8C35D3 -3.24%, #2D40AC 46.37%, #0F5043 98.92%);
}
.btn4:hover span {
    background: linear-gradient(180deg, #F3F5B3 0%, #D3BD5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
@media (min-width: 992px){
    .col-about6 {
        padding-left: 60px;
    }
    .about-section6 .col-about5 > .col-inner {
        padding-left: 0;
    }
    .col-about5 > .col-inner {
        padding-left: 60px;
    }
    #logo img {
        position: absolute;
        top: 0;
        max-height: 132px !important;
        width: 163px;
    }
    .header-main > .header-inner {
        max-width: 1480px;
    }
    footer .ux-menu {
        padding-left: 60px;
    }
    .nopad{
        padding-bottom: 0 !important;
    }
    .footer-info p:nth-child(2) {
        height: 40px;
    }
    .contact-section:before {
        content: '';
        background: url(/wp-content/uploads/2025/10/Group-16.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 461px;
        height: 480px;
        bottom: 0;
        left: -100px;
        z-index: 1;
    }
    .contact-section {
        overflow: hidden;
    }
    .trainghiem-section:before {
        content: '';
        background: url(/wp-content/uploads/2025/10/Group-16.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 461px;
        height: 480px;
        bottom: 0;
        left: -100px;
        z-index: 1;
    }
    .trainghiem-section:after {
        content: '';
        background: url(/wp-content/uploads/2025/10/Vector.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 269px;
        height: 346px;
        bottom: 0;
        right: 0;
    }
    .trainghiem-section {
        overflow: hidden;
    }
    .about-row > .col > .col-inner {
        height: 500px;
    }
}
@media (max-width: 991px){
    .mobile-nav > li > a {
        color: #000;
        font-size: 18px;
    }
    .mfp-ready .mfp-close {
        opacity: 1;
    }
    .mfp-content {
        background: #F3F0FF !important;
        transition: transform .5s, opacity .3s !important;
    }
    .nav-sidebar.nav-vertical>li+li {
        border: 0;
    }
    .off-canvas .nav-vertical>li>a {
        text-transform: inherit;
        color: transparent;
        font-size: 20px;
        position: relative;
        background: linear-gradient(270deg, #304A41 0%, #58326D 100%);
        font-family: 'UVN Bach Dang';
        -webkit-background-clip: text;
        background-clip: text;
        padding-right: 20px;
        padding-top: 0;
    }
    .mfp-content .header-search-form-wrapper input {
        border-radius: 0;
        height: 50px;
        border-radius: 5px;
    }
}
@media (max-width: 767px){
    .footer-row1 .img {
        margin: 0 auto;
    }
    footer .ux-menu-link__link {
        justify-content: center;
    }
    footer .section {
        padding-bottom: 0 !important;
    }
    .copyright-footer {
        line-height: normal;
        padding: 10px;
    }
    .about-section5 .large-5 .img {
        width: 100% !important;
        height: auto;
    }
    .footer1 .colContact2 > .col-inner {
        margin-bottom: 20px;
    }
    .bg-single-post #crumbs {
        font-size: 12px;
    }
    .bg-single-post h1 {
        font-size: 28px;
    }
    #crumbs {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bg-single-post {
        padding-top: 40px;
        height: auto;
        padding-bottom: 20px;
    }
    .bg-single-post h1 {
        font-size: 24px;
    }
}
@media (max-width: 549px){
    .nopadm{
        padding-bottom: 0 !important;
    }
    .content-title p {
        margin-bottom: 0;
        font-size: 24px;
    }
    .content-title h2, .titleABout p, .aboutTitle >*,
    .des-about5 h2, .title-Line .section-title-main, .content-title2 h2,
    .box-banner-service h2 span.section-title-main {
        font-size: 28px !important;
    }
    .infoContact > .col-inner {
        padding: 30px;
    }
    .colContact2 > .col-inner {
        padding: 20px;
    }
    .content-title3 h3 {
        font-size: 20px;
    }
    .content-title3 p, .des-about5 > p,
    .service-accordion .accordion-inner p {
        font-size: 16px !important;
    }
    .btn {
        height: auto;
    }
    .title-Line .section-title-main {
        padding: 0 25px;
    }
    .service-accordion a.accordion-title.plain span{
        font-size: 20px !important;
    }
    .title-service span.section-title-main {
        gap: 10px !important;
    }
}