@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
a:link{
    text-decoration: none;
}
a{
    color: #333;
    outline: none !important;
}
img{
    padding: 0px;
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
.img-auto{
    display: block;
    margin: auto;
}
.full-section{
    width: 100% !important;
    float: left;
}
.no-padding{
    padding: 0;
}
.nopadding-left{
    padding-left: 0;
}
.nopadding-right{
    padding-right: 0;
}
@media (min-width: 1366px){
    .container {
        width: 1306px;
    }
}

/*-------------- header --------------*/

.header-top{
    background: #ff0000;
}
.logo{
    float: left;
}
.logo img{
    width: 200px;
    display: block;
    margin: 20px 20px 20px 0px;
}
.header_search{
    float: left;
    padding: 4px 3px;
    /*background: #fff;*/
    margin: 20px 0px;
    width: calc(100% - 220px);
    border-radius: 6px;
}
.header_search form {
    width: 100%;
}
.header_search .collection-selector {
    position: absolute;
    display: inline-block;
    min-width: 70px;
    z-index: 999;
    left: 0;
    text-align: right;
}
.header_search .search_text {
    height: 42px;
    text-align: right;
    line-height: 42px;
    cursor: pointer;
    padding: 0px 25px 0px 10px;
    width: 100%;
    font-size: 14px;
    border-right: 1px solid #ebebeb;
}
.header_search .search_text:before {
    display: inline-block;
    background-image: url(../images/icon-play.png);
    width: 12px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 16px;
    right: 7px;
    margin-top: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.header_search .list_search {
    display: none;
    background: #fff;
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 200px;
    width: auto;
    z-index: 3;
    font-weight: 400!important;
    border-radius: 0;
    left: 2px;
    margin-top: 1px;
    margin-left: -2px;
    font-size: 13px;
    padding: 4px 0;
}
.header_search .list_search .search_item {
    text-align: left;
    display: block;
    padding-left: 24px;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
    height: auto;
    min-height: 24px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
}
.header_search .input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
    height: 42px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    max-width: 100%;
    display: block;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none!important;
    vertical-align: middle;
    line-height: 1.7;
    color: #333;
    /*padding-left: 155px;*/
    transition: all 0.3s;
}
.header_search .input-group  .btn{
    height: 42px;
    border-radius: 0;
    background: #ff0000;
    color: #fff;
    border: 1px solid #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
input[type="search"]:focus{
    border: 1px solid #c4c4c4;
}
.list_search .search_item:hover,
.list_search .search_item.active {
    background-color: #f94e3f;
    color: #fff!important;
}
.call-header{
    float: left;
    margin: 20px 0px;
}
.call-header ul{
    overflow: hidden;
    padding-left: 65px;
    background: url(../images/icon-support.png) left center no-repeat;
    background-size: 56px 56px;
    margin-bottom: 0;
    min-height: 56px;
}
.call-header ul li,
.call-header ul li a{
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.call-header ul li i{
    font-size: 14px;
    margin-right: 5px;
}
.call-header ul li:first-child a{
    font-size: 22px;
}
.card-header {
    float: right;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #b1b1b1;
    font-size: 20px;
    position: relative;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.card-header img{
    margin-bottom: 7px;
}
.card-header span {
    position: absolute;
    font-size: 12px;
    top: 10px;
    left: 22px;
    color: #ff0000;
    font-weight: 900;
    line-height: 1;
    z-index: 2
}
.card-header:before{
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 1;
    left: 2.5px;
    top: 2.5px;
    background: transparent;
}
.card-header:hover{
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}

/*---------- section1 -----------*/
.st1{
    margin-bottom: 40px;
}
.section1-nav .item{
    width: 50%;
    float: left;
    list-style: none;
    position: relative;
    background: #eaeaea;
    min-height: 125px;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
    padding: 15px 20px 15px  50px;
    text-align: center;
}
.section1-nav .item:nth-child(2n+1){
    border-right: 1px solid #fff;
}
.section1-nav .item a{
    font-weight: bold;
    color: #000;
    font-size: 20px;
    display: block;
    transition: all 0.3s;
}
.section1-nav .item a span{
    display: block;
    font-weight: normal;
}
.section1-nav .item.apple,
.section1-nav .item.mobile{
    padding-top: 30px;
}
.section1-nav .item.accessories,
.section1-nav .item.laptop,
.section1-nav .item.promotion{
    padding-top: 45px;
}
.section1-nav .item:before{
    content: "\f179";
    position: absolute;
    color: #000;
    font-size: 50px;
    top: calc(50% - 25px);
    left: 10px;
    font-family: FontAwesome;
    line-height: 1;
    width: 45px;
    text-align: center;
    transition: all 0.3s;
}
.section1-nav .item.promotion{
    padding-right: 10px;
    text-align: right;
}
.section1-nav .item.mobile:before{
    content: "\f10b";
}
.section1-nav .item.tablee:before{
    content: "\f10a";
}
.section1-nav .item.accessories:before{
    content: "\f025";
}
.section1-nav .item.laptop:before{
    content: "\f109";
}
.section1-nav .item.promotion:before{
    content: "\f06b";
}

.section1-nav .item:hover{
    padding-right: 50px;
    padding-left: 10px;
}
.section1-nav .item:hover:before{
    left: calc(100% - 60px);
    color: #eb1f28;
}
.section1-nav .item:hover a{
    color: #eb1f28;
}
.section1-nav .item.promotion:hover{
    text-align: left;
}
.sync1 .owl-dots {
    display: none;
}
.sync1 img{
    height: 321px;
    object-fit: cover;
}
.sync2 {
    width: 100%;
    border-top: 0;
} 
.sync2.owl-carousel .owl-stage-outer{
    padding-top: 25px;
    margin-top: -25px;
}
.sync2 .item a{
    text-align: center;
    border: solid 1px #eee;
    border-right: none;
    display: block;
    color: #3c3d41;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    min-height: 66px;
    background: #fff;
}
.sync2 .owl-item:last-child .item a{
    border-right: solid 1px #eee;
}
.sync2 .item a:before{
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    top: -22px;
    color: #e11b1e;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.sync2 .current .item a,
.sync2 .item:hover a{
    background: #e11b1e;
    color: #fff;
}
.sync2 .current .item a:before{
    display: block;
}
/*----------- st2 ------------*/
.section-title{
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    height: 60px;
}
.section-title .title{
    position: absolute;
}
.section-title .title h3 {
    background: #ff0000;
    padding: 0 20px 0 55px;
    line-height: 60px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 305px;
    display: inline-block;
    width: 255px;
}
.section-title .title h3 a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    border-left: 1px solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,0.6);
    padding-left: 10px;
}
.section-title .title h3:before{
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-family: FontAwesome;
    line-height: 1;
    left: 0;
    text-align: center;
    width: 55px;
    top: calc(50% - 20px);
}
.st-apple .section-title .title h3:before{
    content: "\f179";
}
.st-mobile .section-title .title h3:before{
    content: "\f10b";
}
.st-accessories .section-title .title h3:before{
    content: "\f025";
}
.section-title .title h3:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 20px solid #ff0000;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.section-title .menu-title {
    line-height: 45px;
    text-align: right;
    background: #f5f5f5;
    margin: 7px;
}
.section-title  .cate-item {
    display: inline-block;
    text-align: center;
}
.cate-item a {
    display: block;
    padding: 0 17px;
    color: #333;
}
.cate-item a:hover{
    color: #f94e3f;
}
.banner-img{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.banner-img:before,
.banner-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 69, 113, 0.0);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.banner-img:before{
    z-index: 1;
}
.banner-img img {
    width: 100%;
    height: auto;
}
.banner-img:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}
.banner-img:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.st2-product .item {
    border: 1px solid #ebebeb;
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.st2-product .item .product-thumbnail {
    margin: 0px;
    padding: 40px 0px;
}
.st2-product .item  .sale-flash, .sale-detail-pro .sale-flash {
    position: absolute;
    font-size: 12px;
    color: #ffff00;
    width: 80px;
    height: 40px;
    line-height: 33px;
    text-align: left;
    padding-left: 10px;
    top: 10px;
    left: -6px;
    z-index: 99;
    font-weight: 600;
    background: url(../images/sale.png) center center no-repeat;
    background-size: 100% 100%;
}
.st2-product .item .product-thumbnail > a {
    display: block;
    height: 160px;
    max-height: 160px;
    text-align: center;
    width: 100%;
}
.st2-product .item a img {
    width: 99%;
    height: auto;
    width: auto;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline;
}
.st2-product .item .product-info {
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
    padding: 15px 20px 5px ;
}
.st2-product .item .product-name {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 0 ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 0px 5px;
}
.st2-product .item .product-name a {
    color: #252525;
    text-decoration: none;
}
.st2-product .item .product-price {
    color: #ff0000;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 6px;
}
.st2-product .item .product-price-old {
    text-decoration: line-through;
    font-size: 12px;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #939393;
}
.st2-product .item .product-name a:hover {
    color: #f94e3f;
}
.st2-product .item-hover{
    float: left;
    position: absolute;
    background: transparent;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 100%;
    opacity: 0;
    transition: all 0.3s;
    text-align: left;
    z-index: 100;
}
.st2-product .item-hover h3{
    margin: 10px 10px 3px 10px;
    color: #000;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
    letter-spacing: -1px;
}
.st2-product .item-hover h3 a{
    color: #333;
    font-size: 12px;
    font: normal 13pt 'Roboto Condensed',Arial,Helvetica,sans-serif;
}
.st2-product .item-hover>p{
    color: #f01919;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 10px;
}
.st2-product .more-info{
    background: #f01919;
    padding: 10px;
    height: calc(100% - 68px);
    box-shadow: 0 16px 18px 5px #f01919;
}
.st2-product .more-info p{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.st2-product .item:hover .item-hover{
    top: 0 !important;
    opacity: 1;
    background: #fff !important;
}
.st2-right{
    margin: 0;
    border: 1px solid #ebebeb;
    border-bottom: none;
}
.more-info .parameter li{line-height: 17px;}
.more-info .parameter li span em, .more-info .parameter li span em span{color: #fff!important; font-size: 12px}
.aside-title h3{
    background: #f5f5f5;
    line-height: 49px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 0px 10px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
}
.st2-right .product-item {
    height: 139px;
    clear: left;
    border-bottom: 1px solid #ebebeb;
}
.st2-right .product-item .product-img {
    padding: 20px 0;
    margin-left: 15px;
    height: 138px;
    width: 88px;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
}
.st2-right .product-item .product-img img {
    height: 74px;
    width: auto;
}
.st2-right .product-item .product-info {
    padding: 17px 15px;
    border-left: 0 none;
}
.st2-right .product-item .product-info .product-name {
    text-transform: capitalize;
    display: block;
    line-height: 1.4em;
}
.st2-right .product-item .product-info .product-name:hover{
    color: #f94e3f;
}
.st2-right .product-item .product-info .price {
    float: left;
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
    margin-top: 6px;
    line-height: 1.4;
}
.st2-right .product-item .product-info .sale-price {
    display: block;
    color: #939393;
}
.home .st3-index .promotion ul li{
    list-style: none;
}
/*--------------- footer ---------------*/
.footer-top{
    background: #f1f6f8;
    padding: 15px 0px;
}
.footer-top p{
    margin-bottom: 0;
}

.footer-top p img{
    height: 14px;
    display: inline-block;
    vertical-align: inherit;
}
.footer-top{
    text-align: center;
    font-size: 12px;
}

.footer-top .col-md-2{
    padding: 0px;
    border-right: 1px solid #ccc;
}
.footer-top .col-md-2:last-child{
    border-right: none;
}
.footer-bottom{
    background: #ff0000;
    color: #fff;
    padding: 20px 0px;
    text-align: left;
    position: relative;
}
.footer-bottom h2{
    margin: 25px 0px 30px;
    font-size: 24px;
    font-weight: bold;
}
.footer-bottom a{
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.footer-bottom p{
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    width: 75%;
    float: left;
    position: absolute;
    bottom: 20px;
}
.footer-bottom .img-bct{
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
    margin-left: 15px;
}
.navbar-nav{
    margin: 0;
}
@media(min-width: 1500px){
    .footer-top{
        font-size: 15px;
    }
    .footer-top p img{
        height: 15px;
    }
}
@media(max-width: 1199px){
    .section1-nav, 
    .st1-right{
        width: 100%;
        float: left;
    }
    .section1-nav .item.promotion,
    .section1-nav .item.promotion:hover{
        text-align: center;
    }
    .sync1 img{
        height: auto;
    }
    .section-title{
        border: none;
    }
    .section-title .title{
        position: relative;
        float: left;
    }
    .menu-link{
        display: none;
    }
    .footer-bottom p{
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 10px;
    }
    .st2-product .item .product-info{
        min-height: 93px;
    }
}
@media(max-width: 991px){
    .st2-right{
        display: none;
    }
    .footer-top .col-md-2{
        margin-bottom: 15px;
    }
    .footer-bottom>div{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .header_search,
    .logo{
        width: 100%;
    }
    .logo img{
        display: block;
        margin: 10px auto;
    }
}
@media(max-width: 425px){
    .collection-selector,
    .section1-nav,
    .banner-img {
        display: none !important;
    }
    .header_search .input-group .input-group-field{
        padding-left: 15px;
    }
    .call-header ul li{
        font-size: 13px;
    }
    .call-header ul{
        padding-left: 0;
        background: transparent;
    }
    .st2-product .item .product-info{
        padding: 10px;
        font-size: 12px;
    }
    .st2-product .item .product-thumbnail > a{
        height: 120px;
        min-height: 120px;
    }
    .st2-product .item .product-thumbnail{
        padding: 20px 0px;
    }
    .footer-top .col-md-2{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .footer-top .col-md-2{
        border-bottom: none;
    }
    .footer-bottom h2{
        font-size: 22px;
        margin: 15px 0px;
    }
    .footer-bottom>div{
        margin-bottom: 10px;
    }
    .st2-product .item-hover{
        display: none;
    }
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.back-to-top:hover {
    background-color: #ff0000;
}

/*---------- Danh SĂ¡ch Sáº£n Pháº©m ----------*/
.list-product-page .box-heading h2{
    display: inline-block;
    float: left;
    color: #fff;
    background: #ff0000;
    margin: 0px;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 21px;
    position: relative;
}
.list-product-page .box-heading h2:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -20px;
    top: 0;
    border-top: 50px solid transparent;
    border-left: 20px solid #ff0000;
}
.list-product-page  .box-heading-inner{
    background: #e6e7e8;
    overflow: hidden;
    margin: 10px 0px;
}
.list-product-page .box-heading ul{
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 20px;
    float: left;
    font-size: 17px;
    color: #333;
    line-height: 50px;
}
.list-product-page .box-heading ul li{
    display: inline-block;
}
.itemCheckBox {
    position: relative;
    float: left;
    padding-right: 5px;
    margin-bottom: 0;
}
.itemCheckBox input[type="checkbox"] {
    width: 0.1px;
    height: 0.1px;
}
.check-box {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 0.6px solid #c2c4c5;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
input[type=checkbox]:checked + .check-box, 
.check-box.checked {
    border-color: #eb1f27;
}
.check-box::before, 
.check-box::after {
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 3.2px;
    background-color: #eb1f27;
    display: inline-block;
    moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: ' ';
    -webkit-transition: opacity ease 0.4;
    transition: opacity ease 0.4;
}
.check-box::before {
    top: 11.52px;
    left: 6.56px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
    height: 19.2px;
    -webkit-animation: dothatopcheck 0.2s ease 0s forwards;
    animation: dothatopcheck 0.2s ease 0s forwards;
}
.check-box::after {
    top: 5.92px;
    left: 0.8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
    height: 8px;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 8px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 8px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 19.2px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 19.2px;
    }
}
.list-product-page .box-heading select{
    border: none;
    background: transparent;
    outline: none;
    margin-left: 5px;
}
.list-product-page .box-heading ul.bk-white{
    padding: 0px 7.5px;
    margin: 5px 0px;
    background: #fff;
    line-height: 40px;
}
.list-product-page .box-heading ul:last-child select{
    margin-left: 20px;
}
.list-ul{
    float: right;
    overflow: hidden;
    margin-right: 10px;
}
/*------ pager-div -----*/
.pager li a{
    border-radius: 0;
    border-color: #ed3237;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.pager li a:hover,
.pager li.current a{
    background: #ed3237;
    color: #fff;
}

@media(max-width: 1199px){
    .list-product-page  .box-heading-inner{
        background: #fff;
    }
    .list-ul{
        overflow: hidden;
        width: 100%;
        float: left;
        background: #e6e7e8;
        margin-right: 0;
    }
    .list-product-page .box-heading ul{
        font-size: 14px;
    }
}

/*--------------- Chi tiáº¿t sáº£n pháº©m --------------*/
.breadcrumb{
    background: #fff;
}
.breadcrumb>.active,
.breadcrumb li a:hover{
    color: #eb1f28;
}
.details-product .product-images {
    border: 1px solid #ebebeb;
    padding-right: 1px;
    margin-bottom: 12px;
}
.details-product .thumbnail-product {
    margin-bottom: 30px;
}

#gallery_01 img#zoom_01 {
    border: 1px solid #ebebeb;
    height: 64px;
}
.details-product  .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.details-product  .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.details-product .owl-carousel .owl-nav .owl-prev, 
.details-product .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    outline: none;
    overflow: hidden;
    text-indent: 101%;
    border-radius: 0;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;
}
.details-product .owl-carousel .owl-nav .owl-prev:before, 
.details-product .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 29px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    background: #f5f5f5;
    color: #b2b2b2;
}
.details-product .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.details-product .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.details-product .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
.zoomWrapper img {
    width: 100%!important;
    height: auto!important;
}
.zoomWindowContainer > div{
    border: 1px solid #ebebeb !important;
}


.detail-product-name,
.detail-product-km{
    border: 1px solid #ccc;
    padding: 0px 10px;
    margin-bottom: 15px;
    position: relative;
}
.detail-product-name h1{
    font-size: 22px;
}

.detail-product-name .price{
    color: #ee1a23;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.detail-product-name ul li{
    list-style: none;
    margin-bottom: 15px;
}
.detail-product-name ul li span{
    color: #3fa7e5;
}
.detail-product-name ul li i{
    padding-right: 5px;
    color: #64b80b;
}
.detail-product-km h2{
    position: absolute;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0px 5px;
    display: inline-block;
}
.detail-product-km ul{
    overflow: hidden;
    margin: 20px 0px;
    padding-left: 20px;
}
.detail-product-km ul li{
    color: #ee1a23;
}
.link-detail button.single_add_to_cart_button {
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #2075b8;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#2075b8),to(#3f97d7));
    background: -webkit-linear-gradient(top,#2075b8,#3f97d7);
    background: -moz-linear-gradient(top,#2075b8,#3f97d7);
    background: -ms-linear-gradient(top,#2075b8,#3f97d7);
    background: -o-linear-gradient(top,#2075b8,#3f97d7);
    margin: 0;
    text-decoration: none;
    width: 47%;
}
.link-detail span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
svg:not(:root) {
    overflow: hidden;
}
.link-detail button.single_add_to_cart_button:hover,
.link-detail button.single_add_to_cart_button:focus{
    background: #3f97d7;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#3f97d7),to(#2075b8));
    background: -webkit-linear-gradient(top,#3f97d7,#2075b8);
    background: -moz-linear-gradient(top,#3f97d7,#2075b8);
    background: -ms-linear-gradient(top,#3f97d7,#2075b8);
    background: -o-linear-gradient(top,#3f97d7,#2075b8);
}
a.devvn_buy_now_style{
    position: absolute;
    bottom: 75px;
    width: 47%;
    right: 15px;
    padding: 7px 0;
}
.woocommerce div.product form.cart{
    margin-bottom: 20px;
}

.nav-tab-detailspro {
    margin-top: 50px;
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    width: 100%;
    border-top: 1px solid #ebebeb;
}
.nav-tab-detailspro .nav-item {
    float: left;
}
.nav-tab-detailspro .nav-item .nav-link {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -1px;
    color: #363636;
    border-left: 1px solid #FFF;
    border-right: 1px solid #fff;
    display: block;
}
.nav-tab-detailspro .nav-item .nav-link:hover{
    background: transparent;
}

.nav-tab-detailspro .nav-item.active .nav-link {
    color: #f94e3f;
    border-top: 1px solid #f94e3f;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
    background: #fff;
}
.nav-tab-detailspro .nav-item.active:first-child .nav-link {
    border-left: 1px solid #FFF;
}
.nav-tab-detailspro .nav-item.active .nav-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f94e3f;
    position: absolute;
    top: -2px;
    left: 0;
}
.nav-tab-detailspro .nav-item.active .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.nav-tab-detailspro .nav-item + .nav-item {
    margin-left: 0;
    float: left;
}
.tab-content-detailspro {
    float: left;
    padding: 30px 20px;
    width: 100%;
    border: 1px #ebebeb solid;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    margin-bottom: 50px;
}
.tab-content-detailspro .table-tab h2{
    background: #f2f2f2;
    color: #c4493d;
    font-weight: bold;
    margin: 0;
    line-height: 50px;
    font-size: 26px;
    border-bottom: 2px solid #ccc;
    padding: 0px 10px;
}
.tab-content-detailspro .table-tab p{
    border-bottom: 2px solid #ccc;
    margin: 0;
    line-height: 50px;
    color: #7f7f7f;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 10px;
}
.tab-content-detailspro .table-tab span:first-child{
    width: 32%;
    display: inline-block;
    float: left;
}
.tab-content-detailspro .table-tab span:last-child{
    display: inline-block;
    font-weight: normal;
    color: #4d9ddc;
    width: 58%;
    line-height: 1.5;
}
.tab-content-detailspro .table-tab:last-child p:last-child{
    border-bottom: none;
}
.comment-face{
    margin-bottom: 40px;
}
.modal-p{
    overflow: hidden;
    /*max-width: 300px;*/
    margin: 20px auto;
}
@media(max-width: 1199px){
    .details-product .st2-right{
        display: none;
    }
}
@media(max-width: 767px){
    .tab-content-detailspro .table-tab p{
        line-height: 1.5;
        overflow: hidden;
        font-size: 16px;
        padding: 10px;
    }
    .modal-dialog{
        margin: 20px auto;
    }
}
@media(max-width: 425px){
    .nav-tab-detailspro .nav-item{
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .nav-tab-detailspro .nav-item.active .nav-link:after{
        display: none;
    }
    .nav-tab-detailspro .nav-item .nav-link{
        margin-bottom: 0;
    }
    .tab-content-detailspro .table-tab span:last-child{
        padding-top: 0 !important
    }
}


/*----------- st-list-new ----------*/
.shape-danhmuc-list {
    margin-bottom: 15px;
}
.shape-danhmuc-list h2 {
    background: #ed3237;
    padding: 7px 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}
.danhmuc-list {
    overflow: hidden;
    margin-bottom: 0;
    background: #f5f5f5;
    list-style: none;
}
.danhmuc-list li a {
    color: #1b1d1f;
    transition: all 0.3s;
    padding: 15px 5px;
    display: block;
}
.danhmuc-list li a>i {
    padding-right: 15px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.danhmuc-list li a:hover {
    background: #1b1d1f;
    color: #fff;
}
.danhmuc-list li a:hover i{
    color: #fff;
}
.sub-menu li a {
    padding-left: 30px;
}
.shape-danhmuc-sidebar h2 {
    color: #000;
    margin: 0;
    padding: 0 0 9px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    font-size: 25px;
    line-height: 26px;
    border-bottom: 2px solid #ed3237;
}
.shape-danhmuc-sidebar .media {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.shape-danhmuc-sidebar .media-left {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0;
    margin-right: 15px;
}
.shape-danhmuc-sidebar .media-left:before {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, -100%, 0);
}
.shape-danhmuc-sidebar .media-left:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0, 200%, 0);
}
.shape-danhmuc-sidebar .media-left img {
    margin: 0 auto;
    position: relative;
    display: block;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    width: 240px;
    height: auto;
}
.shape-danhmuc-sidebar .media-left:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.shape-danhmuc-sidebar .media-body h4 {
    line-height: 30px;
    font-size: 22px;
}
.shape-danhmuc-sidebar .media-body h4 a {
    color: #000;
    display: inline-block;
    transition: all 0.5s;
}
.shape-danhmuc-sidebar .media-body h4 a:hover {
    color: #ed3237;
}
.shape-danhmuc-sidebar .media-body ul{
    overflow: hidden;
}
.shape-danhmuc-sidebar .media-body ul li {
    float: left;
    margin-right: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #9f9f9f;
    list-style: none;
}
.shape-danhmuc-sidebar .media-body ul li i {
    padding-right: 7px;
}
.shape-danhmuc-sidebar .media-body p {
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    color: #222;
}
.danhmuc-link {
    color: #bb2030;
    float: right;
    font-style: italic;
    font-size: 13px;
    transition: all 0.3s;
    font-weight: normal;
    display: inline-block;
    margin: 5px 0;
}
.danhmuc-link:hover {
    font-weight: bold;
    color: #bb2030;
}

@media(max-width: 500px){
    .shape-danhmuc-sidebar .media-left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .shape-danhmuc-sidebar .media-body h4 a{
        font-size: 18px;
        line-height: 1.3;
    }
}
.detail-new-page .detail-name{
    margin-top: 0;
    font-size: 25px;
    line-height: 1.2;
    text-align: justify;
}
.singleadd li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.singleadd{
    overflow: hidden;
}
.ct-single{
    font-size: 15px;
    margin-bottom: 30px;
    text-align: justify;
}
.ct-single img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
@media(min-width: 1200px){
    .st2-main-six .col-lg-3{
        width: 20%;
    }
}
@media(max-width: 1365px){
    .st2-product .item .product-info{
        padding: 15px 10px 5px;
    }
}
.fb-page{
    max-width: 100%;
    overflow: hidden;
}
.header-nav.affix{
    z-index: 1000;
}
@media(max-width: 600px){
    .header-nav .navbar-collapse.collapse{
        display: block;
    }
    .header-nav .navbar-header{
        display: none;
    }
    .navbar{
        margin-bottom: 0;
    }
    
}
.header-nav.affix .navbar{
    min-height: auto;
    border: none;
}
.header-nav.affix .navbar-collapse{
    border:none;
    padding: 0;
}
/*@media(min-width: 768px){
  .tab-content-detailspro{
    padding: 30px 15%;
  }
}*/
@media(max-width: 375px){
    .header_search,
    .call-header{
        margin: 0;
    }
    .card-header{
        margin: 10px 0px;
    }
}
@media(max-width: 320px){
    .call-header ul li, 
    .call-header ul li a{
        font-size: 13px;
    }
}


/*----------- ADD index ---------*/
.header-id{
    background: #eee;
    font-family: Sans-serif;
}
.header-id-left{
    width: 360px;
    background: #e11b1e;
    height: 53px;
    float: left;
    padding: 8.5px 12px 9.5px 5px;
}
.logo-header-id{
    float: left;
}
.search-header-id{
    width: calc(100% - 142px);
    float: right;
    position: relative;
}
.search-header-id input{
    width: 100%;
    height: 35px;
    border: none;
    padding: 0px 35px 0px 10px;
    outline: none;
}
.search-header-id button{
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    border: none;
    background: #fff;
    padding: 0px 10px;
}
.logo-header-id img{
    height: 40px;
    position: relative;
    top: -4px;
}
.header-id-nav{
    float: right;
    width: calc(100% - 365px);
}
.menu-menu-main-container>ul{
    list-style: none;
    margin-bottom: 0;
}
.menu-menu-main-container>ul>li{
    display: inline-block;
}
.menu-menu-main-container>ul>li>a{
    display: block;
    text-align: center;
    padding: 6px 10px 7px;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}
.menu-menu-main-container>ul>li>a i{
    display: block;
    font-size: 2em;
}
.menu-menu-main-container>ul>li>ul{
    display: none;
    position: absolute;
    left: auto;
    top: 53px;
    background-color: #fff;
    box-shadow: 1px 3px 4px 0 rgba(56,60,63,.15);
    border: solid 1px #eee;
    padding: 10px 0;
    margin: 0;
    z-index: 100;
}
.menu-menu-main-container .dropdown-menu>li{
    padding: 0px 10px;
}
.menu-menu-main-container .dropdown-menu .dropdown-menu{
    position: relative;
    display: block;
    top: 0;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    min-width: inherit;
}
@media(min-width: 1200px){
    .menu-menu-main-container>ul>li:hover>ul{
        display: block;
    }
    .menu-menu-main-container>ul>li>a:hover,
    .menu-menu-main-container>ul>li>a:focus{
        color: #fff;
        background-color: #e11b1e;
    }
}

.menu-menu-main-container .dropdown-menu li>a{
    padding: 5px 0;
    font-size: 13px;
}
.menu-menu-main-container .dropdown-menu li>a:hover{
    color: #e11b1e;
    text-decoration: underline;
}
.menu-menu-main-container .col-3>ul{
    width: 400px;
}
.menu-menu-main-container .col-3>ul>li{
    width: 33.33%;
    float: left;
}
.menu-menu-main-container .col-2>ul{
    width: 300px;
}
.menu-menu-main-container .col-2>ul>li{
    width: 50%;
    float: left;
}
.menu-menu-main-container .dropdown-menu li>a:focus, 
.menu-menu-main-container .dropdown-menu li>a:hover{
    color: #e11b1e;
    text-decoration: underline;
    background-color: transparent;
}
.menu-menu-main-container .dropdown-menu .menu-item-has-children>a{
    border-bottom: solid 1px #e11b1e;
    color: #393d3f;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
.mega-sub-menu li{
   float: left;
}
.main-index{
    padding: 5px 0px 0;
    background-color: rgba(238,238,238,.25);
    font-family: Sans-serif;
    font-size: 12px;
    line-height: 22px;
}
.st1-index .st1-left{
    padding-left: 15px;
}
.st1-index .st1-left a:first-child{
    display: block;
    margin-bottom: 15px;
}
.st1-index .st1-left img{
    width: 100%;
    height: 186px;
}

.st2-index-inner{
    margin-top: 10px;
    border: 1px solid red;
    background-color: #fff;
}
.title-st2-index{
    border: solid 1px #eee;
    background-color: #ef4030;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}
.title-st2-index img{
    width: 50px;
    padding: 0px 8px 8px 8px;
    vertical-align: middle;
}
.item-st2id-img{
    margin-top: 10px;
    position: relative;
}
.item-st2id-img .cps-pmh{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 125px;
}
.promo-list{
    list-style: none;
    margin: 0;
}
.promo-list li{
    font-size: 15px;
    font-weight: bold;
    background-color: #555353;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
}
.promo-list li.pmh-content{
    background-color: #e11b1e;
}
.slide-st2-index.owl-carousel .owl-item img{
    width: inherit;
    display: block;
    margin: auto;
}
.item-st2id-name {
    margin: 5px 5px 25px;
    font-size: 13px;
    text-align: center;
}
.item-st2id a:hover{
    color: red;
}
.slide-st2-index .owl-dots{
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.slide-st2-index.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    background: none;
    padding: 0;
    margin:0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.slide-st2-index.owl-theme .owl-nav [class*='owl-'] svg{
    width: 27px;
    height: 44px;
    color: #3c3d41;
}
.slide-st2-index.owl-theme .owl-nav [class*='owl-'].owl-next{
    left: inherit;
    right: 10px;
}
.slide-st2-index.owl-theme .owl-nav{
    margin-top: 0;
}
.slide-st2-index.owl-theme .owl-dots .owl-dot span{
    margin: 3px 3px;
    width: 8px;
    height: 8px;
}
.slide-st2-index.owl-theme .owl-dots .owl-dot.active span, 
.slide-st2-index.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #007aff;
}
.clear{
    clear: both;
}

.st3-index{
    margin-top: 10px;
}
.box-headding-st3id{
    background: #fff;
    border: solid 1px #eee;
}
.title-st3id{
    float: left;
    margin: 0;
    background: #f7f7f7 url(../images/heading-bg.png) top right no-repeat;
    background-size: auto 47px;
    padding: 10px 35px 10px 10px;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}
.title-st3id a:hover{
    color: red;
}
.nav-st3id{
    list-style: none;
    line-height: 47px;
    padding-left: 60px;
    float: left;
    margin-bottom: 0;
}
.nav-st3id li{
    float: left;
}
.nav-st3id li a{
    display: inline-block;
    margin-right: 10px;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
}
.nav-st3id li a:hover{
    color: #333;
    background: #e0e0e0;
}
.box-content-st3id{
    clear: both;
    background: #fff;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-bottom: 5px;
}
.item-st3id{
    background: #fff;
    border: solid 1px #eee;
    position: relative;
    border-left: none;
    border-top: none;
    width: 20%;
    float: left;
    display: block;
}
.item-st3id-img{
    position: relative;
}
.item-st3id-img a {
    padding: 10px;
    display: block;
}
.item-st3id-img a img{
    display: block;
    margin: 10px auto 0px;
}
.sticker-hotsale {
    position: absolute;
    top: 0;
    left: 10px;
}
.sticker-hotsale img{
    width: 50px;
    margin-top: 10px;
    height: auto;
}
.giam-percent {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 1px 6px 1px 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #e11b1e;
    border: solid 1px #e11b1e;
    border-radius: 100px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.tra-gop-0 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80px;
    height: 20px;
    text-align: center;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #f28902;
    border-radius: 5px;
    line-height: 15px;
}
.item-st3id-text h3 {
    font-size: 12px;
    color: #393d3f;
    font-weight: 700;
    height: auto;
    margin: 0 0 5px;
}
.item-st3id-text{
    padding: 5px;
}
.item-st3id-text p{
    margin-bottom: 0;
}
.item-st3id-text .price-box {
    margin: 5px 0;
    float: left;
}
.item-st3id-text .old-price {
    margin-left: 10px;
    float: right;
}
.item-st3id-text .old-price>span {
    font-size: 14px;
    font-weight: 700;
    color: #716b6b;
    text-decoration: line-through;
}
.item-st3id-text .special-price {
    font-size: 14px;
    font-weight: 700;
    color: #e11b1e;
    float: left;
}
.promotion .gift-cont{
    font-size: 12px;
    line-height: 15px;
}
.promotion .promo-list{
    float: left;
    width: 45%;
}
.promotion .promo-list li{
    font-size: 12px;
}
.promotion .coupon-price {
    width: 55%;
    padding-left: 5px;
    float: left;
    line-height: 15px;
}
.item-st3id:hover{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 50px rgba(0,0,0,.1);
    z-index: 1;
}

/*footer-id*/
.ft-top-id{
    margin-top: 20px;
    background: #eee;
    padding: 15px 0px;
    line-height: 30px;
    font-family: Sans-serif;
    font-size: 13px;
}
.ft-top-id a:hover{
    text-decoration: underline;
    color: #333;
}
.title-ft-id{
    font-size: 18px;
    margin-bottom: 20px;
}
.hotline-footer{
    margin-top: 25px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hotline-footer>a{
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    font-size: 35px;
}
.hotline-footer>span{
    display: inline-block;
    line-height: 1;
}
.hotline-footer>span p{
    margin-bottom: 5px;
    font-size: 20px;
}
.hotline-footer>span a{
    color: #e11b1e;
    font-size: 22px;
    font-weight: bold;
}
.hotline-footer>span a:hover{
    color: #e11b1e;
    text-decoration: none;
}
.nav-ft-id ul{
    list-style: none;
}
.nav-ft-id ul li,
.nav-ft-id p{
    width: 50%;
    float: left;
    padding: 0px 10px 0 0;

}
.cps-ft-id a.cps-vs, .cps-ft-id a.cps-mt, .cps-ft-id a.cps-atm {
    width: 44px;
    height: 27px;
    background-image: url(../images/icon-online.png);
    background-repeat: no-repeat;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    padding: 0;
}
.cps-ft-id a.cps-vs {
    background-position: 0px 0;
}
.cps-ft-id a.cps-mt {
    background-position: -48px 0;
}
.cps-ft-id a.cps-atm {
    background-position: -97px 0;
}
.nav-ft-id p{
    margin-top: 10px;
}
.khuvuc span{
    width: 60px;
    line-height: 42px;
}
.khuvuc select{
    width: calc(100% - 70px);
    float: right;
    background: #fff;
    border: none;
    outline: none;
    padding: 5px;
    height: 42px;
}
.store-cps{
    margin: 10px 0;
}
.store-click{
    line-height: 42px;
    background: #fff;
    cursor: pointer;
    padding: 0px 30px 0 10px;
    position: relative;
}
.store-click i{
    padding: 0px 15px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
}
.store-click.active i:before{
    content: "\f106";
}
.store-show{
    display: none;
}
.store-show.active{
    display: block;
}
.store-show ul{
    list-style: none;
    background-color: #f7f7f7;
    padding: 10px 20px;
}
.store-show li a{
    color: #3c3d41;
}
.form-ft-id input[type="text"]{
    height: 40px;
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.form-ft-id label{
    font-weight: normal;
}
.form-ft-id input[type="submit"]{
    background: #d70018;
    color: #fff;
    height: 38px;
    border: none;
    line-height: 38px;
    padding: 0px 20px;
    margin-top: 10px;
}
.form-ft-id input[type="submit"]:hover{
    background: #ea1830;
}
.ft-bottom-id{
    margin: 0 auto;
    line-height: 1.5;
    font-size: 12px;
    padding: 20px;
    background: #f8f8f8;
    text-align: center;
}
/*End footer-id*/




@media(max-width: 1199px){
    .sync2{
        display: none !important;
    }
    .st1-index .st1-left{
        padding: 3px 0px 0px;
    }
    .st1-index .st1-left a{
        width: 50%;
        float: left;
        margin: 0 0 10px;
        text-align: center;
    }
    .header-id-nav{
        display: none;
        width: 100%;
        float: left;
        background: #fff;
    }
    .menu-menu-main-container>ul>li{
        padding: 5px;
        width: 33.33%;
        float: left;
    }
    .menu-menu-main-container>ul>li>a{
        height: 40px;
        width: 100%;
        display: block;
        border: solid 1px #eee;
        line-height: 24px;
        background: linear-gradient(to bottom,#fff,#f7f7f7);
        color: #3c3d41;
        text-transform: none;
    }
    .menu-menu-main-container>ul>li>a i{
        display: none;
    }
    .header-id{
        background: #fff;
    }
    .header-id .col-xs-12{
        padding: 0px;
    }
    .header-id-left{
        //background: #3c3d41;
        width: 100%;
        padding: 8.5px 5px 9.5px 5px
    }
    .search-header-id{
        width: calc(100% - 146px);
        float: left;
        margin-left: 8px;
        border-radius: 5px;
        overflow: hidden;
        background: #e11b1e;
    }
    .search-header-id button{
        background: #e11b1e;
        border-radius: 0 5px 5px 0;
        color: #fff;
        width: 50px;
    }
    .click-show-menu{
        color: #fff !important;
        float: right;
        margin-top: 5px;
    }
    .click-show-menu.active i{
        font-size: 1.5em;
    }
    .click-show-menu.active i:before{
        content: "\f00d";
        margin-right: 5px;
    }
}
@media(max-width: 991px){
    .ul-nav-mobile-id{
        list-style: none;
        text-align: center;
    }
    .ul-nav-mobile-id li{
        display: inline-block;
        width: 65px;
        margin: 0;
        text-align: center;
    }
    .ul-nav-mobile-id li i {
        display: block;
        overflow: hidden;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        margin: auto;
        position: relative;
        background: linear-gradient(-180deg,#fbfbfb 0%,#f1f1f1 100%);
        border: 1px solid #c3c3c3;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
        background-image: url(../images/icon-menu_5.png);
        background-size: 315px 70px;
        background-repeat: no-repeat;
    }
    .ul-nav-mobile-id li i.menu-icon-3{
       background-position: 15px 10px;
    }
    .ul-nav-mobile-id li i.menu-icon-4{
       background-position: -22px 10px;
    }
    .ul-nav-mobile-id li i.menu-icon-30{
       background-position: -156px 10px;
    }
    .ul-nav-mobile-id li i.menu-icon-610{
       background-position: -31px -30px;
    }
    .ul-nav-mobile-id li i.menu-icon-380{
       background-position: -67.5px 10px;
    }
    .ul-nav-mobile-id li i.menu-icon-586{
       background-position: -115px 10px;
    }
    .ul-nav-mobile-id li i.menu-icon-408{
       background-position: 9px -31px;
    }
    .ul-nav-mobile-id li i.menu-icon-609{
       background-position: -151px -29px;
    }
    .item-st3id{
        width: 50%;
    }
}
@media(max-width: 767px){
    .main-index{
        background: #fff;
    }
    .sync1 .owl-dots{
        display: block;
        margin-top: 0 !important;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sync1.owl-theme .owl-dots .owl-dot span {
        margin: 3px 3px;
        width: 8px;
        height: 8px;
    }
    .sync1.owl-theme .owl-dots .owl-dot.active span, 
    .sync1.owl-theme .owl-dots .owl-dot:hover span {
        background-color: #007aff;
    }
    .main-index .col-xs-12{
        padding: 0;
    }
    .nav-mobile-id,
    .content-st2-index,
    .nav-st3id-div {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%,100%);
        -ms-scroll-chaining: chained;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        float: left;
        width: 100%;
    }
    .ul-nav-mobile-id{
        padding: 12px 0 0px 5px;
        text-align: left;
    }
    .st2-index-inner{
        border: none;
        margin-top: 0;
    }
    .title-st2-index{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .slide-st2-index{
        display: block !important;
    }
    .item-st2id{
        float: left;
        width: 145px;
        height: auto;
        margin: 0;
        background: #fff;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .item-st2id-img .cps-pmh{
        position: relative;
        left: 0;
        width: inherit;
        bottom: 0;
        margin-top: 10px;
    }
    .item-st2id-img .promo-list li{
        font-size: 13px;
        line-height: 20px;
        padding: 0px 5px;
    }
    .item-st2id-name{
        min-height: 28px;
        margin-bottom: 10px;
    }
    .box-headding-st3id{
        border: none;
    }
    .title-st3id{
        background: #fff;
        font-size: 15px;
        text-transform: uppercase;
        padding: 5px 10px;
    }
    .nav-st3id{
        padding:0 0 10px;
        line-height: inherit;
    }
    .nav-st3id li a{
        margin: 0px 3px 5px;
    }
    .nav-st3id li:first-child a{
        margin-left: 10px;
    }
    .promotion .promo-list li{
        padding: 0px 2px;
    }
    .item-st3id-text .special-price,
    .item-st3id-text .old-price{
        font-size: 14px;
        width: 100%;
        margin: 0 ;
    }
    .nav-ft-id ul li, .nav-ft-id p{
        width: 100%;
        padding: 0;
    }
}