@font-face {
    font-family: helve;
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: helvebold;
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
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: #000;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: helve; right: 0px;position: relative;background: #fff;}
body p{font-size:15px;margin:0;font-family: helve;}
.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: #000;}
.clblack{color: #000;}
.bold{font-family: helvebold;}
.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;
}
.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: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #9edec7;
    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: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    background-color: #9edec7;
    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: 30px;
    right: 30px;
    background: #9edec7 url("../img/icp.png") 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
    }
}
.editer p{
    margin-bottom: 10px;
}
.header-top{
    background: #3a3a3c;
    padding: 5px 0;
}
.header-bottom{
    background: #fff;
    transition: all 0.3s;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.grid .button-view {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.grid.block-prod:hover .button-view{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.grid .button-view .view-detail {
    width: 50%;
}
.grid .button-view .add-cart {
    width: 50%;
}
.gh{
    font-size: 13px;
    display: none;
}
.grid .button-view .button {
    float: left;
    position: relative;
    padding: 7px 0;
    height: 37px;
    background: rgba(238, 238, 238, 0.7);
    cursor: pointer;
}
.button-view a {
    color: #000;
}
.grid .button-view .add-cart:hover {
    background: #9edec7;
}
.grid .button-view .button:hover {
    transition: .3s ease-out;
}
.grid .button-view .button {
    cursor: pointer;
}
.grid .button-view i {
    font-size: 18px;
    color: #000;
    line-height: 20px;
}
.grid .button-view .view-detail:hover {

    background: #7d7d7d;

}
.grid .button-view .button:hover {

    transition: .3s ease-out;

}
.grid .button-view .button:hover span, .grid .button-view .button:hover i {

    color: #fff;

}
.grid .button-view .view-detail::before {
    content: "";
    height: 13px;
    width: 2px;
    top: 12px;
    left: 0px;
    position: absolute;
    background: #d3d3d3;
}
.ul-main-menu > li > a {
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 40px 15px;
    font-family: helvebold;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: all ease-in-out 0.3s;
}
.ul-main-menu > li:hover > a{
    color: #9edec7;
}
.ul-main-menu > li.active > a{
    color: #9edec7;
}
.clnau{
    color: #000;
}
.search-cart{
    display: flex;
    align-items: center;
}
.search-top{
    color: #000;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
}
.search-top:hover{
    color: #9edec7;
}
.cart-top{
    display: inline-block;
    position: relative;
}
.count-cart {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #9edec7;
    color: #000;
    border-radius: 50%;
    top: -3px;
    right: -14px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    border-top: 1px dashed #000;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    background: #9edec7;
    color: #fff;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.f-search .stylish-input-group .input-group-addon {
    background: none;
    border-color: #333;
    color: #000;
}
.f-search .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: unset;
    border-color: #333;
    background: none;
    color: #000;
}
.f-search .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #000;
}
.f-search .stylish-input-group .form-control:-ms-input-placeholder {
  color: #000;
}
.f-search .stylish-input-group .form-control::placeholder {
  color: #000;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.roman{
    font-family: helve;
}
.mgbt10{
    margin-bottom: 10px;
}
.mgbt20{
    margin-bottom: 20px;
}
.clyel{
    color: #9edec7;
}
.line-yel{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #9edec7;
    margin: 0 auto;
}
.line-white{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #9edec7;
    margin: 0 auto;
}
.des-intro{
    margin: 30px 0;
}
.des-intro iframe{
    width: 100%;
}
.des-intro *{
    color: #000;
}
.img-gthome {
    text-align: center;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid #9edec7;
    border-radius: 4px;
    background-color: #fff;
}
.item-gthome:hover .img-gthome{
    background: #fff;
    border: 1px solid #000;
}
.img-gthome img{
    width: auto;
}
.des-gthome{
    font-size: 13px;
    text-align: center;
    color: #000;
}
.xemthem{
    display: inline-block;
    padding: 7px 15px;
    color: #000;
    text-transform: uppercase;
    font-family: helvebold;
    position: relative;
}
.xt-first:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.xt-first:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.xt-last:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.xt-last:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 25px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.xemthem:hover .xt-first:before,
.xemthem:hover .xt-last:before{
    width: 100%;
    background: #9edec7;
}
.xemthem:hover .xt-first:after,
.xemthem:hover .xt-last:after{
    height: 100%;
    background: #9edec7;
}
.xemthem:hover{
    color: #9edec7;
}
.viewn:hover{
    background: #000;
}
.block-prod {
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    height: calc(100% - 30px);
    border-radius: 3px;
}
.ext-prod{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}
.block-prod:hover .ext-prod{
	opacity: 1;
	visibility: visible;
    cursor: pointer;
}
.in-ext-prod{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-ext-prod > a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
}
.in-ext-prod > a:last-child{
	margin: 0;
}
.in-ext-prod > a:hover{
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.img-prod {
    display: flex;
    align-items: center;
    min-height: 220px;
    justify-content: center;
}
.name-prod{
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    font-family: helvebold;
    text-transform: uppercase;
    padding: 0 14px;
}
.name-prod a{
    color: #000;
}
.des-prod *{
    font-size: 14px;
}
.des-prod{
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    padding: 0 14px;
}
/*.price-prod{
    font-size: 18px;
    text-align: center;
    font-family: helvebold;
    color: #000;
    padding: 0 14px;
}*/
.price-prod {
   /* display: flex;
    align-items: center;
    justify-content: space-around;*/
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    text-align: center;
}
.price-prod-new {
    font-size: 16px;
    font-family: helvebold;
    color: #9edec7;
}
.price-prod-old {
    font-size: 15px;
    color: #a2a2a2;
    text-decoration: line-through;
}
.muahang{
    display: inline-block;
    padding: 7px 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
}
.muahang:hover{
    color: #fff;
    background: #000;
}
.main-countdown {
    background: url(../img/bg-countdown.jpg) right center no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.tit-countdown{
    font-size: 48px;
    color: #fff;
    font-family: helvebold;
    margin: 0;
    margin-bottom: 20px;
}
.block-countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.block-countdown .bl-timer:last-child{
    margin: 0;
}
.sp-countdown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #000;
    font-family: helvebold;
    font-size: 70px;
    margin-bottom: -10px;
}
.dot2 {
    font-size: 70px;
    margin: 0 10px;
    position: relative;
    top: -10px;
    color: #000;
}
.dat-hang {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.dathang {
    display: inline-block;
    color: #000;
    font-family: helvebold;
    font-size: 30px;
    padding: 5px 30px;
    border-radius: 4px;
    border: 1px solid #000;
}
.dathang:hover{
    background: #000;
    color: #9edec7;
}
.block-news-home {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}
.info-news-home{
    padding: 20px 13px;
}
.tit-news-home{
    margin: 0;
    text-align: center;
    font-family: helvebold;
}
.des-news-home{
    margin-bottom: 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #9edec7;
}
.line-news{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #000;
    margin: 20px auto;
}
.main-ykienkhachhang{
    background: url(../img/bg-ykien.jpg) center center no-repeat;
    background-size: cover;
}
.img-avatar{
    text-align: center;
    margin-bottom: 20px;
}
.des-ykien{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.name-ykien{
    color: #fff;
    font-family: helvebold;
    text-align: center;
}
.img-avatar img{
    display: inline !important;
    width: auto !important;
}
.block-slider-ykien{
    position: relative;
}
.block-slider-ykien .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    margin: 0;
    top: calc(50% - 20px);
    font-size: 40px;
    color: #9edec7;
    z-index: 9;
    right: -40px;
    background: none !important;
    outline: unset;
}
.block-slider-ykien .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    margin: 0;
    top: calc(50% - 20px);
    font-size: 40px;
    color: #9edec7;
    z-index: 9;
    left: -40px;
    background: none !important;
    outline: unset;
}
.main-newsleter {
    background: url(../img/bg-newslet.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin-top: 4px;
}
.form-newslet form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-f-newslet {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    width: 240px;
    border-radius: 2px;
    overflow: hidden;
    padding: 5px;
    margin-right: 20px;
}
.div-f-newslet span {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.div-f-newslet input {
    width: calc(100% - 40px);
    border: none;
    box-shadow: unset;
    outline: unset;
}
.btn-newslet {
    width: 240px;
    height: 35px;
    background: #9edec7;
    color: #fff;
    text-transform: uppercase;
    font-family: helvebold;
    text-align: center;
    border: none;
    border-radius: 2px;
}
.btn-newslet i {
    margin-right: 10px;
}
.clyelb{
    color: #000;
}
footer *{
    color: #4e4e4e;
}
/* .editer a{ */
    /* color: #f00 !important; */
/* } */
/* .editer *{ */
    /* color: #000 !important; */
/* } */
footer .editer *{
    color: #4e4e4e !important;
    background: none !important;
}
footer{
    border-top: 1px solid #4e4e4e;
    background: #e8f0ec;
}
.tit-ft {
    margin: 0;
    margin-bottom: 20px;
    font-family: helvebold;
    text-transform: uppercase;
}
.ul-ft {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li {
    margin-bottom: 7px;
}
.ul-ft > li > a {
    color: #4e4e4e;
}
.social-ft a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
}
.social-ft a img{
	height: 25px;
}
.ul-ft > li > a:hover {
    color: #9edec7;
}
.main-banner-breac > .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breac span{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.breac span a{
    color: #000;
}
.breac{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.block-news {
    margin-bottom: 30px;
}
.img-news {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.tit-news {
    font-family: helvebold;
    margin: 15px 0 10px 0;
}
.tit-td{
    font-family: helvebold;
    margin: 15px 0 15px 0;
}
.des-news {
    margin-bottom: 15px;
    color: #000;
}
.view-news {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    background: #9edec7;
}
.view-news i {
    margin-left: 10px;
}
.tit-aside-r {
    margin: 0;
    font-size: 20px;
    font-family: helvebold;
    text-transform: uppercase;
    color: #000;
}
.hr-10 {
    border-color: #000;
}
.block-cate-post .asd-dm {
    margin-bottom: 15px;
}
.asd-dm > a {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.asd-dm a i {
    margin-right: 10px;
    display: inline-block;
    width: 10px;
}
.a-xuhuong {
    display: inline-flex;
    align-items: center;
    background: #f2f2f2;
    padding: 7px 15px;
    color: #000;
    position: relative;
    height: 36px;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: helvebold;
    transition: unset;
}
.a-xuhuong:before {
    content: "";
    position: absolute;
    border-right: 10px solid #f2f2f2;
    border-top: 18px solid #fff;
    top: 0;
    left: 0;
}
.a-xuhuong:after {
    content: "";
    position: absolute;
    border-right: 10px solid #f2f2f2;
    border-bottom: 18px solid #fff;
    bottom: 0;
    left: 0;
}
.a-xuhuong i {
    font-size: 10px;
    margin-right: 10px;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    color: #fff;
}
.a-xuhuong:hover {
    background: #9edec7;
    color: #fff;
    transition: unset;
}
.a-xuhuong:hover:before, .a-xuhuong:hover:after {
    border-right: 10px solid #9edec7;
    transition: unset;
}
.item-bsl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.img-bsl {
    width: 100px;
    margin-right: 15px;
}
.ct-bsl {
    width: calc(100% - 115px);
}
.name-bsl {
    margin-bottom: 10px;
    font-weight: 600;
}
.name-bsl a {
    color: #fff;
}
.new-pri-bsl {
    color: #fff;
    font-family: helvebold;
}
.old-pri-bsl {
    color: #909090;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 10px;
}
.smart-asd img {
    border-radius: 5px;
}
.share-blog {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.share-blog a {
    display: inline-block;
    margin-right: 15px;
    color: #000;
}
.post-prev-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.tab-giohang table {
    width: 100%;
    border-bottom: 1px solid #000;
}
.tab-giohang table *{
    color: #000;
}
.tab-giohang table tr:first-child {
    border-bottom: 1px solid #000;
}
.tab-giohang table tr td {
    padding: 20px 10px;
}
.continue-shop {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
}
.continue-shop:hover{
    background: #9edec7;
}
.a-img-cart {
    margin-right: 15px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.tab-giohang .soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    width: 125px;
    margin: 0 auto;
}
.tab-giohang .btn-minus, .tab-giohang .btn-minus-qty ,.tab-giohang .btn-plus, ,.tab-giohang .btn-plus-qty {
    border: none;
    background: none;
    outline: unset;
}
.tab-giohang .ip-soluong {
    width: 50px;
    text-align: center;
    border: none;
    padding: 5px 0;
    background: none;
}
.font18 {
    font-size: 18px;
}
.remove-sp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 13px;
}
.right-cart {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}
.thanhtoan {
    display: block;
    background: #000;
    padding: 10px 20px;
    border-radius: 50px;
    color: #9edec7;
    font-weight: 800;
    text-align: center;
    border: 1px solid #000;
}
.thanhtoan:hover {
    color: #000;
    background: #9edec7;
}
.send {
    background: #000;
    color: #9edec7;
    padding: 10px 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    width: 200px;
    font-family: helvebold;
}
/*.right-lh {
    background: #9edec7;
    padding: 30px;
    border-radius: 6px;
}*/
.bl-right-lh {
    margin-bottom: 20px;
}
.block-khuyenmai{
    margin-bottom: 30px;
}
.img-km {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.tit-km {
    font-family: helvebold;
    margin: 15px 0 10px 0;
    text-align: center;
}
.des-km {
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.view-km {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
}
.view-km:hover{
    background: #000;
    color: #9edec7;
}
.view-km i{
    margin-left: 7px;
}
.flex-end-center{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-end-center select{
    width: auto;
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi > a{
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    color: #9edec7;
    border-radius: 4px;
}
.pagi > a.active,
.pagi > a:hover{
    background: #000;
}
#imageGallery li {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#imageGallery .lslide img {
    border-radius: 5px;
    width: 100%;
}
.new-pro-ct {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f28b00;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-family: helvebold;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery {
    margin-top: 20px !important;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery img {
    border-radius: 2px;
    width: 100%;
    border: 2px solid #f5f5f5;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li.active img{
    border: 2px solid #f28b00;
}
.font30{
    font-size: 30px;
}
.tinhtrang {
    background: #f92400;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 10px;
}
.main-brea {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.main-brea span {
    margin-right: 10px;
}
.main-brea span a, .main-brea span {
    color: #8c8c8c;
}
.main-brea span:last-child {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #9edec7;
    color: #9edec7;
    border-radius: 50px;
}
.spct-pri-old {
    color: #a2a2a2;
    text-decoration: line-through;
    font-size: 22px;
}
.spct-pri-new {
    font-size: 30px;
    font-weight: 800;
    color: #9edec7;
}
.spct-pri-new span {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.spct-sl-add {
    display: flex;
    align-items: center;
}
.spct-sl-add .soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 125px;
    margin: 0;
}
.btn-minus, .btn-minus-qty, .btn-plus, .btn-plus-qty {
    border: none;
    background: none;
    outline: unset;
    color: #000;
}
.ip-soluong {
    width: 50px;
    text-align: center;
    border: none;
    padding: 5px 0;
    color: #000;
}
.add-to-cart{
    margin-left: 30px;
}
.add-to-cart > a {
    display: inline-block;
    width: 200px;
    background: #9edec7;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #9edec7;
}
.add-to-cart > a:hover{
	background: #fff;
	color: #000;
}
.share-blog.share-spct a{
    color: #333;
}
.tct-spct {
    background: #fff;
}
.tab-motasp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-motasp .nav-tabs>li>a {
    border: none !important;
    margin: 0;
    padding: 10px 30px;
    color: #000;
    margin: 0 10px;
    border-radius: 10px 10px 0 0;
    font-family: helvebold;
}
.tab-motasp .nav-tabs>li.active>a, .tab-motasp .nav-tabs>li.active>a:focus, .tab-motasp .nav-tabs>li.active>a:hover {
    background: #9edec7;
    font-weight: 800;
    color: #fff;
}
.block-prod-rela .block-prod{
    border: 1px solid #fff;
}
.font20{
    font-size: 20px;
}
.cart-thanhtoan {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 30px;
}
.tab-spthanhtoan table tr td {
    padding: 10px;
    color: #000;
}
.tab-spthanhtoan table tr td:first-child {
    padding-left: 0;
}
.tab-spthanhtoan table tr td:last-child {
    padding-left: 0;
    white-space: nowrap;
    text-align: center;
}
.block-payment .ul-filter {
    height: auto;
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    padding-left: 2px;
    overflow: auto;
}
.tab-spthanhtoan table tr{
    border-bottom: 1px solid #ccc;
}
.ul-filter .form-check {
    padding: 8px 0;
}
.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: #000;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    height: 140px;
    overflow: auto;
}
.ul-filter .form-check{
    padding: 8px 0;
}
.form-check label{
    margin: 0;
    font-family: helvebold;
    font-weight: unset;
    color: #000;
}
.spct-des{
    color: #000;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 40px;
    display: none;
    background: #000 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.error {
    color: red;
}
.imggt2{
	display: none;
}
.item-gthome:hover .imggt1{
	display: none;
}
.item-gthome:hover .imggt2{
	display: inline-block;
}
.item-gthome{
    margin-bottom: 20px;
}
#imageGallery {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.checkbox-dungtich .ul-filter {
    padding: 0;
    margin: 0;
    margin-top: 0;
    height: auto;
}
.ul-filter .form-check{
    display: inline-block;
    margin-right: 20px;
}
.ul-filter .form-check:last-child{
    margin-right: 0;
}
.number-phone{
    position: fixed;
    bottom: 43px;
    right: 83px;
    background: #9edec7;
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    font-family: helvebold;
    z-index: 99;
}
.box-left-fix {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.social-brf {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 5px;
    border-radius: 0 10px 10px 0;
    width: 40px;
    left: 0;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.social-brf > a{
	display: block;
	margin-bottom: 10px;
}
.social-brf > a:last-child{
	margin: 0;
}
.oc-blf {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background: #174b84;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.social-brf.hide-blf {
    left: -40px;
}
.tit-htnv {
    text-align: center;
    font-family: helvebold;
    color: #9edec7;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
.tit-htnv:after{
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #9edec7;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.block-slider-htnv{
    position: relative;
}
.hethongnhanvien {
    background: #fff;
    padding: 40px 0;
}
.block-slider-htnv .owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    color: #9edec7 !important;
    font-size: 40px;
    z-index: 9;
    top: calc(50% - 20px);
    right: -40px;
    background: none !important;
    outline: unset;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    color: #9edec7 !important;
    font-size: 40px;
    z-index: 9;
    top: calc(50% - 20px);
    left: -40px;
    background: none !important;
    outline: unset;
    margin: 0;
}
.justicenter{
    justify-content: center;
}
.block-search-top {
    margin-right: 20px;
    max-width: 200px;
    position: relative;
}
.icon-show-search {
    position: relative;
    padding: 15px 10px;
    width: 40px;
    cursor: pointer;
}
.block-search-top .f-search{
    position:  absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.block-search-top .input-group{
    width: 200px;
}
.block-search-top:hover .f-search{
    display: block;
}
.header-bottom.hdbt-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(255,255,255,0.4);
}
.header-bottom.hdbt-fixed .ul-main-menu > li > a{
    padding: 25px 10px;
}
.header-bottom.hdbt-fixed .logo img{
    height: 65px;
}
.header-bottom.hdbt-mobile-fixed.hdbt-fixed {
    left: -280px;
    transition: all 0.3s;
}
.okclnau img.fade-s{
    opacity: 1;
    transition: all 2s;
    visibility: visible;
}
.okclnau img{
    opacity: 0;
    visibility: hidden;
}
.img-pnew{
    position: relative;
}
.editer-count,
.editer-count *{
    color: #000;
}
.gr-che{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}
.chevron:before {
    left: 0;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
}
@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(2.28rem);
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(3.12rem);
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(4.8rem) scale(0.5);
        transform: translateY(4.8rem) scale(0.5);
    }
}
@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(2.28rem);
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(3.12rem);
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(4.8rem) scale(0.5);
        transform: translateY(4.8rem) scale(0.5);
    }
}
.img-banner-head img{
    width: 100%;
}
.count-review{
    font-size: 18px;
    font-family: helvebold;
    margin-bottom: 20px;
}
.checked{
    color: orange;
}
.line-group-star{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sl-star{
    display: flex;
    align-items: center;
    width: 100px;
}
.qty-rat-star{
    width: 30px;
    text-align: right;
}
.chart-rat-star {
    width: calc(100% - 130px);
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.chart-rat-star span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #9edec7;
    border-radius: 0 50px 50px 0;
}
.list-count-star{
    margin-bottom: 30px;
}
.block-question-review {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.avatar-review {
    width: 40px;
    margin-right: 15px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
}
.info-review {
    width: calc(100% - 55px);
}
.flex-name-star {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.name-customer{
    font-weight: 700;
    margin-right: 20px;
    font-size: 16px;
}
.date-review{
    margin-bottom: 5px;
}
.block-reply-review {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 65px;
    margin-top: 10px;
}
.avatar-reply {
    width: 40px;
    margin-right: 15px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
}
.info-reply {
    width: calc(100% - 55px);
}
.name-reply{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}
.items-review-customer{
    margin-bottom: 30px;
}
.block-write-review{
    position: sticky;
    top: 88px;
    z-index: 99;
    padding: 20px;
    background: #f1f1f1;
}
.tit-review{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 0 2px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}
.rating > label { 
    color: #ccc; 
    float: right; 
    margin: 0;
    font-size: 20px;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: orange;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: orange;  } 
.rat-star .checked {
    color: orange;
}
.flex-rat{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-saveme .ul-filter{
    height: auto;
    margin: 0;
    margin-bottom: 20px;
}
.block-saveme .form-check label{
    font-family: helve;
}
.block-saveme .form-check input[type="radio"]:checked + .label-text:before, 
.block-saveme .form-check input[type="checkbox"]:checked + .label-text:before{
    color: #9edec7;
}
.block-saveme .ul-filter .form-check:last-child{
    padding: 0;
}
.btn-send-review{
    display: inline-block;
    border: none;
    outline: unset;
    background: #000;
    color: #9edec7;
    padding: 7px 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
}
.span-star{
    display: flex;
    align-items: center;
    font-size: 13px;
}
.info-prod-rat{
    padding: 5px;
}
.show-pop-rat{
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.span-text-rat {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.a-to-prod{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.img-to-prod{
    width: 30px;
    margin-right: 5px;
}
.right-to-prod{
    width: calc(100% - 35px);
}
.name-to-prod{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
}
.pri-to-prod{
    display: block;
    color: #737373;
    font-size: 13px;
}
.block-prod-rat {
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 30px;
}
.block-goto-prod .img-to-prod{
    width: 50px;
    margin-right: 10px;
}
.block-goto-prod .right-to-prod{
    width: calc(100% - 60px);
}
.block-goto-prod{
    margin-bottom: 20px;
}
.fancybox-container .fancybox-slide--iframe .fancybox-content{
    width: 700px !important;
    height: 500px !important;
    overflow: hidden;
}
#quick-view .col-md-9{
    width: calc(70% - 20px);
    padding: 0;
}
#quick-view .col-md-3{
    width: 30%;
    padding: 0;
}
#quick-view .row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
}
#quick-view {
    padding: 10px;
    height: 500px;
}
.des-text-rat{
    border: 1px solid #ccc;
    padding: 10px;
}
#quick-view .block-slider-view-fast{
    height: 480px;
}
#quick-view .block-slider-view-fast *{
    height: 100%;
    object-fit: contain;
}
.bl-noti{
    margin-top: 20px;
    text-align: center;
}
.bl-noti img{
    width: 200px;
}
.block-link-trainghiem{
    margin-bottom: 20px;
}
.block-link-trainghiem a{
    display: inline-block;
    background: #9edec7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: helvebold;
}
.p-biu{
    font-family: helvebold;
    margin-bottom: 20px;
}
.block-gall-btn-upload {
    display: flex;
    flex-wrap: wrap;
}
#gall-upload-home{
    display: flex;
    flex-wrap: wrap;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper .btn {
    padding: 0;
    background: none;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.col-item-gall {
    width: 170px;
    height: 170px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}
.col-item-gall .remo-upload {
    position: absolute;
    color: #fff;
    font-size: 16px;
    right: 5px;
    top: 5px;
    z-index: 2;
    width: 35px;
    height: 35px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.col-item-gall img {
    width: 100%;
    height: 100%;
}
.block-img-upload {
    margin-bottom: 20px;
}
.btn-trainghiem{
    border: none;
    background: #cb232e;
    color: #fff;
    border-radius: 4px;
    outline: unset;
    padding: 10px 30px;
    font-family: helvebold;
}
.sp-trainghiem span{
    display: inline-block;
    background: #9edec7;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.ul-main-menu > li > a.sp-trainghiem{
    padding: 35px 15px;
}
.header-bottom.hdbt-fixed .ul-main-menu > li > a.sp-trainghiem{
    padding: 20px 10px;
}




@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a {
        font-size: 12px;
        padding: 35px 9px;
    }
}

@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-color: #9edec7;
        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: helvebold;
        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: #000;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-bottom{
        padding: 10px 0;
    }
    .dat-hang{
        margin-bottom: 20px;
    }
    .block-slider-ykien .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .block-slider-ykien .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .main-banner-breac{
        background-size: cover !important;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 10px;
    }
    .header-bottom.hdbt-fixed .logo img {
        height: 40px;
    }
    .order-td{
        display: flex;
        flex-wrap: wrap;
    }
    .order-td .col-md-3{
        order: 2;
        width: 100%;
    }
    .order-td .col-md-9{
        order: 1;
        width: 100%;
    }
    .main-countdown{
        display: block !important;
        height: auto !important;
    }
    .main-countdown .flex{
        display: block;
    }
    .des-intro iframe{
        height: 450px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .sp-countdown{
        width: 60px;
        height: 60px;
        font-size: 50px;
    }
    .dat-hang {
        margin-top: 0;
    }
    .dot2 {
        top: -28px;
    }
    .form-newslet form {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .div-f-newslet {
        margin: 0;
        width: calc(50% - 10px);
    }
    .btn-newslet {
        width: 100%;
        margin-top: 15px;
    }
    .tab-giohang table tr {
        border: 1px solid #fff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
    }
    .tab-giohang table tr td {
        display: block;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .tab-giohang table tr:first-child {
        display: none;
    }
    .mapgg iframe{
        height: 350px;
    }
    .tab-motasp .nav-tabs>li>a{
        padding: 10px 20px;
    }
    .col-item-gall {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img{
        width: 110px;
    }
    .sp-countdown {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }
    .dat-hang {
        margin-top: 20px;
    }
    .dathang{
        font-size: 20px;
    }
    .dot2 {
        top: -15px;
        font-size: 50px;
    }
    .main-newsleter{
        padding: 0;
    }
    .div-f-newslet {
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .btn-newslet {
        margin-top: 0;
    }
    .mapgg iframe{
        height: 300px;
    }
    .tab-motasp .nav-tabs>li>a {
        padding: 7px 10px;
        margin: 0 5px;
        font-size: 13px;
    }
    .add-to-cart > a{
        padding: 10px 15px;
        width: auto;
    }
    .add-to-cart{
        margin-left: 20px;
    }
    .cart-thanhtoan{
        padding: 15px;
    }
    .number-phone{
    	display: none;
    }
    /*.main-banner-breac  > .container > img{
        min-height: 80px;
        object-fit: cover;
    }*/
    .spct-pri-new{
        font-size: 24px;
    }
    .spct-pri-old{
        font-size: 20px;
    }
    .block-reply-review{
        margin-left: 25px;
    }
    #quick-view .col-md-9 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .block-tab-review .flex-n{
        display: block;
    }
    #quick-view .row{
        display: block;
    }
    #quick-view .col-md-9 {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #quick-view .col-md-3{
        width: 100%;
    }
    #quick-view{
        height: auto;
    }
    #quick-view .block-slider-view-fast{
        height: auto;
    }
    .des-intro iframe{
        height: 350px;
    }
}