
.text-form-body {
    color: #315DF1 !important;
    font-weight: 500 !important;
    font-style: none !important;
    font-size: 1.4rem;
}

.box-notice {
    border: 2px solid white;
    padding: 5% !important;
    border-radius: 50px;
    box-shadow: 2px 7px 39px 0px rgba(138,138,138,0.75);
    -webkit-box-shadow: 2px 7px 39px 0px rgba(138,138,138,0.75);
    -moz-box-shadow: 2px 7px 39px 0px rgba(138,138,138,0.75);
    background: rgb(254,221,30);
    background: linear-gradient(90deg, rgba(254,221,30,1) 4%, rgba(255,237,59,1) 100%);
}

.tbtt {
    width: 50% !important;
    position: absolute;
    bottom: 0;
    left: 90px;
    transform: translate(0,102%);
    z-index: 100 !important;
}
.thecao {
    width: 20% !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(90%,20%);
}
.tien {
    width: 15% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(60%,-70%);
}

.tbtt-peopel {
    width: 25% !important;
    transform: translate(-45%,-110%);
}

.mb-20 {
    margin-bottom: 5% !important;
}

.hl-text {
    color: #0F4DFC;
    font-weight: bold;
    font-size: 30;
}

.padding-form {
    padding: 3% 0% 3% 0% !important;
}

.form-giaithuong  {
    position: absolute;
    top: 0;
    left: 0;
    width: 230% !important;
    transform: translate(-50%,-20%);
}
.form-giaithuong-3 {
    transform: translate(-50%,-30%);
}

.form-giaithuong-2 {
    width: 280% !important;
    transform: translate(-50%,-10%);
}

.form-giaithuong-1{
    width: 280% !important;
    transform: translate(-50%,-10%);
}

/* danhsach */
.mt-2-ds {
    margin-top: 5% !important;
    margin-bottom: 3% !important;
    z-index: 0 !important;
}
.tintuc-ds {
    width: 100%;
    text-align: center;
    margin-bottom: 4% !important;
    z-index: 0 !important;
}
.box-news {
    padding: 0 15% !important;
}
.box-new-boder{
    background-color: white;
    width: 100% !important;
    border-radius: 35px !important;
    height: 500px;
}
.pad-box-img {
    height: 50% !important;
    padding: 2% !important;
    border: 1px solid #FFEC5F;
    border-top: none;
    border-radius: 35px;
}
.pad-box-img-img {
    height: 100% !important;
    border-radius: 35px !important;
    overflow: hidden;
    -webkit-box-shadow: 5px 8px 18px -1px rgba(31,31,31,1);
    -moz-box-shadow: 5px 8px 18px -1px rgba(31,31,31,1);
    box-shadow: 5px 8px 18px -1px rgba(31,31,31,1);
}
.pad-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.text-box-img {
    padding: 0 5% 0 5% !important;
    color: black;
    font-weight: bold;
    font-size: 1.6rem;
}

.button-pop {
    position: absolute;
    width: 20% !important;
    top: 0;
    left: 5%;
    z-index: 123 !important;
}


@media (max-width: 1399.98px) { 
    .text-form-body {
        font-size: 1.2rem;
    }

    .text-box-img {
        font-size: 1.5rem;
    }

 
}

@media (max-width: 1199.98px) { 
    .text-form-body {
        font-size: 1rem;
    }
    .box-new-boder {
        height: 400px !important;
    }
    .text-box-img {
        font-size: 1.3rem;
    }
 }

@media (max-width: 991.98px) { 
    .text-form-body {
        font-size: 0.8rem;
    }
    .box-new-boder {
        height: 300px !important;
    }
    .text-box-img {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) { 
    .text-form-body {
        font-size: 0.6rem;
    }
    .box-new-boder {
        height: 250px !important;
    }
    .text-box-img {
        font-size: 0.6rem;
    }
}

@media (max-width: 575.98px) {  
    .tbtt {
        width: 40% !important;
        transform: translate(0,116%);
        z-index: 1;
        left: 20px;
    }
    .tbtt-peopel {
        width: 60% !important;
        transform: translate(-45%,-114%);
    }
    .text-form-body {
        font-size: 0.4rem;
    }
    .box-new-boder {
        height: 200px !important;
    }

}