* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}

.pa {
	position: absolute;
}

.swiper-banner {
	width: 100%;
	top: -180px
}

.swiper-banner .swiper-slide {
	width: 100%;
	/* height: 620px; */
	color: #fff;
	display: block;
	padding-top: 10%;
}

.swiper-banner .swiper-nav {
	width: 100%;
	height: 5rem;
	background: #1f55b7b3;
	left: 0;
	top: 0;
	z-index: 999;
}

.swiper-banner .swiper-nav li {
	color: #fff;
	/* width: 239px; */
	height: 5rem;
	border-right: 1px solid rgba(233, 233, 233, 0.05);
	float: left;
	cursor: pointer;
}


.swiper-banner .swiper-nav li .info {
	height: 5rem;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-banner .swiper-nav li .info div {
	padding-top: 30px;
	font-size: 16px;
	padding-bottom: 5px;
}

.swiper-banner .swiper-nav li .info p {
	color: #c3c3c3;
	font-size: 14px;
}

.swiper-banner .swiper-nav li.active {
	background: rgba(3, 169, 244, 0.5);
	color: #28f3ee
}

.swiper-banner .swiper-nav li:nth-child(5) {
	border-right: none;
}

@media (max-width: 991.98px) {
	.swiper-banner {
		top: -260px
	}

	.swiper-banner .swiper-nav {
		height: 10rem;
	}
}

/* detail */

.card-image {
    /* background-color: var(--background-secondary-color); */
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    text-decoration: none;
    color: var(--text-secondary);
}

.card-image:hover {
    color: var(--text-secondary);
}

.card-image img {
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    width: 100%;
    /* height: 100%; */
    /* -o-object-fit: cover;
    object-fit: cover; */
}

.card-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-font-family);
    line-height: 1.4;
}

.card-price {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--accent-color);
}
/* 2.1 Single product */
.product-carusel {
    margin-bottom: 3rem;
}

.cp-item {
    margin-bottom: 1.5rem;
}

.pcth-item {
    width: 6.875rem;
    height: 6.875rem;
    margin: 1rem 0 0 1rem;
}

.pcth-item:first-child {
    margin-left: 0;
}

.pcth-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pcth-item:hover {
    border-color: var(--accent-color);
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
    min-height: 33.625rem;
}

.card-page-heading {
    margin-bottom: 1.25rem;
}

.card-page-prices {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.card-page-prices .card-price {
    font-size: 1.625rem;
}


.card-page-actions {
    border-bottom: 1px solid var(--border-color);
}

.cpa-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
}

@media (max-width: 1199.98px) {
    .product-info {
        display: block;
        min-height: auto;
    }

    .card-page-heading h1 {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .section-single-product {
        padding-top: 2.5rem;
    }

    .product-carusel {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .card-page-heading h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .pcth-item {
        width: 6.25rem;
        height: 6.25rem;
    }
}