.menu-item.jet-nav__item {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    flex-wrap: wrap;
    direction: ltr;
    margin: 0;
    padding: 0;
}

.menu-item.jet-nav__item li {
    margin: 10px 0px 0px 27px;
    text-align: right;
    list-style: none;
}

.menu-item.jet-nav__item li a {
    background-color: rgba(0, 0, 0, 0);
    color: #57aade;
    padding: 10px 13px 10px 13px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(252, 252, 252, 0);

    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 2.3px;
}

.menu-item.jet-nav__item li:hover a {
    color: #df0326;
    border-color: #df0326;
}

.widget_polylang ul {
    margin: 10px 0 0 20px !important;
    padding: 0;
}

.widget_polylang ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0 !important;
    padding-left: 10px;
}

.widget_polylang ul li a img {
    width: 20px !important;
    height: 15px !important;
    margin-top: 3px;
}

.elementor-27 .elementor-element.elementor-element-72b7d46 .jet-nav__mobile-trigger {
    font-size: 20px;
}

.elementor-27 .elementor-element.elementor-element-72b7d46 .jet-nav__mobile-trigger i {
    color: #57aade;
}

.jet-sticky-section--stuck .jet-logo__link img {
    width: 80px;
}

/* Slick slider */
.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
}

.slick-slider .slick-next {
    right: 50px;
}

.slick-slider .slick-prev {
    left: 50px;
}

.slick-slider .slick-arrow:before {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: bold;
}

.slick-prev:before {
    content: "\f053" !important;
}

.slick-next:before {
    content: "\f054" !important;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    color: #57aade;
    opacity: 1;
    background: #ddd;
    padding: 10px 14px;
    border-radius: 50%;
    opacity: 0.5;
}

.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:hover:before {
    color: #df0326;
    background: #57aade;
    opacity: 1;
}

.slick-slider .slick-dots {
    bottom: 10px;
}

.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #d8d8d8;
}

.slick-slider .slick-dots li {
    margin: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #337ab7;
    opacity: 1;
}

.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 575.5px) {
    .slick-slider .slick-prev {
        left: 5px;
    }

    .slick-slider .slick-next {
        right: 5px;
    }
}

.jet-smart-listing__post-thumbnail img {
    height: 265px !important;
    object-fit: cover;
}




/*Responsive*/
@media (max-width: 1366px) {
    .elementor-27 .elementor-element.elementor-element-8e1bd20 {
        padding: 20px 15px 45px 15px !important;
    }
}

@media (max-width: 767px) {
    .menu-item.jet-nav__item {
        display: block;
        text-align: left;
        margin-top: 45px;
    }

    .menu-item.jet-nav__item li {
        margin: 10px 0px 0px 0px;
        text-align: left;
    }

    .widget_polylang ul {
        margin: 10px 0 0 0px !important;
    }

    .jet-logo-display-block .jet-logo__link img {
        width: 66px;
    }
}


/* Deploy FE */
* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

.btn-main {
    background-color: #019e93;
    font-family: "Oswald", sans-serif;
    transition: all 0.35s ease;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-main:hover {
    background-color: #25232d;
    color: #21c7bb;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1310px;
    width: 100%;
    padding-inline: 15px;
    margin: 0 auto;
}

h1,
h2 {
    font-family: "Oswald", sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 53.35px;
    margin: 0;
    letter-spacing: 0.05em;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    color: #000;
}

.header {
    background: #019e93;
}

.header .container {
    max-width: 1212px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 334px;
    padding-top: 20px;
    padding-bottom: 19px;
}

.header .container .nav {
    padding: 10px;
    display: flex;
    justify-content: unset;
    align-items: center;
    gap: 60px;
}

.header .container .nav .nav-item {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.breadcrumb-container {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 17px;
    padding-bottom: 14px;
}

.breadcrumb-container .breadcrumb {
    max-width: 1280px;
    margin-inline: auto;
    margin-bottom: 0;
}

.breadcrumb-container .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-container .breadcrumb a {
    color: #20c6ba;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 1201px) {
    .breadcrumb-container .breadcrumb {
        padding-inline: 15px;
    }
}

.banner {
    width: 100%;
    display: flex;
    position: relative;
}

.banner img {
    width: 50vw;
    object-fit: cover;
}

.banner>h1 {
    position: absolute;
    bottom: 31%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #019e93;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 10px 30px;
    color: #fff;
}

.foods-service {
    margin-top: 88px;
    margin-bottom: 12px;
}

.foods-service>h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 53.35px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.foods-service>.des {
    max-width: 719px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 61px;
}

.foods-service .list-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 45px;
    row-gap: 60px;
}

.foods-service .list-item .item {
    cursor: pointer;
}

.foods-service .list-item .item:hover img {
    opacity: 0.6;
    filter: blur(2px);
}

.foods-service .list-item a.item {
    display: none;
}

.foods-service .list-item .item.show {
    display: inline-block;
}

.foods-service .list-item img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    /* margin-bottom: 29px; */
    transition: all 0.3s;
}

.foods-service .list-item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.foods-service .list-item .description {
    font-size: 16px;
    text-align: start;
    margin-bottom: 10px;
    color: #3b3d42;
}

.foods-service .list-item .price {
    color: #000;
}

.foods-service .list-item .price span {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
}

.foods-service .list-item .price .off {
    text-decoration: line-through;
    color: #afafaf;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    margin-left: 16px;
}

.foods-service .btn-main {
    width: 100%;
    margin-top: 58px;
    padding-block: 18px;
    border-width: 0px;
    display: block;
    color: #000;
    letter-spacing: 0.4em;
    line-height: 23.71px;
}

.foods-service .btn-main:hover {
    color: #fff;
}

.foods-service .guide {
    margin-top: 85px;
    margin-bottom: 60px;
    text-align: left;
}

.foods-service .guide .title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 23.44px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.foods-service .guide .des {
    text-align: start;
    margin-bottom: 15px;
    max-width: 797px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.foods-service .guide ul {
    margin-bottom: 12px;
    padding-left: 0;
    text-align: left;
}

.foods-service .guide ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: none;
}

.foods-service .guide ul .bold {
    font-weight: 600;
}

.foods-service .guide ul li::before {
    content: "";
    background-image: url("../../assets/icon/markup.svg");
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-right: 11px;
}

.btn-main.disabled,
.btn-main:disabled,
fieldset:disabled .btn-main {
    pointer-events: none;
    opacity: .65;
}

@media screen and (max-width: 1240px) {
    .foods-service .list-item {
        grid-template-columns: repeat(2, 1fr);
    }

    .foods-service .list-item img {
        width: 100%;
    }
}

@media screen and (max-width: 487px) {
    .banner>h1 {
        padding: 5px 15px;
    }
}

@media screen and (max-width: 425px) {
    .banner {
        flex-direction: column;
    }

    .banner img {
        width: 100%;
    }

    .banner>span {
        bottom: 44%;
        padding: 5px 15px;
        width: 180px;
    }

    .foods-service .list-item {
        grid-template-columns: repeat(1, 1fr);
    }
}

.food-detail {
    margin-top: 56px;
    padding-bottom: 84px;
    border-bottom: 1px solid #f0f0f0;
}

.food-detail .title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14.06px;
    color: #20c6ba;
    margin-bottom: 16px;
    display: block;
}

.food-detail h1 {
    font-size: 36px;
    line-height: 50px;
}

.food-detail .share>span {
    padding-left: 10px;
    font-size: 14px;
}

.food-detail .food-detail-content {
    gap: 60px;
    margin-top: 46px;
    height: 530px;
}

.food-detail .food-detail-content .tab-image {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: unset;
    gap: 20px;
    width: 100%;
}

.food-detail .food-detail-content .tab-image .scroll {
    /* position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3; */
}

.food-detail .food-detail-content .swiper-button-next {
    right: 0;
}
.food-detail .food-detail-content .swiper-button-prev {
    left: 0;
}
.food-detail .food-detail-content .mySwiper .swiper-button-next {
    width: 60px !important;
    position: absolute;
    height: 100% !important;
    bottom: 0;
}

.food-detail .food-detail-content .mySwiper .swiper-button-next::after {
    display: none;
}

.mySwiper2 {
    max-width: 543px;
    width: 100%;

    .swiper-slide {
        max-width: 543px !important;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    .mySwiper2 {
        .swiper-slide {
            img {
                width: 100%;
                object-fit: cover;
            }
        }
    }
}

.food-detail .food-detail-content .tab-image .image {
    width: 543px;
    height: 529px;
    object-fit: cover;
    max-width: unset;
}

.food-detail .food-detail-content .tab-image .swiper-container {
    overflow: hidden;
    height: 65%;
}

.food-detail .food-detail-content .tab-image-container .swiper-slide {
    width: 75px !important;
    height: 75px !important;
}

.food-detail .food-detail-content .tab-image-container .swiper-slide img {
    width: 75px;
    height: 75px;
}

.food-detail .food-detail-content .tab-image-container>img {
    border-radius: 5px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    object-fit: cover;
}

.food-detail .food-detail-content .tab-image-container:has(img:hover) img:not(:hover) {
    opacity: 0.5;
    filter: blur(4px);
}

.food-detail .food-detail-content .content .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
}

.food-detail .food-detail-content .content .off {
    font-size: 22px;
    font-weight: 400;
    text-decoration: line-through;
    color: #afafaf;
    line-height: 25.78px;
    padding-left: 16px;
}

.food-detail .food-detail-content .content>p {
    margin-top: 16px;
}

.food-detail .food-detail-content .content ul {
    margin-top: 19px;
    margin-left: 49px;
    max-width: 485px;
    width: 100%;
}

.food-detail .food-detail-content .content ul>li {
    margin-bottom: 20px;
    margin-left: 10px;
    list-style: none;
}

.food-detail .food-detail-content .content ul>li::before {
    content: "";
    background-image: url("../../assets/icon/food-deail/markup.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 19px;
    margin-right: 13px;
    vertical-align: middle;
}

.food-detail .food-detail-content .content a {
    display: block;
    text-align: center;
    padding: 18px 10px 18px 10px;
    font-weight: 500;
    letter-spacing: 0.4em;
}

.food-detail .food-detail-content .content .btn-main {
    color: #000;
    line-height: 23.71px;
    margin-bottom: 22px;
}

.food-detail .food-detail-content .content .btn-main:hover {
    color: #20c6ba;
}

.food-detail .food-detail-content .content .call {
    display: block;
    border: 1px solid #20c6ba;
    color: #20c6ba;
    letter-spacing: 0.4em;
    transition: all 0.35s ease;
}

.food-detail .food-detail-content .content .call:hover {
    background-color: #25232d;
    color: #21c7bb;
}

.food-detail .food-detail-content .content .help {
    display: flex;
    justify-content: center;
    align-items: unset;
    gap: 15px;
    max-width: 386px;
    width: 100%;
    margin-inline: auto;
    margin-top: 23px;
}

.food-detail .food-detail-content .content .help>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.food-detail .food-detail-content .content .help>span .contact {
    color: #20c6ba;
    text-decoration: underline;
    display: inline;
    letter-spacing: 0;
    padding-left: 0;
}

.food-detail .food-detail-content .swiper-slide {
    max-width: 75px;
    width: 100%;
    height: 75px;
}

.food-detail .food-detail-content .swiper-slide img {
    width: 100%;
    max-width: unset !important;
}

.food-detail .food-detail-des {
    margin-top: 93px;
}

.food-detail .food-detail-des h2 {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}

.food-detail .food-detail-des p.detail-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.detail-text .d-flex {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.food-detail .food-detail-des p.detail-text:nth-child(2) {
    margin-bottom: 29px;
}

.food-detail .food-detail-des p.detail-text:nth-child(3) {
    margin-bottom: 22px;
}

.food-detail .food-detail-des p.detail-text:nth-child(5) {
    margin-bottom: 19px;
}

.food-detail .food-detail-des p.detail-text:nth-child(6) {
    margin-bottom: 60px;
}

.food-detail .food-detail-des p.detail-text:nth-child(8) {
    margin-top: 60px;
    margin-bottom: 19px;
}

.food-detail .food-detail-des p.detail-text:nth-child(9) {
    margin-bottom: 69px;
}

.food-detail .food-detail-des p.detail-text:nth-child(11) {
    margin-top: 60px;
}

.food-detail .food-detail-des .img {
    width: 100%;
}

.food-detail .food-detail-des ul {
    margin-top: 0;
    margin-left: 48px;
    padding: 10px;
    margin-bottom: 36px;
    position: relative;
}

.food-detail .food-detail-des ul>li {
    font-size: 18px;
}

.food-detail .food-detail-des ul>li>.text {
    padding-left: 11px;
    position: relative;
}

.food-detail .food-detail-des ul>li>.text::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    background-image: url("../../assets/icon/food-deail/markup.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.food-detail .food-detail-des .des-big-image {
    max-width: 1198px;
    width: 100%;
}

.entry-social-meta {
    margin-top: 10px;
}

.entry-social-meta span {
    padding-right: 10px;
    color: #57aade;
}

.entry-social-meta i {
    color: #999;
}

.post-next-prev {
    margin-top: 50px;
}

.post-next-prev .row {
    display: flex;
    justify-content: space-between;
}

.post-next-prev-content p {
    margin-bottom: 0;
    color: #57aade;
    font-weight: 600;
    font-size: 13px;
}

.post-next-prev-content a {
    font-size: 18px;
    color: #333;
    text-decoration: underline;
}

.post-next-prev-content a i {
    font-size: 16px;
}

.swiper.mySwiper {
    height: 68%;
    overflow: hidden;
}

.swiper.mySwiper .swiper-slide {
    width: 75px;
}

.swiper.mySwiper .swiper-slide img {
    height: 75px;
    object-fit: cover;
}

.swiper.mySwiper2 {}

.related-food {
    margin-top: 77px;
    margin-bottom: 122px;
    position: relative;
}

.related-food h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: 0.05em;
    margin-bottom: 46px;
}

.related-food .swiper {
    width: 100%;
}

.related-food .swiper-slide {
    display: flex;
    flex-direction: column;
}

.related-food .swiper-slide:hover img {
    opacity: 0.6;
    filter: blur(2px);
}

.related-food .swiper-slide img {
    /* max-width: 370px; */
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.related-food .text {
    font-size: 16px;
    text-align: start;
    margin-bottom: 10px;
    color: #3b3d42;
}

.related-food .swiper-slide .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21.09px;
    letter-spacing: 0.05em;
    margin-top: 29px;
    margin-bottom: 10px;
}

.related-food .swiper-slide p.text {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
}

.related-food .swiper-slide .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    letter-spacing: 0.05em;
}

.related-food .swiper-slide .price .off {
    font-weight: 400;
    color: #afafaf;
    padding-left: 16px;
    text-decoration: line-through;
}

.related-food .swiper-button-prev {
    top: calc(50% - 30px);
    left: 15px;
    transform: translate(-50%, -50%);
}

.related-food .mySwiper .swiper-button-prev::after {
    display: none;
}

.related-food .swiper-button-next {
    top: calc(50% - 30px);
    right: 15px;
    transform: translate(50%, -50%);
}

.related-food .swiper-button-next::after,
 .related-food .swiper-button-prev::after {
    display: none;
}

.pagination {
    text-align: center;
    padding-top: 57px;
    border-top: 1px solid #E3E9F4;
}

.pagination .page-numbers.current {
    background: #57aade;
    color: #fff;
    font-weight: 600;
}

.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    background-color: #EFEDF7;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.35s ease;
    color: #57aade;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    font-weight: 300;
}

.food-detail .single-title {
    gap: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-detail .single-title h1 {
    font-weight: 600;
    margin: 0;
}

.food-detail .single-title .share {
    display: flex !important;
    color: #000;
    padding-right: 15px;
}

.food-detail-content {
    display: flex;
    justify-content: space-between;
}



@media screen and (max-width: 1220px) {
    .food-detail-des .img {
        width: 100%;
    }
}

@media screen and (max-width: 1098px) {
    .food-detail-content {
        flex-direction: column;
        height: 100% !important;
    }

    .food-detail-content .tab-image {
        justify-content: flex-start !important;
    }

    .food-detail-content .tab-image .swiper-container {
        height: 360px !important;
    }
}

@media screen and (max-width: 787px) {
    .food-detail .food-detail-des ul>li img {
        padding-bottom: 31px;
    }
}

@media screen and (max-width: 657px) {
    .food-detail-content .tab-image {
        flex-direction: column;
    }

    .food-detail-content .tab-image .swiper-container {
        height: 75px !important;
    }

    .food-detail-content .tab-image .scroll {
        display: none;
    }

    .food-detail-content .tab-image-container {
        flex-direction: row !important;
    }

    .food-detail-content .tab-image .image {
        width: 100% !important;
        max-width: 543px !important;
    }

    .food-detail-content .tab-image-swiper {
        width: 100%;
    }

    .food-detail h1 {
        font-size: 26px !important;
        line-height: normal !important;
    }
}

.about-banner {
    width: 100%;
    display: flex;
    position: relative;
}

.about-banner img {
    width: 50vw;
}

.about-banner>h1 {
    position: absolute;
    bottom: 31%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #019e93;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 10px 30px;
    color: #fff;
}

.overview {
    margin-top: 88px;
}

.overview h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 53.35px;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
}

.overview h2::after {
    content: "";
    width: 118px;
    height: 5px;
    position: absolute;
    background-color: #000;
    top: 62px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overview .title {
    margin-top: 25px;
    max-width: 719px;
    width: 100%;
    margin-inline: auto;
    margin: 25px auto 114px auto;
    text-align: center;
    font-size: 18px;
}

.overview-content {
    display: flex;
    justify-content: space-between;
    gap: 106px;
}

.overview-content-left {
    max-width: 561px;
    width: 100%;
    min-height: 300px;
    text-align: start;
}

.overview-content-left p {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    color: #3b3d42;
}

.overview-content-right {
    width: 100%;
    position: relative;
}

.overview-content-right>img {
    /* border-radius: 50%;
    position: absolute; */
}

/* .overview-content-right>.img1 {
    width: 280px;
    height: 280px;
    position: absolute;
    top: -45px;
    left: 0;
}

.overview-content-right>.img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 236px;
    height: 237px;
} */

.overview .overview-text {
    display: flex;
    justify-content: space-between;
    margin-top: 83px;
}

.overview .overview-text p {
    font-size: 20px;
    line-height: 40px;
}

.overview .overview-text-left {
    position: relative;
    max-width: 461px;
    width: 100%;
    padding-left: 46px;
}

.overview .overview-text-left>p::before {
    content: "";
    position: absolute;
    left: -46px;
    height: 1px;
    width: 90px;
    background-color: #bfbfbf;
    transform: rotate(90deg);
}

.overview .overview-text-right {
    max-width: 535px;
    width: 100%;
    gap: 27px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e2e2e2;
}

.overview .overview-text-right .learn-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview .overview-text-right .learn-more>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #20c6ba;
    line-height: 24px;
    letter-spacing: 0.1em;
}

.culture {
    margin-top: 83px;
    position: relative;
}

.culture .overview-img {
    position: relative;
}

.culture .overview-img .background {
    position: absolute;
    width: 100%;
    height: 123px;
    background-color: #cff4f1;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tab-image-container.swiper-wrapper {
    display: flex;
    gap: 15px;
}

.culture .img {
    margin-inline: auto;
    position: relative;
    max-width: 1202px;
    width: 100%;
    border-radius: 6px;
}

.culture-container {
    background-color: #cff4f1;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 132px;
}

.culture-container h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    color: #000;
    text-align: center;
}

.culture-container ul {
    display: flex;
    margin-top: 51px;
    gap: 45px;
}

.culture-container ul>li {
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 15px;
    min-height: 449px;
    max-width: 370px;
    width: 100%;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
}

.culture-container ul>li:hover img {
    opacity: 0.6;
    filter: blur(2px);
}

.culture-container ul>li>a {
    cursor: pointer;
}

.culture-container ul>li a img {
    border-radius: 15px 15px 0 0;
    height: 220px;
    object-fit: cover !important;
    width: 100%;
    display: block;
    object-fit: none;
}

.culture-container ul>li p {
    margin-left: 35px;
    color: #3b3d42;
    padding-right: 10px;
}

.culture-container ul>li>.title {
    margin-top: 27px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 35px;
    margin-bottom: 14px;
    color: #3b3d42;
}

.culture-container ul>li>.des {
    font-size: 18px;
}

.qualifications {
    margin-top: 109px;
    position: relative;
}

.qualifications>h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
}

.qualifications>h2::after {
    position: absolute;
    content: "";
    width: 118px;
    height: 5px;
    background-color: #000;
    bottom: -17px;
    left: 0;
}

.qualifications .title {
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    margin-top: 60px;
    max-width: 569px;
    width: 100%;
}

.qualifications-text {
    margin-top: 101px;
    display: flex;
    justify-content: space-between;
    gap: 194px;
}

.qualifications-text-left {
    max-width: 461px;
    width: 100%;
    padding-left: 96px;
}

.qualifications-text-left>p {
    position: relative;
    font-size: 20px;
    font-weight: 400;
}

.qualifications-text-left>p::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    left: -92px;
    top: 0;
    background-color: #bfbfbf;
    transform: rotate(90deg);
}

.qualifications-text-right {
    max-width: 458px;
    width: 100%;
}

.qualifications-text-right>p {
    font-size: 16px;
    font-weight: 400;
}

.qualifications-swiper {
    margin-top: 105px;
    overflow: hidden;
    margin-bottom: 147px;
}

.qualifications-swiper .swiper-slide {
    display: flex;
}

.qualifications-swiper .swiper-slide .content {
    width: 50%;
    background-color: #cff4f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qualifications-swiper .swiper-slide .content>span {
    max-width: 470px;
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
    color: #3b3d42;
}

.qualifications-swiper .swiper-slide img {
    width: 50%;
}

.qualifications-swiper .swiper-button-next {
    top: 80%;
    right: 15px;
    transform: translate(50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
    width: 85px !important;
    height: 85px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}

.qualifications-swiper .swiper-button-next::after {
    display: none;
}

.qualifications-swiper .swiper-button-prev {
    top: 80%;
    left: 15px;
    transform: translate(-50%, -50%);
}

.qualifications-swiper .swiper-button-prev::after {
    display: none;
}

@media screen and (max-width: 1024px) {
    .overview .overview-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .overview .overview-text-left {
        max-width: 100%;
    }

    .overview .overview-text-right {
        max-width: 100%;
    }

    .qualifications-swiper .swiper-button-next {
        top: 85%;
    }

    .qualifications-swiper .swiper-button-prev {
        top: 85%;
    }
}

@media screen and (max-width: 768px) {
    .overview-content {
        flex-direction: column-reverse;
        gap: 250px;
    }

    .overview-content-right {
        max-width: 100%;
    }

    .overview-content-right .img1 {
        max-width: 100%;
    }

    .overview-content-right .img2 {
        display: none;
    }

    .culture-container ul {
        flex-direction: column;
        align-items: center;
    }

    .culture-container ul>li a img {
        height: 200px;
    }

    .qualifications-text {
        flex-direction: column;
        gap: 50px;
    }

    .qualifications-swiper .swiper-button-next {
        display: none;
    }

    .qualifications-swiper .swiper-button-prev {
        display: none;
    }

    .qualifications-swiper .swiper-slide {
        flex-direction: column;
    }

    .qualifications-swiper .swiper-slide .content {
        width: 100%;
    }

    .qualifications-swiper .swiper-slide .content>span {
        padding: 14px 10px;
    }

    .qualifications-swiper .swiper-slide img {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .about-banner>h1 {
        text-align: center;
        padding: 5px 15px;
    }
}

@media screen and (max-width: 425px) {
    .about-banner {
        flex-direction: column;
    }

    .about-banner img {
        width: 100%;
    }

    .about-banner>span {
        bottom: 44%;
        padding: 5px 15px;
        width: 180px;
    }
}

@media screen and (max-width: 321px) {
    .overview h2::after {
        top: 116px;
    }
}

.group-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 400px 400px;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}

.group-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.group-image .item {
    position: relative;
}

.group-image .item .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 0;
    transition: 0.5s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
}

.group-image .item .overlay-box .title {
    font-size: 36px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    line-height: 1.47em;
    margin-bottom: 13px;
    color: #fff;
}

.group-image .item .overlay-box .location {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 41px;
    color: #fff;
}

.group-image .item .overlay-box .price {
    font-size: 30px;
    font-weight: 500;
    color: #21c7bb;
    line-height: 1.5em;
    display: flex;
    gap: 0.4em;
    flex-direction: row-reverse;
}

.group-image .item .overlay-box .price p {
    font-size: 30px;
}

.group-image .item .overlay-box .price .off {
    text-decoration: line-through;
    font-size: 24px;
    color: #fff;
}

.group-image .item:hover .overlay-box {
    height: 100%;
}

.group-image .item:nth-child(1) {
    grid-row: span 2/auto;
    grid-column: span 2/auto;
}

.group-image .item:nth-child(2) {
    grid-column: span 2/auto;
}

@media screen and (max-width: 1024px) {
    .group-image {
        grid-template-rows: 240px 240px;
    }
}

@media screen and (max-width: 767px) {
    .group-image {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 340px 340px 340px 340px;
    }

    .group-image .item:nth-child(1) {
        grid-column: span 1/auto;
        grid-row: span 1/auto;
    }

    .group-image .item:nth-child(2) {
        grid-column: span 1/auto;
    }

    .group-image .item:nth-child(3) {
        grid-column: span 1/auto;
    }

    .group-image .item:nth-child(4) {
        grid-column: span 1/auto;
    }

    .swiper.mySwiper {
        display: none;
    }
    .detail-text .d-flex {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .group-image {
        grid-template-rows: 240px 240px 240px 240px;
    }
}

/*# sourceMappingURL=style.css.map */
div#formcmmaxweb .row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 30px;
}
div#formcmmaxweb .row .col-6 {
    width: 100%;
}
div#formcmmaxweb .row .form-group input {
    width: 100%;
    height: 40px;
}
div#formcmmaxweb .error {
    color: red;
}


/* 21/5 */
footer .footer-wrap {
    
}

footer .footer-info {

}

footer .logo {
    margin-bottom: 10px;
}

footer .logo img {
    width: 100px;
}

footer .footer-info-content {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

footer .info-icon {
    flex: 0 0 16px;
    /* max-width: 16px; */
    margin-right: 10px;
}
footer .info-icon i {
    color: #fff;
    background: #1034A6;
    padding: 6px;
    border-radius: 50%;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px;
}

footer a,
footer p {
    color: #fff;
}

footer .info-link {
    font-size: 16px;
    margin-bottom: 10px;
}

footer .info-link p,
footer .info-link a {
    margin-bottom: 0;
}

@media(max-width:992px) {
    footer .footer-wrap {
        flex-wrap: wrap-reverse;
    }

    footer .footer-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.popup-promotion {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.popup-promotion.show {
    opacity: 1;
    visibility: visible;
}

.popup-promotion.show .popup-container {
    transform: translateY(0);
}

.popup-promotion .popup-container {
    position: relative;
    width: 80%;
    background: #fff;
    max-width: 800px;
    border-radius: 12px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    transition: all 0.35s ease;
    transform: translateY(-50px);
    z-index: 10000;
}

.popup-promotion .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.popup-promotion .popup-close svg {
    width: 100%;
    height: 100%;
}

.popup-promotion .popup-promotion-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.popup-promotion .popup-promotion-content {
    flex: 1;
}

.popup-promotion .popup-promotion-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.popup-promotion .popup-promotion-content h3 {
    font-size: 32px;
    font-weight: 700;
    display: block;
    color: #111e6c;
    /* text-transform: math-auto;
    background: -webkit-linear-gradient(#000080, #1034A6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.popup-promotion .popup-promotion-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #df0226;
    margin-bottom: 10px;
}

.popup-promotion .popup-promotion-content ul {
    margin-top: 24px;
    padding-left: 0;
}

.popup-promotion .popup-promotion-content li {
    list-style: none;
    padding-left: 25px;
    background: url('../images/Vector.png') no-repeat;
    background-size: 20px 20px;
    /* background-position: left top 3px; */
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.popup-promotion .popup-promotion-image {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
}

.popup-promotion .popup-promotion-image img {
    width: initial;
    max-width: 100%;
}

.popup-promotion form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.popup-promotion form .promotion-input {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.popup-promotion form .promotion-input-full {
    flex: 0 0 100%;
    max-width: 100%;
}

.popup-promotion form input {
    border-radius: 6px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    outline: unset;
}

.popup-promotion form .btn-submit {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.popup-promotion form .btn-submit .wpcf7-submit {
    border: none;
    background-color: #df0226;
    color: #fff;
    border-radius: 25px;
    padding: 15px 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.35s ease;
    width: fit-content;
}

.popup-promotion form .btn-submit .wpcf7-submit:hover {
    background-color: #57aade;
}

.modal-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.modal-fade.show {
    visibility: visible;
    opacity: 1;
}


.hotline-phone-ring {
    position: relative;
    width: 85px;
    height: 85px;
    display: inline-block;
}


.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(125, 196, 255, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #409eed;
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    max-width: 36px;
    max-height: 36px;
}

span.background-zalo-ib,
span.background-call {
    width: 25px;
    height: 25px;
    background-size: cover;
}

.btns-quick-action {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 999999;
}
.btn-whatsapp .hotline-phone-ring-circle-fill {
    background-color: rgba(44, 212, 107, 0.7);
}
.btn-whatsapp .hotline-phone-ring-img-circle {
    background-color: #23c25f;
}
.btn-call .hotline-phone-ring-circle-fill {
    background-color: rgba(222, 2, 37, 0.5);
}
.btn-call .hotline-phone-ring-img-circle {
    background-color: #de0225;
}
/*! CSS Used keyframes */

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


/* Footer */
.flex-custom-footer {
    display: flex;
    gap: 60px;
    width: 100%;
    margin-top: 30px;
}
.elementor-widget-contact-form-7.footer-cf7 {
    width: 50% !important;
}
.footer-contact {
    width: 50%;
}
.wpcf7 form .wpcf7-response-output {
    margin: -1em 0em 1em !important;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
i.fa.fa-phone {
    transform: rotate(90deg);
}
section.jet-sticky-section.elementor-element.elementor-element-8e1bd20.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    padding: 0px 15px 45px 15px;
}
section.jet-sticky-section.elementor-element.elementor-element-8e1bd20.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section.jet-sticky-section--stuck {
    padding: 25px 15px 30px 15px;
}
.top-header {
    display: flex;
    color: rgba(102, 102, 102, .85);
    justify-content: flex-end;
    padding: 8px 0;
    gap: 25px;
}
.top-header .worktime i {
    color: #fff;
    background: #1034A6;
    padding: 6px;
    border-radius: 50%;
}

@media(max-width:992px) {
    .popup-promotion .popup-promotion-content h3 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .popup-promotion .popup-promotion-head {
        flex-wrap: wrap;
    }

    .popup-promotion .popup-promotion-content,
    .popup-promotion .popup-promotion-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex-custom-footer {
        display: block;
    }
    .elementor-widget-contact-form-7.footer-cf7,
    .footer-contact {
        width: 100% !important;
    }
    .top-header .worktime i {
        padding: 5px;
        font-size: 11px;
    }
    .top-header {
        gap: 20px;
    }
}

@media(max-width:576px) {
    .popup-promotion form .promotion-input {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .popup-promotion .popup-container {
        width: 95%;
        height: 85vh;
        overflow-y: auto;
    }
    .popup-promotion .popup-promotion-content h2 {
        font-size: 28px;
    }
    .popup-promotion .popup-promotion-content h3 {
        margin: 0;
    }
}
