body, html {
  # height: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #000;
  min-height: 400px;
  font-family: sans-serif, Helvetica, Arial;
	margin: 10px
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.w_100 {
  width: 100%;
}

.w_75 {
  width: 75%;
}

.w_50 {
  width: 50%;
}

.w_25 {
  width: 25%;
}

.float_left {
  float: left;
}

.clear_both {
  clear: both;
}

.button {
/*
  cursor: pointer;
*/
}

a {
  color: #636363;
  text-decoration: none;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

a:visited, a:active, a:hover {
  color: #636363;
  text-decoration: none;
}

.sectionSlide {
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow:hidden;*/
}

@media only screen and (max-width: 640px) {
  .desktop_v {
    display: none;
  }

  .mobile_v {
    display: block;
  }
}
.nav_container {
  position: fixed;
  left: 3%;
  top: 80px;
  z-index: 200;
}

.nav {
  position: relative;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
}
.nav.news_nav {
  margin-bottom: 80px;
}
.nav .nav_icon {
  width: 36px;
  position: relative;
  float: left;
/*
  cursor: pointer;
*/
z-index: 205;
  		/*.nav_icon_ori:hover{
  			opacity: 0;
  			@include transition(opacity, .4s linear);
  			
  			
  			& + .nav_icon_over{
  				opacity: 1;
  			}
  
  			.nav_text{
  				opacity: 1;
  			}
  		}
  		
  		.nav_icon_ori.active{
  			opacity: 0;
  			@include transition(opacity, .4s linear);
  			
  			& + .nav_icon_over{
  				opacity: 1;
  			}
  		}*/
}
.nav .nav_icon img {
  width: 100%;
  vertical-align: bottom;
}
.nav .nav_icon .nav_icon_ori {
  -moz-transition: opacity, linear 0.2s;
  -o-transition: opacity, linear 0.2s;
  -webkit-transition: opacity, linear 0.2s;
  transition: opacity, linear 0.2s;
}
.nav .nav_icon .nav_icon_over {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  -moz-transition: opacity, linear 0.2s;
  -o-transition: opacity, linear 0.2s;
  -webkit-transition: opacity, linear 0.2s;
  transition: opacity, linear 0.2s;
}
.nav .nav_icon:hover .nav_icon_ori {
  opacity: 0;
  -moz-transition: opacity, linear 0.4s;
  -o-transition: opacity, linear 0.4s;
  -webkit-transition: opacity, linear 0.4s;
  transition: opacity, linear 0.4s;
}
.nav .nav_icon:hover .nav_icon_over {
  opacity: 1;
}
.nav .nav_icon:hover + .nav_text {
  color: #f26522;
  opacity: 1;
  left: 48px;
}
.nav .nav_text {
  position: absolute;
  left: 0px;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  white-space: nowrap;
  opacity: 0;
  -moz-transition: all, cubic-bezier(0.18, 1, 0.76, 1) 0.2s;
  -o-transition: all, cubic-bezier(0.18, 1, 0.76, 1) 0.2s;
  -webkit-transition: all, cubic-bezier(0.18, 1, 0.76, 1) 0.2s;
  transition: all, cubic-bezier(0.18, 1, 0.76, 1) 0.2s;
  z-index: 201;
}

.title {
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  padding-top: 12px;
  height: 48px;
  background-color: #fff;
  z-index: 100;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main_container {
  position: relative;
  width: 82.5%;
  margin-left: auto;
  margin-right: auto;
  top: 60px;
}

.news_page .main_container {
  width: calc(82.5% + 20px);
}

.video_section {
  margin-bottom: 58px;
  clear: both;
}

.content_container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.video_in_left .img_container {
  float: left;
}
.video_in_left .text_container {
  float: left;
}

.video_in_right .img_container {
  float: right;
}
.video_in_right .text_container {
  float: left;
}

.small_container {
  width: 33.33333%;
}
.small_container .text_in_left {
  padding-right: 13.63636%;
}
.small_container .text_in_right {
  padding-left: 13.63636%;
}

.large_container {
  width: 66.66667%;
}
.large_container .text_in_left {
  padding-right: 6.81818%;
}
.large_container .text_in_right {
  padding-left: 6.81818%;
}

.video_img {
  width: 100%;
  vertical-align: bottom;
}

.video_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.play_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  -moz-transition: opacity, linear 0.3s;
  -o-transition: opacity, linear 0.3s;
  -webkit-transition: opacity, linear 0.3s;
  transition: opacity, linear 0.3s;
/*
  cursor: pointer;
*/
  z-index: 10;
}
.play_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  .play_btn {
    display: none;
  }
}
.text_inside_container {
  color: #000;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 1px;
  position: absolute;
  bottom: -6px;
}

.footer {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #363636;
  letter-spacing: 1px;
  font-size: 16px;
	text-align: center;
#  background-color: #ebebeb;
}

.footer_inside {
  position: relative;
  width: 82.5%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
}

.footer_title {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact_detail {
  line-height: 150%;
  position: relative;
  display: table;
}
.contact_detail .contact_detail_row {
  display: table-row;
}
.contact_detail .contact_detail_img, .contact_detail .contact_detail_text {
  display: table-cell;
  padding-bottom: 15px;
}
.contact_detail img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.contact_us {
#  width: 600px;
	margin: auto;
}

.detail_img {
  display: inline-block;
  margin-right: 18px;
  width: 36px;
  height: 36px;
  position: relative;
}
.detail_img img {
  width: 100%;
}
.detail_img .box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all, linear 0.2s;
  -o-transition: all, linear 0.2s;
  -webkit-transition: all, linear 0.2s;
  transition: all, linear 0.2s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail_img:hover .box {
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}

.copy_right {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #363636;
  letter-spacing: 1px;
  font-size: 12px;
	padding-bottom: 20px;
}

.scrollToTop_container, .menu_btn {
  display: none;
}

#news_container {
  position: relative;
  width: 100%;
}

.news {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 1px;
  margin-bottom: 30px;
  opacity: 0;
  -moz-transition: opacity, linear 1s;
  -o-transition: opacity, linear 1s;
  -webkit-transition: opacity, linear 1s;
  transition: opacity, linear 1s;
}
.news.shown {
  opacity: 1;
}
.news img {
  width: 100%;
}

.loadMore_button_container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.loadMore_button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: #636363 solid 3px;
  padding: 22px 80px;
/*
  cursor: pointer;
*/
}

@media only screen and (max-width: 1200px) {
  .text_inside_container {
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .text_inside_container {
    line-height: 150%;
  }
}
@media only screen and (max-width: 900px) {
  .title {
    top: 0px;
    padding-top: 15px;
    height: 40px;
  }
  .title img {
    width: 26.67%;
    max-width: 150px;
  }

  .main_container {
    top: 60px;
  }

  .main_container, .footer_inside {
/*    width: 76.27%;  */
    width: 90%;
  }

  .news_page .main_container {
/*    width: calc(76.27% + 20px);  */
    width: calc(90% + 20px);
  }

  .video_section {
    margin-bottom: 30px;
  }

  .text_inside_container {
    line-height: 200%;
    letter-spacing: 1px;
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }

  .small_container, .large_container {
    width: 100%;
  }
  .small_container .text_in_left, .large_container .text_in_left {
    padding-right: 0%;
  }
  .small_container .text_in_right, .large_container .text_in_right {
    padding-left: 0%;
  }

  .scrollToTop_container {
    display: block;
/*
  cursor: pointer;
*/
    position: relative;
  }

  .scrollToTop {
    position: relative;
    width: 10.67%;
    max-width: 40px;
    left: 85.69444%;
    top: 40px;
    opacity: 0.8;
  }
  .scrollToTop img {
    width: 100%;
  }

  .contact_us {
    width: 100%;
    margin: auto;
  }

  .copy_right {
    background-color: #fff;
		padding-bottom: 20px;
  }

  .nav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background-color: #fff;
    z-index: 90;
    -moz-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    -o-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    -webkit-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
  }
  .nav_bg.active {
    left: 0%;
  }

  .nav_container_outside {
    position: fixed;
    left: -100%;
    z-index: 200;
    -moz-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    -o-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    -webkit-transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
    transition: left, cubic-bezier(0.18, 1, 0.76, 1) 0.3s;
  }
  .nav_container_outside.active {
    left: 4%;
  }

  .nav_container {
    position: absolute;
  }

  .menu_btn {
    display: block;
    position: fixed;
    left: 0px;
    width: 12%;
    max-width: 70px;
    top: 15px;
    z-index: 300;
  }
  .menu_btn img {
    width: 100%;
  }

  .nav .nav_text {
    color: #636363;
    opacity: 1;
    left: 48px;
  }

  .news {
    width: 50%;
    letter-spacing: 0px;
    line-height: 150%;
  }
}
