/*
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.   ***************/

.header .header-container::before,
.section-traidat::before {
    content: "";
    position: absolute;
    bottom: -5%;
    right: -5%;
    background: url(https://giaychinguyen.com/wp-content/themes/flatsome-child/assets/img/trai-dat.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35%;
    height: 85%;
}

.home-banner .banner-main-container .banner-main-image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(100vh - 0px);
}

.header .header-inner {
    padding: 13px 6px !important;
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s linear;
}

.header.scroll {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(3px);
    transition: all 0.2s linear;
}

@media (max-width: 991px) {
    .header.scroll .header-logo {
        display: none;
    }
}

.header.scroll .header-hamburger .hamburger-btn img {
    filter: brightness(0.5);
    transition: all 0.2s linear;
}

.header .header-inner {
    position: relative;
    display: flex;
    padding: 13px 0;
    align-items: center;
    justify-content: space-between;
    height: calc(63px + (13px * 2));
}

.header .header-inner .header-hamburger a {
    display: block;
}

.header .header-inner .header-hamburger a:hover svg path {
    fill: #267a0a;
}

.header .header-inner .header-hamburger a img {
    display: block;
    max-width: 36px;
}

.header .header-inner .header-logo {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - (13px * 2));
}



.home-banner .banner-main-container .banner-main-content .banner-main-content--inner {
    visibility: visible !important;
    margin-bottom: -130px;

}

section.section.section-chitiet-sp {
    background-attachment: fixed !important;
    background-position: center;
    background-size: cover;
}


@media (max-width: 767px) {
    .header .header-inner .header-logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(100% - 40px);
    }
}

.header .header-inner .header-logo img {
    display: block;
    height: 100%;
}

.header .header-inner .header-right {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.header .header-inner .header-right>* {
    display: flex;
}

.header .header-inner .header-right .box-contact>* {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #828282;
}

.membership-unit {
    position: relative;
    background: #f2f2f2;
    padding-bottom: 20px !important;
}

@media (min-width: 992px) {
    .header .header-inner .header-right .box-contact>* {
        background: #ffffff;
        border: 1px solid #f2f2f2;
        border-radius: 60px;
        padding: 6.5px 10px;
    }
}

@media (min-width: 1200px) {
    .header .header-inner .header-right .box-contact>* {
        padding: 6.5px 20px;
    }

    .header .header-inner .header-right .box-contact>*:hover {
        background: #267a0a;
        color: #fff;
    }



    .main-container::before {
        content: "" !important;
        position: absolute !important;
        right: 4px;
        bottom: -222px;
        background-image: url(https://giaychinguyen.com/wp-content/themes/flatsome-child/assets/img/trai-dat.png) !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
        background-position: 110% bottom !important;
        width: 100%;
        height: 136%;
        pointer-events: none !important;
        z-index: -1 !important;
    }
}

@media (max-width: 991px) {
    .header .header-inner .header-right .box-contact>* span {
        display: none;
    }
}

.header .header-inner .header-right .box-contact>* img {
    flex-shrink: 0;
}

.header .header-inner .header-right .box-language {
    position: relative;
}

.header .header-inner .header-right .box-language .language-current {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 992px) {
    .header .header-inner .header-right .box-language .language-current {
        padding: 10px 20px;
        background: white;
        border: 1px solid #f2f2f2;
        border-radius: 60px;
    }
}

.header .header-inner .header-right .box-language .language-options {
    position: absolute;
    right: 0;
    width: max-content;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 12px;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    pointer-events: none;
    transition: all 0.2s linear;
}

@media (min-width: 1200px) {
    .header .header-inner .header-right .box-language .language-options {
        padding: 24px;
    }
}

.header .header-inner .header-right .box-language:hover .language-options {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all 0.2s linear;
}

.header .header-inner .header-right .box-search form {
    position: relative;
}

.header .header-inner .header-right .box-search form input {
    padding: 7px 15px;
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 60px;
    transition: all 0.3s;
    transform-origin: right;
    margin-left: auto;
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: calc(23 / 14);
}

.header .header-inner .header-right .box-search form input:focus {
    outline: none;
    border: 1px solid #828282;
}

.header .header-inner .header-right .box-search form input:hover {
    border: 1px solid #828282;
    color: #828282;
}

@media (min-width: 768px) {
    .header .header-inner .header-right .box-search form input {
        max-width: 244px;
        padding: 4px 35px 4px 10px;
        width: 60%;
    }

    .header .header-inner .header-right .box-search form input:focus {
        width: 100%;
        transition: all 0.3s;
    }
}


.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.footer-top .is-divider.divider.clearfix {
    max-width: 860px;
    margin: 27px auto;
    height: 1px;
    background: #025449;
    background: linear-gradient(90deg, rgba(2, 84, 73, 0) 0%, rgb(52, 146, 139) 30%, rgb(52, 146, 139) 70%, rgba(0, 87, 77, 0) 100%);
}

.footer-top span.ux-menu-link__text {
    color: #fff;
    margin-bottom: 13px;
}

.footer-bottom .tabbed-content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 0;
    color: rgb(255, 159, 23);
}

.footer-bottom {
    height: 100px;
}

.footer-top a.button.secondary.expand {
    padding: 12px 20px;
    border: 1px solid #68b2ae;
    border-radius: 60px;
    background: rgba(255, 255, 255, .15);
    outline: none;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: .06em;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-top a.button.secondary.expand span {
    padding: 0 30px;
    text-transform: none;
}


.linhvuc--inner.outside-container {
    margin-left: 11px !important;
}

.home-banner .banner-main-container .banner-main-content .banner-main-content--inner {
    visibility: visible !important;
}

.banner-main-des * {
    color: #FFF;
}

.banner-main-des h1,
.banner-main-des h2,
.banner-main-des h3,
.banner-main-des h4 {
    font-size: 35px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0 !important;
}

.home-banner .banner-main .swiper-button-prev,
.home-banner .banner-main .swiper-button-next {
    transform: translateY(-50%);
}


.header .header-container {
    position: absolute !important;

}

.master-wrapper {
    padding-top: 0 !important;
}

.home-banner .banner-thumb .swiper-slide .banner-thumb-item {
    padding: 30px 20px !important;
}



.home-globe .home-globe-head .pill-btn {
    padding: 15px 22px !important;
    font-weight: 600 !important;
}


.pill-btn.btn-w-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.pill-btn.btn-green {
    border: 1px solid #267a0a !important;
    color: #267a0a !important;
}

.pill-btn.btn-green:hover {
    background: #267a0a !important;
    color: #fff !important;
}


.btn-xemthem {
    display: inline-flex !important;
    align-items: center !important;
    background: #267a0a !important;
    border-radius: 4px !important;
    padding: 7px 20px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;

}

.btn-xemthem:hover {
    background: #68b2ae !important;
    border: 1px solid #68b2ae !important;
}

button.btn.btn-link.collapsed {
    font-size: 18px;
    /* padding: 0; */
    margin-bottom: -14px;
    font-weight: bold;
}


.footer-top span.ux-menu-link__text:hover {
    text-decoration: underline;
}

.footer-bottom .nav.nav-divided.nav-normal.nav-size-normal.nav-center li.tab a span {

    transition: color 0.3s;
}

.footer-bottom .nav.nav-divided.nav-normal.nav-size-normal.nav-center li.tab:first-child {
    border-right: 1px solid rgb(255, 159, 23);
    padding-right: 21px !important;
    margin-right: 15px;
    /* Tăng khoảng cách, bạn có thể điều chỉnh giá trị này */
}

.footer-bottom .nav.nav-divided.nav-normal.nav-size-normal.nav-center li.tab:hover a span {
    color: #fff;
}

.img.has-hover.img-sanpham.x.md-x.lg-x.y.md-y.lg-y {
    width: 800px !important;
}


.section-chitiet-sp a {
    padding: 20px !important;
}

.section-chitiet-sp .tabs-panel-item .tab-item>*:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('https://stavian.com/template/images/ic_keyboard_arrow_right_24px 1.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}


#jsSwiper_devHistory .box::before {
    content: "" !important;
    position: absolute !important;
    background-image: url('https://stavian.com/template/images/rectangle-svg-dev-history.svg') !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: translateX(50%) !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    z-index: -1 !important;
}

#jsSwiper_devHistory .box::after {
    content: "" !important;
    position: absolute !important;
    background-image: url('https://stavian.com/template/images/rectangle-svg-arrow.svg') !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: translateX(50%) !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    z-index: -1 !important;
}

.core-value--panel-content {
    background-image: url('https://giaychinguyen.com/wp-content/themes/flatsome-child/assets/img/bg-corevalue-content.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin-top: 30px;

}

ul#js-coreValue--item {
    margin-left: 620px;
    visibility: visible;
    animation-duration: 1s;
}

.section-chitiet-sp {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 500px;
    overflow: hidden;
}

.section.section-chitiet-sp {
    min-height: auto;
    padding: 30px 0;
    position: relative;
    width: 100%;
    display: unset;
}



@media (min-width: 1680px) {
    .core-value--panel-content {
        min-height: 110%;
        transform: translateY(-5%);
        padding: 0;
        padding-left: 70px;
    }
}

@media (min-width: 768px) {
    .core-value--panel-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        margin-top: 0;
        padding: 0;
        padding-left: 30px;
    }

    .core-value--column:first-child {
        flex: 0 0 35%;
        max-width: 35%;
        z-index: 1;
    }
}



@keyframes slideDownSection {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {

    box-shadow: unset !important;

}

.linhvuc-head.wow.fadeInLeft {
    margin-left: 114px;
}


input,
select,
textarea {
    height: 0px !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

textarea {
    height: 80px !important;
}

select#label-selectbox {
    height: 31px !important;
}

.stavian-contact-form .contact-form .input-group {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 11px !important;
    margin-bottom: 10px;
}

.stavian--lvhd-table {
    color: #fff;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}