@charset "utf-8";
.image-box-mobi {
    display: none;
}
h1 {
    font-size: 1.75rem;
}
.h-bold {
    /*text-align: center;*/
    font-weight: bold;
    font-size: 1.75rem;
}
.image-box {
    background-image: url("../images/bg.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.bg-banner {
    text-align: center;
}
.main-content {
    padding: 0px 45px;
}

.content-button {
    display: flex;
    justify-content: center;
}

.button-link {
    text-align: center;
    background: #24ac39;
    border-radius: 5px;
    color: white;
    letter-spacing: 3px;
    font-weight: bold;
}

.button-link:hover {
    color: #000 !important;
    background: #66DFB7;
}

.button-link img {
    width: 16px;
    padding: 0px 0px 5px 0px;
}

.button-link a {
    font-size: 22px;
    color: #fff;
}

.button-link {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-text {
    text-align: center;
    margin-top: 20px;
    padding: 5px;
}

.content-text p {
    padding: 10px;
}

.content-border {
    border: 1px solid #bababb;
    margin-top: 5%;
}

.contact-content {
    text-align: center;
}

.contact-content label {
    float: left;
    margin-top: 10px;
}

.content-chosen img {
    width: 100%;
}

.pd-left-right {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.p-2 p {
    font-size: 15px;
}

.title-chosen {
    background: #24ac39;
    text-align: left;
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
}

.content-details p {
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
}

.contact {
    max-width: 350px;
    margin: 20px auto;
    padding: 0px 20px;
    border: 3px solid #24ac39;
}

.btn-form {
    text-align: right;
}

.title-form {
    background: #24ac39;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}

.number {
    border: 1px solid #000000;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
}

.contract-highlight img {
    border-radius: 200px;
    border: 4px solid #24ac39;
    width: 80%;
    margin-left: 10px;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #87c440;
    border-bottom: 15px solid transparent;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.content-button {
    position: relative;
}

@media only screen and (max-width: 576px) {
    .contact-header {
        font-size: 18px;
    }
    .contact {
        max-width: 100%;
        font-size: 13px;
    }
    .title-form {
        font-size: 13px;
        margin-top: 10px;
    }
    .contract-highlight p {
        font-family: DF-KaGei-W4;
        text-align: center;
        float: left;
        font-size: 7px;
        padding: 0px;
    }
    .number {
        border: 1px solid #000000;
        border-radius: 15px;
        width: 13px;
        margin: 0px 0px 0px -15px;
        font-size: 8px;
    }
    .triangle {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 9px solid #87c440;
        border-bottom: 7px solid transparent;
    }
    .contract-highlight img {
        margin: 0px;
    }
    .button-form {
        padding: 0px;
        margin: 10px;
    }
    .image-box-mobi {
        display: block;
    }
    .image-box-mobi img {
        max-width: 100%;
    }
    .title-chosen p {
        font-size: 16px;
    }
    .main-content {
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (min-width:1200px) {
    .button-link {
        bottom: 22px;
        width: 80%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .content-border {
        min-height: 287px;
    }
}

@media screen and (min-width: 576px) and (max-width: 800px) {
    .image-box-mobi {
        display: block;
    }
    .image-box-mobi img {
        max-width: 100%;
    }
}

@media screen and (min-width: 801px) and (max-width: 991px) {
    .button-link img {
        width: 13px;
        padding: 0px 0px 5px 0px;
    }
    .button-link a {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .box-img{
        min-height: 295px !important;
    }
    .button-link img {
        width: 13px;
        padding: 0px 0px 5px 0px;
    }
    .button-link a {
        font-size: 15px;
    }
    .button-link {
        bottom: 21px;
        width: 80%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /*.box-img .title {
        min-height: 69px;
    }*/
    .h-bold {
        font-size: 33px;
    }
}

.button-form:hover {
    background: #24ac39;
    color: #fff;
}

@media screen and (min-width:768px) {
    .btn-mobile {
        display: none;
    }
    .bg-mobile {
        display: none;
    }
}


/*******/

@media screen and (max-width:767px) {
    .bg-desktop {
        display: none !important;
    }
    .button-link {
        display: none;
    }
    .btn-mobile {
        margin-top: 5%;
        text-align: center;
    }
    .btn-mobile button {
        text-align: center;
        background: #24ac39;
        height: 55px;
        border-radius: 25px;
        width: 90%;
        color: white;
        font-weight: bold;
    }
    .bg-mobile {
        width: 100%;
        height: auto;
    }
    .image-box {
        background-image: none;
    }
    .btn-mobile img {
        width: 15px;
        height: 22px;
    }
    .btn-mobile span {
        letter-spacing: 3px;
    }
    .button-form {
        width: 100%;
        border-radius: 25px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .number {
        border: 1px solid #000000;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        text-align: center;
        float: left;
    }
    .p-2 p {
        font-size: 10px;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .button-link {
        margin: 0px;
        position: absolute;
        bottom: 20px;
    }
    .number {
        border: 1px solid #000000;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        text-align: center;
        float: left;
    }
    .p-2 p {
        font-size: 12px;
    }
    .content-border {
        min-height: 260px;
    }
    .button-link {
        bottom: 12px;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .button-link img {
        width: 13px;
    }
    .title-chosen {
        font-size: 13px;
    }
    .title span{
        font-size: 14px !important;
    }
    .main-content{
        padding: 0 !important;
    }
    .h-bold {
        font-size: 26px;
    }
}

@media screen and (max-width:992px) and (min-width:769px) {
    /*.box-img .title {
        min-height: 69px;
    }*/
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .content-border {
        min-height: 287px;
    }
}

@media screen and (max-width:576px) {
    .content-border {
        min-height: 320px;
    }
    .h-bold {
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    .content-border {
        min-height: 300px;
    }
}

@media screen and (max-width:325px) {
    .content-border {
        min-height: 280px;
    }
}


/*ngoan fix css*/

.title-row-3 {
    border-bottom: 3px solid #11a911;
    border-top: 3px solid #11a911;
    color: #11a911;
    font-size: 30px;
    text-align: center;
    margin: 35px 0 0px 0;
    padding: 10px 0px 3px 0px;
    margin-bottom: 40px;
}

.main-content {
    padding: 0 20px;
}

.box-content {
    padding-left: 5px;
    padding-right: 5px;
}

.box-img {
    border: 1px solid #afafaf;
    margin-bottom: 20px;
    min-height: 275px;
}

.box-img img {
    width: 100%;
    height: auto;
}

.box-img .title {
    background: #24ac39;
    padding: 10px 0px;
    text-align: center;
}

.box-img .content {
    padding: 5px;
    font-size: 14px;
}

.title span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.div-contact {
    width: 350px;
    margin: 0 auto;
    border: 2px solid #24ac39;
    margin-top: 20px;
}

.contact-header {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    color: #24ac39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #24ac39;
}

.contact-img {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-header img {
    width: 24px;
    height: 25px;
    margin: 0px;
}

.contact-header span {
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.input-form {
    width: 90%;
    margin: 0 auto;
}

label {
    margin-bottom: 0;
    margin-top: 10px;
}

.button-form {
    width: 32%;
    background: #f68944;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-weight: bold;
    float: right;
}

.contact-box h4 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.contact-box p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
/*box-main*/
.text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px 10px 0px;
    letter-spacing: 5px;
    font-size: 20px;
}
.main-content-all{
    margin: 0;
    padding: 0 15px;
}
.box-content-all{
    padding-right: 5px;
    padding-left: 5px;
}
.box-img-all{
    border: 1px solid #afafaf;
    margin-bottom: 20px;
}
.box-img-all img{
    width: 100%;
    height: auto;
}
.title-all{
    background: #24ac39;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-all span{
    font-size: 14px;
    font-weight: bold;
    
}
.content-all{
    font-size: 14px;
    margin: 5px 5px 15px;
    height: 65px;
}

/*end box-main*/

@media screen and (min-width:1200px) {
    .main {
        max-width: 80%;
        margin: 0 auto;
    }
    .main-all {
        max-width: 72%;
        margin: 0 auto;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {

    .main{
        max-width: 100%;
    }
    .main-all{
        max-width: 100%;
    }
    #main-box{
        padding-left: 0;
        padding-right: 0; 
    }
}

@media screen and (max-width:767px) {
    #main-box {
        margin-bottom: 20px;
    }
    .main-content {
        padding: 0;
    }
    .box-img {
        min-height: 155px;
    }
    .main-all{
        max-width: 100%;
    }
    .content-all{
        height: auto;
    }
}

@media screen and (max-width:576px) {
    .title-all span{
        font-size: 16px;
    }
    .text{
        font-size: 15px;
    }
    .box-content {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content {
        padding: 0;
    }
    .div-contact {
        width: 100%;
        margin: 0;
    }
    .title-row-3 {
        margin-top: 0;
    }
    .button-form {
        width: 100%;
        border-radius: 25px;
    }
    .main-content-all{
        margin: 0;
        padding: 0;
    }
    .box-content-all{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media print {
    .bg-mobile, .btn-mobile {
        display: none;
    }

    .button-link {
        position: absolute;
        bottom: 12px;
        left: 50px;
    }
}
