@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Arial';
    font-size: 14px;
}

img {
    max-width: 100%;
}

.detail img {
    height: auto;
}

li {
    list-style: none;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
ul li:focus {
    outline: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 15px;
    margin-top: 7px!important;
    margin-bottom: 7px!important;
}

.clear {
    clear: both;
}
.font-weight{
    font-weight:bold
}
.none-desktop {
    display: none;
}
.input-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; font-size: 14px; }
.input-control::-moz-placeholder { color: #6c757d; opacity: 1; font-size: 14px; }
.input-control:-ms-input-placeholder { color: #6c757d; opacity: 1; font-size: 14px; }
.input-control::-ms-input-placeholder { color: #6c757d; opacity: 1; font-size: 14px; }
.input-control::placeholder { color: #6c757d; opacity: 1; font-size: 14px; }
.txt-input { width: 100%; height: 40px; background: #FFF; border: 1px solid #DDD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 3px 10px; -webkit-transition: border-color ease-in-out .15s; -o-transition: border-color ease-in-out .15s; transition: border-color ease-in-out .15s; outline: none; }
.txt-input:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
.txt-input::-webkit-input-placeholder { color: #999; font-family: 'Roboto'; font-weight: 400; font-size: 14px; }
.txt-input:-moz-placeholder { color: #999; font-family: 'Roboto'; font-weight: 400; font-size: 14px; }
.txt-input::-moz-placeholder { color: #999; font-family: 'Roboto'; font-weight: 400; font-size: 14px; }
.txt-input:-ms-input-placeholder { color: #999; font-family: 'Roboto'; font-weight: 400; font-size: 14px; }

.mfix {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001!important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0px 10px;
}

.row {
    margin: 0px -10px;
}

.fix-row-5 {
    margin: 0px -5px;
}

.fix-col-5 {
    padding: 0px 5px;
}

.fix-row-2 {
    margin: 0px -2px;
}

.fix-col-2 {
    padding: 0px 2px;
}

.fix-row-1 {
    margin: 0px -1px;
}

.fix-col-1 {
    padding: 0px 1px;
}

.fix-row-0 {
    margin: 0px;
}

.fix-col-0 {
    padding: 0px;
}

@media(max-width:1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-35 {
        width: 33.33%;
    }
    .col-10 {
        width: 10%;
    }
    .col-15 {
        width: 15%;
    }
    .col-20 {
        width: 20%;
    }
    .col-25 {
        width: 25%;
    }
    .col-26 {
        width: 26%;
    }
    .col-30 {
        width: 30%;
    }
    .col-40 {
        width: 40%;
    }
    .col-50 {
        width: 50%;
    }
    .col-60 {
        width: 60%;
    }
    .col-70 {
        width: 70%;
    }
    .col-74 {
        width: 74%;
    }
    .col-75 {
        width: 75%;
    }
    .col-80 {
        width: 80%;
    }
    .col-90 {
        width: 90%;
    }
    .col-100 {
        width: 100%;
    }
    .fix-row-40 {
        margin: 0px -40px;
    }
    .fix-col-40 {
        padding: 0px 40px;
    }
    .fix-row-25 {
        margin: 0px -25px;
    }
    .fix-col-25 {
        padding: 0px 25px;
    }
    .fix-row-30 {
        margin: 0px -30px;
    }
    .fix-col-30 {
        padding: 0px 30px;
    }
    .fix-row-20 {
        margin: 0px -20px;
    }
    .fix-row-15 {
        margin: 0px -15px;
    }
    .fix-col-15 {
        padding: 0px 15px;
    }
    .fix-row-10 {
        margin: 0px -10px;
    }
    .fix-col-10 {
        padding: 0px 10px;
    }
    .fix-row-20 {
        margin: 20px -20px;
    }
    .fix-col-20 {
        padding: 0px 20px;
    }
    .fix-wid-20 {
        width: 20% !important;
    }
}

@media(max-width:768px) and (min-width:460px) {
    .col-mn-6 {
        width: 50%;
    }
    .col-mn-5 {
        width: 42%;
    }
    .col-mn-7 {
        width: 58%;
    }
    .col-mn-4 {
        width: 33.33%;
    }
    .col-mn-8 {
        width: 66.67%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
    .container-fluid {
        width: 100%;
        padding: 0;
    }
}

@media(min-width: 992px) {

}

@media(max-width: 992px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 25px;
        font-size: 20px;
    }
    .fix-col-5i {
        padding: 0px 5px!important;
    }
    .pd-0i{
        padding:0!important
    }
    .mt-20i{
        margin-top: 20px!important
    }
    .none-mobile {
        display: none!important;
    }
    .ds-mobile {
        display: block!important;
    }
    .items-chitieu{
        border-left: none!important
    }
    .section-mail{
        background: #3b3939b8!important
    }
    .feedback-slide .slick-center .desc-feedback{
        width: 100%!important;
        left: 0!important;
    }
    .max-width{
        max-width: 100%;
    }
}

@media(min-width: 1024px) {

}