* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
}

body,
input,
textarea,
button,
select {
    line-height: 1.5;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a,
.text-link {
    color: #252525;
    text-decoration: none;
    background: transparent;
}

.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

label,
legend {
    display: block;
    margin-bottom: 2px;
}
/* header */
.header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

.topbar {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
}

.topbar-left {
    text-align: left !important;
    font-weight: bold !important;
}

    .topbar-left a span {
        color: red !important;
        font-size: 25px !important;
    }

    .topbar-left .header-contact-item i {
        color: #28b23b;
    }

    .topbar-left .header-contact-item span {
        color: #28b23b;
    }

.topbar a,
.topbar i,
.topbar .fix-iconline {
    color: #000000;
}

.fix-iconline {
    margin: 0 3px;
    color: #333;
    transform: translateY(-1px);
    display: inline-block;
}

.topbar .phone {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.96929em;
    float: left;
    margin-left: 30px;
    position: relative;
}

    .topbar .phone > a {
        color: #fff;
    }

    .topbar .phone i {
        position: absolute;
        height: 30px;
        width: 2px;
        background: #fff;
        left: -14px;
        top: 10px;
    }

.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

.topbar-right {
    float: right !important;
    text-align: right;
}

    .topbar-right .header-contact-item i {
        color: red;
    }

    .topbar-right .header-contact-item a {
        font-weight: 700;
        color: red;
    }

.fixcheckout {
    position: relative;
    padding-right: 10px;
}

.top-cart-contain .dropdown-toggle .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    left: auto;
    width: 350px;
    background: #fff;
    padding: 20px;
    z-index: 100;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
}
/* end header */
/* head-top */
.head-top {
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    background: #ffffff;
    color: #000000;
}

    .head-top .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

header .nav-brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

    header .nav-brand a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 47px;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
    }

        header .nav-brand a img {
            height: 100%;
            object-fit: contain;
            width: 100%;
        }

.nav-search {
    width: 65%;
    display: flex;
    position: relative;
}

.search-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-right: 1.25rem;
    margin: 0;
}

.search-content {
    width: 100%;
}

.searchbox {
    width: 100%;
}

.searchbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .searchbox input[type="text"] {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        height: 45px;
        margin: 0 auto;
        outline: none;
        padding-right: 60px;
        width: 100%;
        z-index: 99;
    }

        .searchbox input[type="text"]::-webkit-input-placeholder {
            font-size: 14px;
            font-weight: 300;
        }

        .searchbox input[type="text"]::-moz-placeholder {
            font-size: 14px;
            font-weight: 300;
        }

        .searchbox input[type="text"]:-ms-input-placeholder {
            font-size: 14px;
            font-weight: 300;
        }

        .searchbox input[type="text"]::-ms-input-placeholder {
            font-size: 14px;
            font-weight: 300;
        }

        .searchbox input[type="text"]::placeholder {
            font-size: 14px;
            font-weight: 300;
        }

.nav-search .search-wrapper input,
.nav-search .search-wrapper input:focus {
    display: flex !important;
    position: relative;
    z-index: 2;
    border: 1px solid #ddd !important;
}

.searchinput {
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    display: block;
}

.searchbutton {
    --tw-bg-opacity: 1;
    outline: none;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgb(255 193 13 / var(--tw-bg-opacity));
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 46px;
    z-index: 99;
}

.header-top-nav .Module,
.header-top-nav .Module-Content {
    height: 100%;
}

.header-top-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    .header-top-nav ul li {
        border-right: 1px solid #e5e5e5;
        height: 100%;
    }

    .header-top-nav ul a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        text-align: center;
    }

.header-top a,
.header-top span {
    color: #000000;
}

.header-top-nav {
    width: 100% !important;
}

    .header-top-nav ul a em {
        --tw-text-opacity: 1;
        color: rgb(94 94 94 / var(--tw-text-opacity));
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .header-top-nav ul a em img {
            height: 24px;
            width: 24px;
            object-fit: contain;
        }

    .header-top-nav ul a span {
        font-size: 14px;
        white-space: nowrap;
    }

    .header-top-nav .Module-Content ul {
        list-style: none outside;
        padding-left: 0px !important;
    }

.header-top-icon {
    font-size: 40px;
    color: #25a8e0;
    padding: 0px !important;
}

.header-top-content {
    text-align: left;
    align-content: center;
}

.hearder-phone {
    font-weight: bold;
}

.shopping-cart-toggle {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: static;
    border-right: 1px solid #e5e5e5;
}

    .shopping-cart-toggle .ModuleContent {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

.mini-cart {
    z-index: 10;
    text-align: center;
    display: inline-block;
    /* float: right; */
    padding-bottom: 0;
}

.shopping-cart-toggle .ModuleContent,
.shopping-cart-toggle .cart-header,
.shopping-cart-toggle .cart-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shopping-cart-toggle .cart-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
}

    .shopping-cart-toggle .cart-icon span {
        font-size: 14px;
        white-space: nowrap;
    }

    .shopping-cart-toggle .cart-icon .cart-number {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: rgb(255 193 13 / var(--tw-bg-opacity));
        border-radius: 9999px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 20px;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        right: 7px;
        top: -4px;
        width: 20px;
    }

    .shopping-cart-toggle .cart-icon em {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
        transform: translateY(3px);
    }

.top-cart-content {
    display: none;
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

ul#cart-sidebar {
    padding: 15px;
    margin: 0;
    max-height: 625px;
    min-width: 350px;
}

.top-cart-content ul {
    list-style: none outside;
}

ul#cart-sidebar .no-item {
    height: 40px;
}

    ul#cart-sidebar .no-item p {
        margin: 0px;
        line-height: 3;
    }

.mini-cart:hover .top-cart-content {
    display: block;
    top: 120px;
    right: 70px;
}

.main-menu-toggle {
    display: none;
    border-left: 1px solid #e5e5e5;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    /* display: flex; */
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 0;
    position: static;
}

    .main-menu-toggle img {
        width: 32px;
    }
/* end head-top */
/* menu desktop */
.static {
    position: static;
}

header nav {
    background: #25a8e0;
    color: #ffffff;
}

    header nav .nav {
        position: relative;
        text-align: left;
        justify-content: center;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header nav .nav-item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

    header nav .nav-item > a {
        padding: 15px 60px 15px 0;
        /*padding: 8px 20px 8px 0;*/
        line-height: 35px;
        color: #ffffff;
        font-size: 1em;
        font-weight: 700;
    }

    header nav .nav-item.has-mega {
        position: static;
    }

header nav .mega-content {
    display: none;
    position: absolute;
    width: 1140px;
    background: #fff;
    z-index: 100;
    padding: 20px;
    border: 1px solid #ebebeb;
    left: 0;
}

    header nav .mega-content .level1.item {
        float: left;
        width: 25%;
        height: 65px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

.submenu {
    color: #252525;
    letter-spacing: 0.01em;
    font-weight: 700;
    /*font-size: 14px;*/
    font-size: 13px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
}

    .submenu a {
        text-decoration: none;
        font-weight: inherit;
    }

        .submenu a:hover {
            color: #25a8e0;
            text-decoration: none !important;
        }

header nav .nav-item:hover > .mega-content {
    display: block;
    text-align: left;
}
/* emd menu desktop */
/* slider all */
.slider-main {
    /*margin-bottom: 30px;*/
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    padding: 20px !important;
    color: #25a8e0 !important;
    border: 1px solid !important;
    background-color: #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.owl-nav .owl-prev {
    left: 20px;
}

.owl-nav .owl-next {
    right: 10px;
}

    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
        background-color: #25a8e0 !important;
        color: white !important;
    }

.owl-nav .owl-prev,
.owl-nav .owl-next {
    display: none;
}

.owl-nav i {
    padding: 20px;
}
/* end slider all */
/* section policy */
.widget-policy {
    overflow: hidden;
}

.section-policy {
    margin-bottom: 30px;
}

.widget-policy .widget-inner {
    border: 1px solid #dedede;
}

.row.row-noGutter {
    margin-left: 0;
    margin-right: 0;
}

.widget-policy .policy-item {
    text-align: center;
    padding: 30px 10px 40px;
}

    .widget-policy .policy-item .media {
        min-height: 34px;
        margin: 0 0 25px;
    }

    .widget-policy .policy-item img,
    .widget-policy .policy-item i {
        margin: 0 auto;
    }

    .widget-policy .policy-item .media i {
        font-size: 55px;
        color: #25a8e0;
    }

    .widget-policy .policy-item span {
        font-size: 16px;
        color: #1c1c1c;
        margin: 0 0 3px 0;
        font-weight: 700;
        display: inline-block;
    }

    .widget-policy .policy-item p {
        font-size: 14px;
        color: #747474;
        margin: 0;
    }

    .widget-policy .policy-item::after {
        content: "";
        width: 1px;
        height: 300%;
        background: #dedede;
        position: absolute;
        right: 0;
        top: 0;
    }

.widget-policy .widget-inner > .row > [class*="col-"]:last-child .policy-item:after {
    display: none;
}

.linespace-policy {
    border-right: 1px solid #dedede !important;
    border-left: 1px solid #dedede !important;
}
/* end section policy */
/* Product Home */
.product-best-seller,
.product-best-new,
.product-best-price {
    margin-bottom: 0px;
}

.product-title {
    margin-bottom: 20px;
    text-align: center !important;
}

    .product-title h2 {
        font-size: 18px;
        margin-top: 0;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 2px solid #25a8e0;
        color: #252525;
        letter-spacing: 0.01em;
        font-weight: 700;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
        line-height: 1.4;
    }

    .product-title p {
        font-size: 15px;
        font-style: italic;
        display: block;
        position: relative;
        margin-top: 11px;
        clear: left;
    }

.products-view-grid .product-box {
    position: relative;
    margin: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 40px;
}

    .products-view-grid .product-box .product-thumbnail {
        text-align: center;
        margin: 6px 0 10px;
    }

.product-box .product-thumbnail {
    position: relative;
}

.product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    top: 15px;
    right: 0px;
    text-align: center;
    z-index: 99;
    background-color: #25a8e0;
    font-size: 12px;
}

.product-box .product-thumbnail a img {
    /*height: auto;*/
    width: 100%;
    height: 250px;
}

.product-box .product-info {
    z-index: 10;
    text-align: center !important;
}

.product-box .product-name {
    font-size: 1.14286em;
    line-height: 22px;
    color: #25a8e0;
    font-weight: 600;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 0;
    margin-bottom: 8px;
}

    .product-box .product-name a {
        color: #25a8e0;
        text-decoration: none;
    }

        .product-box .product-name a:hover {
            color: #25a8e0;
        }

.product-box .price-box {
    font-size: 15px;
}

.product-box .special-price {
    color: #333;
    display: inline-block;
    font-size: 1em;
    line-height: 23px;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
}

.product-box .old-price {
    text-decoration: line-through;
    font-size: 1em;
    line-height: 23px;
    margin: 0 5px;
    display: inline-block;
    color: #adadad;
}

.action-item {
    text-align: center !important;
}

.product-box .btn-white {
    border: 2px solid #333;
    margin-top: 10px;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    letter-spacing: 0;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

    .product-box .btn-white:hover {
        background: #333;
        color: #fff;
    }

.products-view-grid .product-box .product-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.products-view-grid .product-box:hover .product-action {
    opacity: 1;
    visibility: visible;
}

    .products-view-grid .product-box:hover .product-action div .action-item {
        opacity: 1;
        visibility: visible;
        top: 0 !important;
    }

.product-box .fix_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.products-view-grid .product-box .btn-square {
    width: 100px;
    height: 44px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    display: block;
    border-radius: 0;
}

.products-view-grid .product-box .product-action .quick-detail {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.products-view-grid .product-box .btn-square:hover {
    border-color: #fff;
    background: #fff;
    color: #333;
}

.product-box .quick-detail {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}
/* End Product Home */
/* section reviews */
.section-reviews {
    margin-bottom: 50px;
}

.secrion-reviews-container {
    color: #fff;
    padding: 70px 0 90px;
    position: relative;
    background-image: url(images/background.jpg);
}

    .secrion-reviews-container:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(37, 37, 37, 0.7);
    }

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.reviews-center {
    text-align: center !important;
}

.reviews-img-circle {
    border-radius: 50%;
}

.reviews-inline-block {
    display: inline-block !important;
}

.secrion-reviews-container .owl-carousel .owl-item img {
    width: auto;
}

.reviews-center h4 {
    color: #fff;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-size: 1.28571em;
    margin-top: 10px;
}

.reviews-center q {
    margin-top: 15px !important;
}

.reviews-center .reviews-star {
    margin: 15px 0;
}

.reviews-center .fa {
    color: #ffea01;
}

.reviews-center .reviews-line {
    display: inline-block;
    width: 120px;
    height: 14px;
    border-top: 1px solid #25a8e0;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #25a8e0;
}
/* end section reviews */
.section-services {
    margin-bottom: 30px;
}

.section-service-item-content {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #dfe4e6;
    border-radius: 2px;
    padding: 20px;
}

.section-services .service-item-name {
    margin-top: 20px;
    font-size: 18px;
}

.service-item-name {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 1.5em;
    line-height: 24px;
    margin-top: 0;
    height: 65px;
    margin-bottom: 17px;
}

.service-item-info a:hover {
    color: #25a8e0;
    text-decoration: none !important;
}

.service-item-time {
    color: #898989;
    font-size: 0.92857em;
    margin-bottom: 10px;
}

    .service-item-time span {
        color: #252525;
    }

.service-item-description {
    font-size: 1em;
    margin-bottom: 10px;
    color: #7d7d7d;
    line-height: 20px;
}

.section-services .btn-link {
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    background: #25a8e0;
}

    .section-services .btn-link:focus,
    .section-services .btn-link:hover {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
        border: 1px solid #25a8e0;
    }

.section-service-content .service-thumbnail {
    text-align: center;
    margin: 6px 0 10px;
}

    .section-service-content .service-thumbnail a img {
        width: 100%;
        height: 250px;
    }
/*section store*/
.section-store-item-content {
    margin-bottom: 25px;
    border: 1px solid #dfe4e6;
    border-radius: 2px;
    padding: 5px;
}

.section-store-content .section-store-item-content .store-thumbnail img {
    width: 100%;
    height: 250px;
}
/*end section store*/
/* section news */
.section-news {
    margin-bottom: 30px;
}

.section-news-item-content {
    background: #fff;
    padding-bottom: 0;
    border: none;
}

.news-item-img {
    position: relative;
}

.news-img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .news-img img {
        width: 100%;
        height: 250px;
    }
/* .news-img:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.news-img:hover:before {
    width: 15%;
    height: 15%;
} */
.section-news .news-item-name {
    margin-top: 20px;
    font-size: 18px;
}

.news-item-name {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 1.5em;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 17px;
}

.news-item-info a:hover {
    color: #25a8e0;
    text-decoration: none !important;
}

.news-item-time {
    color: #898989;
    font-size: 0.92857em;
    margin-bottom: 10px;
}

    .news-item-time span {
        color: #252525;
    }

.news-item-description {
    font-size: 1em;
    margin-bottom: 10px;
    color: #7d7d7d;
    line-height: 20px;
}

.section-news .btn-link {
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    color: #25a8e0;
    font-size: 14px;
    text-decoration: none;
}

    .section-news .btn-link:focus,
    .section-news .btn-link:hover {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
    }
/* end section news */
/* footer */
footer .footer-content {
    background: #25a8e0;
}

footer .footer-content-inner {
    padding: 65px 0 25px;
}

.padding-top-40 {
    padding-top: 40px !important;
}

footer .footer-content h3 {
    position: relative;
    color: #ffffff;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em;
    font-weight: 400;
    text-transform: uppercase;
}

footer .list-menu {
    margin-bottom: 15px;
    line-height: 24px;
    color: #ffffff;
}

.footer-info-title ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

footer .list-menu li {
    color: #ffffff;
}

footer .about-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}

footer .list-menu a {
    color: #ffffff;
}

footer .list-menu.list-right {
    line-height: 32px;
    font-size: 14px;
    margin-top: -4px;
}

    footer .list-menu.list-right li {
        position: relative;
        padding-left: 15px;
    }

        footer .list-menu.list-right li:before {
            position: absolute;
            content: "\f105";
            left: 0;
            font-family: FontAwesome;
        }

.footer-copyright {
    text-align: center;
    background: #25a8e0;
    font-size: 1em;
    position: relative;
}

footer .footer-copyright .container > div {
    padding: 16px 0;
    border-top: 1px solid #ffffff;
    text-align: left !important;
}

footer .footer-copyright span {
    font-weight: 400;
    color: #ffffff;
    font-size: 1em;
    text-align: left !important;
}

footer .footer-social-link {
    display: flex;
}

    footer .footer-social-link a {
        color: #4285f4;
        background-color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-social-link .footer-social-link-youtube {
        color: red !important;
    }

    footer .footer-social-link a:not(:last-child) {
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

/* end footer */
/* back to top button */
#back-to-top {
    display: inline-block;
    background-color: #25a8e0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #back-to-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #back-to-top:hover {
        cursor: pointer;
        background-color: #333;
    }

    #back-to-top:active {
        background-color: #555;
    }

    #back-to-top.show {
        opacity: 1;
        visibility: visible;
    }
/* --------- Social contact ----- */
.social-contact {
    position: fixed;
    bottom: 135px;
    z-index: 999;
    right: -2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}

    .social-contact ul {
        list-style: none outside;
    }

        .social-contact ul li {
            margin-bottom: 5px;
            margin-right: 24px;
        }

            .social-contact ul li a {
                position: relative;
                display: inline-block;
                text-align: center;
                width: 50px;
                height: 50px;
                line-height: 44px;
                color: #fff !important;
                border-radius: 50%;
                cursor: pointer;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
                background-size: auto;
                background-repeat: no-repeat;
                background-position: center;
                background-color: red;
            }

                .social-contact ul li a .social-tooltip-text {
                    position: absolute;
                    top: 4px;
                    right: 55px;
                    z-index: 9;
                    height: 32px;
                    line-height: 26px;
                    padding: 3px 10px;
                    width: auto;
                    /* border-radius: 5px; */
                    font-size: 11px;
                    color: #fff;
                    text-align: center;
                    white-space: nowrap;
                    cursor: pointer;
                    background-color: black;
                    visibility: hidden;
                    opacity: 0;
                    -ms-transition: all 200ms linear;
                    -webkit-transition: all 200ms linear;
                    transition: all 200ms linear;
                }

                    .social-contact ul li a .social-tooltip-text :after {
                        content: "";
                        width: 0;
                        height: 0;
                        border-width: 5px;
                        border-style: solid;
                        border-color: transparent transparent transparent black;
                        position: absolute;
                        left: 100%;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        -ms-transition: all 200ms linear;
                        -webkit-transition: all 200ms linear;
                        transition: all 200ms linear;
                    }

                .social-contact ul li a i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%); /* Đưa biểu tượng vào giữa */
                    font-size: 24px; /* Điều chỉnh kích thước biểu tượng */
                }

                .social-contact ul li a:hover {
                    text-decoration: none;
                    opacity: 0.9;
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
                }

                    .social-contact ul li a:hover .social-tooltip-text {
                        visibility: visible;
                        opacity: 1;
                    }
/* --------- End Social contact ----- */
/* --------- Menu Mobile -------- */
#MenuMobile ul li {
    list-style: none;
    margin: 30px 0px;
}

    #MenuMobile ul li a {
        text-decoration: none;
        color: white;
    }

.sub-menu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 5%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    background: #27beee;
    color: #ffffff;
}

    .sub-menu-wrap.open-menu {
        max-height: 1200px;
    }

.sub-menu {
    padding: 10px;
}

.submenu-mobile {
    display: none;
}

    .submenu-mobile.active {
        display: block;
    }

#MenuMobile .has-submenu {
    position: relative;
}

    #MenuMobile .has-submenu .extent_arrow {
        position: absolute;
        top: 5px;
        right: 20px;
    }
/* #MenuMobile li {
    border-bottom: 1px solid #eee;
} */
/* --------- End Menu Mobile -------- */
/* @media (min-width: 500px) {
    #back-to-top {
        margin: 30px;
    }
} */
/* end back to top button */
/*------------------ Breadcrumb ------------------------*/
.bread-crumb {
    background-color: transparent;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 15px 0;
    text-align: left;
}

.breadcrumb-title {
    font-size: 18px;
    text-transform: uppercase;
}

.breadcrumb {
    margin: 0;
    font-size: 1.14286em;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #27beee;
    padding-bottom: 15px;
}

    .breadcrumb li {
        display: inline;
    }

        .breadcrumb li + li:before {
            display: none;
        }

        .breadcrumb li > a {
            font-size: 1em;
            color: #333;
        }

            .breadcrumb li > a > span {
                color: #333;
            }

                .breadcrumb li > a > span:hover {
                    color: #27beee;
                }

        .breadcrumb li span {
            display: inline;
            color: #333;
        }

            .breadcrumb li span .fa {
                color: #333;
                font-size: 1em;
                margin: 3px;
            }

        .breadcrumb li strong span {
            color: #27beee;
        }

        .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
            color: #27beee;
            font-weight: 600;
            font-size: 1em;
        }

/*------------------ End Breadcrumb ------------------------*/
/*-------------------SideBar Product-------------------------*/
.aside-item {
    margin-bottom: 40px;
}

    .aside-item .aside-title h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
    }

        .aside-item .aside-title h2:before {
            content: '';
            position: absolute;
            width: 80px;
            height: 2px;
            left: 0;
            bottom: -7px;
            background: #27beee;
        }

.title-head {
    font-size: 1.71429em;
    font-weight: 700;
    color: #252525;
    text-decoration: none;
    margin-top: 0;
}

.subtitle-head {
    font-size: 1.28571em;
    color: #252525;
    margin: 20px 0;
}

.aside-item .aside-content {
    margin-top: 18px;
}

.aside-mini-list-product .product-mini-item {
    padding: 15px 0;
    border-bottom: dashed 1px gray;
}

    .aside-mini-list-product .product-mini-item h3 {
        margin-bottom: 0;
    }

        .aside-mini-list-product .product-mini-item h3 a {
            color: #333;
        }

            .aside-mini-list-product .product-mini-item h3 a:hover {
                color: #27beee;
            }

    .aside-mini-list-product .product-mini-item .product-price {
        color: #666;
        font-weight: 400;
    }

    .aside-mini-list-product .product-mini-item .sale-price {
        color: #898989;
    }

.aside-mini-list-product .btn.btn-link {
    color: #333;
    padding-left: 0;
}

    .aside-mini-list-product .btn.btn-link:hover {
        color: #27beee;
    }

.product-mini-item .product-img {
    width: 100px;
    margin-right: 10px;
    float: left;
}

.product-mini-item .product-info {
    width: calc(100% - 110px);
    float: right;
}


    .product-mini-item .product-info .price-box {
        border: none;
    }

    .product-mini-item .product-info h3 {
        margin-top: 0;
        font-size: 1em;
        letter-spacing: .01em;
        font-weight: 700;
    }

        .product-mini-item .product-info h3 a {
            color: #252525;
        }

            .product-mini-item .product-info h3 a:hover {
                color: #27beee;
            }

.product-mini-item .product-price {
    font-size: 1.14286em;
}
/*-------------------End SideBar Product-------------------------*/
/*------------------ News Client --------------------------------*/
.blog-item {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.blog-item-thumbnail {
    position: relative;
}

.col-49 {
    width: 44.444444%;
    padding: 0 15px;
    float: left;
}

.col-59 {
    width: 55.555555%;
    padding: 0 15px;
    float: left;
}

.blog-item-name {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 1.5em;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 17px;
}

.post-time {
    color: #898989;
    font-size: 0.92857em;
    margin-bottom: 10px;
}

.blog-item-summary {
    font-size: 1em;
    margin-bottom: 20px;
    color: #7d7d7d;
    line-height: 20px;
}

.btn.btn-white, input.btn-white[type="submit"] {
    background: #fff;
    color: #27beee;
    /*color: #252525;*/
    border: 1px solid #27beee;
    /*border: 1px solid #e1e1e1;*/
    font-weight: 400;
}

    .btn.btn-white:hover, input.btn-white[type="submit"]:hover {
        background: #3fc5f0;
        color: #fff;
    }

.img-news {
    border: 0 none;
    width: 100%;
    max-height: 300px;
}

.product-mini-item img {
    width: 100%;
}
/*------------------ End News Client --------------------------------*/
/*------------------ Product Detail --------------------------------*/
.details-product h1.title-head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.details-product .form-detail-action {
    width: 100%;
}

    .details-product .form-detail-action button {
        font-size: 1.28571em;
        text-transform: uppercase;
        width: 100%;
        margin-top: 15px;
    }

.form-product .form-group a span {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 1.28571em;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    background: #27beee;
    color: #fff;
}

.details-product .tag-product .inline {
    min-width: 80px;
    display: inline-block !important;
}

.details-product .tag-product a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
    margin-bottom: 5px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.details-product .tag-product .inline {
    min-width: 80px;
    display: inline-block !important;
}

.details-product .tag-product a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
    margin-bottom: 5px;
}

.social-sharing {
    margin-bottom: 20px;
    margin-top: 20px;
}

.details-product .social-media .inline {
    min-width: 80px;
    display: inline-block !important;
}

.details-product .social-media a {
    font-size: 18px;
    margin-right: 8px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

    .details-product .social-media a:hover {
        color: #27beee;
    }

.large-image img {
    width: 100%;
    max-height: 500px;
}

.details-product {
    margin-bottom: 30px;
}

    .details-product .details-pro .form-product ul {
        list-style: none outside;
        padding: 10px !important;
        border: solid 1px #27beee;
    }

        .details-product .details-pro .form-product ul .line-dashed {
            border-bottom: 1px dashed #ccc;
        }

        .details-product .details-pro .form-product ul li {
            padding-bottom: 10px;
            padding-top: 10px;
        }

            .details-product .details-pro .form-product ul li span {
                color: #27beee;
                font-weight: bold;
            }

            .details-product .details-pro .form-product ul li i {
                margin-right: 5px;
            }
/*------------------ End Product Detail --------------------------------*/
/*------------------ News Detail --------------------------------*/
.article-main .article-title {
    font-size: 1.71429em;
    margin: 0 0 8px;
    line-height: 27px;
    color: #252525;
    letter-spacing: .01em;
    font-weight: 700;
}

.article-main .post-time {
    margin-bottom: 20px;
}

.post-time {
    color: #898989;
    font-size: 0.92857em;
    margin-bottom: 10px;
}

    .post-time span {
        color: #252525;
    }

.article-main .article-image {
    margin-bottom: 30px;
    text-align: center;
}

.article-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px !important;
    max-width: 500px !important;
}
/*------------------ End Product Detail --------------------------------*/
/*----------------- Load More------------------------------------*/
.btn-load-more {
    text-align: center;
    margin-bottom: 20px;
}

#loadingview {
    display: none;
    width: 25px;
}

#btnLoadMoreView {
    background: #27beee;
    color: #fff;
}
/*----------------- Load More------------------------------------*/
.header-contact-item-mobile {
    display: none;
}
/* DISPLAY MOBILE */
@media only screen and (max-width: 770px) {
    .reponsive-hidden {
        display: none !important;
    }

    .main-menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .topbar {
        height: 100px;
    }

    .topbar-left,
    .topbar-right {
        width: 100%;
        text-align: center !important;
        font-size: 14pt;
    }

    .product-box .product-thumbnail a img {
        height: 100%;
    }

    .product-box .product-thumbnail a .img-productbycate {
        height: 160px !important;
        max-width: 160px !important;
    }

    .topbar-right {
        line-height: 24px;
        /*display: none;*/
    }

    .col-49, .col-59 {
        width: 100%;
        float: none;
    }

    .blog-item-info {
        margin-top: 15px;
    }

    .btn.btn-white {
        width: 100%;
        margin-bottom: 10px;
        background: #3fc5f0;
        color: #fff;
    }

    .news-img img {
        width: 100%;
        height: auto;
    }

    .article-content img {
        height: auto !important;
        width: 100% !important;
    }

  
    .introduce img {
        /*height: auto !important;
        width: 15% !important;*/
    }
    .searchbox {
        margin-bottom: 10px;
    }

    .section-services .service-item-name {
        margin-top: 20px;
        font-size: 14px;
    }

    .section-service-item-content {
        margin-top: 10px;
        border-radius: 2px;
        padding: 5px;
    }

    .section-service-content .service-thumbnail a img {
        width: 100%;
        height: auto;
    }

    .section-store-content .section-store-item-content .store-thumbnail img {
        width: 100%;
        height: 150px;
    }

    .header-contact-item-mobile {
        display: inline;
    }

    .header-contact-item-desktop {
        display: none;
    }

    .topbar-left a span {
        font-size: 20px !important;
    }

    .nav-search {
        width: 100%;
    }

    /*.widget-policy .widget-inner {
        margin-top: 10px;
    }*/

    .header .nav-brand {
        border-left: 0px;
        border-right: 0px;
    }

    .main-menu-toggle {
        border-left: 0px;
    }

    .service-item-name {
        height: auto;
    }
}
/* End DISPLAY MOBILE */
