@font-face {
    font-family: helve;
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTMHelvetIns.woff') format('woff'),
        url('../fonts/UTMHelvetIns.ttf') format('truetype'),
        url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: souven;
    src: url('../fonts/SFUSouvenirBold.eot');
    src: url('../fonts/SFUSouvenirBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUSouvenirBold.woff2') format('woff2'),
        url('../fonts/SFUSouvenirBold.woff') format('woff'),
        url('../fonts/SFUSouvenirBold.ttf') format('truetype'),
        url('../fonts/SFUSouvenirBold.svg#SFUSouvenirBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: averta;
    src: url('../fonts/AvertaStdCY-Regular.eot');
    src: url('../fonts/AvertaStdCY-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStdCY-Regular.woff2') format('woff2'),
        url('../fonts/AvertaStdCY-Regular.woff') format('woff'),
        url('../fonts/AvertaStdCY-Regular.ttf') format('truetype'),
        url('../fonts/AvertaStdCY-Regular.svg#AvertaStdCY-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: avertablack;
    src: url('../fonts/AvertaStdCY-Black.eot');
    src: url('../fonts/AvertaStdCY-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStdCY-Black.woff2') format('woff2'),
        url('../fonts/AvertaStdCY-Black.woff') format('woff'),
        url('../fonts/AvertaStdCY-Black.ttf') format('truetype'),
        url('../fonts/AvertaStdCY-Black.svg#AvertaStdCY-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: avertabold;
    src: url('../fonts/AvertaStdCY-Bold.eot');
    src: url('../fonts/AvertaStdCY-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStdCY-Bold.woff2') format('woff2'),
        url('../fonts/AvertaStdCY-Bold.woff') format('woff'),
        url('../fonts/AvertaStdCY-Bold.ttf') format('truetype'),
        url('../fonts/AvertaStdCY-Bold.svg#AvertaStdCY-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: avertaextra;
    src: url('../fonts/AvertaStdCY-Extrabold.eot');
    src: url('../fonts/AvertaStdCY-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStdCY-Extrabold.woff2') format('woff2'),
        url('../fonts/AvertaStdCY-Extrabold.woff') format('woff'),
        url('../fonts/AvertaStdCY-Extrabold.ttf') format('truetype'),
        url('../fonts/AvertaStdCY-Extrabold.svg#AvertaStdCY-Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important;color: #ed1c24;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: averta; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: averta;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: avertabold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.container{
    width: calc(100% - 1%);
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    display: inline-block;
    width: 100px;
    object-fit: contain;
}
.animate-text-company{
    display: inline-block;
    margin-left: 20px;
    font-family: souven;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    white-space: nowrap;
}
.header-top{
    background-image: linear-gradient(#ac080f, #eb1b24);
    padding: 15px 0;
}
.animate-text-company {
    opacity: 0;
    visibility: hidden;
}
.animate-text-company.effect-text-company {
    opacity: 1;
    visibility: visible;
}
.animate-text-company span {
    display: inline-block;
}
.effect-text-company span {
    color: #fff;
    opacity: 0;
    transform: translate(-300px, 0) scale(0);
    animation: sideSlide .5s forwards;
}
@keyframes sideSlide {
    60% {
        transform: translate(20px, 0) scale(1);
        color: #fff;
    }
    80% {
        transform: translate(20px, 0) scale(1);
        color: #fff;
    }
    99% {
        transform: translate(0) scale(1.2);
        color: #ed1c24;
    }
    100% {
        transform: translate(0) scale(1);
        opacity: 1;
        color: #fff;
    }
}
.animate-text-company span:nth-of-type(1) {
    animation-delay: 0s;
}
.animate-text-company span:nth-of-type(2) {
    animation-delay: 0.05s;
}
.animate-text-company span:nth-of-type(3) {
    animation-delay: 0.1s;
}
.animate-text-company span:nth-of-type(4) {
    animation-delay: 0.15s;
}
.animate-text-company span:nth-of-type(5) {
    animation-delay: 0.2s;
}
.animate-text-company span:nth-of-type(6) {
    animation-delay: 0.25s;
}
.animate-text-company span:nth-of-type(7) {
    animation-delay: 0.3s;
}
.animate-text-company span:nth-of-type(8) {
    animation-delay: 0.35s;
}
.block-search-top{
    margin-left: 50px;
}
.block-search-top form{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
}
.block-search-top .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: auto;
}
.block-search-top .bootstrap-select .dropdown-toggle{
    outline: unset !important;
    box-shadow: unset !important;
    border: none;
    background: unset !important;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    min-width: 70px;
    border-right: 1px solid #ccc;
    border-radius: 0;
    padding-right: 10px;
}
.block-search-top .bs-caret{
    display: none !important;
}
.block-search-top form input{
    border: none;
    padding: 10px 15px;
    min-width: 300px;
    height: 46px;
    outline: unset;
    box-shadow: unset;
}
.block-search-top form > button{
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2;
    border-radius: 4px;
    color: #ed1c24;
    outline: unset;
    border: none;
    box-shadow: unset;
    width: 80px;
    font-size: 20px;
}
.block-cart-top{
    margin-left: 100px;
}
.a-cart{
    display: flex;
    align-items: center;
    color: #fff !important;
}
.icon-cart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
}
.count-cart{
    position: absolute;
    top: 0;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-family: avertabold;
}
.pri-cart{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}
.block-hotline{
    margin-left: 50px;
    display: flex;
    align-items: center;
}
.call-us{
    display: inline-block;
    color: #fff;
    font-family: avertabold;
    margin-left: 15px;
}
.call-us span{
    font-size: 26px;
    margin-left: 5px;
    display: inline-block;
    font-family: helve;
}
.header-bottom{
    background: #e2e2e2;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-family: avertabold;
    padding: 15px 20px;
    margin: 0 5px;
    transition: unset;
}
.ul-main-menu > li > a > i{
    font-size: 14px;
    margin-left: 5px;
    transition: unset;
}
.ul-main-menu > li:hover > a,
.ul-main-menu > li:hover > a > i{
    color: #ed1c24;
}
.has-sub{
    position: relative;
}
.ul-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #e2e2e2;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    top: calc(100% - 10px);
    list-style-type: none;
    margin: 0;
    z-index: 9999;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #ccc;
}
.ul-sub-menu > li > a {
    display: block;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    font-family: avertabold;
    white-space: nowrap;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    top: 100%;
}
.ul-sub-menu > li:hover > a{
    color: #ed1c24;
}
.main-banner{
    position: relative;
}
.main-banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
.items-commit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
}
.icon-commit{
    width: 50px;
    text-align: center;
}
.icon-commit img{
    object-fit: contain !important;
    width: auto !important;
    display: inline-block !important;
    max-height: 40px;
    object-fit: contain;
}
.right-commit{
    width: calc(100% - 60px);
}
.top-commit{
    font-size: 16px;
    font-family: avertabold;
}
.bot-commit{
    font-size: 13px;
}
.block-aside{
    margin-bottom: 30px;
}
.box-tit-aside{
    background: #ed1c24;
    padding: 10px 10px 10px 15px;
    border-radius: 6px 6px 0 0;
}
.inside-tit-aside{
    padding: 10px 0 10px 10px;
    background-image: linear-gradient(to right,#b61717, #eb1b24);
    transform: skew(10deg);
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
}
.tit-aside {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-size: 0.9vw;
    font-family: avertabold;
    text-transform: uppercase;
    transform: skew(-10deg);
}
.inside-tit-aside > img{
    transform: skew(-10deg);
    display: inline-block;
    margin-right: 10px;
}
.list-cate-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #b7b7b7;
    border-radius: 0 0 6px 6px;
    border-top: unset;
    border-bottom: unset;
    overflow: hidden;
}
.list-cate-aside > li > a{
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 10px 10px 15px;
    color: #484848;
    font-family: avertabold;
    font-size: 16px;
}
.list-cate-aside > li > a > i{
    color: #919191;
    margin-right: 10px;
}
.list-cate-aside > li:hover > a{
    background: #f1f1f1;
    color: #ed1c24;
}
.list-cate-aside > li:hover > a > i{
    color: #ed1c24;
}
.main-commitment{
    margin: 30px 0;
}
.list-support-aside{
    border: 1px solid #b7b7b7;
    border-radius: 0 0 6px 6px;
    border-top: unset;
    border-bottom: unset;
    overflow: hidden;
}
.items-support{
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 10px;
}
.top-sp{
    font-size: 13px;
    text-transform: uppercase;
    font-family: avertabold;
    margin-bottom: 10px;
}
.bot-sp{
    color: #ed1c24;
    font-size: 18px;
    font-family: avertaextra;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.bot-sp img{
    display: inline-block;
    margin-right: 10px;
}
.items-ser{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px;
}
.img-ser-aside{
    width: 70px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.tit-ser-aside{
    margin: 0;
    width: calc(100% - 80px);
    font-size: 16px;
    font-family: avertabold;
}
.line-tit-cate{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ed1c24;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 15px;
}
.line-tit-cate .tit-aside{
    font-size: 18px;
}
.line-list-cate{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.line-list-cate > li{
    margin-left: 30px;
}
.line-list-cate > li > a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 7px 0;
}
.line-list-cate > li.view-all-cate > a{
    text-decoration: underline !important;
}
.line-list-cate > li.active > a{
    font-family: avertabold;
}
.line-list-cate > li.active{
    position: relative;
}
.line-list-cate > li.active:after {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.col-20{
    width: 20%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-23{
    width: 23%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-32{
    width: 32%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-45{
    width: 45%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.img-prod{
    position: relative;
    overflow: hidden;
}
.img-prod > a{
    display: block;
}
.img-prod > a > img{
    width: 100%;
    border-radius: 4px;
}
.span-sale{
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    top: 10px;
    right: 10px;
    background: #ed1c24;
    font-family: avertabold;
}
.block-prod{
    border: 1px solid #b7b7b7;
    padding: 2px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.view-buy{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.block-prod:hover .view-buy{
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    transition: all 0.5s;
}
.view-prod{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    background: #ed1c24;
    white-space: nowrap;
    border: 1px solid #ed1c24;
}
.ic-cart-prod{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50px;
    margin-right: 5px;
}
.ic-cart-prod img{
    width: auto !important;
}
.buy-prod {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 30px;
    background: #ed1c24;
    padding: 3px 10px 3px 1px;
    border-radius: 50px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ed1c24;
}
.view-prod:hover,
.buy-prod:hover{
    background: #fff;
    color: #ed1c24;
}
.info-prod{
    padding: 15px 10px 10px 10px;
}
.info-prod .flex-bw .code-prod{
    margin: 0;
    height: 25px;
}
.prod-name{
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34px;
}
.prod-name > a{
    color: #000;
}
.prod-name > a:hover{
    color: #ed1c24;
    font-family: avertabold;
}
.code-prod{
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px;
}
.new-pri{
    color: #ed1c24;
    font-size: 18px;
    font-family: avertaextra;
}
.old-pri{
    font-family: avertabold;
    color: #a0a0a0;
    text-decoration: line-through;
}
.block-list-prod{
    margin-bottom: 10px;
}
.tit-prod-best{
    font-size: 20px;
    font-family: avertabold;
    margin: 0;
    border-left: 9px solid #ed1c24;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
    padding: 5px 0 7px 10px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
}
.block-prod-best{
    display: flex;
    justify-content: space-between;
    border: 1px solid #b7b7b7;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 45px;
}
.img-bets{
    display: block;
    width: 165px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.right-best{
    width: calc(100% - 185px);
}
.cate-best{
    font-size: 13px;
    margin: 10px 0;
    color: #9c9c9c;
}
.name-prod-best{
    font-size: 14px;
    margin: 0;
    margin-bottom: 25px;
}
.old-pri-best{
    font-size: 14px;
    color: #9c9c9c;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.new-pri-best{
    color: #ed1c24;
    font-family: avertabold;
    font-size: 20px;
}
.view-buy-best{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.view-buy-best {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid #b7b7b7;
    height: 0;
    padding: 0 10px;
    border-radius: 0 0 4px 4px;
    border-top: unset;
    transition: height 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
}
.block-prod-best .view-buy-best .ic-cart-prod img{
    width: auto;
    display: inline-block;
}
.block-prod-best:hover .view-buy-best{
    opacity: 1;
    visibility: visible;
    transition: height 0.5s;
    height: 40px;
}
.block-prod-best:hover{
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.view-buy-best a{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.block-prod-best:hover .view-buy-best a{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
    transition-delay: 0.3s;
}
.block-list-prod-best{
    position: relative;
}
.block-list-prod-best .owl-carousel .owl-stage-outer,
.block-list-prod-best .owl-carousel{
    position: static;
}
.block-list-prod-best .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
}
.block-list-prod-best .owl-theme .owl-dots .owl-dot.active span, 
.block-list-prod-best .owl-theme .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
.block-list-prod-best .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.block-footer-top{
    background: #f5f5f5;
    padding: 30px;
}
.tit-ft{
    font-size: 20px;
    text-transform: uppercase;
    font-family: avertabold;
    margin-bottom: 20px;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #ed1c24;
    margin-top: 10px;
}
.name-com-ft{
    font-size: 18px;
    font-family: avertabold;
    margin-bottom: 20px;
}
.social-ft {
    margin-top: 20px;
}
.social-ft a {
    color: #d5d5d5;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.social-ft a:hover {
    color: #ed1c24;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li > a{
    color: #000;
}
.ul-ft > li > a:hover{
    color: #ed1c24;
}
.des-form-ft {
    font-size: 13px;
    margin-bottom: 20px;
}
.form-ft {
    margin-bottom: 20px;
}
.form-ft form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 7px 15px 5px 15px;
    overflow: hidden;
}
.form-ft form input {
    box-shadow: unset;
    outline: unset;
    border: none;
    padding: 0;
    background: none;
}
.form-ft form button {
    border: none;
    background: none;
    outline: unset;
    font-size: 24px;
    position: relative;
    top: -2px;
}
.copyright{
    font-size: 13px;
}
.back-to-top{
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding: 5px;
}
.footer-bottom{
    padding: 10px 0;
}
.main-breac{
    padding: 15px 0;
    border-bottom: 1px solid #b7b7b7;
}
.main-breac .active{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #b7b7b7;
    border-radius: 50px;
    color: #ed1c24;
    font-family: avertabold;
}
.tit-post{
    font-size: 24px;
    font-family: avertabold;
    margin: 15px 0 20px;
}
.date-post{
    font-size: 14px;
    margin-bottom: 15px;
}
.block-quote{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.icon-quote{
    width: 80px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #f28b00;
}
.text-quote{
    width: calc(100% - 80px);
    margin: 0 !important;
}
.social-share a {
    color: #d5d5d5;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.social-share a:hover {
    color: #ed1c24;
}
.share-post{
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-top: 30px;
}
.share-post > p{
    font-family: avertabold;
    margin-right: 20px;
    text-transform: uppercase;
}
.control-page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.block-news{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.img-news{
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 360px;
    margin-right: 20px;
}
.img-news img{
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.img-news:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.right-news{
    width: calc(100% - 380px);
}
.tit-news{
    font-size: 20px;
    margin: 5px 0 15px;
    font-family: avertabold;
}
.des-post{
    margin-bottom: 20px;
}
.view-post{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000;
    background: #fff;
}
.view-post:hover{
    background: #ed1c24;
    color: #fff;
}
.view-post span{
    display: inline-block;
    margin-left: 10px;
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.num-page{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #b7b7b7;
    color: #000;
    margin: 0 5px;
}
.num-page.active,
.num-page:hover{
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}
.pagi{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.block-slider-prod-detail .lSSlideOuter .lSPager.lSGallery li{
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}
.block-slider-prod-detail .lSSlideOuter .lSPager.lSGallery li.active{
    border: 2px solid #ed1c24;
}
.block-slider-prod-detail{
    position: relative;
}
.sale-detail{
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    z-index: 9;
}
#gall-prod{
    list-style-type: none;
}
.name-prod-detail{
    font-family: avertabold;
    margin: 0;
    margin-bottom: 15px;
    color: #484848;
}
.cate-of-prod{
    margin-bottom: 15px;
}
.status-prod span{
    display: inline-block;
    padding: 3px 10px;
    background: #1c9c1c;
    color: #fff;
    border-radius: 50px;
}
.code-status{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.old-prod-detail{
    color: #c5c5c5;
    margin-bottom: 15px;
    text-decoration: line-through;
}
.new-prod-detail{
    font-size: 30px;
    font-family: avertabold;
    margin-bottom: 0;
    color: #ed1c24;
}
.short-des-prod{
    margin-bottom: 30px;
}
.box-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.btn-minus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-right: 1px solid #ccc;
}
.ip-soluong {
    width: 40px;
    padding: 5px 0;
    text-align: center;
    border: none;
    outline: unset;
}
.btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-left: 1px solid #ccc;
}
.qty-prod-detail .box-qty{
    background: #f5f5f5;
    border-radius: 50px;
    border: none;
}
.qty-prod-detail .ip-soluong{
    background: #f5f5f5;
    height: 40px;
}
.qty-prod-detail .btn-minus{
    border: unset;
    width: 40px;
    height: 40px;
}
.qty-prod-detail .btn-plus{
    border: unset;
    width: 40px;
    height: 40px;
}
.qty-prod-detail{
    margin-right: 30px;
}
.add-to-cart{
    display: inline-flex;
    align-items: center;
    background: #ed1c24;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 50px;
}
.add-to-cart img{
    margin-right: 20px;
}
.share-prod {
    display: flex;
    align-items: center;
}
.share-prod > p {
    font-family: avertabold;
    margin-right: 20px;
    text-transform: uppercase;
}
.tit-right-idp {
    margin-bottom: 10px;
    font-family: avertabold;
    font-size: 16px;
}
.line-ridp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.line-ridp img {
    width: 24px;
    object-fit: contain;
    margin-right: 6px;
}
.line-ridp p {
    width: calc(100% - 30px);
    font-size: 14px;
}
.block-commitment{
    background: #f5f5f5;
    border-radius: 6px;
    padding: 15px;
}
.block-info-prod-detail{
    margin-bottom: 40px;
}
.box-tit-des{
    padding-left: 20px;
}
.box-tit-des h3{
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    background: #f5f5f5;
    font-family: avertabold;
}
.box-des-content{
    background: #f5f5f5;
    padding: 15px;
}
.block-description-prod{
    margin-bottom: 40px;
}
.img-services{
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.img-services img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.img-services:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.tit-ser{
    font-size: 24px;
    font-family: avertabold;
    margin: 0;
    margin-bottom: 15px;
}
.des-ser{
    margin-bottom: 15px;
}
.block-services{
    margin-bottom: 10px;
    border-radius: 6px;
}
.block-services:hover{
    box-shadow: 0 0 10px #ccc;
}
.info-ser{
    padding: 15px 5px;
}
.send {
    background: #ed1c24;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    width: 200px;
    font-family: avertabold;
}
.bl-right-lh {
    margin-bottom: 20px;
}
.right-lh {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 6px;
}
.table-cart form {
    width: 100%;
}
.table-cart table {
    width: 100%;
}
.table-cart table tr {
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.table-cart table tr th {
    padding: 10px;
    font-family: avertabold;
}
.table-cart table tr td {
    padding: 20px 10px;
}
.up-cart {
    height: 40px;
    padding: 6px 30px;
    border: none;
    background: #ed1c24;
    color: #fff;
}
.a-to-check{
    height: 40px;
    padding: 6px 30px;
    border: none;
    background: #ed1c24;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tit-pay {
    font-size: 20px;
    font-family: avertabold;
    margin-bottom: 20px;
}
.line-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.img-order {
    width: 100px;
    margin-right: 15px;
}
.info-order {
    width: calc(100% - 230px);
}
.info-order p {
    font-size: 16px;
}
.pri-order {
    width: 100px;
    margin-left: 15px;
    text-align: right;
}
.pri-order p {
    font-size: 16px;
}
.flex-total {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flex-total p:first-child {
    font-family: avertabold;
    width: 100px;
    margin-right: 10px;
    font-size: 16px;
}
.flex-total p:last-child {
    font-weight: 500;
    color: #ed1c24;
    font-size: 16px;
}
.block-radio-pay {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #ed1c24;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
}
.ul-filter .form-check {
    margin-bottom: 5px;
}
.form-check label{
    margin: 0;
    font-family: avertabold;
    font-weight: unset;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.block-bank {
    padding: 15px;
    border: 1px dashed #ccc;
    display: none;
}
.block-radio-pay .ul-filter .form-check {
    margin-bottom: 10px;
}
.quick-alo-phone .quick-alo-show {
    visibility: visible;
}
.quick-alo-phone {
    position: fixed;
    z-index: 998;
    visibility: hidden;
    background-color: transparent;
    height: 200px;
    width: 82px;
    height: 64px;
    right: 150px;
    top: 60%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
    border-color: #00A1FF;
    opacity: 0.5;
}
.quick-alo-ph-circle {
    position: fixed;
    z-index: 998;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    border: 2px solid #154a84;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: .75 !important;
}
.quick-alo-ph-circle-fill {
    position: fixed;
    z-index: 998;
    width: 100px;
    height: 100px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(195, 24, 30);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00A1FF;
}
.quick-alo-ph-img-circle {
    position: fixed;
    z-index: 998;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background: #c3181e url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #ff0101;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.flex-qty-buy{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.block-sptop .row{
    margin: 0 -5px;
}
.block-sptop .row .col-20{
    padding: 0 5px;
}
.flex-bw.only-1{
    justify-content: center;
}
.block-slider-prod-top .owl-carousel.owl-drag .owl-item{
    padding: 1px;
}
.pri-vat{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.span-vat{
    display: inline-block;
    margin-left: 20px;
    color: #ed1c24;
    font-style: italic;
}









@media (max-width: 1499px){
    .block-cart-top,
    .block-hotline,
    .block-search-top {
        margin-left: 30px;
    }
    .block-search-top form input{
        min-width: 250px;
    }
    .ul-main-menu > li > a {
        font-size: 17px;
        padding: 15px 10px;
    }
    .animate-text-company{
        font-size: 28px;
    }
    .logo img{
        width: 80px;
    }
    .call-us span{
        font-size: 24px;
    }
    .block-list-prod .col-20{
        padding: 0 5px;
    }
    .block-list-prod .row{
        margin: 0 -5px;
    }
    .new-pri{
        font-size: 17px;
    }
    .old-pri{
        font-size: 14px;
    }
    .img-bets{
        width: 45%;
        margin-right: 10px;
    }
    .right-best {
        width: calc(55% - 10px);
    }
    .name-prod-best{
        margin-bottom: 15px;
    }
    .tit-ser-aside{
        font-size: 15px;
    }
    .list-cate-aside > li > a{
        font-size: 15px;
    }
    .icon-commit {
	    width: 50px;
	}
	.right-commit {
	    width: calc(100% - 60px);
	}
	.bot-commit {
	    font-size: 13px;
	}
	.top-commit{
		font-size: 16px;
	}
}

@media (max-width: 1299px){
    .line-list-cate > li > a{
        font-size: 15px;
    }
    .line-list-cate > li{
        margin-left: 20px;
    }
    .line-list-cate > li.active:after {
        bottom: -12px;
    }
    .block-list-prod .col-20{
        width: 25%;
    }
    .block-cart-top,
    .block-hotline,
    .block-search-top {
        margin-left: 30px;
    }
    .block-sptop .row .col-20{
        width: 25%;
    }
}


@media (max-width: 1199px){
    body{transition: all 0.3s;}
    .show1199{display: block;}
    .hide1199{display: none;}
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .header-top .flex{
        justify-content: space-between;
    }
    .block-search-top {
        margin-left: 0;
        width: calc(100% - 40px);
    }
    .block-search-top form input {
        min-width: unset;
        width: 100%;
    }
    .block-search-top form > button{
        background: #ed1c24;
        color: #fff;
    }
    .header-bottom {
        padding: 10px 0;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ed1c24;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-family: avertabold;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #fff;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .pri-cart{
        display: none;
    }
    .tit-aside{
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    .line-list-cate{
        display: none;
    }
    .block-list-prod .col-20 {
        width: 33.333333%;
    }
    .block-info-prod-detail .col-32,
    .block-info-prod-detail .col-45{
        width: 50%
    }
    .block-info-prod-detail .col-23{
        width: 100%;
        margin-top: 20px;
        clear: both;
    }
    .block-sptop .row .col-20{
        width: 33.333333%;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .block-list-prod .col-20 {
        width: 50%;
    }
    .block-list-prod-best .owl-theme .owl-nav.disabled+.owl-dots{
        position: unset;
        margin-top: 10px;
    }
    .img-news {
        width: 40%;
    }
    .right-news {
        width: calc(60% - 20px);
    }
    .table-cart form table tr:first-child {
        display: none;
    }
    .table-cart form table tr {
        display: block;
        padding: 10px;
    }
    .table-cart form table tr td {
        display: block;
        text-align: right;
        font-size: 16px;
        padding: 7px 0px;
    }
    .table-cart form table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }
    .table-cart form table tr:nth-child(even) {
        background: #f9f9f9;
    }
    .table-cart form table tr td:nth-child(2) {
        text-align: center;
    }
    .mapgg iframe{
        height: 400px;
    }
    .block-info-prod-detail .col-32,
    .block-info-prod-detail .col-45{
        width: 100%
    }
    .name-prod-detail{
        margin-top: 20px;
    }
	.add-to-cart {
	    font-size: 16px;
	    padding: 10px;
	}
	.add-to-cart img {
	    margin-right: 10px;
	}
    .block-sptop .row .col-20{
        width: 50%;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .header-top{
        padding: 10px 0;
    }
    .logo img {
        width: 70px;
    }
    .animate-text-company{
        margin-left: 10px;
        font-size: 20px;
    }
    .block-search-top .bootstrap-select .dropdown-toggle{
        display: none;
    }
    .block-search-top form input{
        border-radius: 4px;
    }
    .main-banner .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 10px;
    }
    .block-footer-top{
        padding: 15px;
    }
    .tit-ft{
        font-size: 18px;
    }
    .block-news{
        display: block;
    }
    .img-news{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .right-news{
        width: 100%;
    }
    .clear40{
        height: 20px;
    }
    .right-lh{
        padding: 15px;
    }
    .mapgg iframe{
        height: 300px;
    }
    .code-status{
        display: block;
    }
    .code-prod-detail {
        margin-bottom: 20px;
    }
    .img-order {
        width: 60px;
        margin-right: 15px;
    }
    .info-order {
        width: calc(100% - 190px);
    }
    .view-buy{
    	display: none;
    }
    .info-prod .flex-bw{
    	display: block;
    	text-align: center;
    }
    .info-prod {
	    padding: 15px 5px 10px 5px;
	}
	.block-prod{
		margin-bottom: 15px;
	}
	.block-description-prod {
	    margin-bottom: 20px;
	}
    .qty-prod-detail {
        margin-right: 20px;
    }
    .block-sptop .row .col-20{
        width: 100%;
    }
    .new-prod-detail{
        font-size: 24px;
    }
    .span-vat {
        margin-left: 15px;
        font-size: 13px;
    }
}