@media (min-width:1400px) {
	/* .container {
		width: 1280px;
	} */
}


@media (min-width:1480px) {
	/* .container {
		width: 1440px;
	} */

}

@media (max-width:1024px) {
	.container {
		width: 100%;
	}

	.flex-fixed-header.open {
		background-color: var(--white);
	}

	.flex-header .nav-mobile-btn {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
	}

	.flex-header .nav-mobile-btn span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		width: 30px;
		height: 1px;
		border-radius: 1px;
		background: var(--white);
	}

	.flex-header .nav-mobile-btn span::before,
	.flex-header .nav-mobile-btn span::after {
		content: "";
		display: block;
		width: 30px;
		height: 1px;
		border-radius: 1px;
		background: var(--white);
		transition: .5s;
	}

	.flex-header .nav-mobile-btn span::before {
		margin-top: -10px;
	}

	.flex-header .nav-mobile-btn span::after {
		margin-top: 20px;
	}

	.flex-fixed-position .flex-header .nav-mobile-btn span,
	.flex-fixed-position .flex-header .nav-mobile-btn span::before,
	.flex-fixed-position .flex-header .nav-mobile-btn span::after,
	.open .flex-header .nav-mobile-btn span,
	.open .flex-header .nav-mobile-btn span::before,
	.open .flex-header .nav-mobile-btn span::after {
		background: var(--font-color);
	}

	.flex-fixed-position .open .nav-mobile-btn span,
	.open .flex-header .nav-mobile-btn span,
	.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;
	}

	.flex-nav {
		position: absolute;
		top: 100%;
		left: -100%;
		width: 100%;
		height: calc(100vh - 91px);
		background-color: var(--white);
		display: block;
		border-top: 1px solid #dfdfdf;
		visibility: hidden;
		opacity: 0;
		z-index: 999;
		transition: .5s;
	}

	.open .flex-nav {
		left: 0;
		visibility: visible;
		opacity: 1;
	}

	.flex-nav li.nav-top {
		padding: 0;
	}

	.flex-nav li.nav-top a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: var(--font-color);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.flex-nav li.nav-top a span.expand {
		display: block;
		width: 16px;
		height: 16px;
		border: 1px solid var(--font-color);
		border-left: 0;
		border-bottom: 0;
		transform: rotate(45deg);
		transition: .5s;
	}

	.flex-nav li.open a span.expand {
		transform: rotate(135deg);
	}

	.flex-nav li.nav-lang {
		padding: 0 30px;
	}

	.flex-nav li.nav-top .nav-childs-ul {
		position: initial;
		max-height: 0;
		overflow: hidden;
		transition: .5s;
	}

	.flex-nav li.nav-top.open .nav-childs-ul {
		max-height: 500px;
		visibility: visible;
		opacity: 1;
	}

	.flex-nav li.nav-top .nav-childs-ul a {
		color: var(--font-color);
		text-align: left;
		line-height: 40px;
		color: var(--white);
		padding: 0 50px;
	}
	
	.about-count-num{
		position: initial;
		width: 100% ;
	}
	
	.about-cover{
		flex-direction: column;
	}
	
	.about-cover .cover-thumb, .about-cover .cover-desc{
		width: 100%;
	}
	
	.about-cover .cover-desc{
		padding-left: 0;
		margin-top: 20px ;
	}

}

@media (max-width:992px) {
	.section-padding {
		padding: 50px 0;
	}

	.section-topic-title {
		font-size: 32px;
	}

	.index-logistics .logistics-chain .item-chain {
		padding: 30px 0;
	}

	.index-about .thumb-desc {
		padding: 0 30px;
	}

	.index-news .news-wrapper {
		padding: 40px 0;
	}

	.index-news .news-wrapper .news-left,
	.index-news .news-wrapper .news-right {
		width: calc((100% - 30px) / 2);
	}
	
	.list-news .news-item .thumb-desc{
		padding: 0 50px ;
	}
	
	.list-news .news-item .thumb-desc .desc{
		margin: 10px 0;
	}
	
	.show-news-container{
		padding: 50px 30px;
	}
	
	.section-page-solution, .section-page-service, .section-page-about, .section-page-contact{
		padding: 20px 0 50px;
	}
	
	.contact-map .contact-way{
		padding: 0 20px ;
	}
	
	.contact-map .contact-way .title{
		font-size: 20px;
		margin-bottom: 20px ;
	}
	
	.contact-map .contact-way .desc p:not(:last-child){
		margin-bottom: 10px ;
	}

	.footer-nav .nav-item .nav-ul,
	.footer-msg {
		flex-wrap: wrap;
	}

	.footer-nav .nav-item .nav-ul a {
		margin-bottom: 20px;
	}

	.footer-msg .addr {
		margin-bottom: 20px;
	}
}

@media (max-width:576px) {
	.flex-fixed-header {
		position: relative;
	}
	
	.flex-fixed-position{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.flex-header .nav-mobile-btn span,
	.flex-header .nav-mobile-btn span::before,
	.flex-header .nav-mobile-btn span::after{
		background-color: var(--font-color);
	}

	.logo a img {
		max-height: 50px;
	}
	
	.flex-nav{
		height: calc(100vh - 50px);
	}
	
	.flex-nav li.nav-top a{
		line-height: 40px ;
		padding: 0 20px ;
	}
	
	.flex-nav li.nav-top.nav-lang{
		padding: 0 20px ;
	}
	
	.flex-nav li.nav-top.nav-lang a{
		padding: 0 ;
	}
	
	.flex-nav li.nav-top a span.expand{
		width: 12px ;
		height: 12px ;
	}
	
	.flex-nav li.nav-top .nav-childs-ul a{
		padding: 0 25px ;
	}
	
	.section-topic-title{
		font-size: 24px ;
	}

	.index-service-icon {
		padding: 50px 0 30px ;
	}
	
	.index-service-icon .item-icon{
		width: 30% ;
		margin-bottom: 30px ;
	}
	
	.index-service-icon .item-icon img{
		max-width: 50px ;
	}
	
	.index-service-icon .item-icon .title{
		font-size: 16px ;
	}
	
	.index-logistics .logistics-chain,
	.index-solution-list{
		flex-wrap: wrap;
	}
	
	.index-logistics .logistics-chain .item-chain{
		width: 100% ;
		border-right: 0 ;
	}
	
	.index-logistics .logistics-chain .item-chain:not(:last-child){
		border-bottom: 1px solid var(--white);
	}
	
	.index-solution-list{
		padding: 40px 0;
	}
	
	.index-solution-list .solution-item{
		width: calc((100% - 20px) / 2);
		margin-bottom: 20px ;
	}
	
	.index-solution-list .solution-item:not(:last-child){
		margin-right: 0;
	}
	
	.index-solution-list .solution-item:not(:nth-child(2n)){
		margin-right: 20px ;
	}
	
	.index-solution-list .solution-item .solution-hover{
		position: initial;
		visibility: visible;
		opacity: 1;
	}
	
	.index-solution-list .solution-item .solution-hover .title{
		position: initial;
		font-size: 16px ;
		text-align: center;
		padding: 10px 0;
		transform: translate(0,0);
	}
	
	.index-about-bg{
		padding: 50px 0;
	}
	
	.index-about .thumb-img, .index-about .thumb-desc{
		width: 100% ;
	}
	
	.index-about .thumb-desc{
		padding: 20px 0;
	}
	
	.index-news .news-wrapper{
		flex-wrap: wrap;
	}
	
	.index-news .news-wrapper .news-left, .index-news .news-wrapper .news-right{
		width: 100%;
	}
	
	.index-news .news-wrapper .news-item .news-content{
		padding: 30px 15px ;
	}
	
	.index-news .news-wrapper .news-right{
		margin-top: 30px ;
		padding: 30px 15px ;
	}
	
	.index-news .news-wrapper .news-right .news-li:not(:last-child){
		margin-bottom: 20px ;
	}
	
	.static-banner .banner-text .title{
		font-size: 20px ;
	}
	
	.section-list-news{
		padding-bottom: 50px ;
	}
	
	.list-news .news-item{
		flex-direction: column;
		margin-bottom: 30px ;
	}
	
	.list-news .news-item .thumb-img,.list-news .news-item .thumb-desc{
		width: 100%;
	}
	
	.list-news .news-item .thumb-desc{
		margin-top: 20px ;
		padding: 0 ;
	}
	
	.list-news .news-item .thumb-desc .title{
		font-size: 18px ;
	}
	
	.show-news-container .title{
		font-size: 20px ;
	}
	
	.show-news-container .content{
		padding: 30px 0;
	}
	
	.show-news-container .related-links{
		padding: 0;
	}
	
	.show-news-container .related-links a{
		font-size: 16px ;
		line-height: 30px ;
	}
	
	.list-service .service-thumb-item{
		width: 100%;
	}
	
	.list-service .service-thumb-item:not(:nth-child(3n)){
		margin-right: 0;
	}
	
	.solution-thumb,.solution-thumb:nth-child(even){
		flex-direction: column;
	}
	
	.solution-thumb .thumb-img, .solution-thumb .thumb-desc{
		width: 100%;
	}
	
	.solution-thumb .thumb-desc .title{
		font-size: 20px ;
	}
	
	.solution-thumb .thumb-desc{
		padding: 20px 15px;
	}
	
	.about-wrapper{
		flex-direction: column;
	}
	
	.about-wrapper .about-thumb, .about-wrapper .about-content{
		width: 100%;
	}
	
	.about-wrapper .about-content{
		margin-top: 20px ;
	}
	
	.about-wrapper .about-content .topic-title .en-title{
		font-size: 32px ;
	}
	
	.about-wrapper .about-content .content{
		padding: 30px 0 ;
	}
	
	.about-count-num{
		flex-wrap: wrap;
		padding: 30px 15px 0;
	}
	
	.about-count-num .item-num{
		width: 50% ;
		margin-bottom: 30px ;
	}
	
	.about-count-num .item-num:not(:last-child){
		margin-right: 0;
	}
	
	.about-count-num .item-num .data-num{
		text-align: center;
	}
	
	.contact-map{
		flex-direction: column-reverse;
		margin-bottom: 50px ;
	}
	
	.contact-map .contact-way, .contact-map .contact-thumb{
		width: 100% ;
	}
	
	.contact-map .contact-way{
		padding: 30px ;
	}

	.contact-map .contact-thumb{
		background-size: 0 ;
	}

	.contact-map .contact-thumb img{
		display: block;
	}
	
	.contact-form .form-elements .form-line{
		flex-wrap: wrap;
	}
	
	.contact-form .form-elements .form-line input:not(:last-child){
		margin-right: 0;
		margin-bottom: 30px ;
	}
	
	.contact-form .form-elements .form-line button{
		width: 50% ;
	}
	
	footer{
		padding: 30px 0;
	}
	
	.footer-msg{
		padding: 30px 0;
		line-height: 30px ;
	}
	
	.footer-msg .addr{
		margin-right: 0;
	}
	
	.footer-msg .tel span{
		display: block;
	}
	
	.footer-msg .tel span:not(:last-child){
		margin-right: 0;
	}
	
	.footer-copyright{
		padding-top: 30px ;
	}
}
