html,
body {
    font-size: 14px;
    /*font-family:Helvetica,Arial,sans-serif;*/
    line-height: 1.3em;
    font-weight: normal;
    margin: 0;
    background: #373A43;
}
body{}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
a,a:focus,a:hover {
    text-decoration: none;
}
.bgcolor1{background:#fffcf4;}
.bgcolor2{background:#6f4720;}
.bgcolor3{background:#fffcf4;}
.bgcolor4{background:#f3c811;}
.bgcolor2 .t, .bgcolor2 .t a{color: #fefefe !important}
.btn-color{
    color: #fff;
    background-color:#fa5b0f;
    border-color:#fa5b0f; 
}
.btn-color:hover{
    background-color: #f15409;
    border-color: #f15409; 
    color: #fff;
}
.container-fluid {max-width: 1170px;}
#header{
    background: #27282D;
    padding: 10px 0;
}

#header .header-left{
    float:left;
    margin-right: 15px;
}
#main-search {
    background: #6f4720;
    padding: 25px 0;
}
#search-form input, #search-form button {
    color: #333333;
}
#search-form button {
    background: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}
#search-form button:hover {
    color: #f3c716;
}
.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}

.search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

.search-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}
.header-right{
    position: absolute;
    right: 15px;
}
#header a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #300000;
}
#header a:hover, #header a.active, #header a:focus {
    color: #17a9ad;

}
#header .header-right  a {height:auto}
#header .header-right  a.change-language{opacity: 0.3;color: #fff;font-size: 13px;}
#header .header-right  a.change-language:hover, #header .header-right  a.active-language {height:auto;opacity: 1;}
#header .header-right  a.change-language img {height: 15px;}
.main-menu-mobile{
    display: none;
    float: left;
}
#header .header-middle{
    float: left;margin-top:36px;
}
#header .btn-menu-mobile{
    display: none;
}
#header .search-form {display: inline-block;margin-top: 40px;float: right}
#header .search-form .btn, #header .search-form .form-control, #header .search-form .form-control::placeholder {
    background: #373A43;
    border-color: #373A43;
    color: #CCCCCC;
    height: 30px;
    vertical-align: middle;
}
#header .search-form .input-group-prepend {display: inline-block}
#header .search-form input {float: none;width: 190px}
#toggle-search-icon {
    color: #f5f5f5;
    z-index: 3;
    right: 16px;
    font-size: 22px !important;
    display: none;
}
@media (max-width: 992px){
    #toggle-search-icon {
        color: #f5f5f5;
        display: inline-block;
    }
}
@media (max-width: 820px){
    #header .header-left{
        float: none;
        text-align: center;
        margin: 0;
    }

    #header .header-middle .main-menu{
        display: none;
    }
    #header .btn-menu-mobile,
    .main-menu-mobile{
        display: block;
        
    }
    #header .btn-menu-mobile{
        display: inline-block;
        position: absolute;
        top:10px;
        left: 10px;
    }
    
    
}
@media (max-width: 560px){
    .post-item {width:100%}
    .post-list-2 .post-item .img-wrapper, .post-list-2 .post-item .img-wrapper img {width:100%}
}
@media (max-width: 390px){
    .show-search-form .search-form {

    }
}
@media (max-width: 320px){
    .show-search-form .search-form {

    }
}
@media (max-width: 300px){
    .show-search-form .search-form {

    }
}
.main-menu-mobile{
    width: 75%;
    max-width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    transform: translate(-101%,0);
    -webkit-transform: translate(-101%,0);
    -ms-transform: translate(-101%,0);
    visibility: visible;
    transition: transform .2s,visibility .2s;
    -webkit-transition: -webkit-transform .2s,visibility .2s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-scrolling: touch;
    left: 0;
    z-index: 1033;
    opacity: 0.97;
    background: #27282D;
}
.main-menu-mobile .cate_list {padding: 15px 0 15px 15px}
.main-menu-mobile .cate_list.child {padding: 0 0 15px 15px}
.main-menu-mobile>.box-content>ul>li {padding: 5px 0}
.main-menu-mobile ul li h2 {font-size: 16px;}
.main-menu-mobile ul>li>ul>li>a,
.main-menu-mobile ul>li>a{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 10px 10px;
    text-decoration: none;
    position: relative;
    color:#ffffff;
    text-align: left;
}
.overlay.open{
    width: 100%;
    z-index: 1032;
}
#header > .container {
    position: relative;
    margin-top: 10px;
}
.main-menu-mobile >ul>li>ul>li>a{
    padding-left: 30px;
    font-size: 13px;
}
.main-menu-mobile.open{
    transform: translate(0,0); 
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    visibility: visible;
    transition: transform .3s,visibility 0s;
    -webkit-transition: -webkit-transform .3s,visibility 0s;
}
.main-menu-mobile .glyphicon{font-size: 12px; margin-right: 4px;}
.main-menu-mobile .main-icon {
    padding: 10px 5px;
    text-align: center;
    background: #F0E68C;
}
.main-menu-mobile .main-icon .glyphicon {font-size: 22px}
.main-menu-mobile .main-icon a {margin-right: 15px;color: #800000;}
.main-menu-mobile .main-icon a:hover {color: #3C9CD7;}
.btn-close-menu{
    cursor: pointer;
    text-align: center;
    color: rgba(255,255,255,1.00);
    margin-top: 20px;
}
#header .btn-menu-mobile a{
    font-weight: bold;
    color:#fff;
    display: block;
}
#header .btn-menu-mobile a:hover{border: none;}
#header .btn-menu-mobile a .fa{
    margin-right: 3px;
    font-size: 32px;
}
#header .main-menu ul {margin:0;padding:0}
#header .main-menu>ul {
    background: linear-gradient(180deg, #F4F4F4 0%, #C9C9C9 100%);
    border-radius: 5px;
    display: flex;
    padding: 0 5px !important;
    margin-left: 20px !important;
}
#header .main-menu > ul > li{
    float: left;
    position: relative;
    margin-right:0;
    padding: 0;
    border-right: 1px solid #C4C4C4;
}
#header .main-menu > ul > li.last{
    border-right: none
}
#header .main-menu > ul > li > a{
    text-decoration: none;
    display: block;
    padding: 0 1.5rem;
    color: #373A43;
}
#header .main-menu > ul > li.has-sub > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#header .main-menu > ul > li > a:hover, #header .main-menu > ul > li.active > a{
    color: #E6005A;
    border-bottom: 2px solid #E6005A;
    background-color: #C4C4C4;
}
#header .main-menu > ul > li > ul{
    width: 210px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #2D2F36;
    top: 34px;
    left: 0;
    /*transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -webkit-backface-visibility: hidden;*/
    z-index: 9;
    padding: 6px 0 6px 0;
    border-radius: 5px;
}
#header .main-menu > ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
}
#header .main-menu > ul > li > ul > li > a{
    display: block;
    text-decoration: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}
#header .main-menu > ul > li > ul > li > a:hover{
    border: none;
    color: #E6005A;
}
.slick-initialized .slick-slide:focus {outline: none;}
.slick-arrow {
    position: absolute;
    top: 90px;
    font-size: 36px;
    color: whitesmoke;
    cursor: pointer;
}
.slick-arrow:hover {color: greenyellow;}
.slick-prev {left: -15px;  z-index: 1;}
.slick-next {right: -15px;}
.slide2 .slick-prev {
    top: -25px;
    left: inherit;
    font-size: 18px;
    right: 25px;
}
.slide2 .slick-next {
    top: -25px;
    font-size: 18px;
    right: 10px;
}
.slide2 .slick-arrow:hover {color: #777;}
.box {
    position:relative;
    margin-bottom: 60px;
    margin-top: 60px;
    border-top: none;
}
.box .t, .box .t a,.box .t a:hover {color: #4f4f4f; text-transform: uppercase; font-weight: bold;font-size:24px;margin-bottom: 20px}
#report-box {
    color:#4f4f4f;
    font-size: 34px;
}
#report-box .col-sm-3 {margin-bottom: 25px;}
#report-box .report-num{font-weight: bold; vertical-align: middle;}
#report-box .report-title{
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.has-sub .child-item-list li {padding: 0 10px; border-bottom: 1px solid #373A43;}
.has-sub .child-item-list li.level0 {width: 100%;float:left; }
.has-sub .child-item-list li h2{font-size: 14px;    font-weight: bold;}
.has-sub .child-item-list li a {}
.has-sub .child-item-list li a:hover {}
.has-sub .child-item-list li ul li.level1 {width: 50%; float:left;}
#main-post-cate-list li.level0 {width: 50%;}
#main-post-cate-list li.level0:nth-child(odd), .has-sub .child-item-list li ul li.level1:nth-child(odd){border-right: 1px solid #f5f5f5;}
#main-post-cate-list li a {height: 26px !important; line-height: 26px !important;}
#main-post-cate-list li h2{font-weight: normal;}
#home-3 {width:100%;margin: 20px 0 50px 0;}
#home-3 .circle {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #f3c716;
    top: 38%;
    left: -30px;
    z-index: 9999;
    border-radius: 75px;
}
#home-3 .x-item {padding:0; margin:0;text-align: center}
#home-3 .x-item-2 {position:relative}
.x-btn-1, .x-btn-2 {position:absolute; top:38%;text-align: center; font-weight: bold; text-transform: uppercase;z-index: 3;width:100%}
.x-btn-1 a, .x-btn-2 a{
    color: #fff;
    padding: 10px;
    width: 150px;
    height: 60px;
    display: inline-block;
}
.x-btn-1 a {    background: #f3c716;

    display: inline-block;
}
.x-btn-2 a {border:1px solid #fff;background:transparent;    line-height: 40px;}
.img-wrapper {
    display: inline-block;
    max-height: 240px;
    overflow: hidden;
    padding: 0;
}
.img-wrapper-2 {width: 100px;height:100px}
.img-wrapper-2 img {max-width: 100px;max-height:100px}
.main-menu-mobile #mobile-post-cate {margin-bottom: 0;background:#F0E68C;}
.box2 .box-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box3 .box-title {
    clear: both;
    color: #800000;
    font-size: 26px;
}
.box8 .box-content {padding: 15px 0;}
.box8 .t{background: #F0960a;border-radius: 5px 5px 0 0;    text-align: left;  padding-left: 15px;}
.box8 .t a { color: #FFF;display:block;}
.box2 .box-title a, .box8 .box-title a {color: #300 }

#cate-box .child-item-list li {
    line-height: 28px;
}

.sale-list-1 .sale-item {

    margin-bottom: 25px;
}

/**Product LIST**/
ul.product_list {text-align: center;}
ul.product_list li {
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
    width: 129px;
    display: inline-block;
}
ul.product_list li.first_item_of_row {clear: both;}
ul.product_list li.last {margin-right: 0;}
ul.product_list li a {
    display: block;
    text-align:center;
    text-decoration:none;
}
ul.product_list li a.pd_link {
    max-height: 96px;
    border-radius: 6px;
    overflow: hidden;
}
ul.product_list li a img {
    width: 100%;
    height: 100%;
}
ul.product_list li a.pd_name {color: #B86D02;margin-top: 3px;margin-bottom: 3px; height: 55px;  overflow: hidden;;}
ul.product_list li a.pd_price {color: #343434;}
ul.product_list li a.pd_link:hover img, ul.product_list li:hover a.pd_link img {
    /*border: 3px solid #E4BD3F;*/
}
@media (max-width: 1199px){
    ul.product_list li {
        width: 148px;
        margin: 0 14px;
    }
    ul.product_list li a.pd_link{max-height: 111px}
}
@media (max-width: 992px) {
    ul.product_list li {
        width: 148px;
        margin: 0 18px;
    }
}
@media (max-width: 747px) {
    ul.product_list li {
        width: 148px;
        margin: 0 12px;
    }
}
@media (max-width: 710px) {
    ul.product_list li {
        width: 148px;
        margin: 0 6px;
    }
}
@media (max-width: 676px) {
    ul.product_list li {
        width: 132px;
        margin: 0 5px;
    }
    ul.product_list li a.pd_link{max-height: 100px}
}
@media (max-width: 610px) {
    ul.product_list li {
        width: 155px;
        margin: 0 15px;
    }
    ul.product_list li a.pd_link{max-height: 116px}
}
@media (max-width: 563px) {
    ul.product_list li {
        width: 180px;
        margin: 0 15px;
    }
    ul.product_list li a.pd_link{max-height: 135px}
}
@media (max-width: 430px) and (min-width: 399px){
    ul.product_list li {
        width: 175px;
        margin: 0 10px;
    }
    ul.product_list li a.pd_link{max-height: 130px}
}
@media (max-width: 399px){
    ul.product_list li {
        width: 136px;
        margin: 0 5px;
    }
    ul.product_list li a.pd_link{max-height: 100px}
}
@media (max-width: 310px){
    ul.product_list li {
        width: 130px;
        margin: 0 4px;
    }
    ul.product_list li a.pd_link{max-height: 100%}
}
@media (max-width: 309px){
    ul.product_list li {
        width: 275px;
        margin: 0;
    }
    ul.product_list li a.pd_name {height:auto;}
}
/** begin blog **/
#post-list {margin-top:25px;}
#post-list #page-title {margin-bottom: 15px;}
.post-item {padding-bottom: 15px;
    padding-top: 15px;}
.post-item h3 a {color: #300; font-size: 18px; }
.post-item h3 a:hover {color: #23527c; font-size: 18px; }
.post-item .short-desc {padding-top: 10px; font-size:13px}
.post-item .row-line {margin-bottom: 12px; margin-top: 12px; border-bottom: 1px solid #ccc;margin-left: 15px;margin-right: 15px;clear:both}

#post-content *{font-size: 14px !important;}
#post-content ul {padding-left: 40px;}
#post-content li {list-style: inherit;}
#post-content table {width: 100% !important;margin: 15px 0 15px 0 !important;}
#post-content table tr:nth-child(odd) {background: #f3c716 !important}
#post-content table tr:nth-child(1) {font-weight: bold !important;text-align: center !important;}
#post-content table tr td {padding: 6px;font-size: 13px !important;}
.post-title {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
#post-content .nav-tabs > li.active > a, #post-content.nav-tabs > li.active > a:hover, #post-content.nav-tabs > li.active > a:focus {background: transparent;}
#post-short_desc {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}
#page-body img, #post-content img, #product-content img {
    max-width: 600px;
    height: auto;
    vertical-align: middle;

    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    margin: 0 auto;
}
#product-content #main-image {
    float: right;
    max-width: 400px;
}
#pd-price {display: inline-block;}
.price-label, .price-val {font-size: 18px}
.price-val,.keyword {color: #800;}
@media (max-width: 680px){
    #product-content #main-image {
        max-width: 300px;
    }
}
@media (max-width: 560px){
    #product-content #main-image {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.contact-ajax {margin-left: 15px;}
#ajax-form .btn-close {display: inline-block;float: right;}
.fixed-icon {
    position: fixed;
    bottom: 10px;
    right: 170px;
    z-index: 3;
    font-size: 32px;
    margin: 0;
}
.call-now-icon {right: 110px}
.post-list-1 .post-item h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
.post-list-1 h3 a {color: #4f4f4f;}
.post-list-1 .post-item {
}
.post-list-1 .post-short-desc {font-size:13px; margin-bottom: 15px;    display: block;
    height: 54px;
    overflow: hidden;}
.post-list-1 .post-item {margin: 0;}
.post-list-1 .post-item a {
    color: #333333;
    display: block;
}
.post-list-1 .post-item h3 a {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.post-list-1 .post-item .img-wrapper {
    margin-bottom: 15px;
}
.post-list-1 .post-item a.readmore {
    color: #107fca;
    text-transform: uppercase;
}
.post-list-1 .post-item a:hover{color: #b22222}
.post-list-2 .post-item h3 {
    background: #f3c716;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
}
.post-list-2 .post-item h3 a{color:#4f4f4f;font-size: 13px;}
.post-list-2 .post-item .img-wrapper {border: none;border-radius: 0;margin-bottom:0}
.post-list-3 .post-item h3 {    text-align: left;
    padding: 10px;
    font-size: 13px;
    line-height: inherit;
    height: 55px;}
.post-list-3 .post-item h3 a {}
.post-list-3 .post-item h3 a.title {
    text-transform: uppercase;
    height: 18px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 3px;
}
.post-list-3 .post-item h3 .price {float:right;font-weight: bold}
.post-list-4 .post-item .post-wrapper {border:1px solid #d7d7d7;padding:0;position:relative}
.post-list-4 .post-item .img-wrapper-2 {border-right:1px solid #d7d7d7;float: left;margin-right: 10px;}
.post-list-4 .post-item .recruit {
    padding: 10px 0 10px 10px;
    font-size: 13px;
    line-height: 16px;
}
.post-list-4 .post-item .recruit>a {
    color: #298dcf;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.post-list-4 .post-item .salary-expired {
    margin-top:6px;
}
.post-list-4 .post-item .salary {
    font-weight: bold;
    color: #298dcf;
}
#breadcrumb-box {width:100%;overflow: hidden;position: relative}
#breadcrumb-box img {opacity: 0.3}
#breadcrumb-box #breadcrumb {
    opacity: 1;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    background: transparent;
}
#breadcrumb-box #breadcrumb, #breadcrumb-box #breadcrumb a {
    color: #4f4f4f;
    opacity: 1;
}

.list_news .item {
    list-style: square;
    color: #08ace9;
    padding-right: 10px;
    margin-bottom: 8px;
}
.list_news .image_box {display: block; margin-right: 10px; float: left;}
.list_news .item h3 a {color: #1489DB;}
.list_news .item h3 span {color: #707375; font-weight: normal;}
.list_news .item .short_desc {line-height: 18px;margin-top: 10px;color: #3E3E3E;}
.list_news .item h3 span.comment {padding-left: 20px}
.list_news .item h3 span.comment img {height: 10px;}

ul.list_news {margin-left: 20px;}
.cate-list .item {color: #800}
.cate-list .item a {color: #800}

/** end blog **/
/** register, login **/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}
/** end of register, login **/

/** Search **/
#search-suggestion {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
}

#search-suggestion .s-item {
    display: block;
    padding: 4px 3px 4px 3px;
    border-bottom: 1px dashed #ccc;
    height: auto;
    color: #000;
    line-height: initial;
    float: left;
    width: 100%;
}
#search-suggestion a.s-item:hover,#search-suggestion a.s-item:active,#search-suggestion a.s-item:focus {
    border-bottom: 1px dashed #ccc;

}
#search-suggestion .last {
    border-bottom: none;
}
#search-suggestion .s-item img {
    vertical-align: text-top;
    width: 35px;
    float: left;
    margin-right: 5px;

}
#search-suggestion .s-item .s-item-name {
    display: block;
}
#search-suggestion .s-item .s-item-author {
    display: block;
    color: #ccc;
    font-size: 11px;
    font-style: italic;
}
.toast-top-right {
    top: 50px;
}
.swiper-pagination-bullet {width: 12px !important; height: 12px !important;}
#page-title, .box8 .box-title {
    font-size: 20px;
    text-transform: uppercase;
}
.comment_list .author {
    color: #E20A17;
    font-weight: bold;
}
.comment_list .time {font-style: italic;}
.comment_list {margin:0;}
.comment_list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.comment_list li.odd {background: #FDF5E6;}
.comment_list li .cmt-content {margin-top: 10px}
#post-comments .nav-tabs > li {text-transform: uppercase; font-weight: bold;}
#scrolltop-btn {
    display: none;
    opacity: 0.3;
    z-index: 9999999;
    border: none;
    outline: none;
    color: white;
}
#scrolltop-btn:hover {
    opacity:1;
}


.c-row{float:left; width:100%;margin-bottom:30px;}
.c-row a {color:#4f4f4f}
.c-row img {
    margin-right: 20px;
    vertical-align: middle;
}
.contact-btn{border:1px solid #fff;background:#6f4720;color:#fff;text-transform: uppercase;font-weight: bold;padding-left:30px; padding-right: 30px;}
.contact-btn:hover{color: #f3c811;}
#footer{
    background: #6f4720;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}
#footer a{ color:#fff;}

.hotline {font-size: 20px;}
.last {padding-right: 0 !important; margin-right:0 !important}
.arrow-up {
    color: white;
    margin-left: 3px;
}
@media (max-width: 979px){
    .right-content,
    .left-content{
        width: 100%;
        float: none;
    }
    .right-content{
        padding: 0 5px;
    }
}
@media (min-width: 768px) {
    .post-list-1 .post-item a.img-wrapper, .post-list-2 .post-item a.img-wrapper {
        height: 150px;
    }
}
@media (min-width: 992px) {
    .slick-next {
        right: -25px;
    }
    .post-list-1 .post-item a.img-wrapper, .post-list-2 .post-item a.img-wrapper {
        height: 170px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #sale-policy {
        clear: both;
    }
}
@media (max-width: 876px) {
    #header .main-menu > ul > li > a {
        font-size:12px;
    }
}
@media (max-width: 820px) {
    #header .main-menu > ul > li > a {
        font-size:11px;
    }
    .breadcrumb-bg {    max-height: 200px;max-width: none;} 
}
@media (max-width: 767px) {
    #main-search .col-sm-5 {margin-bottom: 10px;}
    .post-list-1 .post-item a.img-wrapper, .post-list-2 .post-item a.img-wrapper {
        height: 120px;
    }
    #home-3 .circle {display: none}
}
@media (max-width: 767px){
    .post-item h3  {}
    #page-body img, #post-content img, #product-content img, #page-body iframe, #post-content iframe, #product-content iframe {max-width: 100%; }
    .post-item .col-xs-12 {float: none;}
}

@media (max-width: 676px){
    .list-hot-item ul li{
        width:50%;
    }
    .list-hot-item ul li:first-child img{
        height: auto;
    }
    .list-hot-item ul li:last-child{
        display: none;
    }
    .post-detail .image{
        float: none;
        width: 100%;
        text-align: center;
    }
    .post-detail .text{
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }
    .post-list-1 .post-item a.img-wrapper, .post-list-2 .post-item a.img-wrapper {
        height: 100px;
    }
}
@media (max-width: 640px){
    .post-list-1 .post-short-desc {height: 55px;  text-overflow: ellipsis;  overflow: hidden;}
}
@media (max-width: 568px){
    .col-xss-6 {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .post-list-1 .post-item a.img-wrapper, .post-list-2 .post-item a.img-wrapper {
        height: auto;
    }
}
@media (max-width: 560px) and (min-width: 447px){
    #first-post .col-xs-4 {
        width: 40%;
        padding-right: 0;
    }
    #first-post .col-xs-8 {
        width: 60%;
    }
}
@media (max-width: 446px){
    .send-contact-col {width:100%; text-align: left;}
    .captcha-col {width:100%}
    #first-post .col-xs-4 {
        width: 100%;
        text-align: center;
    }
    .img-wrapper {max-height: 100%;}
    #first-post .col-xs-4 img {
        max-width: 300px;
    }
    #first-post .col-xs-8 {
        width: 100%;
    }
    #ajax-form .btn-close {
        float: none;
        margin-top: 15px;
        display: block;
    }
}

@media (max-width: 420px){
    .post-detail .text{
        text-align:left;
    }
    .post-list-4 .post-item .img-wrapper-2 {display:none}
}
@media (min-width: 400px){
    #footer .navbar-nav > li{
        float: left;
        display: inline-block;
    }
}
@media (max-width: 380px){
    #pd-price {display: block; margin-bottom: 10px;}
    .contact-ajax {margin-left: 0}
}
@media (max-width: 330px){
    #first-post .col-xs-4 img {
        max-width: 100%;
    }

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #BC531B;
    border-color: #BC531B;
}
.captcha-image {vertical-align: middle;border-radius: 4px;margin-right: 10px;}
#contact-recaptcha {width:120px !important}

/**TRUNG HUNG **/
#top-logo {
    float: left;
    margin-right: 10px;
}
#top-logo img {width: 220px;}
.neo #top-logo img {width: 176px}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    position: absolute;
    border: 0;
    background: transparent;
    color: #fff;
    outline: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 5px 5px !important;
    top: 73px;
}
.mdl-book .owl-carousel .owl-nav button.owl-next,.mdl-book .owl-carousel .owl-nav button.owl-prev, .mdl-book .owl-carousel button.owl-dot{
    top: 173px;
}
.mn-left a.alevel0 {
    padding-left: 30px;
}
@media (max-width: 1229px) {
    #header .search-form{margin-top:5px;}
}
@media (max-width: 1005px) {
    #top-logo img {width: 175px}
    #header .main-menu > ul > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
}
@media (max-width: 820px) {
    #top-logo {padding-left: 35px !important;}
    #header .search-form input {width: 150px;}
    #header .search-form {margin-top: 40px;}
}
@media (max-width: 620px) {
    #top-logo img {width: 130px;}
    #header .search-form {margin-top:30px}
}
@media (max-width: 560px) {
    #top-logo img {width: 100px;}
}
@media (max-width: 440px) {
    #top-logo img {width: 100px;}
    #header .search-form{width: 100%;margin-top:5px}
}

.page-category .disabled span {
    background-color: transparent !important;
    border: 1px solid #6c757d;
    padding: 0.4rem 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #6c757d;
}
.page-item.active .page-link {
    border: 1px solid #E6005A;
    color: #E6005A;
    background-color: transparent;
}
#post-detail h1, #post-detail h2,#post-detail h3,#post-detail h4, #post-detail h5, #post-detail h6 {

}
.mn-left{font-size:13px;border-radius: unset;}
.mn-left .mm-show {padding-bottom: 0}
.mn-left .mm-show a {padding: 3px 0 3px 30px}
#main-slideshow .swiper-slide a {width: 100%}
.list-unstyled .list-unstyled li:last-child::before {height: 13px}