.home-wrapper {
    padding: 12px 0;
}
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-wrapper .main {
    display: grid;
    grid-template-columns: 240px auto;
    grid-gap: 12px;
}

.slider-banner-box {
    display: grid;
    grid-template-columns: 75% auto;
    align-items: flex-start;
    grid-gap: 12px;
}
section.awe-section-15.container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 5px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
.slider-box {
    overflow: hidden;
    position: relative;
}

.home-slider.owl-carousel .owl-nav {
    display: block;
}

.home-slider.owl-carousel .owl-nav .owl-next:before,
.home-slider.owl-carousel .owl-nav .owl-prev:before {
    background: #ef233b;
}

.home-slider .owl-dots .owl-dot {
    border-radius: 50%;
    border: 3px solid #fff;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef233b;
}

.banner-box .banner-box-link:not(:first-child) {
    margin-top: 3px;
    display: block;
}

header nav,
.bg-header-nav {
    background: #333029;
}

.nav-menu {
    display: flex;
    width: 100%;
    padding: 0;
    background: #333029;
}
figure.image {
    display: contents !important;
}
.menu__item:hover .item__child {
    display: block;
}

.item__child {
    display: none;
    position: absolute;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    top: 100%;

    left: 0px;
    width: 100%;
    padding: 20px;
    background: #fff;
    z-index: 999;
}

.item__child>li>a {
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.item__child>li {
    margin-bottom: 20px;
    list-style: none;
    float: left;
    width: 20%;
}

.menu__item .tp_menu_item{
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    display: block;
}

.item__sub__child .fa-chevron-right:before {
    font: normal normal normal 12px/1 FontAwesome;
    padding-right: 5px;
}

a:hover {
    color: #575454;
    cursor: pointer;
}

.product-summary.product_description.descripBoxView {
    display: none;
}

.product-categories .menu-home{
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 10px;
    list-style: none;
    background: #d9d9d9;
    margin-bottom: 0;
    position: relative;
    line-height: 35.5px;
    padding: 10px 0;
}

.product-categories .menu-home .nav-item {
    list-style: none;
    padding: 0 5px;
}

.product-categories .menu-home .nav-item .tp_menu_item {
    padding: 5px 0 5px 5px;
    color: #3d3d3d;
    border-top: 0 solid #ddd;
    font-size: .9em;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    width: 100%;

}

.product-categories .menu-home .nav-item .tp_menu_item>i{
    right: 10px;
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    margin-top: 10px;
    margin-right: 0;
    color: rgba(51,47,47,.5);
}

.product-categories .menu-home .nav-item .item_small {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #ef233b;
    margin: 0;
    float: left;
    box-shadow: 0 0 0 grey;
    width: 200px;
    border-radius: 10px;
    display: none;
    min-height: 340px;
    z-index: 999;
    bottom: 0;
    overflow: auto;
}

.product-categories .menu-home .nav-item .item_small>li {
    display: block;
    width: 100%;
}
.product-categories .menu-home .nav-item .item_small>li>a{
    display: inline-block;
    width: 100%;

    color: #ef233b;
    font-size: 13px;
    text-transform: uppercase;
}

.product-categories .menu-home .nav-item:hover .item_small{
    display: block;
}

.banner-box img,
.home-slider img {
    border-radius: 10px;
}

.product-categories .menu-home .nav-item:hover .tp_menu_item{
    background: #ef233b;
    color: #fff;
}

.product-categories .menu-home .nav-item .item_small>li:hover .LITTLE {
    display: block;
}

.product-categories .menu-home .nav-item .item_small>li .LITTLE {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 100%;
    background: #fff;

    padding: 10px 20px;
    border: 1px solid #ef233b;
    margin: 0;
    float: left;

    box-shadow: 0 0 0 grey;
    width: 200px;
    border-radius: 10px;
    display: none;

    min-height: 340px;
    z-index: 999;
    bottom: 0;
}

.product-categories .menu-home .nav-item .item_small>li .LITTLE>li>a {
    color: #ef233b;
}

.tp_banner_main .home-slider .item{
    height: 340px;
}

.tp_banner_main .home-slider .item img {
    width: 100%;
    height: 100%;
}

.banner-box .banner-box-link img {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.banner-box,
.slide-bar {
    display: block;
}

.product-categories .menu-home .nav-item .item_small>li + li {
    border-top: 1px solid #dfeeff;
}

.product-categories .menu-home .nav-item .tp_menu_item img {
    display: none;
}

@media (max-width: 768px) {
    .banner-box,
    .slide-bar {
        display: none;
    }

    .slider-banner-box,
    .main {
        display: block;
    }

    .main {
        margin-top: 0px;
    }

    .tp_banner_main .home-slider .item {
        height: 100%;
    }

    .home-slider.owl-carousel .owl-nav .owl-next:before {
        left: -35px;
    }

    .home-slider .owl-dots {
        bottom: 15px;
    }

    .home-wrapper {
        padding: 0;
    }
}
.sidebar-category .aside-content .nav-item.lv1>.dropdown-menu,
.sidebar-category .aside-content .nav-item.lv2>.dropdown-menu{
    display: none;
}
.product-col .product-box .product-thumbnail .image_link.display_flex{
    height: auto;
}
.sec_tab_prd_bestsale .summary_2 {
    display: none;
}
.aside-item.sidebar-category .nav-item.lv2:before,
.aside-item.sidebar-category .nav-item.lv3:before{
    content: '\2b';
    background: initial;
    transform: none;
    width: auto;
    height: auto;
    top: 8px;
}
.aside-item.sidebar-category .nav-item.lv3:before{
    content: '\f068';
    font-family: "FontAwesome";
    left: 47px;
    top: 14px;
    font-size: 9px;
}
.bg-header-nav .header-nav li .item__child .item__sub__child li {
    margin-top: 10px;
}
ul.item__sub__child {
    margin-left: 15px;
}
.aside-item.sidebar-category .aside-content .nav-item.active>.dropdown-menu{
    display: block;
}

.wrap_views {
    padding-bottom: 0;
    background-image: unset;
}

.wrap_views .item_reviews {
    padding: 0;
}

.wrap_views .item_reviews .image_reviews img {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.wrap_views .owl-carousel .owl-dots {
    bottom: 20px;
}

.blog_items .myblog .content-right-blog .title_blog_home h3 a {
    font-size: 16px;
}
.details-pro .social-sharing {
    display: flex;
}
.social-sharing .social-media {
    width: 150px;
}
.pv-hotline {
    background: #3481bc;
    background: -moz-linear-gradient(top,#3481bc 0%,#003cb5 100%);
    background: -webkit-linear-gradient(top,#3481bc 0%,#003cb5 100%);
    background: linear-gradient(to bottom,#3481bc 0%,#003cb5 100%);
    width: 200px;
    border-radius: 10px;
}
.pv-hotline a {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
.pv-hotline:hover {
    background: linear-gradient(to bottom,#003cb5 100%,#3481bc 0%);
}
.info-call-fixed {
    margin: 10px 0;
}
.info-call-fixed>form{
    margin-bottom: 0;
}
.product-info-call {
    background: linear-gradient(to bottom,#3481bc 0%,#003cb5 100%);
    padding: 10px 10px;
    border-radius: 10px;
}
.product-info-call p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.product-info-call .product-info-call-content {
    display: flex;
    margin-top: 5px;
}
.product-info-call-content .f-control {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0 20px 0 20px;
    width: 100%;
}
.product-info-call-content .wrap_content {
    display: flex;
    width: 100%;
}
.addThis_listSharing {
    position: fixed;
    bottom: 135px;
    z-index: 999;
    right: 15px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 17px;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 768px) {
    .addThis_listing .addThis_item.phone-contact .addThis_item--icon {
        display: none;
    }
}
@media (max-width: 768px) {
    .info-call-fixed {
        margin: 10px 0;
    }
    .info-call-fixed form, .info-call-fixed .product-info-call {
        margin-bottom: 0;
    }
    .product-info-call-content .f-control {
        width: 100%;
    }
    .info-call-fixed .product-info-call-content {
        display: none;
    }
    .home-wrapper .main{
        display: unset;
    }
}
.payment ul {
    margin-top: -10px;
    line-height: 35px;
}
.payment ul li {
    color: #a8a8a9;
}
.content_service:before{
    display: none;
}
.wrap_item_{
    position: relative;
}
.img-service{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.text-search a{
    padding: 3px;
    background: #e0e0e0;
    border-radius: 5px;
    margin-right: 10px;
}
.tp_product_detail_suggest {
    display: block !important;
}
.tp_product_detail_related {
    display: none;
}
.right_module {
    display: none;
}
.mini-cart .bg_cart img {
    min-height: 19px;
}
.addThis_listing .addThis_item.phone-contact .addThis_item--icon {
    background: #e8434c;
    font-size: 25px;
}
.content-blog-index img {
    height: 100%;
    width: 100%;
}
@media (min-width: 375px) {
    .awe-section-15 {
        min-height: 310px;
    }
    .home-wrapper {
        min-height: 214px;
    }
    .awe-section-1 .home-slider .item img {
        min-height: 188px;
    }
}

@media (min-width: 390px) {
    .awe-section-15 {
        min-height: 286px;
    }
    .home-wrapper {
        min-height: 221px;
    }
    .awe-section-1 .home-slider .item img {
        min-height: 195px;
    }
}

@media (min-width: 414px) {
    .awe-section-15 {
        min-height: 286px;
    }
    .home-wrapper {
        min-height: 233px;
    }
    .awe-section-1 .home-slider .item img {
        min-height: 207px;
    }
}

@media (min-width: 430px) {
    .awe-section-15 {
        min-height: 262px;
    }
    .home-wrapper {
        min-height: 241px;
    }
    .awe-section-1 .home-slider .item img {
        min-height: 215px;
    }
}

@media (min-width: 1025px) {
    .awe-section-15 {
        min-height: 96px;
    }
    .home-wrapper {
        min-height: 399px;
    }
    .awe-section-1 .home-slider .item img {
        min-height: 340px;
    }
}

@media (max-width: 431px) {
    .header-main .logo .img-logo {
        min-height: 35px;
    }
    .menu-bar-h a img {
        min-height: 14px;
    }
    .home-wrapper {
        min-height: 0;
    }
    .awe-section-3 {
        min-height: 220px;
    }
    .awe-section-4{
        min-height: 240px;
    }
    .awe-section-5{
        min-height: 260px;
    }
    .awe-section-6{
        min-height: 280px;
    }
    .awe-section-13 {
        min-height: 300px;
    }
    .awe-section-15 {
        min-height: 310px;
    }
    .mini-cart .heading-cart-mobi .bg_cart .count_item_pr{
        min-height: 17px;
    }
}
.product-box .product-thumbnail>a.image_link:before, .products-view-list .product-box .product-thumbnail.image_link:before{
    pointer-events: none;
}
.article-content td{
    text-align: unset;
}
.article-main .article-details .date .posted-date{
    display: none;
}
/*HEADER*/

.header .bg-header-nav{
    background: #333029;
}
.menu__item .tp_menu_item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.menu__item a.a-img:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ef233b;
    transition: 0.3s;
    opacity: 0;
}
.menu__item:hover a.a-img:before {
    width: 100%;
    opacity: 1;
}
.menu__item:hover a.a-img {
    background-color: #ffffff;
    color: #ef233b;
}
.item__child{
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    display: none;
    animation: appeared_1 0.2s;
    box-shadow: 0px 2px 10px 2px rgba(1, 1, 1, 0.2);
    width: 20rem;
    padding: 0;
}
@keyframes appeared_1 {
    from {
        top: 120%;
        opacity: 0
    }

    to {
        top: 100%;
        opacity: 1
    }
}

@keyframes appeared_2 {
    0% {
        left: -100%;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes appeared_3 {
    from {
        top: -40px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes appeared_4 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.menu__item {
    position: relative;
}
.item__child li{
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}
.item__child li a{
    display: block;
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    font-weight:500;
    text-transform:initial;
}
ul.item__sub__child{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-width: 16rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 2px rgba(1, 1, 1, 0.2);
    padding-bottom: 40px;
    display: none;
    margin-left: 0;
}
ul.item__sub__child a{
    display: block;
    padding: 8px 10px 8px 15px;
    border-bottom: 1px dashed #d7d7d7;
    transition: all 0.25s;
    font-size: 14px;
    white-space: normal;
    font-weight:500;

}

.menu__item a.a-img:after {
    content: "";
    padding-bottom: 50px;
    position: absolute;
    display: block;
    width: 80px;
}

.item__child li:hover a{
    background-color: #f5f5f5;
    padding-left: 20px;
    color: #ef233b;
    transition: 0.5s
}
.item__child li:hover>ul.item__sub__child{
    display: block;
    animation: ANI_blockLevel3 0.8s
}
@keyframes ANI_blockLevel3 {
    0% {
        top: 40%;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

ul.item__sub__child i {
    display: none;
}

.bg-header-nav .header-nav li .item__child .item__sub__child li {
    margin-top: 0;
}

.item__child li>ul.item__sub__child li:hover ul.item__sub__child {
    display: block;
    animation: ANI_blockLevel3 0.8s;
}

.bg-header-nav.scroll {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}
footer.footer .title-menu {
    text-align: start;
    margin-left: 0;
    text-transform: uppercase;
}

body footer.footer .title-menu a,body .mid-footer .title-menu4.title-menu4 a,
body footer.footer .list-menu .li_menu.li_menu_xxx{
    margin-left: 0;
}
footer.footer .list-menu .li_menu .hour_ {
    color: #333;
}
.categoryRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.categories-section {
    padding: 30px 0;
}

.home_singleCategory img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.home_singleCategory {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.home_singleCategory h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}

.home_singleCategory ul li {
    padding-bottom: 5px;
}

.home_singleCategory ul li.line {
    border-top: #ddd solid 1px;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 600;
}
.achievement-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 20px 0;
}

.achieve-item {
    text-align: center;
}

.achieve-item img {width: 80px;object-position: bottom;}

.achieve-info h3 {
    font-size: 60px;
    font-weight: 900;
    color: #03a77e;
    margin-bottom: 0;
}
.sec-tes {
    padding: 70px 0 110px;
    position: relative;
    margin-bottom: 30px;
}

.section-bg.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
}

.section-bg.fill img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-bg, .section-content {
    width: 100%;
}

.section-content {
    z-index: 1;
}

.customer-feedback {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.customer-feedback img {
    width: 100%;
}
.sec-tes .heading_spnb h2 {
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}
.dqdt-sidebar.sidebar.left-content {
    display: none;
}

.main_container {
    width: 100%;
    left: auto;
    margin-top: 20px;
}
.collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 20px;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.category-grid .category-item {
    border: 1px solid #ef233b;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.category-grid .category-item a {
    font-size: 14px;
    text-transform: capitalize;
}

.category-grid .category-item h2 {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.button_actions {
    display: block;
    float: initial;
    clear: both;
    height: auto;
}

#addToCart {
    margin-bottom: 30px;
    background: #005a7c;
    text-transform: uppercase;
}

.details-product .details-pro .form_hai .custom-btn-number {
    float: initial;
    margin-bottom: 0;
}
.button-action-phone {
    background: #005a7c;
    width: 50%;
    text-align: center;
}

.button-action-buy {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    column-gap: 10px;
}

.button_actions {
    width: 50%;
}

.btn-addcart, .button_cart_buy_disable {
    height: 100%;
    line-height: initial;
}

#addToCart {
    margin-bottom: 0;
    padding: 0;
    height: auto;
    line-height: 45px;
    background: linear-gradient(to bottom, #3481bc 0%, #003cb5 100%);
}

.button-action-phone a {
    color: #fff;
}

.button-action-buy>div {
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #ef233b;
    width: 50%;
}
.pv-hotline {
    margin-bottom: 15px;
    background: #ef233b;
    padding: 5px 0;
}
span.separator {
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 5px;
}
.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0px;
}
ul.nav-blog {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
ul.nav-blog li {
    padding: 7px 10px;
    border: 1px solid #ef233b;
    list-style: none;
    margin: 0 5px;
    border-radius: 4px;
}
ul.nav-blog li.active, ul.nav-blog li:hover {
    background: #ef233b;
    border-color: #ef233b;
    color: #fff;
}
ul.nav-blog li.active a, ul.nav-blog li:hover a{
    color: #fff;
}
.page-primary .right-article .single-blog-post {
    margin-left: 0;
    background: #fff;
}

.page-primary .right-article {
    background: #fff;
}
.d-flex {
    display: flex !important;
}
.page-primary .right-article .single-blog-post .post-content {
    background: #fff;
    padding-top: 0;
}

.page-primary .left-article .single-blog-post {
    margin-right: 0;
}

.page-primary .single-blog-post {
    padding-bottom: 25px;
}
.page-primary .wrap_blog_single .single-blog-post{
    margin-bottom: 0;
    flex-direction: column;
}
.page-primary .left-article .post-content h5 {
    color: #333;
    font-weight: 600;
}
.page-primary .right-article .single-blog-post .post-content h5,.headline h5{
    font-weight: 600;
}
.page-primary .left-article .post-content {
    position: initial;
    margin-top: 20px;
}
.wrap_blog_single {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-primary .wrap_blog_single .single-blog-post.post-style-4 .post-thumbnail {
    width: 100%;
}

.page-primary .wrap_blog_single .post-content {
    margin-top: 15px;
}
.if-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px;
}

.if-bt .btn-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #508735;
}

.if-bt .btn-view i {
    margin-left: 8px;
}
.des-news{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    max-height: calc(25px* 4);
}
.right-article .single-blog-post .post-thumbnail:before {
    content: '';
    display: block;
    padding-top: 92%;
}
.right-article .single-blog-post .post-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.heading-font {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.page-primary .pagination_wrapper {
    text-align: center;
}

.page-primary .pagination .page-link,.page-primary  .paginator a, .paginator span.currentPage {
    border-radius: 50% !important;
}
.article-main .article-title {
    font-weight: 600;
}
.article-main .article-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.right-content .article-main .article-details .date {
    display: none;
}
.entry-author {
    padding: 2em 0;
}
.align-top {
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    vertical-align: top;
}
.flex-row {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
}
.flex-col {
    max-height: 100%;
}
.circle, .circle img {
    border-radius: 999px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-author-image {
    width: 100px;
}
.blog-author-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.flex-grow {
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    flex: 1;
}
p:empty {
    display: none;
}
.social-icons {
    color: #999;
    display: flex;
    font-size: .85em;
    vertical-align: middle;
    column-gap: 10px;
}
.button.facebook:hover, .button.facebook:not(.is-outline) {
    color: #3a589d;
}
.social-button, .social-icons .button.icon:hover, .social-icons .button.icon:not(.is-outline) {
    background-color: currentColor;
    border-color: currentColor;
}
.heading-font.author-name {
    margin-top: 0;
}

.flex-row.align-top {
    padding-top: 30px;
}

.heading-font.author-name a {
    text-transform: uppercase;
    font-size: 18px;
}
.flex-col.flex-grow p {
    line-height: 32px;
    letter-spacing: 0.5px;
}
.social-icons a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.social-icons a i {
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.sidebar-category.collection-category {
    display: none;
}
/* FOOTER*/
.ft-container {
    background-color: #1c3356;
    color: #ffffff;
    padding: 40px 20px;
}
.ft-container * {
    color: #fff;
}
.ft-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    border-top: 1px solid #ffffff33;
    padding-top: 40px;
    margin-top: 40px;
}
.ft-logo {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-logo img {
    width: 265px;
    margin-bottom: 10px;
    max-height: 100%;
}

.ft-description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.ft-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ft-info, .ft-policy, .ft-about, .ft-social {
    flex: 1;
    min-width: 200px;
}

.ft-top ul li, .ft-top ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.ft-top ul li i, .ft-top ul li i {
    margin-right: 10px;
    color: #d1d5db;
}
.ft-social-icons {
    display: flex;
    gap: 10px;
}

.ft-social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #1c3356;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.ft-social-icons a:hover {
    background-color: #007bff;
    color: #ffffff;
}
.ft-bottom {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px solid #ffffff33;
    padding-top: 30px;
}
.ft-top ul li a,.ft-top ul li {
    font-size: 15px;
}
.ft-social-icons a.fb-ft {
    background: #2e467e;
}
.ft-social-icons a.tw-ft {
    background: #1d6095;
}
.ft-social-icons a.instagram-ft {
    background: #2f5476;
}
.ft-social-icons a.youtube-ft {
    background: #9c281c;
}
.ft-social-icons a.linkedin-ft {
    background: #005b92;
}
.ft-social-icons a i:before {
    font-family: 'FontAwesome';
    font-style: normal;
}
.ft-social-icons a i.icon-facebook:before{
    content: "\f09a";
}
.ft-social-icons a i.icon-twitter:before{
    content: '\f099';
}
.ft-social-icons a i.icon-instagram:before{
    content: '\f16d';
}
.ft-social-icons a i.icon-pinterest:before{
    content: '\f16d';
}
.ft-social-icons a i.icon-linkedin:before{
    content: "\f08c";
}
.ft-social-icons a i.icon-youtube:before{
    content: "\f16a";
}
.ft-top ul {
    list-style: initial;
    padding-left: 15px;
}
.ft-top ul li {
    margin-bottom: 15px;
}
.ft-info ul {
    list-style: none;
    padding-left: 0;
}
.slider-banner-box,.home-wrapper .main{
    display: block;
}
.slider-box {
    width: 77%;
}
.banner-box{
    width: 25%;
}
.slider-banner-box {
    display: flex;
    align-items: flex-start;
}
.slider-banner-box  .owl-carousel .owl-dots{
    bottom: 5px;
}
.tp_banner_main .home-slider .item{
    height: auto;
}
body .footer-subscribe,
.sec_banner_infor .content_sec_banner_infor,
.header .bg-header-nav,.nav-menu{
    background-color: #1c3356;
}
.pv-hotline {
    display: none;
}
.badge-outline {
    margin-left: -.4em;
    backface-visibility: hidden;
    display: table;
    height: 40px;
    pointer-events: none;
    width: 40px;
    z-index: 20;
    border-radius: 0;
    line-height: 16px;
    background: transparent;
    padding: 0;
    top: 0;
}

.badge-inner {
    color: #ef233b;
    display: table-cell;
    font-weight: 600;
    height: 100%;
    line-height: 16px;
    padding: 2px;
    text-align: center;
    transition: background-color .3s, color .3s, border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    border: 2px solid;
}
.single-blog-post {
    position: relative;
}

.single-blog-post:hover .badge-inner{
    background: #ef233b;
    color: #fff;
    border-color: #ef233b;
}
.single-blog-post h3 {
    font-size: 15px;
    font-weight: 600;
}
.article-wraper .left-content {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 40px;
}

.article-wraper .right-content {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
}

.article-wraper .blog-image-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.article-wraper .blog-list .loop-blog .name-right {
    float: initial;
    width: 100%;
    margin: 0;
}

.article-wraper .blog-list .loop-blog .thumb-left {
    width: auto;
    max-width: 100%;
    float: initial;
}

.article-wraper .blog-list .loop-blog .name-right p {
    margin-top: 15px;
    font-weight: 600;
    font-size: 15px;
}

.article-wraper .blog-list .loop-blog .date ,.achieve-info h3{
    display: none;
}
.article-wraper .left-content .blog-list .loop-blog{
    border-bottom: none;
}
.achieve-info {
    margin-top: 15px;
}
.achieve-info p {
    margin-bottom: 0;
}
.categories-section .heading_spnb h2{
    font-weight: 600;
}
.item__child li>ul.item__sub__child li:hover ul.item__sub__child {
    display: none;
}
.item__child{
    width: 280px;
}
.button-action-phone i {
    margin-right: 5px;
    font-size: 18px;
}
.additional-products {
    display: flex;
    flex-direction: column;
    clear: both;
}
.product-up-sale {
    order: 3;
}
.newsComment,.blog-aside .aside-title-blog .title-head-blog  {
    display: none;
}
.button_show_tab{
    display: none;
}
.category-content ul {
    padding: revert;
    list-style: disc;
    margin: revert;
}
.menu__item img {
    width: 24px;
}
.category-blog-full iframe {
    width: 800px;
}
.ft-container .ft-bottom p span {
    color: #333 !important;
}
.footer-subscribe{
    display: none;
}
@media (min-width: 1230px) {
    body .container {
        width: 1320px;
        padding-left: 0;
    }
    body .row {
        margin: 0;
    }
    body .nav-menu .menu__item:nth-child(1) .tp_menu_item {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .categoryRow {
        grid-template-columns: repeat(1, 1fr);
    }
    .achievement-block,.customer-feedback,.category-grid  {
        grid-template-columns: repeat(2, 1fr);
    }
    .sec-tes .heading_spnb h2 {
        font-size: 24px;
    }
    ul.nav-blog {
        display: block;
    }

    ul.nav-blog li {
        margin-bottom: 10px;
    }

    .highlight-posts .row {
        padding: 0;
        margin: 0;
    }

    .heading-font {
        padding: 0 15px;
    }

    .wrap_blog_single {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }
    .ft-logo {
        display: block;
        text-align: center;
    }

    .ft-description {
        margin-top: 20px;
        text-align: start;
    }

    .ft-container {
        padding: 40px 0;
    }
    .slider-box {
        width: 100%;
    }
    .input-group {
        margin-bottom: 0;
    }
    .home-wrapper .main {
        margin-top: 0;
    }

    .home-slider img {
        border-radius: 0;
    }
    .btn-search-mb {
        display: inline-block;
        font-size: 18px;
        padding-right: 15px;
        color: hsla(0, 0%, 40%, .85);
        border-right: 1px solid #ddd;
    }

    .mini-cart {
        height: auto;
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

    .mini-cart .heading-cart-mobi .bg_cart .count_item_pr {
        top: -10px;
    }

    .header_search_ {
        display: none;
        padding-bottom: 15px;
    }
    .product-info-call-content .f-control{
        padding: 0 5px 0 10px;
    }
    .product-info-call-content .f-control::placeholder{
        font-size: 12px;
    }
    #open-filters{
        display: none;
    }
    .category-blog-full iframe {
        width: 100%;
    }
    .header-wrapper.scroll-menu {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
    }
}