
/*-- hightlight --*/

.hightlight {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	background: url(../common/img/bg-about.jpg)no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h2{
	font-size: 3.2em;
	color: #fff;
}
.dt-hl-box.hl89 h1{
	margin: 16.2% 0 2%;
}
.bg_fade{
	width: 100%;
	height: 100%;
	z-index: 0;
	position: fixed;
	background: url("../common/img/pattern-dot.png") repeat;
}
.box-half{
	width: 50%;
	float: left;
	margin: 0;
	position: relative;
}
.half-img{
	height:90vh;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ab1{
	background-image: url(../common/img/ab1-2x.jpg);
}
.ab2{
	background-image: url(../common/img/ab2-2x.jpg);
}
.half-txt{
	line-height: 1.6em;
	height: 0;
    padding-bottom: 80%;
    position: relative;
	text-align: center;
}
.half-txt-box{
	width: 70%;
	padding: 0 110px;
	top: 50%;
	left: 15%;
	height: 300px;
	position: absolute;
	margin-top: -150px;
}
.half-txt h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 3.5em;
	color: #fff;
}
.outbox-about {
  	padding: 100px 0;
}
#project{
	padding: 0;
}
.box-pj {
	width: 50%;
	float: left;
	color: #fff;
	height: 0;
  	padding-bottom: 43.2%;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-image: 
}
.box-pj:last-child{
	background: #beb5ac;
}
.pj-txt{
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 2em;
}
.pj-txt.l{
	margin-top: -110px;
	height: 220px;
}
.pj-txt.m{
	margin-top: -60px;
	height: 120px;
}
.pj-txt.s{
	margin-top: -35px;
	height: 70px;
}
.pj-txt.s img{
	height: 100%;
	width: auto;
}
.pj-txt h2{
	font-size: 4em;
	margin-bottom: 30px;
}
.box-pj .row>div{
	width: 50%;
	height: 0;
	float: left;
	position: relative;
}
.box-pj-s1{
	padding-bottom: 41.5%;
}
.box-pj-s2{
	padding-bottom: 45%;
}
.box-pj-s1>img, .box-pj-s2 img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.history{ padding: 10vh 0 12vh;}
.history h2{
	font-size: 3.5em;
	color: #333;
	margin-bottom: 4%;
}
.project{ padding: 10vh 0;}
.project h2{
	font-size: 3.5em;
	color: #333;	
}
.inbox-about{
	margin: 5% 0;
}

/* responsive */
.outbox-about .mobile{
	width: 100%;
	padding: 50px;
}
.toggledown {
  width: 100%;
  margin-bottom: 50px;
  float:left; 
  padding: 0 10%;  
}
.toggledown ul{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float:left;   
}
.toggledown ul>li{
    width: 100%;
    margin: 0;
    line-height: 36px;
    padding: 0;
    list-style: none;
    float:left; 
    position: relative;   
}
.bg-toggledown{
    width: 100%;
    margin: 0;
    color: #fff;
    position: relative;
    height: 0;
    padding-bottom: 62%;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-toggledown h2{
    text-align: center;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    line-height: 60px;
}
#vision .bg-toggledown{
	background-image: url("../common/img/ab-vision.jpg");
}
#potentiality .bg-toggledown{
	background-image: url("../common/img/ab-potential.jpg");
}

/* Sub menu */
.toggledown ul ul {
  display: none;
  background: #8b602b;
  margin: 0;
  padding: 0;
  position: relative;
}
.toggledown ul ul > li {
  float: left;
  list-style: none;
  padding: 30px;
  width: 100%;
  color: #fff;
  height: auto;
  text-align: center;
}
.toggledown ul ul a:before {
  position: absolute;
}
#vision, #potentiality{
	margin-top: -80px;
	padding-top: 80px;
}
@media screen and ( max-width:1900px ) {
.ab1{
	background-image: url(../common/img/ab1.jpg);
}
.ab2{
	background-image: url(../common/img/ab2.jpg);
}
.half-txt-box{
	width: 100%;
	left: 0;
}
}
/* STYLE 02 TABLET - iPad portait, Andriod tab */
@media screen and ( max-width:1360px ) {
.half-txt-box {
    padding: 0 15%;
}

}
@media screen and ( max-width:1240px ) {
.half-txt-box {
    padding: 0 10%;
}
.half-txt h2 {
    margin-bottom: 20px;
}
}
@media screen and ( max-width:1140px ) {
#vision, #potentiality{
	margin-top: 0;
	padding-top: 0;
}
}

/* STYLE 03 TABLET - iPad portait, Andriod tab */

@media screen and ( max-width:984px ) {
.txt-half h2 {
	margin-bottom: 10px;
	font-size: 3em;
}
.txt-half {
	height: 260px;
	margin-top: -130px;
	width: 70%;
	margin-left: -35%;
}
.section-menu {
  	height: auto;
}
.container.txt-center{
	font-size: 0.8em;
	width: 100%;
    margin: 0;
    padding: 0 30px;
}
.half-txt h2 {
    margin-bottom:  10px;
    line-height: 1em;
}
.dt-hl-box h1{
  margin: 0;
}
}


/* STYLE 04 MOBILE - iPhone5 landscape, Andriod tab, Andriod mobile */

@media screen and ( max-width:820px ) {
.box-half {
	height: calc(50vh - 40px);
	padding-bottom: 0;
}
.outbox-about {
    padding: 0;
}.box-about {
    margin: 35px 0;
}
}


/* STYLE 05 MOBILE - iPhone4 landscape, Andriod mobile */

@media screen and ( max-width:600px ) {
.history span{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.dt-hl-box {
	width: 500px;
	margin-left: -250px;
	font-size: 1.2em;
}
.box-half{width: 100%;}
.txt-half {
	width: 70%;
  	margin-left: -35%;
	height: 230px;
	margin-top: -115px;
}
}

/* STYLE 06 MOBILE - iPhone portait */

@media screen and ( max-width:500px ) {
.outbox-about .mobile {
    padding: 30px;
} 
.toggledown {
	padding: 0;
	margin-bottom: 30px;
}	
}


/* STYLE 07 FIXED - Andriod portrait */
@media screen and ( max-width:384px ) {

}

/* STYLE 08 FIXED - iPhone4 portrait */
@media screen and ( max-width:320px ) {

}