body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f0f0;
}
.top-panel {
    border-bottom: 2px solid #1B97D4;
}
.top-banner img {
    width: 100%;
}
.navbar-header {
    float: left;
}

.hotline-top {
    display: inline-block;
    margin: 20px 0 20px 20px;
}
.hotline-top a {
    font-size: 17px;
    font-weight: bold;
    color: #ed1c24;
}

.hotline-top p {
    margin: 0;
}
#header .logo img {
    height: 70px;
}
.nav-right .account-user {
    padding: 20px 0;
}
.nav-right>.account-user>.dropdown-toggle {
    color: #333;
}
.nav-right>.account-user>.dropdown-toggle i{
    font-size:20px
}

.nav-right .mini-cart-order {
    padding: 20px 0 20px 20px;
}
.text-cacc {
    color: #333;
    text-align: center;
}

.nav-right .mini-cart-order a {
    color: #222;
}

.nav-right .mini-cart-order a i {
    font-size: 20px;
}
.wrap-avatar-member img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    object-fit: cover;
    max-width: unset;
}
.mighty-slider .image{
    height: 400px;
}
.mighty-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nav-slider {
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav-slider>.container>.row {
    margin: 0 -7.5px;
}

.nav-slider>.container>.row>div {
    padding: 0 7.5px;
}
.item-banner {
    margin: 0 0 15px;
    float: left;
    width: 100%;
    position: relative;
    transition: .3s;
}
.item-banner img{
    height: 100%;
    object-fit: cover;
    transition: all 200ms linear;
}
.item-banner a:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.item-banner a:hover:before, .item-banner a:focus:before, .item-banner a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.homebanner>.row {
    margin: 0 -7.5px;
}
.homebanner>.row>div {
    padding: 0 7.5px;
}
.banner-home-inner {
    margin-bottom: 15px;
}

.item-list-cate {
    text-align: center;
    margin-bottom: 15px;
}

.cate-list {
    width: 100%;
    overflow-y: hidden;
    display: block;
    overflow-x: hidden;
}

.list-cate {
    background: #fff;
    padding: 15px 15px 0;
    margin-top: 15px;
    margin-bottom: 30px;
}

.img-cate img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.cate-title a {
    color: #222;
    font-size: 14px;
    text-transform: lowercase;
    display: block;
    margin-top: 10px;
}
.cate-title::first-letter {
  text-transform: uppercase;
}

.flash-sale {
    border: 3px solid #4a86e8;
    padding: 30px 15px;
    background: white;
}

.show-countdown li {
    float: left;
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    color:#909090
}
.show-countdown li>div {
    width: 60px;
    height:60px;
    line-height:60px;
    position: relative;
    border: 1px solid;
    border-color: #ed1c24;
    border-bottom-color: #ed1c24;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:5px;
    font-weight: bold;
    font-size: 30px;
    color:#222;
        font-family: Arial,Helvetica,sans-serif;
}

.time-countdown {font-size: 16px;font-weight: bold;float: left;width: 100%;}

#text-countdown{
    padding: 0 0 8px;
    color: #909090;
    font-weight: bold;
    font-size: 15px;
}

.action-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #1B97D4;
    margin-bottom: 10px;
}
.promotion-descr {
    line-height: 1.4;
    color: rgba(144,144,144,0.85);
}
.promotion-descr a.more {
    padding: 5px 0 20px 0;
    display: inline-block;
    text-decoration: underline;
    width: 100%;
    font-weight: normal;
}
.actions-link{
    float:left;
    width:100%;
    margin-top: 20px;
}
.actions-link a {
    color: #ed1c24;
    font-weight: normal;
    font-size: 14px;
}
.actions-link a:after {
    content: ">>";
    margin-left: 3px;
}
#show-countdown span {
    color: #ed1c24;
    font-size: 30px;
}
.product-tab, .slider-news {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.tabslider-title h2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.tabslider-child {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.tabslider-child ul {
    border: none;
    margin: 0;
    float: left;
    width: 100%;
}
.tabslider-child ul li{
    float:left;
}
.tabslider-child ul>li>a:before {
    display: none;
}

.tabslider-child ul li a {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #fff;
    color: #333;
    display: block;
}

.tabslider-child ul>li {
    padding: 0 20px 0 0;
    list-style: none;
}
.tabslider-child ul li:hover a, .tabslider-child ul li.active a {
    border: 1px solid #1B97D4 !important;
    border-radius: 5px;
    color:#1B97D4
}
.tabs-xemthem {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tabs-xemthem a {
    color: #1B97D4;
    background-color: #fff;
    border: 2px solid #1B97D4;
    font-size: 14px;
    font-weight: 700;
    width: 210px;
    max-width: 100%;
    height: 40px;
    max-height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    user-select: none;
    display:inline-block;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
}
.tabs-xemthem a:hover{
    color: #fff;
    background-color: #1B97D4;
}
p.time {
    color: #999;
    font-size: 13px;
}
.box-product-list{
    background:#fff;
    padding:15px;
}
.box-product-list .tab-product {
    border-bottom: 1px solid #1B97D4;
    margin-bottom: 20px;
}
.box-product-list .tab-product h3 , .box-product-list .tab-product h2{
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #1B97D4;
}
.box-product-list .tab-product h3 a {
    color: #1B97D4;
}
.ckeditor-post ul, .ckeditor-post ol {
    padding-left: 15px;
}
.advanced-product {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 15px;
}
.view-list .hover-action-product .action-product {
    display: none;
}
.show-list .btn-shop-cart {
    background: #1B97D4;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    padding: 6px 20px;
}

.show-list .btn-shop-cart:hover {
    background: #087cbb;
}
.view-list .title-product a {
    font-weight: bold;
}
.ckeditor-post img {
    height: auto;
}
.title_style .show-mobile i {
    color: #fff;
}
.advanced-product .content-box {
    width: 100%;
    display: inline-block;
}

@media(min-width:768px){
    .flash-sale>.row {
        display: flex;
        align-items: center;
    }
    .nav-slider>.container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .item-banner {
        height: calc(50% - 15px);
        transform: translateZ(0);
        min-height: 193px;
    }
}
@media(max-width:1023px){
    .nav-right .account-user {
        padding: 0;
    }
    
    .nav-right .mini-cart-order {
        padding: 0 0 0 20px;
    }
}
@media(max-width:768px){
   .show-countdown li>div {
        width: 50px;
        height:50px;
        line-height:50px;
        font-size: 20px;
    }
    .tabslider-child ul li a {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .tabslider-child ul>li {
        padding: 0;
    }
    
    .detail-post .title-blogs-item {
        font-size: 25px;
    }
    .content-box-left {
        display: none;
        margin-bottom: 20px;
    }
    
    .advanced-product .box-left {
        margin: 0 !important;
    }

}
@media(max-width:767px){
    .mighty-slider .image {
        height: 55vw;
    }
    
    .mighty-slider {
        margin-bottom: 15px;
    }
    .cate-title a {
        font-size: 12px;
    }
    .flash-sale .time-countdown {
        margin-bottom: 30px;
    }
    .block-add {
        margin-top: 20px;
    }
    .cart-order .dropdown-toggle span.number {
        right: -15px;
    }
        
}
@media(max-width:480px){

    .nav-right .mini-cart-order {
        padding: 10px 0 10px 10px;
    }
    
    .nav-right .account-user {
        padding: 10px 0;
    }
    .box-blogs.view-list .item-blogs .img-blogs {
        width: 100%;
        padding-top: 60%;
    }
    
    .box-blogs.view-list .info {
        width: 100%;
        padding: 15px 0 0;
    }
}

























@media(max-width: 768px){
    #navbar-header{
        text-align: center;
    }
    .box-search{
        padding: 0px 0px;
        margin-top: 0px;
    }
    #header .logo{
        padding: 15px 0px;
    }
    .in-email>.main-email-news{
        position: unset;
    }
    .in-email{
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-bottom: 15px;
    }
    #frm-reg-email{
        margin-top: 0px;
        margin-left: 0px;
    }
    .block-news-hpage .tab-product-1 .block-title-1 h2{
        margin-bottom: 30px;
    }
}
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/uploads/plugin/custom_img/2020-04-28/1588058875-2120364441-custom.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ed1c24;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgb(237 28 36 / 50%);
    opacity: .75 !important;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #ed1c24;
    opacity: .5;
}
.mypage-zalo-ph-img-circle{
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    width: 50px;
    height: 50px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/uploads/plugin/custom_img/2020-04-28/1588059144-350402557-custom.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #0084ff;
    background-size: 100%;
}
.mypage-zalo-phone{
    left: inherit !important;
    right: 6px;
    bottom: 70px !important;
}

.detail-post .title-blogs-item {
    height: auto;
    font-size: 25px;
    line-height: 1.42857143;
}


.type-news-r .nav_title li a:before {
    display: none;
}

.type-news-r .nav_title {
    background-color: #1B97D4;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 0;
}
.type-news-r .nav_title li a {
    color: #fff;
    padding: 0;
}
.type-news-r .list-product-small {
    margin: 0 -10px;
    background: #fff;
    padding: 10px 0;
}

.type-news-r .list-product-small .item-blogs {padding: 0;}

.type-news-r .nav_title li a:before,
.type-news-r .list-product-small .item-blogs .info .desc-blogs,
.type-news-r .list-product-small .item-blogs .info .btn-view-more {
    display: none;
}
.type-news-r .list-product-small .title-blogs-item{
    height: auto;
    margin: 0 0 10px;
}
.type-news-r .list-product-small .item-blogs .info .title-blogs-item a {
    font-size: 14px !important;
    font-weight: 400;
}
.type-news-r .list-product-small .item-blogs .info h2 {
    height: auto;
}
.type-news-r .list-product-small p.time {
    margin: 0 0 5px;
}
@media(max-width: 426px){
     .top-menu-fix-1 .list-menu-fy {
    display: flex;
    }
        .top-menu-fix-1.menu-footer-vertical a {
        color: #333;
        display: inline-block;
        margin-bottom: 10px;
    }
    .top-menu-fix-1.menu-footer-vertical a {
    /* width: 68px; */
    line-height: 20px;
    font-size: 10px;
    color: #777777;
    border-right: 1px solid #afafaf;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0px 5px;
    margin-top: 15px;
    margin-left: 11px;
    }
}
@media (max-width: 376px){
    .top-menu-fix-1.menu-footer-vertical a{
       margin-left: 4px; 
    }
}

.logo-footer img{
    width: 20%;
    margin-top: 15px;
}
.coppyright {
    color: #333;
}
.address-ft i {
    margin-right: 10px;
    color: #1B97D4;
}
#header {
    background: #fff;
}

.head-top {
    background: #0079ba;
}
.head-top .menu-top li a {
    color: #fff;
}
.head-top .menu-top li a:hover {
    background: #0390DC;
}
.head-top .box-right .item-inline>a {
    color: #fff;
}

.tabTick .nav_title li a {
    font-size: 16px;
}

.style-category .content-tab {
    overflow: hidden;
    margin: 30px -15px;
}

.block-add>.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.block-add .logo-b {
    position: relative;
    overflow: hidden;
    padding-top: 40%;
    height: auto !important;
    margin-top: 30px;
}

.block-add .logo-b img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
 #load-list-data, .block-testimonials, .detail-post, .bottom.box-contacts, .box-style-1 {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ecf2f4;
    padding: 15px;
}
.top-detail-product, .bottom-detail-product {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #ecf2f4;
    padding: 15px;
}

.title-bottom-detail {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.list-bottom-detail {
    margin-bottom: 30px;
}


@media (max-width: 480px) {
    .block-add>.row {
        display: block;
    }
    
    .block-add .logo-b {
        padding-top: 25%;
    }
}
.banner-slogan{
    position: relative;
    padding-top: 100%;
}
.banner-slogan .banner-product-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-detail-list-product .list-item.col-md-4:nth-child(3n+1) {
    clear: both;
}
/*------------------------------fix --------------------*/
.cate_list_title a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.list_item {
    margin-bottom: 10px !important;
}

.box-product.tabs-block .item-product{
    margin-bottom: 5px;
}


@media(max-width: 576px){
    .item-product-note>.info{
        min-height: unset;
    }
    .couwn-down .couwn-down-img2{
        display: none;
    }
    .tabTick .item-product .img img{
        object-fit: contain;
    }
    .box-product.tabs-block .item-product .col-xs-6{
        padding: 0;
    }
    .item-product-note>.info>.desc-product-thumb{
        display: none;
    }
    .couwn-down{
        overflow: hidden;
    }
    .footer-top .col-xs-4{
        width: 100%;   
    }
}

.bg-address{
    background-color: #0079ba;
    padding: 30px 0;
}
.bg-address .about-desc,
.bg-address .address-ft p,
.bg-address .address-ft .demo-icon{
    color: #fff;
}

.bottom-footer .coppyright{
    color: #fff;
}
.banner-sub .item-banner {
    position: relative;
    overflow: hidden;
    padding-top: 32%;
    height: auto !important;
}

.banner-sub .item-banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 1300px){
    .container {
        width: 1270px;
    }
}


.product-custom .list-item>.item-product.style-view-2>.img{
    padding-top: 85%;
}



/*---fix----*/

.box-product-style2 a.btn.btn-view-more{
    width: 250px;
}
.box-tab-xemthem .content-tab-product {
    margin: 50px -15px;
}
.slider-tabs-xemthem .content-tab-product {
    margin: 30px -15px;
}
.testimonial .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 144, 220, 0.60);
    height: 100%;
    width: 100%;
}
.image2 {
    color: #FFF;
    position: absolute;
    top: 37px;
    text-align: center;
    right: 0;
    left: 0;
}
.image2 .price.price-inline p {
    color: #FFF;
}
.image2 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #0390dc;
}
.owl-theme .owl-controls .owl-page.active span{
     background-color: #0390dc;
}
.bg-main.ws-menu ul.wstabitem li:first-child ul li a {
    text-transform: capitalize;
}
.bg-main.ws-menu .menu-title a {
    color: #FFF;
}
.bg-main .col-sm-6 .ws-menu ul li a{
    color: #333;
}
.bg-main.ws-menu span.text {
    color: #FFF;
}

div.bg-main.ws-menu .container .row .col-sm-3:first-child {
    padding-right: 0;
}

span.color-main.highlight {
    font-size: 20px;
}
.products .ws-menu>.container>.row>.col-xs-3:first-child {
    display: none;
}
.products .ws-menu>.container>.row>.col-xs-6{
    width: 75%;
}
.item-counter{ 
    margin-top: 30px;
}
.item-counter .title{
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item-counter ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 10px;
}

.share-l {
    display: block;
    overflow: hidden;
}

.share-l>div {
    float: left;
    margin-right: 5px;
}

.info_banner {
    position: absolute;
    background-color: #ffffffcf;
    bottom: 15px;
    padding: 5px;
    opacity: 0;
    right: 15px;
    left: 15px;
}

.slider-news-home {
    padding: 15px;
    background: #fff;
}

.slider-news-home .item-blogs .img-blogs {
    padding-top: 107%;
}
.xem-them a{
    color: #1B97D4;
    font-style: italic;
    font-weight: bold;
}
.xem-them a:hover{
    text-decoration:underline
}
.item-blogs .img-blogs:hover ~ .info_banner {
    opacity: 1;
}
.status-product .bg-red, .status-product .bg-blue {
    height: 30px;
    background: #ed1c24;
    width: 50px;
    display: block;
    line-height: 30px;
}
.het-hang-detal {
    float: left;
    width: 100%;
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.bg-blue {
    background: #1B97D4;
}

.box_content .address-ft p {
    color: #333;
}

.form-sub .form-group {
    margin-bottom: 0;
}

.form-sub .form-control {
    height: 42px;
}

.form-sub .btn-send-reg-email {
    padding: 10px 12px;
}
.box-partner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.box-partner__item {
    position: relative;
    padding-top: 32%;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
}
.box-partner__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.news-home .item-blogs .img-blogs{
    padding-top: 48%;
    margin-bottom: 0;
}
.news-home .title-blogs-item{
    margin: 5px 0 0;
}
.categories-highlight {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 15px;
}
.categories-highlight>div {
    flex: 0 0 140px;
    text-align: center;
    padding: 5px 10px;
}
.categories-highlight .inner-content{
    color: #333;
    margin-top: 5px;
}
.categories-highlight img {
    padding: 0px 30px;
}
.product-detail .box-left{
    background: #fff;
    padding: 10px;
}
@media (max-width:992px){
    .tabslider-child ul {
        display: flex;
        align-items: center;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }
    
    .tabslider-child ul::-webkit-scrollbar {
    	height: 8px;
    }
}