.bg-image{
    background: linear-gradient(0deg, rgb(237 237 237) 0%, rgba(255, 255, 255, 1) 100%);
}
.pd-section-top{
    padding-top: 60px;
}
.pd-section-bottom{
    padding-bottom: 60px;
}
.pd-section-content{
    padding-top: 20px;
}
.title-section{
    font-size: 31px;
    font-weight: 700;
    color: #0296db;
    text-transform: uppercase;
    position: relative;
}
.title-section::before{
    height: 2px;
    width: 70px;
    content: "";
    background-color:  #0265b2;
    display: block;
    bottom: -1px;
    position: absolute;
    left: calc(50% + 35px);
    top: unset;
    transform: translate(-50%, -50%);
}
.star {
	justify-content: center;
}
.system-store {
	padding-top: 30px;
}
.title-section::after{
    height: 2px;
    width: 70px;
    content: "";
    background-color: #0296db;
    display: block;
    bottom: -1px;
    position: absolute;
    left: calc(50% - 35px);
    top: unset;
    transform: translate(-50%, -50%);
}
.title-section span{
    color:  #0265b2;
}
.bg-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading .desc{
    margin-top: 10px !important;
}
.heading .desc p{
    text-align: center;
    line-height: 1.4;
	padding: 0px 10px;
}
.text-align-center {
    text-align: center;
}
.system{
    margin-left: 30px;
}
.system a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.system a svg{
    height: 20px;
    margin-right: 8px;
    fill: #0296db;
}
header .cart-list{
    display: block;
    position: absolute;
    right: 0px;
    top: 100%;
    transition: 0.4s 0.25s;
    opacity: 0;
    visibility: hidden;
    padding-top: 0px;
    z-index: 99999999999999;
}
header .cart:hover .cart-list{
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
}
header .cart-list-body{
    background: white;
    box-shadow: rgba(0, 39, 102, 0.08) 0px 0px 24px -4px, rgba(0, 39, 102, 0.03) 0px 0px 8px -4px;
    border-radius: 12px;
    padding: 16px;
    width: 383px;
    position: relative;
}
header .cart-list-body::before {
    content: "";
    top: -8px;
    display: block;
    height: 16px;
    width: 16px;
    background-color: inherit;
    border: inherit;
    position: absolute;
    bottom: 0px;
    right: 32px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(135deg);
    border-radius: 0px 0px 0px 4px;
}
header .cart-card__img img{
    height: 56px;
    width: 56px;
}
header .cart-card__content a{
    height: unset;
    width: fit-content;
    background-color: transparent;
    color: black;
}
.cart-card__content a {
	background-color: #fff !important;
}
header .cart-card__content a h6{
    color: black;
    font-size: 14px;
}
header .cart-card__img a{
    border: 1px solid #e3e3e3;
    padding: 6px;
    background-color: transparent !important;
    border-radius: 9px;
    height: 57px;
    width: 57px;
    margin-right: 10px;
}
header .cart-card__img a img{
    height: 100%;
    width: 100%;
	border-radius: 50%;
}
header .cart-card__content .product-item__info--price p{
    font-size: 13px;
}
.cart-card__trash{
    margin-left: 20px;
}
.cart-card__trash svg{
    height: 16px;
}
.cart-card__trash svg path{
    fill: #8D98A7;
}
.cart-card__title{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: gray;
}
.cart-card-bottom{
}
.cart-card-bottom .total-count {
    color: #8D98A7;
    font-size: 13px;
}
header .cart-card-bottom a{
    height: fit-content;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
}
.cart-card{
    margin-bottom: 10px;
}
.price-old{
    text-decoration: line-through;
    font-size: 13px;
}
.service-box .icon_sv {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(55,185,0);
background: linear-gradient(0deg, rgba(55,185,0,1) 0%, rgba(76,255,0,1) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}
.service-box .icon_sv1 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(226,171,30);
	background: -webkit-linear-gradient(bottom, rgba(226,171,30,1) 0%, rgba(245,209,21,1) 100%);
	background: -o-linear-gradient(bottom, rgba(226,171,30,1) 0%, rgba(245,209,21,1) 100%);
	background: linear-gradient(to top, rgba(226,171,30,1) 0%, rgba(245,209,21,1) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}
.service-box .icon_sv2 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(14,119,163);
background: linear-gradient(0deg, rgba(14,119,163,1) 0%, rgba(8,179,203,1) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}
.service-box .icon_sv3 {
	border: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	background: rgb(122,147,18);
	background: linear-gradient(0deg, rgb(255 96 0) 0%, rgb(255 167 57) 100%);
	position: absolute;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
}
.service-box:hover {
    background: #0296db;
    transition: 0.5s ease;
}

.service-box:hover h3.service__title {
    color: #fff;
}

.service-box:hover .service-text p {
    color: #fff;
}

section.featured-products.ss022 {}

section.featured-products.ss022 .product-item__info a h3 {
    color: #fff;
}

section.featured-products.ss022 .product-item__info span.previous-price {
    color: #fff;
}

section.featured-products.ss022 .product-item__info p{
    color:#fff;
}

section.featured-products.ss022 button svg {
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #000;
    border-radius: 100%;
}

section.featured-products.ss022 button {opacity: 0;}

section.featured-products.ss022 .slide-3:hover button {
    opacity:1;
    right: 18px;
}
.value-us .value-us-box:hover {
    background: #0296db;
    transition: 0.5s ease;
}

.value-us .value-us-box:hover h3 {
    color: #fff;
}

.value-us .value-us-box:hover p {
    color: #fff;
}



.box-model-star {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.box-model-star p {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
}
section.featured-products.ss022 .product-item__info--price {
    color: #fff;
}

.cart-card__content.flex-1 .product-item__info--price {
    justify-content: space-between;
}
section.slideshow.slideshow-mobile {
    display: none;
}

section.slideshow.slideshow-desktop {
    display: block;
}
span.count-cart {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #cdcdcd;
    justify-content: center;
    position: absolute;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    top: 5px;
}
@media (max-width:990px){
	header .cart:hover .cart-list {
    display: none;
}

span.count-cart {
    display: flex !important;
    right: 0;
    left: unset;
    top: -8px;
}

	.service-box {
    height: 180px;
}

section.service.bg-image .clm:nth-child(3) .service-box {
    margin-bottom: 0px;
}
section.service.bg-image .clm:nth-child(4) .service-box {
    margin-bottom: 0px;
}
section.slideshow.slideshow-mobile {
    display: block;
}

section.slideshow.slideshow-desktop {
    display: none;
}
}
@media (max-width: 586px) {
    .pd-section-bottom {
        padding-bottom: 30px;
    }
    .pd-section-top {
        padding-top: 30px;
    } 
    .title-section {
        font-size: 28px;
    }
}



header {}

header .anoucement {
    padding: 5px 0px;
    border-bottom: solid 1px #eee;
}

header .anoucement ul li img {
    height: 20px;
    margin-right: 7px;
    width: unset;
}

header .anoucement ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #f00;
}

header .anoucement ul li a span {
    margin-left: 5px;
    text-decoration: underline;
}

header .header-top {
    padding: 10px 0px 30px 0px;
}
header .logo{
    margin-right: 40px;
}
header .logo img {
    height: 75px;
}

header .search {
    flex: 1;
}

header .search form {
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    padding: 0px 25px;
}

header .search form input {
    width: 100%;
    height: 50px;
}

header .search form input::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #838f9c;
    font-family: var(--font-body-family);
    opacity: 1;
}

header .search form svg {
    height: 20px;
}

header .search form button {
    position: absolute;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #eee;
    right: 5px;
    top: 50%;
    transform: translate(0%, -50%);
}

header .search form button svg path {
    fill: #0265b2;
}

header .search ul {
    position: absolute;
}

header .search ul li {
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

header .search ul li a {
    color: #333;
    font-size: 14px;
}

header .cart {
    width: 150px;
    margin-left: 30px;
    position: relative;
}

header .cart a {
    height: 50px;
    background-color: #0265b2;
    border-radius: 40px;
}
header .system a {
    font-size: 15px;
    font-weight: 500;
    color: #0265b2;
    border: solid 1px #0265b2;
    border-radius: 30px;
    padding: 10px 20px;
  }
header .cart a svg {
    height: 20px;
    margin-right: 8px;
}

header .cart a svg path {
    fill: white;
}

header .cart a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

header .header-menu {
    background: rgb(18,37,157);
    background: linear-gradient(0deg, rgb(19, 72, 159) 0%, rgb(2, 157, 224) 100%);
}

header .header-menu nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    border-bottom:2px solid #1249a0;
    text-transform: uppercase;
}

header .header-menu nav ul li a svg {
    height: 18px;
    -webkit-transition: -webkit-transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 7px;
}

header .header-menu nav ul li:hover a svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

header .header-menu nav ul li a svg path {
    fill: rgb(101, 115, 132);
}

header .header-menu nav ul li:hover a {
    color: #000;
    border-bottom: 2px solid #000;
}

header .header-menu .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0px 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 16px 15px;
    background-color: white;
    width: 280px;
    padding: 15px;
    display: none;
    -webkit-transition: -webkit-transform 0.3s ease 0.2s;
    transition: display 0.3s ease 0.2s;
    z-index: 1;
}

header .header-menu nav ul li .submenu li a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    border: 0px;
}

header .header-menu .submenu li:hover a {
    background-color: #edf0f3;
    border-radius: 5px;
    color: #020b27;
}

header .header-menu .submenu li a img {
    width: 24px;
    margin-right: 5px;
}

header .header-menu .submenu li:not(:first-child) a {
    border-top: 1px solid #edf0f3;
}

header .header-menu nav ul li:hover .submenu {
    display: block;
}
 header .header-top-body .btn-menu-mobile{
    display: none;
}
.system{
    display: block;
}
@media (max-width: 1200px) {
    header .system a{
        height: 35px;
        width: 35px;
        padding: 0px;  
        justify-content: center;
    }
    header .system a svg{
        margin-right: 0px;
    }
    header .system a span{
        display: none;
    }
    header .anoucement {
        background-color: rgb(18, 80, 220);
    }

    header .header-top-body {
        flex-wrap: wrap;
    }

    header .search {
        width: 100%;
        flex: unset;
    }

    header .search ul {
        display: none !important;
    }

    header .header-menu {
        display: none;
    }

    header .header-top-body .btn-menu-mobile {
        order: 1;
        flex: 1;
    }

    header .header-top-body .logo {
        order: 2;
		margin-right: 0px;
    }

    header .header-top-body .header-right {
        order: 3;
        flex: 1;
        margin-left: 0px;
        display: flex;
        justify-content: right;
    }
    header .cart{
        width: fit-content;
        margin-left: 12px;
    }
    header .header-top-body .cart span {
        display: none;
    }

    header .header-top-body .search {
        order: 4;
        margin-top: 10px;
    }
    header .header-top-body .btn-menu-mobile{
        display: block;
    }
    header .header-top-body .btn-menu-mobile svg {
        height: 30px;
        width: 28px;
    }

    header .header-top-body .btn-menu-mobile svg path {
        fill: rgb(18, 80, 220);

    }

    header .cart a {
        height: 40px;
        background-color: #0265b2;
        border-radius: 100%;
        width: 40px;
    }

    header .cart a svg {
        margin-right: 0px;
    }

    header .header-top {
        padding: 15px 0px 15px 0px;
    }

    header .search form input {
        height: 40px;
    }

    header .search form input::placeholder {
        font-size: 13px;
    }

    header .search form button {
        height: 30px;
        width: 30px;
        right: 5px;
    }

    header .search form svg {
        height: 18px;
    }

    header .logo img {
        margin-right: 0px;
    }
}

@media (max-width: 786px) {
    .anoucement ul:last-child {
        display: none !important;
    }

    header .logo img {
        height: 54px;
    }

    header .search form {
        padding: 0px 15px;
    }

    header .search form input {
        height: 37px;
    }

    header .search form button {
        right: 4px;
    }

    header .cart a svg {
        height: 18px;
    }

    header .cart a {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 586px) {
    .sign-in-container form{
        width: 95% !important;
    }
    .sign-in-container form {
        padding: 30px 25px !important;
    }
}











section.service {
    padding: 55px 0 22px 0px;
}

section.service .service-text .service__title {
    font-weight: 600;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

section.service .service-box .service-text p {
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 0px;
    display: block;
    line-height: 1.5;
}

section.service .service-box svg {height: 70px;width: 40px;}
@media (max-width: 586px) {
    .service-box{
        display: block !important;
        text-align: center;
        margin-bottom: 60px;
    }
    section.service .service-box svg {
    }
	header .anoucement ul li span {
    color: #fff;
}
}
header .anoucement ul li span {
	 
	font-weight: 500;
	font-size: 14px;
}
.service-box:hover {
    background: #0296db;
    transition: 0.5s ease;
}

.service-box:hover h3.service__title {
    color: #fff;
}

.service-box:hover .service-text p {
    color: #fff;
}

section.featured-products {
    background: rgb(18, 37, 157);
    background: linear-gradient(0deg, rgb(24, 86, 189) 0%, rgb(91, 206, 255) 100%);
}

section.featured-products .slide-3 {
    margin-inline: calc(-1 * var(--gutter));
}

.product-item {
    margin-bottom: 15px;
}

.product-item__image a {
    display: flex;
    border-radius: 20px;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    border: 0px solid #e1e1e1;
}

.product-item__image a img {
    border-radius: 15px;
    height: auto;
}

.product-item__info p {
    padding-bottom: 0px;
}

.product-item__info--title h3 {
    font-size: 17px;
    margin: 9px 0px 2px 0px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    text-align: center;
    min-height: 40px;
}
.product-item:hover .product-item__info--title h3{
    color: #0296db;
}
.previous-price {
    color: #0265b2;
    font-weight: 600;
}

.product-item__info--price {
    margin: 3px 0px;
    justify-content: center;
}

.variant {
    color: #8D98A7;
    font-weight: 600;
    margin-left: 0;
}

.product-item__info--desc {
    color: #0265b2;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.star li {
    margin-right: 5px;
}

.star li svg {
    height: 16px;
    fill: #FFBB01;
}

.product-item__info--rate {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}


@media (max-width: 586px) {
    .product-item__image a {
        /* padding: 10px; */
    }

    .product-item__info--title h3 {
        font-size: 14px;
		min-height: 38px;
		margin: 10px 0px 2px 0px;
    }

    .star li svg {
        height: 11px;

    }

    .star li {
        margin-right: 1px;
    }

    .product-item__info--rate {
        font-size: 11px;
        font-weight: 500;
    }
    .product-item{
        margin-bottom: 15px;
    }
	.content-page tr td:nth-child(1) {
	  padding-right: 0px !important;
	}
}




section.aboutus {
    background-color: #eee;
}
section.aboutus .title-section{
    color: #fff;
}
.text-image {
    padding: 0;
    overflow: hidden;
}

.text-image .text img {
    margin-bottom: 15px;
    height: 75px;
  width: unset;
}
.text-image .text a{
    color: #fff;
  padding-bottom: 55px;
  display: block;
    width: fit-content;
    background-color: #0296db;
    height: fit-content;
    padding: 5px 25px 6px 25px;
    border-radius: 5px;
}
.text-image .text a:hover{
    background-color: #0265b2;
}
.value-us .value-us-box {
    color: white;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px -4px rgba(0, 39, 102, 0.08), 0px 0px 6px -2px rgba(0, 39, 102, 0.03);
}
.value-us .value-us-box .icon img {
    height: 64px;
    width: 64px;
    border-radius: 100%;
    margin: 0 auto;
}
.value-us .value-us-box .desc p {
	text-align:center; 
}

.value-us-title {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333;
}

@media (max-width: 586px) {
    .text-image {
        border-radius: 20px;
        padding: 20px;
    }
    .text-image .text a {
        padding-bottom: 0px;
        text-align: left;
      }
}


section.news .news-title-category {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #4a4f63;
    background: #fff;
    padding: 5px 12px;
    border-radius: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

section.news .news-title-category a {
    color: #4a4f63;
}

section.news .news-box:not(:last-child) {
    margin-bottom: 20px;
}

section.news .news-title a {
    font-size:18px;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

section.news .news-right .news-title a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.news .news-box .desc p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 14px;
}

section.news .news-right .news-img img {
    width: 144px;
    border-radius: 10px;
    margin-right: 15px;
}
section.news .news-img img{
    border-radius: 10px;
}
section.news .news-left .news-img img{
	height: 500px;
}
section.news .news-box:hover .news-title a{
  color: #0296db;
}
section.news .news-left .news-box{
    position: relative;
}
section.news .news-left .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #ffffffd6;
}

section.news .row {
    --gutter: 12px;
}
@media (max-width: 786px) {
    section.news .row {
        --gutter: 4px;
    }
    section.news .news-title a {
        font-size: 15px;
    }
    section.news .news-left .news-box {
        margin-bottom: 10px;
    }
    section.news .news-box:not(:last-child) {
        margin-bottom: 10px;
      }
	.service-box .icon_sv1,
	.service-box .icon_sv2,
	.service-box .icon_sv3,
	.service-box .icon_sv {
	  width: 60px;
	  height: 60px;
		top: -31px;
	}
	section.service .service-box svg {
	  height: 61px;
	  width: 33px;
	}
}




section.system-store .system-store-box {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

section.system-store .system-store-box img {
    border-radius: 10px;
    aspect-ratio: 1/.9;
}

section.system-store .system-store-box a h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4;
    color: black;
    text-align: center;
}

.floating{
    -webkit-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 2s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  }
  @-webkit-keyframes floating {
    0% {
        transform: translateY(-20px);
    }
    0% {
        transform: translateY(0px);
    }
    0% {
        transform: translateY(20px);
    }
  }
  @-moz-keyframes floating {
    0% {
        transform: translateY(-20px);
    }
    0% {
        transform: translateY(0px);
    }
    0% {
        transform: translateY(20px);
    }
  }
  @-o-keyframes floating {
    0% {
        transform: translateY(-20px);
    }
    0% {
        transform: translateY(0px);
    }
    0% {
        transform: translateY(20px);
    }
  }
  @keyframes floating {
    0% {
        transform: translateY(-20px);
    }
    0% {
        transform: translateY(0px);
    }
    0% {
        transform: translateY(20px);
    }
  }
  .hover-effect_1{
    position: relative;
    overflow: hidden;
  }
  .hover-effect_1::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
  }
  .hover-effect_1:hover::after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
  }
  .hover-effect_1 img{
    transform: scale(1);
    transition:  transform .6s ease-in-out;
  }
  .hover-effect_1:hover img{
    transform: scale(1.1);
  }
  .img-default{
    position: absolute;
	  display: none;
    width: auto;
    left: 160px;
    top: 150px;
  }


.featured-products .slick-prev,.featured-products .slick-next{
	top: 38%;
}

