html {
	-webkit-text-size-adjust: none;
	touch-action: manipulation;
}
footer .subcontact a{
	white-space: nowrap;
}
@media (min-width: 768px) {
	.is_mobile{
		display: none;
	}	
	.headlayout #main_menu{
		display: block;
	}
	.mobile_show{
		display: none;
	}
}

@media (max-width: 1920px) {
	.headinner{
		height: 28vw;
		min-height: auto;
	}
	.cardlists{
		font-size: 0.8em;
	}
	footer .sec1 .col > a{
		font-size: 14px;
	}
	footer .sec1 .col.social_text > a{
		font-size: 20px;
	}
	footer .sec1 .col.social_text .social a{
		width: 40px;
		height: 40px;
		font-size: 27px;
	}
	footer .sec1 .row .col:nth-child(6){
		min-width: auto;
		max-width: auto;
	}
	footer .sec1 .row .col:nth-child(1){
		max-width: 130px;
	}
	footer .sec1 .row .col:nth-child(3){
		max-width: 150px;
	}
	footer .sec1 .row .col:nth-child(4){
		max-width: 150px;
	}
}
@media (max-width: 1800px) {
}
@media (max-width: 1699px) {
}
@media (max-width: 1550px) {
}
@media (max-width: 1440px) {
	body:not(.cke_editable){
		padding-top: 90px;
	}
	header{
		height: 90px;
	}
	footer .sec1 .col > a{
		font-size: 16px;
	}
	footer .sec1 .row .col:first-child{
		padding-left: 30px;
	}
	footer .sec1 .col.social_text > a{
		font-size: 20px;
	}
	footer .sec1 .col.social_text .social a{
		width: 35px;
		height: 35px;
		font-size: 26px;
		margin-right: 10px;
	}
	footer .subcontact a i{
		font-size: 18px;
	}
	footer .sec1 .row .col:nth-child(5){
		min-width: 250px;
		max-width: 250px;
	}
	footer .sec1 .row .col:nth-child(6){
		min-width: 200px;
		max-width: 200px;
	}
	.headinner{
		padding: 7em 0;
	}
	.headinner h1{
		font-size: 3em;
	}
}
@media (max-width: 1199px) {
	footer .sec1 .sub{
		padding: 20px 0;
	}
	footer .sec2 .footer_logo img{
		height: 50px;
	}
	footer .sec1::before{
		height: 60px;
	}
	footer .sec1 .col > a{
		font-size: 14px;
	}
	footer .sec1 .col.social_text > a{
		font-size: 16px;
	}
	footer .sec1 .col.social_text .social{
		padding-top: 10px;
	}
	footer .sec1 .row .col{
		min-width: 33.33%;
		max-width: 33.33%;
	}
	footer .sec1 .row .col:nth-child(5),
	footer .sec1 .row .col:nth-child(5){
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.headlayout #main_menu a{
		padding: 0 15px;
	}
	.cardlists{
		font-size: 0.7em;
		min-height: 200px;
	}
	.headinner .link{
	    font-size: 1em;
	    padding-top: 0em;
	}
}
@media (max-width: 1023px) {
	body:not(.cke_editable){
		padding-top: 60px;
	}
	.ScrollUp header,
	header{
		height: 60px;
	}
	.ScrollUp .headlayout .logo img,
	header .navbar-brand > img{
		height: 50px;
	}
	.headlayout #main_menu a{
		font-size: 14px;
	}
	.searchbox a{
		font-size: 26px;
	}
	.headlayout .logo img,
	header .navbar-brand > img {
	    height: 40px!important;
	}
	.paginatorbox{
		padding: 2em 0;
	}
}
@media (max-width: 991px) {
	.headinner h1{
		font-size: 2.5em;
	}
	.headinner p{
		font-size: 1.4em;
	}
}
@media (max-width: 850px) {

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

}
@media (max-width: 767px) {
	#mainmenu .container{
		min-width: 100%;
		max-width: 100%;
	}
	footer .sec1{
		padding-top: 30px;
	}
	footer .sec1::before{
		height: 5px;
	}
	.headlayout{
		justify-content: flex-end;
	}
	.searchbox a{
		font-size: 22px;
	}
	#mainmenu{
		position: relative;
	}
	.navbar-expand .navbar-toggler{
		display: block;
	}
	.navbar-toggler-icon {
	    display: inline-block;
	    width: 1.5em;
	    height: 1.5em;
	    vertical-align: middle;
	    content: "";
	    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 0, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	.headlayout .navbar-toggler{
		border: none;
		outline: none;
	}
	.headlayout .logo{
		position: absolute;
		left: 0;
	}
	.headlayout #main_menu{
		padding: 0;
		font-size: 16px;
		position: absolute;
		top: 100%;
		min-width: 100%;
		background: #fff;
		border-top: 1px solid #eee;
	}
	.headlayout #main_menu .navbar-nav{
		flex-direction: column;
	}
	.headlayout #main_menu > ul.navbar-nav > li .arrow{
		float: right;
		margin-top: 10px;
		padding: 4px;
		border-width: 0 4px 4px 0;
	}
	.headlayout #main_menu > ul.navbar-nav > li ul.ss{
		position: initial;
		padding: 0px;
		background: none;
		font-size: 14px;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
		
	}
	.headlayout #main_menu > ul.navbar-nav > li ul.ss > li:last-child{
		margin-bottom: 20px;
	}
	.headlayout #main_menu > ul.navbar-nav > li{
		padding: 0 35px;
		border-bottom: 1px solid #eee;
	}
	.headlayout #main_menu > ul.navbar-nav > li > a{
		padding-top : 15px;
		padding-bottom : 15px;
		font-weight: 600;
		text-align: center;
	}
	.headlayout #main_menu > ul.navbar-nav > li ul.ss::before{
		display: none;
	}
	.headlayout #main_menu > ul.navbar-nav > li ul.ss > li > a{
		padding: 8px 10px;
	}
	.navbar-brand{
		margin-right: 0;
	}
	footer .sec1 .row .col{
		min-width: 50%;
		max-width: 50%;
	}
	footer .sec1 .col > a{
		height: 40px;
		font-weight: bold;
	}
	footer .sec1 .row .col:nth-child(5) a{
		text-align: center;
		min-width: 100%;
		display: block;
	}
	footer .sec1 .row .col:nth-child(5),
	footer .sec1 .row .col:nth-child(6){
		min-width: 100%;
		max-width: 100%;
		text-align: center;
	}
	footer .sec1 .col.social_text > a{
		display: none;
	}
	footer .sec1 .col.social_text .social{
		justify-content: center;
	}
	footer .sec1 .sub{
		padding-top: 0;
	}
	footer .sec1 .sub ul > li > a:before{
		content: '-';
		display: inline-block;
		padding-right: 5px;
	}
	.headinner p{
		font-size: 1em;
		text-shadow: 0 0 2px #fff;
	}
	.headlayout #main_menu a{
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.headinner{
		padding: 5em 0;
	}
	.headinner h1{
		font-size: 2em;
	}
	.cardlists{
		font-size: 0.6em;
	}
	.paginatorbox a{
		width: 70px;
		height: 70px;
	}
	.paginatorbox .pagetext{
		padding: 0 20px;
	}
}
@media (max-width: 550px) {
}
@media (max-width: 425px) {
}