.section_cate {
    padding-top: 45px;
}
.section_cate .section_cate_title {
    padding-bottom: 11px !important;
}
.home .section_cate_title h1 br,
.home .section_cate_title p br {
    display: none;
}
.page-id-273970 .vc_row.vc_inner.container,
.home .vc_row.vc_inner.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.section_desc_tabs {
    text-align: center;
}
.section_desc_tabs ul {
    list-style: none;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 15px;
}
.section_desc_tabs ul li {
    float: left;
    margin: 10px 20px 10px 20px;
}
.section_desc_tabs ul li:first-child {
    margin-left: 0;
}
.section_desc_tabs ul li:last-child {
    margin-right: 0;
}
.section_desc_tabs ul>li {text-align: center;}
.section_desc_tabs ul>li .desc_tab {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    padding: 0;
}
.section_desc_tabs ul>li.active .desc_tab {
    color: #55acee;
}
.section_desc_tabs ul>li.active .desc_tab:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #55acee;
}

.section_desc_tabs_cnt {
    margin-top: 22px;
}
.section_desc_tabs_cnt ul {
    list-style: none;
}
.section_desc_tabs_cnt ul>li {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.section_desc_tabs_cnt ul>li.active {
    height: unset;
    opacity: 1;
    visibility: visible;
}
.section_desc_tabs_cnt .product-block:hover div.product-meta {
    background: #fff;
}
.section_desc_tabs_cnt .products .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
    padding-bottom: 12px;
    padding: 0 !important;
}

.section_desc_tabs_cnt .products .type-product {
    border-radius: 13px;
    border: 1px solid #dedede;
    margin-right: 12px;
    margin-top: 12px;
    width: calc((100% - 48px) / 5);
}
.section_desc_tabs_cnt .products .type-product:nth-child(5n + 5) {
    margin-right: 0;
}

/* section_top_like */
.section_top_like .section_desc_tabs_cnt>ul {
    min-height: calc((324px * 2) + 23px + 100px);
    padding: 0;
}


/* section_cate swiper */
.wrap_y_tuong_moi .section_desc_tabs_cnt>ul {
    min-height: calc((324px * 2) + 23px + 100px);
}
.section_cate .wrap_swiper-container {
    height: calc((324px * 2) + 23px + 100px);
}
.swiper-slide.row-2 {
    height: 324px;
}
.section_cate .section_desc_tabs_cnt .swiper-container {padding-bottom: 100px !important;}
.section_cate .swiper-pagination {
    bottom: 10px;
}

.section_cate .swiper-pagination .swiper-pagination-bullet {
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
    color: #55acee;
    border: 1px solid #55acee;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    opacity: 1;
    margin: 0 7px;
}

.section_cate .swiper-pagination .swiper-pagination-bullet-active {
    background: #55acee;
    color: #fff;
}
.section_cate .wrap_swiper-container .view_all_products {
    text-align: center;
    display: block;
    margin-top: 30px;
}
.section_cate .wrap_swiper-container .view_all_products a {
    position: relative;
    padding-right: 20px;
    padding: 10px 30px 10px 20px;
    border: 1px solid #55acee;
    border-radius: 20px;
    color: #55acee;
    background: #fff;
    font-size: 15px;
}
.section_cate .wrap_swiper-container .view_all_products a:before {
    content: "";
    padding: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #55acee;
    background: none;
    position: absolute;
    right: 7px;
    top: 12px;
}

/* top_viewed_cates */
.wrap_top_viewed_cates {
    padding-bottom: 65px;
}
.top_viewed_cates {
    padding-bottom: 69px;
    margin-top: 11px;
}
.top_viewed_cates .list_cates {
    height: calc(85px * 3 + 40px);
}
.top_viewed_cates .list_cates .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
}
.top_viewed_cates .list_cates .cate_item {
    height: 85px;
    margin-right: 12px;
    margin-top: 12px;
    width: calc((100% - 12px * 4) / 5);
}
.top_viewed_cates .list_cates .cate_item:nth-child(5n + 5) {
    margin-right: 0;
}
.top_viewed_cates .list_cates .cate_item .cate_url {
    display: flex;
    border: 1px solid #dedede;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
}
.top_viewed_cates .list_cates .cate_item .cate_url .cate_thumb {width: 64px;}
.top_viewed_cates .list_cates .cate_item .cate_url .cate_thumb img {
    /* border-radius: 100%; */
    height: 64px;
    width: 64px;
    display: block;
}
.top_viewed_cates .list_cates .cate_item .cate_url .cate_info {
    padding-left: 10px;
    width: calc(100% - 67px);
}
.top_viewed_cates .list_cates .cate_item .cate_url .cate_info .cate_name {
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 1px;
    margin-top: 11px;
}
.top_viewed_cates .list_cates .cate_item .cate_url .cate_info .count_viewed {
    margin: 0;
    font-size: 10pt;
}

.top_viewed_cates .swiper-pagination {
}
.top_viewed_cates .swiper-pagination .swiper-pagination-bullet {
    height: 18px;
    width: 18px;
}
.top_viewed_cates .swiper-pagination .swiper-pagination-bullet-active {
    background: #55acee;
}


/* .recent_post_cdms */
.wrap_recent_post_cdms {
    padding-top: 40px;
}
.recent_post_cdms {
    padding-bottom: 64px;
}
.recent_post_cdms .list_cdms {
    margin-top: 25px;
}
.recent_post_cdms .list_cdms .item_cdms {}
.recent_post_cdms .list_cdms .item_cdms .cdms_url {}
.recent_post_cdms .list_cdms .item_cdms .cdms_url .cdms_img {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.recent_post_cdms .list_cdms .item_cdms .cdms_url .cdms_img img {}
.recent_post_cdms .list_cdms .item_cdms .cdms_url .cdms_name {
    font-size: 17px;
    padding: 14px 22px 0 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent_post_cdms .swiper-pagination {}
.recent_post_cdms .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.recent_post_cdms .swiper-pagination .swiper-pagination-bullet-active {
    background: #55acee;
}


.wrap_rand_post_by_cate {}
.wrap_rand_post_by_cate .section_desc_tabs_cnt>ul {min-height: 690px;padding: 0;}
.wrap_rand_post_by_cate .rand_post_by_cate .row {
    display: block;
    overflow: hidden;
}
.wrap_rand_post_by_cate .rand_post_by_cate .col-5 {
    width: calc(20% - 48px / 5);
    float: left;
    margin-right: 12px;
    clear: unset !important;
}
.wrap_rand_post_by_cate .rand_post_by_cate .col-5:nth-child(5n + 5) {
    margin-right: 0;
}
.wrap_rand_post_by_cate .product_count_total {width: calc(20% - 60px / 5);margin-bottom: 12px;float: left;height: 332.7px;border-radius: 13px;margin-top: 14px;}
.wrap_rand_post_by_cate .product_count_total a {
    color: #fff;
    position: relative;
    display: block;
    height: 100%;
}
.wrap_rand_post_by_cate .product_count_total a:hover {
    color: #fff;
    border: 0;
}
.wrap_rand_post_by_cate .product_count_total a .product_count_total_cnt {
    position: absolute;
    padding-left: 35px;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.wrap_rand_post_by_cate .product_count_total a .view_all {
    border-top: 1px solid #fff;
    padding-top: 9px;
    font-size: 18px;
}
.wrap_rand_post_by_cate .product_count_total a .arrow {
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    background: none;
    width: 14px;
    height: 14px;
    left: 21px;
    margin-top: 25px;
}
.wrap_rand_post_by_cate .product_count_total a .arrow:before {
    content: "";
    border: 1px solid #fff;
    display: block;
    height: 47px;
    width: 47px;
    position: absolute;
    left: -29px;
    top: -23px;
    border-radius: 100%;
}
.wrap_rand_post_by_cate .product_count_total a .prod_count {
    font-size: 43px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 70px;
}
.wrap_rand_post_by_cate .product_count_total a .prod_count span {
    font-size: 19px;
    font-weight: 500;
}
.rand_noi_that_go .row .product_count_total {
    background-color: #96d2ee;
    margin-top: 12px;
}
.rand_phu_kien .row .product_count_total {
    background-color: #8dc8c4;
}
.rand_shop_tre_em .row .product_count_total {
    background-color: #f6a3bd;
}
.rand_noi_that_van_phong .row .product_count_total {
    background-color: #4372a4;
}

/* bo_suu_tap_mau_sac */
.section_suu_tap_mau_sac {}
.bo_suu_tap_mau_sac {
    height: calc(186px * 2 + 112px);
}
.bo_suu_tap_mau_sac ul {
    list-style: none;
    padding: 0;
}
.bo_suu_tap_mau_sac ul>li {
    height: 186px;
    opacity: 1;
    visibility: visible;
}
.bo_suu_tap_mau_sac ul>li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* y_tuong_moi */
.wrap_y_tuong_moi {}
