
*, :before, :after { box-sizing: border-box; }
nav ul, nav ol, #nav ul, #navbar ul, #nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

@font-face {
    font-family: 'icons';
    src: url('../font/icons.eot?24804043');
    src: url('../font/icons.eot?24804043#iefix') format('embedded-opentype'),
         url('../font/icons.woff?24804043') format('woff'),
         url('../font/icons.ttf?24804043') format('truetype'),
         url('../font/icons.svg?24804043#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************************************************
/////////////////////////////////////////////////
                **ipad**
/////////////////////////////////////////////////
*************************************************/
@media  (min-width: 768px) and (max-width: 1024px){
    .menu-desktop{
   		display: none;
    }
    .menu-mobile{
    	display: block;
    }
    .logo-mobile{
        width: 60px;
        padding: 10px 15px;
        display: block;
    }
    /* ----------------------------------------------------------------------------
        Navigation Menu
    ----------------------------------------------------------------------------- */
    #menutoggle {
        display: block;
        margin: 0;
        padding: 0 15px;
        width: auto;
        color: #fff;
        background: #bf3654;
        height: 45px;
        font: 18px/46px 'Open Sans','Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
        position: absolute;
        right: 12px;
        bottom: 11px;
        transition: background 0.2s linear 0s;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #menutoggle span {
        display: none;
    }
    #menutoggle:before {
        display: inline-block;
        margin-left: 0;
        width: 18px;
        height: 45px;
        line-height: 48px;
        content: "\e826";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: 21px;
        vertical-align: top;
    }
    #menutoggle.is-active:before {
        content: "\e844";
    }
    #menutoggle:hover, #menutoggle:active, #menutoggle.is-active {
        background-color: #bf3654
    }
    #menutoggle { display: block }
    #menu-responsive {
        clear: both;
        margin: 0;
        width: 100%;
        height: 0;
        overflow: visible;
        position: relative;
        z-index: 1000;
        display: block !important;
    }
    #menu-responsive ul {
        float: none;
        display: block;
        margin: 0;
        width: auto;
        opacity: 0;
        max-height: 0;
        background: #bf3654;
        overflow: hidden;
        transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
        top: -1px;
        border: 0;
        position: relative;
    }
    #menu-responsive #menutoggle.is-active + ul {
        max-height: 1000px;
        opacity: 1;
        transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
    }
    #menu-responsive li {
        display: block;
        margin: 0;
        padding: 0;
        height: auto;
        overflow: hidden;
        border: 0;
        border-top: 1px dotted #fff;
    }
    #menu-responsive li:first-child {
        border-top: 0;
    }
    #menu-responsive li.onmobile {
        display: block;
    }
    #menu-responsive a, #menu-responsive span.submenu {
        float: none;
        display: block;
        margin: 0;
        padding: 9px 20px;
        height: auto;
        color: #fff;
        line-height: 1.6em;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        font-family: 'Open Sans', 'Helvetica Neue', Tahoma, Arial, sans-serif;
        border: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        transition: background 0.17s linear 0s;
    }
    #menu-responsive span.submenu:after {
        float: right;
        margin-left: 10px;
        width: 15px;
        height: inherit;
        content: "\e817";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: 105%;
        vertical-align: top;
    }
    #menu-responsive span.submenu.is-active {
        border-bottom: 1px dotted #455a64;
    }
    #menu-responsive span.submenu.is-active:after {
        content: "\e816";
    }
    #menu-responsive ul.submenu {
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 0;
        background: none;
        opacity: 1;
        position: relative;
        top: 0;
        transition: max-height 0.15s linear 0s;
    }
    #menu-responsive span.submenu.is-active + ul.submenu {
        max-height: 360px;
        overflow-y: auto;
    }
    #menu-responsive ul.submenu a {
        padding-left: 40px;
        background: none;
    }
    #menu-responsive ul.submenu a:before {
        display: inline-block;
        margin-right: 5px;
        margin-left: -15px;
        width: 10px;
        height: inherit;
        content: "\00BB";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: inherit;
        vertical-align: top;
    }
    #menu-responsive a:hover, #menu-responsive a.is-active, #menu-responsive li:hover span.submenu, #menu-responsive ul.submenu a:hover, #menu-responsive ul.submenu a.is-active {
        background: #bf3654;
    }

    .fullscreen-header{
    	height: 50vh;
    }
    .bg-cover-fullscreen{
    	height: 50vh;
    }
    .desc-cover{
    	font-size: 35px;
    }
    .layout-desc-cover {
        width: 100%;
        margin-top: 20%;
    }
    .info-contact{
    	padding: 10px 40px;
    }
    .desc-mission{
    	font-size: 23px;
    }
    .desc-event{
    	width: 70%;
    }
    .date-event {
        width: auto;
    }
    .date-event p{
    	font-size: 16px;
    }
    .waraper-how-we-can-help{
    	padding: 40px 0px;
    }
    .desc-we-can-help{
    	font-size: 20px;
    }
    .desc-our-partner{
    	font-size: 16px;
    }
    .text-let-start{
    	font-size: 16px;
    }
    .let-start-contact{
    	padding: 15px 20px;
    }
    .laoyut-popular-product h4{
    	font-size: 12px;
    }
    .laoyut-popular-product img{
    	height: 70px;
    }
    .laoyut-recent-post h4{
    	font-size: 12px;
    }
    .list-our-team{
		margin: 0px;
	}
    .titel-cover-img-header,
    .titel-cover-img-footer{
        font-size: 14px;
    }
}



/************************************************
/////////////////////////////////////////////////

                **iphone**

/////////////////////////////////////////////////
*************************************************/
@media screen and (max-width: 760px){
	.menu-desktop{
   		display: none;
    }
    .menu-mobile{
    	display: block;
    }
    .logo-mobile{
        width: 60px;
        padding: 10px 15px;
        display: block;
    }

    /* ----------------------------------------------------------------------------
        Navigation Menu
    ----------------------------------------------------------------------------- */
    #menutoggle {
        display: block;
        margin: 0;
        padding: 0 15px;
        width: auto;
        color: #fff;
        background: #bf3654;
        height: 45px;
        font: 18px/46px 'Open Sans','Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
        position: absolute;
        right: 12px;
        bottom: 11px;
        transition: background 0.2s linear 0s;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #menutoggle span {
        display: none;
    }
    #menutoggle:before {
        display: inline-block;
        margin-left: 0;
        width: 18px;
        height: 45px;
        line-height: 48px;
        content: "\e826";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: 21px;
        vertical-align: top;
    }
    #menutoggle.is-active:before {
        content: "\e844";
    }
    #menutoggle:hover, #menutoggle:active, #menutoggle.is-active {
        background-color: #bf3654
    }
    #menutoggle { display: block }
    #menu-responsive {
        clear: both;
        margin: 0;
        width: 100%;
        height: 0;
        overflow: visible;
        position: relative;
        z-index: 1000;
        display: block !important;
    }
    #menu-responsive ul {
        float: none;
        display: block;
        margin: 0;
        width: auto;
        opacity: 0;
        max-height: 0;
        background: #bf3654;
        overflow: hidden;
        transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
        top: -1px;
        border: 0;
        position: relative;
    }
    #menu-responsive #menutoggle.is-active + ul {
        max-height: 1000px;
        opacity: 1;
        transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
    }
    #menu-responsive li {
        display: block;
        margin: 0;
        padding: 0;
        height: auto;
        overflow: hidden;
        border: 0;
        border-top: 1px dotted #fff;
    }
    #menu-responsive li:first-child {
        border-top: 0;
    }
    #menu-responsive li.onmobile {
        display: block;
    }
    #menu-responsive a, #menu-responsive span.submenu {
        float: none;
        display: block;
        margin: 0;
        padding: 9px 20px;
        height: auto;
        color: #fff;
        line-height: 1.6em;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        font-family: 'Open Sans', 'Helvetica Neue', Tahoma, Arial, sans-serif;
        border: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        transition: background 0.17s linear 0s;
    }
    #menu-responsive span.submenu:after {
        float: right;
        margin-left: 10px;
        width: 15px;
        height: inherit;
        content: "\e817";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: 105%;
        vertical-align: top;
    }
    #menu-responsive span.submenu.is-active {
        border-bottom: 1px dotted #455a64;
    }
    #menu-responsive span.submenu.is-active:after {
        content: "\e816";
    }
    #menu-responsive ul.submenu {
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 0;
        background: none;
        opacity: 1;
        position: relative;
        top: 0;
        transition: max-height 0.15s linear 0s;
    }
    #menu-responsive span.submenu.is-active + ul.submenu {
        max-height: 360px;
        overflow-y: auto;
    }
    #menu-responsive ul.submenu a {
        padding-left: 40px;
        background: none;
    }
    #menu-responsive ul.submenu a:before {
        display: inline-block;
        margin-right: 5px;
        margin-left: -15px;
        width: 10px;
        height: inherit;
        content: "\00BB";
        color: inherit;
        font-family: 'icons';
        text-align: center;
        font-size: inherit;
        vertical-align: top;
    }
    #menu-responsive a:hover, #menu-responsive a.is-active, #menu-responsive li:hover span.submenu, #menu-responsive ul.submenu a:hover, #menu-responsive ul.submenu a.is-active {
        background: #bf3654;
    }

    .fullscreen-header{
    	height: 40vh;
    }
    .bg-cover-fullscreen{
    	height: 40vh;
    }
    .desc-cover{
    	font-size: 16px;
		width: 100%;
    }
    .desc-text{
    	width: 100%;
    	font-size: 12px;
    }
    .info-contact{
    	padding: 10px 40px;
    }
    .desc-mission{
    	font-size: 23px;
    }
    .desc-event{
    	width: 70%;
    }
    .date-event{
        width: auto;
    }
    .date-event p{
    	font-size: 16px;
    }
    .waraper-how-we-can-help{
    	padding: 40px 0px;
    }
    .desc-we-can-help{
    	font-size: 20px;
    }
    .desc-our-partner{
    	font-size: 16px;
    }
    .copy-right-left{
    	text-align: center;
    }
    .copy-right-right{
    	float: left;
    	padding: 0px 57px;
    }
    .layout-copy-right{
    	display: none;
    }
    .layout-copy-right-mobile{
	  display: block;
	  width: 100%;
	  float: left;
	  background: #222222;
	  padding: 10px 0px;
	}
	.list-our-team{
		margin: 0px;
	}
	.img-project-detail{
		height: 400px;
	}
	.waraper-let-start{
		display: none;
	}
	.waraper-let-start-mobile{
	  	display: block;
	  	float: left;
	  	width: 100%;
	  	padding: 20px 0px 40px;
	  	background: #9B3856;
	}
	.text-let-start-mobile{
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0px 10px 0px;
		text-align:center;
	}
	.let-start-contact-mobile{
		text-align:center !important;
		color: #fff;
		text-transform: uppercase;
		border: solid 1px #fff;
		padding: 10px 50px 10px;
		border-radius: 30px;
		margin-top:10px 0px;
	}
	.let-start-contact-mobile:hover{
	  color: #ddd;
	}
    .titel-cover-img-header,
    .titel-cover-img-footer{
        font-size: 14px;
    }
}

