/*---------responsive----------*/
@media (min-width: 1530px) {
.container {
	width:1425px;
}

}
@media (max-width: 1530px) {

}
@media (max-width: 1295px) {
	#main-menu {
		padding-top: 0;
	}
}


@media (max-width:1200px) {
	#header_top_nav img {
		
		}
	.section_area h2 {
			font-size: 30px;
		}
}

@media (max-width: 1024px) {
.modal-dialog {
	max-width:1000px;
	width:100%;
	}
.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
	  /*background:#16203F;
	  color:#FFF;*/
	  
  } 
}

@media (max-width: 992px) {
	.section_area h2 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	#header_top_nav img {
		max-height:45px;
		}
	#footer_container {
		font-size:15px;
		letter-spacing:normal;
		}
	.secion_area_s .pl-0 {padding-left: 15px;
	
	}
	#footer_logo_bg {
		display: none;
	}

}
@media (max-width: 640px) {
	.nav-brand {
		padding:10px 100px 10px 5px;
		
		}

}
@media (max-width: 480px) {
#header_top_nav {
	height:90px;
	}

	/* btn-more */
	.btn-custom-style-more-a {
		right: 0px;
		margin-left: 0;
	}
	.btn-custom-style-more-a a {
		padding:5px 10px  5px 10px;
		background:none;
		margin-top: 10px;
		font-size: 13px;
	}
	.btn-custom-style-more-a a:hover {
		background: none;
	}

	.btn-custom-style-more-b {
		right: 0px;
		margin-left: 0;
	}
	.btn-custom-style-more-b a {
		padding:5px 10px  5px 10px;
		background:none;
		margin-top: 10px;
		font-size: 13px;
	
	}
	.btn-custom-style-more-b a:hover {
		background: none;
	}

	.btn-custom-style-more-c {
		right: 0;
		margin-left: 0;
	}
	.btn-custom-style-more-c a {
		background:none;
		margin-top: 10px;
		font-size: 13px;
	}
	.btn-custom-style-more-c a:hover {
		background: none;
	}

	.edm_list li {
		border-bottom: 1px solid #D1A262;
		background: url("../images/btn/icon_more_news1.svg") no-repeat;
		background-position: right 0 bottom 45%;
		background-size: 30px;
		color: #000;
	}
	.edm_list li:hover {
		background:#D1A262 url("../images/btn/icon_more_news2.svg") no-repeat;
		background-position: right 0 bottom 45%;
		background-size: 30px;
		color: #FFF;
	}
}