img.lazy {
	opacity: 0;
    transition: opacity 0.5s ease-out;
}

img.lazy.loaded {
	opacity: 1;
}

.btn-web {
	display: inline-block;
	padding: 7px 30px;
	border-radius: 30px;
	color: #FFF;
	border: 1px solid #b68250;
	font-size: 16px;
	background: linear-gradient(90deg, rgb(105 105 105) -50%, rgb(12 12 12) 50%, rgb(95 94 94) 120%);
	transition: .4s;
}

.btn-web:hover {
	color: #FFF;
	background: linear-gradient(135deg, #8e623e, #aa8361);
}

/* Banner  */
.banner-wrap {
	background-color: #202020;
}

.banner .item {
	position: relative;
}

.banner-m {
	display: none !important;
}

/* .banner .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 ,0, 0 , .5);
} */

.banner .item img {
	width: 100%;
}

.banner .slick-dots {
	bottom: 15px;
}

.slick-dots li {
	height: 15px;
    width: 15px;
	border: none;
	background-color: #373535;
}

.slick-dots li.slick-active {
	background-color: #805f3f;
}

.banner .content-banner {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	max-width: 100%;
	width: var(--container);
	margin: 0 auto;
	padding: 0 10px;
}

.banner .content-banner .inner {
	max-width: 520px;
}

.banner .content-banner .title {
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.banner .content-banner .des {
	font-size: 15px;
	line-height: 1.7;
}

.banner .content-banner .button-group a {
	padding: 7px 20px;
}

.banner .content-banner .button-group {
	margin-top: 30px;
	display: flex;
	gap: 20px;
}

/* Story  */
.story {
	padding: 60px 0;
}

.story-left {
	padding-right: 40px;
}

.story-left .inner {
	padding-left: 10px;
	border-left: 2px solid var(--color-2);
}

.story-left h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ed7818;
	font-weight: 400;
	margin-bottom: 5px;
}

.story-left h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 25px;
}

.story-left .des {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 30px;
}

.story-left .kham-pha {
	display: inline-block;
    padding: 5px 40px;
    border-radius: 30px;
    background: linear-gradient(135deg, #8e623e, #aa8361);
    font-weight: 700;
    font-size: 16px;
	border: 1px solid #b68250;
	
}

.story-left .kham-pha:hover {
	color: #FFF;
	background: linear-gradient(90deg, rgb(105 105 105) -50%, rgb(12 12 12) 50%, rgb(95 94 94) 120%);
}

.story-right {
	border-radius: 10px;
	line-height: 1;
}

.story-right img {
	width: 100%;
	border-radius: 10px;
}

/* Bộ sưu tập  */
.bo-suu-tap {
	padding: 50px 0 80px;
	background: linear-gradient(90deg, #020202, #282828);
}

.title-page {
	margin-bottom: 40px;
}

.title-page .title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.title-page .des {
	font-size: 14px;
}

.title-page .des {
	max-width: 700px;
	margin: 0 auto;
}

.product-slider {
	padding-top: 15px;
}

.product-slider .slick-slide {
	margin: 0 10px;
}

.product-slider .slick-list {
	margin: 0 -10px;
}

.product-item .fig-wrap {
	padding: 10px;
}

.product-item .fig-wrap img {
	transition: 1s;
}

.product-item .fig-wrap:hover img {
	transform: scale(1.1);
}

.product-item .content {
	text-align: center;
}

.product-item h3 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 10px 0 5px;
}

.product-item .des {
	font-size: 12px;
}

.slick-arrow {
	opacity: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #FFF !important;
}

.slick-arrow svg {
	width: 10px;
}

.slick-next {
	right: 0px;
}

.slick-prev {
	left: 0px;
}

.slick-has-nav:hover .slick-arrow {
	opacity: 1;
}

/* Tin tức  */
.news-home {
	padding: 60px 0;
	background: linear-gradient(90deg, #282828, #020202);
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 50px;
	margin-bottom: 30px;
}

.item-news {
	display: grid;
	grid-template-columns: 50% 50%;
}

.item-news.border {
	border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.item-news .fig-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.item-news .fig-wrap {
	min-height: 260px;
}

.item-news .content {
	padding: 25px;
	background: linear-gradient(135deg, #252525, #7a7a7a);
}

.item-news .content .name {
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
	font-weight: 700;
	line-height: 1.5;
}

.item-news .content .des {
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 15px;
}

.news-home .btn-web {
	font-size: 14px;
}

@media (max-width: 992px) {
	.banner .content-banner .title {
		font-size: 24px;
	}

	.btn-web {
		font-size: 15px;
	}

	.banner .content-banner .des {
		font-size: 14px;
	}

	.story-right {
		margin-top: 20px;
	}

	.item-news .content {
		padding: 20px;
	}

	.item-news .content .name {
		font-size: 16px;
	}
}

@media (max-width: 768px) { 
	.banner .content-banner {
		display: none;
	}

	.news-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 50px;
	}

	.banner-m {
		display: block !important;
	}

	.banner-pc {
		display: none !important;
	}
}

@media (max-width: 550px) { 
	.slick-dots li {
		width: 10px;
		height: 10px;
	}

	.banner .slick-dots {
		bottom: 5px;
	}

	.story-left {
		padding-right: 0;
	}

	.story {
		padding: 25px 0;
	}

	.story-left h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.story-left h3 {
		font-size: 14px;
		margin-bottom: 0;
	}

	.story-left .des {
		font-size: 14px;
		margin-bottom: 15px;
		text-align: left;
	}

	.story-left .kham-pha {
		font-size: 14px;
	}

	.product-item .fig-wrap {
		padding: 20px;
	}

	.bo-suu-tap {
		padding: 25px 0 65px;
	}

	.title-page .title {
		font-size: 18px;
	}

	.title-page {
		margin-bottom: 25px;
	}

	.product-slider {
		padding-top: 0px;
	}

	.item-news .content .des {
		display: none;
	}

	.item-news .content {
		padding: 10px 12px;
        display: flex;
        align-items: center;
	}

	.item-news .content .name {
        font-size: 13px;
    }

	.item-news .fig-wrap {
		height: 160px;
		min-height: unset;
	}

	.news-home {
		padding: 25px 0;
	}

	.title-page .des {
		font-size: 13px;
	}
}

@media (max-width: 375px) { 
    .title-page .title {
        font-size: 16px;
    }

    .story-left h2 {
        font-size: 16px;
    }
}