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

body {
    font-size: 1em;
    line-height: 1.5;
}

h1 {
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0 0 15px;
}
h2 {
    font-size: 2.5em;
    line-height: 1.2;
    margin: 0 0 15px;
}
h3 {
    font-size: 2.1em;
    line-height: 1.2;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.7em;
    line-height: 1.2;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
    margin: 0 0 15px;
}
.banner h1 {
    font-size: 2em;
}
.banner h2 {
    font-size: 2em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
p:last-of-type {
    margin: 0;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 30px;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 460px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}

/* Header */
.header-main .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: var(--fs-color-primary);
}
.header-main .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-main .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
}
.header-main .nav ul.sub-menu a:hover,
.header-main .nav ul.sub-menu .active > a {
    color: var(--fs-color-secondary);
}
.header-main .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-main .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}
.nav>li>a,
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 12px;
}
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-main .nav > li.header-search > a {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.48) 0 0 10px;
    cursor: pointer;
    transition: all 0.5s
    ease 0s;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #000000 !important;
}
.header-main .nav > li.header-search > a:hover {
    box-shadow: rgba(255, 255, 255, 0.38) 0 0 10px;
}
.header-main .nav > li.header-search > a:after {
    display: none;
}
.header-main .nav > li.cart-item > a {
    font-size: 9px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.48) 0 0 10px;
    cursor: pointer;
    transition: all 0.5s
    ease 0s;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #000000 !important;
}
.header-main .nav > li.cart-item > a:hover {
    box-shadow: rgba(255, 255, 255, 0.38) 0 0 10px;
}
.header-main .nav > li.cart-item > a > .cart-icon {
    padding-top: 2px;
}
.header-main .nav > li.cart-item > a:after {
    display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: linear-gradient(0deg, #FFFAF1, #FFFAF1);
    transition: 0.5s;
}
.sidebar-menu .nav li a {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.sidebar-menu .nav li a:hover,
.sidebar-menu .nav li.current-menu-item > a {
    color: var(--primary-color);
}
.off-canvas .nav-vertical li a {
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}
.off-canvas .nav-sidebar.nav-vertical li {
    background: none !important;
    box-shadow: none !important;
}
.off-canvas .nav-sidebar.nav-vertical>li+li {
    border: none;
    margin-top: 15px;
}
.off-canvas .nav .children {
    padding: 0 0 0 15px !important;
}
.off-canvas .nav-vertical>li.html_topbar_left {
    justify-content: center;
}
.off-canvas .nav-vertical>li.html_topbar_left img {
    max-width: 150px;
}
#top-bar.header-top {
    background-color: var(--fs-color-secondary);
}
#top-bar.header-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: 100%;
    left: 0;
    background-color: var(--fs-color-secondary);
}
#top-bar .flex-col.flex-left {
    flex: 1;
}
#top-bar .header-block-block-1 .row {
    gap: 10px;
    flex-flow: nowrap;
    margin: 0;
}
#top-bar .header-block-block-1 .col {
    padding: 0;
    width: auto;
    flex-basis: auto;
    max-width: none;
}
#top-bar .header-block-block-1 .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#top-bar .header-block-block-1 .icon-box .icon-inner {
    width: 30px;
    height: 30px;
    background: #efc769;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}
#top-bar .header-block-block-1 .icon-box:hover .icon-inner {
    transform: scale(1.2);
    background: rgb(231, 49, 59);
    box-shadow: rgb(255, 255, 255) 0px 0px 4px;
}
#top-bar .header-block-block-1 .icon-box .icon-inner img,
#top-bar .header-block-block-1 .icon-box .icon-inner svg {
    max-width: 55%;
    max-height: 55%;
    object-fit: contain;
    padding: 0;
}
#top-bar .header-block-block-1 .icon-box .icon-box-text {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff !important;
}
#top-bar .header-block-block-1 a.plain:hover {
    opacity: 1;
}
.social-icons .button {
    margin: 5px 10px 5px 0 !important;
}
.social-icons .button:last-child {
    margin: 5px 0 !important;
}
.social-icons .button i {
    top: 0;
}
.header .header-main {
    position: relative;
    z-index: 99;
}
.header .header-main .header-inner {
    max-width: 1290px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.header .header-main .header-inner:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    background: var(--fs-color-primary);
    border-radius: 50px;
    box-shadow: rgb(231, 49, 59) 0 2px 0;
}
.header .header-main .header-inner > * {
    position: relative;
    z-index: 2;
}
.header .header-main #logo {
    margin: 0;
    height: 100%;
}
.header .header-main #logo img {
    max-height: 90px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.header .header-wrapper.stuck .header-main #logo img {
    top: 0;
    transform: translateY(0);
}
.header .header-main .flex-col.flex-left {
    order: -1;
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
    z-index: 9;
}
.header .header-main .flex-col.flex-right {
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
}
.header-main .nav.header-nav-main > li > a {
    position: relative;
}
.header-main .nav.header-nav-main > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: all 0.3s
    ease 0s;
    border-radius: 0;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
}
.header-main .nav.header-nav-main > li > a:hover:after,
.header-main .nav.header-nav-main > li.active > a:after {
    width: 100%;
}
.header-bg-container {
    display: none;
}
.header-wrapper.stuck {
    box-shadow: none;
}
.header .header-main {
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(0);
    transition: 0.5s;
}
.header .header-wrapper.stuck .header-main {
    transform: translateY(15px);
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.section-footer-bottom .col {
    padding-bottom: 15px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    color: #ffffff;
}
.site-follow-us a.icon:hover {
    color: var(--primary-color);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img {
    margin: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 39px;
    height: 39px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    /*background: var(--primary-color);*/
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
/*.row-social-fixed .img a:before {*/
    /*content: "";*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*top: -5px;*/
    /*right: -5px;*/
    /*position: absolute;*/
    /*-webkit-transition: all 0.2s*/
    /*ease-in-out;*/
    /*-moz-transition: all 0.2s ease-in-out;*/
    /*-ms-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s*/
    /*ease-in-out;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*border: 2px solid transparent;*/
    /*-webkit-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
    /*animation-iteration-count: infinite;*/
    /*animation-name: imgpulse;*/
    /*background-color: rgba(7, 41, 103, 0.35);*/
    /*opacity: .4;*/
/*}*/
/*.row-social-fixed .img a:after {*/
    /*content: "";*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*top: -5px;*/
    /*right: -5px;*/
    /*position: absolute;*/
    /*background-color: transparent;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*border: 2px solid rgba(7, 41, 103, 0.8);*/
    /*opacity: .1;*/
    /*border-color: var(--primary-color);*/
    /*-webkit-transition: all 0.2s*/
    /*ease-in-out;*/
    /*-moz-transition: all 0.2s ease-in-out;*/
    /*-ms-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s*/
    /*ease-in-out;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*-webkit-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
    /*animation-iteration-count: infinite;*/
    /*animation-name: imgzoomIn;*/
    /*opacity: .5;*/
/*}*/
.row-social-fixed .img img {
    padding: 0;
    width: 39px;
    height: auto;
    border-radius: 50%;
}
/*@keyframes imgzoomIn {*/
    /*0% {*/
        /*opacity: 0;*/
        /*-webkit-transform: scale3d(.3, .3, .3);*/
        /*transform: scale3d(.3, .3, .3);*/
    /*}*/

    /*50% {*/
        /*opacity: 1;*/
    /*}*/
/*}*/
/*@keyframes imgpulse {*/
    /*0% {*/
        /*-webkit-transform: scale(1);*/
        /*-ms-transform: scale(1);*/
        /*transform: scale(1);*/
    /*}*/
    /*50% {*/
        /*-webkit-transform: scale(1.1);*/
        /*-ms-transform: scale(1.1);*/
        /*transform: scale(1.1);*/
    /*}*/
    /*100% {*/
        /*-webkit-transform: scale(1);*/
        /*-ms-transform: scale(1);*/
        /*transform: scale(1);*/
    /*}*/
/*}*/

.row-social-fixed .book-now-cus {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: rgb(235, 0, 41);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    overflow: hidden;
    background: rgba(251, 210, 85, 0.79);
    padding: 15px 20px;
    min-width: 110px;
    text-align: center;
    transition: all 300ms ease 0s;
    z-index: 9;
    box-shadow: rgba(18, 19, 18, 0.12) 1px 0px 0px, rgba(18, 19, 18, 0.12) 0px 1px 0px, rgba(18, 19, 18, 0.12) 2px 1px 0px, rgba(18, 19, 18, 0.12) 1px 2px 0px, rgba(18, 19, 18, 0.12) 3px 2px 0px, rgba(18, 19, 18, 0.12) 2px 3px 0px, rgba(18, 19, 18, 0.12) 4px 3px 0px, rgba(18, 19, 18, 0.12) 3px 4px 0px, rgba(18, 19, 18, 0.12) 5px 4px 0px, rgba(18, 19, 18, 0.12) 4px 5px 0px, rgba(18, 19, 18, 0.12) 6px 5px 0px, rgba(18, 19, 18, 0.12) 5px 6px 0px, rgba(18, 19, 18, 0.12) 7px 6px 0px, rgba(18, 19, 18, 0.12) 6px 7px 0px, rgba(18, 19, 18, 0.12) 8px 7px 0px, rgba(18, 19, 18, 0.12) 7px 8px 0px, rgba(18, 19, 18, 0.12) 9px 8px 0px, rgba(18, 19, 18, 0.12) 8px 9px 0px;
    margin-bottom: 10px;
}
.row-social-fixed .book-now-cus:before {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: "";
    width: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.row-social-fixed .book-now-cus span:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgb(214, 40, 46), rgb(18, 129, 37));
    animation: 2s
    linear 0s infinite normal none running animate1;
    border-radius: 100%;
}
.row-social-fixed .book-now-cus span:nth-child(2) {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 100%;
    background: linear-gradient(rgb(18, 129, 37), rgb(214, 40, 46));
    animation: 2s
    linear 1s infinite normal none running animate2;
    border-radius: 100%;
}
.row-social-fixed .book-now-cus span:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, rgb(18, 129, 37), rgb(214, 40, 46));
    animation: 2s
    linear 0s infinite normal none running animate3;
    border-radius: 100%;
}
.row-social-fixed .book-now-cus span:nth-child(4) {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, rgb(18, 129, 37), rgb(214, 40, 46));
    animation: 2s
    linear 1s infinite normal none running animate4;
    border-radius: 100%;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.back-to-top {
    right: 51px;
    background: rgb(235, 0, 41) !important;
    border-color: rgb(235, 0, 41) !important;
}
.back-to-top:hover {
    background: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary) !important;
}

.capitalize {
    text-transform: capitalize;
}
.text-shadow {
    text-shadow: white 5px 0px 0px;
}
.wpcf7-form .form-dang-ky {
    display: flex;
    gap: 10px;
}

.wpcf7-form .form-dang-ky input {
    border-radius: 30px;
    padding: 18px 30px;
    border: none;
    height: auto;
    background-color: #ffffff;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
}
.wpcf7-form .form-dang-ky > p {
    flex: 1;
}
.wpcf7-form .btn-submit {
    position: relative;
    white-space: nowrap;
}
.wpcf7-form .btn-submit input.wpcf7-submit {
    margin: 0;
    padding-right: 45px;
    background-color: rgb(232, 56, 65);
    background-image: url("/wp-content/uploads/2025/10/icon-arrow-right.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 30px);
    background-position-y: calc(50% - 2px);;
}
.wpcf7-form .btn-submit .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}

.container.section-title-container {
    margin: 0;
}
.section-title.section-title-normal {
    border-bottom: none;
}
.section-title.section-title-normal b {
    display: none;
}
.section-title.section-title-normal .section-title-main {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    border-bottom: none;
    margin: 0;
}
.section-title.section-title-normal .section-title-main:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgb(245, 61, 45), rgba(0, 0, 0, 0));
    bottom: 0;
    border-radius: 100px;
}
.icon-box.icon-box-top .icon-box-img {
    margin: 0;
}
.icon-box.icon-box-top .icon-box-text {
    margin: 15px 0 0;
}
.is-outline {
    color: var(--fs-color-secondary);
}
.footer-wrapper .is-outline {
    color: #ffffff;
}
.icon-box-left, .icon-box-right {
    display: flex;
    flex-flow: unset;
    width: 100%;
    gap: 5px;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
}
.icon-box-custom1.icon-box .icon-inner {
    width: 30px;
    height: 30px;
    background: rgba(255, 0, 0, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}
.icon-box-custom1.icon-box .icon-inner img,
.icon-box-custom1.icon-box .icon-inner svg {
    max-width: 55%;
    max-height: 55%;
    object-fit: contain;
    padding: 0;
}
.icon-box-custom1.icon-box .icon-box-text {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff !important;
}
.icon-box-custom1 a.plain:hover {
    opacity: 1;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding: 0;
    display: block;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}
.footer-wrapper .ux-menu .ux-menu-link:first-child .ux-menu-link__link {
    padding: 0 0 5px;
}
.footer-wrapper .ux-menu .ux-menu-link__link:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 0px;
    height: 2px;
    bottom: 0px;
    transition: all 0.3s
    ease 0s;
    border-radius: 0px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover:after {
    width: 100%;
}

/* Tin tức */
.blog-single .entry-header {
    height: 450px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--primary-color);
    position: relative;
}
.blog-single .entry-header:after {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(17, 17, 17, 0.81);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.blog-single .entry-header .container {
    position: relative;
    z-index: 9;
}
.blog-single .entry-header .entry-header-text {
    text-align: center;
}
.blog-single .entry-header h1.entry-title {
    color: #ffffff;
    text-transform: uppercase;
}
.blog-single .entry-header .entry-meta-breadcrumb {
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-single .entry-header .byline {
    display: none;
}
.blog-single .entry-header .entry-meta {
    font-size: 0;
}
.blog-single .entry-header .posted-on a {
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    pointer-events: none;
    color: #ffffff;
    background-image: url("/wp-content/uploads/2025/11/calendar-icon.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.rank-math-breadcrumb {
    text-align: center;
}
.rank-math-breadcrumb p {
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    color: var(--primary-color);
    background-image: url("/wp-content/uploads/2025/11/home-icon.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: left;
    background-position-y: 2px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb span {
    color: var(--primary-color);
}
.blog-single .rank-math-breadcrumb a,
.blog-single .rank-math-breadcrumb a:hover,
.blog-single .rank-math-breadcrumb span {
    color: #ffffff;
}
#ez-toc-container .ez-toc-title {
    line-height: 34px;
}
.entry-content.single-page {
    position: relative;
    z-index: 9;
    padding: 15px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 10px;
    border-radius: 10px;
    margin-top: -150px;
}
.blog-share a.button {
    border-radius: 5px !important;
}

.post-item .box-blog-post {
    padding: 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    position: relative;
}
.post-item .box-blog-post .box-text {
    padding: 10px 0 0;
}
.post-item .box-blog-post .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.post-item .box-blog-post .box-text-inner .post-title {
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}
.post-item .box-blog-post .box-text-inner .post-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.post-item .box-blog-post .box-text-inner .from_the_blog_excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.post-item .box-blog-post .box-text-inner .post-meta {
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    background-image: url(/wp-content/uploads/2025/11/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: left;
    background-position-y: 2px;
}
.post-item .box-blog-post .box-text-inner a.button {
    margin: 0;
}
.post-item .box-blog-post .box-text-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    padding: 15px;
    transition: all 0.5s
    ease 0s;
    opacity: 0;
}
.post-item .box-blog-post:hover .box-text-hover {
    opacity: 1;
}
.post-item .box-text-hover .blog_excerpt {
    color: #ffffff;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.post-item .box-text-hover .btn-readmore {
    text-align: center;
    margin-top: 15px;
}
.post-item .box-text-hover .btn-readmore .button {
    border-radius: 99px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1px 30px;
}
.post-item .box-text-hover .btn-readmore .button img {
    width: 10px;
}
.post-item .is-divider {
    display: none !important;
}
.blog-wrapper.blog-single {
    padding-bottom: 0;
}
.site-related_post .site-related-title {
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.archive-page-header .row .col {
    padding-top: 60px;
    padding-bottom: 60px;
}
.slider-hide-nav .flickity-prev-next-button {
    display: none !important;
}

/* Giới thiệu */
.img .img-inner {
    overflow: visible;
}
.img.img-box-shadow img {
    border: 10px solid whitesmoke;
    box-shadow: rgba(100, 100, 111, 0.2) 2px 1px 17px 7px;
}
.img.rotate--5 img {
    transform: rotate(-5deg);
}
.img.rotate-5 img {
    transform: rotate(5deg);
}
.box-3-image .col-inner {
    display: grid !important;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    justify-items: stretch;
}
.box-3-image .img img {
    border: 10px solid whitesmoke;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.box-3-image .img:first-child {
    transform: rotate(-7deg);
    position: absolute;
    width: 500px;
    max-width: 500px;
    left: 2%;
    bottom: 25%;
}
.box-3-image .img:nth-child(2) {
    transform: rotate(0);
    z-index: 99;
    max-width: 580px;
    position: relative;
    top: -34%;
}
.box-3-image .img:nth-child(3) {
    transform: rotate(7deg);
    position: absolute;
    width: 500px;
    max-width: 500px;
    right: 2%;
    bottom: 25%;
}

.section-project .section-bg {
    filter: blur(7px);
}
.section-project .box {
    display: grid;
    gap: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    margin-bottom: 13%;
    transform: rotate(-2deg);
    position: relative;
    padding-right: 0;
    grid-template-columns: 65% 35%;
    border: 5px solid #fff;
}
.section-project .box .box-image {
    width: 100%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.section-project .box .box-text {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}
.section-project .box:first-child {
    padding-bottom: 5%;
}
.section-project .box:first-child:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2025/11/Khung1_bf.png') top center no-repeat;
    width: 25%;
    height: 100%;
    right: -21%;
    top: -21%;
    z-index: 99;
    background-size: contain;
}
.section-project .box:first-child:after {
    content: '';
    position: absolute;
    right: 27px;
    top: 52px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
}
.section-project .box:nth-child(2) {
    grid-template-columns: 35% 65%;
    transform: rotate(2deg);
}
.section-project .box:nth-child(2) .box-text {
    order: -1;
    border-radius: 30px 0 0 30px;
}
.section-project .box:nth-child(even) .box-image {
    border-radius: 0 30px 30px 0;
}
.section-project .box:nth-child(2):before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2025/11/Khung2_bf.png') top center no-repeat;
    left: 3.5%;
    top: -34%;
    background-size: 122% auto;
    height: 59%;
    width: 25%;
    z-index: 99;
}
.section-project .box:nth-child(2):after {
    content: '';
    position: absolute;
    left: 27px;
    top: 42px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
}
.section-project .box:nth-child(3):before {
    content: '';
    position: absolute;
    background-size: 122% auto;
    z-index: 99;
    background: url('/wp-content/uploads/2025/11/Khung31_bf.png') top center no-repeat;
    top: -45%;
    background-size: 120% auto;
    height: 100%;
    width: 55%;
    right: -20%;
}
.section-project .box:nth-child(3):after {
    content: '';
    position: absolute;
    right: 45px;
    top: 29px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
}

body.home #wrapper {
    background-image: url('/wp-content/uploads/2025/11/bg_home.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.home #main {
    background-color: transparent;
}
.section-service {
    z-index: 9;
}
.service-box {
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(101, 167, 35), var(--primary-color));
    text-align: center;
    width: 260px;
    padding: 15px 0px;
    margin: 0px auto;
    border: 10px solid rgb(255, 255, 255);
    border-radius: 140px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: all 0.3s
    ease 0s;
    position: relative;
}
.service-box:hover {
    border-color: var(--primary-color);
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
    box-shadow: white 0px 0px 10px;
}
.service-box .box-image {
    width: 42px;
    padding: 16px 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.service-box:hover .box-image {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.service-box .box-text-inner h3 {
    width: calc(100% + 66px);
    background: rgb(255, 255, 255);
    color: var(--primary-color);
    box-shadow: rgba(18, 129, 37, 0.28) 0px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0px -33px 15px;
    border-radius: 25px 0px;
    position: relative;
    z-index: 1;
}
.service-box .box-text-inner h3:before,
.service-box .box-text-inner h3:after {
    content: "";
    background: var(--primary-color);
    width: 23px;
    height: 17px;
    border-radius: 15px 0px 0px 15px;
    position: absolute;
    bottom: -17px;
    left: 0px;
}
.box-text {
    font-size: 1em;
}
.service-box .box-text-inner .row {
    margin: 0 !important;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.service-box:hover .row {
    opacity: 1;
    visibility: visible;
    bottom: -45%;
    z-index: 9;
}
.service-box .box-text-inner .col {
    padding: 0;
}
.service-box .box-text-inner .col-inner {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
}
.service-box .icon-box {
    position: relative;
}
.service-box .icon-box .icon-box-img img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.service-box .icon-box:hover .icon-box-img img {
    transform: scale(1.2);
    box-shadow: rgba(14, 14, 14, 0.85) 0px 0px 10px;
}
.service-box .icon-box .icon-box-text {
    display: block;
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    width: max-content;
    height: 40px;
    padding: 0px 10px;
    border-radius: 50px;
}
.service-box .icon-box:hover .icon-box-text {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
    top: -50px;
}
.service-box .icon-box:hover .icon-box-text h4 {
    width: 100%;
    padding: 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0px;
    font-size: 13px;
    text-transform: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
}
.service-box .icon-box .icon-box-text:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid rgb(45, 27, 32);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 40px;
}
.service-box .icon-box .icon-box-text p {
    position: absolute;
    background: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding: 10px;
    top: 125px;
    left: 0px;
    border-radius: 10px;
    width: 250px;
}

.tabbed-content .nav {
    gap: 10px;
}
.tabbed-content .nav li.tab {
    margin: 0 !important;
}
.tabbed-content .nav li.tab a {
    border: 2px solid var(--primary-color);
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.tabbed-content .nav li.tab a:hover,
.tabbed-content .nav li.tab.active a {
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 10px;
}
.tabbed-content .tab-panels {
    padding-top: 2em;
}
.section-media .gallery-col .box-image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 10px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
}
.section-media .gallery-col .gallery-box:hover .box-image {
    box-shadow: var(--primary-color) 0px 0px 13px;
    opacity: 0.5;
}
.section-media .gallery-col .box-image:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    background-image: url("/wp-content/uploads/2025/11/search-plus-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.section-media .gallery-col .gallery-box:hover .box-image:after {
    opacity: 1;
}
.section-media .gallery-col .box-image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.section-media .box.box-overlay {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 10px;
    transition: all 0.6s ease 0s;
    overflow: hidden;
}
.section-media .box.box-overlay:hover {
    box-shadow: var(--primary-color) 0px 0px 13px;
}
.tin-tuc-home .box-vertical .box-image {
    width: 23%;
}

.home-page-content .gallery-container .item:hover {
    box-shadow: var(--primary-color) 0px 0px 30px;
}
.slider-partner .gallery-col {
    padding-top: 20px;
}
.slider-partner .gallery-col .box-image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
}
.slider-partner .gallery-col .box:hover .box-image {
    box-shadow: var(--primary-color) 0px 0px 30px;
}
.slider-partner .gallery-col .box-image img {
    font-family: "object-fit: cover;";
    height: auto;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease 0s;
}
.slider-partner .gallery-col .box:hover .box-image img {
    transform: translate(-50%, -50%) scale(1.2);
}
.slider-partner .gallery-col .box .box-text {
    display: none;
}
.icon-box-custom2.icon-box .icon-inner {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}
.icon-box-custom2.icon-box .icon-inner img,
.icon-box-custom2.icon-box .icon-inner svg {
    max-width: 55%;
    max-height: 55%;
    object-fit: contain;
    padding: 0;
}
.icon-box-custom2.icon-box .icon-box-text {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}
.icon-box-custom2 a.plain:hover {
    opacity: 1;
}
.icon-box-custom3.icon-box .icon-inner {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}
.icon-box-custom3.icon-box .icon-inner img,
.icon-box-custom3.icon-box .icon-inner svg {
    max-width: 55%;
    max-height: 55%;
    object-fit: contain;
    padding: 0;
}
.icon-box-custom3.icon-box .icon-box-text {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}
.icon-box-custom3 a.plain:hover {
    opacity: 1;
}
.wpcf7-form .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    outline: none;
    box-shadow: none;
}
.section-step .section-content {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-step .section-content .icon-box {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 0px 20px 0px 60px;
    text-transform: uppercase;
}
.section-step .section-content .icon-box:first-child {
    padding-left: 0px;
}
.section-step .section-content .icon-box:nth-child(2):before,
.section-step .section-content .icon-box:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0px;
    right: unset;
    width: 20%;
    background: rgb(255, 255, 255);
    height: 5px;
}

/* Đặt vé */
.product-title-container .product-title {
    text-transform: uppercase;
}
.product-title-container .is-divider,
.woocommerce-tabs .product-tabs {
    display: none !important;
}
.product-page-price span.amount {
    color: rgb(245, 61, 45);
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.site-product-content {
    background: #fcde806b;
    padding: 15px 15px 1px;
    box-shadow: 0 0 8px #00000021;
}
.site-product-content ul {
    padding-left: 20px;
}
.site-product-content ul li{
    margin: 5px 0 0;
}
.add-to-cart-container form.cart>* {
    flex: none;
}
.woocommerce-tabs.tabbed-content .tab-panels {
    padding-top: 0;
}
.shop-page-title .page-title-inner .is-large {
    display: none;
}
.shop-page-title .page-title-inner .shop-page-title {
    font-size: 2.8em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
}
.site-cat-list {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.site-cat-list a {
    display: inline-block;
    background: var(--primary-color);
    padding: 5px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
.site-cat-list a:hover,
.site-cat-list a.active {
    background: var(--fs-color-secondary);
}
.product-small.box {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    position: relative;
    border-radius: 30px;
}
.product-small.box .image-zoom {
    max-width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.product-small.box .image-zoom img {
    font-family: "object-fit: cover;";
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%;
}
.product-small.box .box-text {
    padding: 15px;
}
.product-small.box .product-title {
    font-weight: 700;
    margin: 0 0 10px;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.product-small.box .price-wrapper .price {
    display: block;
    margin-bottom: 10px;
}
.product-small.box .price-wrapper span.amount {
    color: rgb(245, 61, 45);
}
.product-small.box .product-desc {
    margin-bottom: 10px;
}
.product-small.box .add-to-cart-button {
    text-align: center;
}
.product-small.box .add-to-cart-button .button {
    padding: 5px 30px;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 90px;
    margin: 0;
}

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


}