<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



@media (min-width:1200px) /* lg*/ {

    .row_pc{

        margin-right: -15px;

        margin-left: -15px;

    }

    .container{

        width: 1200px;

    }

}



@media (min-width:992px) and (max-width:1199px) /* md*/{

    .list_link_hd{

        float: left !important;

    }

}



@media (min-width:768px) and (max-width:991px) /* sm*/{

    .sc_header_menu.sticky-header{

        position: relative !important;

    }

}



@media (max-width:767px) /* xs*/{

    .sc_header_menu.sticky-header{

        position: relative !important;

    }
.about_home {
    background: url(../img/bg_about.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 50px;
    position: relative;
    top: -21px !important;
}
.text_banner_home {
    position: absolute;
    top: 35% !important;
    right: 12% !important;
}
.title_top_banner h3 span {
    font-size: 17px !important;
    color: #36354d;
    font-family: 'Quicksand-Regular';
}
.title_top_banner h3 {
    font-size: 10px !important;
    color: #36354d;
    font-family: 'Quicksand-Regular';
}
.title_top_banner h1 {
    font-size: 21px !important;
    text-transform: uppercase;
    letter-spacing: -3.5px;
    color: #db4646;
    font-family: 'Quicksand-Bold';
}
.register_banner a {
    background: #00b9c6;
    color: #fff;
    text-transform: uppercase;
    font-size: 8px !important;
    padding: 6px 13px !important;
    border-radius: 5px;
    font-family: 'Quicksand-Regular';
}
.text_img_about {
    background: #0e0e0ecc;
    position: absolute;
    bottom: 4px !important;
    width: 97%;
    left: 0px;
    margin-left: 5px !important;
}
.content_about {
    margin-top: 15px;
}
.text_top_info h3 {
    color: #00b9c6;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'Quicksand-Bold';
}
.title_pro_head h2 {
    color: #2c286c;
    font-size: 20px !important;
}
.text_new_home h3 {
    font-size: 14px !important;
    font-family: 'Quicksand-Bold';
    margin-bottom: 10px;
}
.list_desc_new p {
    word-wrap: break-word;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 53px !important;
    overflow: hidden;
}

.text_new_home p {
    line-height: 17px !important;
    text-align: justify;
    font-size: 11px !important;
    font-family: 'Quicksand-Regular';
}
.box_question h3 {
    font-size: 14px !important;
    padding-left: 10px;
    color: #ea088c;
    font-family: 'Quicksand-Bold';
}
.text_question h4 {
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: 'Quicksand-Bold';
}
li.nav-link a {
    font-size: 12px !important;
}
.box_text_ques h4 {
    font-size: 10px !important;
    line-height: 17px !important;
    font-family: 'Quicksand-Bold';
    padding-bottom: 5px;
}
.title_cont_tab h2 {
    font-size: 15px !important;
}
.pic_logo_doitac {
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
}
.pic_logo_doitac img {
    height: 100%;
    object-fit: contain;
}



}



@media (max-width:480px) {

    .col-480-12{

        width: 100% !important;

    }

    .col-480-6{

        width: 50% !important;

    }

    .hidden-480{

        display: none !important;

    }

    .visible-480{

        display: block !important;

    }



}





.visible-480{

    display: none;

}

</pre></body></html>