

@media (min-width: 960px){

}



@media (max-width: 640px) {
	.contactPost{
		width: 100%
	}
	.top_text p:nth-child(1){
		font-size: 20px;
	}
	.container-fluid{
		overflow: hidden;
	}
	.menutop{
		display: none;
	}
	#header_page{
		padding: 10px 50px;
	}
	.logo_page{
		display: block!important;
		text-align: center;
	}
	.nav-mobile {
		display: block;
	}
	#header{
		position: inherit;
		background: white;
		padding: 10px;
		text-align: center;
	}
	#header .menutop{
		display: none;
	}
	.col-left-home{
		display: block!important;
		text-align: center;
	}
	.slider_intro {
		height: auto;
	}
	.side_right{
		padding: 0px 10px;
	}
	.btn-contact p, .btn-contact a {
		font-size: 17px;
	}
	.form-inline h3{
		font-size: 24px;
		line-height: 1.26em;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.custom-select-2{
		font-size: 20px;
		padding: 8px 10px;
	}
	.slider_news .item .post .img{
		height: 225px;
	}
	.border-ft{
		text-align: center;
	}
	.footer_intro .footer-links {
		margin-bottom: 10px;
	}
	.copyright {
		text-align: center;
	}

	.cate-breadcum .breadcrumb {
		padding-right: 20px;
		padding-left: 20px;
	}
	.proItemitem .img img {
		width: 100%;
	}
	.page-breadcum{
		display: none;
	}
	.title-product {
		font-size: 28px;
		line-height: 34px;
		margin-top: 20px;
	}
	.product-detail .content ul li p {
		line-height: 17px;
	}
	.content ul li p:nth-child(1) {
		font-size: 15px;
	}
	.content ul li p:nth-child(2) {
		font-size: 14px;
	}

	#myTab .nav-tabs {
		white-space: nowrap;
		overflow: auto;
		display: block;
	}
	.nav-tabs .nav-item {
		display: inline-block;
	}

	#tabS::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	#tabS::-webkit-scrollbar-thumb {
		background: #909090;
		border-radius: 8px;
		height: 0px;
		width: 0px;
	}
	#tabS::-webkit-scrollbar-track {
		background: #FFFFFF;
		height: 0px;
		width: 0px;
	}
	.tab-thongso .col-md-3 p {
		margin-bottom: 10px;
	}
	.tab-thongso {
		margin-bottom: 10px;
	}
	h4.head-title{
		display: block;
	}
	.filter-collapse:after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 14px;
		font-size: 20px;
	}
	.cate-breadcum {
		margin-bottom: 30px;
	}
	.contact-container {
		padding-top: 30px;
	}
	.contact-container h3 {
		font-size: 22px;
		line-height: 28px;
		font-weight: bold;
		text-align: center;
	}
	.contact-social.row {
		padding-bottom: 25px;
		padding-top: 10px;
		justify-content: center;
	}
	.btn-contact:nth-child(1) {
		width: 50%;
	}
	.btn-contact:nth-child(2) {
		width: 50%;
	}
	.contact-container .col-md-7 p {
		font-size: 17px;
		line-height: 30px;
	}
	.member-colum .img{
		height: auto;
		margin-bottom: 10px;
	}
	.member-colum .img img {
		height: auto;
	}

	.footer_text_contact{
		width: 200px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.title-post-detal h1 {
		font-weight: 700;
		font-size: 18px;
	}
	.daytime p {
		font-size: 17px;
		color: #808080;
		padding-top: 0px;
	}
	.content-detail p {
		font-size: 18px;
		line-height: 34px;
	}
	.recent-news h6 {
		font-size: 16px;
	}
	p.short-des {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 45px;
		line-height: 1.5;
		font-size: 14px;
		overflow: hidden;
	}
	.lang_mobile{
		display: block;
	}
	.lang_home{
		display: none;
	}
	/*.container-news .col-sm-9 {*/
		/*padding-right: 10px;*/
	/*}*/
	/*.container-news .col-sm-3 {*/
		/*padding-left: 10px;*/
	/*}*/

	.nav-sub ul {
		display: flex;
	}
	.nav-sub ul li.active{
		background-color: #1E88E5;
	}
	.nav-sub ul li{
		text-align: center;
		width: 50%;
	}
	.nav-sub ul li a{
		padding: 14px 0px;
	}


	.gallery img {
		width: 100%;
		height: auto !important;
	}
}





@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.nav-mobile{
		display: block;
	}
	.container-product{
		padding:10px 10px;
	}
	h4.head-title{
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.nav-mobile{
		display: block;
	}
	h4.head-title{
		display: block;
	}
}


@media only screen and (min-width: 576px) and (max-width: 736px) {
	h4.head-title{
		display: block;
	}
}