/* ------------- pattern Goon */
@charset "utf-8";*, body, html {
    margin: 0;
    padding: 0
}
a, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}
.wrap, body, html {
    min-height: 100%
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body, html {
    font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
    height: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
a img, img {
    border: 0
}
a, h1, h2, h3, h4, p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-weight: 400;
}
article, footer, header, nav, section {
    display: block
}
::-moz-selection {
	color: #FFF;
	background: #BBB;
}
::selection {
	color: #FFF;
	background: #BBB;
}
/* ------------- fonts */
@font-face { 
	font-family: Montserrat-Bold;
	src:url(fonts/Montserrat-Bold.eot);
	src:url(fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Bold.woff) format('woff'), url(fonts/Montserrat-Bold.ttf) format('truetype'), url(fonts/Montserrat-Bold.svg#svgFontName) format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face { 
	font-family: Montserrat-SemiBold;
	src:url(fonts/Montserrat-SemiBold.eot);
	src:url(fonts/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-SemiBold.woff) format('woff'), url(fonts/Montserrat-SemiBold.ttf) format('truetype'), url(fonts/Montserrat-SemiBold.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face { 
	font-family: Montserrat-ExtraLight;
	src:url(fonts/Montserrat-ExtraLight.eot);
	src:url(fonts/Montserrat-ExtraLight.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-ExtraLight.woff) format('woff'), url(fonts/Montserrat-ExtraLight.ttf) format('truetype'), url(fonts/Montserrat-ExtraLight.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face { 
	font-family: Regular;
	src:url(fonts/Regular.eot);
	src:url(fonts/Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Regular.woff) format('woff'), url(fonts/Regular.ttf) format('truetype'), url(fonts/Regular.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
h1 {
	font-size: 45px;
	line-height: 46px;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2{
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
}
h3{
	font-family: Montserrat-SemiBold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
}
h5{
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
}
p{
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
h4{
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
/* ------------- main */
.wrap {
    position: relative;
    overflow-x: hidden;
}
.content {
    padding-bottom: 520px;
    margin-top: 0;
    overflow: hidden;
}
.center {
    margin: 0 auto;
}

/* ------------- nav old */
.veryold {
    width: 100%;
    height: 400px;
    background: #FFF;
    position: absolute;
    z-index: 1100;
    text-align: center;
}
.veryold h1 {
    font-size: 40px;
    line-height: 70px;
    color: #666;
    font-weight: 600
}
.veryold h2 {
    font-size: 17px;
    color: #666;
    margin-bottom: 50px
}
.veryold a {
    padding: 10px 20px;
    border: 1px solid #999;
    background: #666;
    color: #FFF
}
.veryold a:hover {
    background: #444
}
/* ------------- effects */
.transition {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.grow {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.grow:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
#loader{
	position:fixed;
	z-index:1111;
	width:100%;
	height:100%;
	background:#FFF;
	margin-top:0px;
}
.gradient{
	background: #ddc26f; /* Old browsers */
	background: -moz-linear-gradient(top, #ddc26f 0%, #bd9a5f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ddc26f 0%,#bd9a5f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ddc26f 0%,#bd9a5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc26f', endColorstr='#bd9a5f',GradientType=0 ); /* IE6-9 */
}
.shadow{
	background: #FFF;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    0px 0px 40px 0px rgba(0, 0, 0, 0.50);
	box-shadow:         0px 0px 40px 0px rgba(0, 0, 0, 0.50);
}
.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.fly {
	opacity: 0;
	transition: all 500ms ease-in-out;
	transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
.show-block {
	opacity: 1;
	transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
/* ------------- auxiliary */
.left {
	float: left;
}
.right {
	float: right;
}
.section_top{
	margin-top: 300px;
}
.txt_center{
	text-align: center;
}
/* ------------- header */
header {
    width: 100%;
    position: fixed;
    z-index: 1011;
	height: 240px;
	float: left;
	background: url(../img/back_header.jpg) no-repeat top center;
}
.header_top{
	width: 100%;
	height: 50px;
}
.header_top_left{
	width: 50%;
	height: 100%;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.header_top_left a span{
	width: auto;
	height: 15px;
	padding: 0px 10px;
	margin: 20px 0px;
	font-size: 13px;
	float: left;
	border-right: 1px solid #FFF;
	color: #FFF;
}
.header_top_left a:last-child span {
	border:none;
}
.header_top_left a span:hover,.header_top_left a .lge_active{
	font-weight: 600;
	color: #FFF;
}
.header_top_right{
	width: 50%;
	height: 100%;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}
.header_top_right a span{
	width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    padding: 4px;
    color: #FFF;
}
.header_top_right a span:hover{
	background-color: #FFF;
	color: #000;
}
.header_center{
	text-align: center;
}
/* ------------- header logo */
.logo_home{
	display: none;
}
.logo_pag{
	display: block;
}
.logo img{
	width: 260px;
}
.logo_white img{
	width: 300px;
}
/* ------------- menu */
.menu{
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 10px;
}
.menu nav a{
	text-transform: uppercase;
    margin: 0px 10px;
    font-size: 13px;
    color: #FFF;
}
.menu nav a:hover{
	color: #AAA;
}
/* ------------- menufixo */
.menufixo{
	height: 80px;
	background: #444;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 40px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 40px 0px rgba(0, 0, 0, 0.75);
}
.menufixo .header_top{
	height: 25px;
}
.menufixo .header_top_left a span{
	margin: 5px 0px;
	color: #FFF;
	border-right: 1px solid #FFF;
}
.menufixo .header_top_right{
	padding-top: 10px;
	font-size: 10px;
}
.menufixo .header_top_right a span{
	border: 1px solid #FFF;
}
.menufixo .header_top_right a span:hover{
	background-color: #FFF;
	color: #000;
}
.menufixo .header_center{
	height: 32px;
}
.menufixo a img {
    width: 130px;
    margin-top: -10px;
    padding: 10px;
}
.menufixo .menu{
	height: 20px;
	margin: 0px;
}
.menufixo .menu nav a:hover{
	color: #999;
}
.menufixo .header_top_left a span:hover, .menufixo .header_top_left a .lge_active, .menufixo .menu nav a,
.menufixo .header_top_right a span{color: #FFF; }
.menufixo .logo_home{
	display: none;
}
.menufixo .logo_pag{
	display: block;
}
/* ------------- hamburger */
.menu_mobile{
	display: none;
}
.header_menu{
	display: none;
}
.hamburger{ 
	float: right;
	display: block; 
}
.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #000;
  display: block;
  margin: 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(14px) rotate(45deg);
  -ms-transform: translateY(14px) rotate(45deg);
  -o-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-14px) rotate(-45deg);
  -ms-transform: translateY(-14px) rotate(-45deg);
  -o-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
}
/* ------------- structure row */
.row{
	width: 100%;
}
.row2{
	min-height: 400px;
}
/* ------------- structure col */
.col_left{
	width: 35%;
	float: left;
}
.col_right{
	width: 55%;
	float: right;
}
.col_abs{
	position: absolute;
	right: 0px;
}
.col_right2{
	width: 55%;
}
.col_left .txt{
	padding-right: 60px;
}
.col1{
	width: 100%;
	height: 400px;
	overflow: hidden;
	float: right;
}
.col3{
	width: 32%;
	height: 240px;
	float: right;
	margin-left: 1%;
	text-align: left;
	background:none;
	border: 1px solid #FFF;
	color: #FFF;
	padding:30px;
	margin-bottom: 7px;
	overflow: hidden;
}
.col3 h3 {
	text-transform: uppercase;
}
.col3:hover{
	background: #FFF;
	color: #4D4D4B;
}
.col3_1{
	width: 100%;
}
.col3_right{
	float: left;
}
.col4{
	width: 24%;
	height: 500px;
	margin: 0.3%;
	display: inline-block;
}
.col4 .col_txt{
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin-top: 430px;
	text-transform: uppercase;
	padding: 0px 30px;
	color: #FFF;
	position: absolute;
	z-index: 1011;
}
.col4 .col_txt h3{
	font-size: 16px;
	line-height: 17px;
}
.col_hover{
	width: 100%;
	height: 100%;
	z-index: 1010;
}
.col_hover:hover, .col4 .col_txt:hover ~ .col_hover{
	background: #4D4D4B;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.col11{
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	cursor: pointer;
}
.col11 .col_txt{
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin-top: 30px;
	text-transform: uppercase;
	padding: 0px 30px;
	color: #FFF;
	position: absolute;
	z-index: 1011;
}
.col11 .col_txt h3{
	font-size: 25px;
	line-height: 26px;
}
.col11 .col_txt:hover ~ .col_hover{
	background: #4D4D4B;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.col_grey .col3{
	background: #DDD;
	color: #4D4D4B;
}
.col_grey h2{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.col_grey .col3 h3{
	font-size: 16px;
	line-height: 18px
}
.reverses .col_left{
	float: right;
}
.reverses .col_right{
	float: left;
}
.reverses .col_abs{
	left: 0px;
}
.reverses .col3 {
    float: left;
    margin-left: 0px;
    margin-right: 1%;
}
.reverses .col1 {
    float: left;
}
.col3_hover{
	padding: 0px;
}
.col3_hover h3{
	padding: 20px;
	margin-top: -200px;
	position: absolute;
	z-index: 1011;
	font-size: 16px;
	line-height: 18px;
}
.col3_hover:hover h3, .col3_hover_active h3{
	color: #FFF;
}
.col3_hover_back{
	width: 100%;
	height: 100%;
}
.col3_hover:hover .col3_hover_back,.col3_hover_active .col3_hover_back{
	background: #4D4D4B;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.col_fds{
	border: 1px solid #888;
	color: #888;
}
.col3_hover h3 {
    padding: 20px;
    margin-top: -200px;
    position: absolute;
    z-index: 1011;
    font-size: 16px;
    line-height: 18px;
}
/* ------------- scroll left right */
.roll{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.roll_contained{
	width: 10000px;
	height: 500px;
	overflow:hidden; 
}
.roll_col{
	width: 200px;
	height: 500px;
	margin: 0px;
}
.rollLeft,.rollRight{
	width: 60px;
	height: 80px;
	padding-top: 10px;
	font-size: 60px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	z-index: 1010;
	color: #4D4D4B;
	margin-top: -280px;
}
.rollLeft:hover,.rollRight:hover{
	background-color: #EEE;
}
.rollLeft{
	float: left;
	left: 2%;
}
.rollRight{
	float: right;
	right: 2%;
}
/* ------------- pages */
.pag{
	width: 100%;
	height: auto;
	margin-top: 350px;
}
/* ------------- text */
.txt p{
	margin-bottom: 20px;
}
.txt_white ,.txt_white .tit,.txt_white .tit h5{
	color: #FFF;
}
.txt_strong p{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 50px;
}
.txt_col{
	margin-left: 1%;
}
/* ------------- tit */
.tit{
	width: 100%;
	min-height: 60px;
	color: #4D4D4B;
	text-align: left;
}
.tit_box{
	width: 105%;
	height: 260px;
	background: url(../img/back_tit.png) no-repeat top left;
	margin-left: -70px;
	padding-left: 70px;
	margin-top: -40px;
	padding-top: 40px;
}
.col_left .tit_box{
	width: 115%;
}
.tit h5{
	color: #555;
}
.tit h2{
	text-transform: uppercase;
	margin-bottom: 40px;
}
.tit_left, .tit_right{
	float: left;
	width: 50%;
}
.tit_right{
	text-align: right;
}
/* ------------- company */
.company_home .col_right{
	margin-top: -200px;
}
.company_home{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.company_home_img{
	width: 100%;
	height: 550px;
	text-align: center;
}
.company_home_video{
	width: 100%;
	height: 100%;
	font-size: 80px;
	color: #FFF;
	padding-top: 28%;
	cursor: pointer;
	background: url(../img/opacy_black.png) repeat;
}
.company_video{
	width: 100%;
	height: 470px;
	text-align: center;
	font-size: 90px;
	color: #FFF;
	padding-top: 140px;
	margin-top: 50px;
}
.company_video_txt{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.company_politics{
	margin: 150px auto;
}
/* ------------- differential */
.diff_home{
	width: 100%;
	height: 680px;
	margin-top: 80px;
}
.diff_home .col_left{
	padding-top: 150px;
}
.diff_home .txt{
	margin-top: 50px;
}
.diff_home .row{
	height: 260px;
	overflow: hidden;
	margin-top: 160px;
}
.diff_home .row .col3{
	margin-bottom: 20px;
}
.slogan{
	width: 364px;
	height: 173px;
	margin-left: 40%;
    margin-top: -100px;
}
.diff{
	height: 420px;
	margin: 80px auto;
}
.diff .row{
	height: 410px;
	overflow: hidden;
}
.diff .col3{
	height: 600px;
	margin-bottom: 20px;
}
.diff .col_left .txt h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #4D4D4B;
	margin-bottom: 30px;
	line-height: 25px;
}
.diff_li .clearfix li{
	height: 400px;
}
.diff_li_back{
	width: 100%;
	height: 380px;
	overflow:hidden;
	float: left;
}
.reverses .diff_li_back{
	float: right;
}
/* ------------- differential page */
.diff2_center{
	width: 800px;
	margin: 20px auto;
}
.diff2_row{
	width: 390px;
	height: 350px;
}
.diff2_left{
	float: left;
	text-align: right;
}
.diff2_right{
	float: right;
	text-align: left;
}
.reverses .diff2_left{
	float: right;
	text-align: left;
}
.reverses .diff2_right{
	float: left;
	text-align: right;
}
.diff2_row .reverses .txt{
	padding-left: 0px;
}
.diff2_img{
	width: 100%;
	height: 100%;
}
/* ------------- Ambients */
.ambients_home{
	width: 100%;
	height: auto;
	margin-top: 100px;
	padding-bottom: 50px;
}
.ambients_home .row{
	margin-top: -100px;
}
.ambients_home .col4{
	cursor: pointer;
}
.ambients_col11{
	margin-top: 0px;
}
/* ------------- social*/
.social{
	width: 100%;
	height: 315px;
	margin: 50px 0px 110px 0px;
}
.social h1{
	font-size: 30px;
	line-height: 31px;
}
.social_box{
	width: 40%;
	height: 315px;
	padding: 70px 50px 30px 50px;
	background: url(../img/opacy_brown.png) repeat;
}
.social a span{
	padding: 20px;
	border: 1px solid #FFF;
	font-size: 30px;
	margin-top: 20px;
	color: #FFF;
}
.social a:hover span{
	background: #FFF;
	color: #4D4D4B
}
/* ------------- video */
.popup_open{
	cursor: pointer;
}
.popup_open h1, .popup_open h2{
	color: #FFF;
}
.popup_open div{
	font-size: 80px;
	color: #FFF;
}
.popup_video{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99990;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.popup_home{
	display: block;
}
.popup_txt{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99991;
}
.popup_txt iframe{
	height: 80vh;
}
.popup_back{
	width: 100%;
	height: 100vh;
	background: #000;
	position: absolute;
	z-index: 99990;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.popup_close{
	width: 100%;
	height: 60px;
	text-align: right;
	font-size: 30px;
	cursor: pointer;
	color: #AAA;
	padding: 20px;
}
.popup_close:hover{
	color: #FFF;
}
.popup_center{
	padding: 150px 20% 0px 20%;
	text-align: center;
}
/* ------------- Modal */
.modall{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99990;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.modall_back{
	width: 100%;
	height: 100vh;
	background: #4D4D4B;
	position: absolute;
	z-index: 99990;
	overflow-y: auto;
}
.modall .tit, .modall .tit h5{
	color: #FFF;
}
.modall_txt{
	position: relative;
	z-index: 99991;
}
.modall .txt{
	padding-top: 20px;
	color: #FFF;
}
.modall_header{
	width: 100%;
	height: 130px;
	padding-top: 20px;
	top: 0px;
	overflow: hidden;
	background: #4D4D4B;
	position: fixed;
	z-index: 99990;
	border-bottom: 1px solid #777;
}
.modall_close{
	width: 50px;
	height: 60px;
	float: right;
	text-align: right;
	font-size: 30px;
	cursor: pointer;
	color: #AAA;
	padding: 20px;
}
.modall_close:hover{
	color: #FFF;
}
.modall_center{
	padding: 150px 20% 0px 20%;
	text-align: center;
}
.modall_content{
	margin-top: 135px;
	overflow-x: hidden;
	text-align: center;
}
.modall_content img{
	margin-bottom: 110px;
	max-width: 700px;
}
.modall_header .col_right{
	width: 50%;
}
/* ------------- pagination */
.pagination{
	width: 100%;
	min-height: 50px;
	margin: 80px 0px;
	text-align: center;
	display: inline-block;
}
.pg{
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #BBB;
	color: #BBB;
	font-size: 18px;
	line-height: 40px;
}
.pg:hover, .pg_active{
	background: #627352;
	color: #FFF;
}
/* ------------- other */
.map{
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 50px 0px;
}
.map iframe{
	display: none;
	min-height: 500px;
}
.g-recaptcha{
	width: 100%;
	display: inline-block;
    overflow: hidden;
    margin: 30px 0px 0px 0px;
}
/* ------------- footer */
footer {
	width: 100%;
	height: 520px;
    bottom: 0;
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	color: #DDD;
	background: #4D4D4B;
	padding-top: 100px;
}
footer a{
	color: #DDD;
	text-transform: uppercase;
	font-size: 13px;
}
footer a:hover{
	color: #FFF;
}
footer h4{
	font-size: 13px;
}
footer h5{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-top: 20px;
}
footer img{
	width: 180px;
	margin-bottom: 40px;
}
footer .button_line{
	border: 1px solid #838381;
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AAA;
}
footer .button_line:hover {
	color: #000;
}
.foo_col4{
	width: 25%;
	float: left;
	text-align: left;
}
.foo_col4 a span{
	padding: 5px;
    border: 1px solid #FFF;
    font-size: 15px;
}
.foo_col4 a:hover span{
	background: #FFF;
	color: #4D4D4B
}
.foo_col4 input{
	height: 30px;
    padding: 2px 5px;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 5px;
}
.foo_bottom{
	width: 100%;
	height: 100px;
	border-top: 1px solid #838381;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	color: #838381;
	float: left;
	text-align: left;
	margin-top: 60px;
}
.foo_bottom h4{
	float: left;
	margin-top: 20px;
}
footer .goonc {
    padding: 0px;
	float:right;
}

.goon {
	width: 77px;
	height: 20px;
	background: url(../img/sprite.png) -8px -5px no-repeat;
	margin: 0 auto;
}
.goon:hover {
	width: 77px;
	height: 20px;
	background: url(../img/sprite.png) -8px -25px no-repeat;
	margin: 0 auto;
}
/* ------------- form */
.row_form{
	height: 1900px;
}
.row_form2{
	height: 800px;
}
.row_form2 .txt h3{
	color: #4D4D4B;
}
.col_form{
	width: 100%;
	height: auto;
	background: #4D4D4B;
	color: #FFF;
	padding: 40px;
}
.col_form input, .col_form select{
	width: 60%;
}
input, select{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #BBB;
	color: #AAA;
	padding:5px 15px;
	font-size: 16px;
	margin: 10px 0px;
	background: none;
}
iframe{
	width: 100%;
	min-width: 300px;
	height: 100%;
	min-height: 450px;
}
.select2{
	margin-top: -50px;
}
.select2 select{
	border: 1px solid #4D4D4B;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
.inp_1{
	width: 20%;
}
.inp_2{
	width: 48%;
}
.input_error{
	color: #FF7373;
	border-bottom: 2px solid #FF7373;
}
.checkbox {
    width: 100%;
    height: 30px;
    font-size: 15px;
    padding: 0px;
    color: #999;
    margin: 20px 0px;
}
.checkbox input {
    width: 20px;
    height: 20px;
}
.msg{
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.success{
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #00B259;
}
.error{
	width: 100%;
	height: 100%;
	color: #FFF;
    background: #FF7373;
}
.face_g{ display: block }
.face_p{ display: none }

textarea{
	width: 100%;
	height: 100px;
	border: none;
	border-bottom: 1px solid #BBB;
	font-size: 18px;
	color: #999;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
/* ------------- button */
.button {
	font-size: 16px;
	padding: 10px 30px;
	border: none;
	background: none;
	z-index: 1001;
	position: relative;
	color: inherit;
	vertical-align: middle;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	font-family: Montserrat-Extralight, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	text-transform: uppercase;
}
.button:focus {
	outline: none;
}
.button_left{
	float: left;
}
.button_isi {
	color: #000;
	background: #FFF;
	border: 1px solid #4D4D4B;
	overflow: hidden;
}
.button_isi:hover {
	color: #FFF;
}
.col_form .button_isi:hover{
	border: 1px solid #FFF;
}
.button_isi::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #4D4D4B;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button_isi > span {
	vertical-align: middle;
	padding-left: 0.75em;
}
.button_isi:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}

.button_isi2 {
	color: #FFF;
	background: none;
	border: 1px solid #FFF;
	overflow: hidden;
}
.button_isi2:hover {
	color: #000;
}
.button_isi2::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #FFF;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button_isi2 > span {
	vertical-align: middle;
	padding-left: 0.75em;
}
.button_isi2:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}

.button_line {
	color: #FFF;
	border: 1px solid #FFF; 
	background: none;
	overflow: hidden;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.button_line:hover {
	background: #FFF;
	color: #627352;
}

/* --------------------------------------------------- media query */
@media screen and (min-width :1910px){

}
@media screen and (min-width :1280px){
	.center {
		width: 1150px;
	}
}
@media screen and (max-width :1440px){

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

}
@media screen and (max-width :1280px){
	h1{
		font-size: 45px;
		line-height: 47px;
	}
	h2{
		font-size: 28px;
		line-height: 30px;
	}
	.center {
		width: 1000px;
	}
	.logo img{
		width:250px;
	}
}
@media screen and (max-width :1024px){
	h1 {
	    font-size: 35px;
	    line-height: 37px;
	}
	h3{
		font-size: 16px;
		line-height: 18px;
	}
	.center {
		width: 80%;
	}
	.col4{
		width: 24%;
		height: 500px;
		margin: 0.1%;
	}
	.roll_col{
		margin: 0px;
	}
	.social_box{
		width: 50%;
	}
	.pag {
	    margin-top: 180px;
	}
}
@media screen and (max-width : 1023px) {

}
@media screen and (max-width : 800px) {
	h1{
		font-size: 25px;
		line-height: 30px;
	}
	h4{
		font-size: 16px;
		line-height: 17px;
	}
	h5{
		font-size: 15px;
		line-height: 18px;
	}
	p{
		font-size: 15px;
	}
	.header_top{
		display: none;
	}
	.menufixo{
		height: 50px;
	}
	.menufixo a img{
		margin: 0px;
	}
	.menufixo .header_center{
		width: 100%;
		height: 45px;
		z-index: 1011;
	}
	.menufixo .menu{
		height: 0px;
		overflow: hidden;
	}
	.menufixo .menu_active{
		height: 350px;
	}
	.menu nav{
		width: 100%;
		height: auto;
		background-color: #CCC;
	}
	.menu nav a{
	    margin: 0px;
	}
	.menu nav a span, .menu_mobile{
	    width: 100%;
	    display: inline-block;
	    background-color: #555;
	    border-top: 1px solid #666;
	    line-height: 30px;
	}
	.menu nav a:hover{
		color: #FFF;
	}
	.menu .menu_mobile a span{
		width: 30px;
		height: 30px;
		border: 1px solid #666;
		padding: 0px;
		margin: 5px;
	}
	.header_top_left a span{
		float: none;
	}
	.menu_mobile .header_top_right, .menu_mobile .header_top_left{
		float: none;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.header_menu{
		display: inline-block;
	    width: 40px;
	    height: 30px;
	    z-index: 1111;
	    cursor: pointer;
	    float: right;
	    position: absolute;
	    margin: -40px 10px 0px 0px;
	    right: 0px;
	}
	.hamburger .line{
	  width: 30px;
	  height: 2px;
	  margin: 6px auto;
	  -webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  background-color: #FFF;
	}
	#hamburger-1.is-active .line:nth-child(1){
	  -webkit-transform: translateY(8px) rotate(45deg);
	  -ms-transform: translateY(8px) rotate(45deg);
	  -o-transform: translateY(8px) rotate(45deg);
	  transform: translateY(8px) rotate(45deg);
	}
	#hamburger-1.is-active .line:nth-child(3){
	  -webkit-transform: translateY(-8px) rotate(-45deg);
	  -ms-transform: translateY(-8px) rotate(-45deg);
	  -o-transform: translateY(-8px) rotate(-45deg);
	  transform: translateY(-8px) rotate(-45deg);
	}
	.col_left{
		width: 100%;
	}
	.col_right, .col_right2{
		width: 100%;
		position: relative;
	}
	.col_left .txt{
		padding-right: 0px;
	}
	.col_left .tit_box {
	    width: 100%;
	}
	.col1{
		height: 200px;
	}
	.col3{
		width: 100%;
		margin-left: 0%;
	}
	.col4{
		width: 100%;
		height: 500px;
		margin: 0%;
		margin-bottom: 5px;
	}
	.col4 .col_txt{
		height: 36px;
		margin-top: 400px;
		padding: 0px 20px;
	}
	.col_fds{
		margin-bottom: 10px;
	}
	.roll {
    	height: auto;
	}
	.roll_contained {
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
	.roll_contained .col4{
		text-align: left;
	}
	.roll_col {
    	width: 250px;
	}
	.rollLeft, .rollRight{
		display: none;
	}
	.tit{
		min-height: 20px;
	}
	.tit_box{
		width: 100%;
		background: none;
		height: auto;
		padding: 0px;
		margin: 0px;
		margin-bottom: 20px;
	}
	.tit_left,.tit_right{
		width: 100%;
	}
	.company_home .col_right{
		margin-top: 50px;
	}
	.company_home_img{
		height: 220px;
	}
	.company_politics{
		margin: 50px auto;
	}
	.diff{
		height: 300px;
		margin: 30px auto;
	}
	.diff_home{
		height: 780px;
		margin-top: 30px;
	}
	.diff_home .col_left{
		padding-top: 50px;
	}
	.diff_home .txt{
		margin-top: 20px;
	}
	.diff_home .row{
		height: 400px;
		margin-top: 20px;
	}
	.diff_home .row .col3{
		margin-bottom: 5px;
	}
	.diff_home .col3_1{
		height: 280px;
	}
	.diff .col3 {
	    height: 200px;
	}
	.diff .row {
    	height: 700px;
	}
	.diff .col_right .row {
    	height: 200px;
	}
	.reverses .diff_li_back{
		height: 250px;
	}
	.diff_li_back{
		width: 100%;
	}
	.diff2_center{
		width: 80%;
	}
	.diff2_row{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.diff2_left{
		text-align: left;
	}
	.diff2_right{
		text-align: left;
	}
	.reverses .diff2_left{
		text-align: left;
	}
	.reverses .diff2_right{
		text-align: left;
	}
	.diff .col_left .txt h3{
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 18px;
	}
	.slogan{
		width: 100%;
		height: auto;
		margin-left: 0%;
	    margin-top: 0px;
	}
	.slogan img{
		width: 100%;
	}
	.social_box{
		width: 100%;
		padding: 60px 15px 0px 15px;
	}
	.social a span{
		padding: 10px;
		font-size: 20px;
		margin-top: 10px;
	}
	.modall_header {
	    height: 180px;
	}
	.modall p{
		font-size: 12px;
		line-height: 13px;
	}
	.modall_content img{
		width: 100%;
		margin-bottom: 10px;
	}
	.modall_header .col_left{
		width: 90%;
		margin-top: -50px;
	}
	.modall_header .col_right{
		width: 100%;
	}
	.pag{
		margin-top: 100px;
	}
	.select2 select {
    	width: 100%;
    	margin-top: 40px;
	}
	.map {
    	padding-top: 80px;
	}
	.txt_strong p {
	    font-size: 16px;
	    line-height: 25px;
	    margin-bottom: 20px;
	}
	.pagination{
		margin: 0px 0px 80px 0px;
	}
	.col_form{
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.col_form input {
    	width: 100%;
	}
	.row_form2 .txt h3{
		font-size: 12px;
		line-height: 14px;
	}
	input, select,textarea{
		font-size: 15px;
	}
	.col_form input[type=checkbox]{
		width: 10%;
	}
	.checkbox {
	    font-size: 12px;
	    height: 50px;
	}
	.face_g{ display: none }
	.face_p{ display: block; }
	.button{
		min-width: 100%;
	}
	.button_left{
		float: none;
	}
	.content{
		padding-bottom: 1060px;
	}
	/* ------------- footer */
	footer {
		height: 1060px;
		padding-top: 50px;
	}
	footer h5{
		margin-bottom: 10px;
		padding-top: 10px;
	}
	footer img{
		width: 150px;
	}
	footer .button_line{
		width: 100%;
	}
	.foo_col4{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.foo_bottom h4{
		margin-bottom: 15px;
	}
}

