
.boxBannerHome {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.boxContentBanner {
    width: 100%;
    position: relative;
    background-color: rgb(76, 91, 212);
    background: url(/assets/images/banner_new/banner_search_home.png) 0 0 / 100% 100% no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    /* background: linear-gradient(180deg, #455DD9 0%, #426ADD 13.94%, #2C9AED 23.56%, #2AB3FB 30.77%, #2A9CEE 46.15%, #4366DB 68.74%, #455DD9 75.96%, #455DD9 100%); */
}
.boxContainDotBanner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.itemDotBanner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-image: radial-gradient(4px 4px at 50px 200px, #eee, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 40px 70px, #fff, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 120px 40px, #ddd, rgba(0, 0, 0, 0));
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0;
    animation: zoomBanner 10s infinite;
}
.itemDotBanner:nth-child(1) {
    background-position: 10% 90%;
    animation-delay: 0s;
}

.boxContainGrossNet {
    background: #F4F4F4;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

.boxContent {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

.lh-from {
    width: 100%;
    float: left;
}

.form_dang_ky {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_dang_ky form {
    float: left;
    width: 100%;
    margin-top: 17px;
    background: #fff;
    margin-bottom: 10px;
}

.form_dang_ky form .form_gr,
.form_uv {
    width: 100%;
    float: left;
}

.form_dang_ky form .form_gr {
    padding: 30px 0 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.form_dang_ky form .form_gr .form_uv input[type='text'] {
    border: 1px solid #e3e3e3;
    display: inline-block;
    width: 73%;
    float: left;
}

.form_dang_ky form .form_gr .form_uv label {
    font-weight: 700;
    line-height: 37px;
    font-size: 16px;
    width: 25%;
    float: left;
    padding-right: 10px;
}

.form_uv {
    padding: 0 57px;
    margin-bottom: 20px;
}

.form_gr .form_uv {
    padding: 0 44px 0 15px;
}

.form_uv input[type='text'] {
    float: left;
    width: 100%;
    height: 37px;
    border: 1px solid #afeade;
    border-radius: 2px;
    padding-left: 20px;
    line-height: 37px;
    font-size: 14px;
    color: #788993;
}

.kq {
    background: #fff;
}

.gross-net-kq {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.rowtt {
    background-color: #ededed;
}

.gross-net-kq td,
.gross-net-kq th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: right;
    font-size: 15px;
}

.kq_table_tt {
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #307df1;
}

.gross_net,
.net_gross {
    height: 30px;
    width: 100px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #02b5e1;
    color: #fff;
}

.footer_blog_gt_text .iframe_box {
    float: left;
    width: 100%;
    height: 470px;
}

#footer_blog_container .footer_blog_gt_text iframe {
    float: left;
}

.form_dang_ky {
    width: unset;
}

.form_dang_ky .kq {
    display: none;
}

.gross-net-kq {
    margin-top: 10px;
}

.form_dang_ky .form_gr {
    padding-bottom: 30px;
}

.gt_vung {
    color: #0000EE;
}

.btn-block.gross_net {
    margin-left: 10px;
}

.luong_chinh_thuc, .select_vung {
    text-align: left;
    padding-left: 15px;
}

.luong_khac {
    width: 49% !important;
    text-align: right;
}

#gr_dbh_khac {
    float: right;
    margin-left: 30px;
}

.box_btn {
    text-align: center;
}

@keyframes zoomBanner {
    0% {
        opacity: 0;
        transform: scale(1.5);
        transform: rotate(5deg);
        animation-timing-function: ease-in;
    }
    50% {
        opacity: 0.5;
    }
    85% {
        opacity: 1;
    }
    95% {
        opacity: .1;
    }
    100% {
        opacity: .2;
        transform: scale(2.5);
    }
}

@media screen and (max-width: 1024px) {
    .form_dang_ky {
        margin: 0 !important;
    }

    .form_dang_ky,
    .form_dang_ky form {
        width: 100% !important;
    }

    .form_dang_ky form {
        margin: 15px 0 !important;
    }

    .form_dang_ky form .form_gr {
        padding: 20px 15px !important;
    }

    .form_gr .form_uv {
        width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .form_dang_ky form .form_gr .form_uv input[type='text'] {
        width: 100% !important;
    }

    .form_dang_ky form .form_gr .form_uv label {
        width: 100% !important;
        text-align: left;
        padding-left: 10px;
    }

    .form_gr .form_uv {
        padding: 0 15px;
    }

    .footer_blog_gt_text .iframe_box {
        height: 190px;
    }
}