
    /*begin header*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_Cookies';
    src: url('./fonts/UTMCookies.eot');
    src: url('./fonts/UTMCookies.eot') format('embedded-opentype'), url('./fonts/UTMCookies.woff')
    format('woff2'), url('./fonts/UTMCookies.woff') format('woff'), url('./fonts/UTMCookies.ttf')
    format('truetype'), url('./fonts/UTMCookies.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Roboto_Black";
  src: url("./fonts/Roboto-Black.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Roboto-Black.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Roboto-Black.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Roboto-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Roboto-Black.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Anastasia";
  src: url("./fonts/SVN-Anastasia.eot"); /* IE9 Compat Modes */
  src: url("./fonts/SVN-Anastasia.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/SVN-Anastasia.otf") format("opentype"), /* Open Type Font */
    url("./fonts/SVN-Anastasia.svg") format("svg"), /* Legacy iOS */
    url("./fonts/SVN-Anastasia.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/SVN-Anastasia.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/*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;
    background-color: transparent;
}
.nav-container {
    position: fixed;
    top: 80px;
    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: #ffffff;
    float: left;
    width: 60px;
    /*position: fixed;*/
    z-index: 99;
}
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #e35f14;
}
.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: #427b18; /* 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 {
    
}
.nav-menu > .menu-item:hover {
    background: #59a224;
}
.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: #ffffff;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #ffffff;
}
.nav-dropdown > .menu-item {
    padding-left: 0px;
}
.nav-dropdown > .menu-item:hover {
    opacity: 0.85;
}
.nav-menu .menu-link {
    color: #fff;
    font-size: 14px;
    display: block; /* 1 */
    text-decoration: none;
    padding: 8px 15px;

}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown > .menu-link {
    display: inline-block;
}
.has-dropdown:after {
    padding-top: 0px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #fff;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}
.has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
}
.nav-dropdown {
    display: none;
    background-color: #6baf3a;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block; /* 1 */
}
.nav-dropdown .nav-dropdown {
    background-color: #6baf3a;
}
.nav-dropdown .menu-item {
    border-color: #6baf3a;
}
.nav-dropdown .nav-dropdown .menu-item {
    background-color: #6baf3a;
}
.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-dropdown .nav-dropdown .menu-item {
        background-color: red;
    }
    .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 {
        background: url('./img/bg_item_menu.png') repeat-x;
    }
    .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;
    }

    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #ff0000 !important;
    }
    .menu-item:hover.has-dropdown:after {
        color: #ff0000 !important;

    }
    .has-dropdown:after {
        content: "" !important;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        width: 0;
        height: 15px;
        right: 20px;
        margin-top: -10px;
        margin-left: 0px;
        content: "\f0d7" !important;
        font: normal normal normal 12px/1 fontawesome;
        color: #ffffff;
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }
    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }
    .nav-dropdown {
        left: 0px;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 215px;
        margin: 0;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-dropdown .menu-item {
        border: 0;
        margin-top: 1px;
    }
    .nav-dropdown .menu-item:last-child {
        border: 0;
        border-bottom: none;
    }
    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: rgb(61, 139, 3);
    }
    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #ffffff;
    }
    .nav-dropdown .nav-dropdown{
        background: transparent;
    }
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: rgb(61, 139, 3);
    }
    .nav-dropdown .nav-dropdown .menu-item{
        margin-bottom: 1px;
        margin-top: 0px;
        opacity: 1;
    }
    .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: 11px 30px 8px 30px;
        font-size: 14px;
        color: #ffffff;
        position: relative;
        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:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 13px;
        background: #fff;
        top: 13px;
        right: 0;
    }
    .nav-menu > .menu-item:last-child:after {
        display: none;
    }

    .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: rgb(61, 139, 3);
    }
    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #ffffff !important;
        font-weight: bold;
    }
    .nav-dropdown>.menu-item:hover>.menu-link {
        color: #e65e12 !important;
    }
    .nav-menu > .menu-item {
        position: relative;
    }
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}

/*======================================================================================================================*/
.qts_header_top{
    background: #71ad01;
}
.list_add_hd{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.add_hd_top{
    display: block;
    float: left;
    margin-right: 15px;
    line-height: 20px;
    padding: 6px 0px;
    color: #FFFFFF;
}
.add_hd_top i.fa{
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin-right: 5px;
}
a.add_hd_top:hover{
    color: #ffffff;
}
.list_lag_hd>a{
   display: inline-block;
    float: left;
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 6px 0px;
}
.list_lag_hd>a:hover{
   text-decoration: underline;
}
.list_lag_hd>a>img{
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.logo_pc{
    margin: 8.5px 0px;
}
.logo_pc img{
    max-width: 100%;
    width: 145px;
}
.slogan_header{
    text-align: center;
}
.main_slogan_hd{
    font-size: 30px;
    text-transform: uppercase;
    font-family: Roboto_Black;
    color: #d7251b;
}
.sub_slogan_hd{
    font-family: Anastasia;
    font-size: 30px;
    color: #d7251b;
}
.slogan_header{
    margin-top: 40px;
}
.form_search{
    float: right;
    width: 260px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.form_search input.form-control{
    height: 36px;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.form_search button.btn.btn-default{
    height: 36px;
    border-radius: 0px;
    border: 1px solid #d7251b;
    border-left: 0px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 20px;

}
.qts_head_bot{
    background: url('./img/bg_menu.png') repeat-x ;
}
.icon_home_menu{
    font-size: 16px;
    float: left;
    line-height: 15px;
    margin-right: 11px;
}/*end header*/
/*begin footer*/
.qts_footer_top{
    background: #d9251d;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    padding-bottom: 40px;
}
.name_cpn{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
}
.qts_footer_bottom{
    background: #1a7802;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
}
.txt_add_footer{
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
}
.txt_add_footer a{
    color: #ffffff;
}
.txt_add_footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.tit_footer{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0px;
}
.tit_footer>span,
.tit_footer>a{
    color: #ffffff;
    display: block;
}
.list_link_ft a{
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.list_link_ft a img{
    width: 28px;
    height: 28px;
}
.list_link_ft a:hover img{
    opacity: 0.7;
}
.nav_footer>li{
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 12px;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}
.nav_footer>li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    background: #ffffff;
    left: 2px;
}
.nav_footer>li>a{
    display: block;
    color: #ffffff;
}
.nav_footer>li>a:hover{
    text-decoration: underline;
    color: #ffffff;
}
.box_map_foooter img{
    max-width: 100%;
}
.cop_footer{
    text-align: center;
    line-height: 25px;
    padding: 5px 0px;
}
.cop_footer a{
    color: #ffffff;
}
.cop_footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
/*=============================================setmedia=================================================*//*end footer*/
/*begin danhmuc*/.ul_dmpsl{

    padding: 3px 20px 15px;

    background-color: #fff;

    border: 1px solid #ddd;

    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);

    margin-bottom: 15px;

}

.ul_dmpsl> li {

    font-size: 15px;

    line-height: 21px;

    list-style:none;

    border-top: 1px solid #ececec;

}

.ul_dmpsl> li:last-child{

    border-bottom: none;

}

.ul_dmpsl> li:first-child{

    border-top: none;

}

.ul_dmpsl> li > a {

    color: #000000;

    padding: 7px 0px;

    display: inline-block;

}

.ul_dmpsl> li > a:hover{

    color: #DD3333;

}

/*update 25/12/2017 ----->*/

 .ul_dmpsl_item>li{

     padding: 7px 0px;

     padding-left: 15px;

     list-style:none;

     border-bottom: 1px solid #ececec;

 }

.ul_dmpsl_item>li>a{

    font-size: 14px;

}

.ul_dmpsl_item>li>a:hover i{

    margin-right: 6px;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.ul_dmpsl_item>li>a:hover{

    color: #DD3333;

}

.ul_dmpsl_item>li i{

    margin-right: 3px;

    font-size: 14px;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.ul_dmpsl_item>li:last-child{

    border-bottom: none;

}

.title {
    margin: 0px;
    font-size: 18px;
    text-align: center;
    background: url('./img/bg_menu.png') repeat-x;
    padding: 10px;
    color: #fff;
}

.title {
    
}

/*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: #DD3333 !important;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: Roboto_Regular; 
}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto_Regular; 
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
 /*end tintucnoibat*/
/*begin sanphamnoibat*//*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*//*=============ho tro truc tuyen===============*/
            .aside-tit {
                font-size: 13px;
                font-weight: bold;
                text-transform: uppercase;
                background: #49a823;
                color: #fff;
                padding: 10px 20px;
                margin: 0;
            }

            .aside-tit:before {
                content: url(./img/aside-tit-bf.png);
                margin-left: -10px;
                margin-right: 5px;
            }


            .box-hotro {
                margin-bottom: 20px;
            }

            .box-hotro .bder {
                margin-bottom: 0;
                border: 1px solid #dddddd;
            }

            .box-hotro img {
                width: initial;
            }

            .box-hotro img.sup {
                width: 100%;
            }

            .box-hotro .as-hotline {
                padding: 8px;
                max-width: 300px;
                margin: auto;
            }

            .box-hotro .as-hotline .red {
                font-family: arial;
                font-weight: bold;
                font-size: 18px;
                color: #ff0000;
                padding-left: 8px;
            }

            .box-hotro .as-hotline .tuvan {
                position: relative;
                padding-left: 14px;
                padding-bottom: 10px;
                margin-bottom: 15px;
            }

            .box-hotro .as-hotline .tuvan:last-child {
                border-bottom: none;
            }

            .box-hotro .as-hotline .tuvan:before {
                content: url("./img/i-tuvan.png");
                position: absolute;
                top: -3px;
                left: 0;
            }

            .box-hotro .as-hotline .tuvan .tuvan-text {
                display: inline-block;
                font-size: 14px;
                font-family: Roboto_Bold;
            }

            .box-hotro .as-hotline .tuvan .tuvan-text a {
                color: #d00000;
            }

            .box-hotro .as-hotline .tuvan .tuvan-text a:hover {
                text-decoration: underline;
            }

            .box-hotro .as-hotline .tuvan .tuvan-text .black {
                color: #0342ac;
            }

            .box-hotro .as-hotline .tuvan .tuvan-i {
                float: right;
                margin-top: 3px;
                margin-right: 5px;
            }

            .box-hotro .as-hotline .tuvan .tuvan-i img {
                width: initial;
                margin-left: 3px;
            }
            .name_tuvan {
                font-family: Roboto_Regular;
            }

            .tit_right_home {
    margin: 0px;
    color: #477d00;
    font-family: Arial;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    background: #32338f;
    text-align: center;
    padding: 13px 0;
}

.tit_right_home>a, .tit_right_home>span {
    display: block;
    color: #fff;
}
            /*================end ho tro==================*//*end hotrotructuyen*/
/*begin counter*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin 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: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.name-prod a{
    color: #0441ca;
   
}
.name-prod a:hover{
    color: #ac0101;
}
.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: #fff;
    padding: 30px 70px 22px 70px;
    background: #d9251d;
    font-family: Roboto_Bold;
    outline: 3px solid red;
    outline-offset: 1px;
}

.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*/ /*end partner_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*//*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: 'SVN_Anastasia';
  src: url("./fonts/SVN-Anastasia.eot?#iefix") format("embedded-opentype"), url("./fonts/SVN-Anastasia.woff") format("woff"), url("./fonts/SVN-Anastasia.ttf") format("truetype"), url("./fonts/SVN-Anastasia.svg#SVN-Anastasia") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto_Bold';
  src: url("./fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto-Bold.woff") format("woff"), url("./fonts/Roboto-Bold.ttf") format("truetype"), url("./fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto_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; }
h2.title_news {
  font-family: Roboto_Bold;
  color: #067bce;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #067bce; }
  h2.title_news a {
    color: #067bce;
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: -12px;
    background: #FFFFFF; }

.news_feature {
  margin-bottom: 10px; }
  .news_feature .img_news_feature {
    display: block;
    margin-bottom: 10px; }
    .news_feature .img_news_feature:hover {
      opacity: 0.8; }

.sub_news {
  overflow: hidden; }
  .sub_news h3.name_news {
    font-family: Roboto_Bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 5px; }
    .sub_news h3.name_news a {
      color: #333333;
      text-transform: uppercase;
      font-size: 14px;
       }
      .sub_news h3.name_news a:hover {
        color: #067bce; }

      .name_news_first a {
        color: #d9251d !important;
      }

  .sub_news .des_news {
    font-size: 14px;
    font-family: Roboto_Regular;
    color: #333333;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box; }

.list_news li {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 5px;
 }
  .list_news li > a {
    display: block;
    float: left;
    width: 125px;
    margin-right: 20px; }
    .list_news li > a img {
      width: 100%; }
      .list_news li > a img:hover {
        opacity: 0.8; }

  .view_more_news {
    text-align: right;
  }
  .view_more_news a {
    color: #ff0000;
  }
  


@media (max-width: 480px) {
  .sc_feedback .box_feedback {
    padding: 30px;
    background: none; } }

/*# sourceMappingURL=csspm.css.map */


.title_home_news{
    margin-top: 20px;
}
.content_tt_home_news{
    display: inline-block;
    position: relative;
    font-family: Roboto_Bold;
    font-size: 26px;
    color: #00a651;
    text-transform: uppercase;
    background: #fff;
    padding: 4px;
    top: -23px;
    margin: 0px;
}

.content_tt_home_news{
    position: relative;
    font-family: Roboto_Bold;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
}



@media (min-width:768px) and (max-width:991px) /* sm*/{
    .content_tt_home_news {
        font-size: 24px!important;
    }
    .content_tt_home_news:before, .content_tt_home_news:after {
        content: '';
        width: 80px!important;
        top: 21px!important;
    }
}

@media (max-width:767px) /* xs*/{
    .content_tt_home_news {
        font-size: 22px!important;
    }
    .content_tt_home_news:before, .content_tt_home_news:after {
        content: '';
        width: 80px!important;
        top: 19px!important;
    }

}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .content_tt_home_news {
        font-size: 18px!important;
    }
    .content_tt_home_news:before, .content_tt_home_news:after {
        content: '';
        width: 30px!important;
        top: 16px!important;
    }
}

@media (max-width:320px) {
    .content_tt_home_news {
        font-size: 20px!important;
    }
    .content_tt_home_news:before, .content_tt_home_news:after {
        content: '';
        width: 23px!important;
        top: 15px!important;
    }
}
/*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: #ca1e15;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ca1e15;
    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: #ca1e15;
    color: #fff;
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
    background: #ca1e15;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 1px solid #ca1e15;
}
.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: #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_content_home{
    margin: 0px;
}
.title_right_home{
    color: #ee2e24;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.sologane_home> p {
    color: #333333;
    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;
    height: 297px;
    overflow: hidden;
}
.lick_me > a {
    display: inline-block;
    color: #ffffff;
    background: #da251c;
    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*//*end ykienkhachhang_home*/
/*begin email_home*//*end email_home*/
/*begin morong_home*//*end morong_home*/
.hotline_hd {
    color: #d9251d;
    font-size: 26px;
    text-align: right;
    margin-top: 33px;
}
.btn_search_h {
    background: #d7251b url('./img/icon_search.png') no-repeat center center;
}
.btn_search_h:hover {
    background-color: #d7251b;
}
.mail_hd {
    font-size: 14px;
    color: #d7251b;
}
.mail_hd i {
    color: #999;
}
.btn_order {
    float: right;
    padding: 4px 0;
    font-size: 14px;
}
.btn_order a {
    display: inline-block;
    background: #fff;
    padding: 6px 20px;
    border-radius: 10px;
    color: #c01a11;
}
.btn_order a:hover {
    background: #eae9e9;
}
.title_pro {
    margin-top: 12px;
}
.title_pro .com_name {
    font-family: Roboto_Bold;
    font-size: 14px;
}
.com_name a, .com_name span {
    font-family: Roboto_Regular;
}
.social_ft ul li {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    float: right;
}
.social_ft ul li a {
    color: #fff;
}
.count_ft {
    margin-top: 5px;
}
.title_home {
    font-size: 18px;
    border-bottom: 1px solid #D12018;
}
.title_home a {
    display: inline-block;
    background: url(./img/bg_menu.png) repeat-x;
    color: #fff;
    padding: 10px 15px;
}
.btn_buy_now {
    margin-top: 10px;
}
.btn_buy_now a {
    display: inline-block;
    font-size: 16px;
    background: #c71d14;
    padding: 5px 15px;
    color: #fff;
    font-family: Roboto_Regular;
    border-radius: 3px;
}
.btn_buy_now a:hover {
    opacity: 0.9;
}
/*--------------------------------update 5/9 tab fade tin tuc-------------------------*/
.btn_tab_tt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_tab_tt li {
    display: inline-block;
    

}
.btn_tab_tt li a {
    color: #fff;
    display: block;
    padding: 8px 19px;
    background: #fd1f1f;
    border-radius: 20px;
    margin:0 10px;
}
.btn_tab_tt .active a{
    background: #ca0000;
}
.btn_tab_tt li a:hover {
      background: #ca0000;
}
.btn_tab_tt .active a:focus {
    text-decoration: unset;
}
.slider_banner .owl-nav .icon_slider {
    width: 30px;
    height: 42px;
    line-height: 42px;
    background: #93908c;
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.slider_banner .owl-nav .owl-prev {
    left: 75px;
}
.slider_banner .owl-nav .owl-next {
    right: 75px;
}
.slider_banner .owl-nav {
    top: 45%;
}
.order_btn a, .download_btn a {
    display: inline-block;
    padding: 6px 12px;
    background: #d84c4c;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
}
.order_btn {
    margin-top: 10px;
}
.sc_project__proj .price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}
.product__photo img {
    width:100%;
    max-width: 130px;
    max-height:160px;
    height: 100%;
}

.logoanh h1 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    color: #0072C5;
}
.logoanh {
    font-family: 'UTM_HelvetIns';
    text-align: center;
    background: url(../img/pexels-photo-187334.jpeg) no-repeat;
}
.logo img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 130px;
    display: block;
    margin: 15px auto;
    text-align: center;
}
.company__name{
    margin: 38px 0px;
}
.company__name a {
    background: #0072c5;
    color: white;
    padding: 2px;
    border-radius: 25px;
    display: block;
    width: 350px;
    font-size: 18px;
    margin: 10px auto;
    line-height: 30px;
}
.company__name a:before{
    content:"\f098 ";
    font-family: FontAwesome;
    margin-right: 10px;
}
@media (max-width:767px) /* xs*/{
  
    .btn_order {
    float: right;
    padding: 4px 0;
    font-size: 14px;
    margin-top: 11px;
}
.btn_order a {
     display: inline-block;
    background: #eae9e9;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #c01a11;
}
}