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: #3fd0d4;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Quicksand', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Quicksand', sans-serif;}
.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-weight: 700;}
.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;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url('../img/loadding.svg') 50% 50% no-repeat rgb(249,249,249);
}
.phone-mail p i{
    color: #3fd0d4;
    margin-right: 10px;
}
.phone-mail p{
    margin-right: 30px;
    color: #fff;
}
.phone-mail p:last-child{
    margin: 0;
}
.header-top {
    background: #1c1c1c;
}
.social a{
    display: inline-block;
    margin-right: 10px;
}
.social a:last-child{
    margin: 0;
}
.social{
    margin-right: 20px;
}
.suport a{
    display: inline-flex;
    background: #008000;
    padding: 7px 15px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.suport a:hover{
    background: #b7b7b7;
}
.suport a img{
    margin-right: 15px;
    width: 20px;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 40px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.ul-main-menu > li:hover > a{
    color: #f58634;
}
.ul-main-menu > li > a > i {
    font-size: 13px;
    position: relative;
    top: -2px;
}
.header-bottom{
    background: #125430;
}
.search-top{
    display: inline-block;
    color: #fff;
    margin-right: 15px;
}
.cart-top{
    color: #fff;
    display: inline-block;
    position: relative;
}
.count-cart {
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f58634;
    color: #fff;
    font-size: 12px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu {
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 30px;
    padding: 0;
    background-color: rgba(18, 84, 48, 0.8); 
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    border-bottom: none;
    z-index: 9999;
    list-style-type: none;
    padding: 0 15px;
}
.ul-sub-menu > li > a{
    display: block;
    color: #fff;
    border-bottom: 1px solid #5d8a7a;
    padding: 10px 0;
    white-space: nowrap;
    font-weight: 700;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    color: #f58634;
}
.has-sub:hover .ul-sub-menu{
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modal-backdrop{
    z-index: 999999;
}
.modal{
    z-index: 9999999;
}
.tit-pub{
    text-align: center;
    color: #5d8a7a;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.tit-pub:after{
    content: "";
    width: 100px;
    height: 4px;
    margin: 0 auto;
    margin-top: 15px;
    background: #f58634;
    display: block;
}
.a-pro{
    display: block;
    margin-bottom: 10px;
}
.tit-product {
    margin: 10px 0 15px 0;
    text-align: center;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}
.price-product{
    font-weight: 700;
    color: #008000;
    text-align: center;
    font-size: 18px;
}
.price-product-sale{
    color: #ccc;
    text-align: center;
    font-size: 14px;
    text-decoration: line-through;
    margin-top: 10px;
}
.block-product {
    border: 1px solid #ccc;
    padding: 10px 10px 20px 10px;
}
.cate-product{
    text-align: center;
}
.cate-product a{
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 10px;
    color: #000;
    margin-bottom: 10px;
}
.cate-product a:hover{
    background: #f58634;
    color: #fff;
}
.block-product{
    margin-bottom: 30px;
    position: relative;
}
.block-slider-sph .block-product{
    margin-bottom: 0;
}
.tit-news{
    margin: 15px 0;
    font-weight: 700;
    font-size: 22px;
}
.flex-start{
    display: flex;
    align-items: flex-start;
}
.block-camket {
    border: 2px dashed #008000;
    padding: 30px;
    border-radius: 10px;
}
.tit-ft{
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}
.footer-top{
    background: #125430;
}
.info-com p{
    font-size: 18px;
}
.ul-ft {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.ul-ft > li > a{
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li:hover > a{
    color: #f58634;
}
.fan-page{
    overflow: hidden;
}
.copyright{
    padding: 10px 0;
    font-size: 13px;
    text-align: right;
}
.main-berac{
    padding: 10px 0;
}
.main-berac span:last-child{
    color: #f58634;
}
.tit-page{
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.tit-aside{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.tit-aside img{
    width: 35px;
    margin-right: 15px;
}
.ul-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-aside > li > a{
    display: block;
    color: #000;
}
.ul-aside > li{
    margin-bottom: 7px;
}
.ul-aside > li:hover > *{
    color: #f58634;
}
.has-sub-aside{
    position: relative;
}
.has-sub-aside > i{
    position: absolute;
    right: 0;
    top: 4px;
    width: 10px;
    z-index: 99;
    cursor: -webkit-zoom-in;
}
.ul-sub-aside{
    list-style-type: none;
    padding-left: 15px;
    margin: 0;
    margin-top: 7px;
}
.ul-sub-aside > li > a{
    display: block;
    color: #000;
}
.ul-sub-aside > li{
    margin-bottom: 7px;
}
.ul-sub-aside > li:hover > a {
    color: #f58634;
}
.block-aside-left{
    margin-bottom: 30px;
}
.checkblock .form-check{
    padding-left: 0;
}
.checkblock input[type="checkbox"] + .label-text:before{
    font-family: "Font Awesome 5 Free"; 
    content: "\f0c8";
    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;
}
.checkblock input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #f58634;
    animation: effect 250ms ease-in;
}
.checkblock input[type="checkbox"]:disabled + .label-text{
    color: #aaa;
}
.checkblock input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
.checkblock label{
    position: relative;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
    left: 3px;
}
.checkblock input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.checkblock label:hover{
    color: #f58634;
}
.list-thuonghieu .form-check:last-child label{
    margin: 0;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.2);}
    75%{transform: scale(1.2);}
    100%{transform: scale(1);}
}
.list-thuonghieu {
    height: 215px;
    overflow: auto;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #e5e5e5 #fff;
  scrollbar-width: thin;
}
.scrollbar{
    overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
}
.scrollbar::-webkit-scrollbar{
    width: 5px;
    background-color: #e6e7e8;
}
.scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #e5e5e5;
}
.uutienxem .checkblock label{
    margin-bottom: 0;
    margin-left: 20px;
}
.all-pro .tit-product{
    font-size: 15px;
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi > a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    color: #000;
}
.pagi > a.active,
.pagi > a:hover{
    border: 1px solid #f58634;
}
.sale-sp{
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 9;
    width: 40px;
}
.images-zoom .lSSlideOuter .lSPager.lSGallery img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0;
}
.images-zoom .lSPager.lSGallery .lSSlideOuter .lSPager.lSGallery{
    margin: 0 auto;
}
.clorange{
    color: #f58634;
}
.mgbt10{
    margin-bottom: 10px;
}
.new-price{
    font-size: 28px;
    display: inline-block;
    color: #f58634;
    font-weight: 700;
    margin-right: 20px;
}
.old-price{
    color: #8d90a6;
    font-size: 14px;
    text-decoration: line-through;
}
.soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 125px;
}
.ip-soluong {
    width: 50px;
    text-align: center;
    border: none;
    padding: 5px 0;
}
.btn-minus,
.btn-plus{
    border: none;
    background: none;
    outline: unset;
}
.magiamgia{
    border: 1px dashed #ccc;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.quantity{
    margin-bottom: 20px;
}
.addtocart {
    font-size: 15px;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    width: 270px;
    height: 45px;
    border-radius: 3px;
    background: #f58634;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f58634;
}
.addtocart:hover{
    background: #fff;
    color: #f58634;
}
.tab-info-spct .nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-info-spct .nav-tabs>li>a {
    margin-right: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border: none !important;
    padding: 10px 30px;
}
.tab-info-spct .nav-tabs>li.active>a, 
.tab-info-spct .nav-tabs>li.active>a:focus, 
.tab-info-spct .nav-tabs>li.active>a:hover{
    background: #f58634;
    color: #fff;
}
.tab-info-spct .nav>li>a:focus, 
.tab-info-spct .nav>li>a:hover{
    background: none;
}
.block-spbc .a-pro{
    width: 90px;
    margin-right: 10px;
}
.name-spbc{
    margin-bottom: 10px;
}
.info-spbc{
    width: calc(100% - 100px);
}
.price-spbc {
    font-weight: 700;
    color: #008000;
}
.block-spbc {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-spbc .block-spbc:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.block-blog .tit-news{
    font-size: 20px;
}
.authur {
    margin-bottom: 10px;
}
.block-blog{
    margin-bottom: 30px;
}
.date-authur{
    margin: 15px 0;
}
.tag a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 5px 10px;
}
.slideInLeft{
    display: none !important;
}
.btn-sub {
    font-size: 15px;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    height: 50px;
    border-radius: 3px;
    background: #f58634;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f58634;
    padding: 0 30px;
}
.diachi p i{
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #f58634;
    color: #f58634;
    margin-right: 10px;
}
.diachi p{
    margin-bottom: 15px;
}
.bang-giohang .block-spbc{
    border: none;
    padding: 0;
    margin: 0;
}
.bang-giohang table{
    width: 100%;
}
.bang-giohang .soluong{
    margin: 0 auto;
}
.bang-giohang table tr{
    border-bottom: 1px solid #f1f1f1;
}
.bang-giohang table tr td,
.bang-giohang table tr th{
    padding: 10px;
}
.bang-giohang {
    border: 1px solid #f58634;
    padding: 15px;
    border-radius: 6px;
}
.total p span{
    font-size: 22px;
    margin-left: 20px;
}
.tit-tt {
    margin: 0 0 15px;
    font-weight: 700;
    color: #484848;
}
.label-lf {
    width: 123px;
}
.in-lh {
    width: calc(100% - 123px);
}
.httt label{
    position: relative;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
}
.httt input[type="radio"]{
    position: absolute;
    right: 9000px;
}
.httt label:hover{
    color: #a93d46;
}
.httt .form-check{
    padding-left: 0;
}
.httt input[type="radio"] + .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;
}
.httt input[type="radio"]:checked + .label-text:before{
    content: "\f14a";
    color: #f58634;
    animation: effect 250ms ease-in;
}
.httt input[type="radio"]:disabled + .label-text{
    color: #aaa;
}
.httt input[type="radio"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
.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 #38a726;
    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: 30px;
    left: 30px;
    background-color: rgb(56, 167, 38);
    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: 50px;
    left: 50px;
    background: #36a624 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
    }
}
@-webkit-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
    }
}
@-o-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
    }
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #36a624 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.blockmb select{
    width: 220px;
    margin-left: 15px;
}
.show-filter{
    display: none;
}







@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        padding: 40px 20px;
    }
    .tit-ft{
        font-size: 20px;
    }
    .tit-ft:after{
        width: 140px;
    }
    .ul-ft{
        padding-left: 0;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background: #125430;
        background-size: cover;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .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;
        margin: 0;
    }
    .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;
        display: inline-block;
        width: 100%;
        color: #fff;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        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;
        width: calc(100% - 50px);
        padding-right: 0;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #00b558;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .bar-control{
        margin-left: 30px;
    }
    .header-bottom{
        padding: 5px 0;
    }
    .logo{
        width: 140px;
        display: inline-block;
    }
    .items-news .flex-start{
        display: block;
    }
    .filter-mobile {
        position: fixed;
        z-index: 999;
        right: -280px;
        top: 0;
        background: #fff;
        width: 280px;
        height: 100%;
        overflow: auto;
        border-left: 1px solid #ccc;
        padding-top: 20px;
        transition: all 0.5s;
    }
    .filter-mobile.filter-show{
        right: 0;
        transition: all 0.5s;
    }
    .show-filter span{
        margin-left: 10px;
    }
    .show-filter {
        display: inline-flex;
        align-items: center;
        background: #36a624;
        color: #fff !important;
        padding: 5px 10px;
        position: fixed;
        right: 0;
        top: calc(50% - 16px);
        height: 32px;
        transition: all 0.5s;
    }
    .show-filter.filter-click {
        right: 280px;
        transition: all 0.5s;
    }
    .zoomContainer{
        display: none !important;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .header-top .flex-bw{
        justify-content: flex-end;
    }
    .tit-pub {
        font-size: 26px;
    }
    .bang-giohang table tr:first-child{
        display: none;
    }
    .bang-giohang table tr td{
        display: block;
        text-align: center;
    }
    .block-spbc .flex-start{
        display: block;
    }
    .info-spbc{
        width: 100%;
    }
    .block-spbc .a-pro{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .map-gg iframe{
        height: 400px;
    }
    .list-spbc .block-spbc .a-pro{
        margin-right: 10px;
    }
    .list-spbc .block-spbc .flex-start{
        display: flex;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .cate-product a{
        margin-left: 5px;
        margin-right: 5px;
    }
    .tit-pub {
        font-size: 24px;
    }
    .block-camket{
        padding: 15px;
    }
    .info-com p {
        font-size: 15px;
    }
    .block-blog .flex-start{
        display: block;
    }
    .form-diachithanhtoan .flex-bw{
        display: block;
    }
    .label-lf{
        width: 100%;
        margin-bottom: 5px;
    }
    .in-lh{
        width: 100%;
    }
    .btn-ctrol a{
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .map-gg iframe{
        height: 300px;
    }
    .blockmb{
        display: block;
    }
    .blockmb select{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .show-filter span{
        display: none;
    }
    .tab-info-spct .nav.nav-tabs{
        display: block;
    }
    .tab-info-spct .nav-tabs>li{
        float: none;
        width: 100%;
    }
    .tab-info-spct .nav-tabs>li>a{
        border-radius: 0;
    }
}