@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --main-color: #ee2e24;
    --bg-body: #f5f5f5;
    --bg-top: #cd020b;
    --color-price: #D42828;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    background: var(--bg-body);
    line-height: 1.5;
    top: 0!important;
    position: relative;
}

.container {
    max-width: 1248px;
    width: 100%!important;
    padding-left: 4px;
    padding-right: 4px;
}
.row {
    margin-right: -4px;
    margin-left: -4px;
}
.row > div[class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}
.row-no-mar {
    margin-right: 0;
    margin-left: 0;
}
.row-no-mar > div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row-mar-2 {
    margin-right: 2px;
    margin-left: 2px;
}
.row-mar-2 > div[class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.container-all {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.inner-container-all {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: 0;
    height: 100%;
}*/

a {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}
p {
    margin-top: 0px;
}

a, a b {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover,a:focus,a:active {
    text-decoration: none;
    color: var(--main-color);
}

.btn-v, a.btn-v, .button {
    position: relative;
    background: var(--main-color);
    font-size: 14px;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border-radius: 8px;
}
.btn-v:hover, a.btn-v:hover, .button:hover{
    background-color: #c82027;
    color: #fff;
}

a img {
    border: none;
    margin: 0 auto;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='radio'] {
    margin-right: 4px;
}

select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.bg-white {
    background: #fff;
}

.mar-top8 {
    margin-top: 8px;
}
.mar-top20{
    margin-top: 20px;
}
.mar-bt30{
    margin-bottom: 30px;
}
.mar-bt20{
    margin-bottom: 20px;
}
.mar-bt15{
    margin-bottom: 15px;
}
.mar-bt8{
    margin-bottom: 8px;
}
.pad-center1 {
    padding: 0 10px;
}
.pad-center2 {
    padding: 0 20px;
}
.pad-center3 {
    padding: 0 30px;
}
.pad-full5 {
    padding: 5px;
}


/* banner-top-all */
.banner-top-all {
    background: var(--bg-top);
}

/*header*/
header#header {
    position: relative;
    z-index: 999;
    background: #fff;
}

.header-top {
    background: var(--bg-body);
}

#menu {
    background: var(--bg-body);
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    float: left;
    position: relative;
}
#menu > ul > li > a,
.header-top-hotline a {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin-left: 43px;
    line-height: 30px;
}
.header-top-hotline a {
    margin: 0;
}
#menu > ul > li > a:hover,
#menu > ul > li:hover > a,
#menu ul ul li a:hover,
#menu ul ul li:hover > a,
.header-top-hotline a:hover {
    color: var(--main-color);
}
#menu > ul > li > a i,
.header-top-hotline a i {
    color: var(--main-color);
    font-weight: 600;
}

.header-mid {
    padding-top: 20px;
    padding-bottom: 15px;
}
.logo img {
    max-height: 55px;
}
#box-search-top .search {
    position: relative;
}
#box-search-top input[type="text"] {
    background: var(--bg-body);
    border-radius: 10px;
    padding: 0 90px 0 20px;
    height: 45px;
}
#box-search-top #_button-search {
    height: 45px;
    background-color: var(--main-color);
    color: #ffffff;
    padding: 0 25px;
    font-size: 20px;
    border: white;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* quick link */
ul.quick-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
ul.quick-link li {
    display: inline-flex;
    align-items: center;
}
ul.quick-link li img {
    max-height: 32px;
}
ul.quick-link li span.title {
    font-weight: 300;
}
ul.quick-link li.hotline span.title b {
    font-size: 18px;
    color: var(--main-color);
    font-style: italic;
}

/* header categories */
.header-categories {
    position: relative;
    width: 100%;
}
.header-categories .title {
    background: var(--main-color);
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 13px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.header-categories .title i {
    margin-right: 5px;
}
.header-categories .list {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 396px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    display: none;
}
.header-categories .list ul.list-unstyled {
    margin-bottom: 0;
}
.header-categories .list > ul > li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.header-categories .list > ul > li:hover {
    background: var(--bg-body);
}
.header-categories .list > ul > li > a.icon {
    width: 25px;
    margin-right: 8px;
}
.header-categories .list > ul > li > a.name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
    font-weight: 400;
}
.header-categories .list > ul > li:hover > a.name {
    font-weight: 600;
}
.header-categories .toggle-menu {
    color: #c9c9c9;
    font-weight: bold;
}

/* breadcrumb */
.breadcrumb{    border-radius: 0 !important;}
.breadcrumb, .breadcrumb a:first-child i{
    margin-right: 0;
}

.content-map iframe{
    width: 100%; 
    height: 230px;
}
.news-description img {
    max-width: 100% !important;
    height: auto !important;
}
.banner_content_top {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*cart*/
#cart-top-all {
    position: relative;
    float: right;
}
#cart-top-all .cart-inner {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0;
}
#cart-top-all .cart-inner-icon {
    margin-left: 8px;
    font-size: 24px;
}
#cart-top-all span.cart-items {
    position: absolute;
    right: 0;
    top: -4px;
    align-items: center;
    justify-content: center;
    height: 20px;
    line-height: 21px;
    min-width: 20px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    background: #222;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
}
#cart > .content{
    margin-top: 0px;
    display: none;
    position: absolute;
    background: #fff;
    max-width: 385px;
    right: 0;
    top: 100%;
    padding: 0 15px;
    overflow: hidden;
    width: max-content;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}
#cart > .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cart>.content .mini-cart-info li {
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
    display: inline-block;
}
#cart>.content .mini-cart-info li .image {
    width: 30%;
    float: left;
}
#cart>.content .mini-cart-info li .info-cart-r{
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#cart>.content .mini-cart-info li .info-cart-r .remove {
    position: absolute;
    top: 15px;
    right: 0px;
}
#cart>.content .mini-cart-info li .info-cart-r .name a {
    font-size: 13px;
    font-weight: 500;
}
#cart>.content .mini-cart-info li .info-cart-r .quantity,
#cart>.content .mini-cart-info li .info-cart-r .total {
    display: inline-block;
    font-size: 13px;
    text-transform: lowercase;
}
#cart>.content .mini-cart-total li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
#cart>.content .checkout a {
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid #222;
    height: 35px;
    line-height: 32px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 10px;
}
#cart>.content .checkout a:last-child{
    margin-bottom: 20px;
}
#cart>.content .checkout a:hover{
    color: #fff;
    background: #1c1c1c;
    border-color: #1c1c1c;
}
#cart>.content .empty {
    padding: 10px 0;
}
#cart .cart-qty{
    display: inline-block;
    padding: 0 5px;
    vertical-align: bottom;
    cursor: pointer;
    text-align: left;
}
#cart .cart-title{
    font-size: 14px;
    display: block;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#cart #CartCount{
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
/*end*/

/* box-heading */
.box-heading {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-heading h2 {
    display: inline-block;
    background-color: var(--main-color);
    padding: 12px 30px 10px;
    margin: 0;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
}
.box-heading h2 a {
    color: #fff;
}
.box-heading .item-cat-view-more a {
    font-style: italic;
}

.box-heading-v {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.box-heading-v h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.box-heading-v i.fa {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    color: #fff;
    background-color: #ee2e24;
    font-size: 18px;
}

h1.title-all-page {
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
body[class*="news-category"] h1.title-all-page {
    margin-bottom: 30px;
}
/* for all module*/
.box-product_{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.box-product_ .box{
    display: inline-block;
    position: relative; 
    vertical-align: top; 
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.box-product_ .per {
    position: absolute;
    font-size: 11px;
    color: #000;
    top: 3px;
    right: 3px;
    text-align: center;
    z-index: 99;
    border-radius: 0;
    background: #FBDA00;
    padding: 4px 8px;
}
.box-product_ .per label {
    margin-bottom: 0;
}
.box-product_ .item-content .bt {
    float: right;
}
.box-product_ .image {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}
.box-product_ .image img {
    transition: all 0.5s;
}
.box-product_:hover .image img {
    transform: scale(1.2);
}
.box-product_ .sale-label {
    font-size: 10px;
    color: #23170e;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    margin-right: 5px;
    background: #000;
    border-radius: 30px;
}
.box-product_ .image img{ 
    margin: auto;
    width: 100%;
}
.box-product_ .info-p {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}
.box-product_ .info-p .name a {
    text-decoration: none;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    height: 35px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-product_ .price {
    text-align: center;
    height: 55px;
}
.price span {
    display: block;
    color: var(--color-price);
    font-weight: bold;
    position: relative;
    font-size: 20px;
    margin: 5px 0 3px;
}
.price del{
    font-size: 12px;
    color: #898989;
}
.price .per{
    display: inline-block;
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.product-info .price {
    text-align: left;
}
.product-info.row .description .price span {
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
}
.cart input[type='text']{
    font-size: 16px!important;
    text-align: center!important;
    padding: 1px 2px;
    border-radius: 3px;
}
.content-mid .desc * {
    max-width: 100%;
}
.content-mid .desc image {
    height: auto!important;
}
.color_price {
    font-size: 18px;
    color: #FF438F;
}
.box-product_ .btn-group {
    position: absolute;
    top: -45px;
    left: 8px;
    opacity: 0;
    visibility: hidden;
}
.box-product_:hover .btn-group {
    opacity: 1;
    visibility: visible;
}
.box-product_ .btn-item{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border-radius: 0;
    border: 0;
    max-width: 100%;
    background-color: transparent;
}
.box-product_ .btn-item:hover { 
    background-color: transparent;
}
.box-product_ .btn-item strong {
    border-radius: 0;
    font-weight: bold;
    border: 2px solid #237dd1;
    color: #237dd1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 11px;
    line-height: 20px;
    font-family: Helvetica,Arial, Sans-serif;
}
.box-product_ .btn-item:hover > strong {
    background-color: #237dd1;
    color: #fff;
}
.box-product_ .btn-item strong:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #237dd1;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}
.box-product_ .btn-item:hover > strong:after {
    height: 10px;
}
.box-product_ span.gg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 30px;
    background: #2c3e50;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 10px;
}

/*---------------*/
.product-info.row .description {
    width: 100%;
    float: left;
}
.product-info.row .description h1 {
    line-height: 1.2;
    color: #212529;
    margin: 0 0 5px;
    font-size: 28px;
}
.product-info.row .description p.desc-short {
    color: #1b1b1b;
    font-size: 15px;
    text-align: justify;
}
.product-info.row .description .model {
    font-size: 13px;
    margin-bottom: 8px
}
.product-info.row .description .stock{
    margin-bottom: 15px;
    font-size: 13px;
}
.product-info.row .price {
    color: #595057;
    margin-bottom: 15px;
    width: 100%;
}
.product-info.row .price span.price-old {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.product-info .cart .input-group {
    margin-bottom: 20px;
    display: flex;
}
.product-info .cart .input-group .input-group-addon:first-child {
    display: inline-flex;
    align-items: center;
    width: auto;
}
.product-info .cart input[type='text'] {
    width: 50px;
}
.product-info .cart button {
    outline: 0;
    cursor: pointer;
}
.product-info .cart button:hover {
    background: #c82027;
    color: #fff;
}
.product-info .cart .button_add_cart {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 8px;
}
.product-info .cart .button_add_cart:hover {
    border-color: #c82027;
}
.product-social-share {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #ddd;
}
.product-social-share span {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}
.product-social-share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4c4c4c;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    margin: 3px 3px 0 0;
}
/* img product detail */
.slick-slide {
    outline: none!important;
    position: relative;
    cursor: pointer;
}
.slick-slide a, .slick-slide img { outline: none!important; }
.image-additional.slick-slider {
    width: 80px;
    float: left;
}
.image-additional.slick-slider .over-img {
    margin-top: 8px;
    max-width: 65px;
    opacity: 1;
    border: 1px solid transparent;
}
.image-additional.slick-slider .over-img.slick-current {
    border: 1px solid #c82027;
}
.image-additional.slick-slider .over-img.play-yt:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    margin-left: 50%;
    font-size: 24px;
    margin-top: 27px;
}
.image-additional.slick-slider .over-img.play-yt:hover:before{
    color: #fd0009;
}
.image-product.slick-slider {
    width: calc(100% - 80px);
    float: right;
}
.image-product.slick-slider .over-img-pro.play-yt a:before {
    content: "\f16a";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 27px;
    font-size: 70px;
}
.image-product.slick-slider .over-img-pro.play-yt a:hover:before{
    color: #fd0009;
}
/*end*/

.info-sale {
    border: 1px solid #ddd;
}
.info-sale .info-sale-head {
    background: #f6f6f6;
    padding: 10px 15px;
    color: #333;
}
.info-sale .info-sale-head h4 {
    font-size: 16px;
    color: #915f1d;
    margin-bottom: 5px;
}
.info-sale .info-sale-head p { margin-bottom: 0; }
ul.list-info-sale {
    padding: 0;
    margin: 0;
}
ul.list-info-sale li {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
ul.list-info-sale li:last-child { border-bottom: 0; }
ul.list-info-sale li span.icon {
    float: left;
    width: 50px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}
ul.list-info-sale li .info-sale-content {
    width: calc(100% - 50px);
    float: right;
}
ul.list-info-sale li .info-sale-content p {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 13px;
}
ul.list-info-sale li .info-sale-content p.title-sale {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
ul.list-info-sale li .info-sale-content p.hotline {
    font-size: 16px;
    font-weight: 700;
    color: #ff4a00;
}
/* button slide */

.owl-carousel .owl-buttons [class*=owl-]{
    display: block;
    font-size: 0;
    color: #999999;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    background-color: #ebebeb;
    border-radius: 0;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    text-shadow: none;
}
.owl-carousel .owl-buttons [class*=owl-]:hover { background: #000; }
.owl-carousel .owl-buttons .owl-prev, .owl-carousel:hover .owl-buttons .owl-prev{
    left: 10px;
}
.owl-carousel .owl-buttons .owl-next, .owl-carousel:hover .owl-buttons .owl-next{
    right: 10px;
}
.owl-carousel:hover .owl-buttons div{
    opacity: 1;
}
.owl-carousel .owl-buttons div i{
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    font-weight: 600;
}
/*nav */
.nav-mobi{ display: none; }
.navbar-toggle {
    margin-top: 19px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FB458F;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    text-align: center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FB458F;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
}
.navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-right: 25px;
    padding-right: 16px;
}
/*box list*/
.box-list{
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

/* language */
#language {
    display: inline-block;
    width: auto;
}
#language > ul > li{ display: inline-block; margin-right: 10px;}

#language .drop-button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

#language .drop-button span {
    margin: 0 4px;
}
/*banner-top-all (At the top of Breadcrumb)*/

.banner-top-all {
    position:  relative;
}

/* breadcrumb */
.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #222;
}
.breadcrumb {
    background: #e9e9e9;
    margin: 0 0 30px;
}
.breadcrumb, .breadcrumb a:first-child i {
    float: left;
    width: 100%;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success i.fa, .warning i.fa, .attention i.fa, .information i.fa {
    margin-right: 10px;
}
.success {
    background: #EAF7D9;
    border: 1px solid #BBDF8D;
}
.warning {
    background: #FFD1D1 ;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.alert {
    padding: 4px;
    margin-bottom: 15px;
    color: #555555;
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
    text-align: center;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td {
    padding: 0px 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
    margin-left: 0;
    position: static;
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}

.pagenumber {
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.pagenumber .links {
    float: left;
    padding-top: 6px;
}

.pagenumber .links .pagination {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.pagenumber .links .pagination > li {
    display: inline-block;
    margin: 0 3px;
}

.pagenumber .links .pagination > li > a,
.pagenumber .links .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 6px!important;
}

.pagenumber .links .pagination > li:first-child > a,
.pagenumber .links .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.pagenumber .links .pagination > li:last-child > a,
.pagenumber .links .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagenumber .links .pagination > li > a:hover,
.pagenumber .links .pagination > li > span:hover,
.pagenumber .links .pagination > li > a:focus,
.pagenumber .links .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #000;
}

.pagenumber .links .pagination > .active > a,
.pagenumber .links .pagination > .active > span,
.pagenumber .links .pagination > .active > a:hover,
.pagenumber .links .pagination > .active > span:hover,
.pagenumber .links .pagination > .active > a:focus,
.pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 var(--main-color);
    border-color: var(--main-color);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.pagenumber .links .pagination > .disabled > span,
.pagenumber .links .pagination > .disabled > span:hover,
.pagenumber .links .pagination > .disabled > span:focus,
.pagenumber .links .pagination > .disabled > a,
.pagenumber .links .pagination > .disabled > a:hover,
.pagenumber .links .pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #777777;
    cursor: not-allowed;
}

.pagenumber .results {
    float: right;
    padding-top: 6px;
    font-size: 12px;
}

/* button */
input.button {
    text-decoration: none;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    padding: 0px 0px 0px 10px;
    height: 26px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-8 fallback on horizontal gradient */
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 4px 12px;
    float: left;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 5px;
    background: #FFFFFF;
    font-weight: bold;
}

.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    min-height: 300px;
}
.tab-content img {
    max-width: 100%
}


/* box */
.box {
    width: 100%;
    float: left;
}
.box .box-red {
    background-color: #FE0000;
    color: #ffffff;
}

.box .box-black {
    background-color: #524F4C;
    color: #ffffff;
}

.box .box-brown {
    background-color: #CA6400;
    color: #ffffff;
}

.box .box-ghi {
    background-color: #F0F0F0;
    color: #3F4347;
}

.box .box-line {
    display: block;
}
.box .box-content .carousel {
    padding: 0;
}

.box .box-content .carousel .owl-carousel {
    box-shadow: none;
    margin: 0;
}

/* page news category */
.box-news-content {
    display: flex;
    margin-bottom: 20px;
}
.box-news-content .image {
    width: 305px;
    overflow: hidden;
    border-radius: 12px;
}
.box-news-content .info-p {
    width: calc(100% - 305px);
    padding-left: 8px;
    display: flex;
}

/* news info (in news/news.apt )*/
.content-mid .news-description {
    padding: 10px 0 30px;
}
.content-mid .news-description .desc img,
.content-mid .news-description .desc iframe{
    max-width: 100%;
}
.content-mid .news-description .desc img {
    height: auto!important;
}
.news-info {
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news-info .product-social-share {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.news-info .news-heading h1{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
.news-info > .left {
    float: left;
    margin-right: 15px;
}

.news-info > .left + .right {
    margin-left: 265px;
}

.news-info .date {
    color: #666;
}

.news-info .comment {
    color: #4D4D4D;
}

.news-info .comment .share {
    overflow: auto;
    line-height: normal;
    float: right;
}

.news-info .comment .share a {
    text-decoration: none;
}

/* news list */
.news-list{
    clear: both;
    float: left;
}
.news-list > div {
    margin-bottom: 15px;
    overflow: auto;
    clear: both;
}

.news-list > div .name a {
    color: #13294a;
    font-size: 13px;
    font-weight: bold;
}

.news-list > div .image {
    float: left;
    margin-right: 10px;
    width: 40%;
}

.news-list > div .date_added {
    color: #b1b1b1;
}

.news-list > div .short-content {
    margin-top: 5px;
    text-align: justify;
}

.news-list > div .image img {
    border: 1px solid #e7e7e7;
    padding: 3px;
}

.news-related {
    margin: 30px 0;
}
.slide-news-related .item .info-p a {
    font-weight: 500;
    display: block;
    margin: 10px 0;
}
/*.news-related h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #333;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
}

.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0 0 4px 4px;
}

.news-related ul li {
    list-style: none;
    margin-left: 18px;
    margin-bottom: 4px;
}*/

.tags-list {
    margin-bottom: 10px;
}

/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* comment list*/
.comment-list > div {
    padding: 10px 2px;
    overflow: auto;
    margin-bottom: 2px;
}

.comment-list > div + div {
    border-top: 1px solid #EEEEEE;
}

.comment-list > div .left {
    float: left;
    width: 15%;
}

.comment-list > div .left .avata {
    text-align: center;
    position: relative;
    top: 20%;
    left: 10%;
    color: #C2C2C2;
    width: 50px;
    height: 50px;
    border: 2px solid #C2C2C2;
    border-radius: 50%;
    font-size: 30px;
}

.comment-list > div .left .avata:after, .comment-list > div .left .avata:before {
    left: 92%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-list > div .left .avata:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

.comment-list > div .left .avata:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #C2C2C2;
    border-width: 16px;
    margin-top: -16px;
}

.comment-list > div .right {
    float: right;
    width: 85%;
}

.comment-list > div .info {
    width: 99%;
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    padding: 9px;
}

.comment-list > div .info .author, .comment-list > div .info .date {
    color: #333;
}

.comment-list > div .info .author i.fa, .comment-list > div .info .date i.fa {
    width: 15px;
    margin-right: 5px;
}

span.on i.fa, span.on span.fa {
    color: #F0A600;
    font-size: 12px;
}

span.off i.fa, span.off span.fa {
    font-size: 12px;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/*compare*/

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: center;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-new {
    font-weight: bold;
}


/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
#search{
    height: 100%;
    width: 100%;
    position: relative;
}
.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

/*login*/
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

/* comment */
h2.title-contact {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.contact-content { 
    margin-bottom: 30px;
}
.contact-content > div i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}
.contact-content p {
    margin: 0;
}
.contact-content > div {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.iframe-map iframe {
    width: 100%;
    height: 350px;
}
h2#comment-title {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ddd;
    color: #333;
    padding: 8px;
    margin: 0 -10px;
}

.write-comment {
    margin-bottom: 20px;
}
.write-comment p {
    margin-bottom: 0;
}
.write-comment > div {
    margin-bottom: 10px;
}

.write-comment div.buttons {
    border: none;
    background: none
}

.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
    width: 100%;
}
.write-comment .rating span {
    cursor: pointer;
}

/*captcha*/

.captcha {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    width: 225px;
    padding: 5px;
}

.captcha .c_image {
    margin-bottom: 5px;
}

.captcha .c_image img {
    border: 3px;
}

.captcha .c_input {
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    padding: 5px;
    width: 150px;
    display: inline-block;
}

.captcha .c_input input {
    width: 100px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.captcha .c_input p {
    font-weight: normal;
    font-size: 11px;
    color: #333333;
}

.captcha .c_input a {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    border: 1px solid #8B0221;
    color: #fff;
    padding: 1px 10px;
}

.captcha .c_input a:hover, .captcha .c_input a:focus, .captcha .c_input a.active {
    background: #8B0221;
}

.captcha .c_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

/* search */
.box-search {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 10px;
}

.box-search div {
    margin-bottom: 10px;
}

.box-search .search input {
    color: #999;
    padding: 5px 10px;
}

.box-search .category select {
    display: block;
}

/* orders */
.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* download */
.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/*contact-info*/

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

/*location*/
.location-info {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    overflow: auto;
}

.location-info .location-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 10px 15px;
}

.location-info span,
.location-info i {
    margin-right: 5px;
}

.location-info .location-content {
    background: #FFFFFF;
    padding: 10px;
}

.location-info .location-content .column {
    float: left;
    width: 25%;
    min-height: 100px;
}


/* sitemap */

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info ul ul{
    margin-left: 30px;
    list-style: circle;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* account */
.login div {
    margin-bottom: 10px;
}

.login div p {
    font-weight: bold;
    margin-bottom: 0;
}

/* layout */
[id *= column-] > div{
    width: 100%;
    float: left;
}
.box-list-heading {
    display: block;
    position: relative;
    border-bottom: 2px solid #d7d7d7;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.box-list-heading:before {
    content: '';
    height: 2px;
    width: 74px;
    background: #ee2e24;
    position: absolute;
    bottom: -2px;
    left: 0;
}
#column-left {
    text-decoration: none;
    width: 100%;
    float: left;
}
#column-right {
    text-decoration: none;
    width: 100%;
    float: right;
}
#content {
    text-decoration: none;
    margin-bottom: 25px;
}
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}


/*tabrelated*/
#tab-related {    
    padding: 45px 0;
}
#tab-related h3{ 
    margin: 0 0 20px;
}

.slide-related .item {
    padding: 10px;
    display: flex;
}
.slide-related.owl-carousel{ 
    background: transparent;
    margin-bottom: 0;
}

/*product/product..*/
.title-all-page-pro {
    float: left;
    margin-bottom: 20px;
}
.product-filter {
    float: right;
    margin-bottom: 20px;
}
.product-filter .limit {
    float: right;
}
.product-filter .sort {
    float: right;
    margin-right: 11px;
}

/* drop-box*/
.drop-box {
    position: relative;
}

.drop-box .drop-button {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 6px 12px #80397b;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}

.drop-box .drop-content p.wait {
    text-align: center;
    margin: 10px 0;
}

.drop-box .drop-content.left {
    left: 0;
}

.drop-box .drop-content.left:after,
.drop-box .drop-content.left:before {
    left: 10px;
}

.drop-box .drop-content.left:before {
    margin-left: -6px;
}

.drop-box .drop-content.right {
    right: 0;
}

.drop-box .drop-content.right:after,
.drop-box .drop-content.right:before {
    right: 10px;
}

.drop-box .drop-content.right:before {
    margin-right: -6px;
}

.drop-box .drop-content.top {
    border-top: 4px solid #80397b;
    border-radius: 0 0 5px 5px;
}

.drop-box .drop-content.top:after,
.drop-box .drop-content.top:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.top:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content.bottom {
    border-bottom: 4px solid #80397b;
    border-radius: 5px 5px 0 0;
}

.drop-box .drop-content.bottom:after,
.drop-box .drop-content.bottom:before {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.bottom:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.bottom:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content .drop-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    position: relative;
    height: 20px;
}

.drop-box .drop-content .drop-title > i.fa {
    margin-right: 5px;
}

.drop-box .drop-content .drop-title .drop-close {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1px;
    opacity: 1;
    padding: 3px 4px;
    position: absolute;
    right: 7px;
    top: 0;
    cursor: pointer;
}

.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #80397b;
    border-radius: 50%;
    color: #fff;
}

.drop-box .drop-content .drop-description ul.list-link {
    list-style: none;
    padding: 0;
}

.drop-box .drop-content .drop-description ul.list-link li {
    clear: both;
    width: 100%;
}

.drop-box .drop-content .drop-description ul.list-link li a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 1px;
    padding: 5px;
}

.drop-box .drop-content .drop-description ul.list-link li a:hover,
.drop-box .drop-content .drop-description ul.list-link li a.active {
    background: #80397B;
    color: #fff
}

.drop-box .drop-content .drop-description ul.list-link li a i.fa {
    margin-right: 5px;
}

/* livesearch */
#livesearch_search_results {
    position: absolute !important;
}

/*search */
.search{
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    margin: 10px 0;
    width: 100%;
}
.search-all {
    float: left;
    width: 100%;
}
.search input {
    float: left;
    border: 0;
    line-height: 40px;
    width: 100%;
}
.search #_button-search{
    cursor: pointer;
    border: none;
}
.search #_button-search:focus, #box-search-top select:focus, .search input:focus{
    outline: none;
}

/* product_list_index */
.product_list_index .image_product_left {
    width: 80px;
    height: 80px;
    float: left;
    background: #F00;
}

.product_list_index .image_product_left a {
    width: 80px;
    height: 80px;
}

.product_list_index .name_product_right {
    width: 96px;
    float: right;
}

/* footer */
#footer {
    background: #fff;
}
.footer-top {
    padding: 25px 0;
    background: var(--main-color);
    text-align: center;
}
.footer-top p.title-newsletter {
    max-width: 650px;
    margin: 0 auto 10px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.footer-top p.title-newsletter i {
    font-size: 30px;
}
.footer-top .form-contact-footer {
    max-width: 616px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.footer-top .form-contact-footer .form-group {
    margin-bottom: 0;
}
.footer-top .form-contact-footer .form-control {
    padding: 0 42px 0 12px;
    height: 42px;
    border-radius: 8px;
    border: 0;
}
button#send-form-footer {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent;
    outline: none!important;
    font-size: 31px;
    padding: 0;
    line-height: 1;
    color: var(--main-color);
}

.footer-mid {
    border-bottom: 1px dashed #e1e1e1;
    padding: 20px 0;
}
.inner-footer-mid {
    max-width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-footer-mid a.item {
    display: flex;
}
.inner-footer-mid a.item i {
    width: 60px;
}
.inner-footer-mid a.item p {
    margin-bottom: 0;
}
.inner-footer-mid a.item b {
    font-size: 16px;
    display: block;
}
.inner-footer-mid a.item p span {
    font-size: 13px;
}

#footer .footer-all {
    padding: 30px 0px 0px;
    float: left;
    width: 100%;
}
#footer .footer-all .logo-footer {
    margin-bottom: 10px;
}
#footer .footer-title {
    margin-bottom: 10px;
    width: 100%;
}
#footer .footer-title h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.footer-info .item-mst{ color: #c82027; }
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .footer-all ul li {
    position: relative;
    margin: 0;
    padding: 5px 0;
}
#footer .footer-all ul li a{
    color: #333232;
    position: relative;
}
#footer .footer-all ul li a:hover{ 
    text-decoration: underline;
    color: #34495E;
}
#footer .footer-all ul li a i {
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 3px;
}
#footer ul.contact-footer i.fa {
    width: 20px;
    color: var(--main-color);
}

#footer ul.list-pay {
    display: flex;
    flex-wrap: wrap;
} 
#footer ul.list-pay li {
    padding: 3px 6px 3px 0;
}
#footer ul.list-pay li img {
    max-height: 33px;
}



.social-network-footer a {
    display: inline-block;
    color: #fff;
    background-color: #616161;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin: 0 5px;
    overflow: hidden;
    vertical-align: middle;
}
.social-network-footer a.fb { background: #4267b2; }
.social-network-footer a.go { background: #ea4335;; }
.social-network-footer a.tw { background: #1da1f2; }
.social-network-footer a.lin { background: #0073b0; }
.social-network-footer a.yt { background: #f00; }
.social-network-footer a.sk { background: #0078ca; }
.social-network-footer a.fl { background: #4267b2; }
.social-network-footer a.inst { background-image: linear-gradient(to right top, #fdc067, #ff8d61, #ff577a, #dd2fa3, #843ccc); }

#powered{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    background: var(--bg-body);
    padding: 20px 0;
}
#powered p {
    margin: 0;
    font-size: 12px;
}
#powered span {
    opacity: 0.3;
}
#powered a:hover{
    text-decoration: underline;
}

.scroll-head {
    transition: all 1s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #c82027;
    position: fixed;
    bottom: 0;
    right: 10px;
    color: #FFFFFF;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    border-radius: 3px;
    text-align: center;
}
.scroll-head.visible {
    opacity: 1;
    bottom: 20px;
}
#footer .footer-all .facebook-like-box {
    width: 100%;
    overflow: auto;
}

/* chat zalo */
a.fixed_zalo {
    background-image: url(../image/zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 9999;
}
/* call now*/
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.4) url(../image/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ca8d28;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f63701;
    opacity: .75 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #ca8d28;
    opacity: .5;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* fix cart */
.buttons {
    padding: 15px 0;
    margin-bottom: 0;
}
.buttons .center {
    display: inline-block;
    vertical-align: middle;
}
.buttons a.button.button_checkout,
.buttons a.button.button_shopping {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid var(--main-color);
    text-align: center;
}
.buttons a.button.button_shopping:hover,
.buttons a.button.button_checkout:hover {
    background: transparent;
    color: #000;
}
.total-all-cart strong {
    font-size: 20px; 
    margin-right: 10px;
}
.total-all-cart strong:last-child { 
    margin-right: 0;
    color: #bf1e2e; 
}

/* localisation */
body.information-localisation .col-md-4:nth-child(3n+1) {
    clear: both;
}
body.information-localisation .shop-img {
    display: block;
    overflow: hidden;
}
body.information-localisation .shop-img img {
    transition: all 0.5s;
}
body.information-localisation .shop-img:hover img {
    transform: scale(1.1);
}


/* checkout cart */
.cart-info-new th {
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
}
.cart-info-new .table>thead>tr>th, 
.cart-info-new .table>tbody>tr>th, 
.cart-info-new .table>tfoot>tr>th, 
.cart-info-new .table>thead>tr>td, 
.cart-info-new .table>tbody>tr>td, 
.cart-info-new .table>tfoot>tr>td,
.cart-info-new td {
    vertical-align: middle;
}
.cart-info-new td.item-pro-cart .img {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.cart-info-new td.item-pro-cart .info {
    display: inline-block;
    vertical-align: middle;
}
.cart-info-new td.item-pro-cart .info a {
    color: #141414;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    display: block;
}
.cart-info-new td.price-cart {
    font-size: 18px;
    color: #d50000;
}

.list-cart-product .item-pro-cart {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    background: rgba(235,235,235,0.4);
}
.list-cart-product .item-pro-cart .thumb-pro-cart {
    width: 30%;
    float: left;
}
.list-cart-product .item-pro-cart .info-pro-cart {
    width: 70%;
    float: left;
    padding: 0 0 0 10px;
}
.list-cart-product a.remove {
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 10px;
}
body.checkout-cart .over-input {
    border: 1px solid #b5b5b5;
    padding: 3px 7px;
    background: #fff;
    display: inline-block;
}
body.checkout-cart .over-input .btn{
    width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    float: left;
}
body.checkout-cart .over-input input[type='text'] {
    float: left;
    width: 50px;
    padding: 4.5px 5px;
    outline: 0;
    font-size: 14px!important;
    height: 24px;
    border: 0;
    box-shadow: none;
    text-align: center;
}

/* checkout */
.info-checkout {
    border: 1px solid #e5e5e5;
    margin: 15px 0px;
}
.info-checkout h2 {
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.info-checkout .checkout {
    padding: 15px 30px;
}
.child_cart_detail {
    float: left;
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid #e9e9e9;
}
.child_cart_detail .img_a_cart {
    width: 80px;
    float: left;
}
.child_cart_detail .img_a_cart img {
    border: 1px solid #e5e5e5;
}
.child_cart_detail .name_cart_span1 {
    float: left;
    width: 250px;
    margin-left: 15px;
}
.child_cart_detail .name_cart_span1 a {
    color: #141414;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}
.child_cart_detail .name_cart_span1 > b {
    font-size: 18px;
    font-weight: 400;
    color: #d50000;
    padding-top: 5px;
}
.child_cart_detail .name_cart_span2 {
    float: right;
    width: 50px;
}
.child_cart_detail .name_cart_span2 p {
    float: left;
    width: 100%;
    text-align: center;
    color: #141414;
    font-weight: bold;
}
.child_cart_detail .name_cart_span2 b {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 5px 0px;
    color: #525252;
}
.child_cart_detail2 {
    float: left;
    width: 100%;
    padding: 10px 30px;
}
.child_cart_detail2 b {
    color: #5e5e5e;
    float: left;
    margin-top: 4px;
}
.child_cart_detail2 p {
    font-size: 20px;
    font-weight: bold;
    color: #d50000;
    float: right;
}
.desc-cat.clearfix {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px;
    background: #eee;
}
.desc-cat.clearfix .inner-desc-cat.hidden-text {
    height: 130px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* fixed button */
/*.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}
.float-contact button {
    border: 0;
    font-size: 15px;
    line-height: 39px;
    text-transform: uppercase;
}
.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.float-contact .hotline {
    background: #d11a59!important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: block;
    line-height: 0;
}
.bottom-contact{display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;}
.bottom-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-contact ul li{width: 25%;
    float: left;
    list-style: none;
    text-align: center; font-size:13.5px;}
.bottom-contact ul li span{color:black}
.bottom-contact ul li img{    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;}*/
