body {
    font-family: roboto;
}

.ps-container {
    margin: 0 auto;
    max-width: 1270px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.menu > li > a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.menu--product-categories .menu__toggle span {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.ps-logo img {
    height: 90px;
}

.header .header__top {
    background-color: #111111;
}

.header__center {
    display: inline-grid;
    align-content: space-evenly;
}

ul.header__search--suggest {
    padding: 10px 0;
    font-size: 0;
}

.header__search--suggest li {
    display: inline-block;
    font-size: 13px;
}

.header__search--suggest li:first-child a {
    padding-left: 0;
}

.header__search--suggest li:first-child a:before {
    display: none;
}

.header__search--suggest li a:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #898989;
    position: absolute;
    left: 0;
    top: 2px;
}

.header__search--suggest li a {
    color: #898989;
    padding: 0 10px;
    line-height: 17px;
    position: relative;
    display: block;
}

.ps-form--quick-search {
    border: 1px #000000 solid;
    border-radius: 4px;
}

.header .header__extra span, .header .ps-form--quick-search button {
    background: linear-gradient(135deg, #ff4146 0%, #ED3237 25%, #f7373c 50%, #ff0007 75%, #fb6266 100%);
}

.navigation {
    background: linear-gradient(135deg, #ff4146 0%, #ED3237 25%, #f7373c 50%, #ff0007 75%, #fb6266 100%);
}

.header .header__extra, .header .menu--product-categories .menu__toggle i, .header .menu--product-categories .menu__toggle span, .header .navigation .menu > li > a, .header .navigation__extra > li a, .header .ps-block--user-header .ps-block__right a, .header .ps-block__left i {
    color: white;
}

.menu--dropdown > li:hover {
    background-color: #1251a4;
}

.header--mobile {
    background: #000000;
    border-bottom: 0px #ccc solid;
}

.form-search-mobile {
    display: flex;
    flex-flow: row nowrap;
    border: 1px #ccc solid;
}

.ps-block--site-features .ps-block__left i {
    color: #f2353a;
}

.header .header__extra > i {
    color: #ffffff;
}

.header .header__extra:hover i {
    color: #db1820;
}

.header.header--sticky .menu--product-categories .menu__toggle span {
    color: #ffffff;
}

.header.header--sticky .menu--product-categories .menu__toggle i {
    color: #ffffff;
}

.ps-banner picture {
    height: 100%;
    display: block;
}

#top {
    text-align: center;
    background: #ff2a40;
}

#homepage-1 .ps-home-banner .owl-slider .ps-banner img {
    max-height: 410px;
    height: 100% !important;
}

.ps-collection a {
    height: 200px;
    display: block;
}

.ps-collection a img {
    height: 100% !important;
    object-fit: cover;
}

.ps-product {
    margin-bottom: 20px;
}

.ps-product-list .ps-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
    background: none;
    padding: 0px;
}

.ps-product-list .ps-section__header h3 {
    color: #444444;
    font-size: 19px;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.ps-product-list .ps-section__header a.link {
    line-height: 3;
}

.ps-product-list .ps-section__links li a.link:hover {
    color: black;
}

.ps-product-list .ps-section__header a.link:before {
    content: '';
    width: 100%;
    background: #f82d33;
    height: 3px;
    bottom: -2px;
    position: absolute;
}

.ps-product-list .ps-section__links li a {
    color: #444444;
    animation: pulse_br 1.5s infinite;
    transform: translateZ(0);
    box-shadow: 0 0 0 0 #e21414;
    height: 34px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #F3F4F6;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}

@keyframes pulse_br {
    0% {
    }

    70% {
        box-shadow: 0 0 0 10px rgba(237, 22, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
    }
}

.ps-carousel--nav .owl-nav .owl-prev {
    margin-left: -10px;
    border: none !important;
    border-radius: 0px;
    background: #949494 !important;
    color: white !important;
}

.ps-carousel--nav .owl-nav .owl-next {
    margin-right: -10px;
    border: none !important;
    border-radius: 0px;
    background: #949494 !important;
    color: white !important;
}

.ps-product {
    border: 1px solid #dedede;
    padding: 8px;
    border-radius: 5px;
}

.ps-product:hover {
    border-color: #dedede;
}

.ps-product .ps-product__title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.ps-product-page .ps-product__thumbnail {
    height: 210px;
}

.ps-newsletter {
    background: linear-gradient(135deg, #ff4146 0%, #ED3237 25%, #f7373c 50%, #ff0007 75%, #fb6266 100%);
}

.ps-btn, button.ps-btn {
    background-color: #f93035;
}

.ps-form--newsletter .form-group--nest input {
    background: white;
}

.ps-form--newsletter .ps-btn, .ps-form--newsletter button.ps-btn {
    color: #fff;
    background: #2b48d0;
}

.ps-form--newsletter h3 {
    color: white;
}

.ps-form--newsletter p {
    color: white;
}

.row-equal-height {
    display: flex;
    align-items: stretch;
}

.banner-product-home {
    margin-bottom: 20px;
}

.banner-product-home {
}

.banner-product-home img {
    max-height: 296px;
    width: 100%;
    object-fit: cover;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #1251a4;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: white;
}

.ps-form--search-mobile {
    border: 1px #dedede solid;
}

.icon-cate {
    width: 18px;
    height: 18px;
    object-fit: cover;
    margin-right: 10px;
}

.ps-breadcrumb--2 .breadcrumb li {
    color: #000000;
}

.ps-page--blog .ps-page__header {
    padding: 30px 0;
    text-align: center;
}

.ps-page--blog .ps-page__header h1 {
    font-size: 35px;
}

.ps-post .ps-post__thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.pagination .page-item a.page-link:hover, .pagination .page-item.active .page-link {
    background-color: #db1820;
    color: white;
}

.ck-content {
}

.ck-content img {
    max-width: 100% !important;
    height: auto !important;
}

.ck-content iframe {
    max-width: 100% !important;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 767px) {
    .ps-product-page .ps-product__thumbnail {
        height: 130px;
    }
}

.ps-product .product__home img {
    max-width: 100% !important;
    height: 190px !important;
    display: inline;
    object-fit: cover;
}

.ps-product__thumbnail a {
    text-align: center;
    height: 100%;
    display: block;
}

.ps-product__content {
    min-height: 95px;
}

.ps-product .ps-product__title {
    height: 42px;
    max-height: calc(20px * var(--max-lines));
}

.ps-product .ps-product__content > p {
    color: #f72427;
    font-weight: 700;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}

.ps-product__content iframe {
    max-width: 100%;
    height: auto !important;
}

.ps-product__content img {
    max-width: 100%;
    height: auto !important;
}

.ps-product__price .price {
    color: #ec0d0d;
    font-weight: 900;
}

.ps-product__price_old {
    font-size: 11px !important;
    color: #979797 !important;
    text-decoration: line-through;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    position: absolute;
}

.sale_price {
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 400;
}

.widget_footer {
    max-width: 380px;
}

.product__price-tag {
    width: 60px;
    text-align: center;
    height: 25px;
    border-radius: 8px 8px 8px 0;
    background: #f72427;
    z-index: 99;
    position: absolute;
    top: 6px;
    left: -7px;
}

.product__price-tag::after {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-top: 10px solid #a72c29;
    left: 0px;
    top: 23px;
}

.product__price-tag-price {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
}

.ps-product--detail .ps-tab p {
    margin-bottom: 8px;
}

.ps-product--detail .ps-product__shopping .ps-btn {
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
}

.ps-list--categories li a.active {
    color: red;
    font-weight: 600;
}

.product__attribute {
    display: block;
}

.product__attribute .attribute-values {
    margin-top: 7px;
}

.product__color .color-swatch li .item {
    display: flex;
    height: 33px;
}

.product__color .color-swatch li .item .icon {
    height: 32px;
}

.product__color .color-swatch li .item .icon img {
    object-fit: cover;
    height: 100%;
}

#uudai {
    border: solid 1px #eee;
    padding: 12px 15px;
    border-radius: 5px;
}

#uudai .title {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #e00;
    background: none;
    border: none;
    height: auto;
    font-weight: 700;
}

#uudai li {
    margin: 12px 0;
    list-style: none;
}

#uudai li {
    background: url(/images/icon_star_list2.png?v=2.1) left 0px no-repeat;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
}

#uudai li span {
    display: block;
    margin-left: 30px;
    line-height: 20px;
    font-size: 14px;
}

.widget_features {
    background: white;
    margin-bottom: 30px;
    padding: 20px 10px;
}

.header .header__right {
    padding-left: 30px;
    align-items: center;
    display: flex;
}

.header__hotline--bg {
    background: url(/images/header-icon-support.png) no-repeat left center;
    padding-left: 60px;
    height: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #252525;
    font-size: 14px;
}

.header__hotline--phone {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}

.header__hotline--phone strong {
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
}

.header__hotline--phone a {
    color: #ffffff;
    font-weight: bold;
}

.header__hotline--email {
    font-size: 14px;
    color: #000000;
    font-style: italic;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header__hotline--email strong {
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
}

.header__hotline--email a {
    color: #ffffff;
}

.ps-product--detail h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.ps-product--detail .ps-product__meta {
    align-items: flex-start;
    border-bottom: 0px solid #e1e1e1;
    display: grid;
}

.ps-product--detail .ps-product__meta p:after {
    display: none;
}

.banner-home {
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-home img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 5px;
}

.banner-category {
    margin-bottom: 30px;
}

.banner-category img {
    width: 100%;
}

.text-support {
    color: #e00;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.support-box {
    border: solid 1px #ddd;
    padding: 15px 10px 5px 10px;
    margin-bottom: 20px;
}

.support-box p .title {
    background: url(/images/icon_tel_support.png) left 1px no-repeat;
    padding-left: 24px;
    display: block;
    line-height: 19px;
    font-size: 14px;
    color: rgb(21 21 22);
    border-bottom: 0px;
    margin-bottom: 0px;
    height: initial;
}

.support-box p .red {
    margin-left: 25px;
}

.red {
    color: #e00;
}

#top_banner {
}

#top_banner img {
}

#brand-slider {
    margin-bottom: 20px;
}

#brand-slider .owl-item {
    text-align: center;
    padding: 0px 6px;
}

#brand-slider .owl-item .thumb {
    width: 100%;
    text-align: center;
    display: flex;
    padding: 0px 15.4px 0px 16.8px;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
}

#brand-slider .owl-item a {
}

#brand-slider .owl-item a img {
    height: 65px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
    margin: auto;
}

#brand_list {
    position: relative;
}

#brand_list .owl-nav {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

#brand_list .owl-nav button {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    pointer-events: auto;
    transition: all .3s;
}

#brand_list .owl-nav .owl-prev {
    left: -60px;
}

#brand_list .owl-nav .owl-next {
    right: -60px;
}

#brand_list .owl-nav button:hover {
    background: #007bff !important;
    color: #fff !important;
}

#brand_list .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

#brand_list {
    position: relative;
}


/*==========================
    VIDEO REVIEW
==========================*/

.video-review {
    margin: 60px 0;
}

/*==========================
    TITLE
==========================*/

.video-review .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.video-review .section-title h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #263343;
}

.video-review .section-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 220px;
    height: 4px;
    background: #2d5ea8;
}

.video-review .section-title .btn {
    border-radius: 25px;
    padding: 8px 22px;
}

/*==========================
    LEFT
==========================*/
#video-home{
    margin-bottom: 30px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.video-large {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.video-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.video-large:hover img {
    transform: scale(1.08);
}

/*==========================
    RIGHT
==========================*/

.right-video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    height: 450px;
}

.video-small {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    height: 100%;
}

.video-small img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: .4s;
}

.video-small:hover img {
    transform: scale(1.08);
}

/*==========================
    OVERLAY
==========================*/

.video-large:before,
.video-small:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .85) 0%,
            rgba(0, 0, 0, .45) 45%,
            rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

/*==========================
    CAPTION
==========================*/

.video-large .caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-small .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*==========================
    HOVER
==========================*/

.video-large:hover:before,
.video-small:hover:before {
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .92) 0%,
            rgba(0, 0, 0, .55) 45%,
            rgba(0, 0, 0, 0) 100%
    );
}

/*==========================
    RESPONSIVE
==========================*/

@media (max-width: 991px) {

    .video-large {
        height: 380px;
        margin-bottom: 20px;
    }

    .right-video-list {
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .video-small {
        height: 180px;
    }

    .video-review .section-title h2 {
        font-size: 32px;
    }

}
.video-small {
    height: 220px;
}


.video-large .caption {
    font-size: 18px;
}

.video-small .caption {
    font-size: 14px;
}

.video-review .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.video-review .section-title h2 {
    font-size: 26px;
}
@media (max-width: 767px) {

    .right-video-list {
        grid-template-columns: 1fr;
    }

    .video-small {
        height: 115px;
    }

    .video-review .section-title h2:after {
        width: 140px;
    }

    .ps-collection a {
        height: 100px;
        display: block;
    }
    .ps-product .product__home img {
        height: 120px !important;
    }

}

.table-customer{
    width: 100%;
}
.ps-post__bottom{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.ps-blog__right{}
.ps-blog__right .widget__title{
    border-bottom: 1px #dedede solid;
    padding-bottom: 10px;
    position: relative;
}
.ps-blog__right .widget__title:before{
    content: '';
    position: absolute;
    width: 98px;
    height: 4px;
    background: red;
    bottom: -2px;
}
.ps-blog__right .widget__content{}
.ps-blog__right .widget__content a.blog{
    display: flex;
    align-items: flex-start;
    gap: 10px
}
.ps-blog__right .widget__content a.blog img{
    width: 96px;
    border-radius: 5px;
}
.ps-blog__right .widget__content a.blog p{
    font-size: 13px;
}
.post_slider{
    margin-bottom: 20px;
}
.post_slider .box_slider{}
.post_slider .box_slider .img{
    height: 170px;
    overflow: hidden;
}
.post_slider .box_slider .img img{
    object-fit: cover;
    width: 100%;
}
.post_slider .box_slider .content a.title{
    font-size: 13px;
    font-weight: bold;
}
.post_slider .box_slider .content{}

.partner_list{
    margin-bottom: 20px;
}



#partner_list .owl-item {
    text-align: center;
    padding: 0px 6px;
}

#partner_list .owl-item .thumb {
    width: 100%;
    text-align: center;
    display: flex;
    padding: 0px 15.4px 0px 16.8px;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
}

#partner_list .owl-item a {
}

#partner_list .owl-item a img {
    height: 65px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
    margin: auto;
}

#partner_list {
    position: relative;
}

#partner_list .owl-nav {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

#partner_list .owl-nav button {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    pointer-events: auto;
    transition: all .3s;
}

#partner_list .owl-nav .owl-prev {
    left: -60px;
}

#partner_list .owl-nav .owl-next {
    right: -60px;
}

#partner_list .owl-nav button:hover {
    background: #007bff !important;
    color: #fff !important;
}

#partner_list .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

#partner_list {
    position: relative;
}