@font-face {
    font-family: myriabold;
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: myria;
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: myriasemibold;
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff'),
        url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    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: #f4a51c;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: myria; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: myria;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: myriabold;}
.semi{font-family: myriasemibold;}
.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;
}
.icon-bag > img{
    width: 20px;
}
.header-top {
    background: #a80303;
    padding: 20px 0;
}
.system-top {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
}
.system-top > span:first-child{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f7f7f7;
    color: #2b2a29;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
}
.system-cart {
    display: flex;
    align-items: center;
}
.xemvideo {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    background: #fcc22b;
    color: #fff;
    text-transform: uppercase;
}
.cart-top {
    color: #fff !important;
    display: inline-block;
    margin-left: 50px;
}
.icon-bag {
    display: inline-block;
    position: relative;
}
.count-cart {
    position: absolute;
    top: -7px;
    right: -11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4a51c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.icon-bag {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.search-top form{
    display: flex;
    align-items: center;
}
.search-top form input{
    background: #fff;
    height: 48px;
    width: calc(100% - 48px);
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 6px 12px;
    outline: unset;
}
.search-top form button{
    background: #f4a51c;
    color: #fff;
    height: 48px;
    width: 48px;
    border-radius: 0 50px 50px 0;
    border: none;
    padding: 6px 12px;
    outline: unset;
}
.search-top {
    width: calc(100% - 600px);
}
.a-cate-menu {
    color: #000;
    font-family: myriabold;
    display: inline-flex;
    align-items: center;
    padding: 15px 20px 10px 20px;
    border-left: 1px solid #e6e6e6;
}
.a-cate-menu:hover{
    color: #f4a51c;
}
.a-cate-menu > span{
    margin: 0 30px 0 15px;
}
.cate-menu{
    display: flex;
    align-items: center;
}
.header-bottom{
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.cate-menu .block-cate-menu:last-child .a-cate-menu{
    border-right: 1px solid #e6e6e6;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.ul-main-menu > li > a {
    color: #000;
    font-family: myriasemibold;
    margin-left: 40px;
    font-size: 17px;
}
.ul-main-menu > li > a:hover{
    color: #f4a51c;
}
.ul-main-menu > li.active >a {
    color: #f4a51c;
}
.ul-main-menu > li:first-child > a{
    margin-left: 0;
}
.sub-cate {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 20px;
    display: none;
}
.sub-cate.has-click{
    display: block;
}
.eff-scale{
    display: block;
    overflow: hidden;
}
.eff-scale img{
    transition: all 0.3s;
    transform: scale(1);
}
.eff-scale img:hover{
    transition: all 0.3s;
    transform: scale(1.1);
}
.name-sub-cate {
    text-align: center;
    margin-top: 0;
}
.name-sub-cate a{
    color: #000;
}
.name-sub-cate a:hover{
    color: #f4a51c;
}
.item-right-cate {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 7px;
    border: 1px solid whitesmoke;
}
.item-right-cate:hover{
    border: 1px solid #a80303;
}
.img-right-cate {
    display: block;
    width: 95px;
}
.ct-right-cate {
    width: calc(100% - 110px);
}
.name-right-cate {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}
.name-right-cate a{
    color: #000;
    font-family: myriasemibold;
}
.name-right-cate a span:first-child {
    display: block;
    margin-bottom: 5px;
}
.view-right-cate {
    text-align: right;
}
.view-right-cate a {
    color: #000;
    font-family: myriabold;
    display: inline-flex;
    align-items: center;
}
.view-right-cate a i{
    color: #f4a51c;
    margin-left: 7px;
}
.aside-right-cate .item-right-cate:last-child{
    margin-bottom: 0;
}
.block-slider-banner{
    width: calc(75% - 5px);
}
.aside-right-cate{
    width: calc(25% - 5px);
}
.flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block-camket{
    margin: 20px 0;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.items-camket{
    border: 1px solid #e6e6e6;
    width: 20%;
    padding: 10px;
    flex: 1 auto;
}
.items-camket .flex{
    justify-content: center;
}
.icon-ck{
    display: inline-block;
    margin-right: 10px;
}
.ctck {
    text-align: center;
    display: block;
}
.ctck *{
    color: #000;
}
.item-dsp{
    text-align: center;
    margin-bottom: 20px;
}
.item-dsp a img{
    height: 120px;
}
.name-dsp-cate a{
    color: #000;
}
.name-dsp-cate {
    margin-top: 15px;
    font-family: myriasemibold;
    text-transform: uppercase;
}
.main-dongsanpham {
    background: #f7f7f7;
}
.tit-pub{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: myriasemibold;
}
.tit-pub:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    margin-top: -2px;
}
.tit-pub span{
    display: inline-block;
    border-bottom: 2px solid #f4a51c;
    padding-bottom: 10px;
}
.block-cautruc{
    background: #f8f8f8;
    border: 2px solid #f4a51c;
    padding: 40px 10px;
}
.tit-cautruc {
    margin: 30px 0;
    text-align: center;
    font-size: 34px;
    font-family: myriabold;
}
.img-sanpham{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    height: auto !important;
}
.img-sanpham > a:first-child{
    display: block;
}
.name-sanpham{
    margin: 0;
    margin-bottom: 5px;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.sku{
    margin-bottom: 5px;
    color: #818181;
    font-family: myriasemibold;
}
.gia-sanpham{
    color: #f4a51c;
    font-size: 17px;
    font-family: myriasemibold;
}
a.linkbold {
    color: black;
}
.info-sanpham{
    padding: 15px 15px 5px 15px;
    text-align: center;
    font-family: myriasemibold;
}
.block-slider-cate .owl-theme .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}
.block-slider-cate{
    position: relative;
}
.block-slider-cate .owl-carousel{
    position: static;
}
.block-slider-cate .owl-carousel .owl-nav button.owl-next,
.block-slider-cate .owl-carousel .owl-nav button.owl-prev{
    background: none !important;
    outline: unset;
    color: #000 !important;
    margin: 0 0 0 20px;
    font-size: 20px;
}
.bn-spnb{
    width: 67%;
}
.mgbt20{
    margin-bottom: 20px;
}
.block-content-spnb {
    width: 33%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.inside-content-spnb {
    width: 100%;
}
.block-sanpham {
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 5px;
}
.quick-view {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px;
    height: 36px;
    display: none;
}
.quick-view i{
    margin-right: 10px;
}
.img-sanpham:hover .quick-view{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-sanpham:hover{
    border: 1px solid #ccc;
}
.block-slider-spnb .img-sanpham a{
    padding: 0;
}
.block-slider-spnb .block-sanpham{
    margin-bottom: 0;
}
.number-diemmanh{
    display: block;
    margin-right: 20px;
    font-size: 60px;
    font-family: myriabold;
    color: #f4a51c;
}
.des-topdm{
    font-size: 22px;
    margin-bottom: 5px;
}
.des-bottomdm{
    font-size: 18px;
    color: #818181;
}
.ul-color{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.ul-color > li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 2px;
    margin: 0 5px;
}
.ul-color > li > a > img{
    border-radius: 50%;
}
.img-sanpham img{
    min-width: 160px;
}
#quick-buy .slider-quick {
    padding-left: 85px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#quick-buy .slider-quick .items-quickbuy {
    width: 100%;
}
#quick-buy .slider-quick .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}
#quick-buy .slider-quick .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
}
#quick-buy .owl-theme .owl-dots{
    display: flex;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
}
#quick-buy .modal-body{
    padding: 0;
}
#quick-buy .owl-theme .owl-dots .owl-dot span{
    display: none;
}
#quick-buy .owl-theme .owl-dots .owl-dot {
    margin: 10px 0;
    background-size: contain;height: 65px !important;
}
#quick-buy .modal-dialog{
    width: 100%;
    max-width: 1000px;
    margin-top: 50px;
}
#quick-buy .owl-theme .owl-dots .owl-dot.active{
    border: 1px solid #000;
}
#quick-buy .owl-theme .owl-nav{
    margin-top: 0;
}
#quick-buy .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    font-size: 40px;
    right: 0;
    z-index: 9;
    background: none !important;
    outline: unset;
}
#quick-buy .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    font-size: 40px;
    left: 100px;
    z-index: 9;
    background: none !important;
    outline: unset;
}
.quick-infosp {
    padding: 10px 0;
    max-height: 560px;
    height: calc(100% - 10px);
    overflow: auto;
}
.quick-color{
    margin: 10px 0;
}
.sp-quick-color{
    font-family: myria;
    margin-left: 20px;
    text-transform: capitalize;
}
.ul-color-quick{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin: 10px 0;
}
.ul-color-quick > li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 2px;
    margin: 0 5px;
}
.ul-color-quick > li > a > img{
    border-radius: 50%;
}
.muangay{
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    font-family: myriabold;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
.thongsosp-mota > a{
    color: #000;
}
.thongsosp-mota {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#thongso{
    padding-top: 10px;
}
#mota{
    padding-top: 10px;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #e6e7e8 #f4f4f4;
  scrollbar-width: thin;
}
.scroller::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0 #e6e7e8;
    border-radius: 10px;
    background-color: #e6e7e8;
}
.scroller::-webkit-scrollbar{
    width: 0;
    background-color: #e6e7e8;
}
.scroller::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #b7b7b7;
}
#quick-buy .close{
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}
.block-slider-spnb .block-sanpham:hover{
    border: none;
}
.main-prosmart{
    background: #f7f7f7;
}
.tit-thichnghi{
    text-align: center;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
    font-size: 28px;
}
.tit-thichnghi:after{
    content: "";
    display: block;
    width: 140px;
    margin: 0 auto;
    height: 4px;
    border-radius: 50px;
    background: #a9001c;
    margin-top: 10px;
}
.block-slider-thichnghi{
    position: relative;
    padding: 0 70px;
}
.block-slider-thichnghi .owl-theme .owl-nav{
    margin: 0 !important;
}
.block-slider-thichnghi .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -70px;
    top: calc(50% - 17px);
    z-index: 9;
    margin: 0;
}
.block-slider-thichnghi .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -70px;
    top: calc(50% - 17px);
    z-index: 9;
    margin: 0;
}
.items-thichnghi {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}
.block-thichnghi{
    border-top: 1px solid #ccc;
}
.tit-why{
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 32px;
    color: #e40000;
}
.block-home-video:before{
    content: "";
    display: block;
    width: 100%;
    height: 31px;
    background: url(../img/shadown.jpg) top center no-repeat;
    background-size: cover;
}
.block-video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.a-vid {
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-family: myriasemibold;
    display: block;
}
.play-video{
    position: absolute;
    color: #ce1312;
}
.img-news-home{
    position: relative;
    display: block;
}
.date-post {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
    flex-direction: column;
}
.content-news-home{
    padding: 20px;
    box-shadow: 0 0 6px #f1f1f1;
    text-align: center;
}
.cate-news {
    background: #f4a51c;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: myriasemibold;
    display: inline-block;
    margin-top: -36px;
    position: relative;
}
.tit-news-home{
    font-family: myriasemibold;
    margin: 15px 0;
    font-size: 24px;
}
.post-by{
    margin-bottom: 10px;
}
.clyel{
    color: #f4a51c;
}
.footer-top{
    background: #092143;
}
.block-ex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.icon-ex{
    width: 70px;
}
.ct-ex{
    width: calc(100% - 80px);
    margin-top: 7px;
}
.mgbt10{
    margin-bottom: 10px;
}
.tit-ft{
    text-transform: uppercase;
    color: #5e5853;
    font-size: 15px;
    margin: 0;
    margin-bottom: 15px;
}
.footer-center{
    background: #eeeeee;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft li{
    margin-bottom: 10px;
}
.ul-ft li a{
    color: #4e575c;
}
.link-ft{
    display: flex;
    align-items: center;
}
.link-ft a{
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #ccc;
    color: #4e575c;
}
.link-ft a:first-child{
    padding-left: 0;
    border-left: unset;
}
.quick-link-ft{
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.social-ft a{
     display: inline-block;
    margin-left: 15px;
    color: #4e575c;
    font-size: 18px;
}
.footer-bottom{
    padding: 10px 0;
}
.main-breac{
    padding: 20px 0;
}
.coll-danhmuc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 10px 10px;
    background: #a80303;
    color: #fff !important;
    font-family: myriabold;
    text-transform: uppercase;
}
.coll-block-danhmuc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px 10px 5px;
    font-family: myriabold;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.coll-block-danhmuc i{
    color: #444;
    font-size: 13px;
}
.ul-cate-aside {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-cate-aside > li{
    border-bottom: 1px solid #ccc;
}
.ul-cate-aside > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 5px 15px;
    color: #000;
}
.block-danhmuc-aside{
    margin-bottom: 20px;
}
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.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="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #f28b00;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    height: 145px;
    overflow: hidden;
}
.ul-filter.show-filter{
    height: auto;
}
.ul-filter .form-check{
    padding: 5px 0;
}
.form-check label{
    margin: 0;
    font-weight: unset;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.block-asd-dm{
    margin-bottom: 30px;
}
.show-more-less {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}
.side-block {
    background: #fff;
    margin-bottom: 10px;
}
.price-ranger {
    margin-top: 24px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px !important;
    border-color: #ebebeb;
    background: #fff;
}
.side-block .ui-slider-horizontal {
    height: 6px!important;
    border: 0px!important;
    background: #f4a51c !important;
    border-radius: 100px !important;
}
.side-block .ui-widget-header {
    background: #dcdcdc !important;
}
.side-block .ui-state-default, .side-block .ui-widget-content .ui-state-default, .side-block .ui-widget-header .ui-state-default, .side-block .ui-widget-header .ui-state-focus {
    background: #fed700 !important;
    border-radius: 100px !important;
    border: 1px solid #fed700 !important;
    cursor: pointer !important;
    top: -6px;
    width: 17px;
    height: 17px;
    outline: unset !important;
}
.side-block .ui-state-default, .side-block .ui-widget-content .ui-state-default:last-child{
    background: #fff !important;
}
.price-ammounts {
    margin: 15px 0;
}
.price-ammounts input[type='text'] {
    width: 65px;
    font-size: 14px;
    color: #666666;
    border: 0px;
    background: #fff;
    display: inline;
}
.a-filter {
    display: inline-block;
    font-family: myriasemibold;
    background: #fed700;
    color: #000 !important;
    padding: 7px 20px;
    border-radius: 6px;
}
.flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.img-viewed{
    width: 80px;
}
.ct-viewed{
    width: calc(100% - 95px);
}
.name-viewed{
    font-family: myriabold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.checked {
  color: #fed700;
}
.rating-pro {
    font-size: 11px;
    margin-bottom: 5px;
}
.old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #777;
    margin-bottom: 5px;
}
.new-price {
    color: #ee0000;
}
.block-viewes{
    margin-bottom: 20px;
}
.tit-top-page .tit-pub{
    flex: 1;
}
.pagi-page{
    margin-top: -15px;
    margin-left: 10px;
}
.tit-top-page{
    margin-bottom: 20px;
}
.order-grid{
    color: #d6dbe1;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.order-list{
    color: #d6dbe1;
    display: inline-block;
    font-size: 18px;
}
.order-grid.active,
.order-list.active{
    color: #575560;
}
.filter-view{
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 9px;
}
.select-filter select {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    background: #fff url(../img/rud.png) no-repeat right 15px center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #7e7e7e;
    border-color: #e3e3e3;
    border-radius: 30px;
    padding: 7px 30px 5px 15px;
    outline: unset;
}
.phantrang form input{
    color: #7e7e7e;
    width: 50px;
    height: 35px;
    border-radius: 30px;
    padding: 7px 12px 5px 12px;
    border: none;
    text-align: center;
    margin-right: 10px;
    outline: unset;
}
.a-pagi{
    color: #b0b0b0;
    font-size: 20px;
    margin-left: 10px;
}
.filter-view{
    margin-bottom: 20px;
}
.pagi-list a{
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
}
.pagi-list .active a{
    background: #fed700;
    border: 1px solid #fed700;
    font-family: myriabold;
}
.pagi-list {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    text-align: right;
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
}
.list-product-page.list-pro .col-md-3{
    width: 100%;
}
.list-product-page.list-pro .col-md-3 .block-sanpham{
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    padding: 0;
}
.list-product-page.list-pro .col-md-3 .block-sanpham .quick-view{
    position: unset;
    display: block;
    width: 140px;
    margin-left: 50px;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li{
    border-radius: 4px;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li.active, 
.slider-spct .lSSlideOuter .lSPager.lSGallery li:hover{
    border: 1px solid #f00;
}
.name-spct{
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
}
.rating-proct{
    margin-bottom: 10px;
}
.des-proct ul{
    padding-left: 20px;
}
.price-proct {
    font-size: 30px;
    font-family: myriasemibold;
    margin-bottom: 10px;
}
.des-proct{
    margin-bottom: 10px;
}
.soluong {
    display: flex;
    align-items: center;
    margin: 0;
}
.btn-minus, .btn-plus {
    outline: unset;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 10px;
    background: #efefef;
}
.ip-soluong {
    width: 40px;
    text-align: center;
    border: none;
}
.quantity{
    margin-bottom: 15px;
}
.btn-buy-proct{
    display: flex;
    align-items: center;
}
.bbp-muangay{
    display: block;
    background: #ff4351;
    color: #fff !important;
    white-space: nowrap;
    font-family: myriasemibold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 10px;
}
.bbp-addtocart{
    display: block;
    background: #ff9d00;
    color: #fff !important;
    white-space: nowrap;
    font-family: myriasemibold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
}
.block-camket-proct {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 15px;
}
.block-camket-proct i{
    width: 30px;
    color: #009fff;
}
.block-camket-proct p{
    width: calc(100% - 30px);
}
.block-tab-infopro .nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.block-tab-infopro .nav-tabs>li>a{
    border: none !important;
    margin: 0;
    font-size: 20px;
    color: #000;
    background: none !important;
    padding: 0;
}
.block-tab-infopro .nav-tabs>li{
    padding: 10px 25px;
}
.block-tab-infopro .nav-tabs>li:first-child{
    padding-left: 0;
}
.block-tab-infopro .nav-tabs>li:last-child{
    padding-right: 0;
}
.block-tab-infopro .nav-tabs>li.active>a, 
.block-tab-infopro .nav-tabs>li.active>a:focus, 
.block-tab-infopro .nav-tabs>li.active>a:hover{
    font-family: myriabold;
    position: relative;
}
.block-tab-infopro .nav-tabs>li.active>a:after{
    content: "";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 2;
    background: #fed700;
}
.block-tab-infopro .nav-tabs>li.active>a:before{
    content: "";
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
    background: #fed700;
}
.block-tab-infopro .tab-content {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}
.point-count span{
    font-size: 40px;
}
.point-count {
    line-height: 0.9;
    margin-bottom: 30px;
}
.rating-bar-line{
    width: 200px;
    height: 10px;
    border-radius: 50px;
    background-color: #f3f3f3;
}
.rating-percentage {
    height: 100%;
    background-color: #ac9723;
    display: block;
    border-radius: 50px;
}
.rating-bar{
    margin-bottom: 15px;
}
.rating-bar .rating-proct{
    margin-bottom: 0;
}
.flex-dg{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 0 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
    margin: 0;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #ffb909;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #ffb909;  } 
.rat-star .checked {
    color: #fed700;
}
.flex-dg > p {
    margin-top: 4px;
    width: 120px;
}
.flex-dg > fieldset{
    max-width: calc(100% - 120px);
}
.flex-dg > input,
.flex-dg > textarea {
    width: calc(100% - 120px);
}
.btn-review{
    width: 133px;
    height: 44px;
    border-radius: 4px;
    border: none;
    background: #fed700;
    color: #fff;
    font-family: myriabold;
}
.block-user-review{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.list-user-review .block-user-review:last-child{
    padding-bottom: 0;
    border-bottom: unset;
    margin-bottom: 0;
}
.block-cart {
    position: fixed;
    width: 450px;
    height: 100vh;
    right: -450px;
    z-index: 999999;
    top: 0;
    transition: all 0.3s;
    background: #fff;
    overflow: auto;
}
.block-cart.box-cart {
    right: -0;
    transition: all 0.3s;
}
.bl-cart-title {
    background: #f7f6f5;
    padding: 10px 15px;
}
.name-cart > span:first-child {
    color: rgba(78,89,93,0.7);
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}
.hide-cart {
    font-size: 30px;
    color: #676767;
    cursor: pointer;
}
.bl-cart-body {
    padding: 15px 16px;
    font-weight: 400;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.block-pro-cart {
    border-bottom: 1px solid #f2f1f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.img-pro-cart {
    float: left;
    width: 100px;
}
.content-cart {
    float: left;
    width: calc(100% - 100px);
    padding-left: 15px;
}
.name-pro-cart {
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: myriabold;
    clear: both;
}
.name-pro-cart a {
    color: #4e595d;
}
.qt-cart {
    width: 50%;
    float: left;
}
.p-sl {
    font-size: 13px;
    margin-bottom: 3px;
}
.bl-cart-footer {
    padding: 20px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.total {
    margin-bottom: 30px;
}
.total span {
    font-family: myriabold;
    font-size: 16px;
}
.dat-hang a {
    display: block;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.curtain.box-cart {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.curtain {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.qtpr-cart {
    margin-bottom: 5px;
}
.del-sp{
    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    color: #000;
}
.bl-cart-body .block-pro-cart:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.main-cuahang{
    padding: 200px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-cuahang {
    border: solid 4px rgba(255,255,255,.6);
    min-width: 500px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 99;
    padding: 10px 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.link-cuahang:hover{
    background: #000;
}
.tab-giohang table{
    width: 100%;
}
.tab-giohang table tr td{
    padding: 20px 10px;
}
.tab-giohang table tr{
    border-bottom: 1px solid #ccc;
}
.tomtatdonhang{
    background: #f2f2f2;
    padding: 15px;
}
.btn-dathang{
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    display: block;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
.btn-muathem{
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    margin-top: 10px;
}
.if-ttdh{
    width: calc(100% - 40px);
}
.block-video-page{
    margin-bottom: 30px;
}
.block-add {
    margin-bottom: 20px;
}
.icon-add {
    display: flex;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #e27d23;
    color: #fff;
}
.ct-add {
    width: calc(100% - 50px);
    float: left;
}
.sbm-pri .btn-primary {
    background: #e27d23;
    color: #fff;
    border: none !important;
}
.left-thanhtoan{
    width: 55%;
    padding: 60px 60px 60px 0;
}
.block-fthanhtoan{
    margin-bottom: 30px;
}
.ul-vanchuyen {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ul-vanchuyen .form-check label{
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.ul-vanchuyen .form-check:last-child label{
    border: none;
}
.form-check input[type="radio"]{
    position: absolute;
    right: 9000px;
}
.form-check 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;
}
.form-check input[type="radio"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #f28b00;
    animation: effect 250ms ease-in;
}
.btn-htdh{
    display: inline-block;
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: #a80303;
    color: white;
    border: none;
}
.right-thanhtoan{
    width: 45%;
    margin-top: 60px;
    padding: 40px;
    background: #fafafa;
}
.img-sl img{
    border-radius: 4px;
}
.img-sl{
    position: relative;
}
.img-sl span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
}
.code-giamgia input{
    width: calc(100% - 115px);
}
.code-giamgia button{
    width: 100px;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #c8c8c8;
    border: none;
    border-radius: 4px;
    height: 34px;
}
.luuyshop{
    padding: 10px;
    border: 1px solid #f77705;
    line-height: 18px;
    margin-bottom: 20px;
}
.danhmuc-tin{
    display: flex;
    align-content: center;
    justify-content: center;
}
.danhmuc-tin > a{
    display: inline-block;
    padding: 6px 25px;
    font-size: 18px;
    line-height: 26px;
    color: #a80303;
    border: solid 1px #a80303;
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
}
.danhmuc-tin > a.active,
.danhmuc-tin > a:hover{
    background: #a80303;
    color: #fff;
}
.main-big-news{
    background: #f6f6f6;
}
.content-big-news{
    padding: 30px 30px 30px 0;
}
.date-pos{
    display: inline-block;
    color: #ffffff;
    padding: 6px 10px;
    position: relative;
    background: #a80303;
}
.date-pos i{
    margin-right: 5px;
}
.main-big-news{
    margin-bottom: 30px;
}
.img-lnews{
    position: relative;
    margin-bottom: 15px;
}
.img-lnews .date-pos{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 144, 255, 0.7);
}
.tit-lnews{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.des-lnews{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block-lnews{
    margin-bottom: 30px;
}
.pagi-news{
    display: flex;
    align-content: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
}
.pagi-news > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    margin: 0 5px;
    font-family: 18px;
    border-radius: 4px;
}
.pagi-news > a.active,
.pagi-news > a:hover{
    color: #fff;
    background: #a80303;
}
.share-post .at-resp-share-element .at-share-btn{
    margin-bottom: 0;
}
.print-back a i{
    margin-right: 5px;
}
.tag-news a{
    display: inline-block;
    margin-left: 20px;
    columns: #000;
}
.share-post{
    padding: 10px;
    background: #fafafa;
    border-radius: 4px;
}
.tag-news{
    padding: 10px;
    background: #fafafa;
    border-radius: 4px;
}
.btn-ykien{
    font-size: 16px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 38px;
    display: inline-block;
    border-radius: 4px;
}
.all-input-ykien {
    border: 1px solid #ccc;
    padding: 15px;
    border-top: 0;
    display: none;
}
.ul-list-news-rela{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-list-news-rela > li > a{
    display: block;
    color: #000;
}
.ul-list-news-rela > li{
    margin-bottom: 10px;
}
.sp-date-nrela{
    display: inline-block;
    color: #a80303;
    margin-right: 20px;
}
.sp-date-nrela i{
    margin-right: 5px;
}
.title-news-aside{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #a80303;
    background: #f2f2f2;
    padding: 11px 20px;
    margin-bottom: 2px;
}
.list-news-asi .block-lnews{
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}
.list-news-asi .block-lnews .tit-lnews{
    margin: 0;
    font-family: myria;
    font-size: 16px;
}
.left-cuahang{
    background: #f8f8f8;
    padding: 20px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: 535px;
    width: 33%;
}
.find-cuahang{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    padding-top: 3px;
}
.find-daily{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 3px;
}
.find-cuahang.active,
.find-daily.active{
    font-family: myriabold;
}
.select-find-top {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    outline: none;
    background: white url(../img/sort-down.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: calc(100% - 15px) 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-top: 3px;
}
.select-find-bottom {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    outline: none;
    background: white url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: calc(100% - 15px) 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-top: 3px;
}
.re-find-daily{
    display: none;
}
.block-list-store{
    width: 100%;
    background: white;
    padding: 5px 15px;
    height: 300px;
    overflow: auto;
}
.add-store i{
    display: inline-block;
    width: 25px;
}
.add-store-detail{
    padding-left: 25px;
}
.add-store-detail a span{
    display: block;
}
.add-store-detail a{
    color: #000;
}
.chiduong{
    color: #000;
}
.chiduong i{
    width: 25px;
    display: inline-block;
}
.items-store{
    margin-bottom: 10px;
}
.block-list-store::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.block-list-store::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.block-list-store::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: #F5F5F5;
}
.right-cuahang{
    width: 67%;
}
.right-cuahang iframe{
    width: 100%;
}
.bn-spnb img{
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #f4a51c !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.header-bottom.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery img{
    width: 100%;
}
.at-share-dock-outer,.at4-thankyou{
    display: none !important;
}
.at4-share{
    display: none;
}
.block-why > img{
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.block-why:hover > img{
    filter: grayscale(0);
    transform: scale(1);
}
.block-why:hover h4{
    color: #a80303;
}

.fancybox-iframe {
    max-width: 1000px;
}
.block-slider-spnb .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none !important;
    color: #000;
    top: calc(50% - 15px);
    left: 0;
    font-size: 30px;
    z-index: 9;
    margin: 0;
    outline: unset;
}
.block-slider-spnb .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none !important;
    color: #000;
    top: calc(50% - 15px);
    right: 0;
    font-size: 30px;
    z-index: 9;
    margin: 0;
    outline: unset;
}
.content-gtct{
    padding: 60px 0 0 100px;
    position: relative;
}
.content-gtct:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    min-height: 400px;
    height: 100%;
    background: url(../img/bg-about.jpg) center bottom no-repeat #818181;
}
.nav-gioithieu{
    padding: 20px 0;
    background: #e2e2e2;
    text-align: center;
    overflow: auto;
}
.nav-gioithieu a{
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 3px;
}
.nav-gioithieu a.active,
.nav-gioithieu a:hover{
    background: #ed1c24;
    color: #fff;
}
.about-info{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.about-info:before{
    content: "";
    position: absolute;
    top: 135px;
    width: 500px;
    height: 500px;
    background: #f3f3f3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 5vh;
    border-radius: 5vh;
    backface-visibility: hidden;
    left: -370px;
}
.about-info:after{
    content: "";
    position: absolute;
    top: 135px;
    width: 500px;
    height: 500px;
    background: #f3f3f3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 5vh;
    border-radius: 5vh;
    backface-visibility: hidden;
    right: -370px;
}
.value {
    width: 100%;
    height: auto;
    z-index: 5;
    position: relative;
}
.value-list {
    width: 600px;
    height: 600px;
    margin: auto;
    position: relative;
}
.item-a {
    position: absolute;
    margin: 0 10px;
    width: 39%;
    height: 39%;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}
.item-a::before {
    content: '';
    background-color: #f47920;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-a:nth-child(1) {
    top: 22px;
    left: 172px;
}
.item-a:nth-child(1):before {
    background: url(../img/logo-about.png) center center/contain no-repeat;
}
.item-a:nth-child(2) {
    top: 197px;
    right: 0;
}
.hover-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.item-a h3 {
    color: #fff;
    font-size: 25px;
    position: relative;
    margin: 0 -3px;
    width: 154px;
    text-transform: uppercase;
    font-family: myriabold;
}
.item-a:hover h3 {
    color: #000;
}
.item-a:hover::before {
    background-color: #d7d7d7!important;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
}
.tooltip-a {
    position: absolute;
    width: 350px;
    color: #333;
    background-color: #d7d7d7;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    z-index: 10;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.tooltip-a.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}
.tooltip-a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #d7d7d7 transparent transparent;
    position: absolute;
    left: -15px;
    top: calc(50% - 10px);
}
.item-a:nth-child(3) {
    top: 373px;
    left: 176px;
}
.item-a:nth-child(3)::before {
    background-color: #f99d1b;
}
.item-a:nth-child(4) {
    top: 200px;
    left: 0;
}
.item-a:nth-child(4)::before {
    background-color: #ffc20e;
}
.tooltip-a.ctani-3::before {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #d7d7d7;
    left: auto;
    right: -15px;
}
.nav-gioithieu > .container {
    white-space: nowrap;
}
.item-a:nth-child(1):hover::before{
    background-color: unset !important;
    box-shadow: unset;
}
.thanhtichdatduoc{
    background: -webkit-linear-gradient(180deg,#fbb12f 0,#ed1c24 100%);
    background: linear-gradient(180deg,#fbb12f 0,#ed1c24 100%);
}
.block-slider-thanhtich{
    position: relative;
}
.block-slider-thanhtich .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -80px;
    top: calc(50% - 14px);
    z-index: 9;
    background: none !important;
    outline: unset;
}
.block-slider-thanhtich .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -80px;
    top: calc(50% - 14px);
    z-index: 9;
    background: none !important;
    outline: unset;
}
.gall-spct {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 20px;
    overflow: auto;
    white-space: nowrap;
}
.gall-spct li {
    width: calc(20% - 10px);
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
}
.ul-color-quick > li.active{
    border: 1px solid #f00;
}
.gall-spct li.active{
    border: 1px solid #f00;
}
.block-slider-dsp{
    position: relative;
}
.block-slider-dsp .owl-theme .owl-nav{
    margin: 0 !important;
}
.block-slider-dsp .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none !important;
    color: #000 !important;
    top: calc(50% - 10px);
    right: -20px;
    font-size: 20px;
    z-index: 9;
    margin: 0;
    outline: unset;
}
.block-slider-dsp .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none !important;
    color: #000 !important;
    top: calc(50% - 10px);
    left: -20px;
    font-size: 20px;
    z-index: 9;
    margin: 0;
    outline: unset;
}
.info-bank {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    display: block;
}
.slider-quick button img{
    height: 100%;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.w3-alo-phone{
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#FF5722;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-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
    }
}

@-webkit-keyframes phonering-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
    }
}

@-webkit-keyframes phonering-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)
    }
}

@-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
    }
}

@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 fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
.fancybox-container{
    z-index: 2000000001;
}



@media (min-width: 1300px){
    .container {
        width: 1230px;
    }
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .left-cuahang{
        width: 40%;
    }
    .right-cuahang{
        width: 60%;
    }
    .ul-main-menu > li > a {
        margin-left: 20px;
        font-size: 15px;
    }
    .a-cate-menu > span {
        margin: 0 20px 0 15px;
    }
    .a-cate-menu{
        font-size: 14px;
    }
    .main-banner .flex-start{
        display: block;
    }
    .block-slider-banner{
        width: 100%;
        margin-bottom: 20px;
    }
    .aside-right-cate {
        width: 100%;
        display: flex;
    }
    .item-right-cate{
        flex: 1;
        margin: 0 5px;
    }
    .items-camket{
        width: 50%;
    }
    .content-big-news{
        padding: 0;
    }
    .main-big-news {
        padding: 15px;
    }
    .block-camket .items-camket:first-child{
        display: none;
    }
    .block-camket .items-camket:nth-child(2){
        order: 3;
    }
    .block-camket .items-camket:nth-child(3){
        order: 1;
    }
    .block-camket .items-camket:nth-child(4){
        order: 4;
    }
    .block-camket .items-camket:nth-child(5){
        order: 2;
    }
    .value-info{
        display: none !important;
    }
    .value-list {
        transform: scale(.8);
    }
    .about-info{
        background: #e4e4e4;
    }
    .editer-dhpt{
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        margin-top: 40px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .name-spct{
        margin-top: 20px;
    }
    .system-top > span.hide991{
        display: none !important;
    }
    .cart-top {
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #828282;
        position: relative;
        border-radius: 4px;
    }
    .icon-bag{
        position: unset;
        margin: 0;
    }
    .system-top > span:first-child{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .header-top{
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }
    .search-top {
        width: calc(100% - 20px);
        margin: 0 auto;
        margin-top: 20px;
    }
    .search-top form input {
        height: 38px;
        border-radius: 0;
        border: 1px solid #ccc;
        border-right: unset;
        padding: 9px 12px 6px 12px;
    }
    .search-top form button{
        height: 38px;
        border-radius: 0;
        border: 1px solid #ccc;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fbfbfb;
        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 #000;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #000;
        font-size: 15px;
        font-family: myriabold;
        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 #000;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #000;
        border-bottom: none;
        background: #ddd;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .sub-menu-mb > li .sub-menu-mb > li{
        background: #ccc;
    }
    .block-slider-banner{
        margin-top: 20px;
    }
    .tit-pub{
        font-size: 20px;
    }
    .item-dsp{
        margin-bottom: 30px;
    }
    .block-cautruc{
        margin-bottom: 30px;
    }
    .quick-view{
        display: none !important;
    }
    .block-sanpham{
        padding-bottom: 0;
    }
    .tit-cautruc{
        margin-top: 0;
        font-size: 26px;
    }
    .block-diemmanh{
        margin-bottom: 20px;
    }
    .block-home-video .col-md-4{
        margin-bottom: 20px;
    }
    .block-news-home{
        margin-bottom: 20px;
    }
    .block-ex{
        margin-bottom: 20px;
    }
    .left-cuahang{
        width: 100%;
    }
    .right-cuahang{
        width: 100%;
    }
    .fl-cuahang{
        display: block;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .left-thanhtoan{
        padding: 30px 30px 30px 0;
    }
    .right-thanhtoan{
        margin-top: 30px;
        padding: 20px;
    }
    .bar-mb {
        margin-left: 20px;
        background: #e40000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }
    .logo{
        margin-left: 15px;
    }
    header{
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 0;
        left: 0;
        transition: all 0.3s;
    }
    header.push-header {
        left: -280px;
        transition: all 0.3s;
    }
    section{
        margin-top: 60px;
    }
    .block-why {
        text-align: center;
    }
    .about-info:before{
        left: -450px
    }
    .about-info:after{
        right: -450px;
    }
    .slider-dsp{
        display: flex;
        flex-wrap: wrap;
    }
    .slider-dsp > .item-dsp{
        width: 50%;
        padding: 0 10px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .aside-right-cate {
        display: block;
    }
    .item-right-cate{
        flex: unset;
        margin: 0 0 10px 0;
    }
    .items-camket {
        width: 50%;
    }
    .block-sanphamnoibat .flex-n{
        display: block;
    }
    .bn-spnb{
        width: 100%;
    }
    .block-content-spnb{
        width: 100%;
    }
    .block-why {
        margin-bottom: 25px;
    }
    .block-home-video:before{
        background-size: contain;
    }
    .quick-link-ft .flex-bw{
        display: block;
    }
    .link-ft {
        margin-bottom: 10px;
        display: block;
    }
    .link-ft a{
        margin-bottom: 10px;
    }
    .footer-bottom .flex-bw{
        display: block;
        text-align: center;
    }
    .footer-bottom .flex-bw .right{
        text-align: center;
    }
    .tab-giohang table,
    .tab-giohang table tbody,
    .tab-giohang table tr,
    .tab-giohang table tr td{
        display: block;
        width: 100% !important;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .block-tab-infopro .nav-tabs>li{
        padding: 10px 20px;
    }
    .link-cuahang{
        min-width: unset;
        max-width: calc(100% - 30px);
    }
    .flex.phantrang{
        display: none;
    }
    .select-filter.flex select{
        display: none;
    }
    .select-filter.flex select:first-child{
        display: block;
        margin: 0 !important;
    }
    .filter-view{
        padding: 10px;
    }
    .fl-thanhtoan{
        display: block;
    }
    .left-thanhtoan{
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .right-thanhtoan{
        width: 100%;
        margin-bottom: 30px;
    }
    .content-big-news{
        margin-top: 20px;
    }
    .nav-gioithieu > .container {
        width: 100%;
        padding: 0;
    }
    .value-list {
        transform: scale(.5,.5);
        margin-top: -180px;
        margin-bottom: -140px;
        margin-left: -300px;
        left: 50%;
    }
    .about-info:after,
    .about-info:before {
        top: -55px;
    }
    .content-gtct {
        padding: 20px 0;
    }
    .content-gtct:before{
        content: unset;
    }
    .block-slider-dsp .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .block-slider-dsp .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .tab-giohang .soluong{
        justify-content: center;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .block-cart{
        width: 100%;
        right: -100%;
    }
    .fwmb{width: 100%;}
    .logo img{
        width: 150px;
    }
    .cart-top{
        margin-left: 0;
    }
    .items-camket {
        /*width: 100%;*/
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .item-dsp a img{
        height: auto;
    }
    .tit-pub{
        font-size: 18px;
    }
    .tit-pub span{
        padding-right: 50px;
    }
    .img-sanpham a{
        width: 100%;
        height: 100%;
    }
    .img-sanpham{
        height: auto !important;
    }
    .block-diemmanh{
        margin-bottom: 0;
    }
    .block-slider-thichnghi{
        padding: 0 50px;
    }
    .block-slider-thichnghi .owl-carousel .owl-nav button.owl-next{
        right: -50px;
    }
    .block-slider-thichnghi .owl-carousel .owl-nav button.owl-prev{
        left: -50px;
    }
    .find-cuahang,
    .find-daily{
        font-size: 16px;
    }
    .find-cuahang{
        padding-right: 10px;
        margin-right: 10px;
    }
    .right-cuahang iframe{
        height: 350px;
    }
    .block-tab-infopro .nav-tabs{
        display: block;
    }
    .block-tab-infopro .nav-tabs>li{
        float: unset;
        width: 100%;
        padding: 10px !important;
    }
    .rating-bar .rating-proct{
        font-size: 12px;
    }
    .rating-bar-line{
        width: 130px;
    }
    .flex-dg{
        display: block;
        clear: both;
    }
    .flex-dg > p{
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-dg > fieldset{
        max-width: unset;
        width: auto;
    }
    .flex-dg > input, .flex-dg > textarea{
        width: 100%;
    }
    .img-sanpham img{
        width: 100%;
    }
    .btn-buy-proct{
        display: block;
    }
    .bbp-muangay,
    .bbp-addtocart{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .clear40{
        height: 20px;
    }
    .link-cuahang{
        font-size: 20px;
    }
    .main-cuahang{
        padding: 150px 0;
    }
    .tit-top-page .flex-bw{
        display: block;
    }
    .pagi-page{
        margin: 0;
    }
    .share-post .flex-bw{
        display: block;
    }
    .print-back {
        margin-top: 20px;
    }
    .danhmuc-tin > a{
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }
    .danhmuc-tin{
        display: block;
    }
    .header-top > .container{
        padding: 0;
    }
    .info-sanpham{
        padding: 10px 5px 5px 5px;
    }
    .block-content-spnb{
        display: none;
    }
    .icon-ex{
        width: 40px;
    }
    .ct-ex{
        width: calc(100% - 50px);
    }
    .ct-ex h4{
        font-size: 15px;
    }
    .ct-ex p{
        font-size: 13px;
    }
    .footer-top .row.flex-wrap .col-md-3{
        padding: 0 5px;
    }
    .list-product-page > .col-md-3.col-sm-4.col-xs-6:nth-child(odd),
    .rela-product .col-md-3.col-sm-6.col-xs-6:nth-child(odd),
    .block-video-many .col-md-4.col-sm-6.col-xs-6:nth-child(odd){
        padding-right: 7px;
    }
    .list-product-page > .col-md-3.col-sm-4.col-xs-6:nth-child(even),
    .rela-product .col-md-3.col-sm-6.col-xs-6:nth-child(even),
    .block-video-many .col-md-4.col-sm-6.col-xs-6:nth-child(even){
        padding-left: 7px;
    }
    .img-sanpham img{
        min-width: unset;
    }
}