@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('font-awesome.min.css');
*, *:after, *:before {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-size: 14px;
    color: #414141;
    margin: 0;
    padding: 50px 0 0;
    font-weight: 400;
    line-height: normal;
    font-family: 'Raleway', sans-serif
}
.loader {
    z-index: 99999;
    content: '';
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.loader.end {
    -webkit-animation: loader1 1s forwards;
    animation: loader1 1s forwards;
}
.loader img {
    width: 80px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.loader img:nth-child(2) {
    top: calc(50% + 70px);
    left: calc(50% + 5px);
    width: 30px;
    height: auto
}
@-webkit-keyframes loader1 {
    0% {opacity: 1;}
    90% {opacity: 0;}
    99% {width: 100%; height: 100%;}
    100% {opacity: 0; display: none; width: 0; height: 0;}
}
@keyframes loader1 {
    0% {opacity: 1;}
    90% {opacity: 0;}
    99% {width: 100%; height: 100%;}
    100% {opacity: 0; display: none; width: 0; height: 0;}
}
p {
    font-weight: 300;
    line-height: 23px
}

a {
    color: #209c87
}
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flex-caption {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.82;
    background-image: -moz-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    background-image: -webkit-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    background-image: -ms-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    color: #fff
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ! MOUSE SCROLL */
.mouse_scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 24px;
    height: 100px
}
.mouse_scroll .m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid  #209c87;
    border-bottom: 2px solid  #209c87;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px
}
.mouse_scroll .unu {
    margin-top: 1px
}
.mouse_scroll .unu, .mouse_scroll .doi, .mouse_scroll .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite
}
.mouse_scroll .unu
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate
}
.mouse_scroll .doi
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px
}
.mouse_scroll .trei
{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px
}
.mouse_scroll .mouse
{
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    -webkit-transform: none;
    border: 2px solid  #209c87;
    top: 170px
}
.mouse_scroll .wheel
{
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background:  #209c87;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid  #209c87;
    -webkit-border-radius: 8px;
    border-radius: 8px
}
.mouse_scroll .wheel
{
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite
}
@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@media (max-width: 1000px){
    .mouse_scroll .m_scroll_arrows {
        border-right: 2px solid  rgba(255, 255, 255, 0);
        border-bottom: 2px solid  rgba(255, 255, 255, 0)
    }
    .mouse_scroll .mouse {
      border: 2px solid  rgba(255, 255, 255, 0)
    }
    .mouse_scroll .wheel {
        background:  rgba(255, 255, 255, 0);
        border: 2px solid  rgba(255, 255, 255, 0)
    }
}


/* ! HEADER */
header {
    pointer-events: none;
    padding: 0px;
    z-index: 99;
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%)
}
header #logo {
    pointer-events: all
}
header #logo img {
    margin: 15px;
    width: 100px;
}
header #logo-bg{
	background-color: white;
	position:absolute;
	top:20px;
	left:20px;
}
header .frame {
    pointer-events: all;
    line-height: 50px;
    right: 0;
    background:rgba(24,162,138,0.7);
    height: 50px;
}
header .frame-white{
    background: white;
}
header .frame > ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
header .frame > ul > li {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: 500
}
header .frame > ul > li:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background: #d4e7e2;
    left: -3px;
    top: 18px
}
header .frame > ul > li:first-child:after {
    display: none
}
header .frame > ul > li a,
header .frame > ul > li li {
    font-weight: 500;
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none
}
header .frame-white ul li a {
    color:rgb(24,162,138)
}
header .frame-white ul li.selected a,
header .frame-white ul li:hover a {
    font-weight: 700
}
header .frame > ul ul {
    min-width: 100%;
    text-align: left;
    line-height: normal;
    top: 58px;
    left: 0;
    display: none;
    position: absolute;
    padding: 20px 0 0;
    margin: 0
}
header .frame > ul ul:before {
    opacity: 0.839;
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    background-image: -webkit-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    background-image: -ms-linear-gradient( 0deg, rgb(24,162,138) 80%, rgb(24,162,138) 96%);
    opacity: 0.92;
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: calc(100% - 11px)
}
header .frame > ul ul:after {
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgb(24,162,138) 0%, rgb(0,255,211) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(24,162,138) 0%, rgb(0,255,211) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(24,162,138) 0%, rgb(0,255,211) 100%);
    opacity: 0.62;
    position: absolute;
    left: 0;
    top: 2px;
    width: 82px;
    height: 10px
}
header .frame > ul > li:hover ul {
    display: block
}
header .frame > ul ul li {
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    list-style: none
}
header .frame > ul ul li:hover {
    background: rgba(0, 0, 0, 0.5)
}
header .frame > ul ul li a {
    white-space: nowrap
}
header #nav-sub_menu ul {
    display: none
}
header #nav-sub_menu ul.selected {
    display: block
}
header #nav-sub_menu .menu-item{
	line-height: 50px
}
header #nav-sub_menu ul.selected li.selected a,
header #nav-sub_menu .menu-item a:hover {
    text-decoration: underline;
    font-weight: 700
}
header #mobilenav {
    float: right;
    font-size: 28px;
    margin: 12px;
    color: #18A28A;
    pointer-events: all;
    display: none
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(24,162,138,1);
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-top: 60px;
    text-align: left
}
.sidenav .inner-nav {
    margin-top:25px;
    padding-left:20px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight:500;
    color: #fff;
    display: block;
    transition: 0.3s
}
.sidenav .nav>li>a:focus, .sidenav .nav>li>a:hover {
    color: rgb(24,162,138)
}
.sidenav .nav>li.selected>a {
    color: rgb(24,162,138);
    background-color: #eee;
    font-weight: 700
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}
.sidenav ul {
    list-style: none;
    padding: 0
}
.sidenav .sublist li {
    padding-right: 18px;
}
.sidenav .sublist a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}
.sidenav .sublist .selected a {
    text-decoration: underline;
    font-weight: 700
}
.sidenav .sublist a:hover{
    color: white;
    text-decoration: underline
}
.sidenav .panel-transparent {
    background: none
}
.sidenav .sidenav-icon {
    float: right;
    padding-right: 20px;
    font-size: 14px
}
.sidenav .panel {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5)
}
.sidenav .panel:nth-last-child(1) a,
.sidenav .panel:nth-last-child(1) div {
    display: inline-block
}
.sidenav .panel:nth-last-child(1) a.icon {
    overflow: hidden;
    text-indent: -999999px;
    position: absolute;
    height: 28px;
    width: 33px;
    background: url(../image/icon_test.png) no-repeat 0 0;
    right: 0;
    top: 0
}
/* Fonts Icon (Fb & Phone) */
       .sidenav #fontawesomeicon {
        font-size: 40px;
        color: white;
        float: right;
        padding: 20px 50px;
        }
       .sidenav #fontawesomeicon a{font-size: 30px;
        display: inline;
        margin: -5px;
        font-size: 40px;
        }

#mySidenav {
    display: none
}

/* ! - mobile */
@media (max-width: 1000px) {
    #mySidenav {
        display: block
    }
    body {
        padding-top: 60px
    }
    body.cke_editable {
        padding: 15px
    }
    header {
        background-color: rgba(255,255,255,1);
        height: 60px;
        padding: 0;
        left: 0;
        transform: none;
        -webkit-transform: none
    }
    header #logo {
        padding: 0;
        position: absolute;
        left: 10px;
        top: 0
    }
    header #logo-bg{
    	background-color: white;
    	position: absolute;
    	top: 0;
    	left: 0
	}
    header #logo img {
        margin-top: 6px;
        width: 50px
    }
    header .frame {
        display: none
    }
    header #mobilenav {
        display: block
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 40px
    }
    .sidenav a {
        font-size: 18px
    }
}

/* ! SIDE ICON */
#sideicon {
    z-index: 11;
    position: fixed;
    right: 0;
    top: 50%;
    width: 34px;
    height: 126px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%)
}
#sideicon .icon {
    position: absolute;
    height: 28px;
    width: 33px;
    background: url('../image/icon_test.png') no-repeat 0 0;
    right: 0;
    top: 0
}
#sideicon .icon span {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 168px;
    background: #0d8a67;
    position: absolute;
    top: 0;
    right: -100px;
    opacity: 0
}
#sideicon .icon:nth-child(1):hover span {
    margin-right: 43px;
    right: 0;
    opacity: 1
}
#sideicon .icon:nth-child(2) {
    background-position: 0 -33px;
    top: 34px
}
#sideicon .icon:last-child {
    height: 111px;
    background-position: 0 -68px;
    top: 66px
}
@media (max-width: 1000px) {
    #sideicon {
        display: none
    }
}

/* ! FOOTER */
footer {
    text-align: left;
    background: rgba(24,162,138,1);
    color: white;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 20px;
}
footer a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: white;
}
footer a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white
}
footer span {
	float: right
}
@media (max-width: 900px) {
	footer span {
        display: block;
        margin-top: 10px;
		float: none
	}
	footer {
		text-align:center
	}
}



/* ! SHARED */
#headerphoto {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto 98px
}
#headerphoto:before {
    width: 100%;
    content: '';
    display: block;
    padding-bottom: 35%
}
#headerphoto h1 {
    padding: 0;
    margin: 0;
    position: absolute;
    color: #fff;
    font-weight: 400
}
/* ! - mobile */
@media (max-width: 1000px) {
    #headerphoto {
        margin-bottom: 0
    }
    #headerphoto:before {
        padding-bottom: 60%
    }
}

/* ! PROPERTY DEVELOPMENT */
#propertydevelopment #headerphoto {
    background-image: url(../image/property-header-bg.jpg)
}
#propertydevelopment .bodycontent {
    position: relative;
    height: 73px;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#propertydevelopment .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -229px;
    font-weight: 300;
    font-size: 30px;
    padding-top: 167px;
    padding-left: 35px;
    height: 271px;
    width: 220px;
}
#propertydevelopment .bodycontent h2:before {
    top: 0;
    left: 0;
    border: 7px solid #209c87;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}
#propertydevelopment .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#propertydevelopment ul#photo {
    margin: 30px auto;
    max-width: 720px;
    padding: 0;
    text-align: center
}
#propertydevelopment ul#photo li {
    position: relative;
    display: inline-block;
}
#propertydevelopment ul#photo li a {
    color: #727272;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding-left: 30px;
    padding-right: 30px
}
#propertydevelopment ul#photo li:hover a,
#propertydevelopment ul#photo li.active a {
    color: #209c87
}
#propertydevelopment ul#photo li:after {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    top: 50%;
    left: 0px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%)
}
#propertydevelopment ul#photo li#completed1:after {
    background: #209c87
}
#propertydevelopment ul#photo li#ongoing1:after {
    background: #5d6362
}
#propertydevelopment ul#photo li#lease1:after {
    background: #60e7d0
}
#propertydevelopment ul#photo li#overseas1:after {
    background: #e7b960
}
#propertydevelopment ul#all-img {
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
    width: 920px;
    height: 1374px;
    padding: 0;
    position: relative;
    /*padding: 48px 0 50px*/
}
#propertydevelopment ul#all-img li {
    vertical-align: top;
    position: absolute;
    border: 1px solid rgb(207, 208, 209);
    background-color: rgba(230, 97, 97, 0);
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.071);
    display: inline-block;
    width: 280px;
    height: 424px;
    margin: 12px;
    margin-bottom: 22px;
    list-style: none;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center
}
#propertydevelopment ul#all-img li:hover {
    box-shadow: 0 10px 20px rgba(136, 136, 136, 0.95);
}
#propertydevelopment ul#all-img li.hideall {
    top: 0 !important;
    left: -304px !important;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0
}
#propertydevelopment ul#all-img li img {
    width: 100%
}
#propertydevelopment ul#all-img li p {
    font-weight: 400;
    font-size: 20px;
    margin: 0
}
#propertydevelopment ul#all-img li h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 900;
    font-size: 21px;
    margin: 0;
    margin-top: 25px
}
#propertydevelopment ul#all-img li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0
}
#propertydevelopment ul#all-img li.completed:after {
    background: #209c87
}
#propertydevelopment ul#all-img li.ongoing:after {
    background: #5d6362
}
#propertydevelopment ul#all-img li.lease:after {
    background: #60e7d0
}
#propertydevelopment ul#all-img li.overseas:after {
    background: #e7b960
}
/* ! - mobile */
@media (max-width: 1000px) {
    #propertydevelopment #headerphoto {
        margin-bottom: 50px
    }
    #propertydevelopment .bodycontent {
        height: auto;
        margin-bottom: 200px;
    }
    #propertydevelopment .bodycontent h2 {
        border: 7px solid #209c87;
        margin: 0;
        position: absolute;
        left: 40px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        padding-top: 158px;
        padding-left: 34px;
        height: 271px;
        width: 220px;
    }
    #propertydevelopment .bodycontent h2:before {
        display: none
    }
    #propertydevelopment .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
}
@media (max-width: 730px) {
    #propertydevelopment ul#photo {
        text-align: left;
        max-width: 220px
    }
    #propertydevelopment ul#photo li {
        margin-bottom: 8px
    }
}
@media (max-width: 624px) {
    #propertydevelopment ul#all-img li {
        margin-left: 6px;
        margin-right: 0
    }
}

/* ! PROPERTIES */
#properties #headerphoto {
    background-position: center center;
}
#properties #headerphoto:before {
    /*height: 100vh*/
}
#properties #headerphoto h1 {
    display: table;
    font-family: 'Lato', sans-serif;
    max-width: 600px;
    min-height: 126px;
    background: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( -50%, -50%);
    font-size: 51px;
    font-weight: 400;
    text-align: center;
    padding: 25px;
    box-shadow: 0px 6px 9.3px 0.7px rgba(0, 0, 0, 1);
    line-height: 50px
}
#properties #headerphoto h1 span {
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid;
    border-right: 2px solid;
}
#properties #headerphoto h1 span b {
    font-weight: 400;
    padding: 30px 45px;
    display: block
}
#properties #headerphoto h1 span{
    position: relative;
}
#properties #headerphoto h1 span:before{
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid white;
    content: '';
    width: 100px;
}
#properties #headerphoto h1 span:after{
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid white;
    content: '';
    width: 100px;
}
#properties #headerphoto h1 b:before{
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid white;
    content: '';
    width: 100px;
}
#properties #headerphoto h1 b:after{
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid white;
    content: '';
    width: 100px;
}
#properties .bodycontent {
    position: relative;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto 150px
}
#properties .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
#properties .bodycontent #proplogo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 285px;
}
#properties .bodycontent img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
#properties .bodycontent #proplogo + div {
    text-align: justify;
    padding-left: 37px;
    border-left: 1px solid #e8e8e8;
    width: calc(100% - 285px);
    float: right
}

#properties .bodycontent div p {
    text-align: justify;
    font-weight: 300;
    font-size: 15px
}
#properties .bodycontent div a,
#properties .bodycontent div b {
    font-weight: 700;
    color: #209c87
}
#properties .bodycontent ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none
}
#properties .bodycontent ul li {
    margin-bottom: 10px;
    position: relative
}
#properties .bodycontent ul li strong {
    position: absolute;
    width: 160px;
    left: 0;
    top: 0
}
#properties .bodycontent ul li strong:before {
    content: ':';
    position: absolute;
    right: 0;
    top: 0
}
#properties .bodycontent ul li .list {
    display: block;
    padding-left: 170px
}
#properties .bodycontent2 {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#properties .bodycontent2 h2 {
    color: #414141;
    margin: 0;
    position: absolute;
    left: 0;
    top: -106px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-left: 108px;
    padding-top: 33px;
    height: 271px;
    width: 220px
}
#properties .bodycontent2 h2 span {
    background-color: #fff;
    display: inline-block
}
#properties .bodycontent3 {
    overflow: hidden;
    margin-bottom: 145px;
    position: relative
}
#properties .bodycontent3 .flexslider li span {
    display: block;
    width: 100%;
    list-style: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
#properties .bodycontent3 .flexslider li span:after {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 56.25%
}
#properties .bodycontent35 {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#properties .bodycontent35 h2 {
    z-index: 2;
    color: #414141;
    margin: 0;
    position: absolute;
    right: 40px;
    top: -106px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-right: 108px;
    padding-top: 33px;
    height: 271px;
    width: 220px
}
#properties .bodycontent35 h2 span {
    position: relative;
    left: -51px;
    background-color: #fff;
    display: inline-block
}
#properties .bodycontent4 {
    width: 100%;
    position: relative
}
#properties .bodycontent4 #map {
    background-color: #414141;
    width: 100%;
    padding-bottom: 40%
}
#properties .bodycontent5 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 970px;
    text-align: center;
    padding: 62px 20px 0
}
#properties .bodycontent5 img {
    display: block;
    margin: 0 auto
}
#properties .bodycontent5 b {
    font-weight: 400;
    font-size: 30px;
    color: #414141
}
#properties footer {
    margin-top: 60px
}
/* ! - mobile */
@media (max-width: 1000px) {
    #properties #headerphoto {
        margin-bottom: 40px
    }
    #properties #headerphoto:before {
        height: auto;
        padding-bottom: 56.25%
    }
    #properties #headerphoto h1 span {
        font-size: 36px;
        line-height: 35px;
    }
    #properties #headerphoto .mouse_scroll {
        display: none
    }
    #properties .bodycontent {
        margin-bottom: 50px
    }
    #properties .bodycontent #proplogo {
        text-align: center;
        margin: 0 auto 30px;
        position: relative
    }
    #properties .bodycontent #proplogo + div {
        padding: 0;
        border-left: none;
        width: 100%;
        float: none
    }
    #properties .bodycontent img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
    #properties .bodycontent2 h2,
    #properties .bodycontent35 h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #properties .bodycontent2 h2 span,
    #properties .bodycontent35 h2 span {
        left: 0;
        margin-left: 10px;
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #properties .bodycontent2 h2:before,
    #properties .bodycontent35 h2:before {
        top: auto;
        border: none;
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #properties .bodycontent3 {
        margin-bottom: 60px
    }
    #properties .bodycontent4 #map {
        padding-bottom: 400px
    }
    #properties .bodycontent5 img {
        width: 50px
    }
    #properties .bodycontent5 b {
        font-size: 18px
    }
    #properties .bodycontent5 {
        padding-top: 28px
    }
}
@media (max-width: 450px) {
    #properties #headerphoto h1 {
        padding: 11px;
        width: 90%
    }
    #properties #headerphoto h1 span {
        font-size: 25px;
        line-height: 30px
    }
    #properties .bodycontent ul li strong {
        position: relative;
    }
    #properties .bodycontent ul li strong:before {
        display: none
    }
    #properties .bodycontent ul li .list {
        padding-left: 0
    }
}
@media (max-width: 320px) {
    #properties #headerphoto h1 span b {
        padding: 22px 28px
    }
}

/*! EDUCATION */
#education #headerphoto h1 {
    width: 100%;
    max-width: 337px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 36px;
    line-height: 22px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%)
}
#education #headerphoto h1 a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}
#education .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#education .bodycontent .paragraph {
    text-align: justify;
    padding-bottom: 106px;
    padding-left: 365px
}
#education .bodycontent .paragraph p {
    padding-bottom: 12px
}
#education .bodycontent .paragraph a,
#education .bodycontent .paragraph b {
    text-decoration: none;
    color: #209c87;
    font-weight: 700
}
#education .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -225px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 175px;
    padding-left: 87px;
    height: 271px;
    width: 220px;
}

#education .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
}

#education .bodycontent2 {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#education .bodycontent2 h2 {
    color: #414141;
    margin: 0;
    position: absolute;
    right: 0;
    top: -106px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-right: 34px;
    padding-top: 33px;
    height: 271px;
    width: 220px;
}

#education .bodycontent2 h2 span {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    left: -51px
}
#education .bodycontent3 {
    overflow: hidden;
    width: 100%;
    position: relative;
    max-width: 1440px;
    padding: 0;
    margin: 0 auto
}
#education .bodycontent4 {
    text-align: center;
    position: relative;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto 50px
}
#education .bodycontent4 h2 {
    margin: 0;
    padding-top: 88px;
    padding-bottom: 80px;
    color: #209c87;
    font-size: 32px;
    font-weight: 700
}
#education .bodycontent4 div {
    margin: 0 90px;
    width: 338px;
    display: inline-block
}
#education .bodycontent4 div p {
    font-weight: 400;
    font-size: 17px
}
#education .bodycontent4 div p b {
    display: block;
    font-weight: 700;
}

/* ! EDUCATION - mobile */
@media (max-width: 1000px) {
    #education #headerphoto {
        background-position: right bottom;
        margin-bottom: 50px
    }
    #education .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -205px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 200px;
        padding-left: 76px;
        height: 271px;
        width: 220px;
    }
    #education .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #education .bodycontent .paragraph{
        padding-top: 120px;
        padding-bottom: 40px;
        padding-left: 0
    }
    #education .bodycontent2 h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #education .bodycontent2 h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #education .bodycontent2 h2 span {
        left: 0;
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #education .bodycontent4 h2 {
        padding-top: 50px;
    }
    #education .bodycontent4 div {
        margin: 0;
        width: 265px
    }
    #education .bodycontent4 div p {
        font-size: 18px
    }
}

/* ! HOSPITALITY */
#hospitality #headerphoto h1 {
    width: 100%;
    max-width: 337px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 36px;
    line-height: 22px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%)
}
#hospitality #headerphoto h1 a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}
#hospitality .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}

#hospitality .bodycontent .paragraph {
    text-align: justify;
    padding-bottom: 106px;
    padding-left: 365px
}
#hospitality .bodycontent .paragraph p {
    padding-bottom: 12px
}
#hospitality .bodycontent .paragraph a,
#hospitality .bodycontent .paragraph b {
    text-decoration: none;
    color: #209c87;
    font-weight: 700
}
#hospitality .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -190px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-left: 132px;
    padding-top: 190px;
    height: 271px;
    width: 220px
}
#hospitality .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}

#hospitality .bodycontent2 {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#hospitality .bodycontent2 h2 {
    color: #414141;
    margin: 0;
    position: absolute;
    right: 0;
    top: -106px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-right: 34px;
    padding-top: 33px;
    height: 271px;
    width: 220px;
}
#hospitality .bodycontent2 h2 span {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    left: -51px
}
#hospitality .bodycontent3 {
    overflow: hidden;
    position: relative;
    max-width: 1440px;
    padding: 0;
    margin: 0 auto
}
#hospitality .bodycontent4 {
    text-align: center;
    position: relative;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto 50px
}
#hospitality .bodycontent4 h2 {
    margin: 0;
    padding-top: 88px;
    padding-bottom: 80px;
    color: #209c87;
    font-size: 32px;
    font-weight: 700
}
#hospitality .bodycontent4 div {
    margin: 0 90px;
    width: 338px;
    display: inline-block
}
#hospitality .bodycontent4 div p {
    font-weight: 400;
    font-size: 25px
}
#hospitality .bodycontent4 div p b {
    display: block;
    font-weight: 700;
}

/* ! HOSPITALITY - mobile */
@media (max-width: 1000px) {
    #hospitality #headerphoto {
        margin-bottom: 50px
    }
    #hospitality .bodycontent .paragraph{
        padding-bottom: 40px;
        padding-top: 120px;
        padding-left: 0
    }
    #hospitality .bodycontent2 h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #hospitality .bodycontent2 h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #hospitality .bodycontent2 h2 span {
        left: 0;
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #hospitality .bodycontent4 h2 {
        padding-top: 50px;
    }
    #hospitality .bodycontent4 div {
        margin: 0;
        width: 265px
    }
    #hospitality .bodycontent4 div p {
        font-size: 18px
    }
}


/*! PLANTATION */
#plantation #bg {
    padding-top: 45px;
    background: url(../image/plant-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 40px
}
#plantation .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#plantation .bodycontent .paragraph {
    text-align: justify;
    padding-bottom: 106px;
    padding-left: 365px
}
#plantation .bodycontent .paragraph p {
    padding-bottom: 12px
}
#plantation .bodycontent .paragraph a,
#plantation .bodycontent .paragraph b {
    text-decoration: none;
    color: #209c87;
    font-weight: 700
}
#plantation .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -190px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-left: 77px;
    padding-top: 190px;
    height: 271px;
    width: 220px
}
#plantation .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}

#plantation .bodycontent2 {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#plantation .bodycontent2 h2 {
    color: #414141;
    margin: 0;
    position: absolute;
    right: 0;
    top: -106px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-right: 34px;
    padding-top: 33px;
    height: 271px;
    width: 220px;
}

#plantation .bodycontent2 h2 span{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    left: -51px
}

#plantation .bodycontent3 {
    overflow: hidden;
    position: relative;
    max-width: 1440px;
    padding: 0;
    margin: 0 auto
}
#plantation .bodycontent4 {
    text-align: center;
    position: relative;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto 50px
    }
#plantation .bodycontent4 h2 {
    margin: 0;
    padding-top: 88px;
    padding-bottom: 80px;
    color: #209c87;
    font-size: 32px;
    font-weight: 700
    }
#plantation .bodycontent4 div {
    margin: 0 90px;
    width: 338px;
    display: inline-block
    }
#plantation .bodycontent4 div p {
    font-weight: 400;
    font-size: 25px
    }
#plantation .bodycontent4 div p b {
    display: block;
    font-weight: 700;
    }

/* ! PLANTATION - mobile */
@media (max-width: 1000px) {
    #plantation #headerphoto {
        margin-bottom: 50px
    }
    #plantation .bodycontent .paragraph{
        padding-bottom: 40px;
        padding-top: 120px;
        padding-left: 0
    }
    #plantation .bodycontent2 h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #plantation .bodycontent2 h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #plantation .bodycontent2 h2 span {
        left: 0;
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #plantation .bodycontent4 h2 {
        padding-top: 50px;
    }
    #plantation .bodycontent4 div {
        margin: 0;
        width: 265px
}
    #plantation .bodycontent4 div p {
        font-size: 18px
    }
}

/* ! AWARDS */
#awardrecognition #headerphoto {
    background-image: url(../image/awards-header-bg.jpg)
}
#awardrecognition .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto;
    background: #fbfbfb
}
#awardrecognition .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -220px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 155px;
    padding-left: 25px;
    height: 271px;
    width: 220px
}
#awardrecognition .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
}
.bodycontent2.awardrecognition {
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 80px
}
#awardrecognition .bodycontent2.awardrecognition {
    padding-top: 170px
}
.awardrecognition.bodycontent2 div {
    vertical-align: top;
    padding-top: 35px;
    width: 180px;
    height: 578px;
    list-style: none;
    display: inline-block;
    margin: 0px 28px 20px;
    position: relative
}
.awardrecognition.bodycontent2 div img {
    margin: 0 auto 20px;
    display: block
}
.awardrecognition.bodycontent2 div h2 {
    font-weight: 900;
    font-size: 16px;
    margin: 0 0 5px
}
.awardrecognition.bodycontent2 div h5 {
    font-weight: 300;
    font-size: 16px;
    margin: 0
}
.awardrecognition.bodycontent2 div .hdate {
    margin-top: 15px
}
/* ! - mobile */
@media all and (max-width: 1000px) {
    #awardrecognition #headerphoto {
        background-position: right bottom;
        margin-bottom: 50px
    }
    #awardrecognition .bodycontent{
        padding-top: 140px;
    }
    #awardrecognition .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 160px;
        padding-left: 35px;
        height: 271px;
        width: 220px;
    }
    #awardrecognition .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #awardrecognition .bodycontent2 {
        padding-top: 50px
    }
}

/* ! BOARD OF DIRECTOR */
#boardofdirector #headerphoto {
    background-image: url(../image/boardofdirectors-header-bg.jpg);
    margin-bottom: 98px
}
#boardofdirector .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#boardofdirector .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -220px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 155px;
    padding-left: 50px;
    height: 271px;
    width: 220px
}
#boardofdirector .bodycontent h2 span{
    position: relative;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap;
}
#boardofdirector #container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 120px 20px 80px;
    width: 100%;
    max-width: 963px
}
#boardofdirector #container li {
    width: 275px;
    height: 373px;
    margin: 0 15px 50px;
    vertical-align: top;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    display: inline-block
}
#boardofdirector #container li .box {
    background-color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    display: block;
    width: 275px;
    height: 373px;
    border: 1px solid rgb(207, 208, 209);
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.071);
    font-weight: 400;
    color: #414141;
    font-size: 14px;
    position: absolute;
    left: 35px;
    top: 120px
}
#boardofdirector #container li:nth-child(2) .box {
    left: calc(309px + 35px)
}
#boardofdirector #container li:nth-child(3) .box {
    left: calc(618px + 35px)
}
#boardofdirector #container li:nth-child(4) .box {
    top: 543px;
    left: 35px
}
#boardofdirector #container li:nth-child(5) .box {
    top: 543px;
    left: calc(309px + 35px)
}
#boardofdirector #container li:nth-child(6) .box {
    top: 543px;
    left: calc(618px + 35px)
}
#boardofdirector #container li:nth-child(7) .box {
    top: 966px;
    left: 35px
}
#boardofdirector #container li:nth-child(8) .box {
    top: 966px;
    left: calc(309px + 35px)
}
#boardofdirector #container li:nth-child(9) .box {
    top: 966px;
    left: calc(618px + 35px)
}
#boardofdirector #container li:nth-child(10) .box {
    top: calc(966px + 423px);
    left: 35px
}
#boardofdirector #container li:nth-child(11) .box {
    top: calc(966px + 423px);
    left: calc(309px + 35px)
}
#boardofdirector #container li:nth-child(12) .box {
    top: calc(966px + 423px);
    left: calc(618px + 35px)
}
#boardofdirector #container li:hover .box {
    box-shadow: 0 10px 20px rgba(136, 136, 136, 0.95)
}
#boardofdirector #container li img {
    width: 100%
}
#boardofdirector #container li .box div:nth-child(2) {
    padding: 0 10px;
    width: 100%;
    left: 0;
    position: absolute;
    top: calc(50% + 137px);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
#boardofdirector #container li b {
    font-size: 15px;
    display: block;
    color: #414141;
    font-weight: 900
}
#boardofdirector #container li i {
    cursor: pointer;
    display: block;
    padding-top: 8px;
    font-size: 13px;
    display: block;
    color: #209c87;
    font-weight: 400
}
#boardofdirector #container li .box div:last-child {
    display: none;
    font-weight: 400;
    text-align: left;
    padding: 20px 15px;
    z-index: 9;
    width: calc(200% + 50px);
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    left: 300px;
    top: -5px
}
#boardofdirector #container li div + div i {
    font-size: 30px;
    position: absolute;
    top: -23px;
    right: -13px
}
#boardofdirector #container li.showthis {
    z-index: 9
}
#boardofdirector #container li.showthis .box {
    left: 35px;
    top: 120px
}
#boardofdirector #container li.fadethis {
    opacity: 0.4
}
#boardofdirector #container li.showthis {
    opacity: 1
}
#boardofdirector #container li.showthis .box div:last-child {
    display: block
}
@media all and (max-width: 1000px) {
    #boardofdirector #headerphoto {
        margin-bottom: 50px
    }
    #boardofdirector .bodycontent{
        padding-top: 140px;
    }
    #boardofdirector .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 165px;
        padding-left: 41px;
        height: 271px;
        width: 220px;
    }
    #boardofdirector .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #boardofdirector #container {
        padding-top: 0
    }
}
@media all and (max-width: 962px) {
    #boardofdirector #container {
        max-width: 654px
    }
    #boardofdirector #container li .box {
        top: 0
    }
    #boardofdirector #container li:nth-child(3) .box {
        top: 423px;
        left: 35px
    }
    #boardofdirector #container li:nth-child(4) .box {
        top: 423px;
        left: calc(309px + 35px)
    }
    #boardofdirector #container li:nth-child(5) .box {
        top: 846px;
        left: 35px
    }
    #boardofdirector #container li:nth-child(6) .box {
        top: 846px;
        left: calc(309px + 35px)
    }
    #boardofdirector #container li:nth-child(7) .box {
        top: 1269px;
        left: 35px
    }
    #boardofdirector #container li:nth-child(8) .box {
        top: 1269px;
        left: calc(309px + 35px)
    }
    #boardofdirector #container li:nth-child(9) .box {
        top: calc(1269px + 450px);
        left: 35px
    }
    #boardofdirector #container li:nth-child(10) .box {
        top: calc(1269px + 450px);
        left: calc(309px + 35px)
    }
    #boardofdirector #container li:nth-child(11) .box {
        top: calc(1269px + 450px + 450px);
        left: 35px
    }
    #boardofdirector #container li:nth-child(12) .box {
        top: calc(1269px + 450px + 450px);
        left: calc(309px + 35px)
    }
    #boardofdirector #container li.showthis .box {
        top: 0;
        left: 35px
    }
    #boardofdirector #container li p {
        left: -2px;
        top: 393px
    }
}
@media all and (max-width: 653px) {
    #boardofdirector #container {
        max-width: 100%
    }
    #boardofdirector #container li .box {
        left: 50% !important;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        top: 0
    }
    #boardofdirector #container li:nth-child(2) .box {
        top: 423px
    }
    #boardofdirector #container li:nth-child(3) .box {
        top: 846px;
    }
    #boardofdirector #container li:nth-child(4) .box {
        top: 1269px;
    }
    #boardofdirector #container li:nth-child(5) .box {
        top: 1692px;
    }
    #boardofdirector #container li:nth-child(6) .box {
        top: 2115px;
    }
    #boardofdirector #container li:nth-child(7) .box {
        top: 2538px;
    }
    #boardofdirector #container li:nth-child(8) .box {
        top: 2961px;
    }
    #boardofdirector #container li:nth-child(9) .box {
        top: 3384px;
    }
    #boardofdirector #container li:nth-child(10) .box {
        top: calc(3384px + 423px);
    }
    #boardofdirector #container li:nth-child(11) .box {
        top: calc(3384px + 423px + 423px);
    }
    #boardofdirector #container li:nth-child(12) .box {
        top: calc(3384px + 423px + 423px + 423px);
    }
    #boardofdirector #container li.showthis .box {
        z-index: 9;
        top: 0;
    }
    #boardofdirector #container li p {
        width: calc(100vw - 30px);
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        top: 393px
    }
}
@media all and (max-width: 580px) {
    #boardofdirector #container li {
        margin: 0 10px 50px;
        width: 260px
    }
}

/* ! ANALYSTREPORT */
#analystreport #headerphoto {
    margin-bottom: 136px
}
#analystreport h1 {
    width: 100%;
    max-width: 450px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 45px;
    line-height: 30px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%);
}
#analystreport .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#analystreport .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
#analystreport .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -266px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 162px;
    padding-left: 100px;
    height: 271px;
    width: 220px;
}
#analystreport .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
}
#analystreport .bodycontent p {
    margin-bottom: 50px;
    margin-top: 0;
    float: right;
    width: calc(100% - 342px);
}
/* ! - mobile */
@media (max-width: 1000px) {
    #analystreport h1{
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        padding: 45px 20px 30px 20px;
    }
    #analystreport #headerphoto {
        margin-bottom: 50px;
    }
    #analystreport .bodycontent h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative;
    }
    #analystreport .bodycontent h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    #analystreport .bodycontent h2 span {
        margin-left: 0;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative
    }
    #analystreport .bodycontent p {
        padding-top: 0;
        float: none;
        width: 100%
    }
}


/* ! BURSA ANNOUNCEMENT */
#bursaannouncement #headerphoto {
    margin-bottom: 136px;
    background-image: url(../image/bursaannouncement-header-bg.jpg)
}
#bursaannouncement h1 {
    width: 100%;
    max-width: 450px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 45px;
    line-height: 30px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%);
}
#bursaannouncement .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#bursaannouncement .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -266px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 162px;
    padding-left: 45px;
    height: 271px;
    width: 220px
}
#bursaannouncement .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#bursaannouncement .bodycontent2 {
    position: relative;
    max-width: 950px;
    padding: 0 20px 72px;
    margin: 0 auto
}
#bursaannouncement .bodycontent2:after {
    clear: both;
    display: block;
    content: ''
}
#bursaannouncement .bodycontent2 div {
    float: right;
    width: calc(100% - 420px);
    margin: 0;
    padding: 0
}
.bursaannouncement.bodycontent2 div ul {
    margin-top: 20px;
    padding: 0
}
.bursaannouncement.bodycontent2 div li {
    padding-bottom: 12px;
    list-style: none
}
.bursaannouncement.bodycontent2 div li a {
    display: block;
    position: relative;
    color: #414141;
    font-weight: 500;
    padding-left: 20px
}
.bursaannouncement.bodycontent2 div li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #209c87
}
#bursaannouncement footer {
    margin-top: 35px
}
/* ! - mobile */
@media (max-width: 1000px) {
    #bursaannouncement h1{
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        padding: 45px 20px 30px 20px;
    }
    #bursaannouncement #headerphoto {
        margin-bottom: 50px
    }
    #bursaannouncement .bodycontent {
        height: auto
    }
    #bursaannouncement .bodycontent h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #bursaannouncement .bodycontent h2 span {
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #bursaannouncement .bodycontent h2 span:first-child{
        display: block;
        padding: 0 10px;
    }
    #bursaannouncement .bodycontent h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #bursaannouncement .bodycontent2 {
        padding-bottom: 50px;
    }
    #bursaannouncement .bodycontent2 h2 {
        display: none
    }
    #bursaannouncement .bodycontent2 div {
        width: 100%
    }
    #bursaannouncement footer {
        margin-top: 0
    }
}


/* ! IR Section */
#ir-wrapper #headerphoto {
    margin-bottom: 136px;
    background-image: url(../image/bursaannouncement-header-bg.jpg)
}
#ir-wrapper h1 {
    width: 100%;
    max-width: 450px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 45px;
    line-height: 30px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%);
}
#ir-wrapper .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#ir-wrapper .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -266px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 162px;
    padding-left: 43px;
    height: 271px;
    width: 220px;z-index:9;
}

#ir-wrapper .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
}
#ir-wrapper .bodycontent2 {
    position: relative;
    max-width: 950px;
    padding: 0 20px 72px;
    margin: 0 auto
}
#ir-wrapper .bodycontent2:after {
    clear: both;
    display: block;
    content: ''
}

#ir-wrapper footer {
    margin-top: 0px
}
.overviewiframe iframe
{
	margin-top:-130px;
}


@media (min-width: 1001px)
{
	.ir-reports .bodycontent h2
{
	padding-left:10px !important;
}
.ir-reports .bodycontent h2 span
{
	white-space:nowrap;
}
.ir-home .bodycontent h2
{
	padding-top: 175px !important;
    padding-left: 75px !important;
}
.inneriframe iframe
{
	 margin-top:50px
}
}
/* ! - mobile */
@media (max-width: 1000px) {
	.overviewiframe iframe
{
	margin-top:0px;
}
    #ir-wrapper h1{
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        padding: 45px 20px 30px 20px;
    }
    #ir-wrapper #headerphoto {
        margin-bottom: 50px
    }
    #ir-wrapper .bodycontent {
        height: auto
    }
    #ir-wrapper .bodycontent h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #ir-wrapper .bodycontent h2 span {
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative;
    }	
    #ir-wrapper .bodycontent h2 span:first-child{
        display: block;
        padding: 0 10px;
    }
	.ir-home .bodycontent h2 span:first-child
	{
		display:inline-block !important;
	}
    #ir-wrapper .bodycontent h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    #ir-wrapper .bodycontent2 {
        padding-bottom: 50px;
    }
    #ir-wrapper .bodycontent2 h2 {
        display: none
    }
    #ir-wrapper .bodycontent2 div {
        width: 100%
    }
    #ir-wrapper footer {
        margin-top: 0
    }
}




/* ! CORPORATE GOVERNANCE */
#corporategovernance #headerphoto {
    margin-bottom: 136px
}
#corporategovernance h1 {
    width: 100%;
    max-width: 450px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 45px;
    line-height: 30px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%);
}
#corporategovernance .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#corporategovernance .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -266px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 162px;
    padding-left: 14px;
    height: 271px;
    width: 220px
}
#corporategovernance .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
.corporategovernance .bodycontent1,
.corporategovernance .bodycontent2 {
    max-width: 950px;
    padding: 0 20px 72px;
    margin: 0 auto
}
.corporategovernance .bodycontent1:after,
.corporategovernance .bodycontent2:after {
    clear: both;
    display: block;
    content: ''
}
.corporategovernance .bodycontent1 div ul {
    float: right;
    width: calc(100% - 420px);
    margin: 0;
    padding: 0
}
.corporategovernance .bodycontent2 div ul {
    float: left;
    width: calc(100% - 420px);
    margin: 0;
    padding: 0
}
.corporategovernance .bodycontent2 h2 {
    position: relative;
    float: left;
    width: 420px;
    margin: 0;
    font-size: 22px;
    padding-left: 41px
}
.corporategovernance .bodycontent2 h2 i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #209c87
}
.corporategovernance .bodycontent2 div ul {
    float: left;
    width: calc(100% - 420px);
    margin: 0;
    padding: 0
}
.corporategovernance .bodycontent1 div li,
.corporategovernance .bodycontent2 div li {
    padding-bottom: 12px;
    list-style: none
}
.corporategovernance .bodycontent1 div li a,
.corporategovernance .bodycontent2 div li a {
    display: block;
    position: relative;
    color: #414141;
    padding-left: 20px
}
.corporategovernance .bodycontent1 div li i,
.corporategovernance .bodycontent2 div li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #209c87
}
#corporategovernance footer {
    margin-top: 35px
}
/* ! - mobile */
@media (max-width: 1000px) {
    #corporategovernance #headerphoto {
        margin-bottom: 50px
    }
    #corporategovernance h1{
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        padding: 45px 20px 30px 20px;
    }
    #corporategovernance .bodycontent {
        height: auto
    }
     #corporategovernance .bodycontent h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative
    }
    #corporategovernance .bodycontent h2 span {
        margin-left: 10px;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #corporategovernance .bodycontent h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0
    }
    .corporategovernance .bodycontent1,
    .corporategovernance .bodycontent2 {
        padding-bottom: 50px
    }
    .corporategovernance .bodycontent2 h2 {
        width: 100%;
        margin-bottom: 25px;
        float: none
    }
    .corporategovernance .bodycontent1 div ul,
    .corporategovernance .bodycontent2 div ul {
        padding-left: 30px;
        width: 100%
    }
    #corporategovernance footer {
        margin-top: 0
    }
}

/* ! MANAGEMENT TEAM */
#managementteam #headerphoto {
    background-image: url(../image/management-header-bg.jpg);
    margin-bottom: 0
}
#managementteam .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#managementteam .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -118px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 155px;
    padding-left: 40px;
    height: 271px;
    width: 220px
}
#managementteam .bodycontent h2 span{
    position: relative;
    background-color: #fff;
    display: inline-block;
}
#managementteam .bodycontent2 {
    margin: 170px auto 0;
    width: 100%;
    max-width: 940px
}
#managementteam #group {
    width: 100%;
    text-align: center;
    position: relative
}
#managementteam #group img {
    width: 100%;
    display: block;
    margin: 0 auto
}
#managementteam #group #mem1 {
    position: absolute;
    width: 127px;
    height: 20px;
    left: 77px;
    top: 105px
}
#managementteam #group #mem1 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 47px;
    top: 130px
}
#managementteam #group #mem2 {
    position: absolute;
    width: 92px;
    height: 17px;
    left: 178px;
    top: 65px
}
#managementteam #group #mem2 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 35px;
    top: 130px
}
#managementteam #group #mem3 {
    position: absolute;
    width: 96px;
    height: 17px;
    left: 305px;
    top: 77px
}
#managementteam #group #mem3 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50px;
    top: 121px
}
#managementteam #group #mem4 {
    position: absolute;
    width: 100px;
    height: 17px;
    left: 413px;
    top: 67px
}
#managementteam #group #mem4 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 37px;
    top: 115px
}
#managementteam #group #mem5 {
    position: absolute;
    width: 100px;
    height: 17px;
    left: 505px;
    top: 38px
}
#managementteam #group #mem5 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 36px;
    top: 157px
}
#managementteam #group #mem6 {
    position: absolute;
    width: 70px;
    height: 17px;
    left: 599px;
    top: 82px
}
#managementteam #group #mem6 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 40px;
    top: 110px
}
#managementteam #group #mem7 {
    position: absolute;
    width: 101px;
    height: 22px;
    left: 697px;
    top: 46px
}
#managementteam #group #mem7 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 36px;
    top: 135px
}
#managementteam #group #mem8 {
    position: absolute;
    width: 95px;
    height: 22px;
    left: 782px;
    top: 83px
}
#managementteam #group #mem8 span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 24px;
    top: 130px
}
#managementteam #bodycontent3 {
    padding: 0 20px;
    margin: 170px auto 0;
    width: 100%;
    max-width: 940px;
}
#managementteam #bodycontent3:after {
    display: block;
    clear: both;
    content: ''
}
#managementteam #bodycontent3 .profilephoto {
    float: left;
    width: 200px;
    margin: 0
}
#managementteam #bodycontent3 .profilephoto img {
    width: 100%
}
#managementteam #bodycontent3 .profile {
    text-align: justify;
    float: left;
    padding-left: 30px;
    width: calc(100% - 200px);
    margin: 0 0 110px 0
}
#managementteam #bodycontent3 .profile .readmore {
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #209c87;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-left: 5px;
    letter-spacing: 1px
}
#managementteam #bodycontent3 .profile h3 {
    font-size: 0.85em;
    line-height: 1.125em;
    letter-spacing: 1px;
    color: #209c87
}
#managementteam #bodycontent3 .profile .readmore + span {
    display: none
}

/* ! - mobile */
@media (max-width: 950px) {
    #managementteam #headerphoto {
        margin-bottom: 50px
    }
    #managementteam .bodycontent{
        padding-top: 140px;
    }
    #managementteam .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 165px;
        padding-left: 41px;
        height: 271px;
        width: 220px;
    }
    #managementteam .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #managementteam .bodycontent2 {
        display: none
    }
    #managementteam .bodycontent3 {
        position: relative;
        max-width: 950px;
        padding: 0 20px;
        margin: 0 auto 80px
    }
}
@media (max-width: 580px) {
    #managementteam #bodycontent3 {
        margin-top: 0
    }
    #managementteam #bodycontent3 .profilephoto {
        float: none;
        margin: 0 auto
    }
    #managementteam #bodycontent3 .profile {
        float: none;
        padding-left: 0;
        margin-bottom: 50px;
        width: 100%
    }
    #managementteam #bodycontent3 .profile h2,
    #managementteam #bodycontent3 .profile h3 {
        text-align: center
    }
    #managementteam #bodycontent3 .profile p {
        text-align: justify
    }
}

/* ! CORPORATE */
#csr #headerphoto {
    margin-bottom: 70px;
    background-image: url(../image/csr-header-bg.jpg)
}
#csr .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px 50px;
    margin: 0 auto
}
#csr .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -178px;
    font-weight: 300;
    font-size: 30px;
    padding-top: 138px;
    padding-left: 21px;
    height: 271px;
    width: 220px
}
#csr .bodycontent h2:before {
    top: 0;
    left: 0;
    border: 7px solid #209c87;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}
#csr .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#csr .bodycontent p {
    text-align: justify;
    margin-left: 386px
}
#csr .bodycontent p b {
    color: #209c87
}
#csr .bodycontent2 {
    position: relative;
    max-width: 950px;
    padding: 0 40px 80px;
    margin: 0 auto
}
#csr .flexslider li.gallery a {
    display: none
}
#csr .flexslider li.gallery a:first-child {
    display: block;
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: 1px solid rgb(207, 208, 209);
    background-color: rgba(230, 97, 97, 0);
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.071);
    width: 100%;
    height: 426px
}
#csr .flexslider li.gallery a img {
    width: 100%;
    display: block;
    margin-bottom: 28px
}
#csr .flexslider li.gallery a p {
    line-height: normal;
    padding: 0 10px
}
#csr .flexslider li.gallery a b {
    padding: 0 10px;
    display: block;
    padding-bottom: 15px
}
/* ! - mobile */
@media (max-width: 1000px) {
    #csr #headerphoto {
        margin-bottom: 50px
    }
    #csr .bodycontent {
        height: auto;
        padding-bottom: 50px
    }

    #csr .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 134px;
        padding-left: 19px;
        height: 271px;
        width: 220px;
    }
    #csr .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }

    #csr .bodycontent h2 span:first-child,
    #csr .bodycontent h2 span:nth-child(2) {
        display: block;
    }

    #csr .bodycontent h2:before {
        border: 0px;
    }
    #csr .bodycontent p {
        margin-left: 0;
        padding-top: 180px;
    }
    #csr .bodycontent2 {
        padding: 0 20px 80px;
    }
}

/* ! LANDING */
body#home {
    padding-top: 50px
}
body#home .flexslider {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    border: none
}
body#home .flexslider li {
    overflow: hidden;
    position: relative
}
body#home .flexslider li span {
    display: block;
    width: 100%;
    height: calc(100vh - 89px)
}
body#home .flexslider li div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
body#home .flexslider li.flex-active-slide div {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}
body#home .flexslider li h2 {
    max-width: 800px;
    font-family: 'Anton', sans-serif;
    margin: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    font-size: 32px;
    padding: 44px 32px 44px 72px;
    color: #fff;
    font-weight: 400;
    transform: translate( -100%, -50%);
    -webkit-transform: translate( -100%, -50%);
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    will-change: transform
}
body#home .flexslider li.flex-active-slide h2 {
    transform: translate( 0, -50%);
    -webkit-transform: translate( 0, -50%)
}
body#home .flexslider li.flex-active-slide h2 i {
    opacity: 0;
    font-style: normal;
    transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    will-change: opacity
}
body#home .flexslider li.flex-active-slide h2 i {
    opacity: 1
}
body#home .flexslider li h2 p {
    padding-top: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif
}
body#home .flexslider li h2 a {
    font-family: 'Raleway', sans-serif;
    line-height: 35px;
    height: 35px;
    width: 143px;
    position: absolute;
    bottom: -18px;
    left: 75px;
    font-size: 16px;
    border-radius: 20px;
    background: #0a4a38;
    text-align: center;
    color: #fff
}
body#home .flex-control-nav {
    width: auto;
    left: 50px;
    bottom: 60px
}
body#home .flex-control-nav li {
    margin: 0
}
body#home .flex-control-nav a {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    background: #acacac;
    border-radius: 50%;
    border: 2px solid #f5f1ef;
    display: inline-block
}
body#home .flex-control-nav .flex-active {
    background: #18a28a
}
body#home .flex-direction-nav {
    display: none
}
/* ! - mobile */
@media (max-width: 900px) {
    body#home {
        padding-top: 60px
    }
    body#home .flexslider li span {
        height: calc(100vh - 99px) /* 39 */
    }
    body#home .flexslider li h2 {
        top: auto;
        bottom: 10%
    }
}
@media (max-width: 782px) {
    body#home .flex-control-nav {
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        bottom: 10px;
    }
    body#home .flexslider li h2 {
        bottom: auto;
        top: 47%;
        padding: 26px 32px;
        font-size: 22px
    }
    body#home .flexslider li h2 p {
        font-size: 15px
    }
    body#home .flexslider li h2 a {
        line-height: 30px;
        height: 30px;
        font-size: 12px
    }
}
@media (max-width: 418px) {
    body#home .flexslider li span {
        height: calc(100vh - 139px)
    }
}
/* ! white box */
.white-popup-block {
    width: 100%;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px 0;
    position: absolute
}

.white-popup-block div:after{
    content: '';
    clear: both;
    display: block;
}

.white-popup-block div img{
   float: left;
   margin:20px;
}

.white-popup-block img{
    height: auto;
    max-width: 100%;
    width: 100%;
}

.white-popup-block div #memdetials{
        float: left;
    max-width: 250px;
}


@media (max-width: 1560px){

    .white-popup-block div img{
        float: initial;

    }
    .white-popup-block div #memdetials{
        float: initial;

    }

}

/* ! CONTACT FORM */
#contact #headerphoto {
    margin-bottom: 65px
}
#contact h1 {
    width: 100%;
    max-width: 450px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 115px;
    padding-top: 45px;
    line-height: 30px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%);
}
#contact .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#contact .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
#contact .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -155px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 185px;
    padding-left: 114px;
    height: 271px;
    width: 220px;
    white-space: nowrap
}
#contact .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap
}
#contact .bodycontent p {
    margin-bottom: 50px;
    margin-top: 0;
    float: right;
    width: calc(100% - 342px);
}
#contact .bodycontent > p:first-child {
    padding-top: 99px;
}
/* ! - mobile */
@media (max-width: 1000px) {
    #contact h1{
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        padding: 45px 20px 30px 20px;
    }
    #contact .bodycontent h2 {
        padding-left: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 40px;
        top: 0;
        right: auto;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        position: relative;
    }
    #contact .bodycontent h2:before {
        width: 100%;
        content: '';
        border-bottom: 7px solid #209c87;
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    #contact .bodycontent h2 span {
        margin-left: 0;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative
    }
    #contact .bodycontent p {
        float: none;
        width: 100%
    }
    #contact .bodycontent > p:first-child {
        padding-top: 0
    }
}

/* ! ENQUIRY FORM */
#enquiryform #headerphoto {
    margin-bottom: 65px
}
#enquiryform .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#enquiryform .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -190px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-left: 22px;
    padding-top: 141px;
    height: 271px;
    width: 220px
}
#enquiryform .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap
}
.enquiryform .bodycontent p {
    margin-bottom: 50px;
    margin-top: 0
}
#enquiryform .enquiryform .bodycontent p {
    float: right;
    width: calc(100% - 342px)
}
.enquiryform .bodycontent p b {
    color: #209c87
}
.enquiryform .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
.enquiryform .bodycontent2 {
    max-width: 660px;
    margin: 0 auto
}
.enquiryform .bodycontent2 label {
    position: relative;
    width: 100%;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 35px
}
.enquiryform .bodycontent2 label:after {
    display: block;
    clear: both;
    content: ''
}
.enquiryform .bodycontent2 b {
    text-align: right;
    width: 150px;
    font-weight: 700;
    float: left
}
.enquiryform .bodycontent2 span {
    padding-left: 30px;
    width: calc(100% - 150px);
    float: left
}
.enquiryform .bodycontent2 span u {
    text-decoration: none
}
.enquiryform .bodycontent2 input[type=text] {
    width: calc(100% - 60px);
    font-weight: 400;
    height: 35px;
    margin: 0;
    margin-left: 30px;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    padding-left: 10px;
    padding-right: 10px
}
.enquiryform .bodycontent2 .select {
    display: inline-block;
    position: relative;
    margin-left: 30px
}
.enquiryform .bodycontent2 select {
    padding-left: 10px;
    padding-right: 10px;
    color: #414141;
    font-size: 14px;
    height: 35px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
.enquiryform .bodycontent2 i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    right: 11px;
    pointer-events: none
}
.enquiryform .bodycontent2 span input[type=checkbox] {
    vertical-align: top;
    height: 19px;
    width: 19px;
    margin: 0 0 0 38px
}
.enquiryform .bodycontent2 span p {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    width: calc(100% - 100px);
    font-weight: 400;
    margin-left: 5px
}
.enquiryform .bodycontent2 label:last-child span {
    padding-left: 75px
}
.enquiryform .bodycontent2 label:last-child span input {
    border: 0;
    height: 39px;
    padding: 0 20px;
    background: #209c87;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}
.enquiryform .bodycontent3 {
    padding: 0 20px;
    font-size: 15px;
    width: 100%;
    max-width: 938px;
    margin: 80px auto
}
.enquiryform .bodycontent3:after {
    display: block;
    clear: both;
    content: ''
}
.enquiryform .bodycontent3 strong {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 9px
}
.enquiryform .bodycontent3 strong:nth-child(4) {
    padding-top: 28px
}
.enquiryform .bodycontent3 b {
    font-weight: 700;
    color: #209c87
}
.enquiryform .bodycontent3 .addr b {
    display: block
}
.enquiryform .bodycontent3 .addr {
    width: 50%;
    float: left
}
.enquiryform .bodycontent3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}
.enquiryform .bodycontent3 li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px
}
.enquiryform .bodycontent3 li span {
    position: absolute;
    left: 0;
    top: 0
}
.enquiryform .bodycontent3 a {
    font-weight: 700;
    color: #209c87;
}
/* ! - mobile */
@media (max-width: 1000px) {
    #enquiryform .bodycontent {
        padding-top: 120px
    }
    #enquiryform .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -199px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 147px;
        padding-left: 0;
        height: 271px;
        width: 220px
    }
    #enquiryform .bodycontent h2 span {
        margin-left: 10px;
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #enquiryform .bodycontent h2 span:first-child {
        padding: 0 10px
    }
    #enquiryform .enquiryform .bodycontent p {
        float: none;
        width: 100%
    }
    .enquiryform .bodycontent3 {
        margin-bottom: 40px;
        margin-top: 25px
    }
    .enquiryform .bodycontent3 .addr,
    .enquiryform .bodycontent3 ul {
        width: 100%;
        margin-top: 30px;
        float: none
    }
}
@media (max-width: 660px) {
    .enquiryform .bodycontent2 label {
        font-size: 15px;
        margin-bottom: 25px
    }
    .enquiryform .bodycontent2 b {
        padding: 0 20px;
        float: none
    }
    .enquiryform .bodycontent2 span {
        display: block;
        padding: 0 20px;
        width: 100%;
        float: none
    }
    .enquiryform .bodycontent2 span u {
        display: none
    }
    .enquiryform .bodycontent2 input[type=text] {
        width: 100%;
        margin-left: 0
    }
    .enquiryform .bodycontent2 .select {
        margin-left: 0
    }
    .enquiryform .bodycontent2 span input[type=checkbox] {
        margin-left: 0
    }
    .enquiryform .bodycontent2 span p {
        width: calc(100% - 30px)
    }
    .enquiryform .bodycontent2 label:last-child span {
        padding: 0;
        text-align: center
    }
}


#astoria .bold-bottom {
    color: #414141;
}
#astoria section.intro {
    position: relative;
    background-image: url(../image/astoria/astoria_intro.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
#astoria section.intro:before {
    content: '';
    width: 100%;
    padding-bottom: 52%;
    display: block;
}
#astoria section.intro .black_box {
    position: absolute;
    width: 350px;
    /* min-height: 117px; */
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    /* left: 0; */
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    padding-left: 130px;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #fff;
}
#astoria .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 95px;
    /* height: 100px; */
}
#astoria .bodycontent .paragraph {
    padding-bottom: 186px;
    text-align: left;
    padding-left: 400px;
    line-height: 23px
}
#astoria .astoria {
    font-weight: 400;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    border-style: solid;
    /* border-width: 5px; */

    float: left;
    width: 271px;
    text-align: center;
}

#astoria .picture {
    font-weight: 400;
    font-size: 30px;
    padding: 20px;
    height: 265px;
    /* border-width: 5px; */

    float: left;
    width: 271px;
    text-align: center;
}
/*Gallery*/

#astoria .gallery {
    font-weight: 400;
    position: absolute;
    /* right: 30px; */
    bottom: -200px;
    z-index: 10;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    width: 271px;
    text-align: center;
}

#astoria .location {
    font-weight: 400;
    position: absolute;
    /* right: 30px; */
    bottom: 200px;
    z-index: 10;
    right: 104px;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    padding-left: 60px;
    padding-top: 200px;
    width: 271px;
    text-align: center;
}
#astoria .location h2 {
    color: #414141;
}
/*Text Setting*/

#astoria .edu-first-text {
    color: white;
    display: block;
    font-size: 30px;
    /* float: left; */
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    /* font-weight: 700; */
    word-wrap: break-word;
}
#astoria span a {
    /* background: #222; */

    color: #fff;
    /* display: inline-block; */
    /* margin: 10px 10px 0 0; */

    padding: 5px 10px;
    letter-spacing: 2px;
    text-decoration: none;
}
#astoria h2 {
    color: #414141
}
#astoria .edu-1sttext {
    color: white
}
#astoria .edu-2ndtext {
    line-height: 22px;
    font-weight: 600;
    color: white
}
#astoria h3 {
    padding-top: 30px;
    color: #209c87;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}
#astoria .container {
    text-align: center;
    padding: 15px
}
#astoria .logo-div {
    color: #333;
    display: inline-block;
    max-width: 300px;
    padding: 30px;
    border-radius: 3px;
    margin: 15px;
    vertical-align: top
}
#astoria .logo-div p {
    font-weight: 400;
    font-size: 12px;
    color: #414141
}
#astoria .logo-div b {
        font-weight: 500;
    font-size: 30px;
}
/*Media Width Responsive*/

@media all and (max-width: 820px) {
    #astoria section.intro .black_box {
        position: absolute;
        min-height: 100px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate( -50%, -50%);
        margin: auto;
        width: 80%;
        padding: 10px;
        text-align: center;
    }
    #astoria .astoria {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
    #astoria .bodycontent .paragraph {
        text-align: justify;
        /* padding-left: 1px; */

        font-size: 13px;
        color: gray;
        line-height: 23px;
        /* width: 100%; */

        padding: 0 1px;
    }

        #astoria .bodycontent {
text-align: center;
    }
    /*Gallery*/

    #astoria .gallery {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }

        #astoria .location {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
}

/* ! VISION & MISSION */
#visionmission #headerphoto {
    margin-bottom: 84px
}
#visionmission #headerphoto h1 {
    line-height: 32px;
    width: 100%;
    max-width: 337px;
    min-height: 115px;
    background: rgba(0, 0, 0, 0.431);
    top: 50%;
    font-size: 23px;
    font-weight: 400;
    padding-left: 40px;
    padding-top: 23px;
    transform: translate( 0%, -50%);
    -webkit-transform: translate( 0%, -50%)
}
#visionmission #headerphoto h1 span {
    display: block;
    font-size: 46px;
    font-weight: 700;
    color: #fff
}
#visionmission .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#visionmission .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -210px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 180px;
    padding-left: 25px;
    height: 271px;
    width: 220px;
    white-space: nowrap
}
#visionmission .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap
}
.visionmission .bodycontent p {
    text-align: justify;
    margin-bottom: 93px;
    margin-top: 0
}
.visionmission .bodycontent p {
    float: right;
    width: calc(100% - 352px)
}
.visionmission .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
.visionmission .content {
    width: 100%;
    max-width: 810px;
    margin: 0 auto
}
.visionmission .content ul {
    padding: 0;
    margin: 0 20px;
    position: relative
}
.visionmission .content ul li {
    min-height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none
}
.visionmission .content ul li:before {
    position: absolute;
    content: '';
    height: calc(100%);
    width: 3px;
    left: 50%;
    background: #d3d3d3;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0)
}
.visionmission .content ul li:last-child:before {
    display: none
}
.visionmission .content ul li:after {
    display: block;
    content: '';
    clear: both
}
.visionmission .content ul li .circle {
    cursor: pointer;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    display: block;
    width: 20px;
    height: 20px;
    background: #209c87;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative
}
.visionmission .content ul li .circle:after {
    content: '';
    display: none;
    width: 30px;
    height: 30px;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px
}
.visionmission .content ul li .circle.active:after {
    display: block
}
.visionmission .content ul li .puzzle {
    display: block;
    margin-top: -20px;
    margin-left: 133px;
    float: left
}
.visionmission .content ul li .puzzle + div {
    margin-bottom: 69px;
    margin-top: -20px;
    width: 350px;
    float: right
}
.visionmission .content ul li .puzzle + div p {
    text-align: justify;
    margin-top: 0
}
.visionmission .content ul li .puzzle + div p b {
    color: #209c87;
    font-weight: 700
}
.visionmission .content ul li:nth-child(3) .puzzle {
    margin-left: 0;
    margin-right: 133px;
    float: right
}
.visionmission .content ul li:nth-child(3) .puzzle + div {
    float: left
}
/* ! - mobile */
@media (max-width: 1000px) {
    #visionmission #headerphoto {
        margin-bottom: 50px
    }
    #visionmission .visionmission  .bodycontent {
        height: auto;
        padding-bottom: 50px
    }
    .visionmission  .bodycontent p {
        margin-bottom: 0
    }
}
@media (max-width: 880px) {
    #visionmission #headerphoto:before {
        padding-bottom: 67.00854701%
    }
    #visionmission #headerphoto h1 {
        display: none;
        font-size: 20px;
        padding-left: 40px;
        padding-top: 23px
    }
    #visionmission #headerphoto h1 span {
        font-size: 36px
    }
    #visionmission .visionmission .bodycontent p {
        padding-top: 90px;
        float: none;
        width: 100%
    }
    .visionmission .content ul li:before {
        left: 9px;
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }
    .visionmission .content ul li .circle {
        margin: 0;
    }
    .visionmission .content ul li .puzzle {
        margin-right: 0 !important;
        float: none !important;
        margin-bottom: 20px;
        margin-left: 50px !important
    }
    .visionmission .content ul li .puzzle + div {
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
        margin-left: 50px;
        float: none
    }
    .visionmission .content ul li .puzzle + div p {
        padding-bottom: 50px;
        margin-bottom: 0
    }
}
@media (max-width: 450px) {
    .visionmission .content ul li:before {
        display: none
    }
    .visionmission .content ul li .circle {
        display: none
    }
    .visionmission .content ul li .puzzle {
        display: block;
        margin: 0 auto !important
    }
    .visionmission .content ul li .puzzle + div {
        margin-left: 0
    }
    .visionmission .content ul li .puzzle + div p {
        line-height: 23px;
        font-size: 14px
    }
}




#leisure .bold-bottom {
    color: #414141;
}
#leisure #headerphoto {
    position: relative;
    background: url(../image/leisure1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
}
#leisure #headerphoto h1 {
    width: 82%;
    max-width: 894px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -115px;
    font-size: 30px;
    color: #414141;
    font-weight: 300
}
#leisure h1:before {
    position: absolute;
    content: '';
    bottom: -36px;
    left: -39px;
    border: 7px solid #209c87;
    height: 259px;
    width: 261px
}
#leisure section.intro {
    position: relative;
    background-image: url(../image/leisure/leisure.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
#leisure section.intro:before {
    content: '';
    width: 100%;
    padding-bottom: 52%;
    display: block;
}
#leisure section.intro .black_box {
    position: absolute;
    /* width: 250px; */
    /* min-height: 117px; */

    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    /* left: 0; */

    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    padding-left: 130px;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #fff;
}
#leisure .bodycontent {
    position: relative;
    max-width: 950px;
    /* padding: 0 20px; */
    margin: 0 auto;
    /* padding-top: 0px; */
    /* height: 100px; */
}
#leisure .bodycontent .paragraph {
    padding-bottom: 186px;
    text-align: left;
    padding-left: 400px;
    line-height: 23px
}
#leisure .leisure {
    font-weight: 400;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    border-style: solid;
    /* border-width: 5px; */

    float: left;
    width: 271px;
    text-align: center;
}
/*Gallery*/

#leisure .gallery {
    font-weight: 400;
    position: absolute;
    right: 30px;
    bottom: -200px;
    z-index: 10;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    width: 271px;
    text-align: center
}
/*Text Setting*/

#leisure .edu-first-text {
    color: white;
    display: block;
    font-size: 30px;
    /* float: left; */

    margin: 10px 10px 0 0;
    padding: 5px 10px;
    font-weight: 700;
    word-wrap: break-word;
}
#leisure span a {
    /* background: #222; */

    color: #fff;
    /* display: inline-block; */
    /* margin: 10px 10px 0 0; */

    padding: 5px 10px;
    letter-spacing: 2px;
    text-decoration: none;
}
#leisure h2 {
    color: #414141
}
#leisure .edu-1sttext {
    color: white
}
#leisure .edu-2ndtext {
    line-height: 22px;
    font-weight: 600;
    color: white
}
#leisure h3 {
    padding-top: 30px;
    color: #209c87;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}
#leisure .container {
    text-align: center;
    padding: 15px
}
#leisure .logo-div {
    color: #333;
    display: inline-block;
    max-width: 300px;
    padding: 30px;
    border-radius: 3px;
    margin: 15px;
    vertical-align: top
}
#leisure .logo-div p {
    font-weight: 400;
    font-size: 12px;
    color: #414141
}
#leisure .logo-div b {
    font-weight: 700
}
/*Media Width Responsive*/

@media all and (max-width: 820px) {
    #leisure section.intro .black_box {
        position: absolute;
        min-height: 100px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate( -50%, -50%);
        margin: auto;
        width: 80%;
        padding: 10px;
        text-align: center;
    }
    #leisure .leisure {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
    #leisure .bodycontent .paragraph {
        text-align: justify;
        /* padding-left: 1px; */

        font-size: 13px;
        color: gray;
        line-height: 23px;
        /* width: 100%; */

        padding: 0 1px;
    }
    /*Gallery*/

    #leisure .gallery {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
}

/* ! MILESTONES */
#milestone #headerphoto {
    margin-bottom: 0
}
#milestone .content {
    padding: 0 20px;
    margin: 0 auto;
}
#milestone .content + .content {
    background: url('../image/milestonesmiddle.png');
    -webkit-background-size: cover;
    background-size: cover;
}
#milestone .content .bodycontent {
    position: relative;
    max-width: 950px;
    margin: 0 auto
}
#milestone .content + .content .bodycontent {
    padding: 0 0 180px
}
#milestone .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -155px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 185px;
    padding-left: 68px;
    height: 271px;
    width: 220px;
    white-space: nowrap
}
#milestone .bodycontent h2 span {
    position: relative;
    background-color: #d7e4e1;
    display: inline-block;
    white-space: nowrap;
}
#milestone .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
/* ! -- Slider */
#milestone .content .slide {
    text-align: center;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative
}
#milestone .content .slide .slidearrow {
    width: 58px;
    padding: 20px;
    display: inline-block;
    font-size: 49px;
    color: #959797;
    vertical-align: top
}
#milestone .content .slidecontainer {
    display: inline-block;
    overflow: hidden;
    height: 460px;
    width: calc(100% - 124px);
    max-width: 972px;
    position: relative
}
#milestone .content .slide #slider {
    vertical-align: top;
    width: 1558px;
    position: absolute;
    left: -617px;
    top: 0
}
#milestone .content .slide .yeargroup {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #209c87;
    margin: 0 31px;
    position: relative;
    display: inline-block;
    text-align: center
}
#milestone .content .slide .yeargroup:first-child {
    margin-left: 0
}
#milestone .content .slide .yeargroup:last-child {
    margin-right: 0
}
#milestone .content .slide .yeargroup:before {
    content: '';
    height: 5px;
    width: calc(100% + 62px);
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    background: #209c87
}
#milestone .content .slide .yeargroup:first-child:before {
    width: calc(100% + 31px);
    left: 0
}
#milestone .content .slide .yeargroup:last-child:before {
    width: calc(100% + 31px);
    right: 0
}
#milestone .content .slide .yeargroup .yearno {
    font-family: 'Lato', sans-serif;
    line-height: 100px;
    font-size: 28px;
    font-weight: 700;
    color: white;
    position: relative
}
#milestone .content .slide .yeargroup .yearno i {
    display: none
}
#milestone .content .slide .yeargroup .yearno + div {
    width: 30px;
    height: 30px;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    display: none
}
#milestone .content .slide .yeargroup.active .yearno + div {
    display: block
}
#milestone .content .slide .yeargroup .yearno + div:before {
    content: '';
    height: 65px;
    width: 1px;
    position: absolute;
    background: #b7b7b7;
    bottom: -58px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%)
}
#milestone .content .slide .yeargroup .yearno + div:after {
    content: '';
    background: #209c87;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
#milestone .content .slide .yeargroup .yearno + div > div {
    padding-left: 30px;
    text-align: left;
    left: 6px;
    width: 300px;
    position: absolute;
    margin-top: 80px
}
#milestone .content .slide .yeargroup .yearno + div > div:before {
    content: '';
    background: #209c87;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}
#milestone .content .slide .yeargroup:nth-child(n+6)  .yearno + div > div {
    padding-left: 0;
    padding-right: 30px;
    left: auto;
    right: 6px
}
#milestone .content .slide .yeargroup:nth-child(n+6) .yearno + div > div:before {
    left: auto;
    right: 0
}
#milestone .content .slide .yeargroup .yearno + div > div li,
#milestone .content .slide .yeargroup .yearno + div > div p {
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 500;
    text-align: left
}
#milestone .content .slide .yeargroup .yearno + div > div ul {
    padding-left: 15px
}
#milestone #bottomcontent {
    background-color: #fbfbfb;
    width: 100%
}
#milestone #bottomcontent div {
    text-align: justify;
    width: 100%;
    max-width: 950px;
    padding: 80px 20px;
    margin: 0 auto
}
#milestone #bottomcontent div p:last-child {
    margin-bottom: 0
}
/* Milestone Today */
#milestone #milestonetoday
{position: absolute;
left: -300px;
top: 0;
}


/* ! MILESTONES - mobile */
@media (max-width: 1000px) {
    #milestone .content + .content {
        padding-top: 50px
    }
    #milestone .content + .content .bodycontent{
        padding-top: 140px;
    }
    #milestone .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 0;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 190px;
        padding-left: 66px;
        height: 271px;
        width: 220px;
    }
    #milestone .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
}
@media screen and (max-width: 767px){
    #milestone .content + .content {
        padding-bottom: 50px
    }
    #milestone .content + .content .bodycontent {
        padding-top: 80px;
        padding-bottom: 20px
    }
    #milestone .content .slide .slidearrow {
        display: none
    }
    #milestone .content .slidecontainer {
        display: block;
        overflow: visible;
        height: auto;
        width: 100%
    }
    #milestone .content .slide #slider {
        width: 100%;
        position: relative;
        left: 0
    }
    #milestone .content .slide .yeargroup {
        margin: 31px;
        display: block
    }
    #milestone .content .slide .yeargroup:first-child {
        margin-top: 0;
        margin-left: 31px
    }
    #milestone .content .slide .yeargroup:before {
        width: 5px;
        height: calc(100% + 62px);
        top: -31px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0)
    }
    #milestone .content .slide .yeargroup:first-child:before {
        width: 5px;
        height: calc(100% + 31px);
        left: 50%;
        top: 0
    }
    #milestone .content .slide .yeargroup:last-child:before {
        width: 5px;
        height: calc(100% + 31px);
        left: 50%;
        top: -31px
    }
    #milestone .content .slide .yeargroup .yearno + div {
        left: 110px;
        top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%)
    }
    #milestone .content .slide .yeargroup .yearno + div:before {
        display: none
    }
    #milestone .content .slide .yeargroup:last-child .yearno + div:before {
        bottom: 16px;
        height: 220px
    }
    #milestone .content .slide .yeargroup .yearno + div > div {
        padding-left: 45px;
        margin-top: 0;
        left: 0;
        width: 400px
    }
    #milestone .content .slide .yeargroup .yearno + div > div:before {
        display: none
    }
    #milestone .content .slide .yeargroup:nth-child(n+6) .yearno + div > div {
        padding-left: 30px;
        padding-right: 30px;
        left: 6px;
        right: auto
    }
    #milestone .content .slide .yeargroup:nth-child(n+6) .yearno + div > div:before {
        left: 0;
        right: auto
    }
    #milestone .content .slide .yeargroup:last-child .yearno + div > div {
        bottom: 0
    }
    #milestone #milestonetoday {
        position: relative;
        left: 0;
        top: 0
    }
}
@media screen and (max-width: 500px){
    #milestone .content + .content {
        background: transparent
    }
    #milestone .bodycontent h2 span {
        background-color: #fff
    }
    #milestone .content .slide .yeargroup {
        width: 100% !important;
        height: auto;
        border-radius: 0;
        background: transparent;
        -webkit-border-radius: 0;
        margin: 0 0 5px !important;
        display: block
    }
    #milestone .content .slide .yeargroup:before {
        display: none
    }
    #milestone .content .slide .yeargroup .yearno {
        display: block;
        height: 50px;
        background: #209c87;
        width: 100%;
        line-height: 50px
    }
    #milestone .content .slide .yeargroup .yearno + div {
        width: 100%;
        height: auto;
        border: 1px solid #b7b7b7;
        background: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none
    }
    #milestone .content .slide .yeargroup .yearno i {
        position: absolute;
        top: 10px;
        right: 10px
    }
    #milestone .content .slide .yeargroup.active .yearno i:last-child,
    #milestone .content .slide .yeargroup .yearno i:first-child {
        display: block
    }
    #milestone .content .slide .yeargroup.active .yearno i:first-child {
        display: none
    }
    #milestone .content .slide .yeargroup .yearno + div:after {
        display: none
    }
    #milestone .content .slide .yeargroup .yearno + div > div {
        padding: 20px;
        left: 0;
        width: 100%;
        position: relative;
        margin-top: 0
    }
    #milestone .content .slide .yeargroup .yearno + div > div img {
        max-width: 100%
    }
    #milestone #bottomcontent {
        background: url(../image/milestonesmiddle.png);
        -webkit-background-size: cover;
        background-size: cover
    }
    #milestone #bottomcontent div {
        padding: 40px 20px
    }
}

/* ! NEWS UPDATE */
#newsupdate #headerphoto {
    margin-bottom: 65px;
    background-image: url(../image/newsupdate-header-bg.jpg)
}
#newsupdate .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto 79px
}
#newsupdate .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -187px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 175px;
    padding-left: 30px;
    height: 271px;
    width: 220px;
    white-space: nowrap;
}
#newsupdate .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block;
}
#newsupdate .years {
    padding-left: 303px;
    padding-top: 65px
}
#newsupdate .years:after {
    content: '';
    clear: both;
    display: block
}
#newsupdate .years li {
    list-style: none;
    position: relative;
    float: left;
    margin:0 30px 20px 0;
    font-size: 15px;
    font-weight: 700;
    color: #545454;
    cursor: pointer
}
#newsupdate .years .active,
#newsupdate .years li:hover {
    color: #209c87
}
#newsupdate .years li:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background:#545454;
    left:-15px
}
#newsupdate .years li:first-child:before {
    display: none
}
#newsupdate .bodycontent2,
#eventsupdate .bodycontent2 {
    font-size: 15px;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#newsupdate .bodycontent2 {
    display: none
}
#newsupdate .bodycontent2.selected {
    display: block
}
#newsupdate .bodycontent2:after,
#eventsupdate .bodycontent2:after {
    display: block;
    content: '';
    clear: both
}
#newsupdate .bodycontent2 h3,
#eventsupdate .bodycontent2 h3 {
    position: relative;
    width: 149px;
    padding: 0;
    margin: 0;
    float: left;
    font-weight: 700;
    font-size: 36px;
    color: #209c87
}
#newsupdate .bodycontent2 h3:after,
#eventsupdate .bodycontent2 h3:after {
    height: 28px;
    width: 3px;
    top: 4px;
    left: 107px;
    content: '';
    position: absolute;
    border-right: 3px solid #209c87
}
#newsupdate .bodycontent2 ul,
#eventsupdate .bodycontent2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% - 149px);
    float: left
}
#newsupdate .bodycontent2 ul:after,
#eventsupdate .bodycontent2 ul:after {
    display: block;
    content: '';
    clear: both
}
#newsupdate .bodycontent2 ul li,
#eventsupdate .bodycontent2 ul li {
    padding-bottom: 35px
}
#newsupdate .bodycontent2 ul li:after,
#eventsupdate .bodycontent2 ul li:after {
    clear: both;
    content: '';
    display: block
}
#newsupdate .bodycontent2 ul span,
#eventsupdate .bodycontent2 ul span {
    font-weight: 300;
    float: left;
    width: calc(100% - 231px)
}
#newsupdate .bodycontent2 ul li a,
#eventsupdate .bodycontent2 ul li a {
    float: left;
    text-decoration: underline;
    font-weight: 300;
    color: #414141
}
#newsupdate .bodycontent2 ul li:hover a,
#eventsupdate .bodycontent2 ul li:hover a {
    text-decoration: none;
    color: #209c87
}
#newsupdate .bodycontent2 ul span:first-child,
#eventsupdate .bodycontent2 ul span:first-child {
    position: relative;
    float: left;
    width: 111px
}
#newsupdate .bodycontent2 ul span:nth-child(2),
#eventsupdate .bodycontent2 ul span:nth-child(2) {
    font-weight: 700;
    padding-right: 20px;
    padding-left: 43px
}
#newsupdate .bodycontent2 ul span:first-child:after,
#eventsupdate .bodycontent2 ul span:first-child:after {
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    border-right: 2px solid #b7b7b7;
    position: absolute;
    right: 0;
    top: 2px
}
#newsupdate .bodycontent2 ul span:last-child,
#eventsupdate .bodycontent2 ul span:last-child {
    float: left;
    width: 120px
}
#newsupdate .bodycontent2 i,
#eventsupdate .bodycontent2 i {
    display: none
}
#newsupdate footer {
    margin-top: 50px
}

/* ! NEWS UPDATE - mobile */
@media (max-width: 1000px) {
    #newsupdate #headerphoto {
        margin-bottom: 50px
    }

    #newsupdate .bodycontent{
        padding-top: 75px;
    }
    #newsupdate .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -225px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 178px;
        padding-left: 24px;
        height: 271px;
        width: 220px;
    }
    #newsupdate .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #newsupdate .bodycontent h2 span:first-child {
        padding-top: 23px;
        margin-left: 10px;
    }
    #newsupdate .years {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-left: 0
    }
    #newsupdate .years li {
        margin-left: 15px;
        margin-right: 15px;
        float: none;
        display: inline-block
    }
}
@media (max-width: 820px) {
    #newsupdate .bodycontent2 h3,
    #eventsupdate .bodycontent2 h3 {
        margin-bottom: 30px;
        float: none
    }
    #newsupdate .bodycontent2 h3:after,
    #eventsupdate .bodycontent2 h3:after {
        display: none
    }
    #newsupdate .bodycontent2 ul,
    #eventsupdate .bodycontent2 ul {
        width: 100%
    }
}
@media (max-width: 666px) {
    #newsupdate .bodycontent {
        padding-top: 0px;
        margin-bottom: 150px;
    }
    #newsupdate .bodycontent2 i,
    #eventsupdate .bodycontent2 i {
        pointer-events: none;
        display: block;
        position: absolute;
        top: 12px;
        right: 35px;
        font-size: 27px;
        color: #0a4a38;
        z-index: 0
    }
    #newsupdate .bodycontent2 i.fa-minus-circle {
        display: none
    }

    #newsupdate .bodycontent2.selected i.fa-plus-circle {
        display: none
    }

    #newsupdate .bodycontent2.selected i.fa-minus-circle {
        display: block
    }
    #newsupdate .years {
        margin: 0 auto;
        width: 265px;
        padding: 33px 1px 0px;
        display: none;
    }
    #newsupdate .years li {
        margin-bottom: 20px;
        font-size: 23px;
    }
    #newsupdate .years li:nth-child(4):before,
    #newsupdate .years li:nth-child(7):before {
        display: none
    }
    #newsupdate .bodycontent2{
        display: block;
    }

    #newsupdate .bodycontent2 ul{
        display: none;
    }

    #newsupdate .bodycontent2.selected ul{
        display: block;
        padding-top: 20px
    }

    #newsupdate .bodycontent2 h3{
        display: block;
        margin: 0;
        width: 100%;
        background-color: #18a28a;
        color: white;
        text-align: center;
        border: 1px solid white;
        padding: 10px;
        font-size: 28px
    }
}
@media (max-width: 560px) {
    #newsupdate .bodycontent2 ul span:first-child {
        display: block;
        margin-bottom: 8px;
        float: none;
        width: 100%
    }
    #newsupdate .bodycontent2 ul span:first-child:after {
        display: none
    }
    #newsupdate .bodycontent2 ul span:nth-child(2) {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    #newsupdate .bodycontent2 ul a{
        display: block;
        margin-top: 5px;
    }
}

/* ! EVENTS UPDATE */
#eventsupdate #headerphoto {
    margin-bottom: 65px;
    background-image: url(../image/eventsupdate-header.jpg)
}
#eventsupdate .bodycontent {
    height: 84px;
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto 93px
}
#eventsupdate .bodycontent h2 {
    white-space: nowrap;
    margin: 0;
    position: absolute;
    left: 20px;
    top: -187px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 175px;
    padding-left: 28px;
    height: 271px;
    width: 220px
}
#eventsupdate .bodycontent h2 span{
    position: relative;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap;
}
#eventsupdate .bodycontent2 ul span:first-child:after {
    right: -20px
}
#eventsupdate .bodycontent2 {
    padding-bottom: 50px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 84px
}
#eventsupdate .bodycontent2:last-child {
    margin-bottom: 0;
    border-bottom: none
}
#eventsupdate .bodycontent2 ul a {
    position: relative
}
#eventsupdate .bodycontent2 ul a:after {
    width: 1px;
    height: 15px;
    content: '';
    border-right: 2px solid #b7b7b7;
    position: absolute;
    left: -37px;
    top: 2px
}
#eventsupdate .bodycontent2 ul span:nth-child(2) {
    position: relative
}
/* ! EVENTS UPDATE - mobile */
@media (max-width: 1000px) {
    #eventsupdate #headerphoto {
        margin-bottom: 50px
    }
    #eventsupdate .bodycontent {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0
    }
    #eventsupdate .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -225px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 178px;
        padding-left: 0;
        height: 271px;
        width: 220px;
    }
    #eventsupdate .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #eventsupdate .bodycontent h2 span:first-child {
        padding-top: 23px;
        margin-left: 10px;
    }

    #eventsupdate .bodycontent2:first-child {
        padding-top: 120px;
    }
}
@media (max-width: 666px) {
    #eventsupdate .bodycontent2 {
        padding-bottom: 0;
        margin: 0 auto 24px
    }
    #eventsupdate .bodycontent2 ul span {
        display: block;
        margin-bottom: 8px;
        float: none !important;
        width: 100%
    }
    #eventsupdate .bodycontent2 ul span:first-child:after {
        display: none
    }
    #eventsupdate .bodycontent2 ul span:nth-child(2) {
        font-weight: 700;
        width: 100%;
        padding-left: 0
    }
    #eventsupdate .bodycontent2 ul a {
        font-weight: 700;
        color: #209c87;
        float: none
    }

}

/* ! CAREER */
#career #headerphoto {
    background-image: url(../image/career-header-bg.jpg)
}
#career .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#career .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -225px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 163px;
    padding-left: 15px;
    height: 271px;
    width: 220px
}
#career .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#career .bodycontent p {
    margin-bottom: 50px;
    margin-top: 0;
    float: right;
    width: calc(100% - 342px)
}
#career .bodycontent p b {
    color: #209c87;
    font-weight: 700
}
#career .bodycontent:after {
    clear: both;
    display: block;
    content: ''
}
#career .career {
    width: 100%;
    max-width: 938px;
    margin: 0 auto
}
#career .career:after {
    clear: both;
    display: block;
    content: ''
}
#career .career .frame {
    float: right;
    width: 578px
}
#career .career .frame > span {
    z-index: 2;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d2;
    padding-left: 50px;
    color: #414141;
    font-size: 20px;
    cursor: pointer;
    display: block;
    position: relative
}
#career .career span:nth-last-child(2) {
    border-bottom: none
}
#career .career span i {
    top: 4px;
    left: 0;
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #209c87;
    font-weight: 400
}
#career .career span i:last-child {
    display: none
}
#career .career span.active i:first-child  {
    display: none
}
#career .career span.active i:last-child {
    display: block
}
#career .career span i + u {
    font-size: 80%;
    display: block;
    text-decoration: none
}
#career .career .frame2 {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out
}
#career .career .frame2.openthis {
    max-height: auto
}
#career .career .dropdown {
    opacity: 0;
    margin-left: 51px;
    font-weight: 700;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}
#career .career .dropdown.openthis {
    opacity: 1
}
#career .career .dropdown ul {
    list-style: none;
    margin: 15px 0 35px 8px;
    padding: 0
}
#career .career .dropdown li {
    line-height: 23px;
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    color: #414141;
    font-size: 14px;
    font-weight: 300
}
#career .career .dropdown li:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #209c87;
    left: 0;
    top: 5px
}
#career .career .dropdown a {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 50px;
    padding: 10px 20px;
    background: #209c87;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-decoration: none
}
#career .career .dropdown i {
    color: #414141;
    margin-bottom: 18px;
    font-style: normal;
    display: block;
    font-weight: 300;
    display: block
}
#career .resume {
    -webkit-transition: opacity, transform 0.2s ease-out;
    transition: opacity, transform 0.2s ease-out;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}
#career .career .resume.openthis {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1
}
#career .resume > label {
    margin: 0;
    position: relative;
    width: 100%;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 35px
}
#career .resume > label:after {
    display: block;
    clear: both;
    content: ''
}
#career .resume b {
    text-align: right;
    width: 100px;
    font-weight: 700;
    float: left
}
#career .resume label b + span {
    padding-left: 30px;
    width: calc(100% - 100px);
    float: left
}
#career .resume span u {
    vertical-align: top;
    text-decoration: none
}
#career .resume input[type=text] {
    width: calc(100% - 60px);
    font-weight: 400;
    height: 35px;
    margin: 0;
    margin-left: 30px;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    padding-left: 10px;
    padding-right: 10px
}
#career .resume textarea {
    line-height: normal;
    width: calc(100% - 60px);
    font-weight: 400;
    height: 200px;
    margin: 0;
    margin-left: 30px;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    padding-left: 10px;
    padding-right: 10px
}
#career .resume span .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}
#career .resume span .inputfile + label {
    width: calc(100% - 60px);
    height: 35px;
    margin: 0;
    margin-left: 30px;
    font-size: 15px;
    color: #209c87;
    font-weight: 700
}

#career .resume span .inputfile:focus + label,
#career .resume span .inputfile + label:hover {
    color: #000
}
#career .resume span .inputfile + label {
    cursor: pointer /* "hand" cursor */
}
#career .resume span .inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}
#career .resume > label:last-child span {
    padding-left: 75px
}
#career .resume > label:last-child span input {
    border: 0;
    height: 39px;
    padding: 0 20px;
    background: #209c87;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}
#career .bodycontent2 {
    padding: 0 20px;
    font-size: 15px;
    width: 100%;
    max-width: 938px;
    margin: 80px auto
}
#career .bodycontent2:after {
    display: block;
    clear: both;
    content: ''
}
#career .bodycontent2 strong {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 9px
}
#career .bodycontent2 strong:nth-child(4) {
    padding-top: 28px
}
#career .bodycontent2 b {
    font-weight: 700;
    color: #209c87
}
#career .bodycontent2 .addr b {
    display: block
}
#career .bodycontent2 .addr {
    width: 50%;
    float: left
}
#career .bodycontent2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}
#career .bodycontent2 li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px
}
#career .bodycontent2 li span {
    position: absolute;
    left: 0;
    top: 0
}
/* ! CAREER - mobile */
@media (max-width: 1000px) {
    #career #headerphoto {
        margin-bottom: 50px
    }
    #career .bodycontent h2 {
        padding: 0;
        left: 0;
        margin-bottom: 40px;
        top: 0;
        width: 250px;
        height: auto;
        border: none;
        position: relative
    }
    #career .bodycontent h2 span {
        margin-left: 10px;
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        position: relative
    }
    #career .bodycontent h2 span:first-child {
        padding: 0 10px
    }
    #career .bodycontent h2:before {
        width: 216px;
        content: '';
        border: 7px solid #209c87;
        position: absolute;
        bottom: -16px;
        height: 224px;
        left: 0
    }
    #career .bodycontent p {
        padding-top: 30px;
        float: none;
        width: 100%
    }
    #career .career .frame {
        padding: 0 20px;
        float: none;
        width: 100%
    }
}
@media (max-width: 800px) {
    #career .bodycontent2 {
        margin-top: 25px
    }
    #career .bodycontent2 .addr,
    #career .bodycontent2 ul {
        width: 100%;
        margin-top: 30px;
        float: none
    }
}
@media (max-width: 660px) {
    #career .resume label {
        font-size: 15px;
        margin-bottom: 25px
    }
    #career .resume b {
        padding: 0 20px;
        float: none
    }
    #career .resume label b + span {
        display: block;
        padding: 0 20px;
        width: 100%;
        float: none
    }
    #career .resume span u {
        display: none
    }
    #career .resume input[type=text] {
        width: 100%;
        margin-left: 0
    }
    #career .resume span .inputfile + label {
        margin-left: 0
    }
    #career .resume label:last-child span {
        padding: 0;
        text-align: center
    }
}

/* ! CORPORATE CONTACT */
#corporatecontact #headerphoto {
    margin-bottom: 65px
}
#corporatecontact .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#corporatecontact .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -225px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 163px;
    padding-left: 56px;
    height: 271px;
    width: 220px
}
#corporatecontact .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#corporatecontact .bodycontent h2 span:last-child {
    display: inline
}
#corporatecontact .career {
    position: relative;
    max-width: 950px;
    padding: 100px 20px 0;
    margin: 0 auto
}
#corporatecontact .career:after {
    clear: both;
    display: block;
    content: ''
}
#corporatecontact .career .frame {
    width: 50%;
    float: left
}
#corporatecontact .career .frame > span {
    transition: font-weight 0.4s;
    -webkit-transition: font-weight 0.4s;
    padding-bottom: 25px;
    padding-left: 50px;
    color: #414141;
    font-size: 20px;
    cursor: pointer;
    display: block;
    position: relative
}
#corporatecontact .career .frame > span.active {
    font-weight: 700
}
#corporatecontact .career span:nth-last-child(2) {
    border-bottom: none
}
#corporatecontact .career span i {
    top: 4px;
    left: 0;
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #209c87;
    font-weight: 400
}
#corporatecontact .career span i:last-child {
    display: none
}
#corporatecontact .career span.active i:first-child  {
    display: none
}
#corporatecontact .career span.active i:last-child {
    display: block
}
#corporatecontact .career span i + u {
    font-size: 80%;
    display: block;
    text-decoration: none
}
#corporatecontact .career .frame:first-child .frame2 {
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d2;
    position: relative
}
#corporatecontact .career .frame:first-child .frame2:last-child {
    border-bottom: none
}
#corporatecontact .career .frame:first-child .frame2 .dropdown {
    position: relative;
    opacity: 0;
    margin-top: -500px;
    margin-left: 51px;
    font-weight: 700;
    -webkit-transition: opacity, margin 1s ease-out;
    transition: opacity, margin 1s ease-out
}
#corporatecontact .career .frame:first-child .frame2.openthis .dropdown {
    margin-top: 0;
    opacity: 1
}
#corporatecontact .career .frame:first-child .dropdown strong {
    color: #209c87
}
#corporatecontact .career .frame:first-child .dropdown a {
    text-decoration: underline;
    color: #414141
}
#corporatecontact .career .frame:first-child .dropdown ul {
    list-style: none;
    margin: 15px 0 35px 8px;
    padding: 0
}
#corporatecontact .career .frame:first-child .dropdown li {
    line-height: 23px;
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    color: #414141;
    font-size: 14px;
    font-weight: 300
}
#corporatecontact .career .frame:first-child .dropdown li:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #209c87;
    left: 0;
    top: 8px
}
#corporatecontact .career .dropdown div {
    cursor: pointer;
    display: inline-block;
    margin: 25px 0 40px;
    padding: 10px 20px;
    background: #209c87;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}
#corporatecontact .career .dropdown i {
    color: #414141;
    margin-bottom: 18px;
    font-style: normal;
    display: block;
    font-weight: 300;
    display: block
}
#corporatecontact .career .frame:nth-child(2) {
    overflow-x: hidden
}
#corporatecontact .career .frame #forms {
    transform: translateX(-66.666666666%);
    -webkit-transform: translateX(-66.666666666%);
    -webkit-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    width: 300%;
    position: relative
}
#corporatecontact .career .frame #forms.corporate {
    transform: translateX(-33.333333333%);
    -webkit-transform: translateX(-33.333333333%);
}
#corporatecontact .career .frame #forms.land {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
#corporatecontact .career .frame #forms .resume {
    padding: 0 20px;
    float: left;
    width: 33.333333333%
}
#corporatecontact .career .frame #forms.land .resume:not(:nth-child(1)) {
    overflow: hidden;
    position: relative;
    height: 300px
}
#corporatecontact .career .frame #forms.corporate .resume:not(:nth-child(2)) {
    overflow: hidden;
    position: relative;
    height: 300px
}
#corporatecontact .career .frame #forms.secretary .resume:not(:nth-child(3)) {
    overflow: hidden;
    position: relative;
    height: 300px
}
#corporatecontact .career .frame #forms .resume > label {
    padding-left: 30px;
    width: 100%;
    line-height: 35px;
    font-size: 15px;
    margin-bottom: 17px
}
#corporatecontact .career .frame #forms b {
    display: block;
    font-weight: 700
}
/* Terms & Condition Accept Checkbox */
#agreementcheckbox p {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    padding-left: 30px;
    text-align: justify
}
#agreementcheckbox input{
        position: absolute;
}
#corporatecontact .register_body1 {
    font-size: 9px;
    color: #9b9f90;
    font-style: italic;
}
#corporatecontact .register_body_red {
    color: #f00;
}
#corporatecontact #importantnote {
    font-size: 10px!important;
    color: #9b9f90;
    font-style: italic;
}

#corporatecontact .career .frame #forms input[type=text],
#corporatecontact .career .frame #forms select,
#corporatecontact .career .frame #forms .resume textarea {
    line-height: normal;
    font-weight: 400;
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: 1px solid #c6c6c6;
}
#corporatecontact .career .frame #forms .resume textarea {
    height: 80px
}
#corporatecontact .career .frame #forms .resume > label:nth-last-child(2) span input {
    border: 0;
    height: 39px;
    margin-right: 20px;
    padding: 0 20px;
    background: #209c87;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

/* New Update for bodycontent2 */
#corporatecontact .bodycontent_contact {
    padding: 0 20px;
    font-size: 15px;
    width: 100%;
    max-width: 938px;
    margin: 80px auto
}
#corporatecontact .bodycontent_contact:after {
    display: block;
    clear: both;
    content: ''
}
#corporatecontact .bodycontent_contact strong {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 9px
}
#corporatecontact .bodycontent_contact strong:nth-child(4) {
    padding-top: 28px
}
#corporatecontact .bodycontent_contact b {
    font-weight: 700;
    color: #209c87
}
#corporatecontact .bodycontent_contact .addr b {
    display: block
}
#corporatecontact .bodycontent_contact .addr {
    width: 50%;
    float: left
}
#corporatecontact .bodycontent_contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}
#corporatecontact .bodycontent_contact li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px
}
#corporatecontact .bodycontent_contact li span {
    position: absolute;
    left: 0;
    top: 0
}
#corporatecontact .bodycontent_contact a {
    font-weight: 700;
    color: #209c87;
}
/* ! CORPORATE CONTACT - mobile */
@media (max-width: 1000px) {
    #corporatecontact .bodycontent h2 {
        top: -135px
    }
    #corporatecontact .career {
        padding-top: 180px
    }
    #corporatecontact .career .frame:first-child .frame2 .dropdown {
        -webkit-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out
    }
}
@media (max-width: 800px) {
    #corporatecontact .bodycontent_contact {
        margin-top: 25px
    }
    #corporatecontact .bodycontent_contact .addr,
    #corporatecontact .bodycontent_contact ul {
        width: 100%;
        margin-top: 30px;
        float: none
    }
}
@media (max-width: 768px) {
    #corporatecontact .career .frame {
        width: 100%;
        float: none
    }
    #corporatecontact .career .frame:first-child .frame2 .dropdown {
        margin-left: 0
    }
    #corporatecontact .career .frame > span:not(.active) {
        opacity: 0.3
    }
    #corporatecontact .career .frame > span.all {
        opacity: 1
    }
}
@media (max-width: 500px) {
    #corporatecontact .career .frame #forms .resume {
        padding: 0
    }
    #corporatecontact .career .frame #forms .resume > label {
        padding-left: 0
    }
}



#trium .bold-bottom {
    color: #414141;
}
#trium section.intro {
    position: relative;
    background-image: url(../image/8Trium/img_8trium1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
#trium section.intro:before {
    content: '';
    width: 100%;
    padding-bottom: 52%;
    display: block;
}
#trium section.intro .black_box {
    position: absolute;
    width: 420px;
    /* min-height: 117px; */
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    /* left: 0; */
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    padding-left: 130px;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #fff;
}
#trium .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 95px;
    /* height: 100px; */
}
#trium .bodycontent .paragraph {
    padding-bottom: 186px;
    text-align: left;
    padding-left: 400px;
    line-height: 23px
}
#trium #trium {
    font-weight: 400;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    border-style: solid;
    /* border-width: 5px; */

    float: left;
    width: 271px;
    text-align: center;
}

#trium .picture {
    font-weight: 400;
    font-size: 30px;
    padding: 20px;
    height: 265px;
    /* border-width: 5px; */

    float: left;
    width: 271px;
    text-align: center;
}
/*Gallery*/

#trium .gallery {
    font-weight: 400;
    position: absolute;
    /* right: 30px; */
    bottom: -200px;
    z-index: 10;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    width: 271px;
    text-align: center;
}

#trium .location {
    font-weight: 400;
    position: absolute;
    /* right: 30px; */
    bottom: 200px;
    z-index: 10;
    right: 104px;
    font-size: 30px;
    border: 7px solid #209c87;
    padding: 20px;
    height: 265px;
    padding-left: 60px;
    padding-top: 200px;
    width: 271px;
    text-align: center;
}
#trium .location h2 {
    color: #414141;
}
/*Text Setting*/

#trium .edu-first-text {
    color: white;
    display: block;
    font-size: 30px;
    /* float: left; */
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    /* font-weight: 700; */
    word-wrap: break-word;
}
#trium span a {
    /* background: #222; */

    color: #fff;
    /* display: inline-block; */
    /* margin: 10px 10px 0 0; */

    padding: 5px 10px;
    letter-spacing: 2px;
    text-decoration: none;
}
#trium h2 {
    color: #414141
}
#trium .edu-1sttext {
    color: white
}
#trium .edu-2ndtext {
    line-height: 22px;
    font-weight: 600;
    color: white
}
#trium h3 {
    padding-top: 30px;
    color: #209c87;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}
#trium .container {
    text-align: center;
    padding: 15px
}
#trium .logo-div {
    color: #333;
    display: inline-block;
    max-width: 300px;
    padding: 30px;
    border-radius: 3px;
    margin: 15px;
    vertical-align: top
}
#trium .logo-div p {
    font-weight: 400;
    font-size: 12px;
    color: #414141
}
#trium .logo-div b {
        font-weight: 500;
    font-size: 30px;
}
/*Media Width Responsive*/

@media all and (max-width: 820px) {
    #trium section.intro .black_box {
        position: absolute;
        min-height: 100px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate( -50%, -50%);
        margin: auto;
        width: 80%;
        padding: 10px;
        text-align: center;
    }
    #trium #trium {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
    #trium .bodycontent .paragraph {
        text-align: justify;
        /* padding-left: 1px; */

        font-size: 13px;
        color: gray;
        line-height: 23px;
        /* width: 100%; */

        padding: 0 1px;
    }

        #trium .bodycontent {
text-align: center;
    }
    /*Gallery*/

    #trium .gallery {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }

        #trium .location {
        margin: 0 auto 50px;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 10px;
        height: auto;
    }
}

/* ! PRIVACY POLICY */
#privacypolicy .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 120px 20px 0;
    margin: 0 auto
}
#privacypolicy .bodycontent h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: -225px;
    font-weight: 300;
    font-size: 30px;
    border: 7px solid #209c87;
    padding-top: 175px;
    padding-left: 97px;
    height: 271px;
    width: 220px
}
#privacypolicy .bodycontent h2 span {
    position: relative;
    background-color: #fff;
    display: inline-block
}
#privacypolicy #languages {
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 24px
}
#privacypolicy #languages li {
   display: inline-block;
   width: 140px;
   text-align: center;
   border: 1px solid #e2e2e2;
   font-weight: 300;
   font-size: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-right: 5px;
   margin-left: 5px;
   cursor: pointer
}
#privacypolicy #languages .active {
    background: #209c87;
    font-weight: 700;
    color:#fff
}
#privacypolicy .bodycontent #privacybox {
    width: 100%;
    overflow-x: hidden
}
#privacypolicy .bodycontent #paragraphbox {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    width: 200%;
    position: relative
}
#privacypolicy .bodycontent #paragraphbox .paragraph:nth-child(1) {
    overflow: hidden;
    position: relative;
    height: 500px
}
#privacypolicy .bodycontent #paragraphbox.bahasa {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}
#privacypolicy .bodycontent #paragraphbox.bahasa .paragraph:nth-child(1) {
    overflow: visible;
    height: auto
}
#privacypolicy .bodycontent #paragraphbox:after {
    clear: both;
    display: block;
    content: ''
}
#privacypolicy .bodycontent .paragraph {
    padding: 0 20px 50px;
    float: left;
    width: 50%
}
.paragraph.privacypolicy ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px
}
.paragraph.privacypolicy ul > li {
    text-align: justify;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px
}
.paragraph.privacypolicy ul > li > span {
    position: absolute;
    top: 2px;
    left: 0
}
@media (max-width: 1000px) {
    #privacypolicy #headerphoto {
        margin-bottom: 50px
    }

    #privacypolicy .bodycontent {
        padding-top: 0
    }
    #privacypolicy .bodycontent h2 {
        margin: 0;
        position: absolute;
        left: 20px;
        top: -170px;
        font-weight: 300;
        font-size: 30px;
        border: 7px solid #209c87;
        padding-top: 165px;
        padding-left: 91px;
        height: 271px;
        width: 220px;
    }
    #privacypolicy .bodycontent h2 span {
        margin-left: 0px;
        display: inline-block;
        padding: 0;
        background-color: #fff;
        position: relative;
    }
    #privacypolicy #languages {
        top: 110px
    }
    #privacypolicy .bodycontent #privacybox {
        padding-top: 185px
    }
}
@media (max-width: 500px) {
    #privacypolicy .bodycontent h3 {
        font-size: 20px
    }
    #privacypolicy .bodycontent .paragraph.privacypolicy {
        padding: 185px 0 50px
    }
    #privacypolicy .bodycontent #privacybox {
        padding-top: 97px
    }
    #privacypolicy #languages {
        text-align: center;
        padding: 0;
        padding-top: 50px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0)
    }
    #privacypolicy #languages li {
        margin-bottom: 10px
    }
}

/* ! banner */
#shadowbox {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 998;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
#banner {
    position: absolute;
    z-index: 999;
    text-align: center;
    width:100%;
    margin:0 auto;
    margin-top: 5%;
    vertical-align: middle;
}
@media screen and (max-width: 1023px) {
    #banner {
        margin-top: 10%;
    }
}

#banner-container{
    position:relative;
    width:100%;
}

#banner-inner{
    max-width: 80%;
}

#banner img{
    max-width:70%;
    max-height: 70%;
}

#bannerclose {
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
}

/* ! 404 */
#page404 footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0
}
#page404 .bodycontent {
    position: relative;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto
}
#page404 .bodycontent h2 {
    font-size: 50px;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    color: rgba(24,162,138,1);
    text-align: center;
    font-weight: 700
}
#page404 .bodycontent p {
    line-height: normal;
    text-align: center;
    font-size: 30px;
    display: block
}
