@media screen and (min-width:300px) and (max-width:720px){
	.half {
		float: none;
		margin: 0;
		width: auto
	}
	input.input {
		width: calc(100% - 20px)
	}
	
	.button {
		padding: 5px 7px;
	}

	.sticky-header > .main-wrapper > .complaint {
		display: block;
		position: static;
		color: #FFF;
		font-size: larger;
		background: #EA1003 center no-repeat;
		/* padding: 1px; */
		width: calc(100% - 35px);
		margin: 10px auto auto auto;
		border-width: thin thin thin 0;
		border-color: #DDD;
		border-style: solid;
		border-right: 0;
		border-radius: 20px;
	}
	
	.sticky-header > .main-wrapper > .search {
		display: block;
		position: static;
		background: #F2F2F2;
		padding: 10px;
		border-bottom: thin solid #DDD
	}
	
	.sticky-header > .main-wrapper > .search > button {
		background: #FFF;
		color: #333;
		border-width: thin thin thin 0;
		border-color: #DDD;
		border-style: solid;
		border-radius: 0 20px 20px 0;
		
	}
	
	.sticky-header > .main-wrapper > .search > input[type=text] {
		border-right: 0;
		width: calc(100% - 63px);
		border-radius: 20px 0 0 20px;
	}
	
	.space-top {
		margin-top: 10px !important;
	}
	
	.space-top-2x {
		margin-top: 20px !important;
	}
	
	html.menu-active,
	html.menu-active body {
		overflow: hidden
	}
	
	html.menu-active #wrapper:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.7);
		z-index: 100;
	}
	
	#wrapper,
	#wrapper.sticky {
		padding-top: 50px;
	}
	
	.sticky-header > .main-wrapper > .header,
	#wrapper.sticky > .sticky-header > .main-wrapper > .header {
		height: 50px;
		background: #f2f2f2;
	}
	
	#wrapper > .sticky-header,
	#wrapper.sticky > .sticky-header {
		height: 90px;
		background: #F2F2F2;
	}
	
	.sticky-header > .main-wrapper > .header,
	#wrapper.sticky > .sticky-header > .main-wrapper > .header {
		background-size: 100%;
		background: #f2f2f2 url('../images/main-bg.png') top left no-repeat;
		background-size: 100%;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
	}
	
	.sticky-header > .main-wrapper > .header > a {
		top: 5px;
		right: 5px;
	}
	.sticky-header > .main-wrapper > .header > a > img {
		height: 40px;
	}
	
	.sticky-header > .main-wrapper,
	#wrapper.sticky > .sticky-header,
	#wrapper.sticky > .sticky-header > .main-wrapper {
		position: static;
	}
	
	.sticky-header > .main-wrapper > #mobile-menu {
		display: block;
		position: fixed;
		width: 30px;
		height: 30px;
		line-height: 30px;
		white-space: nowrap;
		top: 10px;
		left: 10px;
		border-radius: 5px;
		background: #333;
		z-index: 100;
		color: #FFF;
		text-align: center;
		text-decoration: none !important;
		-webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}
	
	html.menu-active #wrapper > .sticky-header > .main-wrapper > #mobile-menu {
		text-indent: -99999999px;
		z-index: 102;
		left: 230px;
		background: #FFF;
		color: #1a80b6;
	}
	
	html.menu-active #wrapper > .sticky-header > .main-wrapper > #mobile-menu:after {
		content: "\f16c";
		text-indent: 0;
		font-family: 'Flaticon' !important;
		display: block;
		position: absolute;
		font-size: 20px;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		color: #333;
	}
	
	.sticky-header > .main-wrapper > .nav,
	#wrapper.sticky >.sticky-header > .main-wrapper > .nav {
		position: fixed;
		top: 0;
		left: -280px;
		height: calc(100% - 50px);
		width: 240px;
		z-index: 101;
		padding: 30px 20px 20px;
		background: #FFF url('../images/main-bg.png') no-repeat;
		background-size: 140%;
		-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    	overflow: auto;
    	-webkit-transition: left .3s;
	    -moz-transition: left .3s;
	    -ms-transition: left .3s;
	    -o-transition: left .3s;
	    transition: left .3s;
	}
	
	.sticky-header > .main-wrapper > .nav > li {
		padding-right: 0
	}
	
	html.menu-active #wrapper >.sticky-header > .main-wrapper > .nav {
		left: 0;
	}
	
	.sticky-header > .main-wrapper > .nav > li {
		display: block;
	}
	
	.sticky-header > .main-wrapper > .nav > li a:before,
	.sticky-header > .main-wrapper > .nav > li.sub ul > li > a:before {
		height: 1px;
		background: #DDD !important
	}
	
	.sticky-header > .main-wrapper > .nav > li.sub ul > li > a:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: all .2s;
	    -moz-transition: all .2s;
	    -ms-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	}
	
	.sticky-header > .main-wrapper > .nav > li.sub:after
	{
		content: none;
	}
	.sticky-header > .main-wrapper > .nav > li.sub ul {
		border: 0;
		position: static;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		min-width: 0;
		margin-left: 20px;
	}
	.sticky-header > .main-wrapper > .nav > li.sub ul > li {
		border: 0;
		padding: 0;
	}
	.sticky-header > .main-wrapper > .nav > li.sub ul > li > a {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		text-decoration: none !important
	}
	.sticky-header > .main-wrapper > .nav > li.sub ul > li > a:hover {
		color: #DE3329 !important
	}
		
	#wrapper > .content {
		margin-top: 0 !important;
		padding: 0 10px;
	}
	
	#wrapper > .content > .main-content,
	#wrapper > .content > .sidebar
	{
		float: none;
		width: auto;
		padding-bottom: 10px;
    padding-right: 0 !important;
	}
	
	.desktop {
		display: none !important
	}
	
	.action-wp > li,
	.action-wp > li > a {
		float: none !important;
		width: auto !important
	}
	
	.action-wp > li {
		margin-top: 10px
	}
	.action-wp > li:first-child {
		margin-top: 0;
	}
	
	#wrapper > .top-footer > .main-wrapper,
	#wrapper > .footer {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
	}
	#wrapper > .top-footer h2 {
		font-size: 18px;
		float: none;
	}
	
	#wrapper > .top-footer .button {
		float: none;
		margin-top: 0px;
	}
	
	/* S:PopUp */
	.sweet-alert p > img.img_block {
		width: 100px
	}
	
	.sweet-alert p > img.img_block.big {
		width: 300px
	}
	
	.sweet-alert p {
		max-height: 300px;
	}
	
	.sweet-alert button {
		padding: 10px 15px;
		margin: 10px 5px 0 5px;
	}
	
	/* E:PopUp */
	.fancybox-slide::before {
		height: 0!important;
	}
	.fancybox-slide > iframe {
		width: 100%;
		height: 265px;
		margin-top: 50%!important;
	}
	
	/* S:ASEAN Countries */
	.asean-countries > ul {
		background-size: 30%;
	}
	.asean-countries > ul > li {
		width: 60px;
	}
	.asean-countries > ul > li.flag1 {
		top: 0;
		left: calc(50% - 30px);
	}
	
	.asean-countries > ul > li.flag2 {
		top: calc(20% - 29px);
		left: calc(75% - 30px);
	}
	
	.asean-countries > ul > li.flag3 {
		top: calc(40% - 29px);
		right: 0;
	}
	
	.asean-countries > ul > li.flag4 {
		bottom: calc(40% - 29px);
		right: 0;
	}
	
	.asean-countries > ul > li.flag5 {
		bottom: calc(20% - 29px);
		left: calc(75% - 30px);
	}
	
	.asean-countries > ul > li.flag6 {
		bottom: 0;
		left: calc(50% - 30px);
	}
	
	.asean-countries > ul > li.flag7 {
		bottom: calc(20% - 29px);
		left: calc(25% - 30px);
	}
	
	.asean-countries > ul > li.flag8 {
		bottom: calc(40% - 29px);
		left: 0;
	}
	
	.asean-countries > ul > li.flag9 {
		top: calc(40% - 29px);
		left: 0;
	}
	
	.asean-countries > ul > li.flag10 {
		top: calc(20% - 29px);
		left: calc(25% - 30px);
	}
	/* E:ASEAN Countries */
	
	/* S:catalogue */
	.catalogue .left, .catalogue .right {
		float: none;
		width: auto;
		margin: 0;
	}
	.catalogue .left {
		text-align: center;
	}
	
	/* E:catalogue */
	
	/* S:Pagination */
	.pagination > p {
		display: none;
	}
	/* E:Pagination */
	
	/* S:Articles */
	ul.articles > li > a.img_outer {
		width: 100px;
		height: 100px;
	}
	ul.articles > li > article {
		margin-left: 110px
	}
	/* E:Articles */
	
	/* S:Event */
	ul.event > li {
		// width: auto;
    margin: 10px 10px 0 10px!important;
	}
	ul.event > li > a {
		padding: 10px;
	}
	/* E:Event */
	
	/* S:Tabs */
	.tabs > .buttons {
		padding: 0;
	}
	
	.tabs > .buttons > a {
		padding: 8px;
	}
	/* E:Tabs */
	
	/* S:Wizard */
	.wizard > .header {
		padding-bottom: 20px;
	}
	.wizard > .header > li, .wizard > .header > li > a {
		margin: 10px auto;
    float: none !important;
    width: 50%;
    display: table;
	}
  .wizard > .header > li:last-child {
    margin-right: auto;
  }
	.wizard > .header > li:after {
		width: 34px;
		left: 44px;
	}
	.wizard > .header > li.active:before {
		border-width: 0 10px 10px 10px;
		bottom: -20px;
		left: calc(50% - 10px);
	}
	/* .wizard > .header > li > a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	} */
	/* E:Wizard */
	.fontslider {
		font-size: 14px;
	}
  /* Caption Home Slider */
  .headline ul.slider > li > img {
    margin-bottom: 125px;
  }
}

@media screen and (min-width:721px) and (max-width:900px){
	#wrapper, #wrapper.sticky {
		padding-top: 175px;
	}
	#wrapper > .sticky-header {
		height: 175px;
		background-size: 60%;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
	}
	
	.sticky-header > .main-wrapper > .header {
		height: 40px;
	}
	
	.sticky-header > .main-wrapper > .header > a {
		top: 5px;
	}
	
	.sticky-header > .main-wrapper > .header > a > img {
		height: 40px;
	}
	
	.sticky-header > .main-wrapper > .nav
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.sticky-header > .main-wrapper > .nav,
	.sticky-header > .main-wrapper > .search {
		top: 50px;
	}
	
	.sticky-header > .main-wrapper > .search {
		display: none
	}
	
	#wrapper > .content > .main-content,
	#wrapper > .content > .sidebar
	{
		float: none;
		width: auto;
		padding: 0 10px;
	}
	.top-footer {
		padding: 0 10px;
	}
	.half {
		float: none;
		margin: 0;
		width: auto
	}
	#wrapper > .content {
		padding: 0 10px;
	}

	.sticky-header > .main-wrapper > .complaint {
		display: block;
		position: static;
		color: #FFF;
		font-size: larger;
		background: #EA1003 center no-repeat;
		/* padding: 1px; */
		width: calc(100% - 35px);
		margin: 60px auto auto auto;
		border-width: thin thin thin 0;
		border-color: #DDD;
		border-style: solid;
		border-right: 0;
		border-radius: 20px;
	}
	
	.sticky-header > .main-wrapper > .search {
		display: block;
		position: static;
		background: #F2F2F2;
		padding: 10px;
		border-bottom: thin solid #DDD
	}
	
	.sticky-header > .main-wrapper > .search > button {
		background: #FFF;
		color: #333;
		border-width: thin thin thin 0;
		border-color: #DDD;
		border-style: solid;
		border-radius: 0 20px 20px 0;
		
	}
	
	.sticky-header > .main-wrapper > .search > input[type=text] {
		border-right: 0;
		width: calc(100% - 63px);
		border-radius: 20px 0 0 20px;
	}
}

@media screen and (min-width:901px) and (max-width:970px){
	.sticky-header > .main-wrapper > .search {
		display: block
	}
	.sticky-header > .main-wrapper > .search > input[type=text] {
		width: 150px;
	}
	#wrapper > .content {
		padding: 0 10px;
	}
}

@media screen and (min-width:901px) and (max-width:1070px){
	.main-wrapper {
		width: 1004px;
	}

	.sticky-header > .main-wrapper > .search {
		display: block
	}
	.sticky-header > .main-wrapper > .search > input[type=text] {
		width: 150px;
	}
	
	#wrapper.sticky .sticky-header > .main-wrapper
	{
		width: auto;
		max-width: 1004px;
	}
	
	#wrapper > .content > .main-content
	{
		width: 684px;
	}

	#wrapper > .content > .sidebar
        {
                width: 260px;
        }
	
	.action-wp > li > a {
		width: 210px
	}
	
	ul.event > li {
		width: auto;
		display: block
	}
}
