@charset "UTF-8";
@font-face {
    font-family: "SF Display";
    font-weight: 400;
    src: url("../fonts/SF-UI-Display-Regular.otf");
}
@font-face {
    font-family: "SF Display";
    font-weight: 500;
    src: url("../fonts/SF-UI-Display-Medium.otf");
}
@font-face {
    font-family: "SF Display";
    font-weight: 600;
    src: url("../fonts/SF-UI-Display-Semibold.otf");
}
@font-face {
    font-family: "SF Display";
    font-weight: bold;
    src: url("../fonts/SF-UI-Display-Bold.otf");
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: "Arial";
}

body {
    font-family: "Arial";
    color: black;
    margin: 0;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 14px;
    background: white;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Arial";
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}
body h1 {
    font-size: 2.1em;
}
body h2 {
    font-size: 1.75em;
}
body h3 {
    font-size: 1.4em;
}
body h4 {
    font-size: 1.15em;
}
body h5 {
    font-size: 1em;
}
body h6 {
    font-size: 0.85em;
}
.sapo_cate {
    padding: 20px 0px;
}
body a {
    outline: none;
    text-decoration: none;
    font-weight: 400;
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
body a:hover,
body a:focus {
    color: #1591ec;
}
body ul {
    margin: 0;
    padding: 0;
}
body li {
    list-style: none;
}
body img {
    border: none;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
body section {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
body .go-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #1591ec;
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px rgba(73, 190, 183, 0.5);
    box-shadow: 0 0 10px rgba(73, 190, 183, 0.5);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
body .go-top:hover {
    background: #1591ec;
}
body .go-top:hover span:nth-child(1) {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    left: 7px;
    top: 18px;
}
body .go-top:hover span:nth-child(2) {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    left: 19px;
    top: 18px;
}
body .go-top span {
    position: absolute;
    top: 20px;
    width: 15px;
    height: 2px;
    background: white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
body .go-top span:nth-child(1) {
    left: 5px;
}
body .go-top span:nth-child(2) {
    left: 20px;
}
body button:focus {
    outline: none;
}
body input:focus,
body select:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 190, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(73, 190, 183, 0.5);
}

body .xzoom-source img,
body .xzoom-preview img,
body .xzoom-lens img {
    z-index: 1051;
}
body .overlay-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.05);
}
body .overlay-menu.overlay-in {
    display: block;
}
body .modal {
    cursor: url("../img/cursor.png"), auto;
    z-index: 1050;
}
body .mfp-bg {
    z-index: 1052;
}
body .mfp-wrap {
    z-index: 1053;
}
body .swal2-popup .swal2-styled.swal2-confirm {
    background: #1591ec;
}
body .swal2-popup .swal2-styled.swal2-confirm a {
    font-weight: 500;
}
body .ui-widget.ui-widget-content {
    z-index: 1050;
}

.pagination {
    margin-bottom: 10px;
    margin-top: 30px;
}
.pagination .page-item .page-link,
.pagination .page-link {
    background: none;
    border: 1px solid #666;
    color: #585858;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    padding: 0;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link.active,
.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
    background: #1591ec;
    color: white;
}

.bread-crumb {
    color: black;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
}
.bread-crumb .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.bread-crumb .breadcrumb .breadcrumb-item:first-child::before {
    content: none;
}
.bread-crumb .breadcrumb .breadcrumb-item:before {
    content: "/";
    padding-left: 10px;
    padding-right: 15px;
}
.bread-crumb .breadcrumb .breadcrumb-item:hover {
    color: #1591ec;
}
.bread-crumb .breadcrumb .breadcrumb-item.active {
    color: #1591ec;
}

.quickview {
    cursor: url("../img/cursor.png"), auto;
}
.quickview .modal-content {
    cursor: default;
}
.quickview .modal-content .modal-body img {
    margin-bottom: -5px;
}
.quickview .modal-content .modal-body h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
.quickview .modal-content .modal-body h5 {
    margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 {
    color: #1591ec;
    font-weight: bold;
    margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 span {
    font-weight: 400;
    color: #585858;
    text-decoration: line-through;
    margin-left: 20px;
}
.quickview .modal-content .modal-body p {
    margin-bottom: 20px;
    color: #656565;
}
.quickview .modal-content .modal-body input {
    width: 40px;
    height: 40px;
    padding-left: 5px;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-top: 3px;
}
.quickview .modal-content .modal-body .cart-btn {
    border: 2px solid #1591ec;
}
.quickview .modal-content .modal-body .cart-btn:hover {
    background: none;
    border-color: black;
}
.quickview .modal-content .modal-body .xzoom-thumbs a {
    background: none;
    margin: 1px;
}
.quickview .modal-content .modal-body .xzoom-thumbs .xactive {
    border: 1px solid #1591ec;
}
.quickview .modal-content .modal-body .tags {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.quickview .quantity {
    margin: 30px 0;
}
.quickview .quantity a {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #1591ec;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #1591ec;
}
.quickview .quantity a:hover {
    background: none;
    color: #1591ec;
}
.quickview .tags span a {
    color: #1591ec;
}
.quickview .tags span a:hover {
    text-decoration: underline;
}

.modal-img {
    position: relative;
}
.modal-img .owl-theme .owl-nav button.owl-prev,
.modal-img .owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 30% !important;
    font-size: 30px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #666;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.modal-img .owl-theme .owl-nav button.owl-prev:hover,
.modal-img .owl-theme .owl-nav button.owl-next:hover {
    color: #1591ec !important;
}
.modal-img .owl-theme .owl-nav button.owl-prev:focus,
.modal-img .owl-theme .owl-nav button.owl-next:focus {
    outline: none;
}
.modal-img .owl-theme .owl-nav button.owl-prev {
    left: 0;
}
.modal-img .owl-theme .owl-nav button.owl-next {
    right: 0;
}

.contact-page {
    margin-bottom: 50px;
}
.contact-page .box-contact {
    color: black;
}
.contact-page .box-contact input {
    height: 40px;
}
.contact-page .box-contact textarea {
    height: 100px;
}
.contact-page .title-page h3 {
    font-style: initial;
    font-size: 24px;
}

.footer {
    background: #252525;
    color: white;
    padding-top: 30px;
}
.footer h4 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
    font-weight: 600;
}
.footer p {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.15em;
}
.footer h4 i {
    float: right;
    margin-top: -4px;
    display: none;
}
.footer ul li {
    margin-bottom: 15px;
    color: #ccc;
}
.footer ul li i {
    margin-right: 10px;
    color: #1591ec;
    font-size: 14px;
}
.footer ul li a {
    color: #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}
.footer ul li a:hover {
    color: #1591ec;
}
.footer i {
    font-size: 20px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer i:hover {
    color: #1591ec;
}
.footer .support h5 {
    text-transform: uppercase;
}
.footer .support img {
    float: left;
    margin-right: 10px;
    width: 40px;
}
.footer .support h6 {
    color: #1591ec;
}
.footer .copyright {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #383838;
}

.selection_img_search,
.selection_bubble_root {
    display: none;
}

article {
    padding-top: 40px;
}

.menu {
    z-index: 1000;
    position: relative;
    height: 62px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.menu.down,
.menu.down.menu-home {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: white;
    border: 0;
}
.menu.down.menu-home .main-menu {
    background: none;
}
.menu.menu-home {
    background: none;
    box-shadow: none;
    border: 0;
}
.menu.menu-home .main-menu {
    background: #e1e1e1;
}
.menu .main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 200px);
    margin: auto;
}
.menu .main-menu .logo {
    width: 250px;
    background: white;
    height: 60px;
    position: relative;
}
.menu .main-menu .logo::before {
    content: "";
    background: white;
    width: 1000px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 100%;
}
.menu .main-menu .logo a {
    line-height: 60px;
    font-weight: bold;
}
.menu .main-menu .nav {
    display: block;
    width: calc(100% - 500px);
    padding-left: 35px;
}
.menu .main-menu .nav li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 17px 0;
    position: relative;
}
.menu .main-menu .nav li:hover ul,
.menu .main-menu .nav li:hover .sub-menu {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: initial;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.menu .main-menu .nav li:hover ul li,
.menu .main-menu .nav li:hover ul .sub-menu-item,
.menu .main-menu .nav li:hover .sub-menu li,
.menu .main-menu .nav li:hover .sub-menu .sub-menu-item {
    display: block;
}
.menu .main-menu .nav li ul {
    position: absolute;
    width: 300px;
    left: 0;
    top: 55px;
    background: white;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border: 0;
    text-align: left;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.menu .main-menu .nav li ul li {
    padding: 0;
    display: none;
}
.menu .main-menu .nav li ul li a {
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
    color: #444444;
    padding: 10px 20px;
    display: block;
    width: 299px;
    border-bottom: 1px solid #f4f4f4;
}
.menu .main-menu .nav li ul li a:hover {
    color: white;
    background: #1591ec;
}
.menu .main-menu .nav li .active {
    color: #1591ec;
}
.menu .main-menu .nav li a {
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: black;
    padding: 0;
    display: initial;
    padding: 30px 15px;
}
.menu .main-menu .nav li a:hover {
    color: #1591ec;
}
.menu .main-menu .nav li a i {
    font-size: 20px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    margin: -5px 0;
    margin-left: 5px;
}
.menu .main-menu .search {
    margin: 10px 0;
    width: 250px;
    position: relative;
    height: 30px;
    padding-right: 15px;
}
.menu .main-menu .search input {
    width: 100%;
    height: 30px;
    background: none;
    border: 0;
    border-bottom: 1px solid #999;
    color: #555555;
}
.menu .main-menu .search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
    border-bottom: 1px solid #1591ec;
}
.menu .main-menu .search button {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 20px;
    color: #555;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.menu .main-menu .search button:hover {
    color: #1591ec;
}

.article-top {
    width: calc(100% - 200px);
    margin: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-top .category-home {
    width: 330px;
    background: #1591ec;
    border: 30px solid white;
    border-left: 0;
    margin-right: -60px;
    position: relative;
    z-index: 10;
    height: 32vw;
    overflow: hidden;
}
.article-top .category-home.active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.article-top .category-home ul {
    padding: 40px 20px;
}
.article-top .category-home ul li {
    position: relative;
    padding: 10px 0;
}
.article-top .category-home ul li a {
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-top .category-home ul li a i {
    padding-right: 5px;
}
.article-top .category-home ul li a:hover {
    color: black;
}
.article-top .category-home ul .more,
.article-top .category-home ul .less {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #1591ec;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 50px;
}
.article-top .category-home ul .more:hover,
.article-top .category-home ul .less:hover {
    letter-spacing: 0.1em;
}
.article-top .category-home ul .more i,
.article-top .category-home ul .less i {
    font-size: 16px;
    padding-right: 5px;
}
.article-top .slider {
    width: calc(100% - 270px);
}

.service-bonus {
    margin-top: 20px;
    margin-bottom: 50px;
}
.service-bonus .box-service-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-bonus .box-service-bonus img {
    width: 50px;
    height: 50px;
    filter: hue-rotate(30deg);
}
.service-bonus .box-service-bonus-detail {
    width: calc(100% - 70px);
    margin-left: 20px;
}
.service-bonus .box-service-bonus-detail h4 {
    font-weight: 600;
    margin-bottom: 5px;
}
.service-bonus .box-service-bonus-detail h5 {
    color: #585858;
}

.category-mid {
    width: calc(100% - 200px);
    margin: auto !important;
}
.category-mid .category-zone {
    padding: 50px;
    background: #e1e1e1;
    display: grid;
    grid-template-areas: "cate1 cate2 cate2 cate3" "cate1 cate4 cate5 cate5";
    grid-gap: 20px;
    height: calc(100vw / 2 - 70px);
}
.category-mid .category-zone .box-cate {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.category-mid .category-zone .box-cate img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.category-mid .category-zone .box-cate a {
    display: block;
}
.category-mid .category-zone .box-cate a:hover::before,
.category-mid .category-zone .box-cate a:hover::after {
    -webkit-transform: none;
    transform: none;
    width: 50%;
}
.category-mid .category-zone .box-cate a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-mid .category-zone .box-cate a::before,
.category-mid .category-zone .box-cate a::after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(73, 190, 183, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.category-mid .category-zone .box-cate a::before {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.category-mid .category-zone .box-cate a::after {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.category-mid .category-zone .box-cate.cate1 {
    grid-area: cate1;
}
.category-mid .category-zone .box-cate.cate2 {
    grid-area: cate2;
}
.category-mid .category-zone .box-cate.cate3 {
    grid-area: cate3;
}
.category-mid .category-zone .box-cate.cate4 {
    grid-area: cate4;
}
.category-mid .category-zone .box-cate.cate5 {
    grid-area: cate5;
}

.title-page {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-page h3 {
    font-weight: bold;
    color: black;
    cursor: default;
    position: relative;
    z-index: 10;
    font-style: italic;
    width: 100%;
    margin: 10px 0;
}
.title-page .left,
.title-page .right {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 24px 0;
    position: relative;
}
.title-page .left {
    margin-right: 100px;
}
.title-page .left::before {
    content: "";
    background: #1591ec;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -70px;
    top: -15px;
}
.title-page .right {
    margin-left: 100px;
}
.title-page .right::before {
    content: "";
    background: #1591ec;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -70px;
    top: -15px;
}

.slider {
    position: relative;
    margin-bottom: 15px;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}
.slider .owl-theme .owl-dots .owl-dot {
    display: block;
}
.slider .owl-theme .owl-dots .owl-dot.active span {
    background: #1591ec;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    display: block;
    background: black;
    border-radius: 0;
    position: relative;
    color: white;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.product {
    margin-bottom: 50px;
    margin-top: 50px;
}
.product .container {
    position: relative;
}
.product-all {
    margin-top: 50px;
    text-align: center;
}
.product-all a {
    border: 2px solid #1591ec;
    color: #1591ec;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 6px rgba(73, 190, 183, 0.5);
    box-shadow: 0 3px 6px rgba(73, 190, 183, 0.5);
}
.product-all a:hover {
    background: #1591ec;
    color: white;
    border-color: #1591ec;
    -webkit-box-shadow: 0 3px 10px rgba(73, 190, 183, 0.6);
    box-shadow: 0 3px 10px rgba(73, 190, 183, 0.6);
}
.product .swiper-container {
    margin: -10px;
    padding: 10px;
}
.product .swiper-container .swiper-button-prev {
    background-image: url("../img/left.png");
    width: 70px;
    height: 70px;
    background-size: cover;
    left: 0;
}
.product .swiper-container .swiper-button-prev:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.product .swiper-container .swiper-button-next {
    background-image: url("../img/right.png");
    width: 70px;
    height: 70px;
    background-size: cover;
    right: 0;
}
.product .swiper-container .swiper-button-next:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.box-product {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.box-product:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.box-product:hover .box-product-img-custom {
    opacity: 1;
}
.box-product-img {
    position: relative;
    height: 255px;
    overflow: hidden;
    margin-bottom: 15px;
}
.box-product-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.box-product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.box-product-img-custom {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.box-product-img-custom i {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 5px 9px;
    background: #e1e1e1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: black;
}
.box-product-img-custom i:hover {
    background: #1591ec;
    color: white;
}
.box-product-detail {
    margin-bottom: 15px;
    padding: 0 10px;
}
.box-product-detail h6 {
    color: #1591ec;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-product-detail h5 {
    margin-bottom: 5px;
}
.box-product-detail h5 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-product-detail h5 a:hover {
    color: #1591ec;
}

.contact-home {
    padding: 50px 0;
    background-image: url("../img/cleaning-washing-cleanup-the-ilo-48889.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
    color: white;
}
.contact-home::before {
    content: "";
    background: rgba(21, 145, 236, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-home .container {
    position: relative;
    z-index: 10;
}
.contact-home p {
    font-size: 20px;
    text-transform: uppercase;
}
.contact-home h3 {
    padding: 12px 20px;
    background: white;
    color: black;
    display: table;
    margin: auto;
    margin-bottom: 10px;
    font-weight: 600;
}
.contact-home h5 {
    margin-top: 22px;
}
.contact-home h5 a {
    padding: 12px 20px;
    background: black;
    text-transform: uppercase;
}

.service {
    margin-bottom: 50px;
}
.service .service-carousel {
    margin-top: 40px;
}
.service .service-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}
.service .owl-theme .owl-nav button.owl-prev,
.service .owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: black;
}
.service .owl-theme .owl-nav button.owl-prev:hover,
.service .owl-theme .owl-nav button.owl-next:hover {
    color: #1591ec;
    background: none;
}
.service .owl-theme .owl-nav button.owl-prev:focus,
.service .owl-theme .owl-nav button.owl-next:focus {
    outline: none;
}
.service .owl-theme .owl-nav button.owl-prev {
    left: -15px;
}
.service .owl-theme .owl-nav button.owl-next {
    right: -15px;
}

.box-service {
    background: white;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}
.box-service-img {
    margin: -15px 15px 15px 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}
.box-service-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.box-service-img img {
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.box-service-detail {
    padding: 0 15px;
    margin-bottom: 30px;
}
.box-service-detail h4 p {
    margin-bottom: 5px;
}
.box-service-detail h4 a {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-service-detail p a {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-service-detail h5 {
    color: #585858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-service-detail-btn {
    margin-top: 30px;
}
.box-service-detail-btn a {
    padding: 12px 20px;
    background: #1591ec;
    color: white;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.box-service-detail-btn a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
}

.product-page {
    margin-bottom: 10px;
}
.product-page .container {
    display: grid;
    grid-template-columns: 250px calc(100% - 280px);
    grid-gap: 30px;
    margin: auto;
}
.product-page .container-large {
    max-width: calc(100% - 200px);
}
.product-page .left .category {
    background: white;
    border: 1px solid #1591ec;
    position: relative;
    margin-bottom: 30px;
}
.product-page .left .category h4 {
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    background: #1591ec;
    color: white;
}
.product-page .left .category ul {
    padding: 15px;
    padding-bottom: 0;
    height: auto;
}
.product-page .left .category ul li {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.product-page .left .category ul li i {
    color: #1591ec;
}
.product-page .left .category ul li:last-child {
    margin-bottom: 0px;
}
.product-page .left .category ul li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #585858;
}
.product-page .left .category ul li a:hover {
    color: #1591ec;
}
.product-page .main h3 {
    font-weight: 600;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}
.product-page .main-zone {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    margin-bottom: 20px;
}
.product-page .main .product-detail-1-img .xzoom-thumbs {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 25px;
    position: relative;
}
.product-page .main .product-detail-1-img .xzoom-thumbs img {
    width: auto;
    height: 80px;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xzoom-gallery:hover {
    border-color: #1591ec;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xactive {
    border-color: #1591ec;
    -webkit-box-shadow: 0px 0px 3px 0px #1591ec;
    box-shadow: 0px 0px 3px 0px #1591ec;
}
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-prev,
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-prev:hover,
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-prev:focus,
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-next:hover,
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-next:focus {
    color: #1591ec;
    background: none;
    outline: none;
}
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-prev {
    left: -12%;
}
.product-page
    .main
    .product-detail-1-img
    .xzoom-thumbs
    .owl-theme
    .owl-nav
    button.owl-next {
    right: -12%;
}
.product-page .main .product-detail-1-detail {
    color: #585858;
    margin-bottom: 30px;
}
.product-page .main .product-detail-1-detail h3 {
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
}
.product-page .main .product-detail-1-detail p {
    color: #585858;
    margin-bottom: 10px;
}
.product-page .main .product-detail-1-detail h4 {
    color: #1591ec;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-page .main .product-detail-1-detail h4 span {
    color: #585858;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 30px;
}
.product-page .main .product-detail-1-detail h5 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.product-page .main .product-detail-1-detail .quantity a {
    padding: 15px 30px;
    background: #1591ec;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #1591ec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-page .main .product-detail-1-detail .quantity a:hover {
    color: #1591ec;
    background: none;
}
.product-page .main .product-detail-2-title .nav-tabs {
    border-bottom: 2px solid #383838;
    margin-bottom: 30px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link {
    padding-bottom: 11px;
    border: none;
    border-bottom: 2px solid #383838;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}
.product-page
    .main
    .product-detail-2-title
    .nav-tabs
    .nav-item
    .nav-link.active,
.product-page
    .main
    .product-detail-2-title
    .nav-tabs
    .nav-item
    .nav-link:hover {
    background: none;
    border: none;
    border-bottom: 2px solid #1591ec;
    padding-bottom: 11px;
    color: #1591ec;
}
.product-page .main .similar h2 {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 2px solid #555555;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.service-page {
    margin-bottom: 20px;
}
.service-page .service-zone {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-page .title-page h3 {
    font-style: initial;
    font-size: 24px;
}
.service-page .box-service {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    margin-bottom: 30px;
}

.page-detail {
    margin-bottom: 40px;
}
.page-detail h2 {
    font-weight: 600;
    margin-bottom: 0px;
}
.page-detail img {
    margin-bottom: 20px;
}
.page-detail .title-page h3 {
    font-style: initial;
    font-size: 24px;
}
.page-detail .similar {
    margin-top: 80px;
}
.page-detail .similar .service-zone {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.page-detail .similar .box-service {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    margin-bottom: 30px;
}

.page-detail .similar.service {
    background: none;
    padding: 0;
}
.page-detail .similar img {
    margin: 0;
}

@media (max-width: 1500px) {
    .menu .main-menu {
        width: calc(100% - 60px);
    }
    .menu .main-menu .nav {
        padding-left: 0;
        width: calc(100% - 450px);
    }
    .menu .main-menu .nav li a {
        padding: 22px 11px;
    }
    .menu .main-menu .search {
        width: 200px;
    }

    .article-top,
    .category-mid {
        width: calc(100% - 60px);
    }
    .product-page .container-large {
        max-width: calc(100% - 60px);
    }

    .article-top .category-zone,
    .category-mid .category-zone {
        height: calc(100vw / 2);
    }
    .product-page .main-zone {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1200px) {
    body {
        margin: 0 15px;
    }
    body .go-top span:nth-child(1) {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        left: 7px;
        top: 18px;
    }
    body .go-top span:nth-child(2) {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        left: 19px;
        top: 18px;
    }

    .container {
        max-width: calc(100% - 30px);
    }

    .menu .main-menu .logo {
        display: none;
    }
    .menu .main-menu .nav {
        width: calc(100% - 200px);
    }
    .menu .main-menu .nav a {
        padding: 22px 15px;
    }

    .article-top,
    .category-mid {
        width: calc(100% - 30px);
    }
    .product-page .container-large {
        max-width: initial;
    }

    .article-top .category-home {
        width: 300px;
        height: 33vw;
        border: 0;
        margin-right: 5px;
    }
    .article-top .category-home ul {
        padding: 10px 20px;
    }

    .service-bonus {
        display: none;
    }

    .box-product-img {
        height: calc(100vw / 4 - 38px);
    }

    .product-page .container {
        display: block;
    }
    .product-page .category {
        display: none;
    }
    .product-page .main-zone {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .toggleMenu {
        display: block;
        position: fixed;
        right: 15px;
        top: 9px;
        z-index: 10;
        color: black;
    }
    .toggleMenu i {
        font-size: 26px;
    }

    article {
        padding-top: 60px;
    }

    .header-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: white;
        border: 1px solid #e1e1e1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        z-index: 998;
        margin: 0 !important;
        padding: 0 15px;
    }
    .header-top .hotline {
        display: table;
    }
    .header-top .hotline a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-top .hotline i {
        font-size: 40px;
        color: #1591ec;
    }
    .header-top .hotline-detail {
        width: calc(100% - 50px);
        margin-left: 10px;
        margin-top: 10px;
    }
    .header-top .hotline-detail h4 {
        color: #1591ec;
    }

    .menu {
        height: auto;
        background: white;
        position: fixed;
        top: 0;
    }
    .menu.down {
        border: 0;
    }
    .menu.down .main-menu .nav li {
        padding: 20px 30px;
    }
    .menu.down .main-menu .nav li ul li {
        padding: 0;
    }
    .menu .main-menu {
        border: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: none;
    }
    .menu .main-menu .nav {
        display: block;
        text-align: left;
        background: white;
        position: absolute;
        width: 300px;
        -webkit-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        height: 100vh;
        opacity: 0;
        padding: 0;
        margin: 0;
        padding-top: 30px;
        left: 0;
        z-index: 1010;
        color: black;
        overflow-y: scroll;
    }
    .menu .main-menu .nav.out {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    .menu .main-menu .nav li {
        display: block;
        padding: 20px 30px;
    }
    .menu .main-menu .nav li:first-child {
        margin-top: 30px;
    }
    .menu .main-menu .nav li a {
        line-height: 1.5;
        padding: 0;
        padding-bottom: 5px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        color: black;
    }
    .menu .main-menu .nav li a:hover {
        background: none;
    }
    .menu .main-menu .nav li .active {
        background: none;
        color: #1591ec;
    }
    .menu .main-menu .nav li ul {
        width: 300px;
        top: 50px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        padding-top: 0;
        height: auto;
        position: fixed;
        z-index: 1000;
        margin-left: 0;
    }
    .menu .main-menu .nav li ul:hover::before {
        display: none;
    }
    .menu .main-menu .nav li ul::before {
        content: "Trở lại";
        font-size: 12px;
        position: absolute;
        top: -33px;
        left: 15px;
        color: #1591ec;
    }
    .menu .main-menu .nav li ul li {
        width: 100%;
    }
    .menu .main-menu .nav li ul li:first-child {
        margin-top: 0;
    }
    .menu .main-menu .nav li ul li a {
        padding: 15px 20px;
    }
    .menu .main-menu .search {
        background: white;
        position: fixed;
        top: 50px;
        height: 50px;
        right: 0;
        width: 100%;
        padding: 10px 15px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        background: white;
        border: 1px solid #e1e1e1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    }
    .menu .main-menu .search.active {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: initial;
    }
    .menu .main-menu .search input,
    .menu .main-menu .search button {
        color: black;
    }
    .menu .main-menu .search button {
        top: 10px;
    }
    .menu .main-menu .search input {
        border: 0;
    }
    .menu .main-menu .search input::-webkit-input-placeholder {
        color: black;
    }
    .menu .main-menu .search input:-ms-input-placeholder {
        color: black;
    }
    .menu .main-menu .search input::-ms-input-placeholder {
        color: black;
    }
    .menu .main-menu .search input::placeholder {
        color: black;
    }

    .nav-close {
        position: absolute;
        font-size: 24px;
        top: 5px;
        right: 10px;
        color: black;
    }

    .search-btn {
        display: block;
        position: fixed;
        right: 60px;
        top: 11px;
        z-index: 10;
        color: black;
    }
    .search-btn i {
        font-size: 24px;
    }

    .article-top,
    .category-mid {
        width: 100%;
    }

    .category-mid .category-zone {
        padding: 20px;
        height: calc(100vw / 2 - 15px);
    }

    .article-top {
        margin-top: 15px !important;
    }
    .article-top .slider {
        width: 100%;
    }
    .article-top .category-home {
        display: none;
    }

    .box-product-img {
        height: calc(100vw / 3 - 40px);
    }

    .service-zone .box-service {
        width: calc(100% / 2 - 30px);
    }

    .product-zone,
    .product-page .main-zone {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .box-product-img {
        height: calc(100vw / 3 - 30px);
    }

    .category-mid .category-zone {
        grid-template-areas: "cate2 cate2" "cate1 cate3" "cate1 cate4" "cate5 cate5";
        height: calc(200vw - 90px);
    }

    .title-page .left,
    .title-page .right {
        display: none;
    }

    .product {
        margin-top: 20px;
    }

    .service .service-carousel .owl-stage-outer {
        margin: -15px;
        padding: 15px;
    }
    .service .owl-theme .owl-nav button.owl-prev,
    .service .owl-theme .owl-nav button.owl-next {
        font-size: 50px;
    }
    .product-zone,
    .product-page .main-zone {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
    .article-top .slider {
        display: none;
    }
    .contact-home {
        background-image: none;
        background: #1591eb;
    }
    .footer h4 {
        border-bottom: 0;
    }
    .footer h4 i {
        display: block;
    }
    .footer ul {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: none;
        margin-top: -10px;
    }
    .footer ul.active {
        height: 100%;
        display: block;
    }

    .category-mid .category-zone {
        grid-template-areas: "cate1" "cate2" "cate3" "cate4" "cate5";
        height: auto;
        padding: 15px;
        grid-gap: 15px;
    }

    .service-zone .box-service {
        width: 100%;
    }

    .box-product:hover {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .box-product-img {
        height: calc((100vw / 2) - 22px);
    }
    .box-product-img-custom {
        display: none;
    }

    .product-zone,
    .product-page .main-zone {
        grid-gap: 15px;
    }

    .contact-home {
        padding: 30px 0;
        margin-bottom: 10px;
    }

    .service {
        margin-bottom: 30px;
    }
}
@media (max-width: 450px) {
    .slider .owl-theme .owl-dots {
        display: none;
    }

    .contact-home p,
    .contact-home h3 {
        font-size: 16px;
    }
}

.menu-rank-3 {
    display: none;
}
.menu-rank-2 li:hover .menu-rank-3 {
    display: block;
}
@media (min-width: 320px) {
    .menu-rank-3 {
        top: 310px !important;
        position: absolute;
    }
    .menu-rank-2 li:hover .menu-rank-3:before {
        position: absolute;
        top: -293px !important;
    }
}
@media (min-width: 1024px) {
    .menu-rank-3 {
        position: absolute;
        top: 15px !important;
        left: 300px !important;
    }
}

/*# sourceMappingURL=layout.css.map */
.button-contact {
    padding: 5px;
    background: #1591ec;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #1591ec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.color-new {
    color: #585858;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
