
    /*begin header*/@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;
}
body{
    overflow-x: hidden;
}
.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.as-flex-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.mt-a{
    margin-top: auto;
}
@media (min-width: 992px) {
  .dp-flex-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#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%;
    margin-right: 40px;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
#go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    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: 10px;
    border-radius: 2px;
}
.icon_next{
    font-size: 16px;
    padding-top: 6px;
}
#go_top:hover {
    opacity: 0.85;
}
/*==========qts_head_top======*/
.qts_head_top{
    border-bottom: 1px solid #dddddd;
}
.ul_right_head_top> li:last-child{
    padding-right: 0px;
}
.ul_right_head_top> li:first-child{
    padding-left: 0px;
}

.left_head_top{
    float: left;

}
.hotline{
    float: left;
    /*background: #dddddd;*/
    padding: 3px 27px 3px 10px;
    display: inline-block;
    margin-right: 10px;
}
.hotline > strong{
    font-size: 12px;
    color: #555555;
}
.hotline> a > strong{
    color: #be0201;
    font-size: 12px;
}
.hotline> a > strong:hover{
    text-decoration: underline;
}
.hotline> i {
    color: #d73636;
    font-size: 17px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.ul_head__left_top > li {
    font-size: 12px;
    line-height: 10px;
    display: inline-table;
    border-right: 1px solid #555555;
    padding: 0px 10px;
    margin: 5px 0px;
}
.ul_head__left_top > li:last-child{
    border-right: none;
}
.ul_head__left_top > li > a {
    color: #555555;
}
.ul_head__left_top > li > a:hover{
    text-decoration: underline;
}
.ul_head__left_top{
    overflow: hidden;
    padding: 3px 0px;
}
.right_head_top{
    float: right;
}

.ul_right_head_top> li {
    display: inline-table;
    font-size: 12px;
    line-height: 10px;
    padding: 0px 10px;
    border-right: 1px solid #555555;
    position: relative;
}
.ul_right_head_top> li:last-child{
    border-right: none;
}
.ul_right_head_top> li  > a {
    color: #777777;
}
.icon_log {
    font-size: 12px;
    color: #777777;
    margin-right: 5px;
}
.icon_log2{
    font-size: 12px;
    color: #777777;
    margin-right: 5px;
}
.full_head_top{
    float: left;
    width: 100%;
}
.ul_right_head_top{
    padding: 6px 0px 5px 0px;
}
/*========end_qts_head_top==========*/
/*============qts_head_mid=========*/
/*===========search===========*/
.qts_head_mid{
    background: url('../img/hd-bg.png') right center no-repeat;
}
.logo_pc> a > img {
    max-width: 100%;
}
.form_search{
    border: 1px solid #ccc;
}
@media (min-width: 992px){
    .form_search{
        margin: 6px 0;
    }
}
.input_gr> input{
    height: 25px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    color: #333333;
    /*border: 1px solid #c60a0a;*/
    border: none;
}
    .search_hgfg{
        font-size: 20px;
        margin-right: 5px;
    }
.btn_search{
    background: #c60a0a url(../img/i-search.png) center center no-repeat;
    border: transparent;
    height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: transparent;
    border-radius: 0px;
    padding: 0px 15px;
    border: none;
}
.btn_search:hover{
    background: #d42525;
    color: #ffffff;
}
.text_search> p {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-style: italic;
    padding: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.text_search> p  > strong{
    font-style: normal;
}
.input_gr> input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #898989;
}
.input_gr> input::-moz-placeholder { /* Firefox 19+ */
    color: #898989;
}
.input_gr> input:-ms-input-placeholder { /* IE 10+ */
    color: #898989;
}
.input_gr> input:-moz-placeholder { /* Firefox 18- */
    color: #898989;
}
/*==========================*/
/*==========================*/
.search_head_mid{
    /*padding: 47px 0px;*/
}
.logo_pc{
    padding: 20px 0px;
}
.h1-name{
    font-family:UTM_HelvetIns, sans-serif ;
    font-size: 30px;
    color: #0757b2;
    text-transform: uppercase;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.h1-name a{
    color: #0757b2;
}
.hd-slogan{
    font-size: 15px;
    color: #008029;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    padding-top: 25px;
}
.ul_right_head > li {
    text-align: center;
    display: inline-block;
    padding: 0px 18px;
    float: right;

}
.ul_right_head > li > a {
    color: #333333;
    float: left;
    width: 100%;
}
.ul_right_head > li > a:hover{
    opacity: 0.85;
}
.ul_right_head > li:last-child{
    padding-right: 0px;
}
.img_phone> a >  img{
    width: 41px;
    height: 40px;
}
.img_cart > a > img {
    width: 47px;
    height: 44px;
}
.text_right_head1 > p {
    color: #333333;
    font-size: 13px;
    text-align: left;
}
.text_right_head1> p > a {
    color: #008ed1;
    font-size: 18px;
    position: relative;
    top: -2px;
}
.text_right_head2> p > a{
    color: #666666;
}
.text_right_head2> p {
    font-size: 12px;
    text-align: left;
    padding-top: 20px;

}
.pd_top{
    padding-top: 5px;
}
.right_head{
    float: right;
    padding-bottom: 20px;
}
.right_head .hotline{
    font-family: UTM_HelvetIns, sans-serif;
    font-size: 24px;
    color: #ff0000;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.img_cart{
    position: relative;
}
.img_cart> p {
    position: absolute;
    line-height: 0px;
    top: 10px;
    margin: 0px 11px;
    width: 100%;
    text-align: center;
    color: #ffffff;

}
.img_right_head {
    float: left;
    display: inline-block;
    margin-right: 5px;
}
.text_right_head{
    overflow: hidden;
}

/*=========qnd_qts_mid============*/

.title_dmsp{
    color: #ffffff;
    font-size: 13px;
    padding: 7px 0px 10px 25px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: #c60a0a;
}
.icon_menu_dm{
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

/* menu ------>*/
/*background-color: rgba(0, 0, 0, 0.65);*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

.menu_main {
    background-size: 100% 100%;
}

/* Content wrapper */

.wrapper {
    /*width: 94%;*/
    /*max-width: 75%;*/
    margin: 0 auto;
}
.wrapper-small {
    max-width: 728px;
}
.wrapper-flush {
    width: 100%;
}
.nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav-container {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /*background-color: #c0c0c0;*/
    -webkit-overflow-scrolling: touch;
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: transparent;
    float: left;
    width: 60px;
    /*position: fixed;*/
    z-index: 99;
}
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #0757b2;
    border-radius: 10px;
}
.icon-menu .line-1 {
    top: 0;
}
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
.is-active .icon-menu .line-2 {
    opacity: 0;
}
.icon-menu .line-3 {
    bottom: 0;
}
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu {
    background-color: #efeded; /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 2 */
}
.nav-menu .menu-item {
    border-top: 1px solid #ffffff;
}
.nav-menu > .menu-item.is-active {
    background: #337ab7;
}
.nav-menu > .menu-item:hover {
    background: #337ab7;
}
.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: #ffffff;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #ffffff;
}
.nav-dropdown > .menu-item {
    padding-left: 0px;
}
.nav-dropdown > .menu-item:hover {
    opacity: 0.85;
}
.nav-menu .menu-link {
    color: #333;
    font-size: 14px;
    display: block; /* 1 */
    text-decoration: none;
    padding: 8px 15px;

}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown > .menu-link {
    display: inline-block;
}
.has-dropdown:after {
    padding-top: 0px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #333;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}
.has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
}
.nav-dropdown {
    display: none;
    background: red ;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block; /* 1 */
}
.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}
.nav-dropdown .menu-item {
    border-color: #ffffff;
}
.nav-dropdown .nav-dropdown .menu-item {
    background-color:#ea3232;
}
.logo_mobile {
    text-align: center;
}
.logo_mobile img {
    width: 180px;
    height: auto;
}
.nav-menu > .menu-item > .menu-link {
    padding: 8px 15px;
}

/*=================================================== menu_desktop =====================================================*/


@media (min-width: 992px) {
    .nav {
        background-color: rgba(0, 0, 0, 0.65);
    }
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu > .menu-item:hover,
    .nav-menu > .menu-item.is-active {
        background-color: transparent;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .has-dropdown:after {
        /*content: "" !important;*/
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
        border-color: transparent transparent transparent transparent !important;
    }
    .menu-item:hover.has-dropdown:after {
        border-color: rgb(117, 173, 33) transparent transparent transparent !important;

    }
    .nav-menu > .has-dropdown:after {

        position: absolute;
        /*top: 50%;*/
        /*right: 0.3rem;*/
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: -4px;
        font-family: FontAwesome;
        font-size: 14px;
        content: "\f0d7";
        color: #fff;
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }
    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }
    .nav-dropdown {
        left: 0px;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 215px;
        margin: 0;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-dropdown .menu-item {
        border: 0;
        margin-top: 1px;
    }
    .nav-dropdown .menu-item:last-child {
        border: 0;
        border-bottom: none;
    }
    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: #fe3232;
    }
    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #ffffff;
    }
    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #dedede;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
    .content {
        margin-top: 0;
    }
    .nav-menu > .menu-item > .menu-link {
        display: block;
        line-height: 20px;
        padding: 9px 20px;
        font-size: 13px;
        /*font-weight: bold;*/
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;

    }
    .nav-menu > .menu-item.active
    .nav-menu > .menu-item:hover {
        background: #0098da;
    }
    .nav-menu > .menu-item {
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        border-top: 0px;
    }
    .nav-menu,
    .nav {
        background: none;
    }
    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: #ffffff;
    }
    .nav-menu > .menu-item > a:hover {
        color: transparent;
        text-decoration: underline;
    }
    .nav-dropdown > .menu-item {
        padding: 0;
        background: #ffffff;
    }
    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #0d0d0d !important;
    }
    .nav-dropdown>.menu-item:hover>.menu-link {
        color: #ffffff !important;
    }
    .nav-menu > .menu-item {
        position: relative;
    }
    .nav-dropdown .nav-dropdown .menu-item{
        background: #ffffff;
    }
    .qts_head_bot{
        background: #0757b2;
        width: 100%;
    }

    .bf_star{
        position: relative;
    }
    .bf_star:before{
        content: "\f005";
        font: normal normal normal 20px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        left: -5px;
        top: 8px;
    }
    .bf_tag{
        position: relative;
    }
    .bf_tag:before{
        content: "\f02b";
        font: normal normal normal 16px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 11px;
    }

    .bf_calen{
        position: relative;
    }
    .bf_calen:before{
        content: "\f073";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        left: 2px;
        top: 11px;
    }
    .bf_usd{
        position: relative;
    }
    .bf_usd:before{
        content: "\f155";
        font: normal normal normal 19px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        left: 2px;
        top: 8px;
    }
    .bf_trophy{
        position: relative;
    }
    .bf_trophy:before{
        content: "\f091";
        font: normal normal normal 19px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        left: -3px;
        top: 8px;
    }
}
/*end header*/
/*begin footer*/@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;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
.go_top {
    width: 100%;
    position: relative;
    left: 0px;
    top: 12px;
    text-align: center;
}
.go_top> a  > img {
   width: 130px;
    height: 38px;
}
.go_top> a  > img:hover{
    opacity: 0.85;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
/**/
.icon_next{
    font-size: 16px;
    padding-top: 6px;
}
#go_top:hover {
    opacity: 0.85;
}
.qts_footer{
    background: #f4f3ef;
    padding-top: 30px;
    padding-bottom: 12px;
}
.name_footer{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 10px;
}
.name_footer> a {
    color: #333333;
}
.footer_left> p {
    color: #686866;
    font-size: 12px;
    line-height: 24px;
}
.footer_right{
    width: 33.3%;
    float: left;
}
.ul_footer_right> li {
    display: inline-block;
}
.ul_footer_right> li > h4{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 10px;
}
.ul_footer_right> li > h4> span{
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.ul_footer_right> li > h4> span:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    content: "";
    background: #e5e1de;
}
.ul_footer_right> li > p {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0px 5px 15px;
}
.ul_footer_right> li > p  > a {
    color: #666666;
    position: relative;
}
.ul_footer_right> li > p  > a:hover{
    text-decoration: underline;
}
.ul_footer_right> li > p  > a:before{
    position: absolute;
    line-height: 0px;
    top: 4px;
    left: -15px;
    display: inline-block;
    width: 8px;
    height: 5px;
    content: "";
    background: url("img/bf_footer_ul.png") no-repeat;
}
.pd_left_0 > p{
    padding-left: 0px !important;
    color: #666666;
}
.divcenter> input{
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    font-style: italic;

}
.style_dangky{
    height: 40px;
    padding: 0px 15px;
    background: #bd6069;
    border: transparent;
}

/*==*/
.ul_icon_ft> li {
    display: inline-table;
}
.ul_icon_ft> li> a {
    font-size: 18px;
    margin-right: 15px;
    color: #5f5a54;
}
.ul_icon_ft> li> a:hover{
   color: #bd6165;
}
.ul_icon_right_dt > li > a:hover {
    opacity: 0.7;
}
.ul_banquyen > li {
    font-size: 12px;
    line-height: 12px;
    display: inline-table;
    color: #5f5a56;
    font-weight: bold;
}
.ul_banquyen > li> a {
    color: #333333;
}
.ul_banquyen > li> a:hover{
    text-decoration: underline;
}
.qts_footer_bot{
    background: #e5e1de;
    padding: 15px 0px;
}

.ul_icon_right_dt> li {
    display: inline-table;
    margin-right: 5px;
}
.xxx_icon{
    padding: 15px 0px;

}.icon_footer_ {
     float: right;
     float: right;
     padding-top: 4px;
 }
.ul_icon_right_dt> li {
    display: inline-table;
    margin-right: 5px;
}
.ul_icon_right_dt> li > a > img {
    max-width: 100%;
}

.banquyen{
    padding-top: 7px;
}/*end footer*/
/*begin danhmuc*/  .sc-menu-danhmuc .as-menu {
    border: 1px solid #e5e5e5;
  }

  .sc-menu-danhmuc .as-menu li:last-child {
    border-bottom: none;
  }

  .sc-menu-danhmuc .as-menu li.dropdown {
    position: relative;
    z-index: 1;
  }

  .sc-menu-danhmuc .as-menu li.dropdown:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    padding-top: 3px;
    font-size: 16px;
    padding-left: 50px;
    top: 8px;
    right: 16px;
    right: 1rem;
    color: #333;
    line-height: 20px;
    cursor: pointer;
  }

  .sc-menu-danhmuc .as-menu li.dropdown.is-active:after {
    content: "\f0d7";
  }

  .sc-menu-danhmuc .as-menu li.dropdown.is-active > .dropdown-content {
    max-height: 700px;
    padding-left: 10px;
    background: #f4f4f4;
  }

  .sc-menu-danhmuc .as-menu li.dropdown > a {
    display: inline-block;
    
  }
  .dropdown-content a{
    color: #333;
  }
  .dropdown-content li{
    padding: 7px 0px;
  }

  .sc-menu-danhmuc .as-menu li.dropdown .dropdown-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style-type: none;
    padding-left: 0 !important;
    background: #fff !important;
  }

  .sc-menu-danhmuc .as-menu li.dropdown .dropdown-content li {
    padding-left: 0px !important;
  }

  .sc-menu-danhmuc .as-menu li.dropdown .dropdown-content li a {
    padding-left: 30px;
  }

  .sc-menu-danhmuc .as-menu li.dropdown .dropdown-content li a:before {
    content: url("img/dm-bf.png");
    margin-right: 10px;
  }

  .sc-menu-danhmuc .as-menu li a {
    padding: 10px;
  }

  .sc-menu-danhmuc .as-menu li a img {
    margin-right: 10px;
  }

  .sc-menu-danhmuc .as-menu > li {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-menu-danhmuc .as-menu > li a {
    border: none !important;
  }

  .sc-menu-danhmuc .as-menu > li ul li {
    border-top: 1px solid #e5e5e5;
  }

/*end danhmuc*/
/*begin tintucnoibat*//*end tintucnoibat*/
/*begin sanphamnoibat*//*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*/@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;
}
/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #fb7600;
    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;
}

/*================================================================================*/
.box_support{
    border: 1px solid #d2d2d2;
    border-top: none;
}

 p.phone_sup{
    font-family: UTM_HelvetIns;
    font-size: 22px;
    color: #000;
    margin-top: 9px;
}
 p.phone_sup a{
    color: #df0303;
    font-weight: bold;
}
p.phone_sup a:hover{
    text-decoration: underline;

}
.info_connect{
    padding: 11px 27px 16px 27px;
}
.btn_sup{
    max-width: 21px;
    margin: 7px 6px 7px 0px;
    display: block;
}
.support_num{
    position: relative;
    margin: 0px 6px;
}
.support_num span{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}
.support_num:before{
    content: url(../img/i-tuvan.png);
    position: absolute;
    margin-right: 5px;
    top: 0;
    left: -15px;
}
.support_num p{
    font-family: arial;
    font-size: 12px;
    color: #333;
}
.support_num p a{
    font-family: arial;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}
.support_num p a:hover{
    text-decoration: underline;
}
.line_1{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.support_onl{
    margin-bottom: 15px;
}
/*================================================================================*//*end hotrotructuyen*/
/*begin counter*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin content_right*/ /*end content_right*/
/*begin sanphamnoibat-home*//*end sanphamnoibat-home*/
/*begin sanphambanchay-home*//*end sanphambanchay-home*/
/*begin sanphammoi-home*//*end sanphammoi-home*/
/*begin danhmucsanpham-home*/.sc-sanpham-home {
  /*margin-top: 50px;*/
}

.sc-sanpham-home .title-home {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 3px double #0857b3;
}

.sc-sanpham-home .title-home a {
  color: #0857b3;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

.sc-sanpham-home .title-home .more {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

.sc-sanpham-home .home-prod {
  background: #fff;
}

.reRenderImg {
  display: block;
  text-align: center;
}

.sc-sanpham-home .home-prod .reRenderImg img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

.sc-sanpham-home .home-prod h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
}

.reRenderImg {
  border: 1px solid #e5e5e5;
}

.txt {
  text-align: center;
  padding-top: 10px;
}

.txt h3 {
  font-weight: bold;
}

.price {
  color: #f84c00;
}


/*end danhmucsanpham-home*/
    
    /*begin root_content*//*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner*/	/*========slider_banner=========*/

	.slider_banner .owl-nav .owl-prev{
	    background: none !important;
	}
	.slider_banner .owl-nav .owl-next{
	    background: none !important;
	}
	.icon_slider{
	    font-size: 64px;
	    text-shadow: #000000 0px 0px 4px;
	}
	.slider_banner .owl-nav [class*='owl-']{
	    display: none;
	}
	/*.slider_banner:hover .owl-nav [class*='owl-']{*/
	    /*display: block;*/
	/*}*/

	/*=====and_slider_banner*/
	.slider_banner .owl-dots .owl-dot.active span, .slider_banner .owl-dots .owl-dot:hover span{
	    background: #07a700;
	}
	.slider_banner .owl-dots .owl-dot span{
	    background:  #474747;
	    width: 13px;
	    height: 13px;
	    margin: 5px 6px
	}
	.slider_banner .owl-dots{
	    bottom: -35px;
	}/*end banner*/
    /*begin product_detail*//*end product_detail*/
    /*begin title_danhmuc2*//*end title_danhmuc2*/
    /*begin title_danhmucsanpham*//*end title_danhmucsanpham*/
    /*begin title_tintuc*//*end title_tintuc*/
    /*begin title_video*//*end title_video*/
    /*begin title_partner*//*end title_partner*/
    /*begin tintuchome-home*//*end tintuchome-home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*/@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;subset=vietnamese");
body {
  font-family: 'arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0;
}

.clb40 {
  clear: both;
  height: 40px;
}

ul.crumbs {
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
}

ul.crumbs li {
  font-size: 14px;
  color: #000;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

ul.crumbs li:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #259300;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: normal;
}

ul.crumbs li:last-child:after {
  content: none;
}

ul.crumbs li a {
  color: #000;
}

ul.crumbs li a:hover {
  color: #259300;
}

.details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.details ul li {
  padding: 4px 0;
  border-bottom: 1px solid #dbdbdb;
}

.details a {
  color: #333;
}

.details .prod-detail {
  font-size: 15px;
}

.details .prod-detail .detail-name {
  font-size: 18px;
  font-weight: bold;
   
}

.details .prod-detail .form-detail {
  padding: 5px 0;
}

.details .prod-detail .form-detail input.num,
.details .prod-detail .form-detail button {
  height: 17px;
  line-height: 10px;
}

.details .prod-detail .form-detail button {
  background: #e09e21;
  border: none;
  color: #fff;
}

.details .prod-detail .form-detail .num {
  width: 40px;
  text-align: center;
}

.details .prod-detail .form-detail .num::-webkit-inner-spin-button, .details .prod-detail .form-detail .num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.details .prod-detail .form-detail .submit {
  height: auto;
  background: #259300;
}

.details .prod-detail .submit {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background: #259300;
  color: #000;
  padding: 5px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.details .prod-detail .submit:hover {
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  border-bottom-width: 0;
}

.details .prod-detail .submit .fz {
  font-size: 0.6em;
}

.details .prod-desc .tit {
  font-size: 15px;
  color: #e09e21;
  margin-bottom: 20px;
}

.details .prod-desc .tit span {
  display: inline-block;
  padding-right: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.title_detail {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
}

/*==================================================Slider detail=================================================================*/
.gc-icon.gc-icon-download {
  display: none !important;
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-display-area .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  right: 10px;
}

.gc-display-area .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-display-area .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  left: 10px;
}

.gc-display-area .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-icon.gc-icon-enlarge {
  display: none !important;
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
  content: "\f00d" !important;
  font: normal normal normal 25px/1 fontawesome !important;
  color: #fff;
  width: 24px;
  text-align: center;
}

.slider_detail .glass-case ul li {
  border: none;
}

.slider_detail .glass-case img {
  width: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon {
  border: none;
  margin-top: 0px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: initial;
  height: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon.gc-icon-next-vt:before {
  font-family: Fontawesome;
}

/*# sourceMappingURL=../maps/style.css.map */

.sub, .add{
  padding:1px 6px;
}/*end pro_detail*/
/*begin pages_home*//*end pages_home*/
/*begin media_image*//*end media_image*/
/*begin news1*/
/*====css san pham moi====*/
.title_dmsp{
    background-color: #0757b2;
    padding: 8px 0px 8px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.hd-danhmuc{
    position: relative;
    
}
.hd-danhmuc:hover .dropdown-content{
    display: block;
}
.hd-danhmuc .dropdown-content{
    display: none;
    position: absolute;
    z-index: 2;
    background: #fcfcfc;
    color: #000;
    top: 100%;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.hd-danhmuc .dropdown-content a{
    display: block;
    padding: 0px 10px;
}
.hd-danhmuc .dropdown-content a:hover{
    color: #0757b2 ;
}
.title_dmsp img{
    margin-left: 10px;
}
.box_sp_news{
    padding: 0px 20px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
}
.product_list_widget> li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 38px; 
    color: #333;
}
.product_list_widget> li a:hover{
    color: #DD3333 !important;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: arial;

}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: arial;

}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}

/*==end-san pham moi===*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat-home*//*end tintucnoibat-home*/

/*  update doi tac -----> */
.sc-doitac .title-home {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 3px double #0857b3;
}

.sc-doitac .title-home a {
  color: #0857b3;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

.sc-doitac .title-home .more {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

.sc-doitac .slider_dt {
  border: 1px solid #ccc;
  padding: 15px 15px 5px 15px;
}

.sc-doitac .slider_dt a {
  display: block;
  width: 180px;
  height: 133px;
  overflow: hidden;
}

.sc-doitac .slider_dt img {
  border: 1px dotted #ccc;
}
    /* update footer -----> */

    footer {
  color: #666666;
}

footer .ft-tit, footer .ft-name {
  position: relative;
  color: #0857b3;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer .ft-tit:after, footer .ft-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 150px;
  max-width: 100%;
  height: 1px;
  background: #ccc;
}

footer .ft-name:after {
  content: none;
}

footer .map-area > *,
footer .fb-area > * {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

footer ul.ft-list li {
  padding: 5px 0px;
}

footer ul.ft-list li a {
  color: #666666;
  font-size: 12px;
}

footer ul.ft-list li a:hover {
  color: #0857b3;
}

footer ul.ft-list li a:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAJUlEQVQYV2Pcv3/vfwYGBgZHR2dGEM2IIQASBQGYBFgZigBBMwC0vRZ7QG/ACgAAAABJRU5ErkJggg==");
  line-height: 12px;
  margin: 5px;
}

.dib {
  display: inline-block;
}

.qts_footer_top {
  margin-top: 20px;
}

.qts_footer_top .ft-form {
  padding: 15px 0;
  background: #2e9fe3;
  color: #fff;
}

.qts_footer_top .ft-form .form-tit {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.qts_footer_top .ft-form .form-dangky {
  max-width: 450px;
  margin-bottom:-10px; 
}

.qts_footer_top .ft-form .form-dangky .input_search,
.qts_footer_top .ft-form .form-dangky .butt_search {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.qts_footer_top .ft-form .form-dangky .butt_search {
  color: #fff;
  text-transform: uppercase;
  background: #f84c00;
  margin-left: 2px;
}

.qts_footer_top .info_policy {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.qts_footer_top .info_policy .fa {
  color: #75d24e;
}

.qts_footer_top .info_policy span.name-icon {
  font-size:20px;
  vertical-align: top;
  margin-right: 10px;
}

.qts_footer_top .info_policy .description {
  vertical-align: top;
  text-align: left;
}

.qts_footer_top .info_policy .description h4 {
  color: #2e9fe3;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

.qts_footer_top .info_policy .description p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}

.qts_footer_mid {
  background: #f4f3ef;
  padding: 30px 0;
}

.qts_footer_bot {
  position: relative;
  background: #e5e1de;
  padding: 15px 0;
}

.qts_footer_bot .go_top {
  position: absolute;
  left: 50%;
  top: -38px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qts_footer_bot .go_top .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-20%, -20%);
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  font-size: 20px;
}

.qts_footer_bot .ul_banquyen {
  font-size: 12px;
  font-weight: bold;
  color: #5f5a56;
}

.qts_footer_bot .ul_banquyen a {
  color: #2e9fe2;
}

.qts_footer_bot .ul_icon_right_dt {
  float: right;
}

.qts_footer_bot .ul_icon_right_dt li {
  display: inline-block;
}

/* ======= */
#go_top {
  display: inline-block;
  z-index: 99999;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  -webkit-background-size: 300% auto;
  background-size: 300% auto;
  opacity: 0.7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #0857b3;
  border: 2px solid #0857b3;
}

.san-pham-cate {
    margin-top: 15px;
}
/*  update detail -----> */
@font-face {
  font-family: UVNHongHaHep;
  src: url("../fonts/UVNHongHaHepd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNHongHaHep.woff") format("woff"), url("../fonts/UVNHongHaHep.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.sc-detail .crumbs {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 3px double #0857b3;
}

.sc-detail .crumbs li {
  display: inline-block;
}

.sc-detail .crumbs li:after {
  content: '/';
  color: #0857b3;
}

.sc-detail .crumbs li:last-child:after {
  content: none;
}

.sc-detail .crumbs li a {
  color: #0857b3;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

.sc-detail .detail {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.sc-detail .detail:after {
  content: '';
  clear: both;
  display: table;
}

.sc-detail .detail .prod-detail .detail-name {
  font-family: UVNHongHaHep, sans-serif;
  font-size: 24px;
  color: #0857b3;
  margin: 0;
  margin-bottom: 10px;
}

.sc-detail .detail .prod-detail .status .red {
  color: #ff0000;
}

.sc-detail .detail .prod-detail .form-buy {
  margin: 10px 0;
}

.sc-detail .detail .prod-detail .form-buy label {
  font-weight: normal;
}

.sc-detail .detail .prod-detail .form-buy .input {
  padding: 5px 10px;
  max-width: 100px;
  margin: 0 5px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #e5e5e5;
}

.sc-detail .detail .prod-detail .form-buy .submit {
  display: block;
  background: #0857b3;
  color: #fff;
  padding: 10px 20px;
  min-width: 150px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: none;
  margin: 10px 0 20px;
}

.sc-detail .detail .prod-detail .form-buy .submit:hover {
  background: #1968c4;
}

.sc-detail .detail .detail-tab {
  border-bottom: 1px solid #e5e5e5;
}

.sc-detail .detail .detail-tab li {
  display: inline-block;
}

.sc-detail .detail .detail-tab li.active {
  border: 1px solid #e5e5e5;
  border-top: 2px solid #0857b3;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}

.sc-detail .detail .detail-tab li a {
  display: block;
  font-weight: bold;
  padding: 10px 20px;
}

.sc-detail .detail .detail-tab-content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px;
}

.sc-detail .lienquan {
  margin-top: 40px;
}

.sc-detail .lienquan .tit-lienquan {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 3px double #0857b3;
}

.sc-detail .lienquan .tit-lienquan a {
  color: #0857b3;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

.sc-detail .lienquan .prod-lienquan {
  background: #fff;
  padding-bottom: 10px;
  border: 1px solid #ccc;
}

.sc-detail .lienquan .prod-lienquan .reRenderImg {
  display: block;
  text-align: center;
}

.sc-detail .lienquan .prod-lienquan .reRenderImg img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

.sc-detail .lienquan .prod-lienquan h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
}

.sc-detail .lienquan .prod-lienquan .reRenderImg {
  border: 1px solid #e5e5e5;
}

.sc-detail .lienquan .prod-lienquan .txt {
  text-align: center;
  padding-top: 10px;
}

.sc-detail .lienquan .prod-lienquan .txt h3 {
  font-weight: bold;
}

.sc-detail .lienquan .prod-lienquan .price {
  color: #f84c00;
}

.sc-detail .lienquan .prod-lienquan .reRenderImg {
  border: none;
}

.gc-icon.gc-icon-download {
  display: none !important;
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-display-area .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  right: 10px;
}

.gc-display-area .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-display-area .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  left: 10px;
}

.gc-display-area .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-icon.gc-icon-enlarge {
  display: none !important;
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
  content: "\f00d" !important;
  font: normal normal normal 25px/1 fontawesome !important;
  color: #fff;
  width: 24px;
  text-align: center;
}

.slider_detail .glass-case {
  margin: auto;
}

.slider_detail .glass-case ul li {
  border: none;
}

.slider_detail .glass-case img {
  width: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon {
  border: none;
  margin-top: 0px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: initial;
  height: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon.gc-icon-next-vt:before {
  font-family: Fontawesome;
}
/*update 27/2*/
.content_right{
    margin-top: 15px;
}
.content_right .title{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #0757b2;
    margin: 0;
}
.content_right .title span{
    padding: 10px 20px;
}
.fixchu{
    display: block;
    height: 38px;
    overflow: hidden;
}
@media (min-width: 992px){
.has-dropdown .has-dropdown:after {
    content: none;
}
}
.qts_head_bot .col-md-7,
.qts_head_bot .col-md-3,
.qts_head_bot .col-md-2{
    padding: 0 5px;
}