/*
|----------------------------------------------------------------------
|       Media Queries
|----------------------------------------------------------------------
*/

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 991px) {
	#banner {
		padding-bottom: 40px;
	}
	#banner .image.desktop {
		display: none;
	}
	#banner .image.mobile {
		display: block;
		margin-top: -100px;
	}
	#banner .contain {
		position: static;
	}
	#banner .contain .content {
		max-width: none;
	}
	#banner .contain .content h1 {
		margin: -100px 0 0;
	}
	.secHeading > span {
		display: inline !important;
	}
}

@media screen and (max-width: 767px) {
	/*_____ All Site _____*/
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 15px;
	}
	p.pre {
		font-size: 16px;
	}
	.contain,
	.contain-fluid {
		padding: 0 35px;
	}
	/*_____ Navigation _____*/
	.logo {
		float: none;
		margin: auto;
	}
	#lang {
		display: none;
	}
	.toggle {
		display: block;
	}
	nav {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		background: #000;
		padding: 0 35px;
		margin: 0 !important;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
	}
	nav.active {
		opacity: 1;
		visibility: visible;
	}
	nav > ul {
		width: 100%;
		flex-flow: column;
	}
	nav > ul > li {
		border-bottom: 1px solid #484848;
	}
	nav > ul > li > a {
		display: block;
		height: 56px;
		padding: 20px 0 0;
	}
	nav > ul > li.lang {
		display: block;
	}
	/*_____ Home _____*/
	#benefit .lst .inner {
		flex-flow: wrap;
	}
	#benefit .lst .icon {
		width: 80px;
		min-width: 80px;
		height: auto;
		max-height: 90px;
		margin: 0 0 40px;
	}
	#benefit .lst .txt {
		width: 100%;
	}
	#benefit .content h1,
	#content .content h1 {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}
	#benefit .content h1:before,
	#content .content h1:before {
		margin-left: 0;
	}
	#content .content {
		text-align: left;
	}
	#intro .content .webBtn {
		width: 100%;
	}
	.copyright {
		flex-flow: column;
		text-align: center;
	}
	.copyright .conect {
		flex-flow: column;
		margin-left: 0;
		margin-right: 0;
	}
	.copyright .conect > li {
		padding: 0 0 10px;
		border: 0;
	}
	.copyright .conect > li:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

@media screen and (max-width: 580px) {
	/*_____ col-xx-? _____*/
	.col-xx-12 {
		width: 100%;
	}
	.col-xx-11 {
		width: 91.66666667%;
	}
	.col-xx-10 {
		width: 83.33333333%;
	}
	.col-xx-9 {
		width: 75%;
	}
	.col-xx-8 {
		width: 66.66666667%;
	}
	.col-xx-7 {
		width: 58.33333333%;
	}
	.col-xx-6 {
		width: 50%;
	}
	.col-xx-5 {
		width: 41.66666667%;
	}
	.col-xx-4 {
		width: 33.33333333%;
	}
	.col-xx-3 {
		width: 25%;
	}
	.col-xx-2 {
		width: 16.66666667%;
	}
	.col-xx-1 {
		width: 8.33333333%;
	}
	/*_____ Home _____*/
	#banner .contain .content h1 {
		margin: -80px 0 0;
	}
}

@media screen and (max-width: 480px) {
	/*_____ col-xx-? _____*/
	.col-xx-12,
	.col-xx-11,
	.col-xx-10,
	.col-xx-9,
	.col-xx-8,
	.col-xx-7,
	.col-xx-6,
	.col-xx-5,
	.col-xx-4,
	.col-xx-3,
	.col-xx-2,
	.col-xx-1 {
		width: 100% !important;
	}
	/*_____ Home _____*/
	#banner .contain .content {
		max-width: 280px;
	}
	#benefit .lst .icon {
		width: 70px;
		min-width: 70px;
		max-height: 80px;
	}
	.popup ._inner {
		padding: 25px;
	}
	.popup[data-popup="subscribe"] .fbBtn {
		white-space: initial;
	}
}

@media screen and (max-width: 380px) {
}

/*
|----------------------------------------------------------------------
|       Media Queries Height
|----------------------------------------------------------------------
*/

@media screen and (max-height: 420px) {
}

@media screen and (min-height: 768px) {
}

@media screen and (max-height: 768px) {
}

@media screen and (min-height: 1040px) {
}
