@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root {
    --max-w: 1230px;
    --half-max-w: max(16px, calc((100% - min(100%, var(--max-w))) / 2));
    --cw: #FFFFFF;
    --c1: #F4F1EF;
    --c2: #D8D8D8;
    --c3: rgb(24, 43, 70);
    /* --c4: rgba(212, 175, 55, 0.969); */
    --c4: #d4af37;
    --c5: #B0C4DE;
    --c6: #A9A9A9;
    --box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
    --size-0: 8px;
    --size-1: 16px;
    --size-2: 24px;
    --size-3: 32px;
    --size-4: 40px;
    --size-5: 48px;
    --size-6: 64px;
    --size-10: 100px;
    --size-f: 20px;
    --size-f-1: 18px;
    --size-f-2: 14px;
    --size-f-3: 12px;
    --radius-default: 20px;
    --sub-f-family: "Great Vibes", cursive;

}

.theme-flatsome .show4desk {
    display: flex;
}

.theme-flatsome .show4mb {
    display: none;
}

.theme-flatsome h1,
.theme-flatsome h2,
.theme-flatsome h3,
.theme-flatsome h4,
.theme-flatsome h5,
.theme-flatsome h6,
.theme-flatsome p {
    margin: 0;
}

.theme-flatsome .p0 {
    padding: 0px !important;
}

.theme-flatsome .p1 {
    padding: var(--size-1);
}

.theme-flatsome .p2 {
    padding: var(--size-2);
}

.theme-flatsome .px-1 {
    padding: 0px var(--size-1);
}

.theme-flatsome .py-4 {
    padding: var(--size-4) 0px;
}

.theme-flatsome .py-6 {
    padding-top: var(--size-6);
    padding-bottom: var(--size-6);
}

.theme-flatsome .pb-6 {
    padding-bottom: var(--size-6);
}

.theme-flatsome .pt-6 {
    padding-top: var(--size-6);
}

.theme-flatsome .pl-6 {
    padding-left: var(--size-6);
}

.theme-flatsome .pt-2 {
    padding-top: var(--size-2);
}

.theme-flatsome .pl-2 {
    padding-left: var(--size-2);
}

.theme-flatsome .pl-3 {
    padding-left: var(--size-3);
}

.theme-flatsome .pr-3 {
    padding-right: var(--size-3);
}

.theme-flatsome .pt-3 {
    padding-top: var(--size-3);
}

.theme-flatsome .pb-3 {
    padding-bottom: var(--size-3);
}

.theme-flatsome .pr-2 {
    padding-right: var(--size-2);
}

.theme-flatsome .py-2 {
    padding-top: var(--size-2);
    padding-bottom: var(--size-2);
}

.theme-flatsome .pr-6 {
    padding-right: var(--size-6);
}

.theme-flatsome .my-4 {
    margin: var(--size-4) 0;
}

.theme-flatsome .mt-5 {
    margin-top: var(--size-5);
}

.theme-flatsome .mt-3 {
    margin-top: var(--size-3);
}

.theme-flatsome .mb-3 {
    margin-bottom: var(--size-3);
}

.theme-flatsome .mb-4 {
    margin-bottom: var(--size-4);
}

.theme-flatsome .mt-2 {
    margin-top: var(--size-2);
}

.theme-flatsome .mb-2 {
    margin-bottom: var(--size-2);
}

.theme-flatsome .mt-1 {
    margin-top: var(--size-1);
}

.theme-flatsome .mt-f {
    margin-top: var(--size-f);
}

.theme-flatsome .mb-1 {
    margin-bottom: var(--size-1);
}

.theme-flatsome .mt-0 {
    margin-top: 0px;
}

.theme-flatsome .mb-0 {
    margin-bottom: 0px;
}

.theme-flatsome .m0 {
    margin: 0px !important;
}

.theme-flatsome .size-f-3 {
    font-size: var(--size-f-3);
}

.theme-flatsome .size-f-2 {
    font-size: var(--size-f-2);
}

.theme-flatsome .size-f-1 {
    font-size: var(--size-f-1);
}

.theme-flatsome .size-f {
    font-size: var(--size-f);
}

.theme-flatsome .size-1 {
    font-size: var(--size-1);
}

.theme-flatsome .size-2 {
    font-size: var(--size-2);
}

.theme-flatsome .size-3 {
    font-size: var(--size-3);
}

.theme-flatsome .size-4 {
    font-size: var(--size-4);
}

.theme-flatsome .size-5 {
    font-size: var(--size-5);
}

.theme-flatsome .size-6 {
    font-size: var(--size-6);
}

.theme-flatsome .radius-size-1,
.theme-flatsome .radius-size-1 img {
    border-radius: var(--size-f-3);
}

.theme-flatsome .radius-size-2,
.theme-flatsome .radius-size-2 img {
    border-radius: var(--size-1);
}

.theme-flatsome .cw {
    color: var(--cw);
}

.theme-flatsome .c1 {
    color: var(--c1);
}

.theme-flatsome .c2 {
    color: var(--c2);
}

.theme-flatsome .c3 {
    color: var(--c3);
}

.theme-flatsome .c4 {
    color: var(--c4);
}

.theme-flatsome .c5 {
    color: var(--c5);
}

.theme-flatsome .c6 {
    color: var(--c6);
}

.theme-flatsome .bg3 {
    background-color: var(--c3);
}

.theme-flatsome .bg4 {
    background-color: var(--c4);
}


.theme-flatsome h1,
.theme-flatsome h2,
.theme-flatsome h3,
.theme-flatsome h4,
.theme-flatsome h5,
.theme-flatsome h6 {
    font-weight: 600;
    letter-spacing: -0.1px;
}

.theme-flatsome a {
    min-height: fit-content;
}

.theme-flatsome .entry-content>* {
    margin-bottom: 8px;
}

.theme-flatsome .entry-content h2 {
    font-size: var(--size-2);
}

.theme-flatsome .entry-content h3 {
    font-size: var(--size-f);
}

.theme-flatsome .entry-content h4 {
    font-size: var(--size-f-2);
}

.theme-flatsome .entry-content h5,
.theme-flatsome .entry-content h6 {
    font-size: var(--size-1);
}

.theme-flatsome .entry-content p,
.theme-flatsome .entry-content a {
    font-size: var(--size-f-2);
}

.theme-flatsome .entry-content strong {
    font-weight: 700;
}

.theme-flatsome .entry-content img {
    width: fit-content;
    max-height: 360px;
    margin: auto;
    object-fit: contain;
    display: block;
    border-radius: var(--size-f-3);
}

.theme-flatsome .row,
.theme-flatsome .row.row-collapse,
.theme-flatsome .container {
    max-width: var(--max-w);
}

.container {
    padding-left: 16px;
    padding-right: 16px;
}

.container-f,
.container-f .row {
    max-width: 100%;
}

.container-f {
    padding: 0 var(--size-6);
}

.title.left .section-title {
    justify-content: flex-start !important;
}

.noline,
.title.noline * {
    border: none;
}

.title.noline b {
    display: none;
}

.title .section-title-center {
    justify-content: center;
}

.title .section-title-main {
    padding: 0;
}

.title.center,
.text.center,
.center {
    text-align: center;
}

.title.f-title.center {
    justify-content: center;
    text-align: left;
}

.title .section-title {
    font-size: 100%;
}

.title {
    line-height: 1.1;
    margin-bottom: 8px;
    font-weight: 600;
}

.title.w700 {
    font-weight: 700;
}

.title.f-title {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.title.f-title strong {
    font-size: var(--size-10);
    color: var(--c4);
    font-weight: 700;
}

.title.f-title:before,
.title.center.f-title:after {
    content: '';
    height: 1px;
    width: calc(var(--size-6) - 8px);
    background: var(--c4);
    left: 0;
}

.light.title,
.light.text,
.light hr {
    text-shadow: 1px 1px 2px rgba(27, 28, 29, 0.2);
}

.title.c3 strong {
    color: var(--c4);
}

.text {
    font-weight: 400;
    line-height: 1.3;
    /* color: var(--c3); */
    /* opacity: 0.9; */
}

.text.light {
    color: var(--c1);
}

.subtitle {
    font-weight: 600;
}

.text strong {
    font-weight: 500;
    line-height: 1.2;
}

.text.c1 strong {
    color: var(--c1);
}

.text.justify p {
    text-align: justify;
}

.link {
    white-space: nowrap;
}

.link.link--underline {
    text-decoration: underline;
}


.theme-flatsome .ux-menu a {
    padding: 0;
}

.theme-flatsome .btn {
    min-width: 150px;
    padding: 12px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cw);
    background-color: var(--c4);
    border: 1px solid var(--c4);
    border-radius: var(--size-f-3);
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s linear 0s;
    white-space: nowrap;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.theme-flatsome .btn:hover {
    color: var(--c4);
    background-color: var(--cw);
    transition: all 0.3s linear 0s;
}

.theme-flatsome .light.btn {
    color: var(--c4);
    background-color: var(--cw);
}

.theme-flatsome .light.btn:hover {
    color: var(--cw);
    background-color: var(--c4);
}

.theme-flatsome .btn.center {
    display: flex;
    width: fit-content;
    margin: auto;
}

.theme-flatsome .btn.bg4:hover {
    background-color: var(--c3);
}

.theme-flatsome .btn.bg3:hover {
    background-color: var(--c4);
}

@keyframes btn-arrow {
    0% {
        transform: translateY(-50%) translateX(0px);
        -webkit-transform: translateY(-50%) translateX(0px);
    }

    30% {
        transform: translateY(-50%) translateX(10px);
        -webkit-transform: translateY(-50%) translateX(10px);
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateY(-50%) translateX(-10px);
        -webkit-transform: translateY(-50%) translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateY(-50%) translateX(0px);
        -webkit-transform: translateY(-50%) translateX(0px);
    }
}

@-webkit-keyframes btn-arrow {
    0% {
        transform: translateY(-50%) translateX(0px);
        -webkit-transform: translateY(-50%) translateX(0px);
    }

    30% {
        transform: translateY(-50%) translateX(10px);
        -webkit-transform: translateY(-50%) translateX(10px);
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateY(-50%) translateX(-10px);
        -webkit-transform: translateY(-50%) translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateY(-50%) translateX(0px);
        -webkit-transform: translateY(-50%) translateX(0px);
    }
}

/* Header */
#top-bar .nav .menu-item {
    margin: 0;
}

#top-bar .link.link__icon {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    font-size: var(--size-1);
    line-height: 1.2;
    white-space: nowrap;
    padding: 0 12px;
}

#top-bar .link.link__icon.c3 {
    color: var(--c3);
}

#top-bar .btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#top-bar .flex-center {
    display: none;
}

#top-bar .flex-right .nav-right {
    flex-wrap: nowrap;
}

#top-bar .flex-right .nav-right li {
    margin: 0;
}

#top-bar .searchform .flex-row {
    flex-direction: row-reverse;
}

#top-bar .searchform {
    padding: 0 12px;
}

#top-bar .searchform input,
#top-bar .searchform button {
    padding: 0;
    background-color: transparent;
    color: var(--c3);
    border: none;
    box-shadow: none;
    font-size: var(--size-1);
    line-height: 1.2;
}

#top-bar .searchform input {
    background-color: var(--c2);
    padding: 0 8px;
    border-radius: 10px;
}

#masthead {
    background: var(--c3) !important;
}

.stuck #masthead #logo .header-logo-sticky {
    display: none !important;
}

.stuck #masthead #logo .header_logo.header-logo {
    display: block !important;
}

#masthead .header-nav-main {
    justify-content: center;
}

#masthead .header-nav-main li {
    margin: 0;
}

#masthead .header-nav-main li a {
    width: 100%;
    display: flex;
    font-size: var(--size-1);
    line-height: 1.2;
    padding: 12px 16px;
    font-weight: 600;
    color: var(--cw);
}

#masthead .header-nav-main li:hover>a,
#masthead .header-nav-main li.current-menu-item>a {
    color: var(--c4);
}

#masthead .header-nav-main .sub-menu.nav-dropdown {
    display: grid;
    padding: 0;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li {
    width: 100%;
    position: relative;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li a {
    padding: 12px;
    color: var(--c3);
}

#masthead .header-nav-main .sub-menu.nav-dropdown li.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li.menu-item-has-children>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li.menu-item-has-children>.sub-menu {
    top: 0;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li.menu-item-has-children>.sub-menu li a {
    padding: 12px;
}

#masthead .header-nav-main .sub-menu.nav-dropdown li.menu-item-has-children>.sub-menu li:hover {
    background-color: transparent
}

/* Footer */
.theme-flatsome .footer--socials {
    gap: 8px;
    align-items: center;
}

.theme-flatsome .footer--socials .img {
    max-width: 20px;
    height: 20px;
}

.theme-flatsome .footer--socials .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#footer .ux-menu {
    gap: var(--size-0);
    line-height: 1.2;
}

/*#footer .col--he-thong .icon-box:hover *,*/
/*#footer .ux-menu .ux-menu-link__link:hover {*/
/*    color: var(--c4);*/
/*}*/

#footer .section-content .row .logos {
    margin-top: var(--size-2);
}

#footer .section-content .row .logos .ux-logo-link {
    padding: 0 !important;
}

#footer .section-content .row .logos img {
    object-fit: contain;
}
#footer .section-content .row .col--1 .info{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: var(--size-0);
}
#footer .section-content .row .col--1 .info p {
    font-size: var(--size-f-1);
    line-height: 1.2;
    font-weight: 600;
    color: #A9A9A9;
}

#footer .section-content .row .col--1 .info strong {
    font-size: var(--size-f);
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

#footer .section-content .row .col--he-thong .icon-box .title {
    font-weight: 600;
}

#footer .section-content .row .col--he-thong .icon-box .text:not(.title) p {
    color: #A9A9A9;
    text-align: justify;
}
#footer .section-content .row .col--he-thong .icon-box .text:not(.title) p a{color: var(--c4);}

.social-fixed {
    width: var(--size-5);
    position: fixed;
    bottom: var(--size-10);
    right: var(--size-1);
    z-index: 9999;
}

.social-fixed .img {
    width: var(--size-5);
    height: var(--size-5);
    border-radius: 99px;
    padding: var(--size-0);
}

.social-fixed .img.icon-phone:before {
    display: none;
}

.social-fixed .img.icon-zalo {
    background-color: #0068FF;
}

.social-fixed .img.icon-mess {
    background-color: #0068FF;
}

.social-fixed .img.icon-phone {
    background-color: #e85347;
}

/* Section */
section>.overlay {
    background-color: rgba(255, 255, 255, 0.25);
    /* position: unset; */
}

section .row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto !important;
    margin-right: auto !important;
}

section .row:after {
    display: none;
}

section .row.row--grid {
    display: grid;
    gap: var(--size-f);
}

section .row.row--grid.row-lg-2 {
    grid-template-columns: repeat(2, 1fr);
}

section .row.row--grid.row-lg-3 {
    grid-template-columns: repeat(3, 1fr);
}

section .row.row--grid.row-lg-4 {
    grid-template-columns: repeat(4, 1fr);
}

section .col {
    padding: 0;
}

.theme-flatsome .slick-dotted .slick-dots {
    bottom: -32px;
}

.theme-flatsome .slick-dotted .slick-dots li {
    margin: 0;
}

.theme-flatsome .slick-arrow {
    background-color: var(--c3);
    color: var(--cw);
    border: 1px solid var(--c3);
    border-radius: 99px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: var(--size-f-2);
    line-height: 1;
    z-index: 9;
}

.theme-flatsome .slick-arrow:hover {
    background-color: var(--c4);
    color: var(--cw);
    border-color: var(--c4);
}

.theme-flatsome .slick-arrow:before {
    display: none;
}

.theme-flatsome .slick-arrow.slick-prev {
    left: -15px;
}

.theme-flatsome .controls .slick-arrow.slick-prev {
    left: clamp(-125px, -8vw, -100px);
}

.theme-flatsome .controls .slick-arrow.slick-next {
    left: clamp(-72px, -4.2vw, -42px);
}

.theme-flatsome .slick-arrow.slick-next {
    right: -15px;
}

.products .product .product--thumbnail {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: var(--radius-default);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    transition:
        opacity .5s cubic-bezier(.4, 0, .2, 1),
        transform .7s cubic-bezier(.4, 0, .2, 1);
}

.products .product img {
    aspect-ratio: 1/1;
    object-fit: cover;
    position: absolute;
}

.products .product:hover .product--thumbnail {
    transform: scale(0.95);
}

.products .product .product--thumbnail .product--thumbnail-sub {
    display: none;
}

.products .product:hover .product--thumbnail .product--thumbnail-sub {
    display: block;
}

.products .product .product--info {
    margin-top: var(--size-f);
    text-align: center;
}

.products .product .product--info .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* animation */
    max-height: 1.4em;
    transition:
        max-height 0.5s ease,
        -webkit-line-clamp 0.7s ease;
}

.products .product:hover .product--info .name {
    -webkit-line-clamp: 3;
    max-height: 4.2em;
}

.products .product .product--info .name,
.products .product .product--info .price {
    line-height: 1.2;
    margin-bottom: 14px;
}

.products .product .product--info .price .amount {
    color: var(--c5);
}

.products .product .product--info .btn {
    min-width: fit-content;
    text-transform: uppercase;
    padding: 8px 16px;
    font-weight: 700;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    color: var(--c3);
    font-size: var(--size-1);
}

.rank-math-breadcrumb a:not(:first-child),
.rank-math-breadcrumb span.last {
    font-weight: 600;
    text-transform: uppercase;
}

.rank-math-breadcrumb .separator {
    padding: 0;
    margin: 0 var(--size-1);
}

/* Section Box text */
.sec__box-text .row {
    align-items: center;
}

.sec__box-text .row .col--L,
.sec__box-text .row .col--R {
    flex-basis: 50%;
    max-width: 50%;
}

.sec__box-text .gallery {
    margin: 0 0 32px !important;
}

.sec__box-text .gallery img,
.sec__box-text .video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    border-radius: var(--radius-default);
    object-fit: cover;
}

.sec__box-text strong,
.sec__box-text .btn.w700 {
    font-weight: 700;
}

/* Why choose */
.sec__whychoose {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sec__whychoose .container {
    position: relative;
    z-index: 2;
}

.sec__whychoose .row.row--grid {
    gap: var(--size-2);
}

.sec__whychoose .box {
    border-radius: var(--radius-default);
    padding: var(--size-3);
    height: 100%;
}

.sec__whychoose .box .title {
    display: flex;
    justify-content: center;
}

/* CONTACT */
.sec__contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec__contact .wrapper {
    background-color: rgba(30, 30, 30, 0.6);
}

.sec__contact .form-groups {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--size-f);
    max-width: 85%;
    margin: auto;
}

.sec__contact .form-groups .form-group {
    padding: var(--size-0);
    position: relative;
    border: 1px solid var(--c1);
}

.sec__contact .form-groups .form-group.location,
.sec__contact .form-groups .form-group.content {
    grid-column: 1 / 4;
}

.sec__contact .form-groups .form-group input:not(.wpcf7-submit),
.sec__contact .form-groups .form-group textarea {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    color: var(--cw);
    padding: var(--size-0) var(--size-f-2);
    border: none;
    box-shadow: none;
}

.sec__contact .form-groups .form-group textarea {
    line-height: 1.5;
    min-height: calc(1.5em * 3);
    max-height: calc(1.5em * 3);
    resize: none;
    overflow-y: auto;
}

.sec__contact .form-groups .form-group label {
    position: absolute;
    width: fit-content;
    left: var(--size-f-1);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--size-1);
    line-height: 1.2;
    font-weight: 600;
    color: var(--cw);
    /* pointer-events: none; */
    transition: all 0.25s ease;
    margin: 0;
    padding: 0 var(--size-0);
}

.sec__contact .form-groups .form-group.content label {
    top: var(--size-2);
}

.sec__contact .form-groups .form-group.focus label {
    font-size: var(--size-f-2);
    top: 0;
    backdrop-filter: blur(5px);
}

.sec__contact .form-groups .form-group.btn-submit {
    border: none;
    grid-column: 1/4;
    padding: 0;
}

.sec__contact .form-groups .form-group.btn-submit .wpcf7-submit {
    display: flex;
    width: 100%;
    max-width: calc(100% / 3);
    margin: 0 auto;
    padding: 12px 16px;
    align-items: center;
    color: var(--cw);
    background-color: var(--c4);
    border: 1px solid var(--c4);
    font-size: var(--size-f-1);
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s linear 0s;
    white-space: nowrap;
}

.sec__contact .form-groups .form-group.btn-submit .wpcf7-spinner {
    position: absolute;
    bottom: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}

.sec__contact .wpcf7-not-valid-tip {
    position: absolute !important;
    z-index: 99;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 8px !important;
    width: calc(100% - var(--size-3));
    margin: var(--size-0) auto var(--size-1) !important;
    font-size: var(--size-f);
    color: var(--cw);
    background-color: var(--c3);
    border: none;
}

@media (max-width:1024px) {
    .theme-flatsome .size-2 {
        font-size: var(--size-f);
    }

    .theme-flatsome .size-5 {
        font-size: var(--size-4);
    }

    .theme-flatsome .py-6 {
        padding-top: var(--size-5);
        padding-bottom: var(--size-5);
    }

    .theme-flatsome .pt-6 {
        padding-top: var(--size-5);
    }

    .theme-flatsome .mt-5 {
        margin-top: var(--size-2);
    }

    .theme-flatsome .btn {
        margin-top: var(--size-f);
        padding: var(--size-0) var(--size-3);
    }

    .theme-flatsome .row,
    .theme-flatsome .row.row-collapse,
    .theme-flatsome .container {
        max-width: 100%;
        padding: 0 var(--size-3);
    }

    #masthead .header-inner.logo-left #logo {
        order: 1;
        margin: 0;
    }

    #masthead .header-inner .mobile-nav .icon-menu {
        color: var(--cw) !important;
        font-size: var(--size-2);
    }

    .theme-flatsome .slick-dotted .slick-dots {
        bottom: -16px;
    }
}

@media (max-width:768px) {
    .text br {
        display: none;
    }

    .theme-flatsome .show4desk {
        display: none;
    }

    .theme-flatsome .show4mb {
        display: flex;
    }

    .theme-flatsome .row,
    .theme-flatsome .row.row-collapse,
    .theme-flatsome .container {
        padding: 0 var(--size-1);
    }

    .products .product .product--info .name,
    .products .product .product--info .price {
        margin-bottom: var(--size-0);
    }

    .products .product .product--info .btn {
        margin-top: var(--size-0);
    }

    #footer .section-content .row {
        flex-wrap: wrap;
        padding: 0;
    }

    #footer .section-content .row .col--1 .img {
        margin: 0 auto var(--size-1);
    }

    #footer .section-content .row .col--1 .title {
        font-size: var(--size-2);
        text-align: center;
    }

    #footer .section-content .row .col--1 .desc {
        text-align: center;
        font-size: var(--size-f-1);
    }



    #footer .section-content .row .col--he-thong {
        margin: var(--size-3) 0;
    }

    #footer .section-content .row .col--he-thong .row {
        padding: 0;
    }

    #footer .section-content .row .col--he-thong .ux-menu-link__link {
        border: none;
    }
}



/* ===== ANIMATION ===== */
.reveal {
    opacity: 0;
    transform: translateY(80px);
    transition:
        opacity 1s cubic-bezier(.4, 0, .2, 1),
        transform 1s cubic-bezier(.4, 0, .2, 1);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-item {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.reveal.active .reveal-item {
    opacity: 1;
    transform: translateY(0);
}

.reveal-item-left {
    opacity: 0;
    transform: translateX(-60px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.reveal.active .reveal-item-left {
    opacity: 1;
    transform: translateX(0);
}

/* ===== ITEM RIGHT ===== */
.reveal-item-right {
    opacity: 0;
    transform: translateX(60px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.reveal.active .reveal-item-right {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 576px) {
    section .row.row--grid.row-sm-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    section .row.row--grid.row-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}