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: #ff5152;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.form-search-top form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-search-top form input{
    width: calc(100% - 40px);
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
    height: 40px;
    box-shadow: unset;
    outline: unset;
    border: 1px solid #ccc;
}
.form-search-top form button{
    width: 40px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background: #ff5152;
    border: none;
    color: #fff;
}
.hotline-top a span:first-child{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.hotline-top a span:last-child{
    color: #EA151E;
    margin-left: 5px;
    font-size: 24px;
    font-weight: 700;
}
.hotline-top a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hotline-top{
    width: 100%;
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
.cart-top{
    margin-left: 30px;
}
.cart-top a span:first-child{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
}
.cart-top a span:last-child{
    color: #000;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
}
.cart-top a{
    display: flex;
    align-items: center;
}
.logo img{
    width: 200px;
}
.header-top {
    padding: 15px 0;
    border-bottom: 1px solid #f7f7f7;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 20px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.ul-main-menu > li:hover > a{
    color: #ff5152;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 9999;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    color: #ff5152;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.header-bottom{
    background: #f7f7f7;
}
.tit-left-cate{
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background-color: #e03232;
    padding: 15px 5px;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}
.ul-left-cate{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ul-left-cate > li > a{
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.ul-left-cate > li:hover > a{
    color: #ff5152;
}
.block-slider-banner .owl-theme .owl-nav{
    margin-top: 0 !important;
}
.block-slider-banner{
    position: relative;
}
.block-slider-banner .owl-carousel .owl-nav button.owl-next{
    margin: 0;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
    color: #9e9e9e;
    outline: unset;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
}
.block-slider-banner .owl-carousel .owl-nav button.owl-prev{
    margin: 0;
    position: absolute;
    left: 0;
    background: #f1f1f1;
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
    color: #9e9e9e;
    outline: unset;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}
.block-camket{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-ck{
    width: 40px;
    margin-right: 10px;
}
.info-ck{
    width: calc(100% - 50px);
}
.tit-pub{
    position: relative;
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
}
.tit-pub:after{
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #000;
    margin: 0 auto;
    margin-top: 15px;
}
.tit-pub:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffb200;
    left: calc(50% - 5px);
}
.name-prod{
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.info-prod{
    padding: 15px 15px 0 15px;
}
.price-prod{
    font-weight: 700;
    color: #e03232;
    font-weight: 700;
    font-size: 18px;
}
.block-prod{
    margin-bottom: 30px;
}
.content-news{
    background: #fff;
    padding: 20px 15px;
}
.block-news-home{
    margin: 10px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
}
.tit-news{
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
}
.des-news{
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xemthem{
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}
.line-add-cty{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.line-add-cty i{
    width: 30px;
    color: #ffb200;
}
.line-add-cty p{
    width: calc(100% - 30px);
}
.footer-top{
    background: rgba(0,0,0,0.9);
}
.footer-top *{
    color: #fff;
}
.logo-ft img {
    max-height: 60px;
    background: #fff;
    border-radius: 4px;
}
.logo-ft{
    margin-bottom: 10px;
}
.tit-ft{
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 15px;
    background: #fff;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li > a > i{
    color: #ffb200;
    margin-right: 10px;
}
.flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block-news-post-ft{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.img-npft{
    width: 80px;
}
.ct-npft{
    width: calc(100% - 90px);
}
.list-npft .block-news-post-ft:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
.footer-bottom{
    background: #222;
    padding: 10px 0;
}
.copyright{
    text-align: center;
    color: #fff;
}
.main-breac > img{
    min-height: 300px;
    object-fit: cover;
}
.main-breac{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-breac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39,39,39,0.65);
}
.content-breac{
    width: 1140px;
    position: absolute;
    z-index: 9;
}
.tit-breac{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.breac{
    text-align: center;
    color: #fff;
}
.breac a{
    color: #ffb200;
}
.breac *{
    font-size: 16px;
}
.hotline-aside{
    padding: 10px;
    border: 1px solid #d8d8d8;
}
.left-hotline{
    margin: 20px 0;
}
.form-yc{
    padding: 10px;
    border: 1px solid #d8d8d8;
}
.btn-guingay{
    background-color: #ff5152;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 30px;
    height: 30px;
    color: #000;
    margin-left: 5px;
    font-weight: 700;
    padding: 0 5px;
}
.pagi > a.active,
.pagi > a:hover{
    background: #000;
    color: #fff;
}
.pagi{
    margin-bottom: 20px;
}
.mgbt20{
    margin-bottom: 20px;
}
.mgbt10{
    margin-bottom: 10px;
}
.a-muahang{
    display: block;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff!important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    width: 100%;
    font-weight: 700;
    margin: 20px 0;
}
.a-muahang span:last-child{
    display: block;
    font-weight:400;
    text-transform: none;
    font-size: 14px;
}
.a-muahang:hover{
    background: #f59000;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f59000),to(#fd6e1d));
    background: -webkit-linear-gradient(top,#fd6e1d,#f59000);
    background: -moz-linear-gradient(top,#fd6e1d,#f59000);
    background: -ms-linear-gradient(top,#fd6e1d,#f59000);
    background: -o-linear-gradient(top,#fd6e1d,#f59000);
    color: #fff;
}
.tit-mota{
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}
.tit-mota span{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-bottom: none;
}
.content-mota{
    padding: 15px;
    border: 1px solid #ccc;
}
.block-news-aside{
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}
.block-news-aside .date-np{
    font-size: 13px;
}
.tit-news-asi{
    margin-bottom: 5px;
}
.left-news-aside{
    margin-top: 20px;
}
.calen-post{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.calen-post i{
    margin-right: 7px;
}
.tit-news-page{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
}
.des-news-page{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line{
    display: block;
    width: 35px;
    height: 1px;
    background: #dbdbdb;
    margin: 10px 0;
}
.view-news{
    display: inline-block;
    background: #ccc;
    color: #333;
    padding: 5px 10px;
    margin-top: 5px;
    text-decoration: none;
}
.view-news i{
    margin-left: 5px;
    font-size: 12px;
}
.block-news-page{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.btn-phanhoi{
    padding: 12px 36px;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    background-color: #333;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
.add-lh .flex-bw > span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffb200;
    color: #ffb200;
    width: 42px;
    height: 42px;
    font-size: 18px;
}
.add-lh .flex-bw > div{
    width: calc(100% - 60px);
}
.guilienhe{
    font-size: 16px;
    font-weight: 700;
    padding: 12px 34px;
    color: #333333;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #ffb200;
    border: none;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #d73a43 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.img-sp-modal{
    width: 100px;
}
.ct-sp-modal{
    width: calc(100% - 115px);
}
.popup-customer-info-group {
    width: 100%;
    margin-bottom: 6px;
}
.popup-customer-info-radio label {
    display: inline-block;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.popup-customer-info-radio label input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.popup-customer-info-radio label span {
    padding-left: 23px;
}
.popup-customer-info-radio label span:before, .popup-customer-info-radio label span:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 1px;
    left: 0;
}
.popup-customer-info-radio label input:checked ~ span:before {
    border: 1px solid #fd7518;
}
.popup-customer-info-radio label span:before, .popup-customer-info-radio label span:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 1px;
    left: 0;
}
.popup-customer-info-radio label input:checked ~ span:after {
    background: #fd7518;
    border: 1px solid #fd7518;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 4px;
}
.btn-dathang{
    width: 100%;
    height: 36px;
    background: #c69a39;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}






@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .content-breac{
        width: 940px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #e03232;
        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 #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .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 #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #790000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .form-search-top{
        width: calc(100% - 40px);
    }
    .header-mobile {
        padding: 10px 0;
        border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .block-slider-banner{
        margin-bottom: 20px;
    }
    .block-camket{
        margin-bottom: 20px;
    }
    .add-cty{
        margin-bottom: 20px;
    }
    .ul-ft{
        margin-bottom: 20px;
    }
    .list-npft{
        margin-bottom: 20px;
    }
    .map-lh iframe{
        height: 400px;
    }
    .content-breac{
        width: 720px;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 750px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .hotline-top a span:last-child{
        font-size: 18px;
    }
    .map-lh iframe{
        height: 350px;
    }
    .content-breac{
        width: calc(100% - 30px);
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .map-lh iframe{
        height: 300px;
    }
}