﻿#wrapper-ad-incotrade.bg-ad-incotrade {
	background: url("../images/banner/background-ad.png") no-repeat center
		center;
	background-size: cover;
}

#wrapper-ad-incotrade.bg-service-incotrade {
	background: url("../images/banner/background-service.png") no-repeat center
		center;
	background-size: cover;
}

.ad-section-wrapper {
	background: url("../images//backgroup/bg-item-ad.png") no-repeat center
		center;
	background-size: cover;
	padding: 0 5px;
	position: relative;
}

.ad-section-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	height: 160px;
	width: 100%;
	padding: 18px 28px;
}

.top-80 {
	top: 80px;
}

.bottom-80 {
	bottom: 80px;
}

.core-content ul li {
	list-style-type: disc;
	margin-left: 20px;
}

section.section-promotion {
	background: url("../images/section/section-form-ad.png") no-repeat center
		center;
	background-size: cover;
	padding: 90px 0 70px 0;
}

.promotion-form {
	padding: 20px 10px;
	border-radius: 12px;
	height: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0 #2c446666, -3px -3px 6px #ffffffb3;
	transition: all 0.3s ease-in-out;
}

.promotion-form .form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.promotion-form .form .form-group {
	width: 100%;
}

.promotion-form .form input,
.promotion-form .form select {
	background-color: var(--INPUT);
}

.promotion-card {
	padding: 36px 48px;
	border-radius: 32px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.price-card {
	padding: 36px 48px;
	border-radius: 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}

.incotrade-strength-box {
	transition: all 0.3s ease-in-out;
}

.incotrade-strength-box:hover,
.price-card:hover,
.promotion-card:hover {
	scale: 1.025;
	transition: all 0.3s ease-in-out;
}

.card-white,
.promotion-card {
	box-shadow: 3px 3px 6px 0px #2c446666, -3px -3px 6px #ffffffb3;
	background: #fff;
}

.card-gradient {
	box-shadow: 3px 3px 6px 0px #2c446666, -3px -3px 6px #2c446666;
	background: var(--BUTTON-Gradient);
}

.banner-service-1 {
	padding: 48px 0;
	width: 100%;
	position: relative;
	border-radius: 32px;
	box-shadow: 3px 3px 20px 0 rgba(44, 68, 102, 0.15), -3px -3px 6px #ffffffb3;
}

.banner-service-content {
	position: relative;
	margin-bottom: 30px;
}

.section-service-form {
	position: relative;
}

.banner-service-form {
	padding: 20px 5px;
	border-radius: 32px;
	background-color: #ffffffb3;
	box-shadow: 3px 3px 20px 0 #2c446666, -3px -3px 6px #ffffffb3;
}

.banner-service-3 {
	padding: 30px;
	border-radius: 64px;
	background: var(--BUTTON-Gradient);
	box-shadow: 3px 3px 20px 0 #2c456866, -3px -3px 6px #ffffffb3;
}

.incotrade-strength-box {
	padding: 24px;
	border-radius: 32px;
	background-color: #fff;
	box-shadow: 3px 3px 20px 0 #2c446626, -3px -3px 6px #ffffffb3;
}

.section-why-choose-us-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.section-2-title span {
	padding: 6px 24px;
	border-radius: 12px;
	background-color: var(--SAPPHIRE);
	color: white;
}

.image-phone {
	width: 0;
	height: 200px;
}

@media (min-width: 768px) {
	.procedure-image {
		height: 190px;
	}

	.procedure-image img {
		height: 100%;
		object-fit: contain;
	}
}

@media (min-width: 992px) and (max-width: 1023) {
}

@media (min-width: 1024px) {
	.image-phone {
		width: 100%;
		height: 100%;
	}
	.promotion-form {
		padding: 36px;
		border-radius: 32px;
	}

	.banner-service-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.banner-service-form,
	.banner-service-3 {
		padding: 96px 64px;
	}
	.ad-section-item {
		height: 100%;
	}
	.price-card {
		height: 1108px;
	}
	.section-why-choose-us-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 32px 32px;
		grid-auto-flow: row;
		grid-template-areas:
			"col-1 col-1 col-2 col-3"
			"col-4 col-5 col-6 col-7";
	}

	.service-col-1 {
		grid-area: col-1;
	}

	.service-col-2 {
		grid-area: col-2;
	}

	.service-col-3 {
		grid-area: col-3;
	}

	.service-col-4 {
		grid-area: col-4;
	}

	.service-col-5 {
		grid-area: col-5;
	}

	.service-col-6 {
		grid-area: col-6;
	}

	.service-col-7 {
		grid-area: col-7;
	}
}

@media (min-width: 1440px) and (max-width: 1900px) {
	.col-right .ad-section {
		height: 840px;
	}
	section.section-promotion {
		background-size: contain;
		padding: 120px 0;
	}
	.ad-section-wrapper {
		position: absolute;
	}
	.ad-section-item {
		width: 485px;
		height: auto;
		padding: 30px 28px;
	}
	.ad-1 {
		top: 0;
		left: 0;
	}
	.ad-2 {
		top: 170px;
		right: 0;
	}
	.ad-3 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.ad-4 {
		bottom: 165px;
		left: 0;
	}
	.ad-5 {
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 1901px) {
	section.section-promotion {
		background-size: contain;
		padding: 120px 0;
	}
	.col-right .ad-section {
		height: 669px;
	}
	.ad-section-wrapper {
		position: absolute;
	}
	.ad-section-item {
		width: 410px;
		padding: 32px;
	}
	.ad-1 {
		top: 0;
		left: 0;
	}
	.ad-2 {
		top: 80px;
		right: 0;
	}
	.ad-3 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.ad-4 {
		bottom: 80px;
		left: 0;
	}
	.ad-5 {
		bottom: 0;
		right: 0;
	}
}
