

    /*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;

}

/*==========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;.support-hotline{

    position: fixed;

    top: 50%;

    right: 30px;

    z-index: 50;

    pointer-events: none;

    /* display: none; */

}

.support-hotline .div_title{

    position: relative;

    z-index: 20;

    pointer-events: auto;

    cursor: pointer;

    -webkit-transition:all 0.5s ease;

    -moz-transition:all 0.5s ease;

    -o-transition:all 0.5s ease;

    transition:all 0.5s ease;

    -webkit-transform:translate(0px,0);

    -moz-transform:translate(0px,0);

    -o-transform:translate(0px,0);

    -ms-transform:translate(0px,0);

    transform:translate(0px,0);

}

.support-hotline .div_title span.icon{

    width: 60px;

    height: 60px;

    position: relative;

    display: block;

}

.support-hotline .div_title span.icon:before{

    background-color: rgba(47,197,235,0.2);

    opacity: .75;

    top: -20px;

    left: -20px;

    right: -20px;

    bottom: -20px;

    position: absolute;

    content: '';

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.support-hotline .div_title span.icon:after{

    top: -30px;

    left: -30px;

    right: -30px;

    bottom: -30px;

    position: absolute;

    content: '';

    background-color: transparent;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid rgba(47,197,235,0.4);

    opacity: .1;

    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;

    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;

    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;

    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;

    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.support-hotline .div_title i{

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    padding-top: 12px;

    background: #2fc5eb;

    font-size: 35px;

    line-height: 35px;

    text-align: center;

    color: #ffffff;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.support-hotline .div_title.show{

    -webkit-transform:translate(0,0);

    -moz-transform:translate(0,0);

    -o-transform:translate(0,0);

    -ms-transform:translate(0,0);

    transform:translate(0,0);

}

.support-hotline .div_title span.text a{

    display: block;

    position: absolute;

    bottom: 7px;

    width: 100%;

    text-align: center;

    color: #ffffff;

    font-size: 11px;

    line-height: 16px;

}

.support-hotline  .div_content{

    pointer-events: auto;

    width: 250px;

    position: absolute;

    top: 0;

    right: 85px;

    background-color: #fff;

    border: 2px solid #ff0000;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    -o-border-radius: 6px;

    -ms-border-radius: 6px;

    border-radius: 6px;

    -webkit-transform:translate(400px,0);

    -moz-transform:translate(400px,0);

    -o-transform:translate(400px,0);

    -ms-transform:translate(400px,0);

    transform:translate(400px,0);

    -webkit-transition:all 0.5s ease;

    -moz-transition:all 0.5s ease;

    -o-transition:all 0.5s ease;

    transition:all 0.5s ease;

    padding: 18px;

    color: #ffffff;

}

.support-hotline.show  .div_content{

    -webkit-transform:translate(0,0);

    -moz-transform:translate(0,0);

    -o-transform:translate(0,0);

    -ms-transform:translate(0,0);

    transform:translate(0,0);

}

.support-hotline  .div_content:before{

    position: absolute;

    content: '';

    top: 16px;

    right: -16px;

    border-left: 16px solid #ff0000;

    border-top: 16px solid transparent;

    border-bottom: 16px solid transparent;

}

.support-hotline  .div_content:after{

    position: absolute;

    content: '';

    top: 18px;

    right: -14px;

    border-left: 14px solid #fff;

    border-top: 14px solid transparent;

    border-bottom: 14px solid transparent;

}

.support-hotline  .div_content .title_hotline{

    font-size: 14px;

    line-height: 20px;

    margin-bottom: 0;

    text-transform: uppercase;

    color: #333333;

}

.support-hotline  .div_content .number_phone a{

    font-size: 26px;

    line-height: 40px;

    color: #ff0000;

    margin-bottom: 10px;

    position: relative;

    font-weight: bold;

}

.support-hotline  .div_content .yahoo_skype{

    margin-bottom: 0;

}

.support-hotline  .div_content .yahoo_skype .fl{

    width: 49%;

    float: left;

    background: #521596;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-border-radius: 4px;

    -ms-border-radius: 4px;

    border-radius: 4px;

    -webkit-transition:all 0.5s ease;

    -moz-transition:all 0.5s ease;

    -o-transition:all 0.5s ease;

    transition:all 0.5s ease;

}

.support-hotline  .div_content .yahoo_skype .fr{

    width: 45%;

    float: left;

    background: #00adef;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-border-radius: 4px;

    -ms-border-radius: 4px;

    border-radius: 4px;

    -webkit-transition:all 0.5s ease;

    -moz-transition:all 0.5s ease;

    -o-transition:all 0.5s ease;

    transition:all 0.5s ease;

    margin-left: 10px;



}

.support-hotline  .div_content .yahoo_skype a{

    display: block;

    font-size: 14px;

    line-height: 20px;

    padding: 7px 10px 7px 45px;

    color: #ffffff;

    font-style: italic;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-border-radius: 4px;

    -ms-border-radius: 4px;

    border-radius: 4px;

    -webkit-transition:all 0.5s ease;

    -moz-transition:all 0.5s ease;

    -o-transition:all 0.5s ease;

    transition:all 0.5s ease;

    background-repeat: no-repeat;

    background-position: 10px 50%;

}

.support-hotline  .div_content .yahoo_skype a:hover{

    background-color: #0085ba;

}

@-moz-keyframes quick-alo-circle-img-anim {

    0% {

        transform: rotate(0deg) scale(1) skew(1deg)

    }

    10% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -moz-transform: rotate(0deg) scale(1) skew(1deg)

    }

    100% {

        -moz-transform: rotate(0deg) scale(1) skew(1deg)

    }

}



@-webkit-keyframes quick-alo-circle-img-anim {

    0% {

        -webkit-transform: rotate(0deg) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform: rotate(0deg) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform: rotate(0deg) scale(1) skew(1deg)

    }

}



@-o-keyframes quick-alo-circle-img-anim {

    0% {

        -o-transform: rotate(0deg) scale(1) skew(1deg)

    }

    10% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -o-transform: rotate(0deg) scale(1) skew(1deg)

    }

    100% {

        -o-transform: rotate(0deg) scale(1) skew(1deg)

    }

}

@keyframes quick-alo-circle-img-anim {

    0% {

        transform: rotate(0deg) scale(1) skew(1deg)

    }

    10% {

        transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        transform: rotate(0deg) scale(1) skew(1deg)

    }

    100% {

        transform: rotate(0deg) scale(1) skew(1deg)

    }

}



@-moz-keyframes quick-alo-circle-fill-anim {

    0% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-webkit-keyframes quick-alo-circle-fill-anim {

    0% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-o-keyframes quick-alo-circle-fill-anim {

    0% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

}



@keyframes quick-alo-circle-fill-anim {

    0% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-moz-keyframes quick-alo-circle-anim {

    0% {

        transform: rotate(0deg) scale(.5) skew(1deg);

        opacity: .1

    }

    30% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .5

    }

    100% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .1

    }

}



@-webkit-keyframes quick-alo-circle-anim {

    0% {

        transform: rotate(0deg) scale(.5) skew(1deg);

        opacity: .1

    }

    30% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .5

    }

    100% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .1

    }

}



@-o-keyframes quick-alo-circle-anim {

    0% {

        transform: rotate(0deg) scale(.5) skew(1deg);

        opacity: .1

    }

    30% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .5

    }

    100% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .1

    }

}



@keyframes quick-alo-circle-anim {

    0% {

        transform: rotate(0deg) scale(.5) skew(1deg);

        opacity: .1

    }

    30% {

        transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .5

    }

    100% {

        transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .1

    }

}



    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=======*/

.full_top_head{

    float: left;

    width: 100%;

}

.left_head_top{

    float: left;

}

.right_head_top{

    float: right;

}

.qts_head_top{

    background: #f7f7f7;

}

.ul_head_top > li {

    display: inline-table;

    font-size: 12px;

    line-height: 19px;

    color: #353638;

    padding: 7px 15px;

    position: relative;

}

.ul_head_top > li > a {

    color: #353638;

}

.ul_head_top > li > a:hover{

    text-decoration: underline;

}

.map_head:before{

    content: "\f041";

    font: normal normal normal 16px/1 FontAwesome;

    color: #333333;

    margin-right: 5px;

    position: absolute;

    left: 0px;

    top: 6px;

}

.bf_gmail:before{

    content: "\f0e0";

    font: normal normal normal 13px/1 FontAwesome;

    color: #333333;

    margin-right: 3px;

    position: absolute;

    left: 0px;

    top: 8px;

}

.bf_phone:before{

    content: "\f10b";

    font: normal normal normal 24px/1 FontAwesome;

    color: #333333;

    margin-right: 3px;

    position: absolute;

    left: 0px;

    top: 3px;

}

.bf_tag:before{

    content: "\f02b";

    font: normal normal normal 16px/1 FontAwesome;

    color: #333333;

    margin-right: 3px;

    position: absolute;

    left: -5px;

    top: 8px;

}

.bf_check:before{

    content: "\f058";

    font: normal normal normal 16px/1 FontAwesome;

    color: #333333;

    margin-right: 3px;

    position: absolute;

    left: -3px;

    top: 8px;

}

.bf_heaart:before{

    content: "\f004";

    font: normal normal normal 16px/1 FontAwesome;

    color: #333333;

    margin-right: 3px;

    position: absolute;

    left: -5px;

    top: 8px;

}

/*============================*/

/*===========search===========*/



.logo_pc> a > img {

    max-width: 100%;

}

.input_gr> input{

    height: 42px;

    border-radius: 0px;

    box-shadow: none;

    font-size: 12px;

    color: #acacac;

}

.btn_search{

    background: #fe3232;

    border: transparent;

    height: 42px;

    color: #ffffff;

    font-size: 13px;

    font-weight: bold;

    border: transparent;

    border-radius: 0px;

    padding: 6px 25px;

}

.btn_search:hover{

    background: #f73631;

    color: #ffffff;

}



.text_search> p  > strong{

    font-style: normal;

}

.input_gr> input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #acacac;

}

.input_gr> input::-moz-placeholder { /* Firefox 19+ */

    color: #acacac;

}

.input_gr> input:-ms-input-placeholder { /* IE 10+ */

    color: #acacac;

}

.input_gr> input:-moz-placeholder { /* Firefox 18- */

    color: #acacac;

}

.select_style{

    float: left;

    width: 35%;

}

.select_style> select{

    padding: 0px 10px;

    height: 42px;

   color: #acacac;

    font-size: 12px;

    width: 100%;

    border: 1px solid #cccccc;

    border-right: none;

}

.search_style{

    overflow: hidden;

    width: 65%;

}

.search_head_mid{

    padding: 7px 0px;

}

.border_ccc{

    float: left;

    width: 100%;

    border: 1px solid #cccccc;

}

/*==========================*/

.right_mid_head{

    float: right;

    padding-top: 10px;

}

.search_head_mid{

    padding: 20px 0px;

}

.logo_pc{

    padding: 15px 0px;

}

.ul_right_head_mid >  li {

   display: inline-table;

    padding: 0px 20px;

}

.ul_right_head_mid > li:last-child{

    padding-right: 0px;

}

.ul_right_head_mid >  li  > a {

    float: left;

    width: 100%;

}

.img_cart{

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: #e1121c;

    text-align: center;

    padding: 15px 0px;

    position: relative;

    top: 7px;

}

.img_cart> img {

   width: 20px;

    height: 23px;

}

.img_cart> span{

    position: absolute;

    color: #ffffff;

    font-size: 12px;

    padding: 1px 6px;

    border-radius: 50%;

    right: 0px;

    top: -3px;

    background: #ffba00;

}

.icon_user{

    float: left;

    display: inline-block;

    margin-right: 5px;



}

.text_user{

    overflow: hidden;

}

.icon_user> a > i {

    font-size: 38px;

    color: #e60f1e;

}

.text_user> p {

    color: #333333;

    font-size: 13px;

    line-height: 19px;

}

.text_user> p{

    padding-bottom: 3px;

}

.text_user> p:last-child{

    padding-bottom: 0px;

}

.text_user> p > a {

    color: #333333;

}

.flot_left_100{

    float: left;

    width: 100%;

}



@media (max-width:480px) {

    .select_style{

        width: 100%;

        margin-bottom: 10px;

        border-right: 1px solid #cccccc;

    }

    .search_head_mid{

        padding-bottom: 15px;

    }



}







/*==========qst_head_bot============*/





/*======================================*/



/* 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: #fe3232;

    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: #fe3232; /* 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: #dc1212;

}

.nav-menu > .menu-item:hover {

    background: #dc1212;

}

.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: #fff;

    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: #fff;

    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;

        content: "";

        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: 12px 26px 12px 26px;

        font-size: 13px;

        color: #ffffff;

        font-weight: bold;

        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: #656565;*/

        background: #e70e1f;

    }



    .bf_news{

        position: relative;

    }

    .bf_news:before{

        content: "";

        display: inline-block;

        position: absolute;

        right: 10px;

        top: -5px;

        background: url(./img/bf_news.png) no-repeat;

        width: 29px;

        height: 18px;

    }



}/*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;

}

@font-face {

    font-family: 'UVN_HongHaHepBold';

    src: url('./fonts/UVNHongHaHepBold.eot');

    src: url('./fonts/UVNHongHaHepBold.eot') format('embedded-opentype'), url('./fonts/UVNHongHaHepBold.woff')

    format('woff2'), url('./fonts/UVNHongHaHepBold.woff') format('woff'), url('./fonts/UVNHongHaHepBold.ttf')

    format('truetype'), url('./fonts/UVNHongHaHepBold.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: #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;

}

#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_footer{

    background: #353638;

}

.qts_footer_top{

    padding: 30px 0px;

    float: left;

    width: 100%;

    border-bottom: 1px solid #5d5e60;

}

.hotline_footer{

    border-right: 1px solid #5d5e60;

    margin-right: 45px;

    padding: 7px 0px;

}

.hotline_footer> p {

    font-size: 13px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: bold;

    position: relative;

    padding-left: 20px;

}

.hotline_footer> p:before{

    font: normal normal normal 14px/1 FontAwesome;

    content: "\f095";

    color: #ffffff;

    position: absolute;

    left: 0px;

    top: 14px;



}

.hotline_footer> p  > a {

    font-size: 24px;

    color: #ffffff;

    font-family: UVN_HongHaHepBold;

}

.mik_center_top{

    float: left;

    width: 100%;

}

.sms_mik{

    float: left;

    display: inline-block;

    margin-right: 35px;

}

.sms_mik>a > img {

    width: 48px;

    height: 48px;

}

.mik_text{

    overflow: hidden;

}

.mik_text_strong{

    color: #ffffff;

    font-size: 18px;

    font-family: UVN_HongHaHepBold;

    text-transform: uppercase;

    position: relative;

    top: -2px;

}

.mik_text_strong> a {

    color: #ffffff;

}

.mik_texh_nostrong{

    color: #ffffff;

    font-size: 13px;

    padding-top: 5px;

}

.form_search > .input-group > input{

    box-shadow: none;

    border-radius: 0px !important;

   

    background: #fff;

    border: 1px solid #dcdcdc;

    color: #000;

}

.btn_footer{

    height: 40px;

    border-radius: 0px;

    background: #dc1512;

    border: transparent;

    color: #ffffff;

    font-weight: bold;

    font-size: 13px;

    padding: 0px 35px;

}

.btn_footer:hover{

    background: #880000;

    border: transparent;

    color: #ffffff;

}

.qts_footer_mid{

    padding: 30px 0px;

}

.name_footer{

    color: #ffffff;

    font-size: 16px;

    text-transform: uppercase;

    font-weight: bold;

    margin-right: 0px;

    margin-top: 0px;

}

.footeer_mid_left> p {

    color: #ffffff;

    font-size: 12px;

    line-height: 22px;

    text-align: justify;

}

.footeer_mid_left> p > a {

    color: #ffffff;

}

.footeer_mid_left> p > a:hover{

    text-decoration: underline;

}

.footeer_mid_left> p > .map_ft {

    font-size: 17px;

    margin-right: 10px;

}

.footeer_mid_left2 > p{

    padding-left: 20px;

    position: relative;

    padding-bottom: 5px;

}

.map_ft:before{

    content: "\f041";

    font: normal normal normal 17px/1 FontAwesome;

    position: absolute;

    left: 0px;

    top: 0px;

}

.phone_ft:before{

    content: "\f2a0";

    font: normal normal normal 17px/1 FontAwesome;

    position: absolute;

    left: 0px;

    top: 0px;

}

.email_ft:before{

    content: "\f0e0";

    font: normal normal normal 14px/1 FontAwesome;

    position: absolute;

    left: 0px;

    top: 3px;

}

.footeer_mid_left2{

    padding-left: 75px;

}

.footeer_mid_left3{

    text-align: right;

}

.ul_footer_right{

    padding-right: 15px;

    padding-top: 15px;

}

.ul_footer_right> li {

    display: inline-table;

    color: #ffffff;

    margin-left: 10px;

}

.ul_footer_right> li  > a {

    color: #ffffff;

    display: inline-block;

    font-size: 17px;

    width: 32px;

    height: 32px;

    border: 2px solid #ffffff;

    border-radius: 50%;

    overflow: hidden;

}

.ul_footer_right> li  > a  .fa-facebook{

    padding-right: 8px;

    font-size: 20px;

    padding-top: 4px;

}

.ul_footer_right> li  > a  .fa-twitter{

    padding-right: 4px;

    font-size: 20px;

    padding-top: 4px;

}

.ul_footer_right> li  > a  .fa-google-plus{

    padding-right: 3px;

    padding-top: 4px;

}

.ul_footer_right> li  > a  .fa-youtube{

    padding-right: 5px;

    padding-top: 4px;

    font-size: 19px;

}

.ul_footer_right> li  > a:hover{

        color: red;

    border: 2px solid red;

    }

.qts_footer_mid{

    border-bottom: 1px solid #5d5e60;

}

.ul_footer_bot> li {

    display: inline-table;

}

.qts_footer_bot{

    padding: 15px 0px;

}

.ul_footer_bot> li{

    color: #ffffff;

    font-size: 13px;

    font-weight: bold;

    border-right: 1px solid #ffffff;

    padding: 0px 20px;

}

.ul_footer_bot> li > a {

    color: #ffffff;

}

.ul_footer_bot> li > a:hover{

    text-decoration: underline;

}

.ul_footer_bot> li:last-child{

    border-right: none;

}

.ul_footer_bot> li:first-child{

    padding-left: 0px;

}

.qts_footer .form_search .input-group input{

    box-shadow: none;

    border-radius: 0px !important;

   

    background: #868688!important;

    border: 1px solid #78797a;

    color: #ffffff;

}/*end footer*/

/*begin danhmuc*/.content_right a:hover{text-decoration:underline}



.content_right .list-cate{padding:0px 2px;margin-bottom: 15px; border:1px solid #dedede;padding-bottom:5px;border-radius:4px}

.content_right .list-cate li a{color:#232726}.content_right .list-cate li img{margin-right:10px}.content_right .list-cate .cate-lv1{background:url("./img/bg-lv-1.png") no-repeat;background-size:100% 100%;padding:8px 10px;border-bottom:1px solid #dedede}.content_right .list-cate .cate-lv1 img{margin-right:5px}.content_right .list-cate .cate-lv1 a{font-size:12px;font-weight:bold;color:#232726;text-transform:uppercase}



.cate-lv1{ 

	margin: 0px!important;  

}



.content_right .title{



	margin: 0px;



}/*end danhmuc*/

/*begin tintucnoibat*/@font-face {

    font-family: 'Roboto_Regular';

    src: url('./fonts/Roboto-Regular.eot');

    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')

    format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')

    format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

/*====css san pham moi====*/

.title_dmsp{

    background-color: #ff0000;

    padding: 8px 20px 8px;

    color: #FFF;

    font-size: 16px;

    font-weight: bold;

    margin: 0;

}

.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;

    font-family: Roboto_Regular;

    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: Roboto_Regular;



}

.woocommerce-Price-currencySymbol {

    font-size: 14px;

    font-weight: bold;

    font-family: Roboto_Regular;



}

ul.product_list_widget li+li {

    border-top: 1px solid #ececec;

}



/*==end-san pham moi===*//*end tintucnoibat*/

/*begin sanphamnoibat*/@font-face {

    font-family: 'Roboto_Regular';

    src: url('./fonts/Roboto-Regular.eot');

    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')

    format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')

    format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

/*====css san pham moi====*/

.title_dmsp{

    background-color: #ff0000;

    padding: 8px 20px 8px;

    color: #FFF;

    font-size: 16px;

    font-weight: bold;

    margin: 0;

}

.box_sp_news{

    padding: 0px 20px 10px;

    background-color: #fff;

    border: 1px solid #ddd;

    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);

    margin-bottom: 15px;

}

.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;

    font-family: Roboto_Regular;

    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: Roboto_Regular;



}

.woocommerce-Price-currencySymbol {

    font-size: 14px;

    font-weight: bold;

    font-family: Roboto_Regular;



}

ul.product_list_widget li+li {

    border-top: 1px solid #ececec;

}



/*==end-san pham moi===*//*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: arial;

    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 39px 16px 35px;

}

.btn_sup{

    max-width: 21px;

    margin: 7px 6px 7px 0px;

    display: block;

}

.support_num{

    margin: 0px 6px;

}

.support_num span{

    font-family: arial;

    font-size: 12px;

    font-weight: bold;

    color: #333;

    margin-bottom: 4px;

}

.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*//*begin content_right*/

.content_right .text_connect div{

    margin-bottom: 5px;

}

.content_right .text_connect div span{

    width: 80%;

    display: inline-block;

}

.content_right .text_connect div span img{

    margin-right: 8px;

    float: left;

}

.content_right .text_connect{

    color: #222222;

    font-size: 13px;

}

.content_right .cover_connect{

    padding: 15px 40px;

    border: 1px solid #dedede;

}

.content_right .cover_connect .text-center{

    padding-top: 12px;

    color: #222222;

    font-size: 13px;

    border-top: 1px dashed #dedede;

}

.content_right .cover_connect .text-center p{

    margin-bottom: 3px;

}

.content_right .cover_connect .text-center img{

    margin-right: 6px;

}

/*end content_right*//*end counter*/



/*begin fanpage*//*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*//*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*/.text_box_sp{

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

    padding-top: .7em;

    padding-bottom: 1.4em;

}

.name_sp{

    margin: 0;

    font-size: 14.4px;

    line-height: 18.72px;

    text-transform: uppercase;

    height: 36px;

    overflow: hidden;

}

.name_sp > a {

    color: #1E73BE;

    font-size: 14px;

}

.name_sp > a:hover{

    opacity: 0.7;

}

.text_box_sp > p {

    font-size: 15px;

    font-weight: bold;

    color: red;

    margin-top: .1em;

    margin-bottom: .1em;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.text_box_sp > p >span{

    text-decoration: underline;

}

.row_2{

    margin: 0 -2px;

}

.row_13{

    margin: 0px -13px;

}

.full_box_sp{

    margin-bottom: 15px;

	padding:8px;

}



.buy-prod{

  /*  background: #656565;*/

    background: #db1023;

    font-size: 13px;

    text-transform: uppercase;

    color:#fff;

    margin-top: 5px;

    padding: 3px 10px;

}

.buy-prod:hover{

    color: #fff;

    text-decoration: underline;

}/*end danhmucsanpham-home*/

    

.root_content{padding-left:10px;padding-bottom:10px;}/*end root_content*/



.content_right .title{    
    background: #e60f1e;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 10px 20px;}


.title_home{



    text-transform: uppercase;



    color: #ffffff;



    font-size: 17px; 



    border-bottom: 1px solid #a55540;



    margin-top: 0px;



    







}



.title_home> a{



    /*background: #656565;*/

        background: #e90b22;



color:#fff;



font-size: 14px;



    display: inline-block; 



    padding: 10px 15px;   



}



/*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*/@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: 'Roboto_Bold';

    src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),

    url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')

    format('truetype'), url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'Roboto_Medium';

    src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),

    url('./fonts/Roboto-Medium.woff') format('woff'), url('./fonts/Roboto-Medium.ttf')

    format('truetype'), url('./fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');

    font-weight: normal;

    font-style: normal;

}





media (min-width:1200px) /* lg*/ {

    .row_pc {

        margin-right: -15px;

        margin-left: -15px;

    }

    .row-22{

        margin: 0 -22px;

    }

    .row-7{

        margin: 0 7px;

    }

}

.title_home{

  

    text-transform: uppercase;

   

    

}

.title_home a{

    color: #fff;

}

.title_home a span{

    color: #d13438;

}

.name_sevice{

    margin: 0;

    margin-left: -31px;

}

.name_sevice a{

    display: block;

    font-size: 16px;

    color: white;

    text-transform: uppercase;

    font-weight: bold;

    background: #d13438;

    width: 270px;

    padding: 10px 10px;

    white-space: nowrap;

    text-overflow: ellipsis;

    position: relative;

}

.name_sevice a:before{

    pointer-events: none;

    position: absolute;

    z-index: 1;

    display: inline-block;

    content: '';

    border-style: solid;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform;

    transition-property: transform;

    left: 0;

    bottom: -10px;

    border-width: 0 16px 10px 0;

    border-color: transparent #4a0201 transparent transparent;

}

.sub_sevice ul li a{

    color: #777;

    transition: all 0.3s;

}

.sub_sevice ul li{

    font-size: 13px;

    list-style-image: url(./img/ic_sv.png);

    list-style-position: inside;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    margin-bottom: 5px;

}

.sub_sevice ul{

    padding: 12px 0;

}

.sub_sevice ul li:hover a{

    color: #d13438;

    transition: all 0.3s;

}

.img_sevice{

    display: block;

    width: 46.8%;

}

.sub_sevice{

    width: 53.2%;

}

.box_sevice{

    background: #f5f5f5;

    padding: 15px;

    margin-bottom: 30px;

}/*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&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:red;

}



.details .prod-detail {

  font-size: 15px;

}



.details .prod-detail .detail-name {

  font-size: 18px;

  font-weight: bold;

  text-transform: uppercase;

}



.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: #656565;

  padding:10px;

}



.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*//*end news1*/

/*begin news2*//*end news2*/

/*begin tintucnoibat-home*/@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;

}

.title_dm_sp{

    color: #3a3a3a;

    font-size: 16px;

    text-transform: uppercase;

    position: relative;

    margin: 0;

    margin-bottom: 40px;

    text-align: center;

}

.title_dm_sp:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 8px;

    height: 1px;

    background:#3a3a3a;

    width: 100%;

}

.title_dm_sp > span{

    position: relative;

    background: #ffffff;

    z-index: 1;

    padding: 0px 40px;

}

.img_box_sp{

    border: 1px solid #cecece;

}

.name_spnb{

    text-align: center;

    padding: 10px 0px;

    margin: 0;

}

.name_spnb a {

    color: #3b3b3d;

}

.name_spnb >a > p{

    font-size: 14px;

    line-height: 18px;

}



.name_spnb > a {

    font-size: 14px;

    line-height: 20px;

}

.name_spnb >a > p:first-child{

    text-transform: uppercase;

    padding-bottom: 10px;

}

.ttyhg{

   font-style: italic;

}

.ttyhg:hover{

    text-decoration: underline;

}

.box_spnb{

    margin-bottom: 30px;

}



.img_prod_hot{

    display: inline-block;

    width: 100%;

    border: 1px solid #e5e5e5;

    overflow: hidden;

}



.img_prod_hot:hover img {

    -moz-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

    transition: all 0.5s;

}

.img_prod_hot:hover{

    border: 1px solid #bbd802;

}

.img_prod_hot img {

    -moz-transition: all 0.3s;

    -webkit-transition: all 0.3s;

    transition: all 0.5s;

}





/*===========setmedia============*/





@media (min-width:1200px) /* lg*/ {

    .container{

        width: 1170px;

    }

    .ul-item{

    position: relative; 

}

.box_sub{

    position: absolute;

    left: 102%;

    top: 0px;

    width:250px; 

    opacity:0;

    background: #fff;

    z-index: -1;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.ul-item:hover .box_sub{

    z-index: 10000;

    left: 100%;

    opacity: 1; 

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.box_sub{

    border: 1px solid #ccc;  

}

.box_sub li{

  padding: 7px 10px;

  border-bottom: 1px solid #ccc;  

}

}



@media (min-width:992px) and (max-width:1199px) /* md*/{

    .ul-item{

    position: relative; }

    .box_sub{ 

    position: absolute;

    left: 102%;

    top: 0px;

    width:250px; 

    opacity:0;

    background: #fff;

    z-index: -1;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.ul-item:hover .box_sub{

    z-index: 10000;

    left: 100%;

    opacity: 1; 

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.box_sub{

    border: 1px solid #ccc;  

}

.box_sub li{

  padding: 7px 10px;

  border-bottom: 1px solid #ccc;  

}

}

 

@media (min-width:768px) and (max-width:991px) /* sm*/{

    .ul-item{

    position: relative; 

}

.box_sub{

    position: absolute;

    left: 102%;

    top: 0px;

    width:250px; 

    opacity:0;

    background: #fff;

    z-index: -1;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.ul-item:hover .box_sub{

    z-index: 10000;

    left: 100%;

    opacity: 1; 

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.box_sub{

    border: 1px solid #ccc;  

}

.box_sub li{

  padding: 7px 10px;

  border-bottom: 1px solid #ccc;  

}

 



}



@media (max-width:767px) /* xs*/{



}



@media (max-width:480px) {



    .name_spnb >a > p{

        overflow: visible;

        white-space: normal;

    }

}

.box_sub li{

  padding: 7px 10px;

  border-bottom: 1px solid #ccc;  

}

 



/*==================================*//*end tintucnoibat-home*/



