@font-face {
    font-family: 'Arsenal';
    font-weight: 100;
    src: url("/tp/T0363/fonts/Arsenal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 200;
    src: url("/tp/T0363/fonts/Arsenal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 300;
    src: url("/tp/T0363/fonts/Arsenal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 400;
    src: url("/tp/T0363/fonts/Arsenal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 500;
    src: url("/tp/T0363/fonts/Arsenal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 600;
    src: url("/tp/T0363/fonts/Arsenal-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 700;
    src: url("/tp/T0363/fonts/Arsenal-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 800;
    src: url("/tp/T0363/fonts/Arsenal-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-weight: 900;
    src: url("/tp/T0363/fonts/Arsenal-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Arsenal';
    font-style: italic;
    src: url("/tp/T0363/fonts/Arsenal-Italic.ttf") format("truetype");
}
*{
    font-family: "Arsenal",sans-serif;
}
a:hover,
a:active,
a:focus{
    text-decoration: none;
    outline: unset;
}
input:active,
input:focus,
button:active,
button:focus,
textarea:active,
textarea:focus
{
    border-color: grey;
    outline: unset;
}
img.lazyloading {
    opacity: .01
}
img.lazyloaded {
    opacity: 1;
    transition: .2s
}
.topBar{
    padding: 10px 0;
    background: #43474d;
}
.social-cus-mod .yt-socialbt{
    margin-right: 5px;
}
.social-cus-mod .yt-socialbt .cicle{
    background-color: #555a62;
    color: #fff;
    border-radius: 32px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.social-cus-mod{
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
}
.phone-mail{
    border-left: 1px solid #666;
    list-style: none;
    margin: 5px 0 0;
    padding-left: 10px;
    display: inline-flex;
}
.phone-mail li{
    line-height: 22px;
    color: #ddd;
    font-size: 12px;
    margin-right: 20px;
}
.phone-mail li a{
    color: #ddd;
}
.phone-mail li i{
    color: #37c6f5;
    margin-right: 5px;
}
.yt-loginform{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.yt-loginform li{
    padding-left: 10px;
}
.yt-loginform li a{
    color: #fff;
    font-size: 14px;
}
.yt-loginform li a i{
    font-size: 17px;
    margin-right: 5px;
}
.mainNav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.mainNav li{
    position: relative;
}
.mainNav li a{
    color: #1f2025;
    padding: 10px 0;
    margin-right: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.mainNav li a i{
    margin-left: 5px;
}
.mainNav li .sub_menu{
    position: absolute;
    background: #fff;
    z-index: 2;
    right: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    width: 150px;
    transform: translateY(50px);
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
    top: 100%;
}
.mainNav li:hover > .sub_menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all .6s ease;
}
.mainNav li .sub_menu li a{
    padding: 7px 14px;
    margin-right: 0;
}
.mainNav li .sub_menu li .sub_menu{
    right: 100%;
    top: 0;
}
.mainHeader{
    border-bottom: 1px solid #ccc;
}
.mainHeader .logo{
    padding-top: 18px;
    padding-bottom: 18px;
}
.mainHeader .logo img{
    max-height: 50px;
}
.mainNav > ul{
    align-items: center;
    height: 100%;
}
.mainNav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mainNav .boxSearch{
    position: relative;
}
.mainNav .boxSearch .btnSearch{
    border: none;
    background: none;
    height: 62px;
    color: #1f2025;
    padding: 0 15px 0 0;
}
.mainNav .boxSearch .btnSearch i{
    font-size: 16px;
}
.mainNav .boxSearch .wrappSearch{
    display: none;
    position: absolute;
    right: 0;
    z-index: 2;
    border-top: 3px solid #37c6f5;
    padding: 10px 15px 10px 0;
    box-shadow: 1px 5px 6px 0 #333;
    border-bottom: 1px solid #37c6f5;
    background: #fff;
    min-width: 600px;
    top: 100%;
}
.mainNav .boxSearch .wrappSearch form{
    position: relative;
}
.mainNav .boxSearch .wrappSearch form input{
    padding: 4px 30px 4px 10px;
    color: #999;
    background: #fff;
    width: 100%;
    border: none;
    height: 34px;
}
.mainNav .boxSearch .wrappSearch form button{
    color: #999;
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 4px;
}
.mainNav .boxSearch .wrappSearch:before {
    border-style: solid;
    border-width: 0 8px 8px;
    top: -11px;
    content: "";
    height: 0;
    left: 96%;
    position: absolute;
    width: 0;
    opacity: 1;
    background: 0 0;
    border-color: transparent transparent #37c6f5;
    transition: all .3s ease-in;
}
.language{
    margin-left: 10px;
}
.language a{
    color: #1f2025;
    font-weight: 600;
    font-size: 16px;
}
.menu-mobile-toggle{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-mobile-toggle .navbar-toggle {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    color: #1f2025;
    border-radius: 3px;
    border: 1px solid;
}
.menu-mobile-toggle .navbar-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}
.menu-mobile-toggle .navbar-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
}
.menu-mobile-toggle .navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}
.icon-bar {
    transition: all .1s ease;
    position: relative;
    display: block;
    border-radius: 2px;
    width: 15px;
    height: 2px;
    background-color: #1f2025;
}
.icon-bar:nth-child(2) {
    margin: 3px 0;
}
.menuBar {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    color: #1f2025;
    border-radius: 3px;
    border: 1px solid;
}
.menuBar .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}
.menuBar .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
}
.menuBar .icon-bar:nth-child(2) {
    opacity: 0;
}
.buttonCategory{
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
.buttonCategory .buttonCategoryItem a{
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 22px 10px;
}
.buttonCategory .buttonCategoryItem:first-child a{
    border: 3px solid #502364;
    color: #502364;
}
.buttonCategory .buttonCategoryItem:first-child:hover a{
    background: #502364;
    color: #fff;
}
.buttonCategory .buttonCategoryItem:nth-child(2) a{
    border: 3px solid #a26e25;
    color: #a26e25;
}
.buttonCategory .buttonCategoryItem:nth-child(2):hover a{
    background: #a26e25;
    color: #fff;
}
.buttonCategory .buttonCategoryItem:last-child a{
    border: 3px solid #035b35;
    color: #035b35;
}
.buttonCategory .buttonCategoryItem:last-child:hover a{
    background: #035b35;
    color: #fff;
}
.introductionSection{
    background-color: #fbf8f8;
}
.introductionSection .row{
    padding: 80px 20px;
}
.introductionSection .row .introLeft .heading-type{
    font-size: 22px;
    color: #d7393e;
    font-weight: 700;
    margin-bottom: 20px;
}
.introductionSection .row .introLeft .heading-title{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.introductionSection .row .introLeft p{
    font-size: 16px;
}
.introductionSection .row .introLeft .elementor-button-link{
    font-size: 14px;
    background: #d7393e;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 30px;
    line-height: 1;
}
.listsolution{
    padding: 10px;
}
.solutionSection .wrappTitle{
    position: absolute;
    z-index: 10;
    padding: 0 15px;
}
.solutionSection .wrappTitle p{
    font-size: 16px;
    color: #fff;
}
.solutionSection .heading-type{
    color: #d7393e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
}
.solutionSection .heading-title{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.contentSolution p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.solutionSection .listsolution .itemWrapp{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.solutionSection .itemSolution{
    padding: 10px;
}
.solutionSection .itemSolution .elementor-widget-wrap{
    position: relative;
    padding: 15px;
    background: #eee;
}
.solutionSection .itemSolution .elementor-background-overlay{
    position: relative;
}
.solutionSection .itemSolution .elementor-background-overlay:hover:after{
    display: block;
}
.solutionSection .itemSolution .elementor-background-overlay:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    content: "";
    display: none;
    background-color: #000;
    opacity: .5;
}
.solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 15px 15px 0;
}
.solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title{
    color: #111;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading p{
    color: #111;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}
.solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading .elementor-button-link{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #d7393e;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    padding: 10px 40px;
    line-height: 1;
}
.newSection{
    padding: 80px 0 50px;
}
.newSection .elementor-heading-title h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.newSection .itemNew .obfx-grid-col-image{
    box-shadow: 0 3px 10px 0 #b5b5b5;
    margin-bottom: 10px;
}
.newSection .itemNew .obfx-grid-col-content .entry-title{
    font-size: 19px;
    font-weight: 600;
}
.newSection .itemNew .obfx-grid-col-content .entry-title a{
    color: #333;
}
.newSection .itemNew .obfx-grid-col-content .entry-meta{
    margin: 10px 10px 10px 5px;
}
.newSection .itemNew .obfx-grid-col-content .entry-meta .obfx-grid-author{
    color: #393939;
    font-size: 14px;
    margin-right: 10px;
}
.newSection .itemNew .obfx-grid-col-content .entry-meta .obfx-grid-date{
    color: #393939;
    font-size: 14px;
}
.newSection .itemNew .obfx-grid-col-content .entry-content{
    margin: 0 0 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.newSection .itemNew .elementor-widget-wrap{
    padding-bottom: 30px;
}
.fadeInLeft{
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.fadeInRight{
    animation-name: fadeInRight;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.fadeInDown{
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.element-visible-hidden{
    visibility: hidden;
}
.officeValueSection{
    padding: 20px 0;
    background-color: #eee;
}
.officeValueSection .titleOfficeValue{
    text-align: center;
    margin-bottom: 30px;
}
.officeValueSection .titleOfficeValue h2{
    color: #d7393e;
    font-weight: 600;
    line-height: 1;
    font-size: 24px;
}
.officeValueSection .listOfficeValue{
    display: flex;
    flex-wrap: wrap;
}
.officeValueSection .listOfficeValue .itemOfficeValue{
    text-align: center;
}
.officeValueSection .listOfficeValue .itemOfficeValue img{
    width: 50px;
}
.officeValueSection .listOfficeValue .itemOfficeValue h3{
    margin: 20px 0;
    color: #14171c;
    font-size: 24px;
    font-weight: 600;
}
.officeValueSection .listOfficeValue .itemOfficeValue p{
    color: #14171c;
    font-size: 16px;
}
footer{
    padding: 30px 0;
    background: #eee;
}
footer .logo{
    margin-bottom: 20px;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer .mod-contact-hexagon ul li{
    font-size: 14px;
    color: #111;
    margin-bottom: 15px;
}
footer .mod-contact-hexagon ul li i{
    font-size: 18px;
    color: #37c6f5;
    margin-right: 15px;
}
footer .mod-contact-hexagon ul li a{
    color: #111;
}
footer h3.modtitle{
    padding: 10px 0;
    font-size: 20px;
    color: #111;
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}
footer h3.modtitle:before {
    content: "";
    height: 2px;
    background: #37c6f5;
    width: 85px;
    position: absolute;
    bottom: 0;
}
.menu-categories ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    transition: all .2s ease-in-out;
}
.menu-categories ul li a{
    color: #111;
    font-size: 14px;
    display: block;
}
.menu-categories ul li:before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    font-size: 14px;
    color: #111;
}
.menu-categories ul li:hover {
    transform: translateX(20px);
    transition: all .2s ease-in-out;
}
.menu-categories ul li:hover a{
    color: #37c6f5;
}
.socialList{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.socialList li a{
    font-size: 18px;
    color: #111;
    display: inline-block;
    border: 1px solid #111;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 12px;
}
.socialList li a i{
    margin: 0;
}
.socialNetword h4{
    font-size: 20px;
    color: #111;
    font-weight: 600;
    margin-bottom: 12px;
}
.socialNetword .myWebsite{
    display: flex;
    align-items: center;
}
.socialNetword .myWebsite li{
    margin-right: 10px;
}
.socialNetword .myWebsite li a img{
    width: 120px;
}
.breadcrumb{
    background: none;
    margin: 0;
}
.breadcrumb li a{
    color: #111;
}
.breadcrumb li a:after{
    content: ">";
    margin: 0 5px;
}
.breadcrumb li:last-child a:after{
    content: "";
}
.wrap-collection-body{
    display: flex;
    flex-wrap: wrap;
}
.heading-collection{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.heading-collection h1{
    font-size: 30px;
    font-weight: 600;
}
.heading-collection .sortBy select{
    border: 1px solid #ccc;
    padding: 10px;
}
.content-product-list{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
}
.pro-loop{
    padding: 5px;
}
.product-block{
    border: 1px solid #ccc;
}
.pro-loop .box-pro-detail .pro-name{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;

}
.pro-loop .box-pro-detail .pro-name a{
    color: #111;
}
.pro-loop .box-pro-detail .descriptionSort{
    background: #eee;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}
.pro-loop .box-pro-detail .box-pro-prices{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
}
.pro-loop .box-pro-detail .box-pro-prices .skuProduct{
    font-weight: 600;
    text-transform: uppercase;
}
.pro-loop .box-pro-detail .box-pro-prices .priceNew{
    color: #d7393e;
    font-weight: 600;
    margin-right: 10px
}
.pro-loop .box-pro-detail .box-pro-prices .pro-price-del{
    font-size: 13px;
    text-decoration: line-through;
}
.pro-loop .box-pro-detail .button-add{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.pro-loop .box-pro-detail .button-add .add-to-cart{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #d7393e;
    display: block;
    padding: 5px 0;
    width: 49%;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #d7393e;
}
.pro-loop .box-pro-detail .button-add .add-to-cart:last-child{
    color: #007bff;
    background: none;
    border: 2px solid #007bff;
}
.new-item-content .title-product{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.new-item-content .scroll-product{
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 205px;
    overflow: auto;
}
.new-item-content .scroll-product li{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.new-item-content .scroll-product li label{
    margin-right: 10px;
    margin-bottom: 0;
}
.new-item-content .scroll-product li label input {
    display: none;
}
.new-item-content .scroll-product li label .checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border: 1px solid rgb(133, 133, 133);
    border-radius: 2px;
    cursor: pointer;
}
.new-item-content .scroll-product li.active label .checkmark:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/tp/T0363/img/check-symbol.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.new-item-content .scroll-product li.active label .checkmark {
    background: #d7393e;
    border-color: #d7393e;
}
.loadMoreProduct{
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 20px;
    font-weight: 600;
    margin: 20px 0;
    cursor: pointer;
}
.ui-draggable .ui-dialog-titlebar{
    display: none;
}
.ui-dialog .ui-dialog-buttonpane{
    display: none;
}
.ui-dialog .ui-dialog-content{
    background: #fff;
    border-radius: 4px;
    border: none;
}
.successWrapp{
    text-align: center;
    padding-top: 10px;
}
.successWrapp svg{
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}
.successWrap .textSuccess{
    font-size: 18px;
    line-height: 24px;
}
.slide_product{
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
}
.product-gallery__thumb a img{
    border: 1px solid transparent;
    padding: 8px;
}
.product-gallery__thumb.slick-current a img{
    border-color: grey;
}
.product-title h1{
    font-size: 30px;
    font-weight: 600;
}
.product-title{
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.productDescription{
    background: #ebebeb;
    padding: 10px;
    max-height: 250px;
    overflow: auto;
}
.productDescription ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-price .pro-price{
    font-size: 30px;
    font-weight: 600;
    color: #d7393e;
}
.product-price .product-price-old{
    font-size: 20px;
    color: gray;
    margin-left: 10px;
}
.productStatus{
    font-weight: 600;
}
.productStatus .warranty{
    margin-left: 30px;
    color: #d7393e;
}
.select-swatch .header{
    font-weight: 600;
    margin-bottom: 5px;
}
.select-swap a{
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
}
.colorPicker .select-swap .swatch-element{
    display: inline-flex;
    align-items: center;
}
.colorPicker .select-swap .swatch-element .imageColor{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.colorPicker .select-swap .swatch-element .nameColor{
    font-size: 12px;
    color: #000;
    padding: 0 10px;
    display: none;
}
.select-swap .swatch-element.active{
    border: 1px solid #000;
}
.select-swap .swatch-element.active:after{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/tp/T0363/img/select-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.sizePicker .swatch-element span{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #111;
}
.sizePicker .swatch-element.deactive{
    opacity: 0.6;
}
.sizePicker .swatch-element.deactive:after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/tp/T0361/img/soldout.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.ui-widget-overlay{
    z-index: 1100;
}
.ui-widget-content{
    background: #fff;
    z-index: 1101;
}
.product-price span.pro-price .oldPrice{
    font-size: 14px;
    color: #777a7b;
    padding-left: 10px;
    font-weight: 500;
    text-decoration: line-through;
}
.product-price span.pro-price .discountPercent{
    display: none;
}
.giftProduct{
    background: #ebebeb;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.giftProduct h3{
    font-size: 20px;
    font-weight: 600;
    color: #d7393e;
}
.giftProduct .listGift{
    padding: 0;
    list-style: none;
    margin: 0;
}
.giftProduct .listGift li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.giftProduct .listGift li span{
    margin-left: 5px;
}
.wrap-addcart{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.wrap-addcart #add-to-cart{
    color: #007bff;
    border: 2px solid #007bff;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
}
.wrap-addcart #buyNow{
    color: #fff;
    background: #d7393e;
    border: 2px solid #d7393e;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
}
#quick-view-product .productDetail-page {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    width: 870px;
    top: 5%;
    height: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 15px;
}
.closeQuickView{
    box-shadow: none;
    background: 0 0;
    outline: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
#quick-view-product #product-detail [class~=content]{
    margin: 0;
}
#quick-view-product #product-detail [class~=content] [class~=main-product-detail] [class~=product-info] [class~=detail-description] [class~=rating-comment] [class~=read]{
    margin: 0 15px;
}
#product-detail .content .main-product-detail .product-info .detail-description .description{
    margin-top: 0;
}
.product-gallery__thumbQV{
    margin-top: 10px;
}
.product-gallery__thumbQV .product-gallery__thumb a img{
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.zoomImageListQV .plm-zoom a img{
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.product-gallery__thumbQV .product-gallery__thumb a img.active{
    border: 1px solid #909090;
}
.zoomImageListQV .plm-video{
    display: none;
}
.zoomImageListQV .plm-video.active{
    display: block;
}
.zoomImageListQV .plm-zoom{
    display: none;
}
.zoomImageListQV .plm-zoom.active{
    display: block;
}
#quick-view-product{
    overflow: auto;
}
.zoomImageList a img{
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.product-gallery__thumbs .product-gallery__thumb a img,
.product-gallery__video img{
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.product-gallery__thumbs{
    margin-top: 10px;
}
.product-gallery__thumbs .product-gallery__thumb,
.product-gallery__thumbs .product-gallery__video{
    padding: 0 5px;
}
.product-gallery__video{
    cursor: pointer;
}
.product-gallery__thumbs .product-gallery__thumb.slick-current a img,
.product-gallery__thumbs .product-gallery__video.slick-current img{
    border: 1px solid #909090;
}
.product-gallery__thumbs .product-gallery__video.slick-current img{
    min-height: 72px;
}
#quick-view-product #product-detail .product-gallery__video img{
    min-height: 95px;
}
#buy-nowQV {
    color: #fff;
    background: #d7393e;
    border: 2px solid #d7393e;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
}
#add-to-cartQV {
    color: #007bff;
    border: 2px solid #007bff;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
}
#quick-view-product .quantity{
    display: none;
}
.bannerBackground{
    position: relative;
    background-image: url(https://officesolutions.com.vn/wp-content/uploads/2021/04/0223_637241898374679049.jpg);
    background-position: center center;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerBackground h1{
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: 600;
}
.maskBackground{
    background-color: #1F2025;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.contactWrapp{
    margin-top: 10px;
}
.contactWrapp .m-contact__title{
    font-weight: 600;
}
.contactWrapp .m-contact p{
    margin: 0;
}
.contactWrapp .m-contact .socialList li a{
    color: #111;
    border-color: #111;
}
.contactWrapp .m-contact .socialList{
    margin-top: 20px;
}
.ct-form__group{
    margin-bottom: 5px;
}
.ct-form__group label{
    display: block;
    font-weight: 600;
}
.ct-form__group input,
.ct-form__group textarea{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid grey;
}
.ct-form__btnwrap{
    text-align: center;
}
.ct-form__btnwrap button{
    background: #d7393e;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 25px;
    margin: 5px 0 20px;
}
.wrapperNews h1{
    font-weight: 600;
    margin-bottom: 30px;
}
.blog-post-title a{
    color: #111;
}
.paginator {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.paginator .labelPages, .paginator .titlePages, .paginator .paging-first, .paginator .paging-last {
    display: none;
}
.paginator .currentPage:hover,
.paginator a:hover{
    background-color: #eee;
}
.paginator .currentPage {
    color: #231f20;
    padding: 6px 12px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
}
.paginator a {
    padding: 6px 12px;
    display: inline-block;
    color: #707070;
    font-size: 18px;
    line-height: 1.4;
}
.paginator .paging-next {
    color: #231f20;
}
.paginator .paging-next:after {
    font-family: FontAwesome;
    content: '\f178';
}
.paginator .paging-previous {
    color: #231f20;
}
.paginator .paging-previous:after{
    font-family: FontAwesome;
    content: '\f177';
}
.post-content h6{
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.post-content h6 a{
    color: #111;
    display: block;
    font-weight: 600;
}
.sidebarblog-title h4{
    font-weight: 600;
    text-transform: uppercase;
}
.main-layout{
    padding-top: 15px;
}
.cateSolution{
    padding: 0 20px;
}
.cateSolution .blog-post .blog-post-title{
    font-size: 25px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 10px 0;
    text-align: center;
}
.cateSolution .blog-post .entry-content{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    margin-bottom: 20px;
}
.cateSolution .blog-post .viewMoreNew a{
    background-color: #d7393e;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.cateSolution .blogItem{
    padding: 0 10px;
}
.cateSolution .blog-post{
    background: #eee;
    padding: 20px 10px 30px;
    margin-bottom: 20px;
}
.cateSolution .blog-post .blog-post-thumbnail{
    padding: 0 30px;
    text-align: center;
}
.buttonWrappCat{
    display: flex;
    margin-bottom: 20px;
}
.buttonWrappCat .leftButton{
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.buttonWrappCat .leftButton h3{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.buttonWrappCat .rightButton{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.buttonWrappCat .rightButton a{
    color: #fff;
    background-color: #d7393e;
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.titleHead{
    margin: 20px 0;
}
.imageNew{
    margin: 20px 0;
}
.titleHead h2{
    color: #d7393e;
    font-weight: 600;
    text-transform: uppercase;
}
.titleHead h3{
    font-weight: 600;
    text-transform: uppercase;
}
.brandWrapp{
    background: #eee;
    padding-bottom: 20px;
}
.brandList{
    display: flex;
    flex-wrap: wrap;
}
.brandWrapp h2{
    color: #d7393e;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
}
.brandWrapp .brandList .itemBrand:first-child{
    border-right: 1px solid #ccc;
}
.brandWrapp .brandList .brandImage{
    text-align: center;
    margin-bottom: 10px;
}
.brandWrapp .brandList .brandImage img{
    width: 300px;
}
.serviceWrapp{
    text-align: center;
}
.serviceWrapp h2{
    color: #d7393e;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.serviceWrapp .listService{
    display: flex;
    flex-wrap: wrap;
}
.serviceWrapp .listService .itemService{
    padding: 10px;
}
.serviceWrapp .listService .itemService .wrappService{
    background: #eee;
    padding: 20px 10px;
    display: block;
}
.serviceWrapp .listService .itemService .serviceImage{
    padding: 0 30px;
}
.serviceWrapp .listService .itemService h4{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #111;
}
.box-article-heading time{
    margin: 20px 0;
}
.extra_blogs{
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.extra_blogs .headTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.extra_blogs .headTitle a{
    color: #111;
}
.extra_blogs h3{
    font-weight: 600;
    text-transform: uppercase;
}
.extra_blogs .contentArticle a{
    color: #111;
    font-weight: 600;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.related_articles.owl-carousel .owl-nav button.owl-next{
    right: 0;
    background: #fff;
    position: absolute;
    top: 30%;
    font-size: 25px;
    padding: 5px!important;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.related_articles.owl-carousel .owl-nav button.owl-prev{
    left: 0;
    background: #fff;
    position: absolute;
    top: 30%;
    font-size: 25px;
    padding: 5px!important;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.product-tags{
    margin: 10px 0;
}
.product-tags a{
    font-style: italic;
}
.col-left-account .page-title {
    text-align: center;
}
.col-left-account .page-title h1 {
    font-size: 26px;
    line-height: 31px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 600;
}
.col-left-account .page-title p {
    font-size: 16px;
    color: #333;
    margin-bottom: 56px;
}
.col-left-account .listPromotion .productItem {
    margin-bottom: 20px;
}
.listPromotion .productInfo .productName {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    margin: 13px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 600;
}
.pageAlbum .title-page {
    font-size: 24px;
    margin: 32px 0 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    color: #222;
    font-weight: 700;
}
.pageAlbum .custom-padding-left {
    text-align: center;
    margin-bottom: 32px;
}
.listAlbum figure {
    margin-bottom: 30px;
}
.listAlbum figcaption h3 {
    border: 1px solid #e6e6e6;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 20px 15px;
}
.listAlbum figcaption h3 a{
    font-size: 14px;
    color: #111;
}
.indexlist{
    display: flex;
    flex-wrap: wrap;
}
.indexlist .post-image img{
    width: 100%;
}
.indexlist .newsLeft,
.indexlist .newsRight{
    padding: 0 10px;
}
.indexlist .newsRight .item-article:last-child{
    margin-top: 20px;
}
.indexlist .newsLeft .post-image img{
    height: 600px;
    width: 100%;
    display: block;
}
.indexlist .newsRight .post-image img{
    height: 266px;
    width: 100%;
    display: block;
}
.newIndex .blog-loop{
    padding: 0 10px;
}
.newIndex .blog-loop .blog-post-title{
    font-size: 18px;
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.titleNews{
    font-weight: 600;
    margin: 10px 0;
}
.titleHead{
    font-weight: 600;
    margin-bottom: 15px;
}
.imageNew.colum2 img{
    margin-top: 10px;
    height: 180px;
    width: 100%;
}
.imageNew.colum2 img:first-child{
    margin-top: 0;
}
.categoryProductBox .block-content{
    margin-bottom: 20px;
}
.categoryProductBox .cateTitle{
    background: #d7393e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.categoryProductBox .cateTitle h4{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.categoryProductBox .cateTitle a{
    color: #fff;
    font-size: 20px;
}
.loadMoreNew a {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 20px;
    font-weight: 600;
    color: #111;
    font-size: 15px;
}
.headTop{
    background: #111;
    padding: 10px;
}
.headTop ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headTop ul li a{
    color: #fff;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}
.networksocial {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0;
    list-style: none;
    padding: 8px 0 0;
}
.networksocial li {
    text-align: center;
    margin-bottom: 0;
}
.networksocial img {
    width: auto;
    height: 36px;
}
.networksocial span {
    font-size: 12px;
    color: #111;
    display: block;
}
#embedComment{
    list-style: none;
    margin: 0;
    padding: 0;
}
.suggestProductWrapp{
    margin-bottom: 20px;
}
.back-to-top{
    background: #111;
    position: fixed;
    bottom: 215px;
    right: 20px;
    color: #fff;
    padding: 0 10px;
    z-index: 99;
    display: none;
}
.back-to-top.show{
    display: block;
}
.back-to-top a{
    color: #fff;
    font-size: 25px;
}
.productDetail-page{
    /*background: #ebebeb;*/
}
.product-detail-main{
    background: #fff;
    padding: 15px 0;
}
.categoryNew .blog-loop{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.categoryNew .blog-loop:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-post img{
    border-radius: 4px;
}
img.lazyloading {
    opacity: .01
}
img.lazyloaded {
    opacity: 1;
    transition: .2s;
    object-fit: scale-down
}
.blockcart .header-cart{
    color: #000;
    position: relative;
    display: block;
    margin-left: 10px;
    font-size: 16px;
}
.blockcart .header-cart .cart-products-count{
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}
.left-news {
    border-right: 1px solid #e5e5e5;
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}
@media (min-width: 1200px) {
    .new-item-content .title-product i{
        display: none;
    }
    .midProductWrapp > .col-md-3{
        flex: 0 0 400px;
        max-width: 400px;
    }
    .midProductWrapp{
        justify-content: center;
    }
    .midProductWrapp > .col-md-9{
        flex: 0 0 calc(100% - 400px);
        max-width: 1066px;
    }
    .networksocial{
        display: inline-block;
        left: unset;
        background: none;
        right: 20px;
    }
    .networksocial li{
        margin-bottom: 15px;
    }
    .networksocial span{
        display: none;
    }
    .container-fluid{
        max-width: 1366px;
    }
}
@media (max-width: 768px) {
    .mainNav{
        display: none;
    }
    .mobileSidebar.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .mobileSidebar {
        position: fixed;
        width: 350px;
        height: 100vh;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 8888;
        overflow: hidden;
        -ms-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -webkit-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .site-overlay.active {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    .site-overlay {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        position: fixed;
        transform: translate3d(0,0,0);
        z-index: 999;
        transition: all .3s linear;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    .close-sidebar-panel{
        padding: 8px 10px;
        text-align: right;
    }
    .menu-collection{
        padding: 0 15px;
        list-style: none;
        margin-top: 20px;
    }
    .menu-collection li a{
        color: #1f2025;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 5px 0;
        width: calc(100% - 45px);
        font-size: 16px;
    }
    .menu-collection ul{
        list-style: none;
        padding-left: 15px;
        display: none;
    }
    .menu-collection li .icon-subnav{
        width: 40px;
        cursor: pointer;
        font-size: 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0;
    }
    .menu-collection li .icon-subnav.active {
        color: #d0d0d0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .language a{
        display: block;
        line-height: 1;
    }
    .language a img{
        width: 20px;
    }
    .buttonCategory{
        margin: 20px 0;
    }
    .buttonCategory .buttonCategoryItem a{
        padding: 6px;
        border-radius: 30px;
        border: 1px solid #cecece !important;
        margin-bottom: 10px;
    }
    .introductionSection .row{
        padding: 40px 0;
        align-items: center;
    }
    .introductionSection .row > h2{
        color: #d7393e;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .introductionSection .row .introLeft .elementor-button-link{
        border-radius: 30px;
        font-size: 13px;
        padding: 10px 20px;
    }
    .solutionSection{
        background: #ccc;
        padding-top: 20px;
    }
    .solutionSection .heading-type{
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .solutionSection .contentSolution{
        padding: 0 10px;
    }
    .solutionSection .contentSolution .heading-title{
        color: #14171c;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .solutionSection .contentSolution p{
        color: #111;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .solutionSection .itemSolution{
        text-align: center;
    }
    .solutionSection .itemSolution .elementor-background-overlay img{
        width: 100px;
        border-radius: 50%;
    }
    .solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading{
        position: unset;
        padding: 0 10px;
    }
    .solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title{
        color: #111;
        margin: 10px 0 5px;
    }
    .solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading p{
        color: #111;
        margin-bottom: 5px;
    }
    .solutionSection .itemSolution .elementor-widget-wrap .elementor-widget-heading .elementor-button-link{
        border-radius: 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .officeValueSection{
        padding: 20px 0;
    }
    .officeValueSection .titleOfficeValue h3{
        display: none;
    }
    .officeValueSection .titleOfficeValue h2{
        font-size: 18px;
        color: #d7393e;
    }
    .officeValueSection .titleOfficeValue{
        margin-bottom: 20px;
    }
    .officeValueSection .listOfficeValue .itemOfficeValue{
        padding: 10px;
        display: flex;
        background: #ccc;
        margin-bottom: 10px;
    }
    .officeValueSection .listOfficeValue .itemOfficeValue .textItem{
        text-align: left;
        padding-left: 8px;
    }
    .officeValueSection .listOfficeValue .itemOfficeValue .imgItem img{
        width: 80px;
    }
    .officeValueSection .listOfficeValue .itemOfficeValue .textItem h3{
        margin: 0 0 5px;
        font-size: 20px;
    }
    .officeValueSection .listOfficeValue .itemOfficeValue .textItem p{
        font-size: 14px;
        margin: 0;
    }
    .officeValueSection .container{
        padding: 0;
    }
    .listNew .itemNew{
        padding: 0;
    }
    .listNew{
        margin: 0;
    }
    .listNew .owl-item{
        margin: 0;
    }
    .newSection{
        padding: 0;
    }
    .newSection .elementor-heading-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .newSection .elementor-heading-title h3{
        color: #d7393e;
        font-size: 20px;
        margin: 0;
    }
    .newSection .elementor-heading-title a{
        color: #111;
        font-size: 14px;
        font-weight: 600;
    }
    .newSection .itemNew .obfx-grid-col-content .entry-meta,
    .newSection .itemNew .obfx-grid-col-content .entry-content{
        display: none;
    }
    .newSection .itemNew .obfx-grid-col-content .entry-title{
        font-size: 16px;
    }
    .heading-collection{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .scroll-product{
        display: none;
    }
    .new-item-content .title-product{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new-item-content .title-product.active i:before{
        content:"\f068";
    }
    .heading-collection h1{
        margin-top: 20px;
    }
    .pro-loop .box-pro-detail .pro-name{
        font-size: 14px;
    }
    .pro-loop .box-pro-detail .descriptionSort{
        font-size: 13px;
    }
    .pro-loop .box-pro-detail .box-pro-prices .priceNew{
        font-size: 14px;
        margin-right: 5px;
    }
    .pro-loop .box-pro-detail .box-pro-prices .skuProduct{
        font-size: 14px;
    }
    .pro-loop .box-pro-detail .button-add{
        flex-wrap: wrap;
    }
    .pro-loop .box-pro-detail .button-add .add-to-cart{
        margin-bottom: 5px;
        width: 100%;
    }
    .bannerBackground{
        height: 200px;
    }
    .blog-loop{
        padding: 0;
    }
    .blog-post-title{
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 20px;
    }
    .blog-loop .entry-content{
        display: none;
    }
    .cateSolution .blogItem{
        padding: 0;
    }
    .cateSolution .blog-post .viewMoreNew{
        text-align: center;
    }
    .cateSolution .blog-post .viewMoreNew a{
        border-radius: 20px;
        font-size: 14px;
        padding: 8px 40px;
    }
    .buttonWrappCat{
        display: block;
        background: #eee;
    }
    .buttonWrappCat .leftButton{
        height: auto;
        padding: 20px;
    }
    .buttonWrappCat .rightButton{
        height: auto;
        padding: 20px 40px;
    }
    .buttonWrappCat .rightButton a{
        height: auto;
        padding: 5px;
        width: 100%;
        text-align: center;
    }
    .titleHead{
        margin: 0;
    }
    .titleHead.first h3{
        color: #d7393e;
        text-align: center;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .imageNew{
        padding: 0 30px;
    }
    .imageNew iframe{
        height: 200px;
    }
    .brandWrapp h2{
        font-size: 25px;
    }
    .brandWrapp .brandList .itemBrand{
        padding: 0;
        border: none;
    }
    .brandWrapp .brandList .itemBrand:first-child{
        border: none;
    }
    .serviceWrapp .listService .itemService{
        padding: 5px;
    }
    .serviceWrapp .listService .itemService h4{
        font-size: 14px;
    }
    .titleHead.activity h2{
        text-align: center;
        font-size: 25px;
        margin: 20px 0 10px;
    }
    .titleHead.activity h3{
        font-size: 20px;
    }
    .brandWrapp .brandList .brandImage img{
        width: 200px;
    }
    .list-article-content{
        padding: 0 10px;
    }
    .noPadding{
        padding: 0;
    }
    .indexlist .newsLeft{
        padding: 0;
    }
    .indexlist .newsLeft .post-image img {
        height: auto;
    }
    .headeFilter{
        display: flex;
        justify-content: space-between;
    }
    .headeFilter button{
        background: #eee;
        border: none;
        width: 49%;
        padding: 6px;
    }
    .headeFilter button i{
        margin-left: 6px;
    }
    .mobileSidebar.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .filterBox {
        position: fixed;
        width: 350px;
        height: 100vh;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 8888;
        overflow: hidden;
        -ms-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -webkit-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .filterBox.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .headsideFilter{
        background: #d7393e;
        text-align: right;
    }
    .headsideFilter .closeFilter{
        color: #fff;
        font-size: 30px;
        margin-right: 10px;
    }
    .filterBox .new-item-content{
        padding: 0 10px;
    }
    .filterBox .new-item-content .title-product{
        font-weight: 300;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px
    }
    .filterBox .new-item-content .title-product{
        font-weight: 300;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
        margin: 0;
    }
    .new-item-content .scroll-product{
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
    }
    .new-item-content .scroll-product li{
        margin-bottom: 15px;
    }
    .bottomFilter{
        text-align: center;
        margin-top: 20px;
    }
    .bottomFilter .btnReset{
        color: #fff;
        background: #999;
        display: inline-block;
        border-radius: 3px;
        padding: 5px 15px;
        font-size: 18px;
        margin-right: 10px;
    }
    .bottomFilter .btnAccess{
        color: #fff;
        background: #d7393e;
        display: inline-block;
        border-radius: 3px;
        padding: 5px 15px;
        font-size: 18px;
    }
    .products-sort-order-mobile {
        position: fixed;
        width: 350px;
        height: 100vh;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 8888;
        overflow: hidden;
        -ms-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -webkit-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .products-sort-order-mobile.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .products-sort-order-mobile .closeSort{
        color: #fff;
        font-size: 30px;
        margin-right: 10px;
    }
    .products-sort-order-mobile ul{
        list-style: none;
        padding: 0 10px;
        margin: 0;
    }
    .products-sort-order-mobile ul li a{
        color: #111;
        font-size: 18px;
        display: block;
        margin-top: 10px;
    }
    .article-content img{
        width: auto!important;
        height: auto!important;
    }
    .socialNetword .myWebsite{
        margin-bottom: 50px;
    }
    .networksocial .navbar-toggle{
        margin: 0;
        float: unset;
        padding: 0;
    }
    .networksocial .navbar-toggle .icon-bar{
        width: 30px;
    }
    .networksocial .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .networksocial .icon-bar:nth-child(2) {
        margin: 6px 0;
    }
    .networksocial .navbar-toggle,
    .networksocial .navbar-toggle:focus{
        border: none;
        outline: unset;
        background: none;
    }
    .yt-loginform{
        display: block;
        padding: 0 15px;
    }
    .yt-loginform li{
        padding: 0;
    }
    .yt-loginform li a{
        padding: 0;
    }
    .hotlineBtnMobile a{
        color: #111;
        font-size: 16px;
        font-weight: 600;
    }
    .hotlineBtnMobile a i{
        font-size: 20px;
        font-weight: 600;
        margin-right: 5px;
    }
    .back-to-top{
        bottom: 80px;
    }
    .wrap-collection-body{
        padding: 0;
    }
    .heading-collection h1{
        font-size: 25px;
    }
    .categoryProductBox .cateTitle h4{
        font-size: 18px;
    }
    .categoryProductBox .cateTitle a{
        font-size: 14px;
    }
    .left-news {
        border-right: none;
    }
    .yt-loginform{
        display: none;
    }
    .blockcart .header-cart{
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 15px;
        margin: 0;
        display: inline-block;
    }
    .blockcart .header-cart .cart-products-count{
        right: 8px;
    }
    .blockcart .header-cart i{
        margin-left: 10px;
    }
}
.list-banner-owl .owl-item {
    margin-left: 0;
}
.list-banner-owl.owl-carousel .owl-nav button.owl-next{
    right: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    font-size: 25px;
    padding: 5px!important;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transform: translateY(-50%);
}
.list-banner-owl.owl-carousel .owl-nav button.owl-prev{
    left: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    font-size: 25px;
    padding: 5px!important;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transform: translateY(-50%);
}
.banner-sec{
    padding-bottom: 50px;
}
.banner-sec h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .banner-sec h3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 20px;
    }
}