section.bg-thanks{
    background-image: url('https://cdn.diemnhangroup.com/noithatdiemnhan/2023/04/Frame-640.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 100px;
    color:white;
}
section.bg-thanks .container {
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding:60px 42px 48px 42px;
}
.form-thanks{
    text-align: center;
    margin: 0 auto;
}
.form-thanks p:nth-child(1), .form-thanks p:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
}
.form-thanks p:nth-child(1) span{
    font-size: 32px;
}
.form-thanks p:nth-child(4){
    margin-top: 24px;
}
a.icon__contact-phone {
    background: #2C3E50;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 5px #D8FFFF;
    border-radius: 5px;
    padding: 8px 24px;
    color: #fff;
    display: flex;
    gap: 33px;
}
a.icon__contact-phone .icon-phone:before{
    content: "";
    background-image:url('https://noithatdiemnhan.vn/wp-content/uploads/noithatdiemnhan/2023/04/Vector-1.png');
    position: absolute;
    width:24px;
    height:24px;
}
a.icon__contact-phone:hover{
    background: #4CA1AF;
    color:white;
    text-decoration: none;
}
.info-contact {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-comeback i.icon-comeback{
    content: "";
    background-image:url('https://cdn.diemnhangroup.com/noithatdiemnhan/2023/04/Back.png');
    position: absolute;
    width:24px;
    height:24px;
    margin-left: 4px;
}
.button-comeback i.icon-home{
    content: "";
    background-image:url('https://cdn.diemnhangroup.com/noithatdiemnhan/2023/04/Home.png');
    position: absolute;
    width:24px;
    height:24px;
    margin-left: 4px;
}
.button-comeback {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
    margin-top: 24px;
}

.button-comeback a {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 38px 10px 10px;
}
.button-comeback a:hover {
    text-decoration: none;
    background: #2C3E50;
    box-shadow: 0px 0px 5px #D8FFFF;
}
.button-comeback a:hover span {
    color:white;
}
.button-comeback span{
    color: #2C3E50;
    font-weight: 500;
    font-size: 18px;
    line-height:27px;
}

/* style mobile */
@media screen and (max-width: 768px){
    section.bg-thanks {
        padding: 15px 25px;
    }
    section.bg-thanks .container {
        padding: 25px 20px 25px 20px;
    }
    section.bg-thanks{
        background-image: url('https://cdn.diemnhangroup.com/noithatdiemnhan/2023/04/Frame-640-1.png');
    }
    .form-thanks p:nth-child(1), .form-thanks p:nth-child(2){
        line-height: 30px;
    }
    #thanks .row{
        display:block;
    }
    .img-thanks {
        order: 2;
    }
    .form-thanks{
        order: 1;
    }
    .info-contact {
        display:none;
    }
    .button-comeback {
        gap:10px;
    }
    .button-comeback a{
        padding: 10px 33px 10px 7px;
    }
    .form-thanks p:nth-child(1) span {
        font-size:22px;
    }
}
