
/*banner*/
.banner__about__us{
    background-image: url('../img/banner-aboutUs.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner__about__us h1{
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner__about__us::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #434a544d;
    z-index: -1;
}
/*end banner*/

/*promotions*/
.promotions__image__section{
    padding-top: 30px;
    padding-bottom: 60px;
}
.main__promotions__image{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* canh trái */
    gap: 15px; 
    margin: 0 auto;
}
.list__promotions__image{
    width: 32%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.list__promotions__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.list__promotions__image a{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	width: 90%;
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 3;
}
.list__promotions__image::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0.65) 100%);
}
/*end promotions*/


/*our promotion*/
.promotions__heading{
    position: relative;
    margin-bottom: 42px;
}
.promotions__heading h1{
    font-size: 35px;
    color: #666666;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.promotions__heading p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 2px;
    text-align: center;
}
.promotions__heading::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #f1f1f1;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.main__our__promotions{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.promotion__video{
    width: 48%;
}
.promotion__video figure{
    background-image: url('../img/img-video.jpg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promotion__video img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    transition: all linear 0.4s;
}
.promotion__video img:hover{
    opacity: 0.5;
    transition: all linear 0.4s;
}
.promotions__content{
    width: 50%;
    border: 1px solid #f1f1f1;
    padding: 40px;
}
.heading__promotions__content{
    margin-left: 40px;
}
.heading__promotions__content p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.heading__promotions__content h2{
    font-size: 30px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
}

.promotions__des{
    margin-bottom: 25px;
}
.des__info{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.des__info h4{
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    background-color: #fff;
}
.des__info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 2px;
    border-bottom: 2px dotted #f1f1f1;
    z-index: -1;
}
.options__des{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.options__des p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
}
.options__des span{
    font-size: 11px;
    color: #7e7e7e;
    letter-spacing: 2px;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    text-transform: uppercase;
}
/*end our promotion*/


/*section 3*/
.section__3{
    margin-top: 45px;
}
.main__section__3{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.list__section__3{
    width: 48%;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.list__section__3 img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.list__section__content{
    width: 100%;
}
.section__des__info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.section__des__info h4{
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    background-color: #fff;
}
.section__des__info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 2px;
    border-bottom: 2px dotted #f1f1f1;
    z-index: -1;
}
.section__options__des{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.section__options__des p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
}
.section__options__des span{
    font-size: 11px;
    color: #7e7e7e;
    letter-spacing: 2px;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    text-transform: uppercase;
}
/*end section 3*/

/*extra services*/
.extra__services{
    background-image: url('../img/img-extra-service.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 74px;
    margin-top: 55px;
}
.main__extra__services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.basic__services{
    width: 23%;
    padding: 40px;
    background-color: #fff;
    margin-bottom: 20px;
}
.premium__services{
    width: 23%;
    background-color: #fff;
}
.extra__service__content{
    width: 48%;
}

.basic__services span{
    font-size: 15px;
    font-weight: 700;
    color: #76b38f;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.basic__services h1{
    font-size: 40px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 10px 0;
}
.basic__services p{
    font-size: 12px;
    color: #7e7e7e;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.basic__services ul{
    margin-top: 40px;
}
.basic__services ul li{
    font-size: 14px;
    color: #7e7e7e;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
}
.basic__services a{
    display: block;
    width: max-content;
    background-color: #76b38f;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.heading__premium{
    background-color: #76b38f;
    padding: 40px;
}
.heading__premium span{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.heading__premium h1{
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 10px 0;
}
.heading__premium p{
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.premium__services__content{
    padding: 40px;
    padding-top: 0;
}

.premium__services__content ul li{
    font-size: 14px;
    color: #7e7e7e;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
}
.premium__services__content a{
    display: block;
    width: max-content;
    background-color: #76b38f;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.extra__service__content h1{
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.extra__service__content p{
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.extra__service__content a{
    display: block;
    width: max-content;
    background-color: #76b38f;
    padding: 15px 35px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px auto 0 auto
}
/*end extra services*/

@media only screen and (max-width: 991px){
    .list__promotions__image,
    .promotion__video,
    .promotions__content,
    .list__section__3,
    .basic__services,
    .premium__services,
    .extra__service__content{
        width: 100%;
    }
    .promotion__video{
        height: 565px;
    }
}

@media only screen and (max-width: 767.98px){
    .banner__about__us h1{
        font-size: 40px;
    }
    .promotions__heading h1{
        font-size: 30px;
    }
    .main__promotions__image,
    .main__our__promotions,
    .main__section__3{
        width: 95%;
    }
}