@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");


.slide_bx{
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;

}
.slide_bx .bx{
	width: 100%;
	height: 570px;
	position: relative;
	border: none;
}
.slide_bx .bx .bx_shlogan h1{
	top: 22vh;
	font-size: 32px;
	color: #fff;
	font-family: 'DM Sans';
	flex-wrap: 500;
	position: absolute;
	left: 60px;
}
.slide_bx .bx .bx_shlogan p{
	top: 29vh;
	color: #fff;
	font-family: 'DM Sans';
	flex-wrap: 500;
	position: absolute;
	left: 60px;
	font-size: 16px;
	letter-spacing: 0.6px;
}
.slide_bx .list_bx{
	width: 340px;
	height: auto;
	padding: 30px;
	padding-bottom: 18px;
	background-color: #fff;
	position: absolute;
	right: 60px;
	top: 6vh;
	border-radius: 5px;
}
.slide_bx .list_bx p{
	color: #404040;
	font-weight: 500;
	font-size: 17px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	padding-bottom: 20px;
}
.slide_bx .list_bx label{
	font-size: 14px;
	font-weight: 500;
	font-family: 'DM Sans';
}
.slide_bx .list_bx button{
	width: 100%;
	margin-top: 20px;
	height: 33px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(to top right, #ff6600 0%, #ff9966 100%);
	color: #fff;
	font-size: 16px;
	flex-wrap: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.6px;
}

@media(max-width:  768px){
   .detail_bx .container{
       padding: 0px;
   }

	.slide_bx{
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;

}
.slide_bx .bx{
	width: 100%;
	height: 92vh;
	position: relative;
	border: none;
}
.slide_bx .bx .bx_shlogan h1{
	top: 3vh;
	font-size: 22px;
	color: #fff;
	font-family: 'DM Sans';
	flex-wrap: 500;
	position: absolute;
	left: 10px;
}
.slide_bx .bx .bx_shlogan p{
	top: 12vh;
	color: #fff;
	font-family: 'DM Sans';
	flex-wrap: 500;
	position: absolute;
	left: 10px;
	font-size: 16px;
	letter-spacing: 0.6px;
	margin-top: 10px;
}
.slide_bx .list_bx{
	width: 100%;
	height: auto;
	padding: 30px;
	padding-bottom: 18px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 23vh;
	border-radius: 5px;
}

}
.content_bx{
	width: 100%;
	height: auto;
	box-shadow: 0px 1px 5px #0002;
	margin-top: 40px;
	padding: 30px;
	border: 1px solid #ddd;
	background: #fff;
}
.content_bx h2{
	font-size: 22px;
	font-weight: 500;
	color: #404040;
	font-family: 'DM Sans';
	letter-spacing: 0.4px;
}
.content_bx p{
	font-size: 16px;
	font-family: 'DM Sans';
	font-weight: 400;
	letter-spacing: 0.5px;
}
.img_bx{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	height: auto;
	padding: 50px;
}
.img_bx .more_bx{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	font-family: 'DM Sans';
	margin-bottom: 40px;
}
#more_img_bx{
	background-color: #fff;
	width: 100%;
	height: 230px;
	margin-top: 60px;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 5px #0003;
	text-align: center;
}
#more_img_bx img{
	width: 70px;
	margin-top: 60px;
}
.img_bx a{
	text-decoration: none;
}
.img_bx a:hover{
	text-decoration: none;
}
#more_img_bx p{
	color: #404040;
	font-weight: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	margin-top: 30px;
	font-size: 15px;
}
@media(max-width: 768px){
    .content_bx{
	width: 100%;
	height: auto;
	box-shadow: 0px 1px 5px #0002;
	margin-top: 40px;
	padding: 30px;
	border: 1px solid #ddd;
	background: #fff;
}
    .img_bx .container{
        padding: 0px;
    }
    .img_bx{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	height: auto;
	padding: 10px;
	padding-bottom: 40px;
}
.img_bx .more_bx{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	font-family: 'DM Sans';
	margin-bottom: 0px;
	margin-top: 20px;
}
#more_img_bx{
	background-color: #fff;
	width: 100%;
	height: 160px;
	margin-top: 60px;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 5px #0003;
	text-align: center;
}
#more_img_bx img{
	width: 50px;
	margin-top: 30px;
}
#more_img_bx p{
	color: #404040;
	font-weight: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	margin-top: 30px;
	font-size: 13px;
}
}

/*Details box */

.detail_bx{
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;

}
.detail_bx .bx{
	width: 100%;
	height: auto;
	position: relative;
	padding: 40px;
	background-color: #0009;
	margin-top: 90px;
	margin-bottom: 40px;
}

.detail_bx .bx h1{
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-family: 'DM Sans';
	margin-bottom: 40px;
}

.detail_bx .bx label{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.7px;
	font-family: 'DM Sans';
	text-shadow: 2px 2px 4px #0003;
}
.detail_bx .bx textarea,
.detail_bx .bx input{
	background-color: transparent;
	margin-bottom: 40px;
	color: #fff;
	font-size: 17px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	font-weight: 500;
	height: 40px;
}
.detail_bx .bx textarea{
	height: 100px;
}
.detail_bx .bx button{
	margin-left: 14px;
	width: 200px;
	height: 40px;
	color: #000;
	font-weight: 500;
	font-family: 'DM Sans';
	font-size: 17px;
	letter-spacing: 0.5px;
}
@media (max-width: 768px){
    .detail_bx .bx{
	width: 100%;
	height: auto;
	position: relative;
	padding: 5px;
	background-color: #0009;
	margin-top: 90px;
	margin-bottom: 40px;
}

.detail_bx .bx h1{
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-family: 'DM Sans';
	margin-bottom: 20px;
	font-size: 24px;
}
}
