
    /*begin header*//*background-color: rgba(0, 0, 0, 0.65);*/
@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-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;
}
@font-face {
    font-family: 'UVN_HongHaHep';
    src: url('./fonts/UVNHongHaHep.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UVNHongHaHep.woff') format('woff'), url('./fonts/UVNHongHaHep.ttf')
    format('truetype'), url('./fonts/UVNHongHaHep.svg#UVNHongHaHep') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_AvoBold';
    src: url('./fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UTMAvoBold.woff') format('woff'), url('./fonts/UTMAvoBold.ttf')
    format('truetype'), url('./fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UVN_HongHaHepBold';
    src: url('./fonts/UVNHongHaHepBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UVNHongHaHepBold.woff') format('woff'), url('./fonts/UVNHongHaHepBold.ttf')
    format('truetype'), url('./fonts/UVNHongHaHepBold.svg#UVNHongHaHepBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Roboto_Regular';
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') 
   format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') 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;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 100%;
}
.menu_main {
    background-size: 100% 100%;
}
.wrapper {
    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: 0;
    float: left;
    width: 60px;
    outline: 0;
    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: #f47920;
}
.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: #f47920; /* 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: #085a9c;
}
.nav-menu > .menu-item:hover {
    background: #db8547;
}
.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: 10px;
}
.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: #333;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}
.has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
}
.nav-dropdown {
    display: none;
    background-color: #f2b130;
}
.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: rgb(15, 155, 163) !important;
}
.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: #0257ad;
    }
    .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: "\f105" !important;
        color: #333;
            font: normal normal normal 13px/1 fontawesome;
            width: 20px;
            height: 20px;
                top: 14px;
    right: 6px;

    }
    .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: 25%;
        right: 0;
        width: 0;
        height: 0;
        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: 250px;
        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: #2350a5;
    }
    .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: 13px 8px;
        font-size: 13px;
        color: #333;
        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: #fff;
    }
    .nav-menu > .menu-item > a:hover {
        color: #fff;
    }
    .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_prod_home li:hover a{
    background: transparent;
}
.nav_prod_home{
    background: #2f7ccc;
    padding: 0 15px;
    height: 656px;
}
.nav_prod_home>li{
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #6ea4db;
}
.nav_prod_home>li>a{
    position: relative;
}

.nav_prod_home li a{

    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    padding: 19px 0px 19px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_prod img:hover{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_prod img{

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav_prod_home li:last-child a{
    border-bottom: 0;
}
.nav_prod_home li:hover a{
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-dropdown.sub_nav_prod_h{
    left: 100%;
    top: 0px;
    background: #0a63be;
}
.sub_nav_prod_h>li>a{
    position: relative;
}

.tit_prod_left{
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background: #1e4f82;
    margin: 0;
    padding: 31px 0 20px 30px;
}
.nav_prod_home li a.readmore{
    display: block;
    position: absolute;
    z-index: 30;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 60px;
    background: #1e4f82;
    left: 100%;
    top: -1px;
    padding: 0;
    font-size: 34px;
    opacity: 0;
    visibility: hidden;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.nav_prod_home li:hover .readmore{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav_prod_home li .tooltip-inner {
    white-space: nowrap; }
/*+++++++++++++++*/




.name_header{
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}
.add_header{
    color: white;
    font-size: 12px;
    margin: 4px 0;
}
.qts_head_top{
    background: #e3e2e2;
    padding: 8px 0;
}
.header_left {
    font-size: 13px;
    color: red;
    font-weight: bold;
    margin: 41px 0;
}
.header_right .email_header{
    font-size: 13px;
    color: red;
    font-weight: bold;
}
.header_right{
    text-align: center;
    float: right;
    margin: 28px 0;
}
.header_right .info_cart{
    font-size: 14px;
    color: #333333;
}
.header_right .info_cart span{
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.logo_pc{
    margin: 6px 0;
}
.qts_head_mid{
    
    padding: 2px 0;
}

.show_menu .nav_prod_home{
    background: #fff;
    z-index: 50;
    padding: 0;
    border: 1px solid #ccc;
    position: relative;
    height: 310px !important;
}
.show_menu .nav_prod_home>li{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
}
/*.show_menu .nav_prod_home>li:before{
    position: absolute;
    content: "\f101";
    display: inline-block;
    color: white;
    font: normal normal normal 13px/1 fontawesome;
    left: 10px;
    top: 14px;
}*/
.show_menu .nav_prod_home>li>a{
    position: relative;
}

.show_menu .nav_prod_home li a{
    font-family: UVN_HongHaHep;
    display: block;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    line-height: 22px;
    padding: 8px 0px 9px 22px;
}
.show_menu .nav_prod_home li a:hover{
    color: #ff0d16;
}
.show_menu .nav-dropdown.sub_nav_prod_h{
    left: 100%;
    top: 0px;
    background: #fff;
}
.show_menu .sub_nav_prod_h>li>a{
    position: relative;
}

.show_menu .tit_prod_left{
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: #193689;
    margin: 0;
    padding: 12.5px 0;
}
.qts_head_bot{
    position: relative;
}
.sc_header_menu{
   /*border-bottom: 1px solid #ccc;*/
   /*border-top: 1px solid #ccc;*/
    top: 0;     width: 100%;     background: #fff;     z-index: 1;
transition: all 0.5s; } 
/*.sc_slider_main{    padding-left: 15px; }*/


.show_menu{
    position: absolute;
    width: 100%;
}
.menu_left .tit_menu_hd{
    cursor: pointer;
}
.show_menu .nav_prod_home li:hover a{
    background: transparent;
}
.menu_left .show_menu  .nav_prod_home{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    min-height: 315px;
}
.menu_left:hover .show_menu .nav_prod_home{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.fixed .show_menu{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.fixed .menu_left:hover .show_menu{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.fixed {
    animation: animatedown 0.6s;
    box-shadow: 0 0 2px 2px #343333;
}
.tit_menu_hd{

}
@keyframes animatedown {
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.show_menu .nav_prod_home>li:last-child{
    border-bottom: 0;
}
.show_menu .sub_nav_prod_h li{
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
}
.show_menu .sub_nav_prod_h li:last-child{
    border-bottom: 0;
}
/*.qts_head_bot {
    border-bottom: 3px solid #ff9000;

}
*/


@media (min-width:1200px) /* lg*/ {

    .col-lg-208{
        width: 20.8%;
    }
    .col-lg-792{
        width: 79.2%;
    }
    .col-lg-push-208{
        left: 20.8%;
    }
    .fixed.sc_header_menu{
        
        transition: all 0.5s;
    }

}

@media (min-width:992px) and (max-width:1199px) /* md*/{

    .show_menu .nav_prod_home li a{
        padding: 3px 0px 3px 22px;
        font-size: 14px;
    }
    .show_menu .nav_prod_home>li:before{
        top: 10px;
    }
    .menu_left .show_menu .nav_prod_home{
        min-height: 328px;
        height: 328px !important;
    }
    .fixed.sc_header_menu{
        background: black;
        transition: all 0.5s;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{

    .show_menu{
        position: inherit;
    }
    .sc_header_menu{
        background: transparent;
    }
}

@media (max-width:767px) /* xs*/{

    .show_menu{
        position: inherit;
    }
    .sc_header_menu{
        background: transparent;
    }
}

@media (max-width:480px) {

    .header_right{
        margin: 5px 0;
    }

}

.menu_main .nav.is-fixed {

position: relative; z-index: 105; }


/*+++++++++++++++++++end header++++++++++++++++++++ */
/*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: 'UVNHongHaHepBold';
    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;
}
@font-face {
    font-family: 'UTM_AvoBold';
    src: url('./fonts/UTMAvoBold.eot');
    src: url('./fonts/UTMAvoBold.eot') format('embedded-opentype'), url('./fonts/UTMAvoBold.woff')
    format('woff2'), url('./fonts/UTMAvoBold.woff') format('woff'), url('./fonts/UTMAvoBold.ttf')
    format('truetype'), url('./fonts/UTMAvoBold.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==========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%;
    margin-left: -50px;
}
.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;
}
.title_footer{
    color: #ffffff;
    font-size: 18px;
    font-family: UVNHongHaHepBold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
.qts_footer_top{
    background: #313131;
}
.name_cty{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.name_cty>  a{
    color: #ffffff;
}
.box_footer> p {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 7px;
    /* padding-left: 17px; */
    position: relative;

}
.box_footer> p  > a {
    color: #ffffff;
}
.box_footer> p  > a:hover{
    text-decoration: underline;
}
.bf_map_ft:before{
    content: "\f041";
    font: normal normal normal 18px/1 FontAwesome;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 1px;
}
.bf_phone_ft:before{
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 4px;
}
.bf_email_ft:before{
    content: "\f0e0";
    font: normal normal normal 13px/1 FontAwesome;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 3px;
}
.top_footer{
    padding: 30px 0px;
    float: left;
    width: 100%;
    position: relative;
}
.top_footer:after{
    content: "";
    display: inline-block;
    height: 1px;
    background: #a7a7a7;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.ul_box_gooter > li {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 17px;
    position: relative;
}
.ul_box_gooter > li:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 9px;
    background: url(./img/bf_ul_ft.png) no-repeat;
    width: 5px;
    height: 5px;
}
.ul_box_gooter > li> a {
    color: #ffffff;
}
.ul_box_gooter > li> a:hover{
    text-decoration: underline;
}
.pd_left_0{
    padding-left: 0px !important;
}
.pd_left_0> strong > a {
    color: #ffffff;
}
.pd_left_0> strong > a:hover{
    text-decoration: underline;
}
.input_dk{
    height: 45px;
    border-radius: 0px;
    color: #666666;
    font-size: 12px;
}
.style_dangky{
    height: 45px;
    border-radius: 0px;
    background: #ac001b;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
    border: transparent;
}
.input_dk::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
}
.input_dk::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
}
.input_dk.input_dk:-ms-input-placeholder { /* IE 10+ */
    color: #666666;
}
.input_dk:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}
.bottom_footer{
    padding: 25px 0px;
}
.web_click{
    font-size: 30px;
    font-family: UVN_HongHaHepBold;
    text-transform: uppercase;
    text-align: center;
}
.web_click> a {
    color: #2f7ccc;
}
.web_click> a  > span{
    color: #2f7ccc;
}
.ul_footer_bottom{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.ul_footer_bottom> li {
    display: inline-table;
    font-size: 13px;
    line-height: 9px;
    margin-bottom: 8px;
    border-right: 1px solid #ffffff;
    padding: 0px 10px;
}
.ul_footer_bottom> li:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.ul_footer_bottom> li:first-child{
    padding-left: 0px;
}
.ul_footer_bottom> li  > a {
    color: #ffffff;
}
.ul_footer_bottom> li  > a:hover{
    text-decoration: underline;
}
.right_footer_bot > a {
    color: #ffffff;
    font-size: 14px;
    margin: 0px 3px;
}
.right_footer_bot > a:last-child{
    margin-right: 0px;
}
.right_footer_bot > a:first-child{
    margin-left: 0px;
}
.qts_footer_bot{
    background:#2f7ccc;
}
.full_footer_bot{
    float: left;
    width: 100%;
}
.left_footer_bot{
    float: left;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 0px 6px 0px;
}
.left_footer_bot> a {
    color: #ffffff;
    font-weight: bold;
}
.left_footer_bot> a:hover{
    text-decoration: underline;
}
.right_footer_bot{
    float: right;
    padding: 9px 0px 5px 0px;
}
/*end footer*/
/*begin danhmuc*//*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-family: Roboto_Regular;

}
.info_cart .lbl{
    font-weight: bold;
}
.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*/.sc-sanpham-cate .prod-cate {
    font-family: roboto;
    border: 1px solid #ccc;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
}

.sc-sanpham-cate .prod-cate img {
    border-bottom: 1px solid #ccc;
}

.sc-sanpham-cate .prod-cate img:hover {
    opacity: .85;
}

.sc-sanpham-cate .prod-cate .txt {
    text-align: center;
    padding: 10px;
}

.sc-sanpham-cate .prod-cate .txt h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

.sc-sanpham-cate .prod-cate .txt .price {
    font-size: 14px;
    max-width: 190px;
    margin: 15px auto;
    font-weight: 500;
}

.sc-sanpham-cate .prod-cate .txt .price:after {
    content: '';
    clear: both;
    display: table;
}

.sc-sanpham-cate .prod-cate .txt .price .red {
    color: #ff0000;
}

.sc-sanpham-cate .prod-cate .txt .more {
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background: #3db2f0;
    padding: 5px 25px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0px;
}

.sc-sanpham-cate .prod-cate .txt .more:hover {
    background: #4ec3ff;
}
.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: #222; 
    font-size: 14px;
    font-weight: bold;

}

.name_sp > a:hover{

    opacity: 0.7;

}

.text_box_sp > p {

    font-size: 15px; 

    color: #ff6f00;

    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{ 
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}
.full_box_sp img{
    padding-bottom:10px;
    padding-top:10px;
    border-bottom: 1px solid #ff6f00;
}


.buy-prod{ 
    background:url('../img/line_bts.png')repeat-x;
    background-size: 100% 100%; 
    font-size: 13px;  
    color:#fff; 
    margin-top: 5px; 
    padding: 3px 10px; 
}

.buy-prod:hover{

    color: #fff;

    text-decoration: underline;

}
@font-face {
    font-family: 'SVN_Beast';
    src: url('./fonts/SVN-Beast.eot?#iefix') format('embedded-opentype'),
    url('./fonts/SVN-Beast.woff') format('woff'), url('./fonts/SVN-Beast.ttf')
    format('truetype'), url('./fonts/SVN-Beast.svg#SVN-Beast') format('svg');
    font-weight: normal;
    font-style: normal;
}
.title_home{
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin: 0;
}

.title_home span{
    /*font-family: SVN_Beast;*/
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 0 8px 35px;
    background: url("./img/camera.png") left center no-repeat;
}
.title_home a{
    font-size: 14px;
    color: #444;
    font-style: italic;
    display: inline-block;
    margin-top: 15px;
}
.title_home a:hover{
    text-decoration: underline;
}

.name_prod{
    margin: 7px 0;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.name_prod a{
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.name_prod a:hover{
    color: #d4232b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.price_prod p{
    font-size: 14px;
    color: red;
}
.price_prod del{
    font-size: 12px;
    color: #4c4849;
}
.price_prod{
    float: left;
    margin-right: 27px;
    color: #d00606;
    font-weight: bold;
    font-size: 17px;
}
.sale_nb span{
    display: inline-block;
    color: #fff;
    background: #d4232b;
    padding: 3px 8px;

}
.sub_prod {
    padding: 0 15px;
    height: 98px;
    overflow: hidden;
}
.box_prod{
    border: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-left: -1px;
    margin-bottom: -1px;
}
@media (min-width:992px) and (max-width:1199px) /* md*/{
   .nav_prod_home{
    height: 459px
} 
.nav-menu > .menu-item > .menu-link{
        padding: 13px 5px 14px 5px;
}
} 
.root_content{padding-bottom:10px;}
    .qts_news{
    margin: 15px 0px;
}
.full_news{
    float: left;
    width: 100%;
}
.name_news{
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px 8px 0px;
    height: 64px;
    overflow: hidden;
}
.name_news> a {
    color: #772527;
}
.name_news> a:hover{
    color: #2f7b3d;
}
.box_news{
    margin-bottom: 30px;
}
.ul_comment{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;

}
.ul_comment > li {
    color: #999999;
    font-size: 12px;
    padding-bottom: 8px;
    padding-top: 10px;
    font-style: italic;
    display:inline-table;
    margin: 0px 30px;

}
.ul_comment > li:last-child{
    margin-right: 0px;
}
.ul_comment > li:first-child{
    margin-left: 0px;
}
.ul_comment>  li > i {
    font-size: 14px;
    margin-right: 7px;
    color: #999999;
}
.mota_news{
    margin: 15px 0px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 22px;
    height: 65px;
    overflow: hidden;
    text-align: justify;
}
.click_me_news> a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px 7px 15px;
    background: #f47920;
    outline-offset: 2px;
    outline: 1px solid #f47920;
    text-transform: uppercase;
}
.click_me_news> a:hover{
    background: #2f7b3d;
}
.title_slider_box{
    text-align: center;
    color: #4c3019;
    font-size: 30px;
    text-transform: uppercase;
    font-family: UVN_HongHaHep;
    position: relative;
    height: 33px;
    width: 585px;
    margin: 15px auto;
}
.title_slider_box> span{
    position: absolute;
    position: inherit;
    left: 0px;
    z-index: 10;
    background: #ffffff;
    padding: 0px 30px;
}
.title_slider_box:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    background: url("../img/bf_tit_sld.png") repeat-x;
    width: 100%;
    height: 9px;
    z-index: 1;
}/*end tintuchome-home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*//*++++++++++++++++++++++++++++++++++++*/
/*==================================================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;
}
.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;
}
.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;
}
.glass-case{
    margin: auto;
}

/*===================================================end slider detail======================================================*/
.sub_prod_detail .box_rating{
    position: inherit;
    margin: 5px 0;
}
.sub_prod_detail .star-rating{
    margin: inherit;
}
.sub_prod_detail .box_rating:before, .sub_prod_detail .box_rating:after{
    display: none;
}
.name_prod_detail{
    margin-top: 0;
    border-bottom: 1px dotted #5F472B;
    padding-bottom: 10px;
    font-size: 22px;
}
.info_prod_detail li{
    float: left;
    width: 50%;
    color: black;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.des_prod_deatil{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.box_plugin{
    padding-bottom: 5px;
    border-bottom: 1px dotted #5F472B;
}
.form_cart input{
    width: 100px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin-right: 15px;
    padding: 0 7px;
}
.form_cart button{
    color: white;
    font-weight: bold;
    height: 35px;
    background: #f47920;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    border-radius: 4px;
}
/* update 4/4/2018-----> */
.title_dt{
    font-size: 30px;
    text-align: center;
    font-family:'UVN_HongHaHepBold';
    text-transform: uppercase;
    background:url(../img/line_title_dt.png)repeat-x center center;
}
.title_dt a{
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
}
.title_dt a:hover{
    color:#333;
}

.qts_head_top {
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
    background: white;
}
.txt_welcome {
    font-size: 13px;
    color: #353638;
}
.menu_header_top li {
    display: inline-block;
}

.menu_header_top li a {
    font-size: 13px;
    color: #353638;
    display: block;
    position: relative;
    padding: 0 14px;
}

    .menu_header_top li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: black;
    left: 3px;
    top: 7px;
    border-radius: 50%;
}

.drop_search{
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0px;
    font-size: 13px;
    color: #666666;
}
.drop_search:focus, .drop_search:active:focus, .drop_search.active:focus, .drop_search.focus, .drop_search:active.focus, .drop_search.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.drop_search:hover, .drop_search:focus, .drop_search.focus, .drop_search:active, .drop_search.active, .open>.drop_search.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}
.input_search{
    border: 1px solid #ccc;
    height: 40px;
    font-size: 12px;
}
.but_search_top{
    background: #f47920;
    border: 1px solid #f47920;
    height: 40px;
    width: 45px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s;
}

.but_search_top:hover, .but_search_top:focus, .but_search_top.focus, .but_search_top:active, .but_search_top.active, .open>.but_search_top.btn-default {
    color: #fff;
    background-color: #623714;
    border-color: #623714;
    transition: all 0.3s;
}
.logo_pc{
    text-align: center;
    margin: 0;
}

.logo_pc img{
    width: 100%;
}
form.search_box {
    margin: 0 0;
}

.hotline_header {
    padding: 10px 0 10px 50px;
    font-size: 18px;
    color: #008ed1;
    background: url(../img/icon_hl.png) no-repeat center left;
    font-weight: bold;
        margin: 30px 10px;
            height: 42px;
}

.header__main__toggle_cart {
    float: right !important;
    width: 50px;
    height: 46px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../img/toggle-cart.icon.png);
    cursor: pointer;
    position: relative;
    font-size: 14px;
    
}

.header__main__toggle_cart .counter {
    color: #FFFFFF !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-weight: 500 !important; */
    font-weight: normal!important;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    padding: 0 3px;
}
.box_cart_hd {
    display: flex;
    align-items: center;
   
}
.menu_mb .box_cart_hd{
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}
.tit_menu_hd{
    font-family: Roboto_Regular;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    padding: 15px 15px;
    background: #f47920;
}
.tit_menu_hd .fa{
    margin-right: 25px;
}
.title_nb{
    font-size: 24px; 
    text-transform: uppercase;
    text-align:center;
    background:url(../img/icon_nb.png)no-repeat bottom center;
}
.title_nb a{
    color:#0c84d2;
    display: inline-block;
    padding-bottom: 15px;
}
.title_home2{
    max-width: 600px;
    margin: auto;
    font-family: UVN_HongHaHep;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background: url(../img/line2.png) repeat-x center;
}
.title_home2 a{
    color: #2f7ccc;
    display: inline-block;
    padding: 0 15px;
    background: white;
}
.box_cl .container:nth-child(even) .tit_prod_left{
    background: #4a4a4a;
}
.box_cl .container:nth-child(even) .nav_prod_home{
    background: #747474;
}
.box_cl .container:nth-child(even) .nav_prod_home>li{
    border-bottom: 1px solid #9e9e9e;
}
.box_cl .container:nth-child(even) .nav_prod_home li a.readmore{
    background: #4a4a4a;
}
/* update 4/4/2018 -----> */
.title_left{
    border-bottom:1px solid #e1e1e1;
    margin-bottom:25px; 
}
.title_left a{
    display: inline-block;
    border-bottom:1px solid #0098da;
    padding-bottom: 10px;
    font-size: 14px;
    color:#222;
    text-transform: uppercase;
    font-weight: bold;
}

.title_right{
    border-bottom:1px solid #e1e1e1;
    margin-bottom:25px; 
}
.title_right a{
    display: inline-block;
    border-bottom:1px solid #0098da;
    padding-bottom: 10px;
    font-size: 14px;
    color:#222;
    text-transform: uppercase;
    font-weight: bold;
}
.breadcrumb{
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 0px
}
.breadcrumb a{
    color:#222;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.content{
    padding: 0px;
}

.boxHotline {
    display: inline-block;
    position: relative;
    line-height: 42px;
    letter-spacing: 0.5px;
    padding: 0 20px 0 64px;
    font-size: 24px;
    border: solid 2px #ED1C24;
    color: #ED1C24;
    font-weight: bold;
}
.boxHotline .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
}
.boxHotline a{
    color: #ED1C24;
}




.tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    display: block;
    
    position: relative;
    text-decoration: none;
}

/*=================================================== effect tab_deatil==================================================*/
.tab_detail>li.active>a,
.tab_detail>li.active>a:hover,
.tab_detail>li.active>a:focus {
    border: 0;
    background: #f47920;
    color: #fff;
    
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
      border: 0;
    background: #f47920;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 2px solid #f47920;
    padding-bottom: 1px;
}
.tab_detail li a:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #f47920 50%, #f4924b 56%, #f4bd95 80%);
    box-shadow: -1px 1px 1px #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.tab_detail li a:hover:before, .tab_detail li a:focus:before, .tab_detail li a:active:before {
    width: 9px;
    height: 9px;
}
.tab_detail>li.active>a:before{
    width: 9px;
    height: 9px;
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #f47920 50%, #f4924b 56%, #f4bd95 80%);
    box-shadow: -1px 1px 1px #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.tab_detail li a:hover:after, .tab_detail li a:focus:after, .tab_detail li a:active:after {
   display: none;
}
.tab_detail>li.active>a:hover:after, .tab_detail>li.active>a:focus:after, .tab_detail>li.active>a:active:after {
    display: none;
}
.tab_detail>li.active>a:after{
    display: none;
}
.tab-content{
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
   /* padding: 30px 10px;*/
}
.fixdoitac {
    border: 1px solid #ddd;
        padding: 10px 10px;
}
.slider_doitac .item{
    border: 1px dotted #ddd;
}

/* trung them moi */
.title_top_product {
    position: relative;
}
.title_top_product a p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: Roboto_Bold;
}
.title_top_product h4 a {
    text-transform: uppercase;
}
.tit_home {
    border-bottom: 2px solid #e39000;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tit_home a {
    display: inline-block;
    background: #f47920;
    max-width: 100%;
    height: 42px;
    padding: 10px 24px;
    text-align: justify;
    font-family: Roboto_Bold;
    color: #fff;
    position: relative;
}
.tit_home a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    right: -30px;
    top: 0px;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #f47920;
}
.img_title_product {
    display: inline-flex;
}
.img_product {
    border: 1px solid #9e9e9eec;
    position: relative;
    cursor: pointer;
    height: 213px;
    overflow: hidden;
}
.img_product a:hover img {
    transform: scale(1.18);
    transition: all 0.7s;
}
.img_product a img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.title_prod {
    text-align: center;
    padding-top: 10px;
}
.img_tt_product{
  margin-bottom: 25px;
}
.title_prod h5 {
    font-size: 14px;
    font-family: Roboto_Bold;
    line-height: 20px;
    height: 40px;
    overflow-y: hidden;
    text-transform: uppercase;
}
.title_prod strong {
    color: #f10808;
    font-size: 16px;
    font-family: Roboto_Bold;
}
.thong-tin-don-hang{
    margin-bottom: 20px;
}
.checkout-cart-index{
    line-height: 30px;
}
.list_footer h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 8px;
}
.list_page_news .name-new-page a{
    color: #000 !important;
}
.content_mid {
    background: #e3e2e2;
    padding: 3px 0;
}
.sticky-header {
    padding: 5px 0;
}
/* .img_head {
    padding-top: 52px;
} */
.top_header {
    display: inline-flex;
}
.hd_right{
    padding: 10px 0;
}
.tit_mid_ct1 {
    font-size: 14px;
    font-family: Roboto_bold;
    color: #f47920;
}
.hotline {
    padding-left: 60px;
    font-size: 14px;
    font-family: Roboto_Bold;
    color: #333;
}
.tit_top_txt ul li a {
    color: #333;
    font-family: Roboto_Regular;
    font-size: 13px;
}
.tit_top_txt ul li {
    display: inline-flex;
    padding: 0px 18px;
}
.tit_top_txt {
    float: right;
}
.input-group {
    display: inline-flex;
    border: 2px solid #f47920;
}
.input-group input.form-control {
    /*width: 338px !important;*/
    max-width: 100%;
    border: none;
}
select.menu_all_top {
    font-size: 12px;
    width: 80px;
    max-width: 100%;
    border: none;
    border-right: 1px solid #e0e0e0;
}

input.form-control {
    font-size: 12px;
}
button.btn.btn-default {
    background: #f47920;
    color: #fff;
    border: 1px solid #f47920;
    padding: 6px 12px;
    border-radius: 0;
}
span.input-group-btn {
    border: none;
}
.icon_txt_header {
    display: inline-flex;
    width: 100%;
}
.icon_txt_header img {
    width: 20%;
    height: 32px;
    margin-top: 5px;
}
.sign {
    width: 80%;
    /*margin-top: -5px;*/
    margin-left: 6px;
    font-family: Roboto_Bold;
    font-size: 14px;
    cursor: pointer;
}
.sign p {
    color: #838383;
    font-family: Roboto_Regular;
    font-size: 12.3px;
}
.col-10 {
    border-right: 1px solid #cccccc;
}
.giohang {
    font-size: 14px;
    font-family: Roboto_Bold;
    color: #333;
    text-align: center;
}
.giohang p {
    color: #83838383;
    font-size: 12.5px;
    font-family: Roboto_Regular;
}
.search_box .input-group{
    width: 100%;
}
.search_box .search-panel{
    width: 15%;
}
.search_box span.input-group-btn{
    width: 10%;
}
.search_box button[type="submit"]{
    width: 100%;
}
.search_box .input_search{
    width: 75% !important;
}
.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group{
    margin-left: 0;
}
.slider_main .item img{
    height: 360px;
}
.owl-carousel .owl-nav{
    top: 50%;
}
.tit_prod_left .tit-icon {
  position: relative;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: -10px;
    margin-right: 10px;
}
.tit_prod_left .tit-icon span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.tit_prod_left .tit-icon span:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #fff;
  -webkit-box-shadow: 0 12px 0 #fff;
          box-shadow: 0 12px 0 #fff;
}
.fixed form.search_box{
    margin: 0;
}
.fixed .box_cart_hd{
    margin: 0;
}
.fixed .logo_pc img{
    width: 100%;
}
.list_menu_ft .map {
    color: #000;
}
.tit_top_txt img{
    width: 20px;
    height: 20px;
}
.tit_top_txt .icon{
    padding: 0 5px;
}