* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	font-family:'Roboto', sans-serif;
}
img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border: 0;
}
.crt_container_fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.crt_container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px){
	.crt_container {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.crt_container {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.crt_container {
	    max-width: 1140px;
	}
}
a {
	display: block;
	text-decoration: none;
}
body {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 32px;
	}
}
header.scrolling {
	    background: rgba(109, 132, 250, 0.95);
}
/*-------------------------------------------------------------------------------------------------------------------
# Home 
--------------------------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 80px;
	background: rgba(50, 69, 158, 0.3);
	position: fixed;
	z-index: 20;
}
.nav_barand a {
	width: 60px;
}
.nav_barand {
	float: left;
	height: 80px;
	line-height: 80px;
}
.nav_toggle {
	display: none;
	float: right;
	height: 80px;
	line-height: 80px;
}
nav::before {
	content: "";
	display: block;
	clear: both;
}
.nav_barand a {
	width: 240px;
}

nav > ul {
	display: flex;
	position: relative;
}
nav > ul li {
	flex: 1;
}
.header_des {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav > ul li a {
	padding: 10px 12px;
	color: #fff;
	margin-left: 5px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
nav > ul li a:hover {
	background: #3E67A9;
}
nav > ul li a.active {
	background: #3E67A9;
	color: #fff;
}
.drop:hover .down{
	display: block;
	background: #32459e78;
}
ul ul {
	display: none;
	position: absolute;
	background: #3E67A9;
	margin-left: 5px;
}
ul ul li a {
	margin: 0;
}
.drop a span {
		padding-left: 5px;
	}
@media screen and (max-width: 992px) {
	.header_des {
		display: block;
		padding: 0;
	}
	nav {
		line-height: 20px;
	}
	.nav_barand {
		margin-left: 15px;
	}
	.nav_toggle {
		display: block;
		margin-right: 15px;
	}
	nav > ul {
		display: none;
		position: relative;
		z-index: 999;
		background: #fff;
	}
	nav > ul li {
		border-bottom: 1px solid #000;
	}
	nav > ul li:last-child {
		border-bottom: none;
	}
	nav > ul li a {
		color: #000;
		padding: 12px 15px;
		margin: -1px;
	}
	ul ul {
		display: none;
		position: relative;
		margin: 0;
		background: #fff;
	}
	.down {
		display: none;
	}
	.drop:hover .down{
		display: block;
		background: #32459e78;
	}
	.down li a {
		padding: 10px 30px;
	}
	.drop a span {
		padding-left: 5px;
		float: right;
	}
}
@media screen and (min-width: 768px){
	.nav_barand {
		margin-left: 90px;
	}
	.nav_toggle {
		margin-right: 90px;
	}	
}
@media (min-width: 993px){
	.header_des {
		max-width: 960px;
		margin: auto;
	}
	.nav_barand {
		margin-left: 0px;
	}
	.nav_toggle {
		margin-right: 0px;
	}
	.drop {
		flex: 1 0 4em;
	}
}
@media (min-width: 1200px){
	.crt_container {
	    max-width: 1140px;
	}
}
/* Scroll top button */      
#toTop {
	width:40px; 
	height:40px;
	background-color:rgba(0, 0, 0, 0.3);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
	border-radius: 5px;
}

#toTop:hover {
	color: #ffcc66;
}
/*-------------------------------------------------------------------------------------------------------------------
# slideshow 
--------------------------------------------------------------------------------------------------------------------*/
.mySlides {display: none;}

.mySlides img {
	height: 600px;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*-------------------------------------------------------------------------------------------------------------------
# Home Destination && Beautiful
--------------------------------------------------------------------------------------------------------------------*/
#home_destin {
	padding: 60px 0;
}
#home_beaut {
	background: #7cceff url("../images/001.jpg") no-repeat center center / cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.h_destin h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
}

.h_destin ul li a {
	height: 350px;
}
.h_destin ul li {
	padding: 5px 0;
}
.h_d_img img {
	height: 350px;
}
@media screen and (min-width: 768px) {
	.h_destin ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.h_destin ul li {
		width: 49%;
	}
	.h_destin h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 992px) {
	.h_destin ul li {
		width: 24%;
	}
	.h_destin .h_b_trip li {
		width: 32%;
	}
}
@media screen and (min-width: 1200px) {

	.h_b_trip {
		width: 80%;
		margin: auto;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Home Experiences
--------------------------------------------------------------------------------------------------------------------*/
#home_exp {
	padding: 60px 0;
}
.h_m_fluid h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
}
.h_m_fluid ul li {
	padding: 5px 0;
	height: 180px;
}
.h_m_img img {
	height: 160px;
}
@media screen and (min-width: 570px) {
	.h_m_fluid ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.h_m_fluid ul li {
		width: 49%;
	}
}
@media screen and (min-width: 768px) {
	.h_m_fluid ul {
		justify-content: flex-start;
	}
	.h_m_fluid ul li {
		width: 32%;
		padding: 5px;
	}
	.h_m_fluid h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 992px) {
	.h_m_fluid ul {
		justify-content: space-between;
	}
	.h_m_fluid ul li {
		width: 24%;
		padding: 5px 0;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Home Abouts
--------------------------------------------------------------------------------------------------------------------*/
.h_a_img {
	padding: 60px 15px;
	background: #62a6df;
}
.h_a_text {
	padding: 40px 15px;
	background: #F5F5F5;
}
.h_a_text h2 {
	font-size: 26px;
	margin-bottom: 10px;
}
@media screen and (min-width: 550px) {
	.h_a_img {
		text-align: center;
	}
	.h_a_img img{
		width: 70%;
	}
}
@media screen and (min-width: 768px) {
	#home_about {
		display: flex;
	}
	.h_a_img {
		flex: 1;
		padding: 60px 15px 60px 45px;
	}
	.h_a_img img{
		width: 100%;
	}
	.h_a_text {
		flex: 1;
		padding: 60px 45px 60px 15px;
	}
}
@media screen and (min-width: 1100px) {
	.h_a_text {
		padding: 60px 45px;
	}
	.h_a_stext {
		display: block;
		width: 520px;
		
	}
	.h_a_img img {
		width: 520px;
	}
	.h_a_img {
		text-align: right;
		padding: 60px 45px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Footer
--------------------------------------------------------------------------------------------------------------------*/
footer {
	padding: 20px 0;
	text-align: center;
	background: #044EA3;
    color: #fff;
}
footer a {
	display: inline;
	color: #fff;
}
/*-------------------------------------------------------------------------------------------------------------------
# About
--------------------------------------------------------------------------------------------------------------------*/
#about {
	padding: 50px 0;
}
.about_header {
	text-align: center;
	background: #06376f;
	color: #fff;
	padding: 20px 0;
}
.about_header img{
	width: 100px;
}
.about_header h1 {
	margin-top: 20px;
}
.about_text {
	padding: 10px 0;
}
.about_text h3 {
	padding: 10px 0;
	text-decoration: underline;
}
.about_text p {
	padding: 10px 0;
	text-indent: 20px;
}
.sky_color {
	color: #044EA3;
}
/*-------------------------------------------------------------------------------------------------------------------
# Destination
--------------------------------------------------------------------------------------------------------------------*/
#destination_head {
	padding: 60px 0;
}
.desti_header {
	position: relative;
}
.desti_text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    font-size: 19px;
    letter-spacing: 1px;
    background: #044ea3;
    color: #fff;
    font-weight: bold;
}
.desti_ul {
	margin-top: 25px;
}
.desti_ul li {
	padding: 15px 0;
}
.desti_ul img {
	height: 350px;
}
@media screen and (min-width: 768px) {
	.desti_text {
	    font-size: 22px;
	}
	.desti_ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.desti_ul li{
		width: 48%;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Contact
--------------------------------------------------------------------------------------------------------------------*/	
.con_h3 {
	width: 80%;
	margin: 20px auto 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.f_input {
	margin: 20px 0;
	text-align: center;
}
.f_input input,
.f_input textarea {
	width: 80%;
	padding: 5px 10px;
	border: none;
	color: #fff;
	border-bottom: 3px solid #fff;
	background: transparent;
}
.f_input textarea {
	height: 30px;
}
.f_input textarea:focus, 
.f_input input:focus {
	outline: none;
}
.f_input input[type=submit] {
    width: 110px;
    border: 1px solid #cc0000;
    height: 38px;
    font-weight: 700;
    color: #fff;
    background: #cc0000;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    margin: auto;
}
.contact_address {
	width: 80%;
	margin:10px auto;
}
.contact_address h3 {
	padding: 10px 0;
}
.phone_contact {
	display: flex;
	flex-wrap: wrap;
}
.social {
	display: flex;
}
.social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #000;
    font-size: 18px;
    margin: 10px;
}
.social li a:hover {
	background: #044EA3;
	border-color: #044EA3;
}
.contact_form {
	background: #023b7d url("../images/contact_back.png") center center / cover;
}
#contact_p {
	color: #fff;
}
@media screen and (min-width: 768px) {
	#contact_p {
		display: flex;
	}
	.map-responsive {
		width: 50%;
		padding-bottom: 104%;
	}
	.contact_form {
		width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.map-responsive {
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 992px) {
	.map-responsive {
		padding-bottom: 55%;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Upper Myanmar
--------------------------------------------------------------------------------------------------------------------*/
#upper {
	padding: 60px 0;
}
.up_h {
	text-align: center;
	margin-bottom: 20px;
}
.upper_header {
	position: relative;
	overflow: hidden;
}
.upper_header img {
	height: 300px;
}
.upper_text {
	position: absolute;
	top: 0;
	padding: 10px 20px;
	text-align: justify;
	background: rgba(79, 129, 175, .7);
	height: 300px;
	transform: translateY(81%);
	transition: all .4s ease-in-out;
	color: #fff;
}
.upper_text h3 {
	
}
.upper_a a {
	width: 90px;
	border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	color: #000;
	background: #fff;
	margin-top: 20px;
}
.upper_a a:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
.upper_text p {
	padding: 10px 0;
}

.upper_header:hover .upper_text {
	padding: 30px 20px;
	transform: translateY(0%);
	transition: all .4s ease-in-out;
}
.upper_header:hover .upper_text h3 {
	margin-bottom: 10px;
}
.upper_header:hover .up_text {
	display: none;
}
.upper_ul li {
	padding: 10px 0;
}
.upper_uls li {
	padding: 10px 0;
}
@media screen and (min-width: 610px) {
	.uper_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}	
	.uper_containeruper_container li {
		width: 49%;
	}
	.upper_uls {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.upper_uls li {
		width: 49%;
	}
}
@media screen and (min-width: 992px) {	
	.uper_container li {
		width: 32%;
	}
	.upper_uls li {
		width: 33%;
	}	
}
/*-------------------------------------------------------------------------------------------------------------------
# Lower Myanmar
--------------------------------------------------------------------------------------------------------------------*/
.lower_img img {
	height: 250px;
}
.lower_text {
	height: 270px;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.lower_text p {
	padding: 20px 0;
	text-align: justify;
}
.low_a a{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: 1px solid #044EA3;
    background: #044EA3;
    border-radius: 7px;
}
.low_ul li {
	padding: 10px 0;
}
@media screen and (min-width: 768px) {
	.low_ul li {
		padding: 0;
	}
	.lowe {
		display: flex;
		text-align: center;
	}
	.lower_img {
		width: 50%;
	}
	.lower_text {
		width: 50%;
	}
	.lower_img img {
		height: 300px;
	}
	.lower_text {
		height: 300px;
		padding: 40px 30px;
	}	
}


/*-------------------------------------------------------------------------------------------------------------------
# Lower Myanmar
--------------------------------------------------------------------------------------------------------------------*/
#lowerdetail {
	padding: 60px 0;
}
.lower_h3 {
	padding: 20px 0;
	font-size: 22px;
}

.lowde_header h4 {
	padding: 10px 20px;
	background: #e1e1e1;
	color: #044EA3;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
	position: relative;
	z-index: 3;
}
.lowde_img img {
	height: 250px;
}
.lowde_text {
	padding: 10px;
}
.lowde_text p {
	padding: 5px 0;
	text-align: justify;
}
.lower_mean {
	font-style: italic;
	font-weight: bold;
}
.enjoy {
	font-style: italic;
	text-align: center;
	border-bottom: 2px solid #000;
	padding-top: 20px;
}
.low_images {
	position: relative;
	overflow: hidden;
}
.low_images img {
	height: 140px;
}
.low_text {
	width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(150px);
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: rgba(4, 78, 163, .8);
    padding: 0 5px;
}
.low_images:hover .low_text {
	transform: translateY(0px);
}
.csl_mobile {
	display: block;
}
.l_mobile {
	display: none;
}
.b_desktop {
	display: none;
}
@media screen and (min-width: 490px) {
	.csl_mobile {
		display: none;
	}
	.l_mobile {
		display: block;
	}
}
#p_slide {
	margin: 10px 0;
}
.lSSlideOuter .lSPager.lSpg {
	display: none;
}
@media screen and (min-width: 768px) {
	.lower_h3 {
		font-size: 24px;
	}
	.low_images img {
		height: 170px;
	}
	.lowde_text {
		padding: 20px;
	}
	.lowde_img img {
		height: 300px;
	}
	.l_mobile {
		display: none;
	}
	.b_desktop {
		display: block;
	}
	.csl_mobile {
		display: none;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Lower Myanmar Detail
--------------------------------------------------------------------------------------------------------------------*/
.up_ul li {
	width: 100%;
}
.up_container {
	display: flex;
}
.up_time {
	width: 15%;
}
.up_text {
	width: 85%;
}


/*-------------------------------------------------------------------------------------------------------------------
# Upper Myanmar
--------------------------------------------------------------------------------------------------------------------*/
#upper {
	padding: 60px 0;
}
.upper_header h4 {
	padding: 10px 20px;
	background: #044EA3;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
	position: relative;
	z-index: 3;
}
.uper_text {
	padding: 20px 10px;
}
.uper_text p {
	text-align: justify;
	padding: 5px 0;
}
.uper_container {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);		
}
.uper_image img {
	max-height: 250px;
}
@media screen and (min-width: 768px) {
	.uper_container {
		display: flex;
		padding: 20px;
		justify-content: space-between;
	}
	.uper_image {
		width: 40%;
	}
	.uper_text {
		width: 58%;
		padding: 0 10px;
	}
	.uper_image img {
		max-height: 300px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Northern Myanmar
--------------------------------------------------------------------------------------------------------------------*/
#n_myanmr {
	padding: 60px 0;
	background: #ebebeb;
}

.n_fluid h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
}
.n_text p {
	padding: 15px 0;
	text-align: justify;
}
.nor_more a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #044EA3;
    border-radius: 6px;
    background: #044EA3;
    color: #fff;
    margin: auto;
}
.n_img,
.r_img {
	height: 200px;
}
.n_container {
	background: #fff;
	margin: 10px 0;
}
.n_text {
	padding: 20px 10px;
}
@media screen and (min-width: 600px) {
	.n_container {
		display: flex;
		align-items: center;
	}
	.n_text p {
		padding: 20px 0;
		text-align: justify;
	}	
	.n_img {
		width: 65%;
		height: 300px;
		-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
	}
	.r_img {
		width: 65%;
		height: 300px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);		
	}
	.n_text {
		width: 50%;
	}
}
/*-------------------------------------------------------------------------------------------------------------------
# Northern Myanmar Detail
--------------------------------------------------------------------------------------------------------------------*/
#hsipaws {
	padding: 60px 0;
}
.his_text p{
	padding: 15px 0;
	text-align: justify;
	line-height: 1.5;
}
.his_text p:first-child {
	padding: 0 0 15px;
}
.hisp_text h1 {
    font-weight: normal;
    text-align: center;
    margin: 20px auto;
}
.hisp_text h1::after {
	content: "";
    display: block;
    border-bottom: 1px solid #000;
    max-width: 150px;
    margin: auto;
    padding-top: 10px;
}
.hsi_container {
	display: flex;
	flex-direction: column;
}
.his_text {
	order: 2;
}
.his_header {
	order: 1;
	margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
	.hisp_img img {
		height: 350px;
	}
}
@media screen and (min-width: 768px) {
	.hisp_img img {
		height: 300px;
	}
	.hsi_container {
		flex-direction: row;
		justify-content: space-between;
	}
	.his_text {
		order: 1;
		width: 49%;
	}
	.his_header {
		order: 2;
		width: 48%;
		margin-bottom: 0px;
	}	
}




