@media (min-width:1920px) {}

@media (min-width:1680px) and (max-width:1919px) {}

@media (min-width:1400px) {
	.container {
		width: 1400px;
	}
}

@media (max-width:1024px) {
	.container {
		width: 100%;
	}

	.nav-mobile-btn {
		display: block;
		position: relative;
		width: 50px;
	}

	.nav-mobile-btn span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		width: 45px;
		height: 1px;
		border-radius: 1px;
		background: var(--font);
	}

	.nav-mobile-btn span::before,
	.nav-mobile-btn span::after {
		content: "";
		display: block;
		width: 45px;
		height: 1px;
		border-radius: 1px;
		background: var(--font);
		transition: .5s;
	}

	.nav-mobile-btn span::before {
		margin-top: -15px;
	}

	.nav-mobile-btn span::after {
		margin-top: 30px;
	}

	.open .nav-mobile-btn span {
		background: transparent;
	}

	.open .nav-mobile-btn span::before {
		transform: rotate(45deg);
		margin-top: unset;
	}

	.open .nav-mobile-btn span::after {
		transform: rotate(-45deg);
		margin-top: unset;
	}

	.header-wrapper {
		position: relative;
	}

	.header-wrapper .nav-flex-wrapper {
		position: absolute;
		top: 100%;
		left: -100%;
		background-color: var(--white);
		width: 100%;
		height: calc(100vh - 72px);
		flex-direction: column;
		align-content: unset;
		visibility: hidden;
		opacity: 0;
		transition: all .5s;
		z-index: 999;
	}

	.open .nav-flex-wrapper {
		left: 0;
		visibility: visible;
		opacity: 1;
		border-top: 1px solid var(--sub);
	}

	.nav-flex-wrapper .nav-ul {
		flex-direction: column;
		height: auto;
	}

	.nav-flex-wrapper .nav-ul li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid var(--sub);
	}

	.nav-flex-wrapper .nav-ul li:not(:last-child) {
		margin-right: 0;
	}

	.nav-flex-wrapper .nav-ul li a {
		display: block;
		padding: 15px 20px;
	}

	.nav-flex-wrapper .nav-tool {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 0;
	}

	.nav-flex-wrapper .nav-tool li {
		width: 100%;
		padding: 15px 20px;
	}

	.nav-flex-wrapper .nav-tool li .search-form,
	.nav-flex-wrapper .nav-tool li .lang-select {
		position: initial;
	}

	.nav-flex-wrapper .nav-tool li.search .icon-search,
	.nav-flex-wrapper .nav-tool li.lang img {
		display: none;
	}

	.nav-flex-wrapper .nav-tool li.search::after,
	.nav-flex-wrapper .nav-tool li .search-form::before,
	.nav-flex-wrapper .nav-tool li.lang::after,
	.nav-flex-wrapper .nav-tool li .lang-select:before {
		display: none;
	}

	.nav-flex-wrapper .nav-tool li .search-form {
		width: 100%;
		border: 0;
		border-radius: 0;
		padding: 0;
		visibility: visible;
		opacity: 1;
	}

	.nav-flex-wrapper .nav-tool li .search-form input {
		width: calc(100% - 100px);
		padding: 15px;
	}

	.nav-flex-wrapper .nav-tool li .search-form button {
		width: 100px;
	}

	.nav-flex-wrapper .nav-tool li .lang-select {
		width: auto;
		border: 0;
		visibility: visible;
		opacity: 1;
	}

	.nav-flex-wrapper .nav-tool li .lang-select a:not(:last-child) {
		margin-right: 20px;
	}

	.nav-flex-wrapper .nav-tool li.lang .lang-select img {
		display: block;
		max-width: 50px;
	}

	.scroll-banner-swiper .swiper-custom {
		bottom: 30px;
	}

	.index-about-data .item {
		padding: 0 20px;
	}

	.index-about-data .item .data .data-content .num {
		font-size: 36px;
		line-height: 36px;
	}

	.page-breadcrumb {
		margin: 30px 0;
	}

	.about-wrapper {
		flex-wrap: wrap;
	}

	.about-wrapper .thumb-desc {
		padding-left: 0;
		margin-top: 30px;
	}

	.show-product .product-basic .thumb-desc {
		padding-left: 50px;
	}

	.show-product .product-basic .thumb-desc .title {
		font-size: 24px;
	}

	.gotoTop {
		right: 20px;
	}
}

@media (max-width:992px) {
	.section-column-padding {
		padding: 60px 0;
	}

	.section-more-title .title,
	.static-banner .banner-title {
		font-size: 36px;
	}

	.section-more-title .more {
		transform: translateY(-10px);
	}

	.index-about {
		flex-direction: column;
	}

	.index-about .thumb-desc .title {
		font-size: 36px;
		margin: 30px 0;
	}

	.index-about-data {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.index-about-data .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.page-about-data {
		padding: 50px 0;
	}
	
	.grid-list-news .item .item-thumb{
		width: 85%;
	}

	.grid-list-news .item .item-thumb .thumb-desc {
		padding: 0 20px;
	}

	.grid-list-news .item .item-thumb .thumb-desc .title {
		font-size: 20px;
	}

	.grid-list-news .item .item-thumb .thumb-desc .desc {
		margin: 10px 0;
	}
	
	.grid-list-news .item .item-date{
		width: 15% ;
	}
	
	.grid-list-news .item .item-date span.month{
		font-size: 40px ;
		line-height: 40px ;
	}
	
	.grid-list-news .item .item-date span.year{
		font-size: 20px ;
	}
	
	.show-news .news-body,
	.show-news .news-related{
		padding: 50px 80px;
	}

	.footer-wrapper {
		flex-wrap: wrap;
		padding: 50px 0;
	}

	.footer-logo,
	.footer-msg {
		width: 100%;
	}

	.footer-logo {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.footer-logo a {
		display: inline-block;
		width: auto;
	}

	.footer-logo img {
		max-width: 120px;
	}

	.footer-msg {
		justify-content: space-between;
	}

	.footer-msg .item {
		padding-left: 0;
		width: 48%;
	}

	.footer-copy {
		padding: 30px 0;
	}
}

@media (max-width:576px) {
	.header-container .logo img {
		max-width: 150px;
	}

	.nav-mobile-btn span,
	.nav-mobile-btn span::before,
	.nav-mobile-btn span::after {
		width: 35px;
	}

	.nav-mobile-btn span::before {
		margin-top: -10px;
	}

	.nav-mobile-btn span::after {
		margin-top: 20px;
	}

	.header-wrapper .nav-flex-wrapper {
		height: calc(100vh - 62px);
	}

	.nav-flex-wrapper .nav-ul li a {
		padding: 10px 15px;
	}

	.nav-flex-wrapper .nav-tool li .search-form input {
		padding: 5px 10px;
	}

	.nav-flex-wrapper .nav-tool li.lang .lang-select img {
		max-width: 30px;
	}

	.scroll-banner-swiper .swiper-custom {
		bottom: 10px;
	}

	.scroll-banner-swiper .swiper-tool {
		padding-bottom: 0;
	}

	.section-more-title .title,
	.static-banner .banner-title {
		font-size: 28px;
	}

	.section-more-title .more {
		transform: translateY(-5px);
	}

	.grid-index-products {
		grid-template-columns: repeat(2, calc((100% - 20px) / 2));
		grid-gap: 20px 15px;
		margin-top: 30px;
	}

	.grid-index-products .item .title {
		font-size: 16px;
	}

	.index-about .thumb-desc .title {
		font-size: 28px;
		margin: 20px 0;
	}

	.index-about-data .item {
		width: 100%;
	}

	.index-about-data .item:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #6bb3e2;
		padding-bottom: 20px;
	}

	.index-about-data .item .data .data-content .num {
		font-size: 28px;
		line-height: 28px;
	}

	.page-about-data {
		padding: 50px 0 30px;
	}

	.grid-index-news {
		grid-template-columns: repeat(2, calc((100% - 20px) / 2));
		grid-gap: 20px 20px;
	}

	.grid-index-news .item .thumb-img .date {
		padding: 5px;
	}

	.grid-index-news .item .thumb-img .date span.month {
		font-size: 16px;
		line-height: 16px;
	}

	.grid-index-news .item .thumb-img .date span.year {
		font-size: 12px;
	}

	.grid-index-news .item .thumb-desc .title {
		font-size: 16px;
	}

	.grid-index-news .item .thumb-desc .desc {
		font-size: 14px;
	}

	.grid-about-thumbs {
		grid-template-columns: repeat(2, calc((100% - 10px) / 2));
		grid-template-rows: repeat(4, auto);
		grid-gap: 10px;
	}

	.grid-about-thumbs .item:last-child {
		grid-column: 1/3;
		grid-row: 3/5;
	}

	.about-topic-title {
		font-size: 28px;
	}

	.section-certificate-padding {
		padding: 0 0 60px;
	}

	.grid-list-products {
		grid-template-columns: repeat(2, calc((100% - 10px) / 2));
		grid-gap: 30px 10px;
		margin-bottom: 50px;
	}

	.grid-list-products .item .title {
		font-size: 16px;
		margin: 10px 0;
	}

	.grid-list-products .item .more .icon {
		width: 30px;
		height: 30px;
	}

	.show-product .product-basic {
		flex-direction: column;
		margin-bottom: 50px;
	}

	.show-product .product-basic .thumb-desc {
		padding-left: 0;
		padding-top: 30px;
	}

	.show-product .product-basic .thumb-desc .title,
	.show-product .product-detail .topic-title {
		font-size: 20px;
	}

	.show-product .product-basic .thumb-desc .params .param-title {
		font-size: 18px;
	}

	.show-product .product-detail .product-body {
		padding: 30px 0 50px;
	}
	
	.grid-list-news .item{
		position: relative;
		flex-direction: column;
		margin-bottom: 30px ;
	}
	
	.grid-list-news .item .item-thumb{
		flex-direction: column;
		width: 100% ;
		border-right: 0 ;
	}
	
	.grid-list-news .item .item-thumb .thumb,
	.grid-list-news .item .item-thumb .thumb-desc{
		width: 100% ;
	}
	
	.grid-list-news .item .item-thumb .thumb-desc{
		padding: 20px 0 0 ;
	}
	
	.grid-list-news .item .item-date{
		position: absolute;
		right: 0 ;
		top: 0 ;
		background-color: #6bb3e2;
		color: var(--white);
		padding: 10px ;
	}
	
	.grid-list-news .item .item-date span.month{
		font-size: 20px ;
		line-height: 20px ;
	}
	
	.grid-list-news .item .item-date span.year{
		font-size: 14px ;
	}
	
	.page-news{
		padding: 0 0 50px;
	}
	
	.show-news .title{
		font-size: 24px ;
	}
	
	.show-news .news-body, .show-news .news-related{
		padding:  30px 15px ;
	}
	
	.contact-topic-title{
		font-size: 24px ;
		margin-bottom: 30px ;
	}
	
	.grid-list-contact{
		grid-template-columns: 100% ;
	}
	
	.grid-list-contact .item{
		padding: 30px 20px ;
	}
	
	.form-elements .form-line{
		flex-direction: column;
	}
	
	.form-elements .form-line input:not(:last-child){
		margin-right: 0 ;
		margin-bottom: 30px ;
	}
	
	.form-elements .form-line button{
		width: 100% ;
	}

	.footer-logo img {
		max-width: 100px;
	}

	.footer-msg {
		flex-direction: column;
	}

	.footer-msg .item {
		width: 100%;
	}

	.footer-msg .item:not(:last-child) {
		margin-bottom: 30px;
	}

	.gotoTop {
		right: 10px;
		bottom: 20px;
	}
}
