
    /*begin header*//************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;
}
    

.menu_main .nav.is-fixed {

position: relative; z-index: 105; }

.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: #311e00;
    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);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
}

.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: #311e00;
    /* 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: #342714;
}

.nav-menu > .menu-item:hover {
    background: #f89a1c;
}

.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: #fff;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}

.has-dropdown.is-active:after {
    content: "\2013";
    /* 1 */
}

.nav-dropdown {
    display: none;
    background-color: #342714;
}

.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: #372b13 !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: 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: #75ad21 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 rgba(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: #3e2d0f;
    }

    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #f89d1b;
    }

    .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 23px 13px 23px;
        font-size: 13px;
        color: #fff;
        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 > .menu-link .fa {
        font-size: 14px;
        margin-right: 7px;
    }

    .nav-menu > .menu-item:not(:last-child) > .menu-link {
        border-right: 1px dotted #FFFFFF;
    }

    .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: #3e2d0f;
    }

    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;
    }

    .nav-dropdown > .menu-item > .menu-link {
        color: #fff !important;
    }

    .nav-dropdown > .menu-item:hover > .menu-link {
        color: #f89d1b !important;
    }

    .nav-menu > .menu-item {
        position: relative;
    }

    .nav-dropdown {
        -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;
    }

    .has-dropdown:hover > .nav-dropdown {
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }

    .nav-dropdown .has-dropdown .nav-dropdown {
        -webkit-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -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;
    }

    .nav-dropdown .has-dropdown:hover .nav-dropdown {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }

    .nav-dropdown .nav-dropdown .menu-item {
        background: #3e2d0f !important;
    }

    .nav-dropdown .nav-dropdown .menu-item:hover {
        background: #3e2d0f !important;
    }

    .qts_head_mid {
        background: #311e00;
    }
}

/************end menu****************/
.qts_head_top {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 3px solid #f89a1c;
}

/*.qts_head_top .logo_pc {
    margin: 16px 0;
}*/

.qts_head_top .logo_pc img {
    max-width: 291px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.qts_head_top .slogan_header {
    font-family: UTM_HelvetIns;
    text-align: center;
}

.qts_head_top .slogan_header .main_slogan {
    font-size: 26px;
    color: #d62126;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.qts_head_top .slogan_header .des_slogan {
    font-size: 16px;
    color: #fe2f35;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

.qts_head_top .slogan_header .hotline_hd {
    color: #000;
    font-size: 24px;
}

.qts_head_top .header_right .add_header {
    font-size: 14px;
    color: #121663;
    line-height: 24px;
    float: right;
    padding-left: 15px;
    margin-bottom: 10px;
    background: url("./img/add.png") no-repeat left top 5px;
}

.qts_head_top .header_right .form_search input.form-control {
    height: 32px;
    border: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.qts_head_top .header_right .form_search button.btn.btn-default {
    height: 32px;
    padding: 0px 10px;
    border: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    background: #311e00;
    margin-left: 5px;
}

.qts_head_mid .add_cart {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 11px 0;
    display: block;
    text-align: right;
}

.qts_head_mid .add_cart img {
    margin-right: 5px;
}

.menu_mb .add_cart {
    position: absolute;
    right: 13px;
    top: 17px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.menu_mb .add_cart span {
    position: absolute;
    top: -6px;
    right: -5px;
    color: red;
}

@media (min-width: 1200px) {
    .form_search {
        width: 225px;
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qts_head_top .slogan_header .main_slogan {
        font-size: 20px;
    }

    .qts_head_top .slogan_header .des_slogan {
        font-size: 13px;
    }

    .qts_head_top .slogan_header .hotline_hd {
        font-size: 19px;
    }

    .nav-menu > .menu-item > .menu-link {
        padding: 13px 20px 13px 20px;
    }
}

/*# sourceMappingURL=csspm.css.map */
/*end header*/
/*begin footer*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    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_top{
    background: #311e00;
    padding: 30px 0px;
}
.title_footer{
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.ul_ass> li {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    padding-left: 20px;
    position: relative;

}

.ul_ass> li:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_home_ft.png") no-repeat;
    width: 16px;
    height: 15px;
}
.footer_left_top > p {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
}
.bf_phone_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url("./img/bf_phone_ft.png") no-repeat;
    width: 16px;
    height: 15px;
}
.bf_gmail_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    background: url("./img/bf_sms.png") no-repeat;
    width: 16px;
    height: 10px;
}
.bf_web_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_web.png") no-repeat;
    width: 16px;
    height: 14px;
}
.ul_lick_msh> li{
   padding: 5px 0px;
}
.img_msh{
    display: inline-block;
}
.img_msh> img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.text_mxh{
    color: #ffffff !important;
    font-size: 13px;
}
.text_mxh:hover{
    text-decoration: underline;
}
.qts_footer_bot{
    padding: 10px 0px;
    background: #543401;
}
.left_footer_bot{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: left;
}
.left_footer_bot> span{
    color: #ff7200;
}
.right_footer_bot{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: right;
}
.right_footer_bot> span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.right_footer_bot> span:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_footer_bot.png") no-repeat;
    width: 12px;
    height: 13px;
}/*end footer*/
/*begin danhmuc*/@font-face{font-family:"Roboto_Bold";src:url("./fonts/Roboto-Bold.woff");font-weight:normal;font-style:normal}@font-face{font-family:"Roboto_Medium";src:url("./fonts/Roboto-Medium.woff");font-weight:normal;font-style:normal}@font-face{font-family:"UTM_HelvetIns";src:url("./fonts/UTMHelvetIns.eot");src:url("./fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("./fonts/UTMHelvetIns.woff") format("woff"), url("./fonts/UTMHelvetIns.ttf") format("truetype"), url("./fonts/UTMHelvetIns.svg#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UVN_HongHaHep";src:url("./fonts/UVNHongHaHep.eot");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#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UVN_HongHaHepBold";src:url("./fonts/UVNHongHaHepBold.eot");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#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UTM_AmericanSans";src:url("./fonts/UTMAmericanSans.eot");src:url("./fonts/UTMAmericanSans.eot?#iefix") format("embedded-opentype"), url("./fonts/UTMAmericanSans.woff") format("woff"), url("./fonts/UTMAmericanSans.ttf") format("truetype"), url("./fonts/UTMAmericanSans.svg#aller") format("svg");font-weight:normal;font-style:normal}

.content_right .box_bd{border:1px solid #dddddd;padding:2px 8px;margin-bottom: 15px;}.content_right .box_bd .nav_sv li a{display:block;line-height:20px;padding:10px 0px 10px 14px;font-size:12px;font-weight:bold;color:#333333;text-transform:uppercase;border-bottom:1px dashed #cbcbcb;background:url("./img/icon_sv_right.png") no-repeat top 17px left}.content_right .box_bd .nav_sv li a:hover{color:#ff7200}.content_right .box_bd .nav_sv li:last-child a{border-bottom:1px dashed transparent}

.nav_sv li{

	list-style: none;

}

.content_right .title{

	margin: 0px;

}

.title {
	font-size: 18px;
    text-align: center;
    background: #311e00;
    padding: 10px;
    color: #fff;
}/*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;
} 
.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: #ff7200 !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 tintucnoibat*/
/*begin sanphamnoibat*//*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*//*end hotrotructuyen*/
/*begin counter*//*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 sanphamnoibat_home*//*end sanphamnoibat_home*/
/*begin sanphambanchay_home*//*end sanphambanchay_home*/
/*begin sanphammoi_home*//*end sanphammoi_home*/
/*begin sanphamkhuyenmai_home*//*end sanphamkhuyenmai_home*/
/*begin danhmucsanpham_home*/.tab-home{
    text-align: center;
}
.tab-home li{
    display: inline-block;
    margin: 0 10px;
}
.tab-home li a{
    display: block;
    font-size: 13px;
    color: #fff;
    background: #83be00;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 35px;

}
.tab-home li.active a{
    background: #333333;
}

.name-prod{
    margin: 13px 0 3px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Roboto_Bold;
}

.name-prod a{
    color: #333;
   
}
.name-prod a:hover{
    color: #ff7200;
}
.box-prod .price{
    font-size: 16px;
    font-weight: bold;
    color: #ac0101;
    font-style: italic;
    text-align: center;
}
.box-prod{
    margin-bottom: 30px;
}
.box-prod img:hover{

    opacity: 0.8;
}
.view-all{
    color: white;
    display: inline-block;
    border: 1px solid #749f09;
    box-shadow: 0 0 0 2px #fff inset;
    padding: 6px 15px;
    background: #749f09;
}
.view-all:hover{
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}


/*++++++++++++++++++++++++++++++++++++++++*/

.tit_main{
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.tit_main a{
    display: inline-block;
    
    text-transform: uppercase;
    font-size: 24px;
    color: #0441ca;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background: url("img/line.png") no-repeat center bottom;
}

.tab-home{
    text-align: center;
}
.tab-home li{
    display: inline-block;
    margin: 0 10px;
}
.tab-home li a{
    display: block;
    font-size: 13px;
    color: #fff;
    background: #83be00;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 35px;

}
.tab-home li.active a{
    background: #333333;
}


.name_adv{
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
}
.name_adv a{
    color: #333333;
}
.name_adv a:hover{
    text-decoration: underline;
    color: #749f09;
}
.img_adv img:hover{
    opacity: 0.8;
}
.box_adv{
    margin-bottom: 30px;
}
.see_more{
    text-align: center;
    font-size: 12px;
}
.see_more a{
    color: white;
    display: inline-block;
    box-shadow: 0 0 0 2px #fff inset;
    padding: 6px 15px;
    background: #333333;
    border: 1px solid #333333;
}
.see_more a:hover {
    background: #749f09;
    border: 1px solid #749f09;
}
.img_prod_hot 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;
}
.img_prod_hot img:hover {
    transform: scale(0.95);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box_prod_hot{
    margin-bottom: 30px;
}
.box-prod .price{
    font-size: 14px !important;
    font-weight: normal !important;
    color: #000 !important;
    font-style: inherit !important;
}
.box-prod .price span{
color: #da251c;
font-weight: bold;
}
/*end danhmucsanpham_home*/



/*begin partner_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: '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_lider_box{
    padding: 30px 0px;
}
.title_slider_box{
  
    text-align: center;
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
        font-family: Roboto_Regular;
    margin: 0;
    position: relative;
     background: url("./img/bf_tit_sld.png") repeat-x center;
}
.title_slider_box> span{

    background: #ffffff;
    padding: 0px 85px;
    display: inline-block;
}

.slider_content .item{
    border: 1px dotted #8b8b8b;
}
.pf_snd_border{
    padding: 20px 15px;
    border: 1px solid #cccccc;
}
.pf_snd_border{
    margin-top: 15px;
}
.slider_features {
border: 1px solid #ccc;
margin-bottom: 25px;
padding: 13px 19px;
}
.slider_features .item img {
border: 1px dotted #ccc;
}/*end partner_home*/
/*begin email_home*/ /*end email_home*/
    
    /*begin root_content*//*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner_home*//*end banner_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: '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;
}
@font-face {
    font-family: 'UVN_HongHaHep';
    src: url('./fonts/UVNHongHaHep.eot');
    src: url('./fonts/UVNHongHaHep.eot') format('embedded-opentype'), url('./fonts/UVNHongHaHep.woff')
    format('woff2'), url('./fonts/UVNHongHaHep.woff') format('woff'), url('./fonts/UVNHongHaHep.ttf')
    format('truetype'), url('./fonts/UVNHongHaHep.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_news{
    margin: 15px 0px;
}
.full_news{
    float: left;
    width: 100%;
}
.name_news_home{
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-transform: uppercase;
    margin: 10px 0px 8px 0px;
    max-height: 44px;
    overflow: hidden;
    min-height: 44px;
    font-family: Roboto_Bold;
}
.name_news_home> a {
    color: #2f1e02;
}
.name_news_home> a:hover{
    color: #ff7e28;
}
.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: #311e00;
    outline-offset: 2px;
    outline: 1px solid #311e00;
    text-transform: uppercase;
}
.click_me_news> a:hover{
    background: #ff7200;
    outline: 1px solid #ff7200;
    color: #fff;
}
.title_slider_box_news{
    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_news> span{
    position: absolute;
    position: inherit;
    left: 0px;
    z-index: 10;
    background: #ffffff;
    padding: 0px 30px;
}
.title_slider_box_news:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    background: url("./img/bf_tit_sld_news.png") repeat-x;
    width: 100%;
    height: 9px;
    z-index: 1;
}/*end tintuchome_home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*/
/*==========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;
}


.menu_left_prod{
    border: 1px solid #cccccc;
}
.menu_cate_prod_l{
    background: #ffffff;
    position: relative;
    z-index: 30;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.menu_cate_prod_l>li{
    position: relative;

}
.menu_cate_prod_l>li:last-child{
    border-bottom: 0;
}
.menu_cate_prod_l>li>a{
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
    background: -moz-linear-gradient(top,#FFFFFF,#f4f4f4);
    background: -webkit-linear-gradient(top,#FFFFFF,#f4f4f4);
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    line-height: 20px;
    padding: 8px 5px 8px 30px;
}
.menu_cate_prod_l li:last-child a{
    border-bottom: 0;
}
i.fa.fa-caret-right {
    float: right;
    padding: 3px 0;
}


.sub_menu_cate_prod{
    display: none;
    width: 270px;
    position: absolute;
    top: 0px;
    left: 100%;
    border-left: 1px solid #cccccc;


}
.menu_cate_prod_l>li:hover .sub_menu_cate_prod{
    display: block;
    z-index: 999;
    left: 100%;

}
.sub_menu_cate_prod>li>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
    padding: 8px 5px 8px 40px;
    background: rgba(255, 255, 255, 0.8);
}
.sub_menu_cate_prod>li:last-child>a{
    border-bottom: 0;
}
/*.menu_cate_prod_l li:hover {*/
/*background: #914d0a;*/
/*color: white !important;*/
/*}*/
.menu_cate_prod_l>li:hover>a{
    color: #127791 !important;
    font-weight: bold;
}
/*end menu danh muc*/
.sub_menu_cate_prod>li:hover .dropdown_cate>a:after{
    color: white;
}

.sub_menu_cate_prod > li:hover > a{
    font-weight: bold;
    color: #127791;
}
.sub_menu_cate_prod li a{
    position: relative;
}
.sub_menu_cate_prod li a:before{
    content: url("./img/right.png");
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 25px;
}

.tit_left {

    margin-top: 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top,#FFFFFF,#f4f4f4);
    background: -webkit-linear-gradient(top,#FFFFFF,#f4f4f4);
    border-bottom: 1px solid #cccccc;
}
.tit_left span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 13px 10px 13px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 230px;
    width: 100%;
    line-height: 18px;
    background: url("./img/bg_tit.png") no-repeat;
}
.menu_cate_prod_l>li>a:before {
    content: url("./img/right.png");
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 15px;
}
.tit_left .fa{
    margin-right: 15px;
}

.row_8{
    margin: 0 -8px;
}
.row_7{
    margin: 0 -7px;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod{
    display: none !important;
    border-left: 0 !important;
}
.sub_menu_cate_prod > li:hover > .sub_menu_cate_prod{
    display: block !important;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod > li > a:before{
    display: none !important;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod > li{
    margin-left: 5px !important;
}
.owl-dots{
    display: none;
}
.phone_sp{
    margin: 10px 0;
}
.phone_sp span{
    color: #ae0001;
    font-weight: bold;
    font-size: 18px;
}
.phone_sp img{
    margin-right: 5px;
}
.email_sp{
    color: #999999;
}
.email_sp a{
    font-size: 14px;
    color: #403e3e;
}
.txt_sp {
    font-size: 14px;
    color: #525252;
    font-weight: bold;
}
.nb_sp{
    color: #005fb1;
}
.name_sp .fa{
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.txt_sp{
    overflow: hidden;
}
.list_sp{
    padding: 0 20px
}
.zs img{
    margin-top: 5px;
}
.list_sp li{
    padding: 15px 10px;
    border-bottom: 1px dashed #cccccc;
}
.suport{
    border: 1px solid #cccccc;
    padding-bottom: 20px;
    background: #f3f3f3;
}
.video{
    border: 1px solid #cccccc;
    background: #f2f2f2;
    border-radius: 5px;
}
.box_video{
    padding: 5px;
}
.name_news{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.name_news a{
    color: #000000;
}
.des_news{
    color: black;font-size: 12px;
}
.list_news img{
    float: left;
    margin-right: 5px;
    width: 90px;
    height: 67px;
}
.list_news img:hover{
    opacity: 0.8;
}
.sub_news{
    overflow: hidden;
    text-align: justify;
}
.name_news{
    line-height: 17px;
}
.name_news a:hover{
    text-decoration: underline;
}
.list_news{
    padding: 0px 10px;
}
.list_news li{
    padding: 10px 0;
}
.news{
    background: #f2f2f2;
    border: 1px solid #cccccc;
}
.tit_main_detail{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    text-align: left !important;
}
.tit_main_detail a{
    color: #311e00;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #311e00;
    margin-bottom: -1px;
}
.row_7{
    margin: 0 -7px;
}
.row_8{
    margin: 0 -8px;
}
.prod {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prod img {
    width: 100%;
    padding: 2px;
    border: 1px solid #d3d3d3;
}
.prod h3.main {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.prod .price {
    color: #ac0001;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prod .more {
    font-size: 12px;
    color: #000;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e5e5));
    background: -webkit-linear-gradient(#fff, #e6e5e5);
    background: -o-linear-gradient(#fff, #e6e5e5);
    background: linear-gradient(#fff, #e6e5e5);
    padding: 0px 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.prod:hover {
    -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
}
.prod h3:hover {
    color: #2973b3;
}
.prod .more:hover, .prod .more:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #e6e5e5));
    background: -webkit-linear-gradient(#fff, #e6e5e5 60%);
    background: -o-linear-gradient(#fff, #e6e5e5 60%);
    background: linear-gradient(#fff, #e6e5e5 60%);
}
.headingdt {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #00a7e4;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.headingdt:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 1px;
    background: #00a7e4;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.headingdt:after {
    content: url(../img/i-visa.png);
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.slider_dt img{
    border: 1px solid #cccccc;
}
.slider_dt .owl-nav{
    top: 45%;
}

.qts_footer_top .ft-name {
     font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}
.txt_add{

    font-size: 12px;
    color: white;
    line-height: 19px;
}
.link_ft a{
    margin-right: 5px;
}
.fb-area img{
    max-width: 300px;
    width: 100%;
}
.map-area img{
    max-width: 300px;
    width: 100%;
}
.phantrang_prod {
    text-align: right;
}
.phantrang li {
    display: inline-block;
    padding-right: 0px;
}
.phantrang>li:first-child>a, .phantrang>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.phantrang>li:last-child>a, .phantrang>li:last-child>span {
    margin-left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.phantrang>.active>a, .phantrang>.active>span, .phantrang>.active>a:hover, .phantrang>.active>span:hover, .phantrang>.active>a:focus, .phantrang>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fc3f43;
    border-color: #fc3f43;
}
.phantrang>li>a, .phantrang>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.phantrang>li>a:hover, .phantrang>li>span:hover, .phantrang>li>a:focus, .phantrang>li>span:focus {
    color: #fff;
    background-color: #fc3f43;
    border-color: #fc3f43;
}
.phantrang{
    margin: 0;
}

/*==================================================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======================================================*/
.name_prod_detail{
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.info_prod_detail{
    font-size: 14px;
    color: black;
    line-height: 20px;
}
.info_prod_detail form button{
    border: 0;
    background: none;
}
.add_detail{
    font-size: 14px;
    color: black;
}
.add_detail img{
    float: left;
    margin-right: 10px;
}
.txt_add_dt{
    overflow: hidden;
}
.add_detail{
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.info_prod_detail{
    padding-bottom: 10px;
}
.w_info_dt{
    font-weight: bold;
}
.price_if_dt{
    color: #b80101;
    font-size: 18px;
}
.txt_info_dt img{
    margin-right: 5px;
}
.tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px 4px 10px;
    display: block;
    line-height: 35px;
    position: relative;
}
.tab_detail li:not(:last-child) a:after{
    content: '|';
    color: black;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: -2px;
}
/*=================================================== effect tab_deatil==================================================*/
.tab_detail>li.active>a,
.tab_detail>li.active>a:hover,
.tab_detail>li.active>a:focus {
   
    background: #ff7200;
    color: #fff;
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
    background: #ff7200;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 1px solid #ff7200;
}
.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{
    font-size: 14px;
    color: black;
    padding: 20px 0;
}
.slider_lq .prod{
    margin: 2px;
}
.name_prod_lq {
    font-size: 17px;
    font-family: Roboto_Regular;
    margin: 5px 0;
}

/*end pro_detail*/
/*begin pages_home*/@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%;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
#go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #ff7200;
    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_content_home{
}
.title_right_home{
    color: #cd181d;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.sologane_home> p {
    color: #2f1e02;
    font-size: 24px;
    font-family: UTM_AvoBold;
    text-align: center;
    position: relative;
    padding: 5px 50px;
    line-height: 34px;
}
.sologane_home{
    margin: 15px 0px;
}
.sologane_home> p:before{
    content: "\f10d";
    font: normal normal normal 28px/1 FontAwesome;
    color: #5b2200;
    position: absolute;
    left: 0px;
    top: 0px;
}
.sologane_home> p:after{
    content: "\f10e";
    font: normal normal normal 28px/1 FontAwesome;
    color: #5b2200;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.text_home > p {
    color: #2b2c36;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    overflow: hidden;
}
.lick_me > a {
    display: inline-block;
    color: #ffffff;
    background: #311e00;
    padding: 11px 35px;
    font-size: 13px;
}
.lick_me > a  > i {
    padding-left: 10px;
}/*end pages_home*/
/*begin media_image*//*end media_image*/
/*begin news1*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat_home*//*end tintucnoibat_home*/
/*begin tintucmoinhat_home*//*end tintucmoinhat_home*/
/*begin ykienkhachhang_home*/@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;
}


/*slider conment*/
.slider_box {
   background: #311e00;
    padding-bottom: 30px;
    padding-top: 15px;
}
.top_tit {
    text-align: center;
}
.title_slider {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: UVN_HongHaHepBold;
    margin: 15px 0px;
}
.top_tit> p > img {
    width: 40px;
    height: 8px;
}
.top_box_sld{
    float: left;
    width: 100%;
}
.img_box_sld{
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.name_box{
    overflow: hidden;
    padding-top: 50px;
}
.img_box_sld> img {
    width: 170px !important;
    height: 170px;
    border-radius: 50%;
}
.name_content_box{
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.name_box> p {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}
.text_content_sld{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    padding: 23px 10px 0 10px;
}
.slider_content {
    padding-top: 25px;
}
.slider_content .item {
    border: none !important;
}/*end ykienkhachhang_home*/
/*begin email*//*end email*/
/*begin morong*//*end morong*/
.title_home {
    color: #311e00;
    font-size: 30px;
    font-family: Roboto_Regular;
}
.title_home span {
    padding: 0 85px;
}
.view_detail {
    text-align: center;
    margin-top: 5px;
}
.view_detail a {
    color: #ff7200;
    font-size: 14px;
    font-family: Roboto_Regular;
    text-decoration: underline;
}
@font-face {
    font-family: 'UTM_HelvetIns';
    src: url(./img/'./fonts/UTMHelvetIns.eot');
    src: url(./img/'./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url(./img/'./fonts/UTMHelvetIns.woff')
    format('woff2'), url(./img/'./fonts/UTMHelvetIns.woff') format('woff'), url(./img/'./fonts/UTMHelvetIns.ttf')
    format('truetype'), url(./img/'./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UVN_HongHaHepBold';
    src: url(./img/'./fonts/UVNHongHaHepBold.eot');
    src: url(./img/'./fonts/UVNHongHaHepBold.eot') format('embedded-opentype'), url(./img/'./fonts/UVNHongHaHepBold.woff')
    format('woff2'), url(./img/'./fonts/UVNHongHaHepBold.woff') format('woff'), url(./img/'./fonts/UVNHongHaHepBold.ttf')
    format('truetype'), url(./img/'./fonts/UVNHongHaHepBold.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.qts_box{
   background: #e99d3b;
   background-size: 100% 100%;
}
.top_text{
    text-align: center;
}
.top_text> p {
    padding-bottom: 7px;
}
.top_text> p > strong{
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: UVN_HongHaHepBold;
}
.top_text> p > span{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
}
.full_box{
    border: 2px solid #e0e0e0;
    width: 100%;
    margin: 40px auto;
    padding: 30px 30px;
}
.form_search_email{
    width: 623px;
    margin: auto;
    margin-top: 70px;
}
.form_search_email > .input-group> input{
    height: 40px;
    border-radius: 0px;
    font-size: 12px;
    box-shadow: none;
    background-image: url(./img/bf_sms.png);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 35px;
}
.btn_dk{
    height: 40px;
    background: url("./img/dki.png") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 18px;
    font-family: UVN_HongHaHepBold;
    text-transform: uppercase;
    border: none;
    padding: 0px 57px 0px 29px;
}
.btn-default:hover{
    background: url("./img/dki.png") no-repeat;
}
.form_search_email .input-group-btn:last-child>.btn{
    margin-left: 28px;
}
.input-group-btn>.btn:focus{
    outline: none;
}
.title_page {
    font-size: 24px;
}
.box-prod img{
    height: 210px;
    object-fit: cover;
}