#main, #wrapper{
    background-color: #F8FAFC;
}
h1, h2, h3, h4, h5, h6, .heading-font{
    color: #111;
}
html {
    scroll-behavior: smooth;
}
.top-ld .info-top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-ld .form-top{
    background: var(--mau1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #000;
    transition: all 0.8s ease;
}
.input-top{
    border: 2px dashed #999;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-direction: row;
    background-color: white;
}
.icon-email{
    text-align: center;
    display: block;
    margin: 0px auto;
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.input-top .txt{
    justify-content: center;
    align-items: center;
}
.input-top p{
    margin: 0px;
}
.form-top .button{
    border-radius: 10px;
    padding: 10px 20px;
}
.ld-uudai{
    background: #fff;
    border: 1px solid rgb(241, 245, 249);
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, ;
}
.ap-dung .link{
    transition: all 0.3s ease;
    margin-top: 10px;
}
.ap-dung .box-image{
    margin: 0px 0px 10px 0px;
}
.ap-dung .box-text{
    padding-bottom: 0px;
}
.info .row{
    background: var(--mau1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #000;
}
.info .first{
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}
.info .list{
    background: #dfc800;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.form .row{
    background: #fff;
    border-left: 4px solid var(--mau1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #000;
}
@media (max-width: 768px) {
    .info .row{
        padding-top: 30px;
        padding-bottom: 15px;
    }
}
@media (min-width: 769px) {
    .info .row{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .form-top{
        transform: rotate(-2deg);
    }
    .form-top:hover{
        transform: rotate(0deg);
    }
    .ap-dung .link{
        opacity: 0;
    }
    .ap-dung:hover .link{
        opacity: 1;
    }
}