/* dung chung */


/*
.logo-pc img{
    margin: auto;
}
.social li{
    padding: 0px 1px;
}
.address-top li{
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    background: url("../img/line-address.png")right center no-repeat;
}
.address-top li:last-child{
    background: transparent;
}
.address-top li a{
    color: #fff;
}
.address-top {
    margin-right: 10px;
}
#menu-main{
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    position: absolute;
    z-index: 100;
    width: 100%;
}
.cart-search{
    /*padding-top: 10px;
}*/

.cart-search li {
    padding: 0px 15px;
}

.cart-search li:last-child {
    padding-right: 0px;
}

.cart-search li i {
    font-size: 14px;
    color: #fff;
    margin-top: 3px;
}

.cart {
    position: relative;
    color: #fff;
}

.number-cart {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 10px;
}

.header-top {
    padding: 5px 0px;
    background: #000;
}


/*.menu_main{
     padding-top: 15px;
 }*/

.search-cart-mb li {
    list-style: none;
    float: left;
    padding: 0px 10px;
}

.search-cart-mb li:last-child {
    padding-right: 0px;
}

.search-cart-mb li a {
    color: #000;
    font-size: 16px;
}

.search-cart-mb .cart {
    position: relative;
}

.search-cart-mb .cart span {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 14px;
    left: 0px;
    top: -25px;
}

.search-cart-mb {
    margin-top: 20px;
    margin-right: 15px;
}

.menu-main {
    position: relative;
}

.form_search {
    z-index: 999;
    position: absolute;
    right: 50px;
    margin-top: 5px;
}

.form_search {
    border: 1px solid #000;
}

.form_search .form-group {
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.form_search .input-search {
    border: 0px;
    border-radius: 0px;
    padding: 8px 12px;
}

.button-search {
    border-radius: 0px;
    color: #fff;
    background: #000;
    margin-left: -3px;
    border: 0px;
}

.slider {
    position: relative;
}

.slider-main .owl-pagination {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.slider-main .owl-controls .owl-page.active span,
.slider-main .owl-controls.clickable .owl-page:hover span {
    width: 22px;
    height: 20px;
    background: url("../img/dost.png")no-repeat;
}

.slider-main .owl-controls .owl-page span {
    width: 22px;
    height: 20px;
    background: url("../img/dot.png")no-repeat;
    opacity: 1;
    margin: 0px 1px;
}

.slider-main .owl-prev,
.slider-main .owl-next {
    position: absolute;
    top: 45%;
    opacity: 1!important;
    font-size: 0px!important;
}

.slider-main .owl-prev {
    left: 0px;
    width: 27px;
    height: 45px;
    background: url("../img/left.png")no-repeat!important;
}

.slider-main .owl-next {
    right: 0px;
    width: 27px;
    height: 45px;
    background: url("../img/right.png")no-repeat!important;
}

*/ .box-prod {
    margin-bottom: 15px;
}

.intro {
    overflow: hidden;
}

.text-intro {
    font-size: 14px;
    color: #474747;
    text-align: justify;
    line-height: 26px;
}

.view-intro {
    text-align: right;
    margin-top: 7px;
}

.view-intro a {
    font-size: 12px;
    color: #892629;
}

.view-intro a:hover {
    text-decoration: underline;
}

.title-home {
    font-size: 18px;
    color: #00ab57;
    text-transform: uppercase;
    /*background: url("../img/line.png")no-repeat bottom center;*/
}

.img-prod img {
    margin: auto;
}

.img-prod {
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    background: -moz-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 182deg, color-stop(9%, 703232), color-stop(96%, FFFFFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);
    /* W3C */
}

.dcs-prod {
    background: #00ab57;
    padding: 10px 5px;
}

.name-prod a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.name-prod a:hover {
    text-decoration: underline;
}

.name-prod {
    text-align: center;
    margin-bottom: 10px;
}

.price {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.img-prod {
    overflow: hidden;
}

.img-prod img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img-prod:hover img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
    /* Standard syntax */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-home {
    background: #e5e5e5;
    padding: 30px 0px;
}

.pdd-0 {
    padding: 0px!important;
}

.name-news-item a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.name-news-item {
    margin-bottom: 15px;
}

.content-news {
    padding: 20px 15px;
    position: relative;
}

.content-news:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid #e5e5e5;
    border-bottom: 10px solid transparent;
    left: -10px;
    top: 45%;
}

.content-news-2:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e5e5e5;
    right: -20px;
    z-index: 100;
    top: 45%;
}

.content-news-2:after {
    display: none;
}

.dcs-news-item {
    color: #000;
    font-size: 13px;
    margin-bottom: 30px;
}

.view-news-item a {
    font-size: 12px;
    color: #000;
}

.view-news-item a:hover {
    text-decoration: underline;
}

.name-news-item a:hover {
    color: #00a2ff;
    text-decoration: underline;
}

.box-img-news img {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.25s linear;
    outline-offset: 0px;
    opacity: .9;
}

.box-img-news img:hover {
    outline: 1px solid #fff;
    outline-offset: -15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.25s linear;
    opacity: 1;
}

.title-news {
    text-align: center;
    margin-bottom: 25px;
}

.title-news a {
    color: #444444;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 0px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    font-family: UTM_Avo_0;
}

.title-news a span {
    font-family: UTM_AvoBold_0;
    font-weight: bold;
    color: #21409a;
}

.banner-home {
    padding: 45px 0px;
}

.mail-main {
    padding: 25px 0px;
    background: #dddddd;
}

.text-mail {
    font-size: 16px;
    color: #444444;
    text-transform: uppercase;
}

.text-mail a {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}

.text-mail a:hover {
    text-decoration: underline;
}

.text-mail strong {
    font-size: 20px;
    text-transform: uppercase;
}

.form-mail {
    border: 6px solid #00ab57;
}

.form-mail input {
    border: 0px;
    border-right: 6px solid #00ab57;
}

.btn-mail {
    padding: 0px;
    border: 0px;
}

.btn-mail button {
    padding: 10px 20px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}

.sp-mail {
    font-size: 14px;
}


/*.footer{
    background:#444349;
}*/

.logo-bottom img {
    margin-top: 30px;
}

.title-bottom a {
    display: inline-block;
    padding-top: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    /*background: url("../img/bg-title-bottom.png") no-repeat left bottom;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.list-bottom li {
    list-style: none;
    margin-bottom: 7px;
}

.list-bottom li a {
    font-size: 12px;
    color: #fff;
}

.list-bottom li:hover a {
    text-decoration: underline;
    color: yellowgreen;
}

.list-bottom li i {
    margin-right: 3px;
}

.box-contact {
    padding: 0px 30px 30px 30px;
    background: #50a17c;
}

.box-contact .title-bottom {
    background: transparent;
    padding-bottom: 0px;
}

.address-bottom li {
    list-style: none;
    font-size: 12px;
    color: #fff;
    padding-bottom: 15px;
}

.address-bottom li a {
    color: #fff;
}

.address-bottom li a:hover {
    text-decoration: underline;
}

.address-bottom li i {
    margin-right: 15px;
}

.list-pay li {
    list-style: none;
    float: left;
    padding: 5px;
}

.social-bottom {
    text-align: center;
    margin-bottom: 25px;
}

.social-bottom li {
    list-style: none;
    float: none;
    display: inline-block;
    padding: 0px 5px;
}

.social-bottom li:first-child {
    padding-left: 0px;
}

.copyright {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 25px 0px;
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #efea68;
}

.box-fb {
    margin-top: 30px;
}

#scroll_top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 101;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: none;
    background: url(../img/up-arrow.png) no-repeat center center;
}

.fixed_bn {
    background: rgba(0, 0, 0, 0.65);
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
    /* overflow:hidden!important;*/
}


/*end  index ----->*/

.title-category {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url("../img/1.png")no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}

.list-category li {
    background: -moz-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 182deg, color-stop(9%, FBFBFB), color-stop(96%, f2f2f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);
    /* W3C */
    padding: 13px 15px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}

.list-category li:first-child {
    border-top: 1px solid #ccc;
}

.list-category li:last-child {
    border-bottom: transparent;
}

.list-category li i {
    margin-right: 10px;
    color: #023f6d;
}

.name-cate a {
    font-size: 14px;
    color: #010101;
    text-transform: uppercase;
}

.name-cate a:hover {
    text-decoration: underline;
}

.category {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.video-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
}


/*.video-left{
    padding: 5px;
    border-top: 1px solid #ccc;
}*/


/*online-support*/

.online-support {
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}

.box-online-support {
    padding: 10px 25px;
    float: left;
    width: 100%;
}

.box-online-support .img {
    width: 38px;
    display: inline-block;
    text-align: center;
}

.box-online-support span {
    color: #403e3e;
}

.box-online-support .hotline span {
    font-size: 18px;
    color: #ae0001;
    font-weight: bold;
}

.box-online-support-2 span {
    color: #525252;
    font-weight: bold;
    display: block;
}

.box-online-support-1 {
    border-top: 1px solid #ccc;
}

.box-online-support-2 span+span {
    color: #005fb1;
}

.box-online-support-2 .text {
    width: 60%;
    float: left;
    min-height: 32px;
    padding-left: 15px;
    position: relative;
}

.box-online-support-2 .text:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #403e3e;
    font-weight: bold;
}

.box-online-support-2 .icon {
    width: 40%;
    float: left;
    min-height: 32px;
    text-align: right;
}

.box-online-support-2 .icon button {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e0e0e0;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-left: 10px;
}

.box-online-support-2 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #bdbabd;
}

.box-online-support ul li {
    list-style: none;
}

.support-online {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.box-fb-left {
    padding: 5px;
    border-top: 1px solid #ccc;
}

.fb-left {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.right-page .title-category {
    font-size: 12px;
    background: url("../img/2.png")no-repeat;
    background-size: 100% 100%;
    text-align: left;
    margin-bottom: 5px;
}

.pagination .active a {
    background: #fb3f40;
}

.pagination>li>a {
    color: #000;
}

.pagination li a {
    margin: 0px 1px;
    border-radius: 0px!important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #fb3f40;
}


/*end prod page ----->*/

.name-prod-detail {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.dcs-detail {
    font-size: 14px;
    color: #000000;
}

.price-detail,
.code-prod,
.volume-detail,
.guarantee,
.production,
.dcs-item-detail {
    margin-bottom: 10px;
}

.price-detail span {
    font-weight: bold;
    color: #ff0000;
}

.qtyplus {
    width: 35px;
    padding: 6px 3px;
    border: 1px solid #ccc;
    background: #fff;
}

.qtyminus {
    width: 35px;
    padding: 6px 3px;
    border: 1px solid #ccc;
    background: #fff;
}

#txtQty {
    width: 50px;
    padding: 5px;
    text-align: center;
}

.list-item-prod li {
    list-style: none;
    float: left;
    padding: 0px 5px;
}

.list-item-prod li:first-child,
.list-btn-cart li:first-child {
    padding-left: 0px;
}

.list-btn-cart {
    margin-top: 10px;
}

.list-btn-cart li {
    list-style: none;
    float: left;
    padding: 0px 10px;
}

.list-btn-cart .btn {
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}


/*.add-cart{
    background:#1973b4;
}*/

.add-cart i {
    margin-right: 5px;
}

.btn-buy {
    background: #fa1300;
}

.tabs-detail .nav-tabs>li>a {
    border-radius: 0px;
    border: 1px solid #dcdee3;
    border-bottom: none;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}

.tabs-detail .nav-tabs>li.active>a {
    border-top: 2px solid #1973b4;
}

.tabs-detail .tab-content {
    line-height: 24px;
    border: 1px solid #dcdee3;
    border-top: 0px;
    color: #222;
    font-size: 14px;
    background: #fff;
    padding: 20px 15px;
}

.tabs-detail .tab-content img {
    max-width: 100%;
    margin: 10px 0px;
}

.title-product-related {
    font-size: 18px;
    color: #b50002;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #b50002;
    display: inline-block;
}


/*======update nang cap 16/5/2018=======*/

@media (min-width:1200px)
/* lg*/

{
    .row_pc {
        margin-right: -15px;
        margin-left: -15px;
    }
    .container {
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px)
/* md*/

{
    .nav-menu>.menu-item>.menu-link {
        font-size: 12px;
    }
    .list_link_hd {
        float: left !important;
    }
    .icon_ft {
        text-align: center;
    }
    .login_ft {
        max-width: 400px;
        margin: auto;
    }
    .form_ft {
        text-align: center;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px)
/* sm*/

{
    .sc_header_menu.sticky-header {
        position: relative !important;
    }
    .icon_ft {
        text-align: center;
    }
    .login_ft {
        max-width: 400px;
        margin: auto;
    }
    .form_ft {
        text-align: center;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
    .login_ft {
        padding-top: 0;
        text-align: center;
    }
    .login_ft i.fa {
        float: none;
        margin-bottom: 10px;
    }
    .txt_login_ft {
        display: block;
        margin-bottom: 20px;
    }
    .qts_footer_bot ul li a {
        padding: 5px 17px;
    }
    .qts_footer_bot ul li:not(:last-child) a:after {
        top: 10px;
    }
}

@media (max-width:767px)
/* xs*/

{
    .sc_header_menu.sticky-header {
        position: relative !important;
    }
    .icon_ft {
        text-align: center;
    }
    .login_ft {
        max-width: 400px;
        margin: auto;
    }
    .form_ft {
        text-align: center;
        margin: auto;
        float: none;
        margin-bottom: 20px;
        max-width: 442px;
        width: 100%;
    }
    .login_ft {
        padding-top: 0;
        text-align: center;
    }
    .login_ft i.fa {
        float: none;
        margin-bottom: 10px;
    }
    .txt_login_ft {
        display: block;
        margin-bottom: 20px;
    }
    .qts_footer_bot ul li a {
        padding: 5px 17px;
    }
    .qts_footer_bot ul li:not(:last-child) a:after {
        top: 10px;
    }
}

@media (max-width:480px) {
    .col-480-12 {
        width: 100% !important;
    }
    .col-480-6 {
        width: 50% !important;
    }
    .hidden-480 {
        display: none !important;
    }
    .visible-480 {
        display: block !important;
    }
    h1.logo_ft {
        text-align: center;
    }
}

.visible-480 {
    display: none;
}

@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;
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.clearfix-130 {
    clear: both;
    height: 130px;
}

.clearfix-100 {
    clear: both;
    height: 100px;
}

.clearfix-80 {
    clear: both;
    height: 80px;
}

.clearfix-60 {
    clear: both;
    height: 60px;
}

.clearfix-55 {
    clear: both;
    height: 55px;
}

.clearfix-50 {
    clear: both;
    height: 50px;
}

.clearfix-45 {
    clear: both;
    height: 45px;
}

.clearfix-40 {
    clear: both;
    height: 40px;
}

.clearfix-35 {
    clear: both;
    height: 35px;
}

.clearfix-30 {
    clear: both;
    height: 30px;
}

.clearfix-32 {
    clear: both;
    height: 32px;
}

.clearfix-25 {
    clear: both;
    height: 25px;
}

.clearfix-20 {
    clear: both;
    height: 20px;
}

.clearfix-15 {
    clear: both;
    height: 15px;
}

.clearfix-12 {
    clear: both;
    height: 12px;
}

.clearfix-10 {
    clear: both;
    height: 10px;
}

.clearfix-5 {
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

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: #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 {
    height: 100px;
}

.img_logo_mb {
    max-height: 60px;
    max-width: 70%
}

.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}

.qts_head_top {
    background: #69b03b;
}

.ul_qts_eader_top>li {
    font-size: 14px;
    line-height: 17px;
    display: inline-table;
    padding: 9px 5px 11px 5px;
}

.ul_qts_eader_top>li>a {
    color: #ffffff;
    position: relative;
}

.ul_qts_eader_top>li>a:hover {
    text-decoration: underline;
}

.ul_qts_eader_top>li:not(:first-child)>a:before {
    content: "|";
    color: #ffffff;
    position: absolute;
    left: -10px;
    top: -1px;
}

.btn_english {
    padding: 0px;
    background: transparent;
    border: transparent;
    color: #ffffff;
    font-size: 12px;
    line-height: 7px;
}

.btn_english:hover {
    background: none;
    color: #007c3d;
}

.open>.dropdown-toggle.btn-default {
    background: none;
}

.english {
    float: left;
    display: inline-block;
}

.english {
    margin: 10px 0px;
}

.icon_qts_header_top {
    display: inline-block;
}

.btn_english:before {
    content: "\f0ac";
    font: normal normal normal 14px/1 FontAwesome;
    background: transparent;
    margin-right: 10px;
}

.icon_qts_header_top {
    padding: 10px 15px;
    float: left;
    display: inline-block;
}

.icon_qts_header_top>a {
    font-size: 14px;
    color: #ffffff;
    padding: 0px 3px;
}

.icon_qts_header_top>a:hover {
    color: #007c3d;
}

.sologan {
    margin-top: 10px;
}

.sologan_1 {
    font-family: UTM_Avo;
    font-size: 18px;
    line-height: 25px;
    color: #ff0000;
}

.sologan_1>span {
    font-family: UTM_AvoBold;
    color: #7dc343;
}

.sologan_2 {
    font-family: UTM_Avo;
    font-size: 18px;
    line-height: 25px;
    color: #ff0000;
}

.sologan_2>span {
    margin-left: 75px;
}

.logo_pc {
    margin: 5px 0px;
}

.logo_pc>a>img {
    max-width: 100%;
}

.icon_serch {
    float: left;
}

.icon_serch>i {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    background: transparent;
    cursor: pointer;
}

.icon_serch>i:hover {
    background: #007c3d;
}

.cart-top {
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
    padding-top: 7px;
    background: url("../img/cart.png") left 7px center no-repeat;
    border-left: 1px solid #ffffff;
    margin: 4px 0;
}


/*============*/


/*=======search======*/

.btn_search {
    padding: 0px 11px;
    position: relative;
    top: 12px;
    background: none;
    color: #000000;
    border-left: 1px solid #000000;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
}

.modal-header {
    border-bottom: 1px solid #7dc343 !important;
}

.btn_search:hover {
    color: #4b7e1f;
    background: transparent;
}

.btn-danger {
    background: #7dc343;
    border: 1px solid #7dc343;
}

.btn-danger:hover {
    opacity: 0.85;
    background: #7dc343;
    border: 1px solid #7dc343;
}

.style_icon {
    font-size: 20px;
}

.search_form_style {
    margin: auto;
}

.style_from {
    margin: 20px 0px;
}

.modal-footer {
    border: none;
}

.btn-info:hover {
    background: transparent;
}

.input-group[class*=col-] {
    padding: 0px 35px;
    width: 100%;
}


/*=======and_search======*/

.nav_prod_home {
    background: #fff;
    position: relative;
    z-index: 50;
    border: 1px solid #ccc;
}

.nav_prod_home>li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0px 10px;
}

.nav_prod_home>li:last-child {
    border-bottom: 0;
}

.nav_prod_home>li>a {
    position: relative;
}

.nav_prod_home li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    padding: 8px 0px 9px 5px;
}

.nav_prod_home>li:hover>a {
    color: #00a859;
}

.nav-dropdown.sub_nav_prod_h {
    left: 100%;
    top: 0px;
    background: #fff;
}

.sub_nav_prod_h>li>a {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #cccccc;
}

.sub_nav_prod_h>li:last-child>a {
    border-bottom: 0;
}

.sub_nav_prod_h>li:hover>a {
    color: #00a859;
}

.tit_prod_left {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #00a859;
    padding: 12px 10px;
}

.tit_prod_left img {
    margin-right: 20px;
}

@media (min-width:992px)
/* lg*/

{
    .nav_prod_home .has-dropdown:after {
        content: "\f105" !important;
        font: normal normal normal 13px/1 fontawesome;
        color: #333;
        line-height: 42px;
        width: 25px;
    }
}

@media (max-width:991px)
/* xs*/

{
    .nav_prod_home .has-dropdown:after {
        color: #333;
        line-height: 40px;
    }
}

.phone_sp {
    color: #0093dd;
    font-size: 13.1px;
    font-weight: bold;
    text-align: center;
}

.phone_sp span {
    color: #e40202;
    font-size: 22.3px;
}

.txt_sp {
    font-size: 13.1px;
}

.txt_sp p:nth-child(1) {
    color: #333333;
}

.txt_sp p:nth-child(2) {
    font-weight: bold;
    color: #0fa8e1;
}

.txt_sp p:nth-child(3) {
    font-size: 16.73px;
    color: red;
    font-weight: bold;
}

.box_sp {
    padding: 0 20px;
}

.box_sp li {
    padding: 15px 0;
    border-top: 1px solid #cccccc;
}

.suport {
    border: 1px solid #cccccc;
}

.box_sp li:last-child {
    border-bottom: 0;
}

.video-left-sd {
    padding: 15px;
    border: 1px solid #cccccc;
}

.row-8 {
    margin: 0 -8px;
}

.pdd-8 {
    padding: 0 8px;
}

.title-home a {
    display: block;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #fff;
    background: #00a859;
    font-size: 18px;
}

.box-product {
    text-align: center;
}

.name-product {
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    padding: 3px 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-product a {
    color: #333;
}

.price {
    font-size: 14px;
    color: #333;
}

.price span {
    color: #bd0000;
    font-weight: bold;
}

.add-cart {
    font-size: 12px;
    color: #333;
    display: block;
    margin-top: 7px;
}

.box-product {
    margin-bottom: 20px;
}

.box-product:hover img {
    opacity: 0.8;
}

.box-product:hover .name-product a {
    color: #00a859;
}

.add-cart img {
    margin-right: 5px;
}

.sc-product {
    padding: 20px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 25px;
}

.qts_footer_top {
    
    background: #dddddd;
}

.icon_ft .fa {
    font-size: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.2s;
}

.tit_login_ft {
    font-size: 17px;
    font-family: UTM_HelvetIns;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: red;
}

.login_ft i.fa {
    float: left;
    font-size: 30px;
    color: #69b03b;
    padding: 10px;
    background: white;
    border-radius: 50%;
}

.txt_login_ft a {
    font-size: 13px;
}

.txt_login_ft {
    padding-left: 15px;
    display: inline-block;
}

.login_ft {
    padding-top: 20px;
}

.qts_footer_top .container .row_pc {
    color: #444444;
}

.form_ft {
    width: 442px;
    float: right;
    margin: 28px 0;
}

.form_ft button.btn.btn-default {
    height: 38px;
    padding: 0px 20px;
    border: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #333;
    color: #fff;
}

.form_ft input.form-control {
    height: 38px;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#footer{
    background: #444349;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.tit_ft_mid {
    font-size: 17px;
    color: #69b03b;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer ul li {
    line-height: 27px;
}

.qts_footer_mid ul li {
    padding-left: 15px;
    position: relative;
}

.qts_footer_mid ul li::after {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}

.qts_footer_mid {
    padding-top: 20px;
    color: #fff;
    background-color: #444349;
}

.qts_footer_mid li::marker {}

.qts_footer_mid a,
i {
    color: #fff;
}

.txt_contact {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.contact_ft {
    line-height: 27px;
}

.contact_ft .fa {
    font-size: 20px;
    color: #488134;
    padding-right: 19px;
    max-width: 27px;
}

.qts_footer_bot {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
}


/*==========end nang cap 16/5============*/

.add-cart-detail {
    background: #1973b4;
}