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}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: Arial, Helvetica, sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: Arial, Helvetica, 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: bold;}
.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;
}
.header-top{
    background: #000;
    padding: 10px 0;
}
.hl-top{
    display: inline-block;
    background: #ff0000;
    color: #fff !important;
    padding: 5px 10px;
    margin-right: 15px;
}
.hl-top i{
    margin-right: 7px;
}
.dk-top{
    display: inline-block;
    background: #dcaf47;
    color: #fff !important;
    padding: 5px 10px;
}
.dk-top i{
    margin-right: 7px;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
    border-radius: 0 50px 50px 0;
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
    border-radius: 50px 0 0 50px;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.cart-top a{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
}
.search-cart{
    display: flex;
    align-items: center;
}
.cart-top a span{
    position: absolute;
}
.cart-top{
    margin-left: 20px;
}
.cart-top a span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff0000;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}
.ul-main-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    padding: 20px 15px;
}
.ul-main-menu > li > a > i{
    position: relative;
    top: -3px;
}
.ul-main-menu > li.active > a{
    color: #dd3333;
}
.header-bottom{
    padding: 5px 0;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 5px solid #000;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    z-index: 9999;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
}
.ul-sub-menu > li > a{
    display: block;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    white-space: nowrap;
}
.has-sub:hover .ul-sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
}
.has-sub-2{
    position: relative;
}
.ul-sub-menu-2{
    position: absolute;
    top: 30px;
    left: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 5px solid #000;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    z-index: 9999;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
}
.ul-sub-menu-2 > li > a{
    display: block;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    white-space: nowrap;
}
.has-sub-2:hover .ul-sub-menu-2{
    top: -5px;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
}
.has-sub-2 > a > i{
    position: absolute;
    right: 8px;
    top: calc(50% - 6px);
    font-size: 12px;
}
.ul-side-bar{
    padding: 0;
    list-style-type: none;
    margin: 0;
    background: #000;
}
.ul-side-bar > li > a{
    display: block;
    color: #f5d19c;
    padding: 10.5px 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #555;
    font-size: 14px;
}
.ul-side-bar > li:last-child > a{
    border: none;
}
.main-banner .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    transition: all .2s ease-in-out;
    margin: 0;
    top: calc(50% - 15px);
}
.main-banner a.nivo-prevNav {
    left: 15px;
}
.main-banner a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.main-banner .nivo-controlNav{
    width: 100%;
    right: 0;
}
.main-banner .nivo-controlNav {
    width: 100%;
    right: 0;
    bottom: -30px;
}
.main-banner .nivo-controlNav a{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #000;
    background: #000;
    box-shadow: 0 0 5px #000;
}
.main-banner .nivo-controlNav .nivo-control.active{
    background: none;
}
.block-cate{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-cate{
    background: #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 33.333333%;
}
.item-cate a{
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.item-cate a span{
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
.modal-title-dk {
    margin: 0;
    background: #dcaf47;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.btn-dk {
    background: #DD4A39;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    color: #fff;
    padding: 6px 10px;
}
.btn-dong {
    display: inline-block;
    color: #fff;
    background: #e36159;
    border: none;
    padding: 6px 12px;
}
.opensan{
    font-family: 'Open Sans', sans-serif;
}
.tit-pub{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tit-pub:after {
    content: "";
    width: 110px;
    background: #f62d3e;
    height: 3px;
    display: block;
    position: absolute;
    top: 100%;
    left: 5px;
    z-index: 9;
}
.control-slider {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 6px;
}
.prev-spnb{
    margin-right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.next-spnb{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.img-spnb{
    border: 1px solid #08c;
    padding: 3px;
    position: relative;
}
.img-spnb a{
    display: block;
    overflow: hidden;
}
.img-spnb a img{
    transform: scale(1);
    transition: all 0.3s;
}
.name-spnb{
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}
.price-spnb{
    color: #ff0000;
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.dathang{
    border: 1px solid #ccc;
    color: #6f6e6b;
    padding: 5px 10px;
    display: inline-block;
}
.dathang i{
    margin-right: 5px;
}
.dathang:hover{
    background: #d33;
    color: #fff;
}
.info-spnb {
    padding: 15px 10px;
}
.items-spnb:hover .img-spnb a img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.img-spnb a.fast-view {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 99;
    background: #d33;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 13px;
    display: none;
}
.items-spnb:hover .fast-view{
    display: block;
}
.img-tktc{
    border: 1px solid #ddd;
    padding: 3px;
    position: relative;
    overflow: hidden;
}
.img-tktc a{
    display: block;
    overflow: hidden;
    position: relative;
}
.link-tktc {
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 99;
    height: 50px;
    width: 50px;
    background: #d33;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0 0 0 50%;
    transition: all 0.3s;
}
.img-tktc a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(23, 23, 23, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.img-tktc:hover a:before{
    background: rgba(23, 23, 23, 0.8);
    opacity: 1;
    transition: all 0.3s;
    z-index: 9; 
}
.img-tktc a img{
    transform: scale(1);
    transition: all 0.3s;
}
.img-tktc:hover a img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.img-tktc:hover .link-tktc{
    right: 0;
    top: 0;
    transition: all 0.3s;
}
.img-tktc a.view-fancy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #d30;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    visibility: hidden;
}
.img-tktc a.view-fancy:before{
    content: unset;
}
.img-tktc:hover a.view-fancy {
    visibility: visible;
}
.info-tktc{
    display: block;
    color: #000;
    text-align: left;
}
.info-tktc span{
    display: block;
}
.info-tktc span.name-tktc{
    margin: 10px 0;
    font-size: 16px;
    color: #000;
}
.info-tktc span.tktc-cate{
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}
.fancybox-infobar{
    display: none;
}
.block-slider-tktc .lSSlideOuter .lSPager.lSpg{
    margin-top: 20px !important;
}
.block-slider-tktc .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
}
.block-slider-tktc .lSSlideOuter .lSPager.lSpg > li:hover a, 
.block-slider-tktc .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #d30;
}
.main-dmsp .items-spnb:hover{
    box-shadow: 0 2px 20px 0px rgba(0,0,0,0.2);
}
.main-dmsp .items-spnb{
    margin-bottom: 30px;
}
.img-news {
    border: 1px solid #ddd;
    padding: 3px;
    position: relative;
    overflow: hidden;
}
.img-news a{
    display: block;
    overflow: hidden;
}
.img-news a img{
    transform: scale(1);
    transition: all 0.3s;
}
.img-news:hover a img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.img-news .view-fancy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #d30;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    visibility: hidden;
}
.img-news:hover .view-fancy {
    visibility: visible;
}
.info-news a{
    display: block;
    margin: 10px 0;
    color: #d33;
}
.info-news{
    margin-bottom: 10px;
}
.block-slider-news .lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important;
}
.block-slider-news .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
}
.block-slider-news .lSSlideOuter .lSPager.lSpg > li:hover a, 
.block-slider-news .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #d30;
}
.main-video {
    margin-top: 36px;
}
.main-video iframe{
    width: 100%;
}
.block-camket {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.icon-ck{
    width: 62px;
    margin-right: 13px;
    margin-top: 5px;
}
.ct-ck{
    width: calc(100% - 75px);
}
.top-ck{
    color: #f00;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.bottom-ck{
    color: #fff;
}
.main-camket{
    background: #261511;
    padding: 20px 0;
}
.main-map iframe{
    width: 100%;
}
.ft-add p{
    margin-bottom: 5px;
    font-size: 14px;
}
.social-ft{
    margin-top: 15px;
}
.social-ft a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 7px;
    color: #fff !important;
    font-size: 12px;
}
.social-ft a.soft-fb{
    background: #3b5a9a;
}
.social-ft a.soft-yt{
    background: #c3191e;
}
.social-ft a.soft-gg{
    background: #dd4b39;
}
.social-ft a:hover{
    opacity: 0.9;
}
.tit-ft {
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li > a{
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
.fanpage{
    overflow: hidden;
}
.footer-bottom{
    background: #060606;
    padding: 15px 0;
}
.footer-bottom p{
    color: #555;
    font-size: 13px;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 930px !important;
    margin: 0;
    background: #191919;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.pop-fancy {
    padding: 30px 15px;
}
.tit-xemnhanh{
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.price-xemnhanh{
    font-size: 32px;
    color: #F62D3E;
    margin-bottom: 15px;
    font-weight: bold;
}
.dat-hang{
    margin-bottom: 15px;
}
.dat-hang a{
    display: inline-block;
    background: #d33;
    padding: 10px 15px;
    color: #fff !important;
}
.dat-hang a i{
    margin-right: 7px;
}
.clred{
    color: #d33;
}
.share-xn{
    display: flex;
    align-items: center;
}
.share-xn span{
    font-weight: bold;
    margin-right: 20px;
}
.share-xn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4c4c4c;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    font-size: 12px;
}
.sort-show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sort-by{
    display: flex;
    align-items: center;
}
.sort-by span{
    margin-right: 10px;
    white-space: nowrap;
}
.list-pro .items-spnb{
    margin-bottom: 30px;
}
.list-pro .items-spnb:hover {
    box-shadow: 0 2px 20px 0px rgba(0,0,0,0.2);
}
.pagi{
    display: flex;
    align-items: center;
}
.pagi a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin-left: 10px;
    color: #7b858a;
    font-weight: bold;
}
.pagi a:hover,
.pagi a.active{
    border: 1px solid #d30;
}
.tit-asi-page{
    background: #DD3333;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
.ul-asi-page{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.ul-asi-page > li > a{
    display: block;
    position: relative;
    color: #000;
    padding: 15px 10px 15px 30px;
    border-bottom: 1px solid #ccc;
}
.ul-asi-page > li > a:before{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 6px;
    background: #f62d3e;
    top: 22px;
    left: 10px;
}
.ul-asi-page > li > a:hover{
    color: #337ab7;
}
.cate-aside-page{
    margin-bottom: 30px;
}
.img-tin{
    border: 1px solid #ccc;
    padding: 3px;
    position: relative;
}
.img-tin a.view-fancy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #d30;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    visibility: hidden;
    transition: unset;
}
.img-tin:hover a.view-fancy{
    visibility: visible;
    transition: unset;
}
.tit-tt{
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.tit-tt a{
    color: #d33;
    font-weight: bold;
    line-height: 30px;
}
.block-tin {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.pagi.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-asi-tktc{
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 10px;
    width: 80px;
}
.asi-tktc{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0 20px 0;
}
.ct-asi-tktc{
    width: calc(100% - 90px);
}
.ct-asi-tktc a{
    color: #000;
}
.block-slider-news .info-news{
    text-align: left;
}
.pro-rela{
    background: #f4f4f4;
    padding: 40px 0;
}
.header-bottom.stick-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}
.header-bottom.stick-head .logo img{
    transition: all 0.5s;
}
.search-mobile{
    display: none;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #ff0000 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
#at4-thankyou,.at-share-dock-outer{
    display: none !important;
}
.tel-page {
    position: fixed;
    z-index: 9999;
    left: 5px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    background: #bb1f09;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
}
.ic-tel {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #611d2e;
    font-size: 20px;
}
.number-tel {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #fff !important;
}
.tel-page:hover .number-tel{
    text-decoration: underline;
}



@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        padding: 10px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .logo img{
        width: 110px;
    }
    .search-mb{
        color: #999;
        margin-right: 20px;
        font-size: 20px;
    }
    .search-bar-mb{
        display: flex;
        align-items: center;
    }
    .search-bar-mb > span{
        cursor: pointer;
        display: inline-flex;
        width: 38px;
        height: 38px;
        background: red;
        align-items: center; 
        justify-content: center;
        color: #fff;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #1C2432;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 20px 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 rgba(219, 219, 219, 0.21176470588235294);
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px 20px;
    }
    .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 rgba(219, 219, 219, 0.21176470588235294);
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid rgba(219, 219, 219, 0.21176470588235294);
        border-bottom: none;
        background: rgba(255,255,255,.08);
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-mobile {
        padding: 8px 0;
        background: #fff;
    }
    .header-bottom{
        padding: 20px 0;
    }
    .header-bottom.stick-head{
        padding: 10px 0;
        left: unset;
    }
    .churi{
        margin: 0;
    }
    .churi .col-md-3{
        padding: 0;
    }
    .churi .col-sm-4{
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .header-bottom{
        position: relative;
    }
    .search-mobile {
        position: absolute;
        top: 100%;
        width: calc(100% - 30px);
        z-index: 99;
        left: 15px;
    }
    .search-mobile.show-smb{
        display: block;
    }
    .block-camket {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .pop-fancy {
        padding: 15px 0;
    }
    .tit-pub{
        font-size: 20px;
    }
    .fast-view{
        display: none !important;
    }
    .sort-by > span{
        display: none;
    }
    .clear40{
        height: 20px;
    }
    .number-tel{
        font-size: 18px;
    }
    .ic-tel{
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .main-cate-home {
        margin-top: 15px;
    }
}