@font-face {
    font-family: 'UTM Swiss Condensed';
    src: url('../fonts/UTM Swiss Condensed.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTM Swiss CondensedBold.ttf');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'UTMAlexander';
    src: url('../fonts/UTM_Alexander/UTM-Alexander.ttf');
}
@font-face {
    font-family: 'UTMbebas';
    src: url('../fonts/UTM_bebas/UTM-Bebas.ttf');
}
@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/Roboto/RobotoSlab.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/Roboto/RobotoSlab-Regular.ttf');
}

@font-face {
    font-family: 'RCR';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RCB';
    src: url('../fonts/RobotoCondensedBold.eot');
    src: url('../fonts/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedBold.woff2') format('woff2'),
         url('../fonts/RobotoCondensedBold.woff') format('woff'),
         url('../fonts/RobotoCondensedBold.ttf') format('truetype'),
         url('../fonts/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #333;
    font-family: 'Roboto';
}
ul li{
	list-style: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1,h2,h3,h4{
    margin: 0;
}
.clearfix{
	clear: both;
}
.nav-right {
    float: right;
}
.nav-right>li {
    margin-right: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
}
.nav-right>li:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}
.nav-right{
    /*float: left;*/
    color: #666;
}
.header-top {
    background-color: #eee;
    padding: 0;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}
.header-top .nav-right .social a{
    margin-right: 6px;
    font-size: 16px;
    color: #999;
}
.form-search .btn-search {
    width: 60px;
    padding: 0;
    background-color: #199427;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/search.png);
}
.form-search .form-control {
    padding-left: 20px;
    border-color: #eee;
    height: 40px;
    padding-right: 46px;
    color: #777;
    font-size: 14px;
    float: left;
    width: 250px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    -webkit-box-shadow: none!important;
}
.block-search .btn-search {
    background-color: transparent;
    background-image: none;
    width: 50px;
    color: #0d93fa;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.box_cart {
    float: right;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #067bd4;
    background-color: #199427;
}
.icon-cart {
    font-size: 20px;
    position: absolute;
    top: 7px;
}
.icon-cart, .icon-earth {
    left: 5px;
    fill: #838383;
    color: #838383;
}
.gio_hang_new, .love_like {
    display: inline-block;
}
.cart-count {
    background-color: #fff;
    font-size: 11px;
    top: 8px;
    color: #e5101d;
}

#countfavorite, .cart-count {
    width: 18px;
    right: 4px;
    text-align: center;
}
#countfavorite, .cart-count {
    border-radius: 100%;
    height: 18px;
    position: absolute;
    line-height: 20px;
}
.box_cart, .box_cart_mobile, .box_favorite {
    position: relative;
    height: 36px;
    line-height: 34px;
}
.block-search .btn-search:before {
    content: "\f002";
    font-family: FontAwesome;
}
.header-content {
    padding: 0;
}
.search-form {
    max-width: 585px;
}
.search-fr input {
    width: 100%;
    height: 40px;
    border: none;
    padding-right: 50px;
    font-size: 15px;
    font-style: italic;
    padding: 10px;
}
.search-fr {
    position: relative;
    border: solid 1px silver;
    border-radius: 8px;
    margin: 27px 0;
    max-width: 400px;
    overflow: hidden;
    float: right;
    width: 100%;
}
.h-ctrl {
    margin-top: 45px;
    text-align: left;
}
.search-fr button {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    color: #333;
    font-size: 16px;
    width: 55px;
    border: 0;
    background: transparent;
   
}
header .h-ctrl {
    margin-left: -18px;
    padding-top: 10px;
}
.h-cart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    font-size: 15px;
    padding-left: 50px;
}
.h-cart .icon-cart {
    position: absolute;
    left: 0;
    top: 10px;
    width: 34px;
    height: 30px;
    background: url(../images/icon-cart.png) no-repeat;
}
.h-cart i {
    font-size: 22px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.h-cart span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #333;
}
.h-cart span.totals {
    font-size: 14px;
    font-weight: 700;
    color: #f90000;
}
.h-cart em {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: gold;
    color: #333;
    line-height: 22px;
    font-size: 11px;
    text-align: center;
    font-weight: 300;
    top: 0px;
    left: 15px;
}
.h-cart em {
    color: #333;
    background: #d2da00;
}
.h-hotline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 30px;
    font-size: 15px;
    padding-left: 50px;
}
.h-hotline .icon-phone {
    position: absolute;
    top: 4px;
    left: 0;
    width: 38px;
    height: 30px;
    background: url(../images/icon-hotline.png) no-repeat;
}
.h-hotline span.number {
    font-size: 18px;
    font-weight: 700;
    color: #f90000;
    float: left;
}
.h-hotline span {
    display: block;
    margin-top: -1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    text-align: left;
}
.nice-number button {
    display: inline-block;
    float: left;
    height: 30px;
    width: 40px;
    background-color: #fff;
    color: #141414;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid #ccc;
}
input.qtyplus{
    display: inline-block;
    float: left;
    
    width: 42px !important;
    background-color: #ededed;
    text-align: center;
    border-radius: 0;
    border: 1px solid #ccc;
}
.box_cart, .box_cart_mobile {
    padding: 0 30px 0 20px;
    cursor: pointer;
    background-color: #0d93fa;
}
.box_cart, .box_cart_mobile, .box_favorite {
    position: relative;
    height: 36px;
    line-height: 34px;
}
.shop_cart {
    color: #fff;
}
.gio_hang_new {
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
}
.navbar-default .navbar-nav>li>a h2, a.btn_listsp.dropdown-toggle h2{
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    font-family: 'Roboto-Bold';
    padding: 20px 30px;
    transition: all .5s ease;
}
.navbar-collapse{
    padding: 0;
}
.navbar-default{
    margin-bottom: 0;
    background-color: #fcfeb0;
    border-radius: 0;
    border-color: transparent;
    position: relative;
}
.title-right{
        font-size: 14px;
    padding: 12px 10px 8px;
    background: #c4161c;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: 500;
}
.title-right a {
    color: #fff;
}
.title-right a:before {
    content: "";
    position: absolute;
    right: -20px;
    width: 0px;
    top: 0;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 34px solid #820c10;
}
.item-news-right li {
    border-bottom: 1px solid #ededed;
    background: #f0f0f0;
    margin: 15px 10px;
    text-align: left;
}
.item-news-right li article {
    margin-left: 0;
    margin-right: 110px;
    min-height: 60px;
}
strong.logo img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.header-content {
    padding: 10px 0;
}
/*.search-box .header_search {
    width: 470px;
}*/
.search-box .header_search form {
    margin: 0;
    width: 100%;
}
.search-box .header_search form input {
        color: #333;
    border: 1px solid #414141;
    background-color: #fff;
    padding: 0 0px 0 15px;
    border-radius: 4px;
    height: 40px;
    width: 100%;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}
.search-box .header_search .input-group-btn button {
    background-color: transparent;
    color: #f68e2e;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    line-height: 34px;
    height: 40px;
}

.input-group input:focus,
.header_search .input-group button:focus{
    color:#000;
    box-shadow:none;
    outline:none;
    border:none;  
}
.header_block_icon .icon {
    display: block;
    float: left;
    width: 35px;
    height: 30px;
    line-height: 45px;
}
.header_block_icon .icon img {
    max-width: 42px;
}
.header_block_icon .info {
    float: left;
    width: calc(100% - 45px);
    -webkit-width: calc(100% - 45px);
    -moz-width: calc(100% - 45px);
    -o-width: calc(100% - 45px);
    -os-width: calc(100% - 45px);
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: left;
    min-height: 50px;
}
.header_block_icon .info p {
    margin: 0;
    font-size: 14px;
   /* max-width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.header_block_icon {
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 33.3%;
}
.section_service {
    padding-bottom: 0px;
    position: relative;
    top: -50px;
    z-index: 99;
}
.content-service:hover img{
  transform: rotateY(180deg);
}
.section_service .container .content-service {
    background: #fff;
    box-shadow: 0px 0px 15px #e8e8e8;
    padding: 20px 15px;
    width: 100%;
    float: left;
}
.section_service .container .content-service .service-left {
    width: 55px;
    float: left;
}
.section_service .container .content-service .service-left img {
    margin-top: 10px;
    transition: all .5s ease;
}
.section_service .container .content-service .service-right {
    width: calc(100% - 55px);
    float: left;
    padding-left: 5px;
}
.section_service .container .content-service .service-right .title-service {
    font-size: 17px;
    color: #151618;
    font-weight: 600;
    margin-bottom: 5px;
}
.section_service .container .content-service .service-right .service-sumary {
    font-size: 14px;
    line-height: 24px;
}
.content-service a {
    color: #333;
}
.cate_item {
    border: solid 1px #ebebeb;
    margin-right: 5px;
}
.img1 {
    position: relative;
    overflow: hidden;
}
.cate_item .thumb_ {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    position: relative;
}
.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.cate_item .thumb_ .thumb_s {
    height: 230px;
    min-height: 100px;
    display: flex;
    padding: 0px;
    align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    flex-flow: column;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -o-flex-flow: column;
    -os-flex-flow: column;
}
.cate_item .thumb_ .thumb_s img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cate_item .title_cate_ {
    bottom: 10px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 0px;
    position: absolute;
    z-index: 4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 70%;
    background: rgb(252 255 255 / .8);
}
.cate_item .title_cate_ a {
    color: #333;
    text-decoration: none;
}
.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.cate_item:hover .title_cate_{bottom:38%}
.cate_item:hover .thumb_:before{top:0;height:100%}
.cate_item:hover .thumb_ img{
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2)
}
.img1:hover:after{height:0;top:50%;bottom:50%;background:rgba(255,255,255,0.3)}
.img1:hover:before{right:50%;left:50%;width:0;background:rgba(255,255,255,0.3)}

.new_title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.new_title h2 {
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}
.new_title h2::before {
    border: 2px double #ccd31d;
    border-left: 2px double #fff;
    border-right: 2px double #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.product-action {
    z-index: 1;
    text-align: center;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.product-action .btn-views {
    height: 37px;
    line-height: 25px;
    padding: 0 15px;
    box-shadow: none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    padding: 7px 15px;
    background: #fcffb0;
    cursor: pointer;
    text-align: center;
}
.product-action .btn-views i {
    font-size: 12px;
    color: #898989;
    line-height: 20px;
    padding-right: 5px;
}
.all-products {
  /* width: 100%;
    float: left;*/
   /* background: #f7f8fa;
    padding: 30px 20px 0;*/
}

h2.name.product-title {
       padding: 10px 0;
    height: 60px;
    overflow: hidden;
    display: block;
    line-height: 22px;
}
.price-wrapper {
    padding-bottom: 10px;
}
.image-none {
    overflow: hidden;
    position: relative;
}
.col-inner:hover .box-image img {
    transform: scale(1.1);
}
.category-fot li a {
    color: #333;
    padding: 7px 0;
    display: block;
    text-transform: capitalize;
}
.social-link {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.social-link .icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    float: left;
    border: 2px solid #959595;
    margin-right: 11px;
}
.social-link .icon i {
    font-size: 16px;
    color: #959595;
    padding: 6px;
}
.title_module_main {
    width: 100%;
    float: left;
    position: relative;
    border: solid 1px #efefef;
    margin-bottom: 0px;
}
.title_module_main h2 {
    display: inline-block;
    position: relative;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0px solid #ebebeb;
    margin-bottom: 0px;
    background: #fcffb0;
    padding: 0 15px;
    line-height: 40px;
}
.title_module_main h2:before {
    content: "";
    width: 100%;
    height: 8px;
    background: #fcffb0;
    position: absolute;
    left: 0px;
    top: -8px;
}
.title_module_main h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #aeb236;
    position: absolute;
    top: -8px;
    right: -7px;
}
.title_module_main h2 span span {
    color: #333;
}
.section_blogs .list-blogs-link {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.section_blogs .wrap_list_blog .blog-item-list {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    border-bottom: none;
    margin-bottom: 15px;
}
.section_blogs .wrap_list_blog .blog-item-list .blog-item-thumbnail {
    width: 100px;
    display: block;
    float: left;
}
.section_blogs .wrap_list_blog .blog-item-list .ct_list_item {
    display: block;
    float: left;
    width: calc(100% - 100px - 15px);
    -webkit-width: calc(100% - 100px - 15px);
    -moz-width: calc(100% - 100px - 15px);
    -o-width: calc(100% - 100px - 15px);
    -os-width: calc(100% - 100px - 15px);
    margin-left: 15px;
}
.section_blogs .wrap_list_blog .blog-item-list .ct_list_item h3 {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #2e3553;
    line-height: normal;
    margin-bottom: 10px;
}
.section_blogs .wrap_list_blog .blog-item-list .ct_list_item h3 a {
    color: #2e3553;
}
.section_blogs .wrap_list_blog .blog-item-list .ct_list_item .time_post {
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    color: #b2b2c4;
}
.section_blogs .wrap_list_blog .blog-item-list .ct_list_item .time_post .fa {
    color: #ff4c4c;
    font-family: 'FontAwesome';
}
.blog-img {
    width: 100%;
    float: left;
    position: relative;
}
.blog-img img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.section_blogs .blog-inner .blog-img .content__ {
    margin-top: 0;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px 20px;
    background: -moz-linear-gradient(90deg, #1c2035 0%, rgba(50,60,133,0) 100%);
    background: -webkit-linear-gradient(90deg, #1c2035 0%, rgba(50,60,133,0) 100%);
    background: -ms-linear-gradient(90deg, #1c2035 0%, rgba(50,60,133,0) 100%);
}
.section_blogs .blog-inner .blog-img .content__ h3 {
    
     font-family: "Roboto-Bold";
    font-size:  18px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
}
.section_blogs .blog-inner .blog-img .content__ h3 a.text2line {
    color: #fff;
    text-decoration: none;

}
.section_blogs .blog-inner .blog-img .content__ .time_post {
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    color: #b2b2c4;
    margin-right: 10px;
}
.section_blogs .wrap_list_blog {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.margin-bottom-20 {
    padding: 30px 0;
}
#owl-demo-1{
    overflow: hidden;
}
section#partner {
    padding: 30px 0;
}
.static {
    padding-top: 28px;
}
.navbar-nav .dropdown-menu > li > a h3 {
    font-size: 16px;
}
.info a {
    color: #333;
    font-weight: 600;
}
.aside-item.right-col ul{
    padding-top: 10px;
}
.aside-item.right-col ul li a {
        padding: 10px;
    display: block;
    color: #333;
    transition: all .5s ease;
}
.aside-item.right-col ul li a i{
    padding-right: 6px;
}
.aside-item.right-col ul li a:hover{
    transform: translate(10px) ;
    color: #74762e;
}
.aside-item {
    border: 1px solid #ebebeb;
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
    background: #f5f5f5;
}
section#product-2 {
    background: #f5f5f5;
    padding: 30px 0;
}
.aside-title {
    position: absolute;
    top: -22px;
    left: -1px;
        background-color: #fcfeb0;
    padding: 10px;
    
}
.aside-title .title-head {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
div.vert{
    margin-top: 6px !important;
}
.blog-desc img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.product-khac .item{

}
.page_title-n h1{
        padding-bottom: 10px;
    display: block;
    line-height: 1.3em;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
div#owl-demo-1 .owl-buttons{
    display: none;
}
.navbar-default .navbar-nav>li>a{
    color: #333;
}
/*input:focus,
select:focus,
textarea:focus,
button:focus {
    
}*/
.list_menu {
   /* padding-right: 0px;*/
    position: relative;
    margin-top: 0px;
}
/*.list_menu .dropdown {
    position: absolute;
    top: -50px;
}*/
.btn_listsp {
    font-size: 16px;
}
.dropdown-menu-n {
    margin: 0;
    border-radius: 0px;
    box-shadow: none;
    width: 100% !important;
    border: 1px solid #dddddd;
    padding-top: 0px;
    list-style: none;
    padding: 0px;
}
.dropdown-menu-n li {
    border-bottom: 1px solid #dddddd;
    position: relative;
}
li.only-nn a {
    font-weight: 600;
    padding: 1px 10px !important;
    text-transform: uppercase;
    color: #333;
}
.btn_listsp {
    width: 100%;
  /*  height: 35px;*/
    border: none;
    background: #12517c;
    color: #Fff;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    padding: 12px 15px;
    display: block;
}
.dropdown-menu-n li a img {
    height: 27px;
    padding-right: 8px;
}
ul.sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    border: 1px solid #ddd;
    z-index: 9999;
    padding: 0px;
    top: 0px;
    display: none;
}
ul.sub-menu li a {
    padding: 7px 10px !important;
    display: block;
    background: #fff;
}
ul.sub-menu h3 {
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
}
.dropdown-menu-n li:last-child {
    border: none;
}
.dropdown-menu-n li:hover ul.sub-menu {
    display: block;
}
.padding{
    padding-left: 0px;
    padding-right: 0px;
}
ul.nav.navbar-nav.nav-danhmuc li {
    width: 100%;
}

ul.nav.navbar-nav.nav-danhmuc {
    width: 100%;
}
li.catalog1 a{
        display: block;
    padding: 6px 7px;
     -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: 'Roboto-Bold';
    overflow: hidden;
}
li.catalog1 a h2{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: capitalize;
    font-size: 15px;
    width: 92%;
    float: right;
    line-height: 20px;
}
.search-container button {
  float: right;
  padding: 9px 12px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}
.search-container input[type=text] {
  padding: 8px 15px;
  margin-top:6px;
 /* font-size: 17px;*/
  border: none;
  background: #12517c;
  color: #ddd;
}
.search-container button:hover {
  background: #ccc;
}
i.fa.fa-list-ul{
    padding-right: 10px;
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
li.catalog1 i {
    padding: 0 7px;
    width: 8%;
    display: inline-block;
}
.col-inner a {
       
    color: #464646;
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-height: 385px;
    min-height: 258px;
    transition: all .5s ease;
}
.has-hover .bg, .has-hover [class*="image-"] img {
    transition: opacity .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s;
}
.box-text.text-center {
    padding: 10px;
}
p.name.product-title {
    overflow-y: hidden;
}

.price-wrapper .price {
    display: block;
    padding: 10px 10px;
}

.price-wrapper span {
    color: #6b6b6b;
    font-size: 15px;
    
}
.price-wrapper del span {
    font-size: 14px;
    color: gray;
}
.absolute {
    position: absolute !important;
    z-index: 99;
  
}
.sale-all .absolute{
    top: 0;
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 30px;
    width: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    padding: 0;
}
.badge-inner.on-sale {
    border-bottom-right-radius: 12px;
    padding: 10px 0;
    background-color: #d2da00 !important;
}

div#owl-demo {
    display: block;
    overflow: hidden;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}
.section-title b {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title-center span {
    margin: 0 15px;
    text-transform: uppercase;
}
.container:after, .row:after, .clearfix:after, .clear:after {
    content: "";
    display: table;
    clear: both;
}
.col-inner {
    padding: 0px;
    margin-bottom: 20px;
        border: solid 1px #ebebeb;
}
del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: 2em;
}
div#owl-demo1,#owl-demo2 {
    overflow: hidden;
}

div#demo {
    position: relative;
}
.owl-prev:after {
    position: absolute;
    /* padding: 5px; */
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    /* padding: 20%; */
    max-height: 100%;
    height: auto;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #446084;
    border-bottom: 10px solid transparent;
}
.owl-next:after{
    position: absolute;
    /* padding: 5px; */
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    /* padding: 20%; */
    max-height: 100%;
    height: auto;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #446084;
    border-bottom: 10px solid transparent;
}
.owl-theme .owl-controls .owl-buttons div {
    z-index: 99;
    color: transparent;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0px;
    padding: 0;
    font-size: 12px;
    /* background: #869791; */
    filter: Alpha(Opacity=50);
    opacity: 1;
    width: 40px;
    top: 50%;
    bottom: 0;
    height: 40px;
    background-color: #fff;
    /* box-shadow: 0 -150px 15px 0 rgba(0,0,0,0.3); */
    margin: 0 !important;
}
.owl-pagination {
    display: none;
}
.coppyright {
    padding-top: 20px;
}
footer {
    background: url(../images/bg.png) no-repeat;
    padding-top: 30px;
    color: #33383c;
    position: relative;
    background-size: cover;
}
footer > .container{
    position: relative;z-index: 100;
}
footer:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(252 255 176 / .3);
    z-index: 99;
    height: 100%;
    top: 0;
}
footer h4 {
    padding-bottom: 10px;
     font-family: 'Roboto-Bold';
     text-transform: capitalize;
     padding-top: 20px;
     position: relative;
     margin-bottom: 20px;
}
footer h4:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #9ca11c;
    left: 0;
    bottom: 0;
}

.coppyright p {
    text-align: center;
    padding: 15px 0;
    color: #616161;
    margin: 0;
    border-top: 1px dashed #cacc9a;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.ts-newsletter {
    background: #272d33;
    position: relative;
    min-height: 115px;
    padding: 30px 0 0 50px;
}
.ts-newsletter:before {
    content: '';
    position: absolute;
    left: -50px;
    z-index: 1;
    border-left: 50px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 115px solid #272d33;
    bottom: 0;
}
.newsletter-introtext {
    float: left;
    color: #7c7c7c;
}
.newsletter-introtext h4 {
    margin: 0;
    color: #fff;
}
.newsletter-form {
    float: left;
    margin-left: 30px;
    margin-top: 3px;
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.newsletter-form input {
    background: 0 0;
    min-width: 450px;
    font-size: 12px;
    text-transform: capitalize;
    height: 47px;
}
.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 15px 30px 10px;
    background: url(../images/newsletter-icon.png) 20px 50% no-repeat #333!important;
    text-indent: -9999em;
}
.ts-newsletter:after {
    content: "";
    position: absolute;
    background: #272d33;
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
}
li.catalog1 a:hover{
    transform: translateX(10px);
}
.border-right-box {
    padding-top: 10px;
}
.border-right-box h5{
    font-size: 16px;
}
.dropdown-menu>li>a:hover {
    background: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fcfeb0;
    background-color: #12517c;
}
.navbar-default .navbar-nav>li>a h2:hover{
    color: #fcfeb0;
    background: #12517c;
}
ins {
    text-decoration: none;
}
ul.list-category li {
    width: 24.5%;
    display: inline-block;
}
.page-bot {
    padding-top: 20px;
    text-align: center;
}
.pagination {
    margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #747474;
    border-color: #016399;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
section#category-sp {
    padding: 30px 0;
}
.page-banner {
    position: relative;
    background: #000;
    margin-bottom: 0px;
}
.page-banner:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    /* background-image: url(../images/banner-corner.png); */
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
.page-banner img {
    min-height: 200px;
}
.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.page-banner .caption {
    position: absolute;
    text-align: center;
    left: 5%;
    right: 5%;
    top: 50%;
    color: #fff;
    z-index: 2;
    margin-top: -40px;
}
.page-banner .caption .title {
    font-size: 30pt;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: normal;
}
.page-banner .caption a {
    color: #fff;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
   
    font-weight: 200;
    font-style: normal;
}
.box-contact p{
    font-size: 16px;
}
.title_left span {
    line-height: 45px;
    font-size: 16px;
    color: #ffff00;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.title_left {
    border-top: 1px solid #12517c;
    background: #333;
}
.title_left span .fa {
    margin-right: 10px;
    margin-left: 10px;
}
.scroller .img {
    display: inline-block;
    vertical-align: middle;
}
.scroller .ct {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    padding-left: 10px;
}
.scroller .ct .title a {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
aside.aside-item.collection-category.asidemobile.margin-bottom-25 {
    padding-bottom: 35px;
}
.aside-item .list-blogs .blog_list_item .blog-item .blog-item-thumbnail {
    display: inline-block;
    float: left;
    width: 100%;
    width: 80px;
    height: 80px;
}
.blog-item-thumbnail {
    position: relative;
}
.aside-item .list-blogs .blog_list_item .blog-item {
    padding: 15px 0;
    margin: 0px 0px !important;
    position: relative;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px dashed #ddd;
}
.aside-item .list-blogs .blog_list_item .blog-item .blog-item-name a {
    color: #344059;
    text-decoration: none;
}
.aside-item .list-blogs .blog_list_item .blog-item .blog-item-name {
    margin: 0px 0px 5px;
    line-height: 19px;
    font-size: 15px;
    /*font-weight: 700;*/
    color: #344059;
}
.aside-item .list-blogs .blog_list_item .blog-item .ct_list_item {
    display: block;
    float: left;
    width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    padding-left: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.blog_full {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    border-bottom: solid 1px #e7eaf2;
}
.blog_img_left {
    display: block;
    float: left;
    width: 230px;
}
.content_blog_full a {
    color: #3e3e3e;
}
.content_blog_full h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
}
span.entry-date {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}
.blog-description {
    padding-top: 10px;
}
.button_35px {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0 45px;
    background: transparent;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    float: left;
    border: solid 1px #f58220;
}
.content_blog_full {
    margin-left: 15px;
    width: calc(100% - 275px - 30px);
    -webkit-width: calc(100% - 275px - 30px);
    -moz-width: calc(100% - 275px - 30px);
    -o-width: calc(100% - 275px - 30px);
    -os-width: calc(100% - 275px - 30px);
    float: left;
    display: block;
}
.template-contact input, .template-contact textarea {
    border-radius: 0px;
    border: solid 1px #e7eaf2;
    font-size: 15px;
    color: #abb2c3;
    border-radius: 3px;
    padding: 6px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}
textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.template-contact .button_custome_35 {
    display: inline-block;
    height: 45px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    padding: 0 40px;
    background: #0082c8;
    border: solid 1px #0082c8;
    font-weight: 400;
    border-radius: 23px;
    margin-top: 10px;
}
.template-contact .p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 0px 0;
    padding-bottom: 0;
    font-family: Roboto-Bold;
}
.t_contact ul li .block_fonticon i {
    margin-left: 1px;
    font-size: 15px;
    color: #f90000;
}
.template-contact input {
    height: 50px;
    line-height: 50px;
}
a.button_35px.btn-right {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.template-contact h1, .template-contact h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.map {
    padding-top: 20px;
}
span.title_li {
    padding: 7px 0;
    display: block;
    /*font-weight: 600;*/
}
.s-content.fv-content img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 0;
}
.title-box-news a {
    display: inline-block;
    color: #333;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    padding-right: 10px;
   text-transform: uppercase;
    /*background-color: #fff;*/
    font-family: 'Roboto-Bold';
}
.title-box-news {
    padding: 10px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    /*background-image: url(../images/bg-hd.png);*/
    position: relative;
    margin-bottom: 20px;
}
.title-box-news:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #aaac59;
    left: 0;
    bottom: 0;
}
.other-article li i.fa {
    color: #9ca11c;
    padding-right: 5px;
}
.other-article li {
    padding: 0px;
    list-style: none;
    color: #858585;
    padding-bottom: 10px;
}
.other-article a{
    color: #333;
}
div#owl-demo-n {
    overflow: hidden;
}
.nice-number button {
    display: inline-block;
    float: left;
    height: 30px;
    width: 40px;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #ccc;
}
a.devvn_buy_now {
    display: inline-block;
    overflow: hidden;
    clear: both;
    border-radius: 0px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    background: #fcfeb0;
    font-family: Roboto-Bold;
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    padding: 10px 15px;
    box-shadow: 1px 1px 5px 0px;

}
a.devvn_buy_now i{
    padding-right: 7px;
}
a.devvn_buy_now span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
.wrapInfo .price-wrapper .price span{
    font-size: 30px;
    color: red;
    font-weight: bold;
}
.box-tocart {
    padding-top: 15px;
}

.btn_cart{
    margin-left:50px;
    min-height:56px;
    background-color:#93c83d;
    padding-right:27px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
}
.inputdathang{
    padding: 10px 10px;
    min-width: 120px;n
}
.text-label {
    display: inline-block;
    float: left;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
}
.text-details{
    padding-top: 10px;
}
.sale-all .badge{
    width: 60px;
    font-size: 20px;
}
.product-description img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top: 2px solid #333;
    padding: 10px 15px;
    font-size: 17px;
    text-transform: uppercase;
}
.tab-content {
    /* border: 1px solid #ccc; */
    padding-top: 10px;
}
.nav-tabs>li>a{
    border-radius: 0;
}
.col-inner{
        position: relative;
    overflow: hidden;
    display: block;
    background: #fff;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.wrapInfo span.woocommerce-Price-amount.amount{
    font-family: Roboto-Bold;
    color: #333;
}
/*.col-inner:hover .image {
  opacity: 0.3;
}*/

/*.col-inner:hover .middle {
  opacity: 1;
}
*/
.text {
  background-color: #333;
  font-size: 16px;
  padding: 12px 20px;
}
.col-inner:hover p.name a{
    color: #333;
}
.text a{
    color: #fff;
}
section#index-products{
        padding-bottom: 30px;
    padding-top: 30px;
    background: #f7f8fa;
    margin: 30px 0;
}
.ct ins {
    color: #656512;
}
.dropdown-menu li {
    border-bottom: 1px solid #dddddd;
    position: relative;

}
.nav>li>a{
    padding: 0;
}
.dropdown-menu>li>a:hover{
    background: transparent;
    color: #333;
}
p.slogan2 {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #333;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
}
.dropdown-menu{
    padding: 0;
}
.navbar-nav .dropdown-menu > li > a {
    padding: 10px 15px;
    text-transform: capitalize;
}
.menu-right{
    position: absolute;
    right: 0;
}
li.catalog1 h3 {
    font-size: 14px;
    width: 92%;
    float: right;
}
li.catalog1>ul>li i {
    padding: 0;
}
.menu-2{
    padding-left: 20px;
    padding-top: 0 !important;
    display: none;
}
/*.active {
  background-color: #d1d1d1;
}*/

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 0px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
li.dropdown-btn a{
    width: 80%;
    float: left;
}
li.dropdown-btn i{
    width: 20%;
    text-align: right;
    line-height: 40px;
}
ul.step-detail li {
    width: 33.3%;
    float: left;
    padding-left: 30px;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
ul.step-detail {
    overflow: hidden;
    display: block;
    padding: 20px 10px;
    border: 1px dashed #ddd;
    background: rgb(255 255 240);
}
ul.step-detail li:before{
    content: '';
    position: absolute;
    
    width: 50px;
    height: 50px;
    left: 0;
    
}
ul.step-detail li.step-1:before{
    background: url(../images/icon1.png) no-repeat 100% center;
    background-size: 100%;
}
ul.step-detail li.step-2:before{
    background: url(../images/icon2.png) no-repeat 100% center;
    background-size: 100%;
}
ul.step-detail li.step-3:before{
    background: url(../images/icon3.png) no-repeat 100% center;
    background-size: 100%;
}


/*.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}*/

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 10px;
  background-color: #fff;
  
}
.all-column{
    background: #fff;
    overflow: hidden;
    display: block;
}

.column a {
  float: none;
  color: black;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: all .5s;
  text-transform: uppercase;
}

.column a:hover {
  background-color: #ddd;
  padding-left: 10px;
}
.menu-mega {
    position: static !important;
}
.menu-mega .dropdown-menu{
    max-width: 100% !important;
    margin-left: 0 !important;
    left: 6% !important;
}
.column h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px 0;
}
.discount{
    width: 250px !important;
}



@media (min-width: 1200px){
.container {
    width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px){
    .nav-right{
        display: none;
    }
    .section_service .container .content-service{
        padding: 20px;
    }
    .box-image img{
        min-height: 210px;
        max-height: 210px;
    }
    /*.nav>li>a {
    padding: 15px 16px;
}*/
p.slogan{
    font-size: 14px;
}
.name-company h1{
    font-size: 20px;
}
.newsletter-form input{
    min-width: 340px;
}
.menu-mega .dropdown-menu{
    left: 1% !important;
}
}
@media(min-width: 992px){
    .section_service{
        top: 0;
    }
    .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 6px #939393;
}
}
@media (max-width: 991px) {
    .section_service{
        top: 0;
    }
    .menu-right{
        position: static;
    }
.dropdown-menu>li>a:hover{
    color: yellow;
}
    .product-item-inner{
        display: none;
    }
    .product-item-detail{
        position: static;
    }
    .navbar-nav {
    margin: 7.5px -15px;
}
    .box_cart, .box_cart_mobile, .box_favorite {
    /* border: 0; */
    position: absolute;
    margin-left: 0;
   /* top: 8px;*/
}
    .padding{
        padding-left: 15px;
        padding-right: 15px;
    }
    .same-item {
    padding-bottom: 20px;
}
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{
        margin: -11px 10px 0 0;
        top: 20px;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  /*.navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }*/
  .collapse.in{
      display:block !important;
  }
  .dropdown-menu{
    position: static;
    float: none;
   /* border-top: 1px solid #368fd4;
    border: 0;*/
    box-shadow: 0px 0px 0px;
  }
  
}
@media (min-width: 768px) and (max-width: 991px){
    .navbar-default .navbar-nav>li>a h2, a.btn_listsp.dropdown-toggle h2{
        padding: 15px;
    }
    .navbar-nav.sm-collapsible a.has-submenu{
        padding-right: 0 !important;
    }
    .navbar-default .navbar-toggle {
    border-color: transparent;
}
    /*.navbar-default .navbar-nav>li>a h2:hover{
        background: transparent;
        color: #333;
    }*/
    .box-image img{
        min-height: 218px;
        max-height: 218px;
    }
    .section_service .container .content-service{
        padding: 15px;
    }
    .header_block_icon{
        width: 100%;
    }
    p.slogan{
        font-size: 16px;
    }
    .dropdown-menu-n{
        display: none;
    }
    .fanpage {
    padding-top: 15px;
}
.h-cart {
    position: absolute;
    top: 4px;
    left: 20px;
    margin-left: 0;
}
.dropdown-menu{
    background-color: transparent;
}
.dropdown-menu li{
    border-bottom: 0;

}
.dropdown-menu{
    border: 0;
    color: #ddd;
}
.dropdown-menu>li>a{
    color: #333;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.product-action .btn-views{
    padding: 7px;
}
.navbar-default .navbar-toggle{
    border-color: transparent;
}
}
@media (max-width: 767px){

    .header-content 
    {
        padding: 2px 2px;

    }
    .static {
        padding-top: 0px;
    }
    .page-banner .caption .title {
    font-size: 18pt;}
    
    strong.logo img {
        width: 75px;
    }
    .discount img{
        width: 100% !important;
    }
    .discount img{
        width: 100% !important;
    }
    .discount{
        margin-left: auto;
        margin-right: auto;
        display: block;
        left: 0;
    }
    .cate_item .title_cate_{
        font-size: 15px;
    }
    .navbar-default .navbar-toggle{
    border-color: transparent;
}
    .header_block_icon .icon{
        width: 30%;
    }
    .header_block_icon .info{
        width: 70%;
    }
    .product-action .btn-views i{
        padding-right: 0;
    }
    .product-action .btn-views{
    padding: 7px;
}
    .section_service .container .content-service{
        padding: 20px;
    }
    .header_block_icon{
        width: 100%;
    }
    p.slogan{
        font-size: 16px;
    }
    .h-cart {
    position: absolute;
    top: 4px;
    left: 20px;
    margin-left: 0;
}
    .navbar-nav {
    margin: 0px;
}
    strong.logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.h-cart span{
    display: none;
}
.h-ctrl {
    display: block;
    position: absolute;
    z-index: 999;
    top: 12px;
    margin: 0;
}
p.slogan2{
    display: none;
}
.name-company h1{
    font-size: 25px;
    padding: 10px 0 0;
}
.name-company h1 span{
    white-space: nowrap;
}
.dropdown-menu-n{
    display: none;
}
.section-title{
    font-size: 20px;
}
.newsletter-form{
    margin-left: 0;
}
.ts-newsletter{
    padding: 10px;
}
.newsletter-form input{
    min-width: 275px;
}
.bg-mobile{
    background: #272d33;
}
footer h4{
    padding-top: 15px;

}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}
.navbar-nav.sm-collapsible a.has-submenu{
    padding-right: 0 !important;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
}
.dropdown-menu li{
    border-bottom: 0;
}
ul.list-category li {
    width: 49.3%;
   
}
.t_contact.max991px {
    padding-top: 20px;
}
.template-contact .p{
    font-size: 15px;
}
.padding {
    padding-left: 15px;
    padding-right: 15px;
}
.blog_full {
    width: 100%;
    float: none;
}
.blog_img_left {
    display: block;
    float: none;
    width: 100%;
}
.content_blog_full{
    width: 100%;
    float: none;
        margin: 0;
    padding-top: 10px;
}
.content_blog_full h3{
    text-align: center;
}
img.img-responsive{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
aside.left{
    padding-top: 20px;
}
.box-image img{
        
        min-height: 218px;
    }
    .blog-inner {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav>li>a h2, a.btn_listsp.dropdown-toggle h2{
        padding: 15px;
    }
}
@media (max-width: 400px){
    .col-inner{
        margin: 10px -5px;
    }
    del span.amount{
        margin-right: 0;
    }
    
    .box-image img{
        max-height: 128px;
        min-height: 128px;
    }
    h2.name.product-title {
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.step-detail li{
    margin-bottom: 25px;
    width: 100%;
}
}

