@media screen and (max-width: 1024px) {

	
}
@media screen and (max-width: 768px) {
	.show-sm {
		display: block;
	}
	.hide-sm {
		display: none;
	}
	.popup-container {
		align-items: unset;
	}
	.world-btn-name {
		font-size: 0.6em;
		white-space: nowrap;
	}
	.world-btn-name h5 {
		margin-top: 5px;
		transform: scale(0.9);
	}
	.world-btn-name h6 {
		transform: scale(0.7);
		margin-top: 0;
	}
	.news-desc {
		min-height: 100px;
		margin-bottom: 30px;
	}
	.news-right {
		text-align: left;
	}
	.wide-btn {
		height: 80px;
		width: 300px;
		line-height: 80px;
	}
	body {
		font-size: 1rem;
	}
	.navtop.container {
		padding: 1em 2em 0.4em 2em;
	}
	.hbg-btn {
		display: inline-block;
	}
	
	.navbar.text-right {
		text-align: center;
	}
	.bg-flower-dec::before {
		content: none;
	}
	
	header {
		overflow: hidden;
		height: auto;
		max-height: 50px;
    	background-color: transparent;
	}
	header.active {
		max-height: 500px;
		background-color: #00a2c2;
	}
	
	.navbar li {
	    display: block;
	    padding: 10px 20px;
	    margin-bottom: 0;
	    margin-top: 10px;
	}
	.navbar li + li {
		margin-left: 0;
	}
	/* text */
	.t-xlarge {
		font-size: 1.6em; /* 30px */
	}
	.t-large {
		font-size: 1.4em; /* 26px */
	}
	.t-midlarge {
		font-size: 1.2em; /* 22px */
	}
	.t-mid {
		font-size: 1em; /* 18px */
	}
	.t-small {
		font-size: 0.9em; /* 16px */
	}
	.t-xsmall {
		font-size: 0.8em; /* 14px */
	}
	
	.section-title {
		font-size: 24px;
		max-width: 200px;
	}

	/* layout */
	.container {
		padding: 4em 1.3em;
	}
	.top-sec .container {
		padding: 3em 0em 0;
	}
	.bg-w-sm {
		padding: 15px;
		margin: 0 -15px;
	}
	.text-center-sm {
		text-align: center;
	}
	.mx-auto-sm {
		margin-left: auto;
		margin-right: auto;
	}

	.main-bg-img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 100px;
	}
	.main-title {
		padding-top: 30px;
		min-height: 10vh;
	}
	.hbg-btn {
		margin-top: 0;
		height: 44px;
	}
	
	.long-btn {
	    height: 135px;
	    width: 36px;
	    padding: 9px;
	    letter-spacing: 3px;
	    font-size: 19px;
	}
	.top-btn {
		width: 36px;
		height: 36px;
		padding: 18px 11.5px;
	}
	.top-btn::before {
		width: 18px;
		top: 10px;
	}
	.top-btn::after {
		width: 9px;
		height: 9px;
	}
	
	.flex-space {
		display: block;
		text-align: center;
	}
	
	.hideontop.show {
	    opacity: 0.8;
	    transform: scale(0.75);
	    right: 0;
	}
	
	footer .container {
		text-align: center;
	}
	footer .container span {
		display: block;
		margin-top: 2em;
	}
	footer .container span#count-people {
		display: inline-block;
		margin-top: 0;
	}
	.logo {
		margin: 0;
	}
	footer .float-right {
		float: none;
		display: block;
		text-align: center;
	}
	.popup-block.active {
		display: block;
	}
	.popup-img {
		display: block;
		text-align: center;
		margin: 0 auto 20px;
	}
	#popup-world-3 .popup-img {
		width: 160px;
		min-width: 160px;
	}
	.popup-block p {
		padding-right: 0px;
	}
	header .logo {
		float: none;
		position: absolute;
		
	    margin-top: -11px;
	    margin-left: -19px;
	    width: 70px;
	}
}