/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
	--cl-x: #0068DE;
	--cl-y: #05294D;
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
    --grd-blue: linear-gradient(-45deg, #0026bf 0%, #0068de 100%);
    --grd-purple: linear-gradient(-45deg, #5600bf 0%, #de5c00 100%);
    --grd-green: linear-gradient(-45deg, #008cbf 0%, #00af43 100%);
    --grd-red: linear-gradient(-45deg, #bf7c00 0%, #de0000 100%);
}

body{
    font-family: "Inter", sans-serif;
}

p:last-of-type{
	margin-bottom: 0;
}

.justify-content-center{
	justify-content: center;
}

.row-inner-full > .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.button, button, input[type=button], input[type=reset], input[type=submit], .button.icon{
    line-height: unset;
    min-width: unset;
    min-height: unset;
    font-size: 1rem;
    padding: 0.325rem 1rem;
    span{
        line-height: inherit;
    }
}

.button-grd-blue{
    background: var(--grd-blue);
    border: 0;
}

.wpcf7-form{
    margin-bottom: 0;
}

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

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: -1rem;
    font-size: 0.75rem;
    z-index: 1;
}

.social-icons a{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}

.social-icons a i{
    top: unset;
}

.body-scroll-lock--active .mfp-container{
    position: absolute !important;
}

.off-canvas-center.mfp-bg.mfp-ready{
    opacity: 1;
}

.dark .nav>li>a{
    color: #fff;
}



.header-top .nav-small.nav>li.html,
.header-top .nav>li>a{
	font-size: 0.875rem;
}

#search-lightbox{
    font-size: 1rem;
}

.searchform-wrapper .flex-col{
    padding: 0 !important;
}

.searchform-wrapper.form-flat .flex-col:last-of-type{
    margin-left: -2.5rem;
}

.searchform-wrapper input[type=search]{
    height: unset;
    padding: 0.5rem 1rem;
}

.searchform-wrapper button[type="submit"]{
    margin: 0;
    padding: 0;
}



.header-social-icons .social-icons{
    display: flex;
    gap: 0.5rem;
}

.header-social-icons .social-icons a{
	width: 1.75rem;
	height: 1.75rem;
    min-width: unset;
    min-height: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin: 0;
    padding: 0;
    background-color: transparent;
	border: 0;
    line-height: normal;
}

.header-social-icons .social-icons a i{
	top: 0;
    font-size: 0.875rem;
}


/*===*/
.banner-page{
    height: clamp(9.375rem, 7.5rem + 9.375vw, 18.75rem);
    background-color: transparent;
}

.banner-page .bg-fill{
    background-position: center bottom;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
    font-weight: 700;
    line-height: normal;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
}


/**/
.main-title h2{
    font-size: var(--fs-title);
}

.box-main-title h2{
    font-size: var(--fs-title);
}

.box-main-title h3{
    margin-bottom: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}


/*====*/
.box-icon-solution{
    padding: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    background: linear-gradient(0deg, #8bc1ff 0%, #fbfdff 100%);
    border: 1px solid #fff;
    border-radius: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.box-icon-solution .top-icon{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}

.box-icon-solution .top-icon .icon{
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
}

.box-icon-solution .top-icon .title{
    flex: 1;
    margin-bottom: 0;
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    line-height: normal;
}


/*===*/
.box-icon-choose-us{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: clamp(1rem, 0.8rem + 1vw, 2rem);
    border-radius: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    background: var(--global-color-item);
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
}

.box-icon-choose-us .icon{
    --w-item: clamp(4rem, 3.6rem + 2vw, 6rem);
    width: var(--w-item);
    height: var(--w-item);
}

.box-icon-choose-us .content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-align: center;
}

.box-icon-choose-us .content .title{
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.box-icon-choose-us .content .excerpt{
    margin-bottom: 1rem;
}

.box-icon-choose-us .content .btn-icon{
    display: inline-block;
    margin-top: auto;
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    border-radius: 50rem;
    color: #fff;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.box-icon-choose-us .content .btn-icon:after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--global-color-item);
    opacity: 0;
    background-size: 300% 100%;
    background-position: 0 0, 100% 0;
    transition: all .3s ease-in-out;
}

.box-icon-choose-us .content .btn-icon .icon{
    margin-left: 0.25rem;
}

.box-icon-choose-us .content .btn-icon .icon i{
    transition: all .3s ease-in-out;
}

.box-icon-choose-us:hover{
    background-size: 200% 100%;
    transform: scale(1.01);
}

.box-icon-choose-us .content .btn-icon:hover:after{
    opacity: 1;
    background-size: 100% 100%;
    background-position: 100% 0, 0 0;
}

.box-icon-choose-us .content .btn-icon:hover .icon i{
    transform: rotate(45deg);
}


/*===*/
.box-counter{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    background: var(--global-color-item);
    border-radius: clamp(0.5rem, 0.425rem + 0.375vw, 0.875rem);
    text-align: center;
}

.box-counter .content .title{
    margin-bottom: 0;
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    line-height: normal;
}

/*====*/
.box-field-operation .box-image{
    border-radius: clamp(0.5rem, 0.425rem + 0.375vw, 0.875rem);
    border: 2px solid #fff;
}

.box-field-operation .box-text{
    padding: 1rem 0 0;
}

.box-field-operation .box-text h3{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-weight: 600;
}

/*======*/
.section-bg-contain .section-bg{
    background-size: contain !important;
}

.section-bg-linear .section-bg:before,
.section-bg-linear .section-bg:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.section-bg-mix-color .section-bg-overlay{
    mix-blend-mode: color;
}

.section-bg-mix-hard-light .section-bg-overlay{
    mix-blend-mode: hard-light;
}


.section-bg-linear .section-bg:before{
    top: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}

.section-bg-linear .section-bg:after{
    bottom: 0;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}

.banner-video .button{
    width: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
    height: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
    min-width: unset;
    min-height: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    --speed: 2s;
}

.banner-video .button:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1);
    opacity: 0.8;
    animation: wave var(--speed) infinite ease-out;
    z-index: -1;
}

.banner-video .button:after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1);
    opacity: 0.8;
    animation: wave var(--speed) infinite ease-out;
    animation-delay: .8s;
    z-index: -1;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: .8;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.banner-video .button:hover{
    transform: scale(1.1);
}

.banner-video .button:hover:before{
    --speed: 1s;
}

.banner-video .button i{
    font-size: 1.5rem !important;
}


.box-blog-post{
    display: flex;
    flex-direction: column;
    .box-image{
        width: 100%;
        border-radius: 0.5rem;
    }

    .box-text{
        flex: 1;
        padding: 0.75rem 0 0;
        font-size: inherit;
        line-height: 1.3;
    }
    .box-text-inner{
        display: flex;
        flex-direction: column;
    }
    .is-divider{
        display: none;
    }

    .post-meta{
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        opacity: 1;
        color: #7F7F7F;
    }

    .post-meta:before{
        content: "\f073";
        font-family: "Font Awesome 6 Pro";
        color: var(--cl-x);
        margin-right: 0.5rem;
    }

    .post-title{
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
        font-weight: 600;
    }

    .post-title a{
        margin: 0;
    }

    .from_the_blog_excerpt{
        line-height: inherit;
        margin: 0 0 1rem;
    }

    .button{
        align-self: end;
        margin: 0;
        padding: 0.5rem 1rem;
        background: var(--grd-blue);
        border: 0;
        border-radius: 0.325rem;
        color: #fff;
        line-height: normal;
        font-weight: 500;
    }

    .button:after{
        content: "\f105";
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
    }

    .badge.post-date{
        top: 0%;
        left: 0.5rem;
        transform: translateY(calc(-100% - 0.5rem));
        width: 2.75rem;
        height: 2.75rem;        
    }

    .badge.post-date .badge-inner{
        border-radius: 0.325rem;
        background-color: #fff;
        font-size: 1.25rem;
    }

    .badge.post-date .badge-inner span{ 
        background-image: linear-gradient(to bottom, #6E82FF, #0AA0C9);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
    }

    :hover .post-title a{
        
    }
}

.box-vertical .box-text{
    padding: 1rem;
}


.section-last .section-bg.bg-loaded{
    height: unset;
    bottom: -10rem;
    background-color: inherit;
}


/*=== Footer*/
.footer-top{
    padding-top: 140px !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
}

.footer-top .section-bg.bg-loaded{
    transition: none;
}

.col-footer h3{
    position: relative;
    margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.col-footer h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 3rem;
    height: 3px;
    background-color: #BF7C00;
    border-radius: 50rem;
}

.footer-top p{
    margin-bottom: 0.75rem;
}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
    margin-top: 0.5rem !important;
}

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    min-height: unset;
    padding: 0;
    transition: all .3s ease-in-out;
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    transform: translateX(0.5rem);
    color: #BF7C00 !important;
}

.social-icons.social-footer{
    display: flex;
    gap: 0.25rem;
    margin-top: 1rem;
}

.social-icons.social-footer a{
    margin: 0;
    padding: 0.25rem;
    width: 2rem;
    height: 2rem;
    min-width: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;border: 0;
}

.social-footer a i{
    top: 0;
    line-height: normal;
    font-size: 1rem;
}

.icon-envelop:before{
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
}


.absolute-footer{
    padding: 0.5rem;
    color: #fff;
}

.menu-footer-bottom{
    flex-direction: row;
    gap: 1.5rem;
}

.menu-footer-bottom .ux-menu-link__link{
    min-height: unset;
    padding: 0;
}

.menu-footer-bottom .ux-menu-link__link:hover{
    color: var(--cl-y) !important;
}


/*==== Page Contact*/
.icon-info-contact .icon-box-img{
    width: 0.75rem !important;
}

.icon-info-contact .icon-box-img img{
    padding-top: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(22%) hue-rotate(357deg) brightness(104%) contrast(107%);
}

.icon-info-contact .icon-box-img+.icon-box-text{
    padding-left: 0.5rem;
}

.box-map{
    border-radius: 1rem;
    overflow: hidden;
    height: 400px;
}

.box-map iframe{
    width: 100%;
}

.wrapper-form-contact{
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.15);
}

.wrapper-form-contact .form-contact .form-control{
    height: unset;
    background-color:  rgba(255, 255, 255, 0.2);
    padding: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) 1rem;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: none !important;
    color: #fff;
}

.wrapper-form-contact .form-contact .form-control::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

.wrapper-form-contact .form-contact input[type=submit]{
    margin: 0;
    border: 0;
    border-radius: 0.25rem;
    background: var(--grd-blue);
    font-weight: 600;
}


/*==== Page Giới thiệu*/
.text-stroke p{
    font-size: 10vw;
    font-weight: 700;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
    color: var(--cl-y);
    line-height: 1;
}

.wrapper-achievement{
    background-color: #0A5AA4;
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}

.icon-achievement{
    padding: 3rem 1rem;
    text-align: center;
}

.icon-achievement .title{
    margin-bottom: 0;
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    line-height: 1.2;
}



.icon-mission .top-icon{
    display: flex;
    align-items: center;
}

.icon-mission .top-icon .icon{
    width: 5rem;
    height: 5rem;
}

.icon-mission .top-icon .title{
    flex: 1;
    margin-bottom: 0;
    font-size: var(--fs-title);
}

/*==== Page Gói dịch vụ*/
.box-icon-register{
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    transition: all .3s ease-in-out;
}

/*.box-icon-register:after{
    content: "";
    position: absolute;
    inset: 0;
    transform: translate(3px, 3px);
    background: var(--global-color-item);
    z-index: -1;
    border-radius: inherit;
}*/

.box-icon-register .icon{
    width: 4rem;
    height: 4rem;
}

.box-icon-register .content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.box-icon-register .content .title{
    background-image: var(--global-color-item);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
}

.box-icon-register .excerpt{
    margin-bottom: 1rem;
}

.box-icon-register .content p{
    color: #000;
}

.box-icon-register .btn-icon{
    background: var(--global-color-item);
    background-size: 100% 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-top: auto;
    transition: all .3s ease-in-out;
}

.box-icon-register:hover{
    transform: translateY(-0.5rem);
}

.box-icon-register .btn-icon:hover{
    background-size: 150% 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 6%;
    right: 0.25rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.box-ring-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-ring-label{
	position: absolute;
	right: 2rem;
	height: 2.25rem;
	z-index: -1;
	padding: 0.25rem 3rem 0.25rem 1rem;
	border-radius: 50rem;
	white-space: nowrap;
	color: #fff;
	display: flex;
	align-items: center;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}