html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background: #efefef;
}

a, a:link, a:active, a:visited {
    color: #484646;
}

a:hover, a:focus {
    text-decoration: none;
    color: #428bca;
}

a.dimgray {
    color: #696969;
}

a.dimgray:hover {
    color: #205FA0;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #205FA0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1, .h1 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 16px;
}

h3, .h3 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 13px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}
input:hover,input:active,input:focus,button:hover,button:active,button:focus,select:hover,select:active,select:focus,textarea:hover,textarea:active,textarea:focus {
    outline: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}
.content_main .container{
    background: #fff;
}
.container{
    position: relative;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
/*header*/
.contact-top{
    background: #9c2f2f;
    color: #fff;
    height: 31px;
}
.content_header li a{
    color: #fff;
}
ul.content_header{
    line-height: 31px;
}
.content_header li{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.banner_logo{
    background-repeat: no-repeat,repeat-x;
    background-size: auto,auto;
    position: relative;
}
.logo_desktop{
    text-align: center;
}
#search-keyword{
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 230px;
}
.page_header-search{
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 5%;
}
#search-site {
    display: flex;
}
#search-site .btntop{
    background-color: #9c2f2f;
    border-color: #9c2f2f;
    color: #fff;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.language img{
    width: 32px;
}
.language .menu_item_right a.active{
    opacity: 1;
}
.language .menu_item_right a{
    opacity: 0.5;
}
.language{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
}
#searchFolding {
    top: 34px;
    right: 0;
    z-index: 9999;
    display: none;
    position: absolute;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    overflow: visible;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
    box-shadow: 0 0 2px rgba(0,0,0,.25);
    width: 330px;
}
#searchFolding a:nth-of-type(odd) {
    background: #f6f6f6;
}
#searchFolding a:hover{
    color: #000;
}
#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    font-size: 13px;
    z-index: 999;
}

/*menu*/
header .menuwrap .menu .menulink {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
}
header .menuwrap .menu .menulink>li>a:hover {
    background: #9c2f2f;
    color: #fff;
}
header .menuwrap .menu .menulink>li:hover .sub {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    display: block;
}
header .menuwrap .menu .menulink>li {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
header .menuwrap .menu .menulink>li .sub ul li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
header .menuwrap .menu .menulink>li .sub ul li a:hover {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    color: #333 ;
}
header .menuwrap .menu .menulink>li .sub ul li a {
    display: block;
    text-decoration: none;
    color: #111;
    position: relative;
    font-weight: normal;
    white-space: nowrap;
    line-height: 30px;
    padding: 3px 15px;
    clear: both;
}
header .menuwrap .menu .menulink>li:first-child>a {
    border-left: none;
}
header .menuwrap .menu .menulink>li>a{
    padding: 16px 30px;
    line-height: 18px;
    color: #484646;
    border-left: 1px solid #ccc;
    display: block;
}
header .menuwrap .menu .menulink > li .sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #DCDCDC;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 220px;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.menuwrap{
    background: #fff;
}
/*slide main index*/
#homepage_slider.owl-theme .owl-dots .owl-dot.active span{
    background: #f50f0d;
}
#homepage_slider.owl-theme .owl-dots .owl-dot span{
    background: transparent;
    height: 10px;
    width: 10px;
    margin: 0;
}

#homepage_slider.owl-theme .owl-dots .owl-dot{
    border: 1px solid;
    padding: 2px!important;
    width: 16px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}
#homepage_slider.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    right: 40px;
    bottom: 15px;
}

/*menu left*/
.panel-default>.panel-heading{
    background-color: #9c2f2f;
    padding: 10px;
    border: none;
    border-radius: 0;
    color: #fff !important;
    height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-default .panel-body .panel.metismenu{
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
}
.panel-default .panel-body .sidebar{
    display: block;
    float: left;
    width: 100%;
}
.panel-default {
    border: 1px solid #ddd;
    margin-bottom: 18px;
    background-color: #fff;
}
.panel-default .panel-body{
    padding: 5px;
}
.content_left{
    padding: 5px;
}
.metismenu .sidebar-nav ul li a{
    padding: 10px 10px;
    display: block;
    color: #484646;
    border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;
}
.metismenu .sidebar-nav ul li .rotate-icon:hover{
    background: rgba(0,0,0,.15);
}
.metismenu .sidebar-nav ul li .rotate-icon{
    color: #484646;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 50%;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.metismenu .sidebar-nav ul a:hover{
    background-image: linear-gradient(to right,#FF6600 4px,rgba(0,0,0,0) 4px);
}
.metismenu .sidebar-nav ul li{
    display: block;
    position: relative;
}
.metismenu .sidebar-nav ul ul ul a.level_2 {
    padding: 10px 30px;
}
.metismenu .sidebar-nav ul ul a {
    padding: 10px 20px;
    background-color: #efefef;
}
.news_Content_home li .title_news{
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    padding-left: 5px;
}
.news_Content_home li .link_news img{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
.news_Content_home li .link_news{
    width: 60px;
}
.news_Content_home li a{
    display: block;
}
.news_Content_home li{
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
}
.nv-block-banners .item{
    margin-bottom: 10px;
}
/*index category*/
#load_category{
    padding-top: 5px;
    padding-right: 5px;
}
.content_category_index{
    margin-bottom: 10px;
}
.content_category_index .panel-heading{
    border-radius: 0;
    color: #fff;
    height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    border-top: 4px solid #9c2f2f;
}

.content_category_index .panel-body{
    padding-top: 10px;
}
.content_category_index .panel-heading .pull-right {
    width: calc(100% - 320px);
    overflow: hidden;
    text-align: end;
}
.content_category_index .panel-heading .pull-right a:hover{
    text-decoration: underline;
}
.content_category_index .panel-heading .pull-right a{
    background: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 35px;
    padding: 0 7px;
    color: #484646;
    text-transform: none;
}
.content_category_index .panel-heading > a:after{
    position: absolute;
    content: ' ';
    border-top: 50px solid transparent;
    border-right: 72px solid #fff;
    border-bottom: 70px solid transparent;
    right: 0;
}
.content_category_index .panel-heading a{
    position: relative;
    background: #9c2f2f;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
    width: 320px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.panel-heading a{
    color: #fff;
}
.content_category_index .img_thumb img{
    max-width: 150px;
    max-height: 150px;
}
.content_category_index .item .title_product{

}
.content_category_index .item .title_product h3{
    font-size: 14px;
    line-height: 22px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
}
.content_category_index .item .title_product{
    padding: 5px 0;
}
.content_category_index .item{
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;

}
.content_category_index .img_thumb{
    height: 150px;
}


/*category product*/
.breadcrumb{
    background: #fff;
    position: relative;
    margin-bottom: 6px;
    border-bottom: 1px solid #ddd;
}
.breadcrumb li{
    margin-right: 10px;
}
.breadcrumb li a{
    padding-right: 10px;
}
.breadcrumb li:last-child:after{
    content: none;
}
.breadcrumb li:after{
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
}
.content_category_index.category_p{
    padding-right: 5px;
}
.product_item{
    margin-bottom: 20px;
}
.price_product{
    font-weight: bold;
}
.product_item .label-sold{
    color: red;
    font-weight: bold;
}
.order_product {
    margin: 20px 0;
}
.order_product a{
    display: inline-block;
    padding: 8px 15px;
    background: url(/tp/T0406/img/bg_lienhe.png) repeat-x top left;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.img_thumb_product img{
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
}
.category_title{
    padding: 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
}

/*news*/
.sidebarBlog_left{
    padding-right: 5px;
}
.list_newss_right .title_news_category{
    padding-left: 6px;
}
.list_newss_right{
    background: url(/tp/T0406/img/arrow_left_orange.png) no-repeat 0 8px;
    margin-bottom: 10px;
}
.list_item_news_left{
    padding-top: 10px;
}
.sidebarBlog_left .content_category_index .panel-heading a{
    background: #296fb5;
    width: 100%;
}
.list_newss_category .time_new{
    margin-bottom: 10px;
}
.list_newss_category .image img{
    border: 1px solid #ddd;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}
.list_newss_category {
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}
.list_newss_category h2{
    margin-bottom: 6px;
}

/*contact*/
.title_contact_top {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    padding: 8px;
    line-height: 18px;
}
.layout-pageContact {
    padding: 40px 0;
    background: #fff;
}
.layout-pageContact .main_contact{
    padding-right: 5px;
}
.box-contact{
    margin-bottom: 20px;
}
.box-contact h3:after{
    content: "";
    background: #9c2f2f;
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.box-contact ul li {
    padding: 0.5rem 0;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}
.box-contact ul li i{
    margin-right: 10px;
    font-size: 24px;
    color: #424242;
    opacity: 0.3;
    vertical-align: text-bottom;
    display: inline-block;
    width: 30px;
}
.box-contact h3{
    font-size: 1.2rem;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #9c2f2f;
    margin-bottom: 1rem;
    display: inline-block;
    letter-spacing: 0.5px;
}


.contact-form{
    padding: 5px;
}
.contact-form .form-control {
    display: block;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .input-group-icon:first-child {
    border-right: 0;
}
.contact-form .input-group-icon{
    padding: 8px 12px;
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form .input-group {
    position: relative;
    border-collapse: separate;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.fa-lg.fa-horizon {
    width: 22px;
}
input[type=text].title_register,input[type=text].name_register,.contact-form textarea.content_register,input[type=text].email_register,input[type=text].email_register{
    background-image: url(/tp/T0406/img/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.contact-form .input-group-icon{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.contact-form .send_contact:hover{
    color: #fff;
    background-color: #285e8e;
    border-color: #193c5a;
}
/*product detail*/
.product_detail{

}
.product_detail .title_product h2 a{
    color: #004080;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}
.product_detail .img_thumb_product img{
    padding: 0;
}
.product_detail{
    margin-top: 15px;
}
.contentTab {
    overflow: hidden;
}
.contentTab {
    display: none;
    line-height: 1.6em;
    width: 100%;
}
.title_view {
    border-bottom: 1px solid #ddd;
    display: flex;
}
.title_view>span {
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 0.25em;
    float: left;
    position: relative;
    display: block;
    font-size: 1.1em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    border: 1px solid #ddd;
}
.title_view>span.active {
    color: #47a3da;
    border: 1px solid #47a3da;
    box-shadow: inset 0 2px #47a3da;
    box-shadow: 0 2px #47a3da inset;
    border-bottom: none;
    z-index: 100;
}
.title_view>span.active:after {
    right: auto;
    left: 100%;
    width: 4000px;
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    background: #47a3da;
}
.title_view>span:hover, .title_view>span.active {
    background: #fff;
    font-weight: 700;
}
.contentTab.active {
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 5em 0 1em;
    font-weight: 300;
}
.keywords a:hover{
    color: #428bca;
}
.keywords{
    margin-bottom: 15px;
}
.keywords a:last-child .icon{
    display: none;
}

.content_detail_product{
    padding-right: 5px;
}
.news_page .column{
    margin-bottom: 10px;
}
.content_detail_product .box{
    padding: 5px 10px;
    margin: 0 0 0 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/*footer*/
footer .top-footer {
    background: #161829;
    background-size: cover;
    padding: 20px 0;
}
footer .top-footer .footer-content h3 {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}
footer .top-footer .footer-content .footer-hotline {
    margin-left: 55px;
}
footer .top-footer .footer-content .footer-hotline a {
    text-decoration: none;
    color: #9c2f2f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}
footer .top-footer .footer-content .footer-hotline p {
    color: #acacac;
    font-size: 0.9rem;
    line-height: 1.3;
}
footer .top-footer .footer-content .ws-address li {
    margin-bottom: 10px;
}
footer .top-footer .footer-content .ws-address li p {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 0.9rem;
}
footer .top-footer .footer-content .ws-address li span {
    color: #acacac;
    font-size: 0.9rem;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
footer .top-footer .footer-content .footer-list li {
    padding: 10px 0;
}
footer .top-footer .footer-content .ws-address li p::before {
    content: "\f041";
    font-family: FontAwesome;
    color: #9c2f2f;
    margin-right: 5px;
    display: inline-block;
}
footer .top-footer .footer-content .footer-list li a {
    text-decoration: none;
    color: #acacac;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.9rem;
}
footer .bottom-footer {
    background: #161829;
    padding: 1.5rem;
    padding-bottom: 1px;
}
footer .bottom-footer p {
    font-size: 0.9rem;
    color: #acacac;
}
.fixed-hotline {
    position: fixed;
    z-index: 999;
    bottom: 5%;
    left: 15px;
}
.fixed-hotline a {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #9c2f2f;
    color: #9c2f2f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 1rem 0.5rem;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}
.zalo-chat-widget {
    display: none;
}

/*reponsive*/
@media (min-width: 768px) {
    header .menuwrap .menu .menulink>li>a {
        padding: 16px 18px;
    }
}

@media (min-width: 1025px) {
    header .menuwrap .menu .menulink>li>a {
        padding: 16px 45px;
    }
}

@media (min-width: 992px) {
    header .menuwrap .menu .menulink>li>a {
        padding: 16px 39px;
    }
}

@media (min-width: 1200px) {
    header .menuwrap .menu .menulink > li .sub ul li a {
        font-size: .765rem;
    }
}

@media (max-width: 1400px) {
    .page_header-search{
        top: 35px;
    }
    .language{
        top: -25px;
    }
}
@media (max-width: 768px) {
    .navbar_header_mobile button{
        margin-left: 10px !important;
        margin-right: -45px;
        border-color: #fff !important;
        background-color: #fff !important;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-image: none;
        border-radius: 4px;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .navbar_header_mobile .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .navbar_header_mobile .icon-bar {
        background-color: #000;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    [class^="icon-"], [class*=" icon-"] {
        display: inline-block;
        font: normal normal normal 14px/1 NukeVietIcons;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0,0);
        vertical-align: -10%;
    }
    .icon-old-phone:before {
        content: "\e606";
    }
    .icon-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -25%;
    }
    ul.content_header {
        line-height: 41px;
    }
    .contact_mobile_header {
        display: inline-block;
        padding: 8px;
        color: #fff;
        line-height: 1;
        background: #fff;
        border-width: 2px;
        border-color: transparent transparent #fff #fff;
        border-style: solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        right: 10px;
        top: 8px;
    }
    .contact_mobile_header img{
        height: 14px;
    }
    .contact-top{
        height: 51px;
    }
    .content_header{
        display: none;
        color: #333;
        background: #eee;
        max-width: 485px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        z-index: 1000;
        position: absolute;
        top: 51px;
        right: 0;
        padding: 15px;
        border-bottom: #a7a6a6 1px solid;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .content_header .title_ct{
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .content_header li{
        display: block;
        line-height: 17px;
    }
    .content_header li a {
        color: #333;
    }
    .language{
        right: unset;
        left: 80px;
        top: -35px;
    }
    .navbar_header_mobile.menu_block{
        position: absolute;
        top: 0;
    }
    .header{
        position: relative;
    }
    header .menuwrap .menu .menulink>li{
        display: block;
    }
    .menuwrap{
        top: 0;
        position: absolute;
        left: 0;
        z-index: 999999999;
        color: #fff;
        width: 100%;
        display: none;
    }
    header .menuwrap .menu .menulink>li>a{
        border-bottom: 1px solid rgba(255,255,255,0.2);
        border-left: none;
    }
    header .menuwrap .menu .menulink>li>a,header .menuwrap .menu .menulink>li .sub ul li a{
        color: #fff;
    }
    .navbar_header_mobile.mobile_hidden{
        position: absolute;
        right: 80px;
    }
    header .menuwrap .menu{
        padding: 0 9px;
        background: #9c2f2f;
    }
    header .menuwrap .menu .menulink>li .sub{
        display: block;
        position: relative;
        background: unset;
        border-left: none;
        border-right: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: unset;
    }
    header .menuwrap .menu .menulink>li>a{
        background-color: #9c2f2f;
        padding: 10px 0 10px 5px;
    }
    .content_main .content_left{
        display: none;
    }
    #load_category{
        padding-left: 5px;
    }
    .page_header-search{
        position: relative;
        top: unset;
        right: unset;
    }
    .banner_logo{
        text-align: center;
    }
    #searchFolding{
        left: 0;
        width: 282px;
    }
}