﻿@media (max-width: 1600px) {
	
}

@media (max-width: 1366px) {
	
}

@media (max-width:1280px) {
 	
 }

@media(max-width:1024px){
	
}
/*Css mobile*/



/*End Css mobile*/

@media(max-width:768px){
	.content_single {
		width: 100%;
	}
	.header-top .container {
		flex-wrap: wrap;
	}
	.header-top .container > li:nth-of-type(1), .header-top .container > li:nth-of-type(2) {
		width: 100%;
	}
	
	.header .logo {
		width: 40%;
	}
	.header .topmenu {
		width: 60%;
	}
	.hotline {
		display: block;
	}
	.hotline form {
		display: none;
	}
	.hotline ul {
		display: flex;
		margin: 0;
	}

	div#icomenu {
		display: block;
		font-size: 24px;
		position: fixed;
		left: 0;
		top: 22%;
		background: #000;
		padding: 0 5px;
		z-index: 999;
		color: #fff;
	}

	.mainmenu {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #fff;
		min-height: 100vh;
		z-index: 999;
		width: 100%;
	}

	div#close-menu {
		position: absolute;
		right: 0;
		display: block !important;
		font-size: 20px;
		padding: 10px;
	}
	div#logo-menu {
		margin: 20px auto 0;
		width: 55%;
		display: block;
	}

	ul#main-menu {
		display: block;
		padding: 15px;
	}
	ul#main-menu li {
		border-bottom: 1px dashed;
		position: relative;
		padding-right: 35px;
	}
	
	ul#main-menu li a, ul#main-menu li .sub-menu li a {
		padding: 10px 5px;
		display: inline-block;
		font-size: 14px;
		
	}

	ul#main-menu li .sub-menu {
		box-shadow: unset;
		position: relative;
		width: 100%;
	}
	ul#main-menu li .sub-menu li {
		border-bottom: unset;
		border-top: 1px dashed;
		padding: 5px;
	}

	/*.menu-item-has-children {
		padding-right: 25px !important;
	}*/


	ul#main-menu > .menu-item-has-children > a:after, ul#main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:after {
		display: none;
	}

	ul#main-menu > .menu-item-has-children:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: bold;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 1px;
		background: #ccc;
		padding: 5px 10px;
	}
	ul#main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:after {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		right: -45px;
		top: 2px;
		background: #ccc;
		padding: 5px 10px;
		z-index: 999;
	}


	ul#main-menu li .sub-menu li .sub-menu {
		position: relative;
		left: 0;
		width: auto;
		padding-right: 0
	}


	.research-item {
		width: 100%;
		margin-bottom: 25px;
	}
	.title-useful-information h3 {
		font-size: 18px;
	}
	.title-useful-information h3:before {
		border-top: 1px solid #777;
		width: 30px;
		height: 5px;
	}

	.useful-left {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	.useful-left img {
		width: 100%;
		height: auto;
	}
	.useful-right {
		width: 100%;
	}
	.useful-right a {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}

	.about-left {
		width: 100%;
	}
	.about-right {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	section#thong-so .textwidget {
		flex-wrap: wrap;
	}
	section#thong-so .textwidget ul {
		width: 50%;
		margin-bottom: 25px;
	}

	.news-item {
		width: 100%;
		margin-bottom: 25px;
	}
	.news-item h4 {
		margin: 10px 0;
	}
	section#subscribe form {
		flex-wrap: wrap;
	}
	.es-field-wrap {
		width: 100%;
	}
	.es-field-wrap input {
		margin-bottom: 20px;
	}
	section#subscribe input[type=submit] {
		width: 25%;
	}
	section#subscribe h3 {
		font-size: 22px;
	}



	.header-cat img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.header-cat h2 {
		font-size: 22px;
		text-align: center;
	}
	.list-cat-parent .item-cat {
		width: 100%;
	}

	.list-cat .post-item {
		width: 100%;
	}


	.contact-left {
		width: 100%;
		margin-bottom: 25px;
	}
	.contact-right {
		width: 100%;
	}



	.images_news {
		width: 100%;
	}
	.title_news {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}


	.footer-index li {
		margin-bottom: 20px;
	}
	.footer-index .widget_media_image {
		width: 100%;
		justify-content: center;
	}

}
@media all and (device-width: 768px) and (device-height: 1024px) {
 
}
@media(max-width:766px){
	
}
@media(max-width:640px){

}

@media(max-width:736px){

}

@media(max-width:480px){
	
}
@media(max-width:414px){
	
}
@media(max-width:360px){
	
}
@media(max-width:320px){
	
}