@charset "utf-8";

@font-face{
    font-family:'D-DIN-Bold';
    src:url("../css/fonts/D-DIN-Bold.woff");
}

body{
	overflow-x: hidden;
}

.space{
	margin-bottom:20px;
}

/* delighter */
.motion.delighter {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}

.motion.delighter.started {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

/* header */

header{
	background-image:url("../img/top_bg.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	text-align:left;
	padding-left:5vw;
	padding-top:2vw;
}

header a > img:first-child{
	width:160px;
	display:block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;;
}

header a > img:first-child:hover{
	opacity: 0.6;
}

h1 > img{
	width:20vw;
	margin-top:3vw;
	display:block;
}

header img:nth-child(3){
	width:26vw;
	margin:1vw 0 3vw;
}

.slide-container{
	position: relative;
}

.slide-img{
	background: #000;
	width:100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.slide-img > img{
	width:100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.slide-img > img:hover{
	opacity:0.7;
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

.slide p{
	padding:0 0 0 1%;
	font-size:15px;
	line-height: 24px;
	font-weight: 800;
}

.slide p:hover{
	opacity:0.8;
}

.slick-arrow{
	margin:0;
	padding:0;
	color:#fff;
	font-size:32px;
	z-index: 10;
	position:absolute;
	top:44%;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.slick-arrow:hover{
	opacity:0.9;
}

.fa-chevron-circle-left{
	left:20px;
}

.fa-chevron-circle-right{
	right:20px;
}

.slick-dots li button:before{
	color:#fff !important;
	margin-top:-14px;
	border-bottom:solid 2px #3E3E3E
}

/* main */

.article-wrapper:nth-child(even){
	background-color:#f7f7f7;
	padding:20px 0;
}

article{
	width:920px;
	margin:80px auto;
}

article:first-child{
	margin-top:60px;
}

article p{
	margin:20px 0;
	line-height:28px;
}

strong{
	font-weight:800;
}

small{
	font-size:14px;
	color:#808080;
}

h2 > span{
	font-family: "D-DIN-Bold";
	font-size: 72px;
	color:#ff8857;
	margin-right:16px;
}

h2{
	font-size:28px;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom:30px;
}

h3{
	border-left:5px solid #ff8857;
	padding:10px 20px;
	font-size:26px;
	font-weight:800;
	margin:40px 0 20px;
}

h4{
	font-size:20px;
	font-weight: 800;
	color:#3E3E3E;
	background-color:#e5e5e5;
	border-left:solid 5px #3E3E3E;
	height: 40px;
	line-height: 40px;
	margin:30px 0 20px 0;
	padding-left:20px;
}


.button-container{
	text-align: center;
	margin:20px 0;
}

button{
	background-color:#ff8857;
	color:#fff;
	width:240px;
	height: 50px;
	font-size:16px;
	font-weight: 800;
	border-radius: 5px;
	-webkit-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

button:hover{
	background-color:#ff6857;
	cursor: pointer;
}

.img-col-1{
	width:100%;
	margin-bottom:20px;
}

.col-2,
.profile{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.col-2-img{
	width:400px;
}

.col-2-img > img,
.img-2 > img{
	width:100%;
}

#com .col-2-img,
#new .col-2-img{
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
}

.col-2-text{
	width:600px;
}

#com .col-2-text,
#new .col-2-text,
.comment{
	padding-right:20px;
}

.col-2-text p:first-child{
	margin-top:0;
}

.col-2-text p span,
.myanmar-span{
	color:#ff8857;
	font-weight:800;
}

.profile{
	background-color:#ededed;
}

.profile-img{
	width:160px;
	padding:10px 20px;
}

.profile-img > img{
	width:100%;
	border-radius: 50% 50%;
}

.profile-text{
	width:700px;
	padding:20px 0;
}

.profile-text p:first-child{
	background-color:#ff8857;
	margin:20px 0 0;
	width:80px;
	color:#fff;
	line-height:22px;
	font-size:15px;
	text-align: center;
	border-radius: 6px;
}

.profile-text p:nth-child(2){
	font-size:15px;
	margin:10px 0 5px;
	font-weight: 800;
}

.profile-text p:nth-child(3){
	font-size:22px;
	font-weight: bold;
	margin:0;
}

.profile-text p:nth-child(4){
	margin:0;
	font-size:15px;
	line-height: 22px;
}

.img-2{
	width:49%;
}

/* footer */

footer{
	background: #3c3c3e;
	padding:50px;
	text-align: center;
}

footer > img{
	width:250px;
	margin-bottom: 30px;
}

footer > p{
	color:#fff;
	font-size:13px;
}

@media screen and (max-width:1366px){
	.slide p{
		font-size:14px;
		line-height: 22px;
		letter-spacing:0.5px;
	}	
}

@media screen and (max-width:1200px){
	h1 > img{
		width:26vw;
		margin-top:5vw;
		display:block;
	}
	
	header img:nth-child(3){
		width:32vw;
		margin:2vw 0 4vw;
	}
}

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

	header{
		background-position: left center;
		padding-top:20px;
	}

	header a > img:first-child{
		width:120px;
	}

	h1 > img{
		width:220px;
		margin-top:5vw;
	}
	
	header img:nth-child(3){
		width:280px;
		margin:2vw 0 6vw;
	}

	.slide p{
		font-size:12px;
		line-height: 16px;
		letter-spacing:-0.5px;
		padding:0 2% 0 2%;
	}

	.slick-arrow{
		font-size:22px;
		top:25%;
	}

	article{
		width:90vw;
		margin:60px auto;
	}

	.col-2,
	.profile{
		display: block;
	}
	
	.col-2-text,
	.profile-img,
	.img-2{
		width:100%;
	}

	.col-2-img{
		width:50%;
		margin:0 auto 20px;
	}

	.profile-text{
		width:90%;
		padding:0 0 10px;
		margin:0 auto;
	}

	p{
		font-size:15px;
	}

	h2{
		font-size:24px;
	}

	h2 span{
		font-size:62px;
		display:block;
	}

	h3{
		border-left:5px solid #ff8857;
		padding:4px 10px;
		font-size:20px;
		font-weight:800;
		margin:40px 0 20px;
	}

	h4{
		font-size:16px;
		letter-spacing: -1px;
		padding-left:10px;
	}

	.profile-img{
		text-align: center;
		padding:10px 0 0;
	}

	.profile-img > img{
		width:160px;
	}
	
	.profile-text p:first-child{
		margin-top:5px;
	}
	
	.profile-text p:nth-child(2){
		margin:5px 0 0;
	}
	
	.profile-text p:nth-child(3){
		margin:0;
	}

	.comment{
		margin-bottom:20px;
		text-align: center;
	}

	.comment > img{
		width:200px;
		display:block;
		margin:0 auto 10px;
	}

	.img-2{
		margin-bottom:20px;
	}

	.mori-style{
		font-size:15px;
		letter-spacing: -2px;
	}	
}