body {
    background: #f2f2f2;
}
tbody, td, tfoot, th, thead, tr {
    border-width: thin !important;
}
.container-fluid {
    padding: 0 5%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
.custom-menu .menu-search .btn {
    background: no-repeat;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 40px;
}
.custom-menu .menu-search .btn:hover {
    background: no-repeat;
    color: #ce0306;
    box-shadow: none;
}
.custom-menu .menu-search .modal-header {
    border: none;
}
.custom-menu .menu-search .modal-header .btn-close {
    font-size: 20px;
}
.custom-menu .menu-search .modal-body h3.head {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.custom-menu .menu-search .modal-body form {
    width: 50%;
    margin: 0 auto 15px;
    position: relative;
}
.custom-menu .menu-search .modal-body form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.custom-menu .menu-search .modal-body form .btn {
    position: absolute;
    top: 0;
    right: 10px;
    color: #111;
    height: 45px;
}
.custom-menu .menu-search .modal-body form .btn i {
    font-size: 18px;
}

/* Slider */
.home-slider {
    margin: 20px 0 0;
}
.home-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.home-slider .slick-list .item {
    position: relative;
}
.home-slider .slick-list .item img {
    width: 100%;
    border-radius: 20px;
}
.home-slider .slick-list .item .product-select {
    position: absolute;
    bottom: 5%;
    right: 3%;
    max-width: 30%;
}
.home-slider .item .product-select .prd-item {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 10px;
    background: hsl(0deg 0% 100% / 80%);
    border-radius: 10px;
}
.home-slider .item .product-select .prd-item .thumb {
    max-width: 30%;
}
.home-slider .item .product-select .prd-item .thumb img {
    height: 115px;
    width: 100%;
    border-radius: 10px;
}
.home-slider .item .product-select .prd-item .content {
    max-width: 70%;
}
.home-slider .item .product-select .prd-item .content .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #59809E;
    font-weight: 500;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.home-slider .item .product-select .prd-item .content .price {
    color: #59809E;
    font-size: 16px;
    gap: 12px;
    display: flex;    
    font-weight: 600;
}
.price ins {
    text-decoration: none;
}
.home-slider .item .product-select .prd-item .content .price ins {
    font-weight: bold;
}
.home-slider .item .product-select .prd-item .link-detail {
    position: absolute;
    bottom: 15px;
    right: 25px;
    transform: rotate(-45deg);
}
.home-slider .item .product-select .prd-item .link-detail img {
    width: 30px;
}
.home-slider .slick-slider .slick-dots {
    bottom: 35px;
}

.breakthrough-technologies {
    background-image: url('../../assets/img/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 20px;
}
.breakthrough-technologies .heading {
    color: #0C3859;
}
.breakthrough-box {
    display: flex;
    justify-content: space-around;
}
.breakthrough-box .item .thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}
.breakthrough-box .item:hover .thumb img {
    box-shadow: 0 2px 4px #0c3859c4;
}
.breakthrough-box .item h3.title {
    font-size: 16px;
    font-weight: bold;
    color: #0C3859;
    margin: 10px 0 0;
}

.home-expert {
    background-image: url('../../assets/img/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 40px 0;
    margin: 20px 0;
}
.home-expert .expert-description p {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}
.home-expert .expert-list {
    padding-top: 50px;
    text-align: center;
}
.home-expert .expert-list .item a.thumb {
    display: block;
    overflow: hidden;
}
.home-expert .expert-list .item a.thumb img {
    height: 200px;
    transition: all 0.5s;
}
.home-expert .expert-list .item:hover a.thumb img {
    transform: scale(0.95);
}
.home-expert .expert-list .item .content .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #0C3859;
    font-weight: bold;
    margin: 15px 0 0;
}
.home-expert .expert-list .item .content .expertise {
    color: #4D4D4D;
    margin-bottom: 15px;
}
.home-expert .expert-list .item .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
}
.home-expert .expert-list .item .content .link a {
    font-size: 16px;
    font-weight: 500;
    color: #59809E;
    text-decoration: underline;
}
.home-expert .expert-list .item .content .link:hover a {
    color: #000;
}

/* Product */
.custom-product-labels {
    /* position: absolute;
    top: 35%;
    transform: translateY(-35%);
    left: 10%;
    z-index: 9; */
}
.label.new-product-label {
    position: absolute;
    top: 35px;
    background: #ffffcc;
    width: 60px;
    height: 33px;
    color: #990000;
    font-weight: 700;
    left: -7px;
    border-radius: 8px 8px 8px 0px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 7px 10px;
    text-align: center;
    z-index: 9;
}
.label.new-product-label::after {
    content: "";
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #990000 transparent transparent;
    height: 7px;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 0px;
}
.home-new-product {
    margin: 40px 0;
}
.home-new-product .box-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-tag-banner {
    position: relative;
}
.product-tag-banner img {
    width: 100%;
}
.product-tag-banner .view-more {
    position: absolute;
    bottom: 15%;
    right: 15%;
}
.product-tag-banner .view-more a {
    background-color: #59809E;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}
.product-tag-banner .view-more:hover a {
    background-color: #000;
}
.product-tag-items {
    margin: 20px 0;
}
.product-tag-items .tag-item {
    position: relative;
    margin-bottom: 20px;
}
.product-tag-items .tag-item a.thumb {
    display: block;
    overflow: hidden;
}
.product-tag-items .tag-item a.thumb img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    background-color: #fff;
    transition: all 0.5s;
    border-radius: 10px;
}
.product-tag-items .tag-item:hover a.thumb img {
    transform: scale(1.1);
}
.product-tag-items .tag-item .title {
    position: absolute;
    bottom: -40px;
    text-align: center;
    left: 0;
    right: 0;
    background: #59809E;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    z-index: 3;
    font-size: 22px;
    font-weight: 500;
}
.product-tag-items .tag-item .title a {
    color: #fff;
    width: 100%;
    display: block;
}


/* Wishlist page */
ul.wishlist-products {
    margin: 0;
    padding: 0;
}
ul.wishlist-products li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
ul.wishlist-products li a.thumb {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}
ul.wishlist-products li a.thumb img {
    width: 100%;
    transition: all 0.5s;
}
ul.wishlist-products li:hover a.thumb img {
    transform: scale(1.1);
}
ul.wishlist-products li .title {
    font-size: 20px;
    font-weight: 500;
    color: #59809e;
    margin-bottom: 5px;
}
ul.wishlist-products li .price {
    font-size: 18px;
    font-weight: 600;
}
button.wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: no-repeat !important;
    box-shadow: unset;
    font-size: 24px;
    padding: 5px 0px;
    transition: all 0.6s;
}
button.wishlist-btn svg {
    width: 25px !important;
    height: 23px !important;
}

/* Wish list */
#quick-view-modal {
    border-radius: 10px;
    overflow-y: auto;
    max-height: 80vh;
}
#quick-view-modal .quick-view-image img {
    max-width: 100%;
    height: auto;
}
#quick-view-modal .button {
    margin-top: 15px;
    display: inline-block;
}

.product-actions.d-flex {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    z-index: 9;
    justify-content: center;
    transition: all 0.6s;
}
.product-actions button.btn {
    width: auto !important;
    background-image: linear-gradient(to right, #990000, rgba(153, 0, 0, 0.5));
    border: none;
    padding: 0 25px;
    border-radius: 40px !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
}
.product-actions a.btn {
    width: 45px;
    height: 45px;
    border: none;
    background: no-repeat;
    padding: 0;
    border-radius: 50%;
}
.product-actions .btn:hover {
    box-shadow: unset;
    background: no-repeat;
}
.product-actions button.btn:hover {
    background-image: linear-gradient(to right, rgba(153, 0, 0, 0.5), #990000);
}

.list-products li .wrap-product .product-actions.d-flex,
.list-products li .wrap-product button.wishlist-btn {
    display: none !important;
    transition: all 0.6s;
}
.list-products li:hover .wrap-product .product-actions.d-flex,
.list-products li:hover .wrap-product button.wishlist-btn {
    display: flex !important;
    transition: all 0.6s;
}

h4#quickViewModalLabel {
    font-size: 16px;
    color: #59809E;
}
.quick-view-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.quick-view-item .thumb {
    width: 40%;
    display: block;
    overflow: hidden;
}
.quick-view-item .thumb img {
    width: 100%;
    transition: all 0.5s;
}
.quick-view-item .thumb:hover img {
    transform: scale(1.1);
}
.quick-view-item .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.quick-view-item .content .title a {
    color: #990000;
}
.quick-view-item .content .excerpt {
    font-size: 16px;
    line-height: normal;
}
.quick-view-item .content .price {
    color: #C32314;
    font-weight: bold;
    font-size: 18px;
}
.quick-view-item .content .price del {
    color: #666;
    font-size: 15px;
}
.quick-view-item .content .add-cart a {
    font-size: 18px;
    padding: 8px 30px;
    font-weight: 600;
    background: #990000;
}

/* Video Youtube */
.youtube-video {
    position: relative;
    width: 100%;
    /* max-width: 560px; */
    aspect-ratio: 16/9;
    background-color: #000;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
}
.youtube-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    background: #B3B3B3;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    padding-left: 5px;
}

.home-solutions {
    margin-top: 50px;
}
.solutions-cate-content .solutions-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #59809E;
}
.solutions-cate-content .description {
    font-size: 20px;
    color: #59809E;
}
.solutions-cate-content .description p {
    margin-bottom: 0;
}
.video-excerpt {
    border-radius: 10px;
}
.video-excerpt .yoast-content {
    padding: 50px 30px 30px;
    color: #fff;
    position: relative;
    height: 100%;
}
.video-excerpt .yoast-content .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.video-excerpt .yoast-content .content {
    font-size: 16px;
    line-height: inherit;
    text-align: left;
}
.video-excerpt .yoast-content .term-link {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.video-excerpt .yoast-content .term-link img {
    width: 40px;
    transform: rotate(-45deg);
}
.home-solutions ul.nav-tabs {
    border: none;
    gap: 15px;
    margin-bottom: 20px;
}
.home-solutions ul.nav-tabs li.nav-item {
    
}
.home-solutions ul.nav-tabs li.nav-item .nav-link {
    border: 1px solid #333;
    border-radius: 30px;
    padding: 5px 20px 6px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.home-solutions ul.nav-tabs li.nav-item .nav-link.active,
.home-solutions ul.nav-tabs li.nav-item .nav-link:hover {
    border: 1px solid #333;    
    color: #fff;
    background: #59809E;
}
.tab-product-list {
    margin-top: 30px;
    padding: 30px 0;
}
.cate-thumbnail {
    padding-right: 5%;
}
.cate-thumbnail img {
    width: 100%;
    border-radius: 10px;
}
.tab-product-list .row {
    align-items: center;
}
.cate-product-item .head .title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6%;
}
.cate-product-item .slick-slider .slick-prev {
    left: unset;
    right: 90px;
}
.cate-product-item .slick-slider .slick-next {
    right: 40px;
}
.cate-product-item .slick-next, 
.cate-product-item .slick-prev {
    top: -15%;
}
.cate-product-item .slick-slider .slick-next:before, 
.cate-product-item .slick-slider .slick-prev:before {
    background-image: url('../../assets/img/arr2.png');
}
.cate-product-item .product-item .card {
    border: none !important;
    border-radius: 10px;
    padding: 5px 10px;
}
.cate-product-item .product-item .card .thumb-img {
    display: block;
    overflow: hidden;
}
.cate-product-item .product-item .card .thumb-img img {
    width: 100%;
    height: 285px;
    object-fit: contain;
    transition: all 0.5s;
}
.cate-product-item .product-item:hover .card .thumb-img img {
    transform: scale(1.1);
}
.cate-product-item .product-item .card .card-body .card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
}
.cate-product-item .product-item .card .card-body .price {
    font-size: 16px;
    font-weight: bold;
}

.home-sales-policy {
    background: #59809E;
    padding: 30px 0;
}
.home-sales-policy .policy-item {
    max-width: 80%;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
    border-radius: 20px;
}
.home-sales-policy .policy-item img {
    width: 35px;
}
.home-sales-policy .policy-item h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.sales-policy-box1 {
    padding: 50px 0 30px;
}
.sales-policy-box1 .row {
    align-items: center;
}
.sales-policy-box1 .box-content {
    text-align: center;
    padding-right: 30px;
}
.sales-policy-box1 .box-content .title {
    font-size: 38px;
    color: #59809E;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.sales-policy-box1 .box-content .desc {
    font-size: 18px;
    line-height: normal;
}
.sales-policy-box1 .box-content .get-link {
    margin: 10% auto 0;
    width: fit-content;
}
.sales-policy-box1 .box-content .get-link a {
    background: #59809E;
    color: #fff;
    font-size: 22px;
    padding: 8px 25px;
    border-radius: 15px;
}
.sales-policy-box1 .box-content .get-link a:hover {
    background: #92b8ca;
}
.sales-policy-box1 .box-image img {
    width: 100%;
    border-radius: 20px;
}
/*  */
.sales-policy-box2 {
    background: #fff;
    padding: 20px 0 10px;
}
.sales-policy-box2 .sticky-scroll {
    padding-bottom: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    display: flex;
    overflow-y: hidden;
    scroll-behavior: smooth;    
    justify-content: space-evenly;
}
.sales-policy-box2 .sticky-scroll .scroll-item {
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    position: relative;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    align-self: baseline;
}
.sales-policy-box2 .sticky-scroll .scroll-item img {
    width: 80px;
}
.sales-policy-box2 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.sales-policy-box2 ::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5; 
}
.sales-policy-box2 ::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 2px;
}
.home-what-new {
    padding: 50px 0 40px;
}
.home-what-new h2.title {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #59809E;
    font-weight: 600;
    margin-bottom: 20px;
}
.home-what-new .item {
    position: relative;
}
.home-what-new .item img {
    width: 100%;
}
.home-what-new .items:nth-child(2n+1) {

}
.home-what-new .item .link-content {
    position: absolute;
    bottom: 5%;
    right: 10%;
}
.home-what-new .items:nth-child(2n+1) .link-content {
    right: unset;
    left: 7%;
}
.home-what-new .item .link-content a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.home-blog .heading {
    font-size: 24px;
    color: #59809E;
}
.home-blog .post-list {

}
.home-blog .post-list .post-item {
    margin-bottom: 20px;
}
.home-blog .post-list .post-item .thumb {
    display: block;
    overflow: hidden;   
}
.home-blog .post-list .post-item .thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
    background: #fff;
}
.home-blog .post-list .post-item:hover .thumb img {
    transform: scale(1.1);
}
.home-blog .post-list .post-item .title {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
@media (min-width: 1200px) {
    /* .home-blog .post-list .post-item .title {
        min-height: 65px;
    } */
}
.home-blog .post-list .post-item .title a {
    color: #000;
}
.home-blog .post-list .post-item .title a:hover {
    color: #59809E;
}
.home-blog .post-list .post-item .title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background: #59809E;
}
.home-blog .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.home-blog .slick-slider {
	margin-left: -10px;
	margin-right: -10px;
}
.home-blog .slick-dotted.slick-slider {
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .home-blog .slick-slider .slick-dots {
        display: none;
    }
}
@media (max-width: 600px) {
    .home-blog .slick-slider .slick-prev,
    .home-blog .slick-slider .slick-next {
        display: none !important;
    }
}