.flex {display: flex;display: -webkit-flex;}
.flex-center {display: flex;display: -webkit-flex;align-items: center;}
.flex-center-center {display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.flex-center-end {display: flex;display: -webkit-flex;align-items: center;justify-content: flex-end;}
.flex-center-start {display: flex;display: -webkit-flex;align-items: center;justify-content: flex-start;}
.flex-center-between {display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;}
.flex-end-end {display: flex; display: -webkit-flex; align-items: flex-end; justify-content: flex-end}
.flex-between {display: flex; display: -webkit-flex; justify-content: space-between}
.flex-end {display: flex; display: -webkit-flex; align-items: flex-end}
.inflex-center-center {display: inline-flex;display: -webkit-inline-flex;align-items: center;justify-content: center;}
.absolute {position: absolute;left: 0;top:0;z-index: 2;height: 100%;width: 100%}
.relative {position: relative;}
.zone-detail {
    /*background: url("../images/habui/bg_dteail_frm1_main.png") no-repeat top center;*/
    position: relative;
}
.zone-1-detail {
    display: flex;
    justify-content: center;
    align-items: center
}
.group_icon {
    position: absolute;
    left: 110px;
    top: 0px;
    z-index: 2;
}
.group_icon a:last-child {
    margin-left: 20px;
}
.group_icon a:last-child img {
    height: 55px;
}
.group_icon a:first-child img {
    height: 55px;
}
.zone1_detail_text {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 60px;
    width: 40%;
}
.zone1_detail_content {
    background: url("../images/habui/bg-video-1.png") no-repeat center /contain;
    height: 673px;
    width: 60%;
    padding: 140px 73px 68px 75px;
    margin-right: 2%;
}
.video_flower {
    position: absolute;
    left: -13%;
    bottom: -3%;
    z-index: 2;
    max-width: 65%;
}
.video_frame {
    height: 100%;
}
.img_frame img, .video_frame video {
    border-radius: 15px;
}
.zone-3-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}
.zone-3-detail .group_icon{
    margin-top: 10px;
}

@media screen and (max-width: 767px){
    .zone-3-detail .group_icon{
        left: 30px;
        top: 52px;
        margin-top: 0px;
    }
    .zone-3-detail .group_icon a img{
        width: 24px;
        height: 24px;
    }
}
.zone3_detail_content {
    background: linear-gradient(180deg, rgba(255, 207, 124, 0) 82.72%, #FFCF7C 100%), rgba(166, 47, 30, 0.72);
    border: 2px solid #FFCF7C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.6px);
    border-radius: 30px;
    height: 75.2%;
    width: 90%;
    padding: 30px;
    text-align: center;
}
h2 {
    font-family: "Montserrat Alternates", serif !important;
}
.zone3_detail_content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFDA64;
    font-family: "Montserrat Alternates", serif !important;
}
.zone3_detail_content .desc {
    font-size: 36px;
    font-weight: bold;
    max-width: 990px;
    margin: 90px auto 0 auto;
}

@media screen and (max-width: 1900px){
    .zone3_detail_content .desc{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){
    .zone3_detail_content h2{
        font-size: 20px;
    }
    .zone-3-detail .group_icon{
        left: 30px;
        top: 52px;
    }
    .zone-3-detail .group_icon a img{
        width: 24px;
        height: 24px;
    }
    .zone3_detail_content .desc{
        font-size: 15px;
    }
}
.zone1_detail_content .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.zone1_detail_content .swiper-slide {
    width: 100% !important;
}
.swiper-pagination-1 {
    bottom: -80px;
    width: 100%;
}
.swiper-pagination-1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 18px;
    width: 18px;
    margin: 0 10px;
}
.swiper-pagination-1 .swiper-pagination-bullet-active {
    background: #881C0D;
}
.box_chung {
    background: url("../images/habui/bg-chung.png") no-repeat center /contain;
    width: 90%;
    padding: 30px 60px 60px 60px;
    margin-top: 70px;
    background-size: 100% 100%;
    @media screen and (min-width: 1600px) and (max-width: 1900px){
        padding: 30px 60px 7% 60px;
    }
}
.font-36 {
    font-size: 36px;
}
.zone1_detail_text .desc p {
    font-weight: 600;
    margin-bottom: 20px;
}
.zone1_detail_text h2 {
    color: #FFDA64;
    margin-bottom: 25px;
}
.zone-4-detail .zone1_detail_content {
    width: 50%;
}
.zone-4-detail .zone1_detail_text {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 0;
    width: 50%;
}
.zone4_detail_content {
    background: transparent;
    padding: 0;
}
.zone-4-detail .video_flower {
    top: -14px;
    right: -5px;
    left: unset;
    bottom: unset;
}
.text-yl {
    color: #FFDA64;
}
.zone4_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.zone4_img span {
    background: #FEE5BA;
    box-shadow: inset 0px 0px 9.1px 3px #FFCF7C;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 220px;
    height: 220px;
}
.zone4_title p:last-child {

}
.zone4_title p:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #FFCF7C;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #881C0D;
}
.zone4_img {
    text-align: center;
}
.zone4_img img{
    margin-top: 30px;
    max-width: 70%;
}
.th {
    background: #881C0D;
    border: 1.125px solid #FFCF7C;
    border-radius: 36.5625px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFCF7C;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .font-36 {
        font-size: 24px;
    }
    .group_icon a:first-child img {
        height: 35px;
    }
    .group_icon a:last-child img {
        height: 35px;
    }
    .zone1_detail_text {
        padding-top: 40px;
        padding-right: 60px;
    }
    .zone1_detail_text .desc p {
        font-size: 14px;
    }
    .box_chung > div {
        width: 50%;
    }
    .zone-4-detail .zone1_detail_text {
        width: 55%;
    }
    .zone-4-detail .zone1_detail_content {
        width: 45%;
    }
    .zone4_img img {
        width: 100%;
    }
    .box_chung {
        background-position: top;
        padding-top: 0;
    }
    .zone1_detail_content {
        height: 473px;
        padding: 113px 44px 68px 44px;
        margin-right: 0;
    }
    .video_flower {
        bottom: -1%;
        left: -14%;
        width: 369px;
    }
    .swiper-pagination-1 .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }
    .zone-4-detail .zone1_detail_text {
        padding-left: 0;
        padding-top: 30px;
    }
    .zone-4-detail .video_flower {
        width: 130px;
    }
    .zone-4-detail .zone1_detail_content {
        padding: 0;
        padding-top: 30px;
    }
    .zone-4-detail h2 {
        margin-bottom: 15px;
    }
    .zone1_detail_text .desc p {
        margin-bottom: 8px;
    }
    .btn-single a {
        padding: 5px;
    }
    .zone-4-detail .desc p {
        font-size: 11px;
    }
    .th {
        font-size: 14px;
    }
    .group_icon {
        left: 60px;
    }
    .box_chung {
        margin-top: 10px;
        transform: scale(0.85);
    }
}
@media screen and (max-width: 1199px){
    .zone-1-detail {
        flex-wrap: wrap;
    }
    .group_icon a:first-child img {
        height: 30px;
    }
    .group_icon a:last-child img {
        height: 30px;
    }
    .group_icon a:last-child {
        margin-left: 10px;
    }
    .group_icon {
        left: 0;
    }
    .box_chung {
        background: linear-gradient(180deg, rgba(255, 207, 124, 0) 82.72%, #FFCF7C 100%), rgba(166, 47, 30, 0.72);
        border: 1px solid #FFCF7C;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(5.6px);
        border-radius: 15px;
        flex-wrap: wrap;
        padding: 15px;
        margin-top: 50px;
        width: 100%;
        margin-bottom: 60px;
    }
    .box_chung > div {
        width: 100% !important;
    }
    .zone1_detail_text {
        padding: 0;
    }
    .font-36 {
        font-size: 20px;
    }
    .zone1_detail_text .desc p {
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }
    .modal-detail{
        overflow: scroll;
    }
    .zone1_detail_content {
        background: transparent;
        height: unset;
        padding: 0;
    }
    .video_flower {
        display: none;
    }
    .zone1_detail_text {
        margin-top: 20px;
        order: 2;
    }
    .swiper-pagination-1 {
        bottom: 10px;
    }
    .swiper-pagination-1 .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .zone1_detail_text h2 {
        margin-bottom: 15px;
        text-align: center;
    }
    .zone-4-detail .zone1_detail_text {
        padding: 0;
    }
    .th {
        font-size: 10px;
    }
    .zone4_img img {
        max-width: 100%;
    }
}
