
/*banner*/
.banner__services{
    background-image: url('../img/banner-services.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 66px 200px 66px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner__services::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6564604d;
    z-index: -1;
}
.banner__services__content h1{
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.banner__services__content p{
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}
.banner__services__content a{
    display: block;
    width: max-content;
    background-color: #2C3E50;
    color: #fff;
    padding: 15px 35px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px auto 0 auto;
}
.section__contact__right button {
    border: none;
    background-color: #2C3E50;
    padding: 15px 30px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*end banner*/

/*section services 1*/
.section__services__1{
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.main__section__services__1{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.list__services__1{
    width: 23%;
}
.list__services__1__content{
    padding: 20px;
}
.list__services__1 img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.list__services__1__content h3{
    font-size: 22px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
}
.list__services__1__content h6{
    font-size: 12px;
    font-weight: 100;
    color: #7e7e7e;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}
.list__services__1__content .desc{
    font-size: 14px;
    color: #7e7e7e;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 4; /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list__services__1__content a{
    font-size: 13px;
    border: 1px solid #f1f1f1;
    padding: 8px 12px;
    color: #7e7e7e;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin: auto;
}


.section__services__2{
    margin-top: 70px;
}


.main__section__services__2{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.list__services__2{
    width: 48%;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.list__services__2 img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.services__2__content{
    width: 100%;
	flex: 1;
}
.services__des__info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.services__des__info h4{
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    background-color: #fff;
	    padding-bottom: 3px;
}
.services__des__info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 2px;
    border-bottom: 2px dotted #f1f1f1;
    z-index: -1;
}
.services__options__des{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.services__options__des p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
}
.services__options__des span{
    font-size: 11px;
    color: #7e7e7e;
    letter-spacing: 2px;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    text-transform: uppercase;
}
/*end section service 1*/


/*section contact*/
.section__contact{
    background-image: url('../img/bg-contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 100px;
}
.main__section__contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 40px;
}
.section__contact__left{
    width: 40%;
    margin-bottom: 30px;
}
.section__contact__right{
    width: 57%;
}
.section__contact__left a{
    font-size: 11px;
    background-color: #49524f;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.section__contact__left h2{
    font-size: 22px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 20px 0;
}
.section__contact__left p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.section__contact__left ul li{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
    padding: 10px 0;
}
.section__contact__left ul li:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
}
.section__contact__left ul li p{
    margin-bottom: 0;
}

.form-section-contact .group__form{
    width: 100%;
    margin-bottom: 20px;
}
.group__form label{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
}
.group__form input{
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    color: #7e7e7e;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    outline: none;
}
.group__form textarea{
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    color: #7e7e7e;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    outline: none;
    resize: vertical;
}
.section__contact__right a{
    background-color: #2C3E50;
    padding: 15px 30px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*end section contact*/

@media only screen and (max-width: 991px){
    .list__services__1{
        width: 48%;
    }
    .list__services__2,
    .section__contact__left,
    .section__contact__right{
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px){
    .banner__services__content h1{
        font-size: 40px;
    }
    .list__services__1{
        width: 100%;
    }
    .main__section__services__1,
    .main__section__services__2{
        width: 95%;
    }
    .section__contact{
        padding: 70px 40px;
    }
}