@media (max-width: 1600px) {
	
}
@media (max-width: 1366px) {
	.main-slide-txt .slide-title {
		font-size: 56px;
	}
	.title-b h2 {
		font-size: 44px;
	}
}
@media (max-width: 1200px) {
	.container {
		width: 900px;
		max-width: 900px;
	}
	.main-slide-txt .slide-title {
		font-size: 52px;
	}
	.section {
		padding: 100px 0;
	}
	.gg-iframe iframe {
		height: 490px;
	}
}
@media (max-width: 1080px) {
	
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.container {
		width: 100%;
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-menu.header-default.header-transparent.fixed {
		position: relative;
	}
	.manu-hamber {
		display: inline-block;
		position: fixed;
		top: 22px;
		right: 20px;
		z-index: 99999;
	}
	.menu-content .menu-lang {
		display: block;
		padding-left: 35px;
		overflow: hidden;
	}
	.popup-mobile-manu .inner .mobileheader a.mobile-close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.header-default .header-right {
		display: none;
	}
	.menu-lang {
		list-style: none;
	}
	.menu-lang .current {
		color: #005c1a;
	}
	.menu-lang li {
		float: left;
		margin-right: 20px;
	}
	.object-custom-menu {
		padding: 0 35px;
	}
	.object-custom-menu li {
		margin: 30px 0;
	}
	.main-slide-txt .slide-title {
		font-size: 44px;
	}
	.title-b h2 {
		font-size: 36px;
	}
	.title-b span {
		font-size: 18px;
	}
	.section {
		padding: 80px 0;
	}
	.inst-link {
		width: 60px;
		height: 60px;
	}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	body, 
	p, 
	input,
	button,
	select,
	textarea {
		font-size: 14px;
	}
	.main-slide-txt .slide-title {
		font-size: 40px;
	}
	.title-b h2 {
		font-size: 32px;
	}
	.section {
		padding: 60px 0;
	}
	.about-sect img {
		width: 100%;
	}
	.about-sect .col-md-6:first-child {
		display: none;
	}
	.mess-sect img {
		width: 100%;
		margin-top: 30px;
	}
	.gg-iframe {
		margin-bottom: 30px;
	}
	.video-row h4 {
		font-size: 16px;
	}
	.gg-iframe iframe {
		height: 300px;
	}
	.inst-link {
		top: -30px;
		transform: translate(-50%,0);
	}
	.insta-wrapper {
		overflow: visible;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.main-slide-txt .slide-title {
		font-size: 32px;
	}
	.main-slide-txt {
		width: 100%;
		padding: 0 25px;
	}
	.title-b h2 {
		font-size: 28px;
	}
	.insta-section {
		padding: 50px 0;
		background: #f4f3f1;
	}
}
@media (max-width: 480px){	
	
}
@media (max-width: 320px){	
	.main-slide-txt .slide-title {
		font-size: 26px;
	}
}

