/*
|----------------------------------------------------------------------
|       Media Queries
|----------------------------------------------------------------------
*/

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	/*_____ Home _____*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 991px) {
	/*_____ All Site _____*/
}

@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;
	}
	/*_____ Navigation _____*/
	.logo {
		float: none;
		margin: auto;
	}
	.toggle {
		display: flex;
	}
	nav {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		margin: 0 !important;
		flex-flow: wrap;
		flex-flow: column;
		align-items: flex-start;
		justify-content: initial;
		border-top: 1px solid #464646;
		padding-bottom: 10px;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
	}
	nav.active {
		opacity: 1;
		visibility: visible;
	}
	nav > ul {
		width: 100%;
		flex-flow: column;
	}
	nav > ul > li {
		/* padding: 0 15px; */
		padding: 15px;
	}
	nav > #nav {
		flex: 1;
		margin-bottom: 20px;
	}
	nav > #nav > li > a {
		height: 50px;
		display: block;
		padding: 16px 0 0;
		text-align: left;
		border-bottom: 1px solid #464646;
	}
	nav > #nav > li:nth-last-child(1) > a {
		border-bottom: 0;
	}
	/* nav > #nav > li.btnLi {
		display: none;
	} */
	nav > #nav > li.btnLi > a {
		text-align: center;
	}
	nav > #nav > li.lang {
		display: block;
	}
	nav > #nav > li.lang > a {
		padding: 19px 0 0;
	}
	nav > #btn {
		display: flex;
	}
	nav > #btn > li {
		padding: 5px 15px;
		border: 0 !important;
	}
	nav > #btn > li > a {
		display: block;
		height: 46px;
		padding-top: 14px;
	}
	nav > #btn {
		display: flex;
	}
	/*_____ Home _____*/
	#strip .content {
		flex-flow: column;
		text-align: center;
	}
	#strip .content .txt {
		margin: 0 0 10px;
	}
	.copyright {
		padding: 15px 0;
		flex-flow: column;
		text-align: center;
	}
	.copyright ul {
		width: 100%;
		margin: 0 -10px;
	}
	.copyright .conect > li {
		display: block;
		padding: 0 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #4e4a4a;
	}
	.copyright .conect > li:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	/*_____ Common _____*/
}

@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%;
	}
	/*_____ Common _____*/
	#small-banner {
		min-height: 280px;
		background-image: url("../images/Header-mobile.jpg");
	}
	#small-banner .inr {
		max-width: 260px;
	}
	#content .content .txt {
		padding: 0;
	}
	#content .content h3 {
		font-size: 18px;
	}
	#content .content .headingBlk:before {
		margin: 0;
	}
	#content .content hr {
		margin: 25px 0;
	}
	/*_____ Common _____*/

	.popup .list > li {
		flex-flow: column;
	}
	.popup .list > li > div:nth-child(1) {
		width: 100%;
		min-width: 100px;
		margin: 0 0 3px;
	}
}

@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 _____*/
	#strip .content h5 {
		font-size: 16px;
	}
	#strip .content h4 {
		font-size: 16px;
	}
	/*_____ Common _____*/
	.webBtn i.fi-arrow-right {
		margin-left: 5px;
	}
}

@media screen and (max-width: 380px) {
	/*_____ All Site _____*/
	p.pre {
		font-size: 15px;
	}
	/*_____ Home _____*/
}

/*
|----------------------------------------------------------------------
|       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) {
}
