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






@font-face {
    font-family: 'gilroy-light';
    src: url('assets/fonts/svn-gilroy_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-medium';
    src: url('assets/fonts/svn-gilroy_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-semibold';
    src: url('assets/fonts/svn-gilroy_semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-xbold';
    src: url('assets/fonts/svn-gilroy_xbold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


a, 
li, 
span {
    font-family: 'gilroy-medium', sans-serif;
}

span {
    line-height: 1.5 !important;
}

a {
    color: #f99705;
}

.logo a {
    color: #f47621 !important;
}


.header .header-main {
    height: 90px !important;
}

.header #logo {
    width: 200px !important;
}

.header #logo img {
    max-height: 90px !important;
    padding: 4px 0;
}

.header.transparent .header-main {
    height: 90px !important;
}

.header.transparent #logo img {
    max-height: 90px !important;
}

@media (max-width: 549px) {
    .header .header-main {
        height: 70px !important;
    }
    .header #logo img {
        max-height: 70px !important;
    }
}


:root {
    --fs-color-primary: #f47621;
    --primary-color: #f47621;
}

.button.primary:not(.is-outline) {
    background-color: #f47621;
}


.header .header-button .button.primary {
    background-color: #f47621 !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
    color: #fff !important;
    font-family: 'gilroy-semibold', sans-serif !important;
    text-transform: inherit !important;
    border-radius: 5px !important; 
    font-size: 1.15em !important; 
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.header .header-button .button.primary:hover {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #f47621 !important;
    color: #f47621 !important;
}


.header .header-main .nav > li > a {
    line-height: 16px !important;
    font-size: 16px !important;
    font-family: 'gilroy-semibold', sans-serif !important;
    text-transform: inherit !important;
}

.header .nav-dropdown > li > a, 
.header .nav > li > a {
    color: hsl(0deg 0% 0% / 85%);
    transition: all .2s;
}


.header .nav-dropdown > li > a:hover, 
.header .nav > li.active > a, 
.header .nav > li > a:hover {
    color: hsl(24.17deg 90.56% 54.31%) !important;
}


.header .header-nav-main > li {
    margin: 0 11px !important;
}

.header .header-nav-main > li > a {
    position: relative !important;
}

.header .header-nav-main > li > a::before {
    background-color: #f47621 !important;
    content: " " !important;
    height: 3px !important;
    left: 50% !important;
    opacity: 0;
    position: absolute !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    transition: all .3s !important;
    width: 100% !important;
}

.header .header-nav-main > li.active > a::before,
.header .header-nav-main > li:hover > a::before {
    opacity: 1 !important;
}


.header .nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd !important;
    border-radius: 10px !important;
    background: #fef3ec !important;
}


@media (max-width: 549px) {
    .header .button.primary {
        font-size: 1em !important; 
        width: 100% !important;
    }
    
    .header .header-wrapper {
        box-shadow: none !important;
    }
    
    .header .header-bg-color {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    
    .header li.current_page_item a {
        color: #F47621 !important;
    }
    
    
    .header .icon-menu::before {
        content: "" !important;
        background: url('assets/images/menu.png') !important;
        background-size: cover !important;
        width: 22px !important;
        height: 22px !important;
        display: block !important;
        padding: 0 !important;
    }
    
    .header .header-button .icon {
        padding: 0 !important;
    }
}


.entry-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}


.absolute-footer,
#absolute-footer {
    display: none !important;
}




.xc-home-hero {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.xc-home-hero .section-bg {
    background-image: url('assets/images/Bg-1.png');
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1;
}

.xc-home-hero .col {
    padding: 0 15px 0;
}


.xc-home-hero > .section-content > .row > .col:first-child > .col-inner {
    max-width: 630px;
    margin-top: 163px;
}


.xc-home-hero h2 {
    font-weight: 800;
    font-family: 'gilroy-xbold', sans-serif;
    font-size: 50px;
    letter-spacing: 0px !important;
    line-height: 1.5 !important;
    background: linear-gradient(90deg, #FF4D00 0%, #F47621 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: .5em;
}


.xc-home-hero > .section-content > .row > .col:first-child > .col-inner > p.lead {
    font-size: 24px;
    font-weight: bold;
    color: #090909;
    font-family: 'gilroy-semibold', sans-serif;
    line-height: 1.5 !important;
    margin-bottom: 13px;
}


.xc-home-hero p.strong {
    font-family: 'gilroy-medium', sans-serif;
    color: #090909;
    line-height: 1.5 !important;
}


.xc-home-hero > .section-content > .row > .col:first-child > .col-inner > p:not(.lead):not(.strong) {
    margin-bottom: 8px;
    color: #090909;
    margin-top: 5px;
    font-family: 'gilroy-light', sans-serif !important;
}


.xc-home-hero .row-app {
    margin-top: 40px;
}

.xc-home-hero .row-app .col {
    padding: 7px !important;
    padding-left: 15px !important;
}


@media screen and (min-width: 550px) {
    .xc-home-hero .row-app .col {
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
}

.xc-home-hero .row-app .col .img {
    width: 100%;
}


.xc-home-hero .row-services {
    margin-top: 85px;
}

.xc-home-hero .row-services > .col > .col-inner > p.lead {
    font-size: 1em;
    font-weight: 600;
    font-family: 'gilroy-semibold', sans-serif;
    color: #090909;
    margin-bottom: 0.8em;
}

.xc-home-hero .row-services .col > .col-inner {
    padding: 0;
}


.xc-home-hero .icon-box.featured-box.icon-box-left.text-left {
    margin-bottom: 14px !important;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: flex-start;
}

.xc-home-hero .icon-box-left .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 100px;
    width: 100px !important; 
}

.xc-home-hero .icon-box-left .icon-box-text {
    flex: 1 1 0px;
    padding-left: 1em;
}

.xc-home-hero .icon-box-text.last-reset h3 {
    font-family: 'gilroy-medium', sans-serif;
    color: #090909;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: -5px;
    line-height: 1.5 !important;
}

.xc-home-hero .icon-box-text.last-reset p {
    color: #303030;
    margin-bottom: 0;
    font-family: 'gilroy-semibold', sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.xc-home-hero .icon-box-text .img.star {
    max-width: 152px;
}


.xc-home-hero > .section-content > .row > .col:last-child {
    padding: 0 !important;
}

.xc-home-hero > .section-content > .row > .col:last-child > .col-inner {
    text-align: right;
    padding: 0;
}

.xc-home-hero .hero-img .img-inner {
    margin: 75px 0 0 0;
}

.xc-home-hero .hero-img {
    margin-bottom: 0 !important;
    width: 100%;
}


@media (max-width: 849px) {
    .xc-home-hero .row-services {
        margin-top: 40px;
    }
}


@media (max-width: 549px) {
    .xc-home-hero > .section-content > .row > .col:first-child > .col-inner {
        padding-top: 20px !important;
        margin-top: 47px;
    }

    .xc-home-hero h2 {
        font-size: 29px !important;
    }

    .xc-home-hero > .section-content > .row > .col:first-child > .col-inner > p.lead {
        font-size: 20px !important;
        margin-bottom: 13px;
    }

    .xc-home-hero .row-services {
        margin-top: 30px;
    }

    
    .xc-home-hero .icon-box-left .icon-box-img {
        width: 60px !important;
        max-width: 60px !important;
    }

    .xc-home-hero .icon-box-text.last-reset {
        padding: 0 !important;
        text-align: left;
        padding-top: 5px !important;
    }

    .xc-home-hero .icon-box-text.last-reset p {
        font-size: 14px !important;
    }

    .xc-home-hero .icon-box-text.last-reset h3 {
        font-size: 13px !important;
    }

    .xc-home-hero .row-services .img.star {
        display: none;
    }

    .xc-home-hero {
        padding-bottom: 30px !important;
    }

    .xc-home-hero > .section-content > .row > .col:last-child {
        margin-top: -32px;
    }

    
    .xc-home-hero .row-app .col {
        flex-basis: 50% !important;
        max-width: 50% !important;
        padding: 0 !important;
        padding-left: 13px !important;
        margin-right: 15px;
    }
    .xc-home-hero .row-app {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    
    .xc-home-hero .row-app .col {
        max-width: 40% !important;
        flex-basis: 40% !important;
    }
}


@media screen and (min-width: 768px) {
    .xc-home-hero {
        padding-bottom: 0 !important;
    }

    .xc-home-hero .row-services {
        margin-top: 85px;
    }
}


@media (max-width: 849px) and (min-width: 550px) {
    .xc-home-hero .row-app {
        
    }
}



.xc-home-story {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.xc-home-story .section-bg {
    background-image: url('assets/images/Bg-1-1.png');
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1;
}


.xc-home-story p.lead {
    color: #f47621;
    margin-bottom: 0px;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'gilroy-semibold', sans-serif;
    font-weight: 600;
}

.xc-home-story h2 {
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: -9px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #282828;
    font-weight: 600;
}

.xc-home-story h2 .highlight {
    color: #f47621;
}

.xc-home-story > .section-content > .row > .col:first-child > .col-inner > p:not(.lead) {
    font-size: 24px;
    padding-right: 80px;
    color: #797979;
    font-family: 'gilroy-medium', sans-serif;
    line-height: 1.5 !important;
}


.xc-home-story .btn-xem-them {
    border-radius: 12px !important;
    text-transform: none !important;
    padding-bottom: 3px;
    width: 24% !important;
    font-family: 'gilroy-medium', sans-serif;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.xc-home-story .btn-xem-them:hover {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #f47621;
    color: #f47621 !important;
}


.xc-home-story .banner-video {
    border-radius: 12px;
    overflow: hidden;
    padding-top: 56.25% !important; 
    height: 0 !important;
    min-height: 0 !important;
}


.xc-home-story .banner-video .text-box {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.xc-home-story .banner-video .text-box-content,
.xc-home-story .banner-video .text-inner {
    width: 100% !important;
    text-align: left !important;
}


.xc-home-story .banner-video .video-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
}


.xc-home-story .banner-video .video-button-wrapper::after {
    content: "15:30";
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'gilroy-medium', sans-serif;
}


.xc-home-story .banner-video .open-video {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row;
}


.xc-home-story .banner-video .open-video i.icon-play {
    display: none !important;
}


.xc-home-story .banner-video .open-video::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('assets/images/Frame-27.png') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.xc-home-story .banner-video .open-video:hover::before {
    transform: scale(1.1);
}


.xc-home-story .banner-video .open-video::after {
    content: "Xem video";
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    text-transform: none;
    font-family: 'gilroy-medium', sans-serif;
}


@media (max-width: 549px) {
    .xc-home-story {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .xc-home-story p.lead {
        font-size: 17px !important;
        text-align: center;
    }

    .xc-home-story h2 {
        font-size: 30px !important;
        margin-top: 5px !important;
        margin-bottom: 20px !important;
        text-align: center;
    }

    .xc-home-story > .section-content > .row > .col:first-child > .col-inner > p:not(.lead) {
        font-size: 17px !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .xc-home-story .btn-xem-them {
        width: 100% !important;
        font-size: 14px !important;
    }
}




.xc-home-story .row-services-title {
    margin-top: 50px;
}

.xc-home-story .row-services-title .col-inner {
    text-align: center;
}

.xc-home-story .row-services-title p.sub-title {
    color: #f47621;
    font-size: 26px;
    letter-spacing: 4px;
    font-family: 'gilroy-semibold', sans-serif;
    margin-bottom: 0;
}

.xc-home-story .row-services-title h2 {
    color: #282828;
    font-size: 60px;
    letter-spacing: 2px;
    font-family: 'gilroy-semibold', sans-serif;
    margin-top: -10px;
}

.xc-home-story .row-services-title h2 .highlight {
    color: #f47621;
    background: transparent !important;
}


.xc-home-story .row-services .col-inner {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 70px; 
    height: 100%;
    margin-top: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.xc-home-story .row-services .col-inner:hover {
    transform: translateY(-30px);
    box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.08);
}

.xc-home-story .row-services .icon-box-img {
    width: 120px !important; 
    max-width: 120px !important;
}

.xc-home-story .row-services .icon-box-text h3 {
    font-size: 24px;
    margin-bottom: 7px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #f47621;
}

.xc-home-story .row-services .icon-box-text p {
    font-size: 18px;
    color: #797979 !important;
    font-family: 'gilroy-medium', sans-serif;
    line-height: 1.5;
}


.xc-home-story .row-services .btn-truy-cap {
    display: none; 
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #F47621 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: 'gilroy-medium', sans-serif;
    padding: 0 !important;
    position: absolute !important;
    bottom: 15px !important;
    left: 20px !important;
    text-transform: none !important;
}


@keyframes moveRight {
    0% { transform: translateX(0) }
    50% { transform: translateX(10px) }
    100% { transform: translateX(0) }
}

.xc-home-story .row-services .btn-truy-cap::after {
    content: "→";
    display: inline-block;
    margin-left: 8px;
    animation: moveRight 1s ease-in-out infinite;
    font-size: 1.2em;
    vertical-align: middle;
}

.xc-home-story .row-services .col-inner:hover .btn-truy-cap {
    display: inline-flex !important;
    align-items: center;
}


@media (max-width: 549px) {
    .xc-home-story .row-services-title p.sub-title {
        font-size: 18px;
    }
    
    .xc-home-story .row-services-title h2 {
        font-size: 30px;
    }
    
    .xc-home-story .row-services .col-inner {
        height: auto !important;
        margin: 0px !important;
        margin-top: 30px !important;
        box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.08);
        padding-bottom: 70px !important; 
        transform: none !important;
    }
    
    .xc-home-story .row-services .col-inner:hover {
        margin-top: 30px !important;
        height: auto !important;
        transform: none !important;
    }
    
    .xc-home-story .row-services .btn-truy-cap {
        display: inline-flex !important; 
        bottom: 15px !important;
        left: 20px !important;
    }
    
    .xc-home-story .row-services .icon-box-text h3 {
        text-align: left;
    }
}



.xc-home-app {
    padding-top: 30px !important;
    padding-bottom: 100px !important; 
}

.xc-home-app .section-bg {
    background-image: url('assets/images/bg2.png');
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.xc-home-app p.sub-title {
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'gilroy-semibold', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.xc-home-app h2 {
    color: #fff;
    font-size: 60px;
    letter-spacing: 2px;
    font-family: 'gilroy-semibold', sans-serif;
    text-align: center;
    margin-top: -10px;
}


.xc-home-app > .section-content > .row:nth-child(2) {
    align-items: center;
}


.xc-home-app .box-app {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xc-home-app .box-app:hover {
    box-shadow: 16px 54px 53px 0px rgba(9, 9, 9, 0.12) !important;
}

.xc-home-app .box-app .icon-box-img {
    width: 70px !important;
    max-width: 70px !important;
}

.xc-home-app .box-app h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #090909;
    font-family: 'gilroy-semibold', sans-serif;
    margin-bottom: 7px;
}

.xc-home-app .box-app p {
    color: #797979;
    font-size: 18px;
    font-family: 'gilroy-medium', sans-serif;
    line-height: 1.5;
}


.xc-home-app .row-app-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.xc-home-app .row-app-2 .col {
    padding-bottom: 0 !important;
}

.xc-home-app .row-app-2 .img img {
    border-radius: 5px;
}


@media (max-width: 849px) {
    
    .xc-home-app .row:nth-child(2) > .col:nth-child(2) {
        order: -1;
    }
    
    .xc-home-app .row-app-2 {
        position: relative;
        top: auto;
    }
    
    .xc-home-app {
        padding-bottom: 30px !important; 
    }
}

@media (max-width: 549px) {
    .xc-home-app p.sub-title {
        font-size: 17px !important;
    }
    
    .xc-home-app h2 {
        font-size: 30px !important;
        margin-top: 5px !important;
    }
}



.xc-home-numbers {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #ffffff;
}

.xc-home-numbers .section-bg {
    background-image: url('assets/images/map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.xc-home-numbers h2 {
    font-size: 72px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #282828;
    text-align: center;
}

.xc-home-numbers h2 .highlight {
    color: #f47621;
    background: transparent !important;
}

.xc-home-numbers .logo-number {
    width: 15% !important;
    margin: 0 auto;
}


.stat-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.08);
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stat-card:hover {
    box-shadow: 9px 14px 100px 0px rgba(244, 118, 33, 0.35) !important;
}

.stat-card__header {
    background: #F47621;
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 10px 15px;
}

.stat-card__label {
    font-size: 18px;
    color: #fff;
    font-family: 'gilroy-medium', sans-serif;
}

.stat-card__year {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-top: -5px;
    font-family: 'gilroy-semibold', sans-serif;
}

.stat-card__body {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-grow: 1;
}

.stat-card__icon {
    margin-top: 4px;
    width: 20px;
    flex-shrink: 0;
}

.stat-card__text {
    font-size: 18px;
    color: #090909;
    font-family: 'gilroy-medium', sans-serif;
    margin-bottom: 0;
    line-height: 1.5;
}


.stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: center;
    align-items: center;
    height: 100%;
}

.stat-item__number {
    color: #F47621;
    font-family: 'gilroy-xbold', 'gilroy-semibold', sans-serif;
    font-weight: bolder;
    font-size: 40px;
    line-height: 1.2;
}

.stat-item__label {
    color: #090909;
    font-family: 'gilroy-medium', sans-serif;
    font-size: 18px;
    margin-top: 5px;
}


@media screen and (min-width: 768px){
    .xc-home-numbers .linee {
        position: absolute;
        z-index: 1;
        width: 53% !important;
        left: 431px;
        bottom: 141px;
        top: auto;
    }
    .xc-home-numbers .row {
        z-index: 2;
        position: relative;
    }
}


@media (max-width: 549px) {
    .xc-home-numbers h2 {
        font-size: 30px !important;
        margin-top: -10px;
    }
    
    .xc-home-numbers .logo-number {
        width: 21% !important;
    }
    
    .stat-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-item__number {
        font-size: 23px;
    }
}



.xc-home-testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.xc-home-testimonial .section-bg {
    background-image: url('assets/images/Group-20083.png');
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.xc-home-testimonial h2 {
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #282828;
    text-align: center;
}

.xc-home-testimonial h2 .highlight {
    color: #f47621;
    margin-left: 15px;
    letter-spacing: 4px;
    background: transparent !important;
}


.xc-home-testimonial .box-testimonial {
    background-color: #f3f5f7;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 14px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xc-home-testimonial .box-testimonial:hover {
    box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.1) !important;
}

.xc-home-testimonial .box-testimonial h3 {
    font-size: 20px;
    color: #090909;
    font-family: 'gilroy-semibold', sans-serif;
    line-height: 3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xc-home-testimonial .box-testimonial p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'gilroy-medium', sans-serif;
    line-height: 1.5;
    height: 72px; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.xc-home-testimonial .img {
    width: 35% !important;
}


.xc-home-testimonial .flickity-page-dots {
    bottom: -5px;
}

.xc-home-testimonial .flickity-page-dots .dot {
    background: #F47621 !important;
    opacity: 0.6;
    border: none !important;
}

.xc-home-testimonial .flickity-page-dots .dot.is-selected {
    background-color: #F47621 !important;
    width: 15px;
    height: 15px;
    margin-bottom: -1px;
    opacity: 1 !important;
}


@media (max-width: 549px) {
    .xc-home-testimonial {
        padding-top: 35px !important;
        padding-bottom: 0px !important;
    }
    
    .xc-home-testimonial h2 {
        font-size: 32px !important;
    }
    
    .xc-home-testimonial .box-testimonial {
        box-shadow: 30px 49px 100px 0px rgba(50, 19, 21, 0.1) !important;
    }
    
    .xc-home-testimonial .flickity-page-dots {
        bottom: 13px !important;
        pointer-events: all !important;
    }
}



.xc-home-news {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #ffffff;
}


.xc-home-news p.sub-title {
    color: #f47621;
    font-size: 20px;
    text-align: center;
    font-family: 'gilroy-semibold', sans-serif;
    margin-bottom: 0px;
}

.xc-home-news h2 {
    font-size: 60px;
    letter-spacing: 2px;
    color: #090909;
    margin-top: -15px;
    text-align: center;
    font-family: 'gilroy-semibold', sans-serif;
}


.xc-home-news .box-image {
    border-radius: 15px;
    overflow: hidden;
}

.xc-home-news .box-text {
    text-align: left !important;
}

.xc-home-news .box-blog-post .is-divider {
    display: none !important;
}

.xc-home-news h5.post-title.is-large {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'gilroy-semibold', sans-serif;
    line-height: 1.4;
    height: 56px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xc-home-news h5.post-title.is-large a {
    color: #090909 !important;
}

.xc-home-news .box.box-normal:hover .box-text h5 a {
    color: #f27520 !important;
}


.xc-home-news .from_the_blog_excerpt {
    font-size: 16px;
    font-family: 'gilroy-medium', sans-serif;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.xc-home-news a.button.is-outline {
    color: #f47621 !important;
    margin-top: 0px !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-family: 'gilroy-medium', sans-serif;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
}

.xc-home-news a.button.is-outline:hover {
    background: none !important;
    color: #f27520 !important;
}

.xc-home-news a.button.is-outline:after {
    content: "";
    background: url('assets/images/Group-4049.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0px;
}

.xc-home-news .box.box-normal:hover a.button.is-outline:after {
    animation: moveRight 1s ease-in-out infinite;
}

@keyframes moveRight {
    0% { transform: translateX(0px); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0px); }
}


@media (max-width: 549px) {
    .xc-home-news {
        padding-top: 0px !important;
        margin-top: -30px !important;
    }
    .xc-home-news h2 {
        font-size: 30px !important;
        margin-top: 10px !important;
    }
    .xc-home-news p.sub-title {
        font-size: 16px;
    }
    .xc-home-news a.button.is-outline {
        margin-top: 3px !important;
        font-size: 13px !important;
        width: 100%;
        text-align: left;
    }
}




.footer-wrapper {
    background: linear-gradient(180deg, #F47621 0%, #954006 410.02%);
    color: #fff;
}


.xc-footer,
.xc-footer p,
.xc-footer h5.widget-title,
.xc-footer .ux-menu-title,
.xc-footer a {
    color: #fff !important;
}


.absolute-footer {
    display: none !important;
}


.xc-footer a.ux-menu-link__link.flex {
    font-size: 18px !important;
    font-family: 'gilroy-medium', sans-serif;
    border-bottom: none !important;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase !important;
}

.xc-footer a.ux-menu-link__link.flex:hover {
    font-weight: bold;
    color: #fff !important;
}


.xc-footer h5.widget-title,
.xc-footer .ux-menu-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-family: 'gilroy-semibold', sans-serif;
    text-transform: uppercase;
}


.xc-footer .row-thong-tin > .col:first-child p strong {
    font-size: 24px;
    font-family: 'gilroy-semibold', sans-serif;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
}

.xc-footer .row-thong-tin > .col:first-child p {
    font-size: 18px;
    font-family: 'gilroy-medium', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

.xc-footer .row-thong-tin > .col:first-child .img {
    width: 25% !important; 
    margin-bottom: 20px;
}


.xc-footer .row-tai-app .img img {
    border-radius: 5px;
}

.xc-footer .row-tai-app {
    max-width: 85%;
}


.xc-footer .social-icons a.icon {
    border: none !important;
    color: #fff !important;
    font-size: 1.7em;
    margin-right: 22px !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.xc-footer .social-icons a.icon:hover {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.8;
}


.xc-footer .row-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
    margin-top: 20px;
}

.xc-footer .row-copyright p {
    font-size: 12px;
    line-height: 1.8;
}


@media (max-width: 849px) {
    .xc-footer .row-thong-tin > .col:first-child .img {
        width: 40% !important; 
    }
}

@media (max-width: 549px) {
    .xc-footer .row-thong-tin > .col:first-child .img {
        width: 30% !important; 
    }

    .xc-footer .row-thong-tin > .col:first-child p strong {
        font-size: 20px;
    }
    
    .xc-footer .row-thong-tin > .col:first-child p {
        font-size: 16px;
    }
    
    .xc-footer h5.widget-title {
        font-size: 20px !important;
    }
    
    .xc-footer a.ux-menu-link__link.flex {
        font-size: 14px !important;
    }
    
    .xc-footer .row-tai-app {
        max-width: 100%;
    }

    
    .xc-footer .row-tai-app .col {
        max-width: 50% !important;
        flex-basis: 50% !important;
        padding-bottom: 0 !important;
    }

    .xc-footer .social-icons a.icon {
        font-size: 1.5em;
        margin-right: 15px !important;
    }
}


@media screen and (max-width: 849px) {
    .header-inner.medium-logo-center .logo {
        order: 1 !important;
        margin: 0 !important;
        text-align: left !important;
        flex: 1 1 auto !important;
    }
    .header-inner.medium-logo-center .logo img {
        margin: 0 !important;
    }
    .header-inner.medium-logo-center .flex-left {
        display: none !important;
    }
    .header-inner.medium-logo-center .flex-right {
        order: 2 !important;
        flex: 0 1 auto !important;
    }
}


.mfp-bg.main-menu-overlay {
    position: fixed !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}

.mfp-wrap.main-menu-overlay {
    position: fixed !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}

.main-menu-overlay .mfp-container {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    text-align: center !important;
}

.main-menu-overlay .mfp-container:before {
    vertical-align: top !important;
    height: 0 !important;
}

.main-menu-overlay .mfp-content {
    vertical-align: top !important;
    display: inline-block !important;
    padding-top: 0 !important;
}

.main-menu-overlay .nav-vertical > li > a {
    justify-content: center !important;
}

.main-menu-overlay .nav-vertical > li > ul > li a {
    justify-content: center !important;
    text-align: center !important;
}


@media (max-width: 549px) {
    .xc-home-hero .row-services .icon-box-left {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .xc-home-hero .row-services .icon-box-img {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        width: 45px !important; 
    }
    
    .xc-home-hero .row-services .icon-box-text {
        padding-left: 0 !important;
    }
}


@media (max-width: 849px) {
    #header.stuck,
    .header-wrapper.stuck,
    .header-wrapper.stuck .header-main,
    .header-wrapper.stuck .header-bg-color {
        background-color: #ffffff !important;
        z-index: 99999 !important;
    }
    
    .header-wrapper.stuck {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    }
}
