@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_AvoBold';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff')
    format('woff2'), url('../fonts/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold.ttf')
    format('truetype'), url('../fonts/UTMAvoBold.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-62{
    clear: both;
    height: 62px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #f2f0f0;
    box-shadow: 0px 0px 6px #333;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}

/*======================================================================================================================*/

.logo_pc{
    margin: 13.5px 0px;
}
.logo_pc img{
    width: 165px;
    max-width: 100%;
    max-height: 90px;
}
.slogan_header{
    text-align: center;
    margin-top: 23px;
}
.slogan_main_hd{
    font-family: UTM_AvoBold;
    font-size: 24px;
    color: #f7941d;
    text-transform: uppercase;
}
.slogan_sub_hd{
    font-size: 14px;
    color: #000000;
    line-height: 23px;
}
.list_link_hd{
    margin-top: 27px;
    float: right;
}
.list_link_hd li{
    float: left;
}
.list_link_hd li>a{
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #f7941d;
    border-radius: 50%;
    color: #f7941d;
    margin: 1.5px;
}
.list_link_hd li>a:hover{
    font-size: 16px;
}
.box_hotline_hd{
    display: inline-block;
    color: #ee0101;
    font-size: 28.25px;
    font-weight: bold;
    background: url("../img/icon_hotline.png") no-repeat top left;
    padding-left: 45px;
    padding-top: 13px;
}
.bg_header_mid{
    background: -moz-linear-gradient(1deg, #C07501 0, #E19402 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 1deg, color-stop(0, C07501), color-stop(100%, E19402));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(1deg, #C07501 0, #E19402 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(1deg, #C07501 0, #E19402 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(1deg, #C07501 0, #E19402 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(1deg, #C07501 0, #E19402 100%);/* W3C */
}
.qts_head_mid.sticky-header.fixed .bg_header_mid{
    box-shadow: 0px 0px 6px #333;
}
.form_search{
    width: 90%;
    margin-left: 5%;
    margin-top: 9px;
    margin-bottom: 7px;
}
.form_search input.text_search{
    height: 25px;
    border: 0px;
    margin: 0px;
    background: #FFFFFF;
    padding-left: 6px;
}
.form_search button#do_submit{
    height: 25px;
    border: 0px;
    margin: 0px;
    background: #FFFFFF;
    padding: 0px 10px;
    color: #a1a3a6;
    margin-left: 0px;
}
.slider_main .owl-nav{
    display: none !important;
}
.slider_main .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.tit_left_content{
    margin: 0px;
    background: #f7941d;
}
.tit_left_content>span,
.tit_left_content>a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 11px;
    padding-right: 25px;
    position: relative;
}

.tit_left_content>span:after,
.tit_left_content>a:after{
    content: "\f107";
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 25px/1 fontawesome;
    position: absolute;
    top: 3px;
    right: 10px;
}
.icon_tit_left{
    float: left;
    width: 25px;
    height: 20px;
    margin-right: 7px;
}
.txt_tit_left{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
}
.nav_left_content{
    border: 1px solid #d0d0d0;
    border-top: 0px;
}
.nav_left_content>li>a{
    display: block;
    font-size: 12px;
    color: #626262;
    line-height: 19px;
    padding: 5px;
    padding-left: 27px;
    border-bottom: 1px dotted #787878;
    background: #f1f1f1;
}
.nav_left_content>li:last-child>a{
    border-bottom: 1px dotted transparent;
}
.nav_left_content>li>a:hover{
    /*color: #e95d10; */
    color: #f7941d;
}
.box_hotline_left{
    border: 1px solid #d0d0d0;
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 13px;
    text-align: center;
}
.bg_hotline_left{
    width: 274px;
    max-width: 100%;
    height: 80px;
    background: url("../img/bg_hotline.png") no-repeat;
    background-size: 100% 100%;
    margin: auto;
    font-size: 18px;
    color: #f10000;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_hotline_left>span{
    display: inline-block;
    line-height: 18px;
    margin-top: 63px;
}
.list_prod_hot_left{
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-top: 0px;
}
.img_prod_hot{
    display: block;
    width: 100%;
    border: 1px solid #e3e5e5;
    position: relative;
}
.img_prod_hot>img{
    display: block;
    position: relative;
    top: 50%;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    max-height: 100%;
}
.img_prod_hot:hover>img{
    opacity: 0.8;
}
.name_prod_hot{
    font-size: 12px;
    color: #068bd6;
    margin: 0px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    padding: 0px 12px;
    margin-top: 5px;
}
.name_prod_hot a{
    display: block;
    color: #068bd6;
}
.name_prod_hot a:hover{
    color: #f7941d;
}
.box_prod_hot{
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}
.box_fb_left{
    text-align: center;
}
.icon_tkct{
    display: inline-block;
    width: 25px;
    float: left;
    text-align: center;
    margin-right: 7px;
    margin-top: 2px;
}
.txt_tktc{
    display: block;
    color: #4e4d4d;
    font-size: 14px;
    line-height: 20px;
}
.list_tkct_left>li{
    display: block;
    overflow: hidden;
    margin: 7px 0px;
}
.list_tkct_left{
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 20px;
    border-top: 0px;
}
.img_mx100{
    width: 100%;
}
.vticker_mb>ul>li{
    display: none;
}
.vticker_mb>ul>li:nth-child(1),
.vticker_mb>ul>li:nth-child(2),
.vticker_mb>ul>li:nth-child(3){
    display: block;
}
.tit_right_content{
    border-bottom: 1px solid #f7941d;
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 28px;
}
.tit_right_content>a,
.tit_right_content>span{
    display: inline-block;
    float: left;
    height: 35px;
    background: #f7941d;
    padding-left: 15px;
    padding-right: 45px;
    padding-top: 6px;
    padding-bottom: 4px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.icon_tit_right{
    width: 35px;
    height: 25px;
    float: left;
    margin-right: 20px;
}
.txt_tit_right{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.row_6{
    margin: 0px -6px;
}
.row_9{
    margin: 0px -9px;
}
.box_prod{
    overflow: hidden;
    margin-bottom: 32px;
}
.img_prod{
    display: block;
    overflow: hidden;
    border: 1px solid #dadada;
}
.box_prod:hover .img_prod{
    border: 1px solid #f7941d;
}
.img_prod img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.img_prod:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s;
}
.sub_prod{
    overflow: hidden;
    text-align: center;
}
.name_prod{
    font-size: 13px;
    color: #5c5b5b;
    margin: 0px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 5px;
}
.name_prod a{
    display: block;
    color: #5c5b5b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.name_prod a:hover{
    color: #f7941d;
}
.price_prod{
    font-size: 13px;
    color: #0586cf;
    line-height: 18px;
}
.price_prod span{
    color: #ff0000;
}
.tit_bott_content{
    border-bottom: 1px solid #f7941d;
    text-align: center;
    margin: 0px;
    margin-bottom: 26px;
    font-size: 14px;
}
.tit_bott_content>a,
.tit_bott_content>span{
    display: inline-block;
    background: #f7941d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 35px;
    color: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.row_21{
    margin: 0px -21px;
}
.row_mg_6{
    margin: 0px 6px;
}
.sc_news_home{
    max-width: 100%;
    overflow: hidden;
}
.name_news_hot{
    margin: 0px;
    color: #060606;
    line-height: 23px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.name_news_hot>a{
    display: block;
    color: #060606;
}
.name_news_hot>a:hover{
    color: #f7941d;
}
.des_news_hot{
    font-size: 14px;
    color: #060606;
    text-align: justify;
    line-height: 24px;
}
.img_news_hot{
    overflow: hidden;
    display: block;
}
.img_news_hot img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.img_news_hot:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s;
}
.prod_news_hot{
    margin-bottom: 25px;
    overflow: hidden;
}
.img_news_home{
    display: inline-block;
    float: left;
    width: 125px;
    margin-right: 25px;
}
.sub_news_home{
    overflow: hidden;
    display: block;
}
.name_news_home{
    margin: 0px;
    color: #060606;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.name_news_home span,
.name_news_home a{
    display: block;
    color: #060606;
}
.des_news_home{
    font-size: 13px;
    color: #060606;
    text-align: justify;
    line-height: 22px;
}
.list_news_home>li{
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c2c2c2;
}
.list_news_home>li:last-child{
    border-bottom: 1px solid transparent;
}
.sc_news_home{
    border-bottom: 1px solid #f7941d;
}
.slider_partner .owl-nav{
    display: none !important;
}
.slider_partner .owl-dots{
    display: none !important;
}
.slider_partner{
    text-align: center;
}
.slider_partner img{
    border: 1px solid #dbdbdb;
    width: 98% !important;
}
.qtss_footer_main{
    background: #f7941d;
    border-bottom: 8px solid #7c4a0f;
    color: #ffffff;
    padding-bottom: 15px;
}
.tit_ft{
    margin: 0px;
    margin-top: 5px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.txt_add_ft{
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
}
.list_link_ft>li>a{
    display: inline-block;
    float: left;
    margin: 5px 2px;
}
.list_link_ft>li>a:hover img{
    opacity: 0.6;
}
.list_link_ft>li>a img{
    width: 21px;
    height: 21px;
}
.nav_footer>li>a{
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
}
.nav_footer>li>a:hover{
    text-decoration: underline;
    color: #ffffff;
}
.back_link{
    border-bottom: 1px solid #f7941d;
    overflow: hidden;
    margin-bottom: 35px;
}
.back_link>li{
    float: left;
}
.back_link>li>a{
    display: inline-block;
    line-height: 25px;
    padding: 0px 15px;
    font-size: 14px;
    position: relative;
    color: #333;
}
.back_link>li>a:hover{
    text-decoration: underline;
}
.back_link>li:first-child>a{
    padding-left: 0px;
}
.back_link>li>a:after{
    content: "\f105";
    font: normal normal normal 14px/1 fontawesome;
    color: #333;
    position: absolute;
    right: -2px;
    top: 5px;
}
.back_link>li:last-child>a:after{
    content: "";
}
.pagi_cate>li>a{
    font-size: 14px;
    border-radius: 0px !important;
    margin: 0px 2px;
}
.name_prod_detail{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #f7941d;
    text-transform: uppercase;
    line-height: 25px;
}
.name_prod_detail a,
.name_prod_detail span{
    color: #f7941d;
}
.des_prod_detail{
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
    color: #333333;
}
.content_txt_detail{
    font-size: 13px;
    line-height: 23px;
    color: #333333;
    text-align: justify;
}
.content_txt_detail img{
    max-width: 100%;
    margin: 5px 0px;
}
