@keyframes aniName {
    0% {
        left: 0px;
    }
    50% {
        left: 2%;
    }
    to {
        left: 0px;
    }
}
@-moz-keyframes aniName {
    0% {
        left: 0px;
    }
    50% {
        left: 2%;
    }
    to {
        left: 0px;
    }
}
@-webkit-keyframes aniName {
    0% {
        left: 0px;
    }
    50% {
        left: 2%;
    }
    to {
        left: 0px;
    }
}
@-o-keyframes aniName {
    0% {
        left: 0px;
    }
    50% {
        left: 2%;
    }
    to {
        left: 0px;
    }
}
.alert-warning {
    color: #01567f;
    background-color: #e1f6ff;
    border-color: #e1f6ff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.section_slider {
    margin-bottom: 30px !important;
}
.section_slider .swiper-pagination-bullets {
    text-align: center;
}
.section_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_slider
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: #333e44;
}
.section_slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #01567f;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
@media (max-width: 1024px) {
    .section_slider .swiper-button-next {
        display: none !important;
    }
}
.section_slider .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #01567f;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
@media (max-width: 1024px) {
    .section_slider .swiper-button-prev {
        display: none !important;
    }
}
.section_slider:hover .swiper-button-next {
    right: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.section_slider:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_slider:hover .swiper-button-prev {
    left: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.section_slider:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.title_modules {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
    .title_modules {
        margin-bottom: 5px;
        text-align: left;
    }
}
.title_modules .h2,
.title_modules h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 26px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .title_modules .h2,
    .title_modules h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
@media (min-width: 767px) {
    .title_modules .h2:before,
    .title_modules h2:before {
        content: "";
        background: #01567f;
        width: 50px;
        height: 5px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 1;
        border-radius: 3px;
    }
    .title_modules .h2:after,
    .title_modules h2:after {
        content: "";
        width: 160px;
        height: 5px;
        background: #e5e9ed;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        border-radius: 3px;
    }
}
.title_modules .h2 span,
.title_modules h2 span {
    color: #01567f;
}
.title_modules .h2 a:hover,
.title_modules h2 a:hover {
    color: #01567f;
}
.section_product_feature,
.section_tab_allproduct,
.section_flash_sale {
    margin-bottom: 30px;
}
.section_product_feature .swiper-pagination-bullets,
.section_tab_allproduct .swiper-pagination-bullets,
.section_flash_sale .swiper-pagination-bullets {
    text-align: center;
}
.section_product_feature .swiper-pagination-bullets .swiper-pagination-bullet,
.section_tab_allproduct .swiper-pagination-bullets .swiper-pagination-bullet,
.section_flash_sale .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_product_feature
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_tab_allproduct
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_flash_sale
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: #333e44;
}
.section_product_feature .swiper-button-next,
.section_tab_allproduct .swiper-button-next,
.section_flash_sale .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #01567f;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
@media (max-width: 1024px) {
    .section_product_feature .swiper-button-next,
    .section_tab_allproduct .swiper-button-next,
    .section_flash_sale .swiper-button-next {
        display: none !important;
    }
}
.section_product_feature .swiper-button-prev,
.section_tab_allproduct .swiper-button-prev,
.section_flash_sale .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #01567f;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
@media (max-width: 1024px) {
    .section_product_feature .swiper-button-prev,
    .section_tab_allproduct .swiper-button-prev,
    .section_flash_sale .swiper-button-prev {
        display: none !important;
    }
}
.section_product_feature .swiper-pagination-bullet,
.section_tab_allproduct .swiper-pagination-bullet,
.section_flash_sale .swiper-pagination-bullet {
    background: #d7d7d7 !important;
    width: 8px !important;
    height: 8px !important;
}
.section_product_feature
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_tab_allproduct
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_flash_sale .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #01567f !important;
}
.section_product_feature:hover .swiper-button-next,
.section_tab_allproduct:hover .swiper-button-next,
.section_flash_sale:hover .swiper-button-next {
    right: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #333e44;
}
.section_product_feature:hover .swiper-button-next.swiper-button-disabled,
.section_tab_allproduct:hover .swiper-button-next.swiper-button-disabled,
.section_flash_sale:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_product_feature:hover .swiper-button-next:after,
.section_tab_allproduct:hover .swiper-button-next:after,
.section_flash_sale:hover .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
}
.section_product_feature:hover .swiper-button-prev,
.section_tab_allproduct:hover .swiper-button-prev,
.section_flash_sale:hover .swiper-button-prev {
    left: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #333e44;
}
.section_product_feature:hover .swiper-button-prev.swiper-button-disabled,
.section_tab_allproduct:hover .swiper-button-prev.swiper-button-disabled,
.section_flash_sale:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.section_product_feature:hover .swiper-button-prev:after,
.section_tab_allproduct:hover .swiper-button-prev:after,
.section_flash_sale:hover .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .section_product_feature .swiper-slide,
    .section_tab_allproduct .swiper-slide,
    .section_flash_sale .swiper-slide {
        background: #fff;
        width: 68%;
    }
}
.section_fashion_man {
    margin-bottom: 10px;
}
.section_tab_allproduct .bannner_tab {
    position: relative;
    overflow: hidden;
    display: block;
}
.section_tab_allproduct .bannner_tab a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.section_tab_allproduct .bannner_tab a:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
.section_flash_sale .item_product_main {
    background-color: #fff;
    padding: 10px 10px 0px;
    margin-bottom: 0px;
    height: 100%;
}
.section_flash_sale .uwrap_tab {
    padding: 20px 20px 15px;
}
@media (max-width: 767px) {
    .section_flash_sale .uwrap_tab {
        padding: 75px 10px 15px 5px;
    }
}
.section_flash_sale .time-flas {
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding-bottom: 12px;
    background: #fcaf17;
    padding-bottom: 0px;
    position: relative;
}
.section_flash_sale .time-flas .tabs-time {
    height: 60px;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
}
@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time {
        height: 50px;
    }
}
.section_flash_sale .time-flas .tabs-time #tab-time-4li {
    border-right: 1px solid transparent;
}
.section_flash_sale .time-flas .tabs-time .tab-link {
    height: 60px;
    padding: 2px 5px 0px;
    border-radius: 5px 5px 0px 0px;
    flex: 1 1 0%;
    cursor: pointer;
    background: #fff;
    color: #4f4f4f;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time .tab-link {
        height: 50px;
    }
}
.section_flash_sale .time-flas .tabs-time .tab-link:not(:first-child)::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: -5px;
    top: 0px;
}
.section_flash_sale .time-flas .tabs-time .tab-link.current {
    background: #ad000c;
    color: white;
}
.section_flash_sale .time-flas .tabs-time .tab-link .title_time {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-radius: 0px;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    background-color: transparent;
    color: inherit;
    font-weight: 700;
    text-decoration: unset;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: unset;
    min-width: unset;
    transition: color 0.3s ease 0s;
}
@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 321px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size: 14px;
        line-height: 20px;
    }
}
.section_flash_sale .time-flas .tabs-time .tab-link .text_timming {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-radius: 0px;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    background-color: transparent;
    color: inherit;
    font-weight: 500;
    text-decoration: unset;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: unset;
    min-width: unset;
    transition: color 0.3s ease 0s;
}
@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .text_timming {
        font-size: 12px;
        line-height: 22px;
    }
}
.section_flash_sale .box-tabsc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_flash_sale .product-tabs-sale .tabs-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
}
.section_flash_sale .product-tabs-sale .tabs-title .tab-link {
    padding: 4px 5px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title .tab-link {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.section_flash_sale .product-tabs-sale .tabs-title .tab-link span {
    text-align: center;
}
@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title .tab-link {
        margin-top: 0px;
    }
}
.section_flash_sale
    .product-tabs-sale
    .tabs-title
    .tab-link:hover
    .keyword-img {
    background: #01567f;
}
.section_flash_sale .product-tabs-sale .tabs-title .tab-link:hover span {
    color: #000;
}
.section_flash_sale
    .product-tabs-sale
    .tabs-title
    .tab-link.current
    .keyword-img {
    background: #01567f;
}
.section_flash_sale .product-tabs-sale .tabs-title .tab-link.current span {
    color: #000;
}
.section_flash_sale .product-tabs-sale .tabs-title .tab-link:last-child {
    margin-right: 0px;
}
.section_flash_sale .count-down {
    height: 100%;
    min-width: 190px;
    text-align: center;
}
@media (max-width: 767px) {
    .section_flash_sale .count-down {
        position: absolute;
        height: auto;
        top: 60px;
        width: 100%;
    }
}
.section_flash_sale .count-down .title_km {
    color: #000;
    line-height: 28px;
}
.section_flash_sale .count-down .timer-view {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.section_flash_sale .count-down .timer-view .block-timer {
    width: 35px;
    height: 26px;
    font-size: 18px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    background: #ad000c;
}
@media (max-width: 1199px) {
    .section_flash_sale .count-down .timer-view .block-timer {
        width: 28px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
}
.section_flash_sale .count-down .timer-view .block-timer p {
    margin-bottom: 0px;
}
.section_flash_sale .count-down .timer-view .block-timer p b {
    font-weight: 500;
}
.section_flash_sale .count-down .timer-view .block-timer:last-child {
    margin-right: 0px;
}
.section_big_sale {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
}
@media (max-width: 776px) {
    .section_big_sale {
        background-position: center;
        padding: 50px;
        background-attachment: inherit;
    }
}
.section_big_sale a {
    text-align: center;
    display: block;
}
.section_big_sale a .img_anima {
    position: relative;
    font-size: 100px;
    font-style: italic;
    font-weight: 600;
}
@media (min-width: 767px) {
    .section_big_sale a .img_anima {
        animation: aniName 3s infinite;
    }
}
@media (max-width: 767px) {
    .section_big_sale a .img_anima {
        font-size: 42px;
    }
}
.section_services {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .section_services {
        margin-bottom: 16px;
    }
}
.section_services .promo-box .promo-item {
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    min-height: 85px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .section_services .promo-box .promo-item {
        min-height: 85px;
        margin-bottom: 14px;
    }
}
@media (min-width: 991px) {
    .section_services .promo-box .promo-item {
        min-height: 60px;
    }
    .section_services .promo-box .promo-item .icon {
        display: inline-block;
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .section_services .promo-box .promo-item {
        min-height: 85px;
    }
}
.section_services .promo-box .promo-item:last-child,
.section_services .promo-box .promo-item:nth-child(3) {
    border-right: 0px none;
}
.section_services .promo-box .icon {
    margin-bottom: 5px;
}
.section_services .promo-box .icon img {
    max-width: 36px;
}
.section_services .promo-box .info {
    text-align: left;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0;
    color: #01567f;
}
@media (min-width: 991px) {
    .section_services .promo-box .info {
        text-align: left;
        margin-left: 8px;
    }
}
.section_services .promo-box h6 {
    margin: 0 0 2px 0;
    padding: 0;
    text-transform: uppercase;
}
.section_services .promo-box span {
    color: #01567f;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section_services .promo-box .info {
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width: 321px) {
    .section_services .promo-box .info {
        font-size: 11px;
        line-height: 15px;
    }
}
@media (max-width: 281px) {
    .section_services .promo-box .info {
        font-size: 9px;
        line-height: 15px;
    }
}
.section_banner {
    margin-bottom: 30px;
}
.section_banner .snip_banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    min-height: 399.2px;
}
@media (min-width: 1400px) {
    .section_banner .snip_banner {
        min-height: 399.203px;
    }
}
@media (max-width: 1281px) {
    .section_banner .snip_banner {
        min-height: 376.23px;
    }
}
@media (max-width: 1025px) {
    .section_banner .snip_banner {
        min-height: 314.3px;
    }
}
@media (max-width: 913px) {
    .section_banner .snip_banner {
        min-height: 277.02px;
    }
}
@media (max-width: 821px) {
    .section_banner .snip_banner {
        margin-bottom: 14px;
        min-height: 246.38px;
    }
}
@media (max-width: 769px) {
    .section_banner .snip_banner {
        margin-bottom: 14px;
        min-height: 229.06px;
    }
}
@media (max-width: 541px) {
    .section_banner .snip_banner {
        min-height: 332.95px;
    }
}
@media (max-width: 415px) {
    .section_banner .snip_banner {
        min-height: 257.03px;
    }
}
@media (max-width: 413px) {
    .section_banner .snip_banner {
        min-height: 255.7px;
    }
}
@media (max-width: 394px) {
    .section_banner .snip_banner {
        min-height: 243.05px;
    }
}
@media (max-width: 391px) {
    .section_banner .snip_banner {
        min-height: 241.05px;
    }
}
@media (max-width: 376px) {
    .section_banner .snip_banner {
        min-height: 231.06px;
    }
}
@media (max-width: 361px) {
    .section_banner .snip_banner {
        min-height: 221.08px;
    }
}
@media (max-width: 281px) {
    .section_banner .snip_banner {
        min-height: 167.8px;
    }
}
.section_banner .snip_banner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section_banner .snip_banner img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section_banner .snip_banner .content_banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section_banner .snip_banner p {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    padding: 5px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0px;
}
@media (max-width: 992px) {
    .section_banner .snip_banner p {
        left: 10%;
        width: 80%;
        font-size: 14px;
    }
}
.section_banner .snip_banner:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    position: absolute;
    -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    transform: skew(-10deg) rotate(-10deg) translateY(-50%);
}
.section_banner .snip_banner a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.section_banner .snip_banner {
    background: #123851;
}
.section_banner .snip_banner p {
    background: rgba(10, 33, 47, 0.85);
}
.section_banner .snip_banner:hover img,
.section_banner .snip_banner.hover img {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section_banner .snip_banner:hover p {
    background-color: #0a212f;
}
@media (max-width: 767px) {
    .block-title h2 {
        font-size: 24px;
    }
}
.section_product_featured {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .section_product_featured {
        margin-bottom: 15px;
    }
}
.section_3_banner .three_banner {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .section_3_banner .three_banner img {
        min-height: 170px;
    }
}
.section_blog {
    margin-bottom: 30px;
}
.section_blog .block-blog .item-blog .block-thumb .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 60%;
}
.section_blog .block-blog .item-blog .block-thumb .thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out all;
    will-change: opacify;
}
.section_blog .block-blog .item-blog .block-thumb .thumb:hover img {
    transform: scale(1.05);
}
.section_blog .block-blog .item-blog .block-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    padding: 10px 15px;
    box-shadow: 0px 4px 8px -2px #7aa5bb;
    margin-bottom: 10px;
    border-radius: 5px;
}
.section_blog .block-blog .item-blog .block-content h3 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 48px;
    text-align: center;
    font-weight: 500;
}
.section_blog .block-blog .item-blog .block-content h3 a {
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section_blog .block-blog .item-blog .block-content h3 a:hover {
    color: #01567f;
}
.section_blog .block-blog .item-blog .block-content .time-post {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section_blog .block-blog .item-blog .block-content .time-post:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #7aa5bb;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
}
.section_blog .block-blog .item-blog .block-content .time-post span {
    background: #01567f;
    padding: 0 5px;
    border: 1px solid #7aa5bb;
    border-radius: 15px;
    font-size: 13px;
    z-index: 1;
    color: #fff;
}
.section_blog .block-blog .item-blog .block-content p.justify {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section_brand {
    border-top: solid 1px #ebebeb;
    padding: 20px 0;
    margin-bottom: 10px;
}
.section_brand .title_brand {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.section_brand .title_brand p {
    margin-bottom: 0px;
}
.section_brand .title_brand p span {
    color: #01567f;
}
.brand-swiper a {
    position: relative;
    overflow: hidden;
    display: block;
}
.brand-swiper a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.brand-swiper a:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
.section_tab_allproduct .tabwrap {
    position: relative;
    z-index: 2;
}
.section_tab_allproduct .tabwrap .twrap {
    margin-left: 0;
    border-bottom: none;
    border-top: 2px #01567f solid;
    padding-top: 25px;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .section_tab_allproduct .tabwrap .twrap {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .section_tab_allproduct .tabwrap .twrap {
        width: 100%;
        max-width: unset;
        padding-bottom: 10px;
        height: auto;
        padding-top: 10px;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .section_tab_allproduct .tabwrap .twrap::-webkit-scrollbar {
        display: none;
    }
}
.section_tab_allproduct .tabwrap .twrap .item {
    display: inline-block;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    width: 32%;
    margin-bottom: 0;
}
.section_tab_allproduct .tabwrap .twrap .item .img_icon {
    float: left;
    margin-bottom: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 2px #ededed solid;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .section_tab_allproduct .tabwrap .twrap .item {
        display: inline-block;
        margin: 0 10px;
        font-size: 18px;
        cursor: pointer;
        float: none;
        min-width: 195px;
    }
}
.section_tab_allproduct .tabwrap .twrap .item p {
    margin-bottom: 0px;
    line-height: 18px;
}
.section_tab_allproduct .tabwrap .twrap .item span {
    display: block;
    font-size: 12px;
    color: #777;
    font-weight: 400;
}
@media (min-width: 767px) {
    .section_tab_allproduct .tabwrap .twrap .item:hover .img_icon {
        border: 2px #014566 solid;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .section_tab_allproduct .tabwrap .twrap .item:hover:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 12px;
        top: -34px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px #014566 solid;
        border-width: 0 2px 2px 0;
        background: #fff;
    }
}
.section_tab_allproduct .tabwrap .twrap .item.current {
    color: #01567f;
}
.section_tab_allproduct .tabwrap .twrap .item.current .img_icon {
    border: 2px #014566 solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 767px) {
    .section_tab_allproduct .tabwrap .twrap .item.current:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 12px;
        top: -34px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px #014566 solid;
        border-width: 0 2px 2px 0;
        background: #fff;
    }
}
.section_tab_allproduct .tabwrap .uwrap_tab {
    width: 100%;
    float: left;
}
.section_tab_allproduct .tabwrap .tab-content {
    overflow: hidden;
    height: 0px;
}
.section_tab_allproduct .tabwrap .tab-content p {
    display: none;
}
.section_tab_allproduct .tabwrap .tab-content.current {
    height: unset;
}
.section_tab_allproduct .tabwrap .tab-content.current p {
    display: block;
}
@media (max-width: 767px) {
    .section_product_feature {
        margin-bottom: 15px;
    }
    .section_tab_allproduct {
        margin-bottom: 20px;
    }
    .section_banner {
        margin-bottom: 16px;
    }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 480px) {
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (max-width: 991px) {
    .row-scroll {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset;
    }
    .row-scroll::-webkit-scrollbar {
        display: none;
    }
}
.col-xs-15 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
@media (min-width: 768px) {
    .col-sm-15 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.productcount_sale {
    margin-top: 0px;
    min-height: 20px;
    width: 100%;
    position: relative;
    display: none;
    padding-bottom: 5px;
}
.productcount_sale .countitem {
    width: 100%;
    height: 16px;
    border-radius: 7px;
    position: relative;
    background: #01567f;
    z-index: 1;
    margin-top: 5px;
}
.productcount_sale .countitem.visible {
    background: #ffd0a9;
}
.productcount_sale .countitem .countdown {
    position: absolute;
    height: 16px;
    border-radius: 7px;
    background-image: linear-gradient(to right, #ad000c, #fcaf17);
    z-index: 2;
    left: 0;
    top: 0;
}
.productcount_sale .countitem .countdown span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 100%;
    top: -10px;
}
.productcount_sale .countitem.sold-out .countdown {
    background: #ddd;
}
.productcount_sale span {
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    color: #fff;
    line-height: 14px;
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
}
@media (max-width: 767px) {
    .productcount_sale span {
        line-height: 16px;
    }
}
.productcount_sale .sale-bar {
    background: url()
        0 no-repeat;
    width: 18px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: -6px;
    z-index: 1;
}
.activecurrent .productcount_sale {
    display: block;
}
