.recaptcha .g-recaptcha > div {
    margin: 0 auto;
}
.recaptcha .c_error {
    top: 76%;
}
.banner1 {
    width: 100vw;
    height: auto;
}
.title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify
}
.nhuongquyen {
    position: relative;
}
.nhuongquyen::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 5%;
    background-color: #000;
    transform: translateX(-5%)
}
.card-nhuongquyen {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}
.card-nhuongquyen::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: -46px;
    background-color: #7fb842;
    border-radius: 50%;
    transform: translateY(-50%);
}
.block-right {
    float: right;
    display: block
}
.card-nhuongquyen .b_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e5312e;
    margin-bottom: 10px;
}
.card-nhuongquyen .b_desc {
    margin-left: 15px;
}
.card-nhuongquyen .b_desc p {
    position: relative;
}
.card-nhuongquyen .b_desc p::before {
    content: "\f1ce";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 10px
}
.nhuongquyen .card-nhuongquyen:last-child {
    margin-bottom: 0;
}
.form form {
    margin: auto;
    padding: 20px 20px 5px;
    background-color: #7fb842;
    border-radius: 10px;
    width: 80%;
}
.s-hethong {
    margin: 30px 0;
}
.s-hethong .b_title {
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0 15px;
    text-decoration: underline;
}
.s-hethong .text-left p {
    margin: 35px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #7fb842;
    font-size: 20px
}
.s-hethong .text-left span {
    font-family: 'Pacifico', cursive;
    color: #e5312e;
    font-weight: bold;
    font-size: 48px;
    line-height: .8;
}
/* BEGIN b-card-14 */
.b-card-14 {
    display: block;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
}
.b-card-14 .c_title {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 10px;
    font-weight: 500;
    transition: all 0.25s ease;
    text-transform: uppercase;
}
.b-card-14 .b_area {
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
}
.b-card-14 .b_area:last-child {
    margin-bottom: 15px;
}
.b-card-14 .b_area span.fa {
    padding-left: 18px;
    line-height: 20px;
}
.b-card-14 .b_area span.fa::before {
    top: -1px;
    color: #e5312e;
}
.b-card-14:hover .c_title {
    color: #7fb842;
}

/* END b-card-14 */

@media (min-width: 1260px) {
    .s-hethong .col-sm-4 {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .form form {
        width: 38%;
        padding: 50px 50px 35px;
    }
    .s-hethong .b_title {
        margin: 80px 0 15px;
    }
    .search-ht {
        position: sticky;
        top: -50px;
        z-index: 1;
    }
}
@media (max-width: 1259px) {
    .card-nhuongquyen::before {
        display: none
    }
}
@media (max-width: 767px) {
    .s-hethong {
        margin-bottom: 0;
    }
    .s-hethong .text-left span {
        font-size: 30px
    }
    .s-hethong .text-left {
        text-align: center !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .title {
        font-size: 20px
    }
    .b-card-14 {
        margin-bottom: 15px;
        height: calc(100% -15px);
    }
    .b-card-14 .c_title {
        font-size: 15px
    }
    .form form {
        width: 100%;
    }
    .nhuongquyen::before {
        left: 0;
    }
    .card-nhuongquyen .b_title {
        font-size: 18px
    }
}