@charset "UTF-8";

.solar-wrap {
	background-image: url('https://static.homepro.co.th/solar/P1_THAI-25.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.banner img {
	width: 100%;
}
.banner h1 {
	margin-bottom: 20px !important;
	font-size: 32px !important;
	color: var(--primary-color-deep-blue-800) !important;
}

.swiper-lh-index {
	margin-bottom: 30px;
}
.swiper-lh-index .swiper-slide a {
	display: block;
}
.swiper-lh-index .swiper-slide a div {
	width: 100%;
	height: 475px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.solar-tools {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.solar-tools.float {
	position: fixed;
	top: 76px;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	z-index: 1;
}
.solar-tools img {
	cursor: pointer;
}

.top-key-visual {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.top-key-visual img {
	margin-left: -150px;
}

.why-home-solar {
	width: 1207px;
	margin: auto;
	margin-bottom: 90px;
}
.why-home-solar h2 {
	margin-bottom: 40px;
	font-size: 40px;
	color: var(--primary-color-deep-blue-800);
}
.why-home-solar .why-list {
	display: flex;
	justify-content: space-between;
}
.why-home-solar .why-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.why-home-solar .why-list ul li {
	display: flex;
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 1.3;
}
.why-home-solar .why-list ul li .img {
	width: 117px;
}
.why-home-solar .why-list ul li img {
	width: 71px;
}
.why-home-solar .why-list ul li b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 28px;
	color: var(--primary-color-deep-blue-800);
}

.solar-type {
	display: flex;
	justify-content: center;
	width: 1207px;
	margin: auto;
	margin-bottom: 125px;
}

.vdo-transforming {
	width: 1210px;
	margin: auto;
	margin-bottom: 120px;
}
.vdo-transforming h2 {
	margin-bottom: 120px;
	font-size: 42px;
	color: #525255;
	text-align: center;
}
.vdo-wrap {
	display: flex;
	gap: 10px;
}
.vdo-wrap .vdo-item {
	position: relative;
	width: 600px;
	height: 338px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.vdo-wrap .vdo-item a {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
}
.vdo-more {
	margin-top: 20px;
	text-align: right;
}

.room {
	margin-bottom: 120px;
	text-align: center;
}

.card {
	padding-bottom: 120px;
	text-align: center;
}
.card img {
	width: 1200px;
}

.solar-footer {
	height: 380px;
	margin-bottom: -6px;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner {
	margin-bottom: 30px;
}

.solar-page .breadcrumb {
	margin-top:30px !important;
	margin-bottom: 30px !important;
}

.solar-page .content {
	margin-top: 53px;
	margin-bottom: 53px;
	font-size: 16px;
	color: #525255;
	line-height: 1.5;
}
.solar-page .content h2 {
	font-size: 32px;
	color: var(--primary-color-deep-blue-800);
}
.solar-page .content ul, .content ol {
	padding-left: 20px;
}

.solar-service {
	margin-bottom: 30px;
}
.solar-service .service-wrap {
	display: flex;
	gap: 50px;
}
.solar-service .service-wrap .service-img {
	width: 363px;
}
.solar-service .detail-wrap > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.solar-service .detail-wrap .left {
	width: 80px;
}
.solar-service .detail-wrap .middle {
	width: 600px;
}
.solar-service .detail-wrap .right {
	width: 178px;
	text-align: right;
}
.solar-service .detail-wrap .middle b {
	font-size: 18px;
}

.content-review {
	margin-top: 60px;
}
.review-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	margin-bottom: 35px;
	text-align: center;
}
.review-wrap > div {
	width: 622.5px;
}
.review-wrap a {
	display: block;
	margin-bottom: 15px;
}
.review-wrap b {
	display: block;
	font-size: 24px;
	color: var(--primary-color-deep-blue-800);
}

.ui.modal.modal-vdo:not(.fullscreen) {
	width: 1200px;
}
.modal .content .close {
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}
.modal-vdo .content {
	padding: 50px !important;
}
.modal-vdo .content h2 {
	margin-bottom: 5px;
	font-size: 32px;
	color: #525255;
}
.modal-vdo .content small {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}





