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

.header_right ul li{
    display: inline-block;
}
.header_left p, .header_right ul li a{
    font-size: 14px;
    font-family: Roboto_Regular;
    color: #626161;
}
.header_left, .header_right{
    padding: 6px 0px;
}
.header_right ul li a:hover{
    color: #fec912;
}
.qts_menu_main{
    background: #2a64a4;
}
section.qts_head_top {
    border-top: 3px solid #ffd467;
}

.nav-menu > .menu-item > .menu-link {
    padding: 15px;
    font-size: 15px;
    color: #fff;
    font-family: Roboto_Regular;
    /* text-transform: uppercase; */
}
.nav-menu > .menu-item:first-child > .menu-link{
    padding-left: 0px;
}
.nav-menu > .menu-item.is-active > .menu-link, .nav-menu > .menu-item:hover > .menu-link {
    color: #fff;
}
.nav-dropdown > .menu-item {
    background: #080808;
}
.nav-dropdown>.menu-item>.menu-link {
    color: #fff !important;
}
.nav-dropdown>.menu-item:hover>.menu-link {
    color: #f3c10e !important;
}
.nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #080808;
}
.nav-menu > .menu-item > a:hover {
    color: #fff;
}


.bg-menu {
    background: url(./img/img2.png);
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-size: 100% 100%;
    margin: 47px 0px 60px 0px;
}
.logo img, .btn_head_home{
    margin: 20px 0;
}
.btn_head_home.pull-right {
    padding: 24px 0;
}
.btn_head_home a i {
    background: #CFCFCF;
    color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 16px;
    /* margin-top: -13px; */
    margin-left: 5px;
}
.header-link {
    margin-top: 6px;
}



.form_search input {
    padding: 7px;
    margin-top: 7px;
    font-size: 17px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form_search input {
    padding: 10px;
    margin-top: 7px;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    width: 470px;
}
.form_search button {
    float: right;
    padding: 10px 15px;
    margin-top: 7px;
    background: #104799;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    margin-left: 10px;
    position: relative;
}

.form_search button:hover {
    background: rgba(67, 91, 246, 0.8);
}
.form_search form button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px #ffffff00 solid;
    border-right-color: #104799;
    left: -12px;
    top: 30%;
}
.form_search button:hover:after {
    border-right-color: rgba(67, 91, 246, 0.8);
}
.cart button.btn {
    text-transform: uppercase;
    font-family: Roboto_Regular;
    font-size: 16px;
    background: #ffc70e;
    color: #333;
    padding: 13px 10px;
}
.cart button.btn i {
    color: #fff;
}
.cart-child {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    display: none;
    position: absolute;
    /* width: 100%; */
    right: 0px;
    width: 310px;
}
.cart-child a:hover{
    color: #333;
}
.cart-menu {
    position: relative;
    margin-top: -25px;
}
.cart-menu:hover .cart-child{
    display: block;
}
.btn_head_home form input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 13px;
}
/*BANG BAO GIA*/
.price_request {
    position: absolute;
    bottom: 20px;
    right: 30px;
    background-color: #eff0f0;
    width: 250px;
    padding: 0 0 15px 0;
    border-radius: 5px;
    box-sizing: border-box;
    transition: 0.4s;
}
.hide_table {
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
}
.price_request .inpt_info {
    display: inline-block;
    width: 100%;
    border-style: none;
    border-bottom: 1px dotted #cccccc;
    margin: 3px 0;
    background-color: #f2f0f0;
    padding: 4px 0 0 0;
    outline: none;
}
.price_table {
    padding: 0 15px;
}
.price_request h3 {
    position: relative;
    font-size: 15px;
    color: white;
    background: #1f6fe7;
    text-align: center;
    padding: 10px 10px 5px 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 25px;
}
.price_request h3 i {
    float: right;
    font-size: 14px;
    font-weight: 100;
    color: red;
    cursor: pointer;
    padding: 3px;
}
.btn_submit {
    padding: 30px 0 0;
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    *{padding: 0; margin: 0;}
    .price_request.show_table {
        width: 180px;
    }
    .price_request h3 {
        font-size: 11px;
        padding: 5px;
    }
    .price_request h3 i {
        font-size: 10px;
        line-height: 15px;
    }
    .inpt_info::-webkit-input-placeholder {
        font-size: 11px;
        padding: 0;
    }
    .btn_submit {
        padding: 0;
    }
    .btn_submit button {
        font-size: 11px;
        padding: 4px 8px;
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .bg-menu {
        padding: 0px;
        margin: 0px;
        background: none;
    }
    .icon-menu .line {
        background-color: #feca0e;
    }
    .menu_mb {
        background: #080808;
    }
    .nav-toggle, .nav-toggle:focus{
        background-color: #080808;
    }
    .nav-menu {
        background-color: #080808;
    }
    .nav-menu > .menu-item:hover {
        background: #080808;
        color: #fff;
    }
    .nav-menu > .menu-item > .menu-link {
        padding: 15px 0px;
    }
    .img_logo_mb {
        margin-top: 8px;
    }
    .cart-menu {
        margin-top: -50px;
    }
    .cart-menu:hover .cart-child {
        border: 1px solid #ffc70e;
    }


    .price_request {
        right: 10px;
        bottom: 10px;
        transition: 0.5s;
    }
    .show_table {
        width: 180px;
    }
    .price_request h3 {
        font-size: 11px;
        padding: 5px;
    }
    .price_request h3 i {
        font-size: 10px;
        line-height: 15px;
    }
    .inpt_info::-webkit-input-placeholder {
        font-size: 11px;
        padding: 0;
    }
    .btn_submit {
        padding: 0;
    }
    .btn_submit button {
        font-size: 11px;
        padding: 4px 8px;
        margin-top: 10px;
    }
}


@media (max-width:767px) /* xs*/{
    .bg-menu {
        padding: 0px;
        margin: 0px;
        background: none;
    }
    .icon-menu .line {
        background-color: #feca0e;
    }
    .menu_mb {
        background: #080808;
    }
    .nav-toggle, .nav-toggle:focus{
        background-color: #080808;
    }
    .nav-menu {
        background-color: #080808;
    }
    .nav-menu > .menu-item:hover {
        background: #080808;
        color: #fff;
    }
    .nav-menu > .menu-item > .menu-link {
        padding: 15px 0px;
    }
    .img_logo_mb {
        margin-top: 8px;


    }
    .cart-menu {
        margin-top: -50px;
    }
    .cart-menu:hover .cart-child {
        border: 1px solid #ffc70e;
    }
    .cart button.btn {
        font-size: 13px;
        padding: 8px 5px;
    }
}



@media (max-width:480px) /* xs*/{
    .bg-menu {
        padding: 0px;
        margin: 0px;
        background: none;
    }
    .icon-menu .line {
        background-color: #feca0e;
    }
    .menu_mb {
        background: #080808;
    }
    .nav-toggle, .nav-toggle:focus{
        background-color: #080808;
    }
    .nav-menu {
        background-color: #080808;
    }
    .nav-menu > .menu-item:hover {
        background: #080808;
        color: #fff;
    }
    .nav-menu > .menu-item > .menu-link {
        padding: 15px 0px;
        font-size: 14px;
    }
    .img_logo_mb {
        margin-top: 19px;
        width: 170px;
    }
    .cart-menu {
        margin-top: -33px;
    }
    .cart-menu:hover .cart-child {
        border: 1px solid #ffc70e;
    }
    .cart button.btn {
        font-size: 13px;
        padding: 8px 5px;
    }
}/*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: #f1f6f8;
    padding: 15px 0px;
    border-bottom: 1px solid #dddddd;
}
.full_box_footer{
    float: left;
    width: 100%;
}
.img_box_ft{
    float: left;
    display: inline-block;
    margin-right: 10px;
    padding: 9px 0px;
}
.text_box_footer{
    overflow: hidden;
}
.text_box_footer> p > strong{
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
}
.text_box_footer> p >span{
    color: #898989;
    font-size: 12px;
    line-height: 16px;
}
.img_box_ft> img {
    width: 43px;
    height: 30px;
}
.img_box_ft3> img {
    width: 40px;
    height: 30px;
}
.img_box_ft4> img {
    width: 43px;
    height: 41px;
}
.img_box_ft4{
    padding: 4px 0px;
}
.qts_footer_mid{
    padding: 30px 0px;
    border-bottom: 1px solid #2a64a4;
}
.title_footer_mid{
    margin: 0px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul_footet_mid> li {
    font-size: 13px;
    line-height: 23px;
    padding: 5px 0px;
    padding-left: 11px;
    position: relative;
}
.ul_footet_mid> li > a {
    color: #333333;
}
.ul_footet_mid> li > a:hover{
    text-decoration: underline;
}
.ul_footet_mid> li:before{
    content: "\f111";
    font: normal normal normal 6px/1 FontAwesome;
    color: #ff5c01;
    position: absolute;
    left: 0px;
    top: 15px;

}
.footer_icon a {
    color: white;
}
.footer_icon i {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}

.footer_icon i:after {
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    top: 1px;
    left: 1px;
    border: 1px dotted white;
    border-radius: 50%;
}
.box_mid_footer p {
    color: white;
}
.qts_footer_mid {
    background: #104799;
}
.ul_footet_mid2> li {
    color: #333333;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}
.map_ft:before{
    position: absolute;
    padding: 3px 7px;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: #ff5c01;
    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
}
.ul_footet_mid2> li > a {
    color: #ff0000;
}
.ul_footet_mid2> li > a :hover{
    text-decoration: underline;
}
.hot_ft:before{
    position: absolute;
    padding: 3px 7px;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: #898989;
    content: "\f10b";
    font: normal normal normal 18px/1 FontAwesome;
    color: #ffffff;
}

.qts_footer_bot{
    background: #2a64a4;
    padding: 10px 0px;
}
.full_footer_bot ul>li>a {
    color: white;
}
.ul_footer_bot> li {
    display: inline-table;
    font-size: 13px;
    line-height: 23px;
    padding: 0px 15px;
    margin: 2px 0px;
    border-right: 1px solid white;
}
.ul_footer_bot> li:last-child{
    border-right: none;
}
.ul_footer_bot> li > a {
    color: #636363;
}
.ul_footer_bot> li > a:hover{
    text-decoration: underline;
}
.full_footer_bot{
    text-align: center;
}
.text_footer_end{
    padding: 10px 0px;
}
.text_footer_end > p {
    font-size: 13px;
    line-height: 23px;
    color: #989898;
}
.text_footer_end > p  > span{
    color: #ff5c01;
    font-weight: bold;
}
.text_footer_end > p  > a{
    color: #ff5c01;
    font-weight: bold;
}
.text_footer_end > p  > a:hover{
    text-decoration: underline;
}
.qts_footer_end{
    background: #313131;
    text-align: center;
}/*end footer*/
/*begin danhmuc*//*end danhmuc*/
/*begin tintucnoibat*//*end tintucnoibat*/
/*begin sanphamnoibat*/.sc-sanpham-cate .prod-cate {
    font-family: roboto;
    border: 1px solid #ccc;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
}

.sc-sanpham-cate .prod-cate img {
    border-bottom: 1px solid #ccc;
}

.sc-sanpham-cate .prod-cate img:hover {
    opacity: .85;
}

.sc-sanpham-cate .prod-cate .txt {
    text-align: center;
    padding: 10px;
}

.sc-sanpham-cate .prod-cate .txt h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

.sc-sanpham-cate .prod-cate .txt .price {
    font-size: 14px;
    max-width: 190px;
    margin: 15px auto;
    font-weight: 500;
}

.sc-sanpham-cate .prod-cate .txt .price:after {
    content: '';
    clear: both;
    display: table;
}

.sc-sanpham-cate .prod-cate .txt .price .red {
    color: #ff0000;
}

.sc-sanpham-cate .prod-cate .txt .more {
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background: #3db2f0;
    padding: 5px 25px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0px;
}

.sc-sanpham-cate .prod-cate .txt .more:hover {
    background: #4ec3ff;
}/*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*//*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*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Roboto_Bold';
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')  format('truetype'), url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_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;
}

#body_home{
    background: url(./img/bg.png) no-repeat;
    background-size: cover;
}
.sanpham__box img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-bottom:1px solid #b7b4b4;
    padding-bottom: 19px;
    /* padding: 10px; */
}
.sanpham__box h3 a {
    font-family: 'Roboto_Bold';
    font-size: 14px;
    color: #104799;
    text-transform: uppercase;


}
.sanpham__box  h3{
     text-align: center;
     margin-bottom: 30px;
     height: 26px;
     overflow: hidden;
     margin-top: 10px;
}
.sanpham__box{padding: 20px 30px;}
.gia{
    float: left;
     font-family: 'Roboto_Regular';
       font-size: 14px;
       padding-left: 15px;
}
.gia--red{
    color: #fe0000;
        font-family: 'Roboto_Bold';

}
.sanpham__box .chitiet{
    float: right;
    background: #104799;
    color: white;
    padding: 6px 18px;
    border-radius: 5px;
    padding-right: 15px;
     font-family: 'Roboto_Regular';
     font-size: 14px;
}
.box--inner{
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.sanpham--inner ul{
    margin:0 -15px;
}
.sanpham--inner h2 a{
    font-size: 16px;
    font-family: 'Roboto_Regular';
    color: white;
    padding: 10px;
    background: #104799;
    text-transform: uppercase;
    display:inline-block

}
.sanpham--inner h2{
  border-bottom: 1px solid #e5e5e4;
  background: url(./img/tieude-bg.png) no-repeat;
  background-size: contain;
}
.sanpham {
 margin-top: 20px;
}
@media only screen and (max-width:767px){
    .sanpham__box img{
        height: 100%;
        max-height: 500px;
    }
}
/*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: 'Roboto-Bold';
    src: url('./fonts/Roboto-Bold.eot');
    src: url('./fonts/Roboto-Bold.eot') format('embedded-opentype'), url('./fonts/Roboto-Bold.woff')
    format('woff2'), url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')
    format('truetype'), url('./fonts/Roboto-Bold.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@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_news_home{
    padding: 7px 13px 8px 33px;
    background: url("./img/ic_bt_tt.png") no-repeat left top 3px;
    border-bottom:1px solid #f57921;
    display: block;
    font-family:Roboto-Bold ;
    font-size: 18px;
    color: #0065b3;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.img_news{
    transition: 0.4s ease all;
}
.img_news:hover{
    outline: 1px solid #ffffff;
    outline-offset: -10px;
    transition: 0.4s ease all;
}
.name_news_home{
    margin: 14px 0px 8px 0px;
    background: #fff;
    border-radius: 4px;
}
.name_news_home a {
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #104799;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 10px;
    height: 48px;
    overflow: hidden;
    line-height: 1.3;
}
.name_news_home a:hover{
    color: #333333;
}
.cmt_news_home{
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #242424;
}
.btn_show_more{
    text-align: right;
    margin-top: 12px;
}
.btn_show_more a{
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #0342ac;
    display: inline-block;
}
.btn_show_more a:hover{
    text-decoration: underline;
}

/*===============================style setmedia================================*/
@media (min-width:768px) and (max-width:991px) /* sm*/{
    /*------------------------------------------------*/
    .name_news_home {
        margin: 7px 0px 8px 0px!important;
    }
    .name_news_home a {
        font-size: 14px!important;
    }
    .cmt_news_home {
        font-size: 13px!important;
    }
    /*------------------------------------------------*/
}
@media (max-width:480px) {
    /*-----------------------------------------------*/
    .news_home_item.reRenderImg {
        margin-bottom: 25px;
    }
    .btn_show_more {
        margin-top: 0px!important;
    }
    /*-----------------------------------------------*/

}
@media (max-width:320px) {
    /*-----------------------------------------------*/
    .news_home_item.reRenderImg {
        margin-bottom: 25px;
    }
    .btn_show_more {
        margin-top: 0px!important;
    }
    /*-----------------------------------------------*/
}
/*===============================end style setmedia================================*//*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-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;
    border-radius: 4px 4px 0 0px;
}
.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{
}
.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: #104799;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #104799;
    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: #104799;
    color: #fff;
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
    background: #104799;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 1px solid #104799;
}
.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_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Roboto_Bold';
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')  format('truetype'), url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_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;
}

.danhmuc__left h2{
    font-size: 16px;
    color: #eff0f0;
    background: #104799;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
}
.danhmuc__left i{
    color: #f7941c;
}
.danhmuc__left li a{
      font-family: 'Roboto_Regular';
      font-size: 16px;
      color: #333333;

}
.danhmuc__left li:first-child{
      margin-top: 3px;
}
.danhmuc__left li{
    padding: 7px 10px;
    background: white;
    margin-bottom: 3px;
    background: #eff0f0;
}
#body_home {
    background: url(./img/bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.danhmuc__right{
    background: #fff;
}
.danhmuc__right h2{
    text-transform: uppercase;
    font-size: 24px;
    color: #104799;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecfcf;
    margin-bottom: 15px;
    font-family: 'Roboto_Bold';
}
.danhmuc__right iframe{
    width: 100%
}
.danhmuc__right strong{
      color: #104799;
}
.danhmuc__right p{
       font-family: 'Roboto_Regular';
       font-size: 14px;
       line-height: 2;
       margin-bottom: 30px;
       max-height: 196px;
       overflow: hidden;
}
.danhmuc__right .seemore{
    color: white;
    background: #104799;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    float: right;
}
.danhmuc__right .seemore:hover{
  background:gray;
}
.main__video iframe{
    height: 200px;
    object-fit: cover;
    margin-bottom: 5px;
}
.other__video iframe{
    height: 65px;
    padding: 5px;
}
.danhmuc__left {
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.danhmuc__right{
    margin-top: 20px;
}
.gioithieu--inner {
    padding: 15px;
}
.video--inner {
    padding: 15px;
}
.other__video{
    margin:-5px;
}

@media only screen and (max-width: 767px){
    .danhmuc__left{
        padding-right: 15px;
    }
    .video--inner iframe{
        height: 100%;
        width: 100%;
        min-height: 350px;
    }
    .price_request{
        position: static;
        margin: auto;
        margin-top: 25px;
        width: 95%;
    }
    .close_table_00{
        display: none;
    }
    .list_lv2{
        display: none;
    }
    .hotline_bot{
        font-size:18px!important;
    }
}
 
.danhmuc__right--inner {
  background: #eff0f0;
}
.hotline_bot {
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  color: #fe0000;
  font-size: 36px;
  margin: 25px 0;
  font-family: Roboto_Bold;
}
.product_left h3 {
  text-align: center;
  margin-bottom: 30px;
  height: 26px;
  overflow: hidden;
  margin-top: 10px;
}
.product_left h3 a{
  font-family: 'Roboto_Bold';
  font-size: 14px;
  color: #104799;
  text-transform: uppercase;
}
.product_left .chitiet{
  float: right;
  background: #104799;
  color: white;
  padding: 6px 18px;
  border-radius: 5px;
  padding-right: 15px;
  font-family: 'Roboto_Regular';
  font-size: 14px;
}
.danhmuc_left_fix {
  padding-right: 0;
}
.qts_content_home {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
}
.title_home {
  text-transform: uppercase;
  font-size: 24px;
  color: #104799;
  padding-bottom: 5px;
  border-bottom: 1px solid #cecfcf;
  margin-bottom: 15px;
  font-family: 'Roboto_Bold';
}
/* update 5/11/2018 -----> */
.support-hotline{
    left: 0px!important;
}