* {
    padding: 0;
}

a {
    color: #283f6c;
}

body {
    font-family: 'Roboto-Regular';
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype')
}
/**
 * HEADER
 */
.c_mess {
    color: red;
}

.header {
    box-shadow: 0px 3px 7px -1px #0c0c0c;
    z-index: 9;
    position: relative;
    overflow: unset;
}

.header__header {
    padding: 10px 0px;
    background: #f8fcfd;
    display: flex;
    align-items: center;
}

.topbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo {
    margin: 0;
}

    .logo img {
        width: auto;
        margin: 0;
    }

.language {
    position: absolute;
    top: 12px;
    right: 0;
}

.header-top {
    background: #283f6c;
    padding: 10px 0;
    font-size: 14px;
}

.header__menu {
    margin-top: 25px;
}

.header-top p {
    color: #fff;
    margin: 0;
}

.header-top .pull-right {
    display: flex;
}

    .header-top .pull-right p {
        margin-right: 10px;
    }

.header-top p i {
    padding-right: 5px;
}
/**
 * SLIDER
 */
.slider {z-index: -1;}

.owl-nav button {
    position: absolute;
    margin: 0 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-nav button span {
    font-size: 40px;
    color: #fff;
    padding: 0;
}

.owl-nav .owl-prev {
    left: -22px;
    top: 37%;
    background: #aaced7;
    padding: 0px 15px;
    font-size: 28px;
}

.owl-nav .owl-next {
    top: 37%;
    right: -20px;
    background: #aaced7;
    padding: 0px 15px;
    font-size: 28px;
}

/**
 * HOTLINE
 */

/**
 * SEARCH-FORM
 */
.search-form {
}

    .search-form .buttom-search {
        line-height: 24px;
        border-radius: 20px !important;
        background-color: #83b8c6;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        height: 39px;
        padding: 0 30px;
    }

    .search-form input.form-control {
        line-height: 42px;
        height: 40px;
        background: #fff;
        color: #444;
        border-radius: 20px;
        width: 70%;
        float: right;
        margin-right: -10px;
    }

    .search-form .form-control {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .search-form .form-group {
        margin: 0;
    }

.v2_bnc_hotline_email {
    float: right;
}

    .v2_bnc_hotline_email .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }

        .v2_bnc_hotline_email .wrap .img {
            width: 50px;
            height: 50px;
            display: block;
            float: left;
            line-height: 50px;
            text-align: center;
        }

            .v2_bnc_hotline_email .wrap .img img {
                max-width: 100%;
            }

        .v2_bnc_hotline_email .wrap .content {
            margin-left: 15px;
            display: block;
            float: left;
            width: calc(100% - 50px - 15px);
            -moz-width: calc(100% - 50px - 15px);
            -webkit-width: calc(100% - 50px - 15px);
            -o-width: calc(100% - 50px - 15px);
            -os-width: calc(100% - 50px - 15px);
        }

            .v2_bnc_hotline_email .wrap .content p {
                font-family: Roboto-Regular;
                font-weight: 700;
                font-size: 18px;
                color: #ff0000;
                line-height: 24px;
                height: unset;
                margin-bottom: 0px;
            }

            .v2_bnc_hotline_email .wrap .content a {
                font-family: Roboto-Regular;
                font-size: 20px;
                font-weight: 700;
                color: #ff0000;
                text-decoration: none;
                line-height: 24px;
                height: unset;
            }
/*
======================================
[ Menu Main ]
======================================
*/
nav.menu-primary {
    position: relative;
}

nav.menu-primary {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    height: 52px;
    overflow: unset;
}

    nav.menu-primary ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0;
        display: inline-block;
        padding-right: 90px;
    }

    nav.menu-primary > ul > li {
        position: relative;
        display: inline-block;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        width: auto;
        text-align: right;
        margin: 0 25px;
    }

        nav.menu-primary > ul > li:last-child {
            border: none;
        }

        nav.menu-primary > ul > li > a {
            color: #3e3e3e;
            text-decoration: none;
            padding: 15px 0;
            display: block;
            font-size: 15px;
            font-family: Roboto-Regular;
        }

        nav.menu-primary > ul > li:hover > a, nav.menu-primary > ul > li.current-menu-item > a {
            color: #da271e;
        }

        nav.menu-primary > ul > li > a:after {
            background: transparent;
            content: '';
            width: 0;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition: width 0.2s ease;
            -moz-transition: width 0.2s ease;
            -o-transition: width 0.2s ease;
            transition: width 0.2s ease;
        }

        nav.menu-primary > ul > li:hover > a:after, nav.menu-primary ul li.current-menu-item > a:after {
            background: #da271e;
            width: 100%;
        }

        nav.menu-primary > ul > li:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        nav.menu-primary > ul > li:hover:before, nav.menu-primary > ul > li.current-menu-item:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.menu {
}

.widget-area .menu {
}

    .widget-area .menu li {
        display: block;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        .widget-area .menu li a:before {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-size: 10px;
            padding-right: 10px;
        }

.menu-primary > ul > li > ul.sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    z-index: 99999999999;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 82%;
}

.menu-primary ul.sub-menu {
    background: #283f6c;
}

    .menu-primary ul.sub-menu li {
        padding: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.18);
        text-align: left;
        position: relative;
    }

        .menu-primary ul.sub-menu li:last-child {
            border: none;
        }

        .menu-primary ul.sub-menu li a {
            color: #fff;
            text-transform: none;
            text-transform: uppercase;
        }

        .menu-primary ul.sub-menu li:hover > a {
            color: #fff600;
        }

.menu-primary ul li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

.menu-primary ul.sub-menu li > ul {
    left: 200px;
    top: 0;
    width: 200px;
    display: none;
    position: absolute;
    z-index: 99999;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

nav.menu-primary ul li.hot > a:before {
    content: "Hot";
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #d40736;
    color: #fff;
    padding: 2px 5px;
}

nav.menu-primary ul li.hot:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #d40736 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 8px;
}

.menu {
    text-align: right;
}

.header-form {
    /* float: right; */
    padding-top: 8px;
}

.search-form {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: -20px; */
    /* transition: 0.4s ease; */
    /* width: 40%; */
    /* transition: 1s ease-in-out; */
}

    .search-form.search-form-hien {
        display: block;
        transition: 1s ease-in;
    }

button.btn.buttom-search i {
    font-size: 18px;
}

.header-form i {
    font-size: 19px;
}
/**
 * MENU RESPONSIVE
 */
.menu-responsive {
    background: #da251c;
    top: 0;
    height: 100%;
    position: fixed;
    width: 300px;
    z-index: 9999;
    overflow-y: scroll;
    display: none;
    transition: all 0.2s ease-out;
}

.menu-icon {
    -webkit-animation-duration: .60s;
    animation-duration: .60s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 500ms cubic-bezier(1.000,0.000,0.000,1.000);
    position: absolute;
    left: 10px;
    z-index: 9999;
    top: 39px;
    transform: translateY(-50%);
}

    .menu-icon span {
        position: absolute;
        top: 10px;
        color: #444;
    }

.menu-close {
    cursor: pointer;
    background: #5f1b17;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
}

    .menu-close i {
        padding: 10px 15px;
        background: rgba(0,0,0,0.23);
        font-size: 30px;
    }

    .menu-close span {
        float: left;
        text-transform: uppercase;
        margin: 15px;
    }

.menu-open {
    color: #000;
    font-family: Arial;
    font-size: 25px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
}

    .menu-open i.fa-search {
        font-size: 20px;
        margin: 5px 20px;
        float: left;
        padding: 8px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

.menu-responsive ul {
    list-style: none;
    padding: 0;
}

.menu-responsive > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    transition: 0.4s ease
}

    .menu-responsive > ul > li > a {
        color: rgba(255,255,255,0.9);
        font-size: 15px;
        padding: 10px;
        display: block;
        text-transform: uppercase;
    }

.menu-responsive > ul li > ul > li > a {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    padding: 10px 20px 10px;
    display: block;
}

.menu-responsive ul li a:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    position: absolute;
    right: 10px;
    top: 13px;
}

.menu-responsive ul li a.dcjq-parent:before {
    content: "\f067";
}

.menu-responsive ul li a.dcjq-parent.active:before {
    content: "\f068";
}

.menu-responsive > ul > li > ul > li > ul li {
    padding-left: 20px;
    position: relative;
}

.menu-responsive > ul > li > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.17);
}

.menu-responsive ul li a.active {
    border-bottom: 1px solid rgba(255,255,255,0.17);
}

.menu-responsive > ul > li > ul > li > ul li a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 13px;
}

/**
 * widget
 */
.widget-area {
}

    .widget-area .widget {
        background: #f1f1f1;
        padding: 5px 5px 5px;
        margin-top: 30px;
        text-align: justify;
    }

        .widget-area .widget .post-sidebar {
            background: #fff;
            padding: 5px 5px 0;
        }

    .widget-area .widget-title {
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
/**
 * TITLE
 */
h1, h2, h3, h4, h5, h6 {
    color: #d60300;
    font-weight: bold;
}

h2 {
    font-size: 23px;
    line-height: 1.3;
}

h3 {
    font-size: 19px;
    line-height: 1.4;
}

h4 {
    font-size: 17px;
}

h1.title_name {
    font-size: 25px;
    margin-top: 0;
}

.h1-title {
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #da251c;
    line-height: 1.3;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

    .h1-title span {
        border-bottom: 1px solid;
    }

.h2-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    position: relative;
    color: #283f6c;
    font-family: 'OldStandard-Bold';
}

.h3-title {
    font-size: 29px;
    position: relative;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 30px;
}

    .h3-title a, .h3-title span {
        color: #da251c;
        line-height: 1.4;
    }

.title-medium {
    font-size: 20px;
    color: #283f6c;
    padding: 0;
}

.interest .title-medium {
    color: #fff;
}

.awe-section-3 {
    margin-bottom: 20px;
    padding-top: 30px;
}

.abouts-us-home {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 10px;
}

.about-us-content-home {
    margin-top: 25px;
}

.about-us-list-home {
    padding: 0;
}

    .about-us-list-home li {
        margin-bottom: 47px;
    }

.about-us-img {
    float: left;
    max-width: 106px;
    margin-right: 11px;
    margin-top: 0;
    position: relative;
    height: 116px;
}

.about-us-content-title {
    font-size: 25.17px;
    text-transform: uppercase;
    margin: 0px;
}

    .about-us-content-title a {
        color: #000;
    }

.about-us-content-desc {
    color: #010101;
    font-size: 14.08px;
    text-align: justify;
}

.album-img-one {
    float: left;
    position: relative;
    height: 369px;
    overflow: hidden;
    width: 100%;
}

    .album-img-one img {
        width: 100%;
    }

.image-hover-line .effect-line {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

    .image-hover-line .effect-line:before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: scale(0,1);
        -moz-transform: scale(0,1);
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
    }

    .image-hover-line .effect-line:after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: scale(1,0);
        -moz-transform: scale(1,0);
        -webkit-transform: scale(1,0);
        -ms-transform: scale(0,1);
        transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
    }

    .image-hover-line .effect-line:hover:after, .image-hover-line .effect-line:hover:before {
        transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
    }

.album-thumbs-home {
    margin-top: 35px;
}

.album-img-tow {
    float: left;
    width: 100% !important;
    position: relative;
    height: 174px;
    overflow: hidden;
    margin: 0 0 20px;
}

.image-hover-line img {
    width: 100%;
    object-fit: cover;
}

.new-one {
    position: relative;
}

.new-one-img {
    height: 378px;
    overflow: hidden;
}

    .new-one-img img {
        width: 100%;
        height: 378px;
        object-fit: cover;
    }

.new-one-content {
    background: #00000047;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 78px;
    padding: 1px 21px 0 12px;
    z-index: 999999;
    color: #fff;
}

.new-one-title {
    width: 100%;
}

    .new-one-title a {
        font-size: 21px;
        color: #fff;
    }

.news-two {
    margin: 0 0 23px 0;
}

@media(min-width: 1200px) {
    .news-two {
        padding-left: 0;
    }
}

.new-two-img {
    width: 36%;
    max-width: 100%;
    float: left;
    position: relative;
    margin-right: 11px;
}

    .new-two-img img {
        height: 77px;
        object-fit: cover;
    }

.new-two-title {
    margin: 0px;
}

    .new-two-title a {
        font-size: 15px;
        font-weight: 700;
        color: #000;
    }

.col-left-news {
    margin-bottom: 22px;
}

    .col-left-news img {
        height: 110px;
    }

.rte-summary ul li {
    position: relative;
    padding-left: 20px;
    line-height: 35px;
    margin-bottom: 0;
    list-style: none;
}

    .rte-summary ul li:before {
        display: block;
        position: absolute;
        content: "\f06b";
        font-family: "FontAwesome";
        color: #da251c;
        left: 0;
        top: 0;
    }
/**
 * POST
 */
.post-content {
    padding: 10px 0;
    display: inline-block;
}

.post-img {
    position: relative;
}

.archive__content .post-img .post-date, .single__content .post-img .post-date {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: #0000003d;
    color: #fff;
}

.post-sidebar .post-img {
    width: 40%;
    float: left;
}

.post-sidebar .post-header {
    width: 60%;
    float: left;
}

.archive .post-img img, .single .post-img img {
    height: 180px;
}

.post-sidebar .post-img img {
    height: auto;
    width: 100%;
}

h2.entry-title {
    font-size: 17px;
    line-height: 1.2;
}

.post-title a {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
    /* text-transform: uppercase; */
}

.detail-title {
    color: #958040;
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-text .button {
    margin-top: 1em;
}

.post-sidebar .post-title a {
    font-size: 14px;
    -webkit-line-clamp: 3;
    height: 56px;
    padding: 0 0 0 10px;
    text-align: left;
}

.post-sidebar .post-title {
    padding: 0;
}

.post-title {
    padding: 10px 0 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-title {
    padding: 10px 0 0 0;
}

.post-date {
    font-size: 13px;
    padding: 7px 0;
    display: block;
}

section#home-brands {
    margin-bottom: 25px;
}

.post-text {
    font-size: 16px;
    line-height: 1.5;
    height: 66px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-meta {
    padding: 5px;
}

.khung-tintuc {
    padding: 5px;
    overflow: hidden;
}

.archive .teacher, .single .teacher {
    background: none;
}

.archive .teacher-item, .single .teacher-item {
    margin: 0 auto;
    text-align: center;
}

blockquote {
    font-size: 16px
}

/*Gioi-thieu*/
h2.h2-title-gt {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
    text-align: left;
}

p.p-title-gt {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 10px;
}

.gachduoi {
    width: 50px;
    height: 2px;
    background: #b24a3b;
    margin-bottom: 10px;
}

.container-gioithieu {
    background: rgb(241, 241, 241);
}

.icon-box-img {
    padding-top: 24px;
    padding-right: 13px;
    width: 10%;
}

    .icon-box-img i {
        font-size: 30px;
        color: #c57b71;
    }

.icon-box {
    display: inline-flex;
    padding-top: 7px;
    width: 100%;
    margin-bottom: 20px;
}

.icon-box-text {
    width: 90%;
}

.icon-box {
    display: inline-flex;
}

section.gioithieu {
    background: rgb(241, 241, 241);
}

.p-gt {
    text-align: justify;
}

.icon-box-text p {
    text-align: justify;
}

.btn_services {
    width: 100%;
    background: #83b8c6;
    border-color: #83b8c6;
    padding: 10px 0;
}
/**
 * NAVIGATION
 */
.navigation.pagination {
    clear: both;
    display: block;
    padding-top: 12px;
    padding-left: 14px;
}

    .navigation.pagination a, .navigation.pagination span {
        color: #fff;
        padding: 5px 10px;
        background: #283f6c;
    }

        .navigation.pagination a:hover, .navigation.pagination span:hover {
            background: #2bc4de;
        }

/**
 * SINGLE
 */
.single__content .col-md-9 article {
    text-align: justify;
    clear: both;
}

.single__content article p a {
    color: #ca3c08;
}

.btn-ngocthang, input[type="submit"] {
    background: #da251c;
    color: #fff;
    border: 1px solid #da251c;
}

.xemthem {
    margin: 0 auto;
    text-align: center;
}

.nav-previous {
    padding-left: 20px;
}

    .nav-previous a {
        font-style: italic;
        color: #ed1c24;
        font-weight: bold;
    }


.owl-theme .owl-nav {
}

.readmore a {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

.readmore {
    margin: 15px auto;
    text-align: center;
    clear: both;
    animation: colorBackground 0.5s infinite;
    -webkit-animation: colorBackground 5s infinite;
    -moz-animation: colorBackground 5s infinite;
    -o-animation: colorBackground 0.5s infinite;
    width: 110px;
    padding: 5px;
    border-radius: 34px;
    transition: 0.4s ease;
}

@keyframes colorBackground {
    0% {
        background-color: #0671b3;
        color: white;
    }

    50% {
        background-color: #27d92f;
        color: yellow;
    }

    100% {
        background-color: #ef830e;
        color: yellow;
    }
}

/**
 * SECTION
 */
.section {
    padding: 40px 0 30px;
}

    .section .h2-title a, .section .h2-title {
        color: #283f6c;
        font-size: 26px;
        font-family: 'OldStandard-Bold';
        background-repeat: no-repeat;
        background-position: bottom;
    }

.diem-xanh {
    background: url(images/icon6.png);
    background-position: center bottom;
    display: block;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.dichthuat-item .diem-xanh {
    background-position: center top;
    padding-bottom: 0;
    padding-top: 15px;
    background-size: 33%;
    font-size: 15px;
    color: #000;
}

/**
**DICH THUAT 
**/
.dichthuat {
    padding-top: 0;
}

.dichthuat-item {
    float: left;
    width: 33.33%;
    padding: 15px;
}

    .dichthuat-item p {
        font-size: 19px;
        line-height: 1.5;
        width: 100%;
        margin: 0 auto;
        height: 87px;
        margin-top: 10px;
    }

.dichthuat-list .dichthuat-item:nth-child(7), .dichthuat-list .dichthuat-item:nth-child(8) {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    padding: 0 106px;
}

.dichthuat-list {
    display: inline-block;
}

    .dichthuat-list .btn p {
        height: auto;
    }

.dichthuat-item img {
    width: 31%;
    margin: 0 auto;
}

.modal-header .close {
    margin-top: -22px;
}

.product1-nd {
    text-align: center;
    overflow: hidden;
}

.modal-body .item1 {
    display: inline-block;
    float: left;
    width: 50%;
}

.dichthuat-item button p {
    margin-top: 0;
}

.list-title h3 {
    font-size: 25px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-weight: normal;
}
/**
* NEWS
**/
.news {
}

.news__left .post-meta {
    padding: 10px;
    color: #000;
}

.news__left {
    padding: 15px;
}

    .news__left img {
        height: 240px;
    }

    .news__left .post-title a {
        color: #007bd4;
        height: auto;
    }

.news__right {
    clear: both;
    display: inline-block;
    padding: 15px 0;
}

    .news__right img {
        height: 160px;
    }

    .news__right .post-meta {
        padding: 0 10px;
        text-align: justify;
    }

    .news__right .post-title a {
        color: #007bd4;
        height: auto;
        font-size: 15px;
    }

    .news__right .post-title {
        padding: 0;
    }

/**
 * Benifit
 */
.benifit {
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 20px 0 30px;
    background-size: cover;
}

.benifit-title {
    padding: 20px 0 10px 0;
}

.benifit-item p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.benifit-img img {
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

.benifit-item {
    margin: 10px 0;
}

/**
 * Info
 */
img.img-responsive.info-left.wow.fadeInLeft {
    height: 473px;
}

.info { /* margin-bottom:60px; */
}

    .info p {
        text-align: justify;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
        color: #000;
    }

.info-left {
    margin: 0 auto;
}

.info-right {
    background: #fff;
}

    .info-right .h3-title {
        font-size: 16px;
        text-align: left;
        margin: 10px 0 0;
    }

    .info-right .h2-title {
        text-align: left;
        margin: 10px 0;
    }

.info-video-image {
    border-radius: 10px;
    margin: 0 auto;
}

.info-video {
    position: relative;
}

    .info-video button {
        position: absolute;
        top: 33%;
        left: 50%;
        background: none;
        transform: translateX(-50%);
        border: none;
    }

        .info-video button:active, .info-video button:hover {
            border: none;
            box-shadow: none;
        }

        .info-video button img {
            width: 86px;
        }

/**
 * Archivement
 */
.archivement {
    background: url(images/archivement.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 0;
    background-size: cover;
    margin: 20px 0;
}

    .archivement .h2-title a {
        color: #fff;
    }

    .archivement img {
        float: left;
        width: 15%;
        padding: 10px;
    }

.archivement-content {
    float: left;
    width: 85%;
    padding: 5px 0 5px 20px;
    text-align: left;
    color: #007bd4;
}

.archivement-item {
    margin: 3px auto;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 3px;
    width: 90%;
}

.archivement-right {
    text-align: justify;
}

.archivement-title {
    font-weight: bold;
    font-size: 16px;
}

.archivement-content p {
    color: #000;
    margin: 0;
}

.archivement-title span {
    font-size: 24px;
    letter-spacing: 1px;
}

/**
 * INTEREST
 */
.interest {
    padding: 40px 0 40px;
    color: #007bd5;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/why_banner.png) no-repeat;
    margin-bottom: 20px;
}

    .interest .col-md-6 > img {
    }

.interest-item img {
    float: left;
    width: 8%;
    margin-top: 7px;
}

.interest-content {
    float: left;
    width: 90%;
    padding: 0 20px 20px;
}

    .interest-content p {
        color: #fff;
        font-size: 17px;
        line-height: 1.5;
    }

.interest-item {
    background: #fff;
    display: block;
}
/**
 * KINH NGHIEM
 */
.kinhnghiem {
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.kinhnghiem-title {
    text-align: center;
    font-family: 'OldStandard-Bold';
    font-size: 25px;
}

p.kinhnghiem-nd {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.kinhnghiem-nd {
    padding: 10px 0;
}

.support-nd {
    margin: 15px 0px;
    text-align: center;
}

.support-nd-icon {
    display: block;
}

    .support-nd-icon img {
        width: 30%;
        margin: 0 auto;
    }

.support-nd p {
    font-size: 16px;
    line-height: 1.5;
}
/**
 * Gia su
 */
.teacher {
    background: #fff;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
    background-repeat: repeat !important;
    background-size: auto !important;
    transition: 0.4s ease;
    background-position: center;
}

    .teacher .h3-title, .teacher .post__header .h2-title {
        text-align: left;
        color: #283f6c;
    }

.teacher-item {
    position: relative;
    z-index: 1;
    padding: 20px;
}

    .teacher-item img {
        height: 285px;
        width: auto
    }

    .teacher-item:hover img {
        transform: scale(1.02);
    }

    .teacher-item img {
        transition: 0.4s ease;
    }

.teacher-info {
    background: linear-gradient(45deg,#29406e,#044e9a);
    padding: 7px 5px;
    box-shadow: 0px 2px 8px #0d1d3c;
    text-align: center; /* position:absolute; */ /* bottom: 23%; */ /* left:50%; */ /* transform:translateX(-50%); */
    font-weight: bold;
    width: 140px;
    background-color: white;
    z-index: 11;
    position: relative;
    margin: -32px auto 6px auto;
}

.teacher-mota {
    background: linear-gradient(90deg,#283f6c,#2a4271);
    padding: 10px 5px;
    box-shadow: 0px 2px 8px #8888885e;
    text-align: center;
    margin: 10px 0;
    color: #ffff;
}

    .teacher-mota p {
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.teacher-info a {
    color: #fff;
}

@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}

/**
 * Animate
 */
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

/**
 * Customer
 */
.customer {
    background: url(images/khachhang.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    color: #fff;
    padding: 60px 0;
}

    .customer .h2-title a, .footer .h2-title span {
        color: #fff;
    }

.customer-content {
    padding: 40px 20px 40px 100px;
    border: 1px solid #ececec;
    border-radius: 10px;
    color: #000000;
    background: #fff;
    text-align: justify;
    margin: 0 0 0 50px;
}

.customer-item {
    position: relative;
}

.customer-info {
    position: absolute;
    top: 8%;
    left: 7px;
}

.customer-item img {
    width: 100px;
}

.customer-title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding: 10px 0;
}

/**
*FORM
**/
.contact-form .input-group {
    margin-bottom: 10px;
    float: left;
}

    .contact-form .input-group br {
        display: none;
    }

.contact-form .form-margin .input-group {
    margin-bottom: 10px;
}

.contact-form .input-group .input-group-addon {
    border-radius: 0px;
    background-color: #da251c;
    border: none;
    position: relative;
}

    .contact-form .input-group .input-group-addon i {
        color: #ffffff;
        font-size: 22px;
        width: 24px;
        height: 24px;
    }

.contact-form .input-group .form-control {
    background-color: #f5f5f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 15px 15px;
    color: #fab700;
    font-size: 14px;
    min-height: 50px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #444;
}

:-moz-placeholder {
    color: #444;
}

::-moz-placeholder {
    color: #444;
}

:-ms-input-placeholder {
    color: #444;
}

/**
* BREADCRUMBS
**/
.breadcrumbs {
    background: #f1f1f1;
    color: #283f6c;
    padding: 10px 0;
}

    .breadcrumbs a {
        color: #283f6c;
    }

/**
* PAGE
**/
.page__content p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.page-lien-he {
    color: #000;
    background-position: bottom;
    background-size: cover;
    padding: 20px 0;
}

    .page-lien-he li {
        display: block;
        padding: 8px 0;
    }

        .page-lien-he li i {
            color: #da251c;
            padding-right: 5px;
        }

.page__content a {
    color: #ca3c08;
}

    .page__content a:hover {
        color: #17df14;
    }
/**
 * Back to top
 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 39px;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

    .back-to-top i {
        background: #3aa5ed;
        padding: 0px 5px;
        color: #ffffff;
        font-size: 24px;
        border: 1px solid #95ccf1;
        font-weight: bold;
        border-radius: 50%;
    }

/**
 * Social
 */
.title-comment i {
    color: #fe7100;
    margin-right: 10px;
    margin-top: 10px;
}

.title-comment span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

span.color-red {
    color: #fe7100;
}

/****HOTLINE******/
.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 9999;
}

.social-button-content {
    display: none;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 40px;
    height: 40px;
    background: #0095ff;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #115688;
    opacity: .1;
    border-color: #1b99cb;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #378cca;
    opacity: .75;
}

.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: #5fb1ec;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes

"headerAnimation" {
    0%

{
    margin-top: -70px;
}

100% {
    margin-top: 0;
}

}
@keyframes

"headerAnimation" {
    0%

{
    margin-top: -70px;
}

100% {
    margin-top: 0;
}

}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #115688 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}


/*TIN TUC*/
section.tintuc {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

h2.h2-title {
    font-weight: 700;
    text-align: center;
    margin-top: 23px;
}

.tintuc .gachduoi {
    margin: auto;
    margin-bottom: 29px;
}

.infor-tintuc {
    padding: 18px;
    /* padding-top: 12px; */
    padding-left: 15px;
    padding-right: 11px;
    /* justify-content: center; */
    text-align: justify;
    padding-bottom: 8px;
    background: #fff;
}

p.p-tieude {
    color: #b24a3b;
    font-weight: bold;
}

p.time {
    font-size: 11px;
}

.khung-tintuc:hover img {
    transform: scale(1.1);
    transition: opacity 0.1s, transform 0.6s, background-color 0.3s;
    /* border: 2px solid #b24a3b; */
}

.post-meta .is-divider {
    margin-top: 3px;
    margin-bottom: 4px;
    height: 2px;
}

.khung-tintuc-button {
    color: #da251c;
    margin-top: 10px;
    font-size: .8em;
    border: 2px solid currentColor;
    background-color: transparent;
    letter-spacing: .03em;
    padding: 5px 15px;
    text-transform: uppercase;
    display: inline-block;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
}

.khung-tintuc-button:hover {
    color: #000;
    background: #83b8c6;
    border: 2px solid #83b8c6;
}

.khung-tintuc img {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    object-fit: contain;
}

/*doitac*/
h2.h2-title-type {
    font-weight: 700;
    margin-top: 38px;
}

.home-section-title .gachduoi {
    margin: auto;
}

h2.h2-title-type {
    font-weight: 700;
    margin-top: 38px;
    font-family: 'OldStandard-Bold';
    text-transform: uppercase;
}

.home-brand-slider-wrapper {
    margin-bottom: 36px;
}

.home-section-title .gachduoi {
    margin: auto;
    margin-bottom: 26px;
}

.khach-hang .gachduoi {
    margin-left: auto;
    margin-right: auto;
}

h2.h2-kh {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-family: 'OldStandard-Bold';
}

.khach-hang p.p-kh {
    font-weight: 700;
    text-align: center;
}

.boc-kh img {
    margin-left: 105px;
}

p.p-kh {
    text-align: center;
    color: #0b74d6;
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.boc-kh p {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
}

section.khach-hang {
    padding: 30px 0 30px;
    background: #fff;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
    background-repeat: repeat !important;
    background-size: auto !important;
    transition: 0.4s ease;
    background-position: center;
}

.owl-carousel .owl-item .boc-kh img {
    margin: auto;
    width: 104px;
}

.col-inner {
    padding: 10%;
    background: #fff;
    padding-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    border: solid 2px #fff;
}

    .col-inner:hover {
        border: solid 1px #ececec;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(138,138,138,1);
        -moz-box-shadow: 0px 0px 13px 0px rgba(138,138,138,1);
        box-shadow: 0px 0px 13px 0px rgba(138,138,138,1);
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

/*hotro*/
.hotro {
    background: linear-gradient(#000000c9,#00000073),url(images/back-ho-tro.jpg);
    background-size: cover;
    height: auto;
    background-position: center;
    color: #FFF;
}

    .hotro p, .hotro h2, .hotro a, .hotro h3 {
        color: #FFF;
    }

    .hotro h2 {
        font-weight: 700;
        margin-top: 38px;
        font-family: 'OldStandard-Bold';
        text-transform: uppercase;
    }

    .hotro .owl-nav {
        display: none;
    }

.hotro-title {
    text-align: center;
}

.danhmuc {
    display: unset;
    padding: 20px 0;
}

p.p-phong {
    color: #FFF;
    font-size: 19px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#wp-slider {
    margin: 0 auto;
    text-align: center;
}

.item3 {
    position: relative;
}

    .item3 img {
        margin: 0 auto;
    }

.item3-nd {
    text-align: center;
}

.item3 span {
    padding-left: 6px;
    font-size: 16px;
    line-height: 1.5;
}

.danhmuc .item3 img {
    width: 124px;
    height: 125px;
}


/*-------------business--------*/
section.business {
    background: url(images/backgr.jpg);
    margin-top: -18px;
}

.business-index .counter {
    color: white;
}

.business h2 {
    color: white;
    text-align: center;
    padding-top: 37px;
    margin-bottom: 7px;
}

.business.gachduoi {
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    width: 72px;
}

.business-icon img { /* text-align: center; */
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.business-icon img {
    text-align: center;
}

.business-index .counter {
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

.business-index .gachduoi {
    margin-top: 4px;
    margin-bottom: unset;
}

.business-index p {
    color: white;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 21px;
}

.tintuc .h2-title {
    margin-bottom: 8px;
}

.tintuc .funtion {
    margin-bottom: 20px;
}
/*------------------*/
/*product1*/
.product1 {
    padding-bottom: 20px;
}

.product1-title {
    position: relative;
    text-align: center;
    font-family: 'OldStandard-Bold';
    font-size: 25px;
}

.product1-p {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    color: #283f6c;
}

    .product1-p:hover {
        color: blue;
    }

.product1-nd {
    text-align: center;
}

.bg1 .item1, .bg2 .item1 {
    width: calc(25% - 4px);
    display: inline-block;
    margin: 15px 0;
}

.bg3 .item1 {
    width: calc(20% - 4px);
    display: inline-block;
    margin: 15px 0;
}

.item1 a {
    text-decoration: none;
}

.item1 img {
    margin: 0 auto;
}

.item1 p { /* text-transform: uppercase; */
    text-align: center;
    color: black;
    margin: 10px 0;
    font-size: 15px;
}

    .item1 p:hover {
        color: red;
    }

.bg2 {
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*product2*/
.product2 {
    padding-bottom: 20px;
}

.product2-title {
    text-align: center;
    margin-top: 0px;
}

.funtion {
    background: url(images/icon6.png);
    background-repeat: no-repeat;
    height: 35px;
    background-position: center;
}

.product2 .row .col-sm-4:nth-child(4) {
    clear: both;
}

.product2-nd {
    text-align: center;
}

.item2 {
    margin: 20px 0;
}

    .item2 img {
        margin: 0 auto;
    }

.item2-sp {
    width: 160px;
    height: auto;
    padding-bottom: 20px;
}

.item2 p {
    font-family: RobotoSlab;
}


/*------------FOOTTER-----------------*/
ul li {
    list-style-type: none;
}

footer {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../images/bg_footer.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.companyname {
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0 0 40px;
}

#footer .social-footer {
    margin-top: 20px;
}

    #footer .social-footer a {
        color: #fff;
        padding: 1px 9px;
        border: unset;
        font-size: 22px;
        border-style: unset;
    }

.img_footer {
    width: 120px;
}

.infomation-company p {
    margin-bottom: 15px;
    font-size: 18px;
}

.infomation-company .fa {
    color: #da251c;
}

.footerContent h5 {
    font-size: 19px;
    color: #ffffff;
    line-height: 21px;
    margin: 0 0 45px;
    text-transform: uppercase;
    font-weight: normal;
}

footer ul li {
    color: #fff;
    margin-left: 0;
    padding-bottom: 5px;
}

#footer ul > li > a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.footer_link {
    color: #fff;
    background: #5ca2b4;
    padding: 10px 40px;
    display: inline-block;
    font-size: 25px;
    border-radius: 50px;
    margin-top: 20px;
}

.li-lienhe i {
    padding-right: 10px;
}

h4.h3-title {
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 2px;
    margin-top: 0;
}

li.li-lienhe {
    padding: 4px;
}

.text-footer p {
}

.li-lienhe i {
    padding-right: 5px;
}

a.icon-social i:hover {
    color: #b24a3b !important;
}

a.icon-social i {
    font-size: 30px;
    padding-left: 8px;
    color: #a4a4a4;
}

#btn-gui-icon {
    height: 48px;
    color: #b24a3b;
    line-height: 32px;
    text-align: center;
    padding-bottom: 9px;
}

.sec_footer input#email-dang-ky {
    height: 40px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}

span.contact-form {
    display: flex;
}

input#email-dang-ky {
    padding: 6px;
}

p.duoi-logo {
    margin-top: 16px;
    text-align: justify;
}

.social-icon ul li {
    display: inline;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    padding: 8px;
    border: none;
}

label#btn-gui-icon {
    line-height: 32px;
}

input.wpcf7-form-control.wpcf7-submit.form_dang_ky.mona-hiden {
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-info ul {
    padding: 0;
    margin: 0;
}

.footer-info .social {
    margin: -4px auto;
    text-align: center;
}

.footer-info ul.social li {
    display: inline;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    padding: 6px;
    border: none;
}

    .footer-info ul.social li i {
        height: 46px;
        width: 46px;
        line-height: 46px;
        background: #fff;
        border-radius: 50%;
        color: #ffff;
        text-align: center;
        margin: 0;
        padding-right: 0;
    }

        .footer-info ul.social li i.fa.fa-twitter {
            background: #15a4ea;
        }

.footer-info > ul > li {
    display: block;
    padding: 10px 0;
    border: 1px solid;
    margin: 5px 0;
    text-align: center;
}

.footer-info ul.info li:nth-child(2), .footer-info ul.info li:nth-child(3) {
    display: inline-block;
    width: 49.4%;
}

.footer-info ul li i {
    padding-right: 5px;
}

.footer-info ul.social li i.fa.fa-instagram {
    background: #ef0f93;
}

.footer-info ul.social li i.fa.fa-pinterest-p {
    background: #e40c0c;
}

.footer-info ul.social li i.fa.fa-facebook {
    background: #072be4;
}
/*------------*******FOOTTER***********-----------------*/
/*facebook chat*/
.support-fixed {
    background: #F0F3EF;
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    width: 250px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .support-fixed h3 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        font-family: Arial;
        color: #fff;
        margin: 0;
        background-color: #3B559F;
        cursor: pointer;
    }

    .support-fixed i {
        background-color: #25449C;
        padding: 15px 15px 12px 15px;
        color: #fff;
    }

.online-support {
    display: none;
}
/*khac*/
.page__content p {
    text-align: justify;
}

article p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
/*
======================================
[ Comment ]
======================================
*/
h2.comments-title {
    font-size: 15px;
    background: #215a94;
    color: #fff;
    padding: 10px;
}

h3.comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left
}

.comment-reply-title a {
    border: 1px solid;
    padding: 3px 10px;
    color: #983515;
    font-size: 12px;
    margin-left: 20px;
}

ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.children {
    list-style: none;
}

.comments-area .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-author {
    overflow: hidden;
    position: relative;
}

.comment-meta {
    margin: 10px 10px 10px 60px;
    border: 1px solid #eee;
    padding: 10px;
    position: relative;
    line-height: 1.8;
}

span.comment-name a {
    color: #983515;
}

.reply a {
    right: 10px;
    position: absolute;
    top: 20px;
    border: 1px solid;
    padding: 0 15px;
    color: #983515;
    line-height: 1.8;
}

.comment-meta a {
    margin: 10px 0;
}

span.comment-name {
    display: block;
    margin: 10px 0 0;
    font-style: italic;
    padding-right: 10px;
    color: #983515;
}

.comment-author a.comment-date {
    font-style: italic;
    color: #999;
}

em.comment-awaiting-moderation {
    color: #fe6d03;
    display: block;
}

.comment-edit-link, .logged-in-as a {
    border: 1px solid;
    padding: 0 5px;
    color: #283f6c;
    line-height: 1.8;
    display: inline-block;
    font-weight: 300;
}

.comment-respond textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-family: Arial,sans-serif;
    padding: 15px;
}

.comment-respond input[type="text"] {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-family: Arial,sans-serif;
    padding: 10px 15px;
    width: 100%;
}

.comment-respond input[type="submit"] {
    background: #283f6c;
    border: 1px solid #283f6c;
    font-size: 17px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 100;
}

.comment-form {
    margin: 20px 0 50px 0;
}
/*khac*/
.single__content article p a:hover {
    color: #17df14;
}

/*khac*/
.single__content table, .single__content tr, .single__content td {
    border: 1px solid black;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
}

p.modal-title {
    font-size: 14px;
    color: #283f6c;
    font-weight: bold;
    height: auto !important;
}

.archive__content .col-md-4:nth-child(4) {
    clear: both;
}

.content-area.archive .site-main .col-md-6:nth-child(4) {
    clear: both;
}

main.single__content ul li {
    list-style: inherit;
    margin-left: 26px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
}

    main.single__content ul li:last-child {
        margin-bottom: 20px;
    }

.albums-c-w {
    background: url(../images/bg_albums.png) no-repeat;
    background-size: cover;
    height: 187px;
    overflow: hidden;
    position: relative;
}

.breadcrumb_nobackground {
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
}

.page-title-new {
    position: relative;
    padding-top: 25px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 135px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 40px;
    font-size: 35px;
    color: #fff;
    background: rgba(0,0,0,.3);
}

    .page-title-new:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .page-title-new h1 {
        font-size: 35px;
        color: #fff;
        margin-bottom: 0;
        margin-top: 25px;
    }

.breadcrumb_nobackground .bread-crumb {
    display: block;
    width: 100%;
    background: rgb(218 37 28);
}

    .breadcrumb_nobackground .bread-crumb .breadcrumb {
        margin: 0;
        font-size: 16px;
        font-style: italic;
        padding: 15px 0;
        border-radius: 0;
        text-align: right;
    }

.breadcrumb li a, .breadcrumb li span {
    color: #fff;
}

.albums-items-us-img-b {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .albums-items-us-img-b img {
        width: 100%;
        vertical-align: middle;
        height: 300px;
    }

.albums-items-us-img:hover .albums-items-us-img-b img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.albums-items-us-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.albums-items-us-title {
    background: rgba(0,0,0,.6);
    padding: 5px 8px;
    width: 100%;
}

    .albums-items-us-title a {
        color: #fff;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        display: block;
    }

.sharaholder-us-items {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.icon-file-pdf {
    float: left;
    width: 35px;
    height: 35px;
    color: #fff;
    margin-top: 6px;
    margin-right: 14px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
}

.sharaholder-us-content {
    float: left;
    position: relative;
    width: 95%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.sharaholder-us-title {
    font-size: 18px;
    color: #000;
}

.sharaholder-us-date {
    font-size: 13px;
    color: #bfbfbf;
}

.sharaholder-us-down {
    cursor: pointer;
}

    .sharaholder-us-down a {
        position: absolute;
        content: "";
        cursor: pointer;
        width: 95px;
        font-size: 14px;
        border: 1px solid #83b8c6;
        line-height: 28px;
        text-align: center;
        color: #83b8c6;
        border-radius: 6px;
        height: 28px;
        top: 10px;
        right: 0;
    }

    .sharaholder-us-down i {
        margin-right: 2px;
    }

.box-headding h2 {
    margin-bottom: 40px;
    margin-top: 0;
}

    .box-headding h2 span {
        font-size: 35px;
        color: #da251c;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
        padding-bottom: 15px;
        display: block;
    }

        .box-headding h2 span:after {
            content: "";
            position: absolute;
            background: #224b79;
            width: 150px;
            height: 2px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.box-profeature {
    padding: 0 0 50px;
}

    .box-profeature .item {
        transition: 0.3s;
        box-shadow: 0px 0px 6px -1px #000;
        margin-top: 5px;
        border-radius: 5px;
    }

    .box-profeature .img-pro {
        padding-top: 0;
    }
		.box-profeature .img-pro img.mauto 
		{
			height: 174px;
    		object-fit: cover;
		}
        .box-profeature .img-pro h3 {
            padding: 0 10px;
        }

            .box-profeature .img-pro h3 a {
                color: #000;
                line-height: 25px;
                font-size: 17px;
                text-align: left;
                display: block;
                min-height: 50px;
            }

    .box-profeature .item .star {
        border-top: 1px solid #fff;
        margin: 0 40px;
        padding-top: 20px;
    }

.star i {
    color: gold;
}

.center {
    text-align: center;
}

.info_items_group {
    clear: both;
}

    .info_items_group .list {
        text-align: left;
        padding: 0 10px;
    }

        .info_items_group .list li p {
            border-bottom: 1px solid;
            display: inline-block;
            padding-bottom: 7px;
            margin-bottom: 7px;
        }

        .info_items_group .list li:last-child p {
            border-bottom: none;
        }

        .info_items_group .list img {
            width: auto;
            display: inline-block;
        }

ul.v2_bnc_block_category_menu_block {
    border: 1px solid #ddd;
    margin-bottom: 0;
    margin-left: 0 !important;
}

    ul.v2_bnc_block_category_menu_block li {
        position: relative;
        margin: 0;
        list-style: none;
    }

        ul.v2_bnc_block_category_menu_block li a {
            background: #fff;
            display: block;
            line-height: 20px;
            text-transform: uppercase;
            word-wrap: break-word;
            color: #000000;
            font-size: 14px;
            font-weight: 700;
            padding: 16px 20px 15px;
            border-bottom: 1px solid #dfdfdf;
            position: relative;
            white-space: pre;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }

            ul.v2_bnc_block_category_menu_block li a:hover {
                color: #283f6c;
            }

.thong-ke ul {
    border: 1px #D8D8D8 solid;
    padding: 8px;
    background: #fff;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.thong-ke li {
    list-style: none !important;
    margin-bottom: 5px;
}

.sup_item {
    border-bottom: 1px dotted #e6e6e6;
    padding: 5px 0px 0 0px;
    background: #fff;
}

.sup_item_img {
    display: inline-block;
    padding: 4px;
    height: 87px;
    margin-right: 10px;
}

    .sup_item_img img {
        width: 84px;
    }

.sup_item_info {
    padding-bottom: 5px;
    display: inline-block;
}

.sup_name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.sup_dep {
    margin: 0;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}

.sup_phone {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
    color: red;
    margin-top: 5px;
}

@media(max-width:1024px) {
    .linhvuc-img img {
        margin: 20px 0;
    }

    .footer-item {
        margin-bottom: 20px;
    }

    .footer-tt {
        padding-left: 0px;
    }

    .search-form {
        bottom: -46px;
    }

    nav.menu-primary > ul > li > a {
        padding: 15px 6px;
    }
}

@media(max-width: 992px) {
    .archive__content .col-md-4:nth-child(4) {
        clear: none;
    }

    .archive__content .col-md-4:nth-child(3) {
        clear: both;
    }

    .archive__content .col-md-4:nth-child(5) {
        clear: both;
    }
}

@media(max-width:768px) {
    .header__header {
        display: block;
    }

    .awe-section-3 {
        padding-top: 20px;
    }

    .box-headding h2 {
        margin-bottom: 20px;
    }

        .box-headding h2 span {
            font-size: 28px;
        }

    .about-us-content-title {
        font-size: 21.17px;
    }

    .about-us-content-desc {
        font-size: 12.08px;
    }

    .about-us-img {
        margin-top: 10px;
    }

    .gioithieu {
        text-align: center;
    }

        .gioithieu .video {
            margin-top: 30px;
        }

        .gioithieu img {
            display: none;
        }

    .about-us-content-home {
        margin-top: 0;
    }

    .box-profeature {
        padding: 0px 0 50px;
    }

    .new-one {
        margin-bottom: 20px;
    }

    .new-one-content {
        height: 91px;
    }

    .new-one-title a {
        font-size: 17px;
    }

    .taisao-img img {
        margin: 40px auto;
    }

    .news-two {
        clear: both;
    }

    .new-two-img img {
        margin-bottom: 20px;
    }

    .title_right {
        margin-top: 30px;
    }

    .album-img-one {
        height: auto;
        margin-bottom: 20px;
    }

    .album-img-tow {
        height: 100px;
    }

    .footer-tt {
        padding-left: 0px;
    }

    .dichthuat-item {
        width: 50%;
    }

    .teacher .h3-title, .teacher .post__header .h2-title {
        text-align: center;
    }

    .kinhnghiem .col-xs-6:nth-child(3) {
        clear: both;
    }

    .h3-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .title-medium {
        font-size: 16px;
        line-height: 1.3;
    }

    .search-form {
        bottom: -60px;
        width: 100%;
    }

    .header-form {
        float: right;
        padding-top: 8px;
        text-align: center;
        margin-right: 44px;
    }

    .sharaholder-us-content {
        float: left;
        position: relative;
        width: 85%;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8d8d8;
    }

    .sharaholder-us-down a {
        display: none;
    }

    .width_sm {
        width: 100% !important;
    }

    .box_pro_item {
        float: unset !important;
        width: 145px !important;
        display: inline-block;
        margin-top: 0 !important;
    }

    .footerContent h5 {
        margin: 20px 0 20px;
    }
}

@media(max-width:550px) {
    .tintuc .nav-tabs > li {
        margin: 0 2px;
    }
}

@media(max-width:425px) {
    .teacher-info {
        margin-left: auto;
    }

    .tieuchuan img {
        display: none;
    }

    .tieuchuan-nd1 {
        width: 100%;
    }

    .tieuchuan-nd2 {
        width: 100%;
        text-align: left;
    }

    .tintuc .nav-tabs > li {
        float: none;
        text-align: center;
        margin: 5px auto;
    }

    .gioithieu-nd h3 {
        font-size: 22px;
    }
    /*.post-meta{display: none}*/
    .archive .post-img img, .single .post-img img {
        height: 140px
    }

    .post-title a {
        font-size: 15px
    }

    .dichthuat-list .dichthuat-item:nth-child(2n+1) {
        clear: both;
    }

    .logo img {
        margin: 0 auto;
    }

    .bg3 .item1, .bg1 .item1, .bg2 .item1 {
        width: calc(33% - 4px);
        display: inline-flex;
    }

    .benifit-img img {
        width: 80px;
    }

    .benifit-item p {
        display: none
    }

    .benifit-title {
        padding: 10px 0 0px 0;
    }

    .info-right {
        width: 100%;
        margin: 0;
    }

        .info-right img {
            display: none
        }

    .section {
        padding: 20px 0;
    }

    .info {
        margin-bottom: 10px;
    }

    .archivement-item {
        width: 100%;
    }

    .archivement img {
        width: 20%;
    }

    .archivement-content {
        width: 80%;
    }

    .archivement-right .h2-title {
        margin-bottom: 10px;
    }

    .dichthuat-item .diem-xanh {
        padding-top: 20px;
    }

    .dichthuat-item {
        width: 100%;
    }

    .section .h2-title a, .section .h2-title {
        line-height: 1.2;
        font-size: 21px;
    }

    .kinhnghiem-title {
        font-size: 21px;
    }

    .h2-title-gt h2 {
        font-size: 21px;
    }

    .dichthuat-item .h3-title span {
        height: 64px;
    }

    .teacher .col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .home .header {
        position: inherit;
    }

    .benifit { /* margin-top:-36px; */
    }

    .benifit-img img {
        width: 60px;
    }

    .dichthuat-item p {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .dichthuat-list .dichthuat-item:nth-child(7), .dichthuat-list .dichthuat-item:nth-child(8) {
        padding: 10px;
    }

    .teacher-item {
        padding: 0;
    }

        .teacher-item img {
            height: auto;
            border-radius: 27px;
        }

    .icon-box-img img {
        display: block;
    }

    .archive__content .col-md-4.col-xs-6:nth-child(4) {
        clear: both;
    }

    .search-form {
        width: 90%;
        margin: 0 auto;
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .header-form > i {
        display: none;
    }

    .header-form {
        float: right;
        padding-top: 0px;
        text-align: center;
        margin-right: 8px;
    }
}

@media(max-width: 380px) {
    .header-top .pull-right p {
        margin-right: 6px;
    }
}

@media(max-width:320px) {
    .dichthuat-item {
        width: 100%;
    }

    .archive .post-img img, .single .post-img img {
        height: 100px;
    }

    .archive__content .post-img .post-date, .single__content .post-img .post-date {
        font-size: 10px;
        padding: 4px 8px;
    }

    .post-title a {
        -webkit-line-clamp: 2;
    }

    .post-meta {
        display: none;
    }
}
/************Popup_Modal************/

#over {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

a, a:visited, a:active {
    text-decoration: none;
}

.login {
    background-color: #85B561;
    height: auto;
    width: 450px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    top: 100px;
    left: 50%;
    /* margin-left: -300px; */
    transform: translate(-50%);
}

    .login .login_title {
        color: white;
        font-size: 16px;
        padding: 8px 0 5px 8px;
        text-align: left;
    }

.login-content label {
    display: block;
    padding-bottom: 7px;
}

.login-content span {
    display: block;
}

.login-content {
    padding-left: 35px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    padding-top: 15px;
    overflow: hidden;
}

.img-close {
    float: right;
    margin-top: -43px;
    margin-right: 5px
}

.back-fix {
    background-color: #2d2d2d !important;
}

.login input {
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0px 8px;
    word-spacing: 0.1em;
    width: 91%;
    margin: 10px 0;
}

.submit-button {
    display: inline-block;
    padding: auto;
    margin: 15px 109px;
    width: 150px;
}


.gio-cua-ban {
    width: 50%;
    position: fixed;
    top: 50px;
    z-index: 9999;
    background: #fff;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 5px;
    padding: 10px 15px;
}

#new_customer_order_button {
    margin-right: 8px;
    margin-right: 8px;
    background: #283792;
    border-color: #283792;
}

    #new_customer_order_button:hover {
        background: #3f51bf
    }

.btnclose {
    background: #fff;
    border-color: #283792;
    color: #283792;
}

    .btnclose:hover {
        color: #fff;
        background: #283792;
    }

#new_customer_order_form .col-sm-6 {
    padding: 15px;
}

@media (max-width: 568px) {
    #new_customer_order_form .col-sm-6 {
        padding: 0 15px;
    }

    .gio-cua-ban {
        width: 90%;
    }
}

.move {
    position: absolute !important;
    top: 3px !important;
    right: 3px !important;
}
/*******Details_page****/
.footer_link {
    padding-bottom: 20px;
}

    .footer_link * {
        color: white;
    }

.col-right-news .compare {
    padding: 0px;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.pd015 {
    padding: 0px 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mauto {
    margin: 0px auto;
}

.btn_design {
    background: #051021;
    width: 100%;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    /* "play" icon */
    float: right;
    color: #1f73b7;
    font-size: 18px;
    line-height: 14px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.panel-heading {
    padding: 0px;
}

    .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

.text_add {
    min-height: 40px;
}

#box_about {
    margin-top: 15px;
}

    #box_about .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 0px;
        text-align: center;
    }

        #box_about .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 2px;
            background: #dadada;
            border-radius: 50%;
        }

            #box_about .owl-dots .owl-dot.active {
                width: 11px;
                height: 11px;
                border: 1px solid #333;
            }

    #box_about .box_content {
        padding: 0px 15px;
    }

.mean-container a.meanmenu-reveal {
    background: url('../img/icon_menu_list.png') center no-repeat;
}

    .mean-container a.meanmenu-reveal.meanclose {
        background: unset;
    }

.admin_edit_pro {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 5px 10px;
    background: #2067a6;
    color: white;
}

    .admin_edit_pro:hover {
        color: white;
    }

.btn-link span {
    float: right;
}

.menucontent li a {
    font-size: 12pt;
}

#autoSuggestionsList > li {
    min-height: 60px;
}

.menu_chinh ul,
.desco ul,
.menu_tab ul,
.slideshow222 ul,
ul.carousel-slide-2,
ul.fot-ul,
.list_cate ul,
ul.fs-news-rxn,
ul.ul_danhmuc,
footer ul {
    list-style: none;
    padding: 0;
}

.img-max100 ul {
    margin-left: 0;
}

.img-max100 li {
    list-style: unset;
}

ol {
    margin-left: 20px;
}

.content321 th,
.content321 td,
.card-body th,
.card-body td,
.tab-pane th,
.tab-pane td {
    padding: 5px;
    border: 1px solid #dadada;
}

.content321 table p *,
.card-body table p * {
    font-size: 11pt !important;
}

.content321,
.content321 *,
.card-body,
.card-body* {
    font-size: 12pt !important;
}

    .content321 h2,
    .content321 h3,
    .card-body h2,
    .card-body h3 {
        margin-top: 5px !important;
    }

    .content321 p,
    .content321 p *,
    .content321 li,
    .content321 li *,
    .card-body p,
    .card-body p *,
    .card-body li,
    .card-body li * {
        font-family: Arial, sans-serif !important;
        font-size: 12pt !important;
    }

    .content321 h2,
    .content321 h2 strong,
    .content321 h2 span,
    .content321 h2 span strong,
    .content321 h2 strong span {
        color: #1a1a1a !important;
    }

    .content321 *,
    .card-body * {
        line-height: 1.5 !important;
    }

    .content321 h2 {
        border-bottom: 1px solid #f6f6f6;
    }

        .content321 h2,
        .content321 h2 * {
            font-size: 13.5pt !important;
            font-weight: 600 !important;
            color: #1a1a1a !important;
            text-align: left !important;
            font-family: arial, Helvetica, sans-serif !important;
            margin-top: 30px !important;
        }

    .content321 h3,
    .content321 h3 * {
        font-size: 13pt !important;
        font-weight: 600 !important;
        color: #1a1a1a1a1a1a !important;
        text-align: left !important;
    }

    .content321 strong,
    .card-body strong {
        color: #565656 !important
    }

    .content321 a strong,
    .card-body a strong {
        color: #1a1a1a !important;
    }

    .card-body h2,
    .card-body h2 * {
        font-size: 11pt !important;
        font-weight: 500 !important;
        color: #1a1a1a !important;
        text-align: left !important;
    }

    .card-body h3,
    .card-body h3 * {
        font-size: 10pt !important;
        font-weight: 500 !important;
        color: #1a1a1a !important;
        text-align: left !important;
    }

#collapse4 .card-body h2,
#collapseTwo .card-body h2 {
    display: none;
}

body * .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

body * .fa {
    font-family: FontAwesome !important;
}


/* slide */

#myCarousel .item {
    margin-bottom: 0px;
    padding: 0px;
}

#myCarousel .carousel-indicators li {
    border: 1px solid #ccc;
}

#myCarousel .carousel-caption {
    left: 15%;
    right: 50%;
    color: #333;
    text-align: left;
}

    #myCarousel .carousel-caption h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #myCarousel .carousel-caption a {
        color: white;
        padding: 5px 10px;
        margin-top: 10px;
        background: #707675;
        display: inline-block;
    }

        #myCarousel .carousel-caption a:hover {
            text-decoration: none;
            background: #1a1a1a;
        }

#myCarousel .glyphicon {
    display: none;
}

#myCarousel:hover .glyphicon {
    display: block;
}


/* end slide */

.vpisocert .title h2 span {
    color: #1a1a1a;
}

.banner_daucn .title h2 span {
    font-size: 25px;
}

.box_category .title h2 span {
    font-size: 18px;
    color: #f6e75e;
}

.vpisocert .maps {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: 0.3s;
    ;
}

    .vpisocert .maps:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.email_regis .title h2 span {
    color: #1a1a1a;
}

.title h2 span {
    text-transform: uppercase;
    font-family: TrajanPro3;
    font-size: 20px;
}


/**/

.buy_repay {
    text-align: center;
    background: white;
    padding: 16.5px 0px;
}

    .buy_repay b {
        color: #1a1a1a;
    }


/**/

.box_bottom .tell {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 22px;
    width: 100px;
    font-size: 14px;
    color: #1a1a1a;
}

.tell:hover {
    cursor: pointer;
}

.box_bottom .tell2 {
    border: none;
    border-radius: 5px;
    padding: 0;
    /* width: 100px; */
    font-size: 13px;
    color: #1a1a1a;
}

    .box_bottom .tell2 span {
        font-weight: bold;
        color: #e47a1f;
    }

.call_detail_pro {
    padding-right: 15px;
    margin-bottom: 0px !important;
    margin-top: 4px !important;
    transition: 0.3s;
}

    .call_detail_pro > div {
        background-image: linear-gradient(gainsboro, white);
        border-radius: 5px;
        border: 1px solid #f3f3f3;
    }

        .call_detail_pro > div:hover {
            transition: 0.3s;
            box-shadow: 0 0 5px #6d6d6d;
        }



.tell2:hover {
    cursor: pointer;
}


/**/

.modal-comment,
.modal-hotline {
    top: 100px;
}

.modal-title {
    display: inline-block;
}

.modal-hotline .modal-dialog,
.modal-comment .modal-dialog {
    width: 320px;
    margin: auto;
}

.modal-hotline p {
    display: block;
    font-size: 16px;
}

    .modal-hotline p a {
        display: block;
        padding: 5px 10px;
        font-size: 16px;
        margin: 5px 0px;
        border: 1px solid #1a1a1a;
        border-radius: 5px;
        color: #1a1a1a;
    }

    .modal-hotline p:hover a {
        background: #1a1a1a;
        color: white;
    }

        .modal-hotline p:hover a .fa {
            border: 1px solid white;
        }

    .modal-hotline p .fa {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        background: #1a1a1a;
        border: 1px solid #1a1a1a;
        color: white;
        line-height: 30px;
        font-size: 20px;
    }

.btn-close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 0px;
    right: 0px;
    font-weight: bold;
    text-align: center;
    z-index: 99;
}

    .btn-close span {
        font-size: 14px;
    }

.modal-comment input {
    margin-bottom: 15px;
}


/**/

.call-social-mb {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: right;
    padding: 5px 10px 5px !important;
    z-index: 999;
    box-shadow: 0 0 3px;
}


.mbfix-zalo img {
    margin-top: -20px;
}

.mbfix-phone {
    background-image: linear-gradient(#f59000, #fd6e1d);
    padding: 2px 20px !important;
    border-radius: 5px;
    margin-right: 5px;
}

.mbfix-maps {
    background-image: linear-gradient(#48a9f6, #086fbf);
    padding: 2px 20px !important;
    border-radius: 5px
}


.call-social-mb a {
    display: inline-block;
    width: 24%;
    padding: unset;
}

    .call-social-mb a:nth-child(1) {
    }

    .call-social-mb a:nth-child(2) {
    }

    .call-social-mb a span {
        color: white;
    }


/**/

.carousel-slide-1 {
    margin-top: 30px;
}

    .carousel-slide-1 img {
    }


/**/

.chinhanh .name_cn {
    display: block;
}

    .chinhanh .name_cn span {
        display: inline-block;
        color: #ccc;
        float: right;
    }

.chinhanh-info {
    margin-top: 10px;
}


/**/

.time_date,
.publish_by {
}


/**/

.title .div-h3 span {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.box_category .title .div-h3 span {
    font-size: 15px;
}





.box_category .pro_detail .div-h3 {
    margin-bottom: 10px;
    padding-top: 5px;
}

.card-header .div-h5 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .125);
}

.banner_daucn .title .div-h3 span {
    font-size: 20px;
    border: none;
    color: #1a1a1a;
    font-family: TrajanPro3;
}


/**/

.fs-newsdt-des {
    text-align: justify;
}

.tin_news h2 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}


/**/

.box_category.related {
    margin-top: 10px;
}


/**/

.image_pro #myCarouselr,
.pro #carousel {
    border: 1px solid #dadada;
}

.image_pro .pro-left,
.pro .pro-right {
    margin-top: 15px;
}

.image_pro #carousel ul.myCarousels li {
    margin: 5px;
}

.image_pro #carousel ul li img {
    border: 1px solid #dadada;
    padding: 2px;
}

.image_pro #carousel img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
}

.image_pro #carousel .slides > li {
    margin-right: 20px;
}


/**/

.menu_content_fix {
}

.menu_content_fix_icon {
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #ccc;
    opacity: 0.8;
}

    .menu_content_fix_icon:hover,
    .menu_content_close:hover {
        cursor: pointer;
    }

    .menu_content_fix_icon .fa {
        font-size: 26px;
        display: inline-block;
        line-height: 1.5;
        color: #5e5e5e;
    }

.menu_content_fix_content {
}

.menu_content_fix .menucontent li {
    margin: 5px 0px;
}

    .menu_content_fix .menucontent li a {
        font-size: 11pt;
    }

.menu_content_fix .menucontent .ul-toc > li {
    margin-left: 0px !important;
}

    .menu_content_fix .menucontent .ul-toc > li > a {
        font-weight: bold;
    }

    .menu_content_fix .menucontent .ul-toc > li li {
        margin-left: 15px !important;
    }

.menu_content_title {
    display: inline-block;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.menu_content_close {
    display: inline-block;
    padding: 0px 10px;
    float: right;
}

.line {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


/**/

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ccc;
}

.scrollbar-black {
    scrollbar-color: #ccc #F5F5F5;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ccc;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}


/**/

footer h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}


/**/

.lookup .nav-tabs li {
    text-align: center;
}

    .lookup .nav-tabs li a {
        color: #555;
        border: none;
        border-radius: unset;
    }

.lookup .nav-tabs > li.active > a,
.lookup .nav-tabs > li.active > a:focus,
.lookup .nav-tabs > li.active > a:hover {
    color: #555;
}

    .lookup .nav-tabs > li.active > a,
    .lookup .nav-tabs > li.active > a:focus,
    .lookup .nav-tabs > li.active > a:hover {
        border: unset;
    }

.lookup .nav-tabs {
    padding-bottom: 2px;
}

    .lookup .nav-tabs > li {
        margin-bottom: 0px;
    }

.lookup .tab-content {
    background: white;
}

.lookup_content {
    margin-bottom: 15px;
    padding: 15px;
}

.lookup_video_modal button {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: white;
    opacity: 1;
    line-height: 1;
    border-radius: 50%;
}

    .lookup_video_modal button span {
        font-size: 20px;
    }


/**/


/*btn*/

.animate {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button {
    display: inline-block;
    padding: 10px 25px 10px 10px;
    margin: 5px;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.blue {
    background-color: #1a1a1a;
    border-bottom: 5px solid #1a1a1a;
    text-shadow: 0px -2px #1a1a1a;
}

.action-button:active,
.action-button:hover {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    border-bottom: 1px solid;
}

.action-button:hover,
.action-button:active,
.action-button:visited,
.action-button:focus {
    color: white;
    text-decoration: unset;
}

.action-button .fa {
    color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="number"] {
    font-style: italic;
}

.menu_chinh > ul > li {
    position: relative;
}

    .menu_chinh > ul > li > ul {
        position: absolute;
        display: none;
        margin-top: 8px;
        background: white;
        left: -20px;
        border-top: 2px solid #dadada;
    }

    .menu_chinh > ul > li:hover > ul {
        display: block;
    }

    .menu_chinh > ul > li > ul > li {
        padding: 10px 20px;
        border-bottom: 1px solid #dadada;
        width: 100%;
    }

    .menu_chinh > ul > li > ul li a {
        white-space: nowrap;
    }


/*-----------------------------*/

.fot_line {
    height: 1px;
    width: 100%;
    margin: 18px 0px;
    background: #a9a9a9;
}

.fot_cocial a {
    display: inline-block;
    margin: 0px 5px;
}


/*-----------------------------*/

.list_cate ul li {
    background: #dedcdd;
    border-color: #c2c1c1;
}

    .list_cate ul li:hover {
        background: white;
    }

        .list_cate ul li:hover a {
            color: #6b6b6b;
        }

    .list_cate ul li.active {
        background: white;
    }

        .list_cate ul li.active a {
            color: #6b6b6b;
        }

#news_category .news_category_item:nth-child(2n+1) {
    padding-right: 15px;
}

#news_category .news_category_item:nth-child(2n) {
    padding-left: 15px;
}

.news_category_item_info {
    padding: 15px;
    padding-bottom: 0px;
    background: white;
    margin-bottom: 20px;
}

.news_category_item_info_name {
    font-weight: bold;
    color: #1a1a1a;
    min-height: 40px;
    display: inline-block;
}

    .news_category_item_info_name:hover {
        color: #1a1a1a;
    }

.news_category_item_info_date {
    font-style: italic;
}

.pages {
    margin-bottom: 10px;
}

    .pages strong,
    .pages a {
        display: inline-block;
    }

#news_category .pages {
    text-align: right;
}

.title_name_newsc {
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
}

.box .box-heading {
    background: #051021;
    color: #fff;
    text-transform: uppercase;
}

.btn-primary {
    color: #ffffff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2d2d2d;
        border-color: #2d2d2d;
    }

.hotrodv.box_category .pro_feature {
    border-left: unset;
    border-top: unset;
    margin-bottom: 15px;
    background: #fff;
}

.hotrodv.box_category .box_bottom {
    height: 51px;
    display: block;
    width: auto;
    text-align: center;
}

.hotrodv.box_category .pro_feature .pro_detail {
    border: none;
}


/**/

.sub_pro_img {
    list-style: none;
}

.img-max100 ul.sub_pro_img {
    margin-left: 0px;
    ;
}

.sub_pro_img .active img {
    border: 2px solid #f8c86b;
}

.sub_pro_img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.sub_pro_img li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
}

    .sub_pro_img li:hover {
        cursor: pointer;
    }

.main_pro_img {
}

.image_pro {
    margin-top: 20px;
}

.conten_info_pro {
    padding: 0;
    padding-top: 1px;
    margin-top: 20px;
    margin-left: 0;
    background: white;
}

.box_pro_item {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    margin: 15px 0;
    float: left;
    background: white;
    color: white;
    width: 205px;
    line-height: 18px;
    padding: 8px;
    border-radius: 5px;
}

    .box_pro_item span {
        font-weight: 300;
        font-size: 13px;
    }

    .box_pro_item:hover {
        color: #fff;
    }

.box_pro_img {
    width: 100px;
    height: 105px;
    float: left;
}

.div_buy {
    text-align: center;
}

    .div_buy.mobile {
        display: INLINE-BLOCK;
        width: 100%;
        padding: 0 19px;
    }

        .div_buy.mobile .box_pro_item {
            float: left;
            width: auto;
            padding: 10px 38px;
        }



.box_pro_info {
    text-align: center;
    padding: 5px;
    padding-left: 10px;
}

.box_pro_info_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

#gioi_thieu.tab-pane li {
    color: unset;
    list-style: none;
    background-color: unset;
    border: unset;
    border-top: unset;
}

.img-max100 .menu_tab ul li {
    padding: 0px;
    background: unset;
    border-radius: unset;
    border: unset;
    border-bottom: none;
}

.img-max100 .menu_tab ul {
    background: unset;
    margin-left: 0px;
}


/**/

.megamenu .menu_lv2 {
    left: 285px;
    width: 855px;
    height: 450px;
}

.megamenu > li {
    padding: 9px 10px 9px 10px;
}

.box_category .title.title_cate_view {
    text-align: left;
}

    .box_category .title.title_cate_view h2 {
        padding-left: 15px;
    }

.xemthem_home {
    margin-right: 15px;
    margin-top: unset;
    border: 1px solid #2d2d2d;
    background: #2d2d2d;
    transition: 0.3s;
}

.title h2 .xemthem_home span {
    text-transform: unset;
    font-family: unset;
}

.pro_detail {
    border: unset;
}

.box_category .title {
    margin-bottom: 15px;
}

.box_bottom {
    width: calc(100% - 30px);
    margin: 0px 15px;
}

    .box_bottom a {
        padding: 11px 10px;
    }

    .box_bottom .tell {
        padding: 7px 10px;
    }

    .box_bottom > div {
        height: unset;
        line-height: unset;
        margin: 15px 0px;
    }

.box_bottom {
    height: auto;
}

.xemthem_home:hover {
    background: unset;
    border: 1px solid #000;
}

.box_pro_item1 {
    background-image: linear-gradient(#48a9f6, #086fbf);
}

.box_pro_item2 {
    background-image: linear-gradient(#f59000, #fd6e1d);
}

.box_pro_item3 {
    background-image: linear-gradient(#2b292a, #868686);
}

.hr-030 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #a9a9a9;
}

.conten_info_pro .desco ul li .fa {
    font-size: 10px;
    color: #fac76b;
}

.box_category .title {
    background: #1d2e7b;
}

.box_category.feature.mobile .title {
    background: url(../img/bg_cate_title.jpg) center repeat-x;
}

.desctiption .click-scroll-bldg {
    border: 1px solid #2d2d2d1f;
    background: #cccccc59;
}

.carousel-slide-2 img {
    background: white;
}

.click_show_menu {
    cursor: pointer;
    float: right;
    display: inline-block;
    padding: 5px 10px;
}

.tab-content-bg {
    background: white;
    padding: 10px;
}

.bg_new_content {
    background: white;
    padding: 10px;
}

.sotrangtt {
    text-align: right;
}

.new_cate_tit {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0px;
}

.fs-newsdt-vmsit {
    background: white;
}

.click-scroll-none {
    background-color: unset;
    border: unset;
}

.address_vp {
    font-size: 14px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.linh_strong strong {
    font-weight: normal;
}

.buy_mobile .box_bottom {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none
}

    .buy_mobile .box_bottom a {
        margin: 0;
        padding: 10px 7px;
        border-radius: 0;
    }

    .buy_mobile .box_bottom .tell2 span {
        font-weight: 300;
    }

.buy_mobile .call_detail_pro {
    padding: 0;
}

    .buy_mobile .call_detail_pro > div {
        border-radius: 0;
    }

.buy_mobile .box_bottom > div {
    margin-bottom: 0;
}

.carousel-pro-related .box_bottom .add-cart {
    border: none !important
}
.language_mobile
{
	position: absolute;
	top: 28px;
	right: 10px;
}

/* Large desktops and laptops */

@media (min-width: 1200px) {
    .flex {
        display: flex;
        align-items: center;
    }

    .box_category .pro_detail .name {
        min-height: 74px;
    }

    .modal-comment,
    .modal-hotline {
        top: 300px;
    }

    .box_category.div-cate {
        margin-top: 0px;
    }

    .news_category_item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .news_category_item_info_des {
        min-height: 60px;
    }

    .conten_info_pro {
    }

    .col-lgfix5 {
        width: 20%;
    }
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .menu_chinh ul li {
        padding: 10px 0 10px 10px;
    }

    .box_category.div-cate {
        margin-top: 0px;
    }

        .box_category.div-cate .pro_detail .name a {
            display: inline-block;
            min-height: 51px;
        }

    .news_category_item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .news_category_item_info_des {
        min-height: 60px;
    }

    .conten_info_pro {
        min-height: 485px;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .news_category_item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .news_category_item_info_des {
        min-height: 60px;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    #lof_go_top {
        bottom: 60px;
        right: 30px;
    }

    .fot-tit span {
        display: none;
        float: right;
        font-size: 14px;
    }

    footer h3 {
        text-transform: unset;
    }

    .title_name {
        line-height: 1.5;
    }

    .title h3 span {
        border-bottom: none;
    }

    .table-search .title h3 {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid #1a1a1a;
    }

    .title_cate h2 {
        padding-bottom: 10px;
    }

        .title_cate h2 span {
            border-bottom: none;
        }

    .title h2 {
        font-size: 20px;
        margin: 0 20px;
    }

        .title h2 span {
            font-size: 15px !important;
            padding: 10px;
        }

    .title .div-h3 {
        font-size: 20px;
        margin: 0 20px;
    }

        .title .div-h3 span {
            font-size: 15px !important;
            padding: 15px;
        }

    h1.title_name {
        font-size: 18px;
        font-weight: bold;
    }

    .conten_info_pro {
        padding: 15px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .conten_info_pro .desco {
            margin: 15px 0;
        }

    .image_pro {
        padding: 15px;
        padding-bottom: 0px;
    }

    .thangdeptrai {
        margin-top: 0px !important;
    }

    .title_cate h1 span {
        text-transform: uppercase;
    }

    .box_category.div-cate {
        margin-top: 10px;
    }

    .box_category .title {
        margin-bottom: 15px;
    }

    .box_category.cate_pro_home {
        margin-top: 20px;
    }

    td.td_pro_name {
        white-space: unset !important;
    }

    #new_customer_order_form #new_customer_name {
        margin-top: 15px;
    }

    .table-responsive.viewcart {
        overflow-y: scroll;
        /* max-height: 350px; */
    }

    #news_category .news_category_item:nth-child(2n+1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    #news_category .news_category_item:nth-child(2n) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb {
        padding-left: 15px;
    }

    .mbp015 {
        padding: 0px 15px;
    }

    .box_category .title.title_cate_view {
        text-align: center;
    }

        .box_category .title.title_cate_view h2 {
            padding-left: unset;
            padding-bottom: 0px;
        }

    .conten_info_pro {
        margin-left: 0px;
        padding: 10px;
    }

    .list_cate.articale_cate {
        padding: unset;
    }

    body input,
    body input:before,
    body input:after {
        -webkit-user-select: initial;
        -khtml-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial;
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
    }
}


/* Portrait phones and smaller */


@media (max-width: 375px) {

    .div_buy.mobile .box_pro_item {
        float: left;
        width: auto;
        padding: 10px 30px;
    }
}

@media (max-width: 360px) {

    .div_buy.mobile .box_pro_item {
        float: left;
        width: auto;
        padding: 10px 26px;
    }

    .buy_mobile .box_bottom a {
        padding: 10px 2px;
    }

    .buy_mobile .box_bottom .tell2 span {
        font-size: 12px
    }
}

@media (max-width: 320px) {

    .div_buy.mobile .box_pro_item {
        float: left;
        width: auto;
        padding: 10px 15px;
    }
}
@media (max-width: 767px ) {

article img{max-width:100%;height:auto!important;}
.text-content img{max-width:100%;height:auto!important;}
}