/* Reponsive */
@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 1170px !important;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 1170px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}
/* ---------------- animate -----------*/
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes eapps-animation-bounce {
    40% {
        transform: scale3d(0.9, 0.9, 1);
    }
    70% {
        transform: scale3d(1.05, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
/* ----------------  */
*{
    box-sizing: border-box;
}
body {
    font-size: 17px;
    font-family: "Quicksand",sans-serif !important;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
/* ------- -----------*/
header {
    height: 100px;
}
header>div{
    height: 100%;
}
.sidebarblog-title{
    max-height: 300px;
    overflow: hidden;
}
.sidebarblog-title.show {
    max-height: max-content;
}
span.click_view {
    display: none;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
#box-background{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0b0b0b;
    /*transition: opacity 0.5s;*/
    position: fixed;
    opacity: .6;
    display: none;
    z-index: 2;
}

#box-search{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 30px;
    display: none;
    z-index: 3;
}
#box-search-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fixed-top{
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    animation: stuckMoveDown .6s;
    z-index: 2;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.fixed-top .logo img{
    max-height: 70px;
}
.social .social-icon i{
    line-height:40px;
}
#box-search i,#menu-mobile>i{
    color: #c5c5c5;
    position: absolute;
    top: 7px;
    font-size: 28px;
    right: 14px;
    cursor: pointer;
    margin-top: 18px;
    transition: 0.6s;
}
#box-search i:hover{
    color: #fff;
}
#box-search form{
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    transition: 0.6s;
}
#box-search form input{
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.29);
    font-size: 20.5px;
    color: #fff;
    border-radius: 99px;
    box-shadow: none;
    padding: 0 .75em;
    height: 2.507em;
    font-weight: 600;
}
#box-search form input::placeholder{
    color: #fff;
}
#box-search form button{
    height: 2.607em;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19.5px;
    padding: 0 30px 0 20px;
    font-weight: bold;
    color: #fff;
}
.mg-0{
    margin: 0 !important;
}

.header-main {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header-main::after{
    content: "";
    position: absolute;
    border-top: 1px solid currentColor;
    opacity: 0.1;
    left: 0;
    right: 0;
    bottom: -1px;
}
.carousel-cell {
    width: 100%;
    cursor: pointer;
}
.carousel-cell a{
    display: block;
    overflow: hidden;
}
.carousel-cell img{
    width: 100%;
    height: auto;
}
.banner-pro-left,.banner-pro-right{
    padding: 80px 0;
}
.banner-pro-left .row,.banner-pro-right .row{
    align-items: center;
}
.banner-pro-left{
    background-color: #ebebeb;
}


.banner-pro-name{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 12px;
}
.decription{
    font-size: 22px;
    margin-bottom: 18px;
}
.explore{
    border: 1px solid currentColor;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7.5px 15px;
}
.img-product-banner img{
    width: 100%;
    object-fit: scale-down;
}


.section-infor{
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
.section-infor .row{
    align-items: center;
}
.section-infor .infor-title{
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-footer{
    padding: 25px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-help{
    background: #e2e2e2;
    transition: opacity 0.6s, transform 0.6s, background-color 0.6s;
}
.box-help .text-inner{
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
.box-help .text-inner-content{
    padding-left: 10px;
    line-height: 1.6;
}
.box-help .text-inner a{
    font-weight: bold;
    color: #ff0000;
    font-size: 18.25px;
    display: inline-block;
    margin-bottom: 8px;
}
.box-help .text-inner p{
    font-size: 14.25px;
    margin: 0;
    color: #525252;
}
.section-infor .banner-infor-content,.section-infor .banner-infor-right{
    padding: 0 10px 15px;
}
.banner-infor-right img{width: 100%}
/* ------------------- Category -------------------*/
.title-cate{
    margin: 50px 0;
    font-size: 28.25px;
    text-transform: capitalize;
}
.content-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-category>div{
    padding: 0 15px 30px;
}
.content-category .cate-img{
    width: 66%;
    margin: 0 auto 20px;
}
.content-category .cate-child{
    background-color: rgb(235, 235, 235);
    padding: 60px 0px 60px 0px;
}
.cate-child .name-cate{
    font-size: 17px;
    text-transform: capitalize;
}
.cate-child p{
    margin-bottom: 22px;
    font-size: 17px;
}
.decription-area{
    margin: 0 auto;
    padding: 50px 15px 80px 15px;
}
.decription-cate-title p{
    font-size: 48px;
    text-transform: uppercase;
}
.decription-cate-title p:first-child{
    margin-bottom: 6px;
}
.decription-cate-title p:last-child{
    margin-bottom: 25px;
}

.product-cate{
    padding: 40px 15px 30px 15px;
}
.product-cate .filter-bar{
    padding-bottom: 20px;
}
.product-cate .filter-bar span{
    /*margin-right: 10px;*/
    font-weight: bold;
}
.product-cate .filter-bar span:not(:first-child):not(:last-child)::after{
    content: '/';
    margin: 0 10px;
}
.product-cate .filter-bar span:not(.active-1) a::before{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-size: 13px;
    color: #334862;
    cursor: pointer;
}
.product-cate .filter-bar span:last-child{
    margin: 0;
}
.product-cate .filter-button{
    font-size: 20px;
}
.product-cate .filter-button i{
    vertical-align: middle;
}
.filter-option {
    font-weight: bold;
    display: none;
}
.filter-option .attr-name{
    font-size: 17px;
    font-weight: bold;
}
.filter-option .list-option{
    padding: 0;
    list-style-type: none;
}
.filter-option .list-option li{
    font-size: 15px;
}
.filter-option .list-option li i::before{
    content: '';
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px double #ccc;
    box-sizing: content-box;
    display: inline-block;
    margin-right: 5px;
}
.filter-option .list-option li.active i::before{
    width: 5px;
    height: 5px;
    /*border-radius: 50%;*/
    border: 3px double #777;
}
.product-item{
    padding: 0 10px 20px;
}
.product-item .img-product{
    overflow: hidden;
}
.product-item .price-box{
    margin-bottom: 10px;
}
.price-box .price{
    font-weight: bold;
}
.price-box .old-price{
    font-size: 15px;
    color: #676157;
    text-decoration: line-through;
    margin-right: 5px;
}
.product-item .product-name>a{
    font-size: 19px;
    margin-bottom: 15px;
    color: #334862;
    font-weight: 500;
    display: block;
}
.product-text .box-text{
    min-height: 175px;
    padding: 10px 0 20px;
}
.product-item .product-text .three-hight{
    font-size: 15px;
    margin-bottom: 3px;
}
.product-item .product-text .three-hight:last-child{
    margin-bottom: 0;
}
.product-item .product-text .next-detail{
    border-radius: 4px;
    border: 1px solid currentColor;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 33px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    /*line-height: 2.7em;*/
    /*font-size: 0.7em;*/
}
.product-item .product-text .next-detail span{
    transition: opacity .3s, transform .3s;
    display: inline-block;
    font-weight: bold;
}
.pagination{
    margin: 0;
    padding: 30px 0 20px;
    justify-content: center;
}
.pagination li a{
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    margin-right: 5px;
    border-radius: 4px;
}
.pagination li.active a{
    background: #024393;
    color: #fff;
    border-color: #024393;
}
.pagination li.round a{
    width: auto;
    padding: 0 5px;
}

/* -------------------View ---------------------*/
#main{
    padding-top: 8px;
}
.bread{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.view_product_page .bread{
    margin-bottom: 15px;
    font-size: 0.6em;
}
.bread li{
    text-transform: uppercase;
}
.bread li a{
    color: rgba(102,102,102,0.7);
}
.bread li:not(:first-child)::before,.bread_crumb li:not(:first-child)::before{
    content: '/';
    margin: 0 5px;
}
.search_page,.product-page{
    padding-top: 20px;
}
.product-page .bread{
    padding-bottom: 50px;
}
.search_page .search_page_top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.search_page .bread li,.product-page .bread li{
    font-size: 19.5px;
}
.search_page .bread li:last-child{
    font-weight: bold;
}
.search_page .result-search{
    font-size: 17px;
    font-weight: bold;
    text-align: right;
}
.flickity-prev-next-button .flickity-button-icon{
    height: 50% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.product-gallery-carousel .flickity-slider{
    display: flex;
}
.product-main-left{
    padding: 0 15px 30px;
}
.product-main-carousel {
    margin-bottom: 15px;
}
.product-gallery-carousel{
    margin-left: -10px;
    margin-right: -10px;
}
.product-gallery-carousel .carousel-cell{
    padding: 0 10px;
}
.product-gallery-carousel .carousel-cell img{
    transition: transform 0.6s, opacity 0.6s;
}
.product-gallery-carousel .carousel-cell:hover a{
    border: 1px solid;
    border-color: rgba(0,0,0,0.2);
}
.product-gallery-carousel .carousel-cell:hover a img{
    transform: translateY(-5px);
}
.product-gallery-carousel .carousel-cell.is-nav-selected a{
    border: 1px solid;
    border-color: rgba(0,0,0,0.2);
}
.product-main-left .flickity-prev-next-button{
    background: none;
    opacity: 0;
}
.flickity-button:disabled{
    opacity: 0 !important;
}
.product-main{
    position: relative;
}
#btn{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 27px;
    padding: 0 9px;
    background: transparent;
    border: 1px solid;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
#btn::before{
    font-family: "Font Awesome 5 Free";
    content: '\f424';
}
#btn:hover{
    color: #fff;
    background: #024393;
    border-color: rgba(0,0,0,0);
}
.pswp__bg {
    background-color: rgba(0,0,0,0.6);
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before{
    background-color: transparent;
}
/*.pswp--zoom-allowed .pswp__img{*/
/*    object-fit: scale-down;*/
/*}*/
.right-content{
    background-color: rgb(235, 235, 235);
    padding: 20px 30px 15px 30px;
    margin-bottom: 30px;
}
.right-content .product-name-detail{
    border-bottom: 1px solid rgb(162, 162, 162);
    margin: 0;
    font-weight: bold;
    padding-bottom: 16px;
    color: #555;
    font-size: 1.25rem;
}
.right-content .box-right-content{
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(162, 162, 162);
}
.box-right-content ul{
    padding-left: 15px;
    margin: 0;
}
.box-price-detail ul li{
    font-size: 13px;
    margin-bottom: 8px;
}
.box-hightlight ul li{
    font-size: 14px;
}
.box-right-bottom{
    margin-top: 16px;
}
.box-right-bottom a{
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.box-right-bottom .share-fb{
background: #3c589a;
}
.box-right-bottom .share-it{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.box-right-bottom .share-tw{
background: #55acee;
}
/*--------------------------add-to-card--------------------*/
.swatch {
    padding: 0;
    width: 100%;
    float: left;
}
.deactive {
    opacity: .3;
    pointer-events: none;
    background: #eee;
}
.select-swap a.active {
    color: #fff;
    border-radius: 4px;
}
.swatch .select-swap {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}
.colorPicker .color a {
    display: inline-block;
    border-radius: 16px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    min-width: calc((100%/6) - 8px);
    transition: all .3s;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
    min-width: calc((100%/6) - 8px);
}

.swatch .swatch-element {
    margin-bottom: 10px;
}
.colorPicker .color a:before, .colorPicker .color a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}
.color img {
    display: none;
}
.colorPicker .color a.active {
    border: none;
    transition: all .3s;
}
.sizePicker .swatch-element span {
    position: relative;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    border-radius: 16px;
}
a.active:before {
    border: 4px solid #fff;
    opacity: 1 !important;
}
a.active:after {
    opacity: 1 !important;
    border: 2px solid #f58560;
}
.select-swap.size a.active span {
    background: #f58560;
}
.product-detail__quantity {
    display: flex;
    align-items: center;
}
.quantity-area input.qty-btn {
    float: left;
    background: #e7e5e5;
    border: solid 1px #e7e5e5;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area input#quantity {
    background: #e7e5e5;
    font-weight: 600;
    color: #303030;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 36px;
    border: 1px solid #e7e5e5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}
.quantity-area input.qty-btn.btn-plus-view {
    border-radius: 0 8px 8px 0;
}
.addCartTop {
    padding: 12px 2px;
    font-size: 16px;
    line-height: 24px;
    background-color: #f58560;
    border: 1px solid transparent;
    width: 170px;
    height: 52px;
    text-align: center;
    border-radius: 8px;
    margin-top: 25px;
}
.addCartTop button {
    color: #fff;
}
/*--------------------------end-add-to-card--------------------*/

.product-main-center{
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.product-main-center ul{
    border: none;
    margin-bottom: 17px;
}
.product-main-center ul li a{
    padding: 10px 0;
    position: relative;
    display: block;
    font-size: 15px;
}
.product-main-center .tab-content{
    /*margin: 0 auto;*/
    padding-bottom: 30px;
}
.product-main-center ul li.active a::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #000;
}
.product-main-center ul li.active a{
    color: rgb(2, 67, 147);
}
.product-main-top{
    margin-bottom: 15px;
}
.product-main-bottom{
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.product-main-bottom .related-title{
    width: 100%;
    color: #555;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.related-product{
    width: 100%;
}

/**/
.banner-news-detail{
    margin-bottom: 50px;
}
.news-item-top{
    position: relative;
}
.box-time{
    position: absolute;
    background: #000000;
    top: 7%;
    left: 0;
    display: table;
    width: 45px;
    padding: 5px 0;
}
.box-time span{
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
}
.box-time span.month{
    font-size: 0.7em;
}
.news-item-top .box-text-item{
    padding: 10px 20px 20px 20px;
    /*font-size: 15px;*/
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.37);
}
.news-item-top .box-text-item a{
    font-weight: bold;
    color: #fff;
    font-size: 19px;
}
.top-news-page .news-item-top img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.top-news-page .news-item-top{
    float: left;
    overflow: hidden;
}
.content-news-page{
    display: flex;
    flex-wrap: wrap;
}
.news-page-title{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-page-title::before{
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    display: flex;
    align-items: center;
    opacity: 0.1;
    position: absolute;
}
.news-page-title h3{
    text-transform: uppercase;
    margin: 0;
    color: #555555;
    font-size: 31px;
    font-weight: bold;
    padding: 0 15px;
    background: #fff;
    display: inline-block;
    z-index: 1;
}
.news-page--right{
    padding-bottom: 20px;
}
.news-page--right .fan_page{
    margin-bottom: 22px;
}
.news-page--right h3{
    margin-bottom: 25px;
    border-bottom: 2px solid #ececec;
}
.news-page--right .title-right{
    font-size: 19.5px;
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: -2px;
}
.news-page .news-page--right{
    padding-right: 15px;
    padding-left: 10px;
}
.news-page--left .news-page--left-item{
    padding-bottom: 20px;
}
.single_blog_post_box{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.blog_post_txt{
    color: #555555;
    padding-left: 1.2em;
    padding-right: 1.2em;
    width: 100%;
    height: 175px;
    font-size: 15px;
    overflow: hidden;
    vertical-align: middle;
}
.blog_post_photo{
    position: relative;
}
.blog_post_photo a{
    display: block;
}
.blog_post_photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.blog_post_txt .blog_post_heading p{
    font-size: 13px;
}
.cate-news-right iframe,.full_width_map iframe{
    max-width: 100% !important;
}
.cate-news-page,.view-new-page{
    padding: 30px 0;
}
.cate-new-item .cate-new-img{
    position: relative;
}
.cate-new-item .cate-new-img a{
    display: block;
}
.cate-new-item .cate-new-img img{
    width: 100%;
    object-fit: cover;
}
.cate-new-item .blog_post_txt{
    padding: 11px 0 21px;
}
.tag-share{
    width: 100%;
}
/*------------------- footer -------------------*/
footer {
    background: #e2e2e2;
    border-top: 1px solid rgba(0,0,0,.1);
    color: #525252;
    z-index: 9999999999;
}
.footer-wrapper{
    padding-top: 30px;
}
.footer-wrapper>div{
    margin-bottom: 30px;
}
.bottom-footer{
    background: #252525;
    padding: 10px 0 15px;
}
.social .social-icon{
    height:40px;
    width:40px;
    display :inline-block;
    background: #222;
    color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    font-size: 18px;
    margin: 3px;
}

@media (min-width: 500px) {
    .top-news-page{
        height: 450px;
    }
    .single_blog_post_box{
        display: table;
        width: 100%;
    }
    .blog_post_photo{
        width: 40%;
        overflow: hidden;
    }
    .blog_post_photo,.blog_post_txt {
        display: table-cell;
        vertical-align: middle;
    }
    .blog_post_txt .blog_post_heading a{
        font-weight: bold;
        font-size: 19px;
        color: #555555;
    }
    .news-page .news-page--left{
        padding-left: 15px;
        padding-right: 10px;
    }
}
@media (max-width: 499px) {
    .top-news-page{
        height: 600px;
    }
    .top-news-page .news-item-top{
        width: 100%;
    }
    .news-page--left,.news-page--right{
        padding-left: 10px;
        padding-right: 10px;
    }
    .std img{
        height: auto!important;
        object-fit: scale-down;
    }
}
@media (max-width: 575px) {
    .banner-pro-right .img-product-banner{
        order: -1;
    }
    .top-footer>div{
        padding: 0;
    }
    .product-main-left .flickity-prev-next-button svg{
          /*width: 24px;*/
          height: 40% !important;
    }
    .product-main-center .nav-tabs{
        display: block;
    }
    #btn{
        display: none;
    }
    header{
        height: 70px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 1023px){
    .top-news-page .item-1 {
        width: 100%;
    }
    .top-news-page .item-2,.top-news-page .item-3{
        width: 50%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1023px){
    .box-help .text-inner{
        padding: 10px 20px;
    }
    .box-help .text-inner p{
        display: none;
    }
    .box-help .text-inner img{
        width: 55px;
    }
    .box-help .text-inner a{
        margin: 0;
    }
    .top-footer>div{
        padding: 15px;
    }
    .product-main-left .flickity-prev-next-button{
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .banner-pro-right{
        padding: 15px 0;
    }
    .banner-pro-left{
        padding: 40px 0 15px;
    }
    .banner-pro-right .row,.banner-pro-left .row{
        justify-content: center;
    }
    .space{
        display: none;
    }
    .content-product-banner,.img-product-banner{
        padding-bottom: 30px;
    }
    .content-product-banner{
        text-align: center;
    }
    .content-product-banner .banner-pro-name {
        font-size: 30.5px;
    }
    .content-product-banner .decription{
        font-size: 17.5px;
    }
    .content-product-banner .explore{
        font-size: 11px;
        padding: 6px 12px;
    }
    .box-help .text-inner a{
        font-size: 15px;
    }
    .std{
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .header-main .menu-pc{
        display: none;
    }
    .menu-bar i{
        font-size: 25px;
        line-height: unset;
    }
    .menu-bar{
        order: 1;
        flex: 1;
    }
    .search-main{
        order: 3;
        text-align: right;
        flex: 1;
    }
    .logo{
        order: 2;
    }
    .logo img {
        max-height: 70px;
    }
    #menu-mobile {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }
    #menu-mobile .content-menu-mb{
        width: 260px;
        padding: 30px 0;
        overflow-y: scroll;
        height: 100%;
        background-color: rgba(249, 250, 250, 0.975);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        display: inline-block;
        position: fixed;
        left: -270px;
        transition: 0.3s;
    }
    .left-270{
        transition: 0.3s;
        left: 0 !important;
    }
    #menu-mobile ul{
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }
    .list-menu .searh-mobile{
        padding: 20px;
    }
    .list-menu .searh-mobile form{
        margin: 0;
        position: relative;
    }
    .list-menu .searh-mobile input{
        background-color: rgba(0,0,0,0.04);
        box-shadow: none;
        border-color: rgba(0,0,0,0.09);
        color: currentColor !important;
        border-radius: 99px;
        font-size: 14px;
        padding: 0 11px;
    }
    .list-menu .searh-mobile button span{
        font-size: 19.5px;
    }
    .list-menu .searh-mobile button{
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        font-size: 22px;
    }
    .list-menu .mobile-lv1 {
        border-bottom: 1px solid #ececec;
    }
    .list-menu .mobile-lv1>a{
        text-transform: uppercase;
    }
    .list-menu .mobile-lv1 a{
        padding-left: 20px;
    }
    .list-menu .mobile-lv1:not(:first-child){
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .list-menu .mobile-lv1:not(:first-child) a{
        display: block;
    }
    .list-menu .mobile-lv1:not(:first-child)>a{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 215px;
        font-size: 15px;
    }
    .list-menu .mobile-lv1:not(:first-child)>i{
        width: 45px;
        transition: 0.3s;
    }
    .list-menu .mobile-lv1>ul{
        display: none;
    }
    .list-menu .mobile-lv1 li{
        padding-left: 8px;
    }
    .list-menu .mobile-lv2>a{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }
    .list-menu .mobile-lv2 a{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .rotate-180{
        transform: rotate(-180deg);
        transition: 0.3s;
    }
    .banner-main .flickity-prev-next-button {
        display: none;
    }
    .top-footer{
        padding: 0;
    }
    .top-footer>div:nth-child(2)::before,.top-footer>div:nth-child(2)::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        border: 1px dashed #ddd;
    }
    .top-footer>div:nth-child(2)::before{
        left: 0;
    }
    .top-footer>div:nth-child(2)::after{
        right: 0;
    }
    .related-product .flickity-prev-next-button{
        background: none;
        height: 100%;
    }
    .related-product .flickity-prev-next-button:hover{
        background: none;
    }
    .search_page .search_page_top .result-search{
        text-align: center;
    }
    .search_page .search_page_top .bread,.product-page .bread{
        justify-content: center;
    }
    .top-news-page{
        margin-bottom: 30px;
    }
    .top-news-page .item-1{
        height: 300px;
    }
    .top-news-page .item-2,.top-news-page .item-3{
        height: 150px;
    }
    .cate-news-right table{
        width: 100% !important;
    }
    .product-main-center .tab-content>.tab-decript .std .col{
        padding-left: 0!important;
        padding-right: 0 !important;
    }
    .product-main-center .tab-content>.tab-decript .std .col,.product-main-center .tab-content>.tab-decript .std .col-inner,.product-main-center .tab-decript .std .img{
        width: 100% !important;
        max-width: 100% !important;
    }
    #back-To-top{
        display: none;
    }
}
@media (min-width: 1024px){
    .logo img{
        max-width: 150px;
    }
    .img-menu-header {
        width: 300px;
    }
    .logo {
        width: 26%;
    }
    .menu-pc{
       flex: 1;
    }
    .full{
        position: fixed !important;
        top: 73px;
        left: 50% !important;
        right: -50% !important;
        transform: translateX(-50%);
        display: flex !important;
        flex-wrap: wrap;
    }
    .rightdrop{
        right: -15px;
        left: auto !important;
    }
    .search-main{
        justify-content: flex-end;
    }
    .menu-pc ul{
        list-style-type: none;
    }
    .menu-pc ul li a{
        white-space: nowrap;
    }
    .menu-pc ul .lv1{
        margin: 0 18px;
        position: relative;
    }
    .menu-pc ul .lv1>a{
        font-size: 15px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }
    .menu-pc ul .lv1 a i{
        vertical-align: middle;
    }
    .menu-has-child::before{
        position: absolute;
        display: none;
        content: "";
        bottom: -6px;
        left: 40%;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        background: #fff;
        z-index: 9;
    }
    .lv1:hover.menu-has-child::before{
        display: block;
    }
    .lv1:hover.menu-has-child>div{
        opacity: 1;
        visibility: visible;
        transition: all .5s;
    }
    /*.menu-pc .lv1>ul{*/
    .menu-pc .lv1>div{
        min-width: 260px;
        max-width: 1150px;
        z-index: 3;
        max-height: 500px;
        overflow: auto;
        margin: 0;
        box-shadow: 0 0 0 rgba(0,0,0,0.15);
        border: 1px solid #ddd;
        color: #777;
        background-color: #fff;
        position: absolute;
        left: -15px;
        visibility: hidden;
        opacity: 0;
        display: flex;
    }

    .menu-pc .lv1>div{
        padding: 20px;
        width: max-content;
    }

    .menu-pc .lv1>div>ul.menu-item{
        flex: 1;
    }

    .menu-pc ul .lv1 a{
        padding: 10px 0;
        display: block;
    }
    .menu-pc ul .lv1:first-child{
        margin-left: 0;
    }

    .menu-pc ul .lv2{
        min-width: 200px;
    }

    .menu-pc ul.menu-item-has-child .lv2{
        display: table-cell;
    }
    .menu-item-has-child .lv2 a{
        font-size: 16px;
    }
    .menu-item-has-child .lv2>a{
        font-weight: bold;
        font-size: 14.25px;
        text-transform: uppercase;
    }
    .menu-item .lv2:last-child a{
        border: none;
    }
    .menu-pc ul .lv2 ul{
        padding: 0;
    }
    .menu-pc ul .lv2 a{
        margin: 0 10px;
        border-bottom: 1px solid #ececec;
    }

    /*Banner main*/
    .banner-main .flickity-prev-next-button{
        color: #fff;
        background: transparent;
        transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
        width: 36px;
        height: 36px;
        opacity: 0;
        border: 2px solid currentColor;
    }
    .banner-main .flickity-prev-next-button:focus{
        box-shadow: none;
    }
    .banner-main .flickity-prev-next-button.next {
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
        right: 2%;
    }
    .banner-main .flickity-prev-next-button.previous {
        -ms-transform: translateX(25%);
        transform: translateX(25%);
        left: 2%;
    }
    .banner-main:hover .flickity-prev-next-button.next, .banner-main:hover .flickity-prev-next-button.previous{
        opacity: 0.7;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .banner-main .flickity-prev-next-button:hover{
        background: #000000;
        border: none;
        opacity: 1 !important;
    }
    .explore{
        transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    }
    .explore:hover{
        color: #fff;
        background: #024393;
        border-color: rgba(0,0,0,0);
    }
    .social .social-icon:hover{
        animation: eapps-animation-bounce 0.3s forwards;
        transition: all 0.1s;
    }
    .social .social-icon.fb:hover {
        background: #3E68c0;
    }
    .social .social-icon.yt:hover {
        background: #EE3130;
    }
    .social .social-icon.it:hover {
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    /* ------- Category -------*/
    .product-cate .filter-bar span:not(.active-1) a:hover::before,.product-cate .filter-bar span a:hover{
        color: #000;
    }
    .cate-child img,.product-item img{
        transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    }
    .cate-child img:hover,.product-item:hover img{
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .product-item .product-text .next-detail:hover span{
        transform: translateX(10px);
    }
    .product-item .product-text .next-detail:hover{
        color: #fff;
        background: #024393;
        border-color: rgba(0,0,0,0);
    }
    .product-item .product-text .next-detail:hover i::before{
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-style: initial;
    }
    .pagination li:hover a{
        background: #024393;
        color: #fff;
        border-color: #024393;
    }
    .product-main-left .flickity-prev-next-button{
        opacity: 0;
        transition: 0.3s;
    }
    .product-main-left .flickity-prev-next-button.next{
        right: 20px;
    }
    .product-main-left .flickity-prev-next-button.previous{
        left: 20px;
    }
    .product-gallery-carousel:hover .flickity-prev-next-button.next,.product-main-carousel:hover .flickity-prev-next-button.next{
        right: 10px;
        opacity: 1;
    }
    .product-gallery-carousel:hover .flickity-prev-next-button.previous,.product-main-carousel:hover .flickity-prev-next-button.previous{
        left: 10px;
        opacity: 1;
    }
    /*------------------ News ------------------*/
    .top-news-page{
        padding-bottom: 30px;
    }
    .news-item-top:hover img,.single_blog_post_box:hover img{
        transform: scale(1.1);
    }
    .top-news-page .item-1{
        width: 75%;
        height: 100%;
    }
    .top-news-page .item-2,.top-news-page .item-3{
        width: 25%;
        height: 50%;
    }
    .news-item-top .box-text-item{
        height: 175px;
    }
    .cate-news-right{
        border-right: 1px solid #ececec;
    }
}
@media (max-width: 1024px) {
    .news-page{
        padding: 0;
    }
    .search-header{
        display: none;
    }
    .search-main{
        display: block;
    }
}

/* ------- hotline phone Ring --------*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #253e8e;
    -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%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(37, 62, 142, 0.7);
    border-radius: 100%;
    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%;
}
.hotline-phone-ring-img-circle {
    background-color: #253e8e;
    width: 48px;
    height: 48px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    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%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 35px;
    height: 35px;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-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);
    }
}
/*------ Back to top  -------*/
#back-To-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 45px;
    height: 46px;
    line-height: 46px;
    border: 1px solid currentColor;
    background: transparent;
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
    opacity: 0;
    transition: color .4s, opacity .4s, transform .4s;
}
.active-top{
    transform: translateY(0) !important;
    opacity: 1 !important;
}
#back-To-top:hover{
    color: #fff;
    background: #024393;
    border-color: rgba(0,0,0,0);
}
.content-product-list {
    display: flex;
    flex-wrap: wrap;
}
.content-product-list .pro-name {
    text-align: center;
    color: #000;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.promotion-page .product-text .box-text{
    min-height: inherit;
}
/*fix img news*/
@media (max-width: 768px) {
    #wrapper .justify-content-md-center img, .cate-news-right img,.news-custom iframe{
        width: 100% !important;
        height: 100% !important;
    }
}
.search-header .search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 30px;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
.search-header .search-bar input {
    border: none;
    padding: 0;
    font-size: 15px;
    width: 165px;
    background: transparent;
}
.search-main{
    display: none;
}
.form-control:focus {
    box-shadow: none;
}
.logo {
    width: 16%;
}
.content-category .cate-child{
    background-color: #fff;
}
.menu-pc ul .lv1>a{
    font-size: 14px;
}
.menu-pc ul .lv1{
    margin: 0 15px;
}
.product-main-center .link-info {
    padding-right: 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-main-center ul li a.active:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #000;
    display: block;
}
#collection-body {
    padding: 30px 0;
}
.user-main {
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
    order: 3;
}
.user-main>a>span>i {
    padding-right: 10px;
}
span.name-user {
    font-size: 14px;
}
.search-header .search-bar input::placeholder,.user-main>a,
.search-main>span,.menu-bar,.search-header .search-bar input{
    color: #fff;
}
.search-header .btn {
    color: #fff;
    padding: 0;
}
.product-main .pswp__scroll-wrap .pswp__item .pswp__img {
    object-fit: contain;
}
@media (max-width: 768px) {
    .logo img{
        max-width: 200px;
    }
    .logo {
        width: 32%;
    }
}

/*----------------------quick-view----------------------*/
#quick-view-modal {
    z-index: 9999;
    overflow: hidden;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

#quick-view-modal div#p-sliderproduct ul {
    margin: 0;
    overflow: hidden;
    padding-bottom: 2px;
}

#quick-view-modal div#p-sliderproduct {
    margin: auto;
}

#quick-view-modal li.product-thumb {
    float: none;
    display: block !important;
    width: 100%;
    border: 1px solid #f7f7f8;
    margin-top: 10px;
    margin-bottom: 3px;
}

#quick-view-modal li.product-thumb a {
    display: block;
    position: relative;
}

#quick-view-modal li.product-thumb img {
    max-width: 100%;
}

#quick-view-modal .form-input.head {
    width: 100%;
}

#quick-view-modal .form-input {
    float: left;
    width: 300px;
    max-width: 100%;
}

#quick-view-modal .product-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #252a2b;
    margin: 0 0 5px;
    line-height: 26px;
}

#quick-view-modal .product-price {
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
}

.product-price span.pro-price {
    color: #de0404;
    font-size: 18px;
    opacity: .92;
    font-weight: 700;
}

.hide {
    display: none !important;
}

#quick-view-modal .swatch .select-swap {
    display: inline-block;
    width: unset;
    margin: 5px 0 5px 0;

}

.swatch .swatch-element.color a {
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    border: none;
    display: inline-block;
}

.swatch .swatch-element a {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.swatch .swatch-element.color img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #dfe0e1;
}

#quick-view-modal .product-description {
    float: left;
    margin: 20px 0 0;
    color: #444;
    font-weight: 300;
}

.product-description .title-bl h2, .product-description h2, .product-description h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.selector-actions {
    float: left;
    width: 265px;
}

.select-quantity {
    margin-bottom: 15px;
}

#quick-view-modal button.btn-addcart, #quick-view-modal button.btn-soldout {
    font-size: 12px;
    background: #299b43;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
}

#quick-view-modal .qv-readmore {
    text-align: center;
    padding: 12px 0;
    display: block;
}

#quick-view-modal .qv-readmore a {
    color: #000;
    font-weight: 700;
    font-size: 14px !important;
}

[role=button] {
    cursor: pointer;
}
/*----------------------end-quick-view----------------------*/
.language-hd {
    background: #fff;
    position: absolute;
    right: 10px;
    height: auto;
    top: 0;
    transform: translateY(50%);
    z-index: 1;
}
.language i {
    cursor: pointer;
}
.language {
    padding-right: 5px;
}
.language p {
    margin: 0;
}
.language img {
    width: 30px;
    height: auto;
}
.language ul img {
    width: 35px;
    height: auto;
}
.language ul {
    padding: 0;
    display: none;
    position: absolute;
    margin: 0;
}
.language ul li {
    list-style: none;
}
del.price-old {
    padding-left: 15px;
}
@media(max-width: 768px){
    .language-hd {
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%);
    }
}
.list-contact{
    position: fixed;
    bottom: 33%;
    right: 20px;
    list-style: none;
}
.list-contact li{
    margin: 10px;
}
.list-contact img{
    width: 60px;
}