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: #c58639;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Quicksand', sans-serif; right: 0px;position: relative;background: #d7be96;}
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;
}
.header-top{
    background: #3a3a3c;
    padding: 5px 0;
}
.header-bottom{
    background: #d7be96;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 40px 25px;
    font-weight: 700;
}
.ul-main-menu > li:hover > a{
    color: #c58639;
}
.search-cart{
    display: flex;
    align-items: center;
}
.search-top{
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
}
.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: #eacb69;
    color: #fff;
    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: #c58639;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    border-top: 1px dashed #c58639;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    background: #c58639;
    color: #fff;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.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;
}
.roman{
    font-family: "Times New Roman", Times, serif;
}
.mgbt10{
    margin-bottom: 10px;
}
.mgbt20{
    margin-bottom: 20px;
}
.clyel{
    color: #fff5a9;
}
.line-yel{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #fff5a9;
    margin: 0 auto;
}
.line-white{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #fff;
    margin: 0 auto;
}
.des-intro{
    margin: 30px 0;
}
.img-gthome{
    text-align: center;
    margin-bottom: 15px;
}
.item-gthome{
    margin-bottom: 20px;
}
.des-gthome{
    font-size: 13px;
    text-align: center;
}
.xemthem{
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.xt-first:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.xt-first:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.xt-last:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.xt-last:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 25px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.xemthem:hover .xt-first:before,
.xemthem:hover .xt-last:before{
    width: 100%;
}
.xemthem:hover .xt-first:after,
.xemthem:hover .xt-last:after{
    height: 100%;
}
.block-prod{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.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-weight: 700;
    text-transform: uppercase;
}
.name-prod a{
    color: #b4802b;
}
.des-prod *{
    font-size: 14px;
}
.des-prod{
    margin-bottom: 15px;
}
.price-prod{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.muahang{
    display: inline-block;
    padding: 7px 15px;
    color: #b4802b;
    border: 1px solid #b4802b;
    border-radius: 50px;
}
.muahang:hover{
    color: #fff;
    background: #b4802b;
}
.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-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.block-countdown{
    display: flex;
    align-items: flex-start;
}
.bl-timer{
    margin-right: 20px;
}
.block-countdown .bl-timer:last-child{
    margin: 0;
}
.sp-countdown{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    background: #d7be96;
    margin-bottom: 15px;
}
.dat-hang{
    margin-top: 20px;
}
.dathang{
    display: inline-block;
    color: #b4802b;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 30px;
    border-radius: 4px;
}
.dathang:hover{
    background: #b4802b;
    color: #fff;
}
.block-news-home{
    background: #fff;
}
.info-news-home{
    padding: 20px 13px;
}
.tit-news-home{
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.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;
}
.line-news{
    width: 100px;
    height: 6px;
    border-radius: 50px;
    background: #d7be96;
    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-weight: 700;
    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: #fff;
    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: #fff;
    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;
}
.div-f-newslet input {
    width: calc(100% - 40px);
    border: none;
    box-shadow: unset;
    outline: unset;
}
.btn-newslet {
    width: 240px;
    height: 35px;
    background: #d7be96;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 2px;
}
.btn-newslet i {
    margin-right: 10px;
}
.clyelb{
    color: #b4802b;
}
footer *{
    color: #fff;
}
footer{
    border-top: 1px solid #fff;
}
.tit-ft {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.ul-ft {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li {
    margin-bottom: 7px;
}
.ul-ft > li > a {
    color: #fff;
}
.social-ft a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
}
.ul-ft > li > a:hover {
    color: #b4802b;
}
.main-banner-breac{
    background: url(../img/bg-bre.jpg) center center no-repeat;
    background-size: cover;
    min-height: 210px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner-breac > .container{
    position: absolute;
}
.breac span{
    font-size: 18px;
    color: #b4802b;
    text-transform: uppercase;
}
.breac span a{
    color: #b4802b;
}
.breac{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-news {
    margin-bottom: 30px;
}
.img-news {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.tit-news {
    font-weight: 700;
    margin: 15px 0 10px 0;
}
.des-news {
    margin-bottom: 15px;
    color: #fff;
}
.view-news {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #000;
    background: #fff;
}
.view-news i {
    margin-left: 10px;
}
.tit-aside-r {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.hr-10 {
    border-color: #fff;
}
.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-weight: 700;
    transition: unset;
}
.a-xuhuong:before {
    content: "";
    position: absolute;
    border-right: 10px solid #f2f2f2;
    border-top: 18px solid #d7be96;
    top: 0;
    left: 0;
}
.a-xuhuong:after {
    content: "";
    position: absolute;
    border-right: 10px solid #f2f2f2;
    border-bottom: 18px solid #d7be96;
    bottom: 0;
    left: 0;
}
.a-xuhuong i {
    font-size: 10px;
    margin-right: 10px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
    color: #fff;
}
.a-xuhuong:hover {
    background: #b4802b;
    color: #fff;
    transition: unset;
}
.a-xuhuong:hover:before, .a-xuhuong:hover:after {
    border-right: 10px solid #b4802b;
    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-weight: 700;
}
.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 #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.share-blog a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.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 #fff;
}
.tab-giohang table *{
    color: #fff;
}
.tab-giohang table tr:first-child {
    border-bottom: 1px solid #fff;
}
.tab-giohang table tr td {
    padding: 20px 10px;
}
.continue-shop {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
.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 #fff;
    border-radius: 50px;
    width: 125px;
    margin: 0 auto;
}
.tab-giohang .btn-minus, .tab-giohang .btn-plus {
    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 #fff;
    border-radius: 50%;
    font-size: 13px;
}
.right-cart {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}
.thanhtoan {
    display: block;
    background: #b4802b;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 800;
    text-align: center;
    border: 1px solid #b4802b;
}
.send {
    background: #b4802b;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    width: 200px;
    font-weight: 700;
}
.right-lh {
    background: #fff;
    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-weight: 700;
    margin: 15px 0 10px 0;
    text-align: center;
}
.des-km {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.view-km {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}
.view-km:hover{
    background: #fff;
}
.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: #fff;
    border-radius: 4px;
}
.pagi > a.active,
.pagi > a:hover{
    background: #b4802b;
}
#imageGallery li {
    position: relative;
}
#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-weight: 700;
}
.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 #b18537;
    color: #b18537;
    border-radius: 50px;
}
.spct-pri-old {
    color: #c5c5c5;
    text-decoration: line-through;
    font-size: 14px;
}
.spct-pri-new {
    font-size: 20px;
    font-weight: 800;
    color: #b18537;
}
.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-plus {
    border: none;
    background: none;
    outline: unset;
}
.ip-soluong {
    width: 50px;
    text-align: center;
    border: none;
    padding: 5px 0;
}
.add-to-cart{
    margin-left: 30px;
}
.add-to-cart > a {
    display: inline-block;
    width: 200px;
    background: #b4802b;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
}
.share-blog.share-spct a{
    color: #919191;
}
.tct-spct {
    background: #d7be96;
}
.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-weight: 700;
}
.tab-motasp .nav-tabs>li.active>a, .tab-motasp .nav-tabs>li.active>a:focus, .tab-motasp .nav-tabs>li.active>a:hover {
    background: #d7be96;
    font-weight: 800;
    color: #fff;
}
.block-prod-rela .block-prod{
    border: 1px solid #d7be96;
}
.font20{
    font-size: 20px;
}
.cart-thanhtoan {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 30px;
}
.tab-spthanhtoan table tr td {
    padding: 10px;
}
.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: #b4802b;
    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-weight: 700;
    font-weight: unset;
}
@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: 50px;
    right: 20px;
    display: none;
    background: #be671c !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}







@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a {
        font-size: 16px;
        padding: 40px 17px;
    }
}

@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: #d7be96;
        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-weight: 700;
        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;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .sp-countdown{
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .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;
    }
}

@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: 24px;
    }
    .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: 10px 15px;
    }
    .add-to-cart > a{
        padding: 10px 15px;
        width: auto;
    }
    .add-to-cart{
        margin-left: 20px;
    }
    .cart-thanhtoan{
        padding: 15px;
    }
}