@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  overflow-x: hidden !important;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #231f20;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.row.wide {
  max-width: 1400px;
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clr:before,
.clr:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clr:after,
.clr:after,
.row:after,
.clear {
  clear: both;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none !important;
  border-radius: 0;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
}
:-moz-placeholder {
  opacity: 1 !important;
}
::-moz-placeholder {
  opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
}
*,
img,
a {
  outline: none;
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  font-weight: normal;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.inline-block-outer:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.inline-block-outer {
  height: 100%;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-weight: normal;
  font-size: 45px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #231f20;
  margin: 0;
}
h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
h3 {
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
h4 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #303c90;
  overflow: hidden;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
}
a {
  text-decoration: none;
}
p {
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

body #hamburger {
  background: #f38121;
  border-bottom: none;
  top: 0;
  width: 100%;
}

body #hamburger:before,
body #hamburger:after,
body #hamburger span {
  background: #fff;
  content: "";
  display: block;
  height: 5px;
  left: 17px;
  position: absolute;
  width: 30px;
}
body #hamburger {
  display: block;
}
.navigation ul li a:hover,
.navigation ul li:hover > a,
.mm-list a:hover,
.top-nav ul li a:hover {
  /*color: #161616;*/
}
body li.active a,
.navigation ul li.active a {
  color: #fff;
}
body .mm-menu .mm-list > li > a.mm-subclose {
  background: #f5f5f5;
  color: #898cc8;
  padding-top: 14px;
}
body .mm-menu {
  background: #fff;
  color: #669900;
  display: none;
}
body #hamburger {
  display: none;
}
.mm-list a,
.mm-list a:hover {
  color: #231f20;
  text-decoration: none;
}
body .mm-menu ul li a {
  color: #9d9fa2;
  font-size: 14px;
  line-height: 18px;
}
body .mm-menu ul li.active a {
  color: #231f20;
}
html {
  -webkit-text-size-adjust: none;
}
body .mm-menu .mm-list > li > a.mm-subopen::after,
body .mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #898cc8;
}
html.mm-opened,
html.mm-opened body {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: hidden; /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
  -webkit-transform: translateZ(0px); /*HELPS THE ABOVE WORK IN IOS5*/
}

#hamburger + .wrapper:before,
.wrapper:first-child:before {
  content: "";
  background: url(../img/phone.png) center center no-repeat transparent;
  display: block;
  width: 2300px;
  height: 1835px;
  margin-left: -400px;
  position: absolute;
  left: 50%;
  top: -1150px;
  z-index: -1;
}
.wrapper.no-phone:before {
  content: none !important;
  display: none !important;
}

/*
  MENU
*/
#menu:not(.mm-menu) {
  display: none;
}
#menu .fa {
  width: 15px;
  color: #ccc;
}
.mm-panel > p {
  font-size: 14px;
  margin-top: 20px;
}
.mm-panel > p + .mm-list {
  padding-top: 0;
}
#donate {
  padding: 45px 20px 30px 44px;
}
#donate:after {
  border: none !important;
}

/*
  LAYOUT
*/
#hamburger {
  box-sizing: border-box;
  display: block;
  width: 70px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#hamburger:before {
  top: 10px;
}
#hamburger span {
  top: 20px;
}
#hamburger:after {
  top: 30px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -ms-transition: none 0.5s ease 0.5s;
  -o-transition: none 0.5s ease 0.5s;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;

  -o-transition-property: transform, top, bottom, left, opacity;
  -ms-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px;
}
html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}
html.mm-opening #hamburger:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}
html.mm-opening #hamburger:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}

.header {
  background-color: #ffffff;
}
.logo {
  float: left;
  margin-left: -10px;
  padding-bottom: 29px;
  padding-top: 27px;
  width: 16%;
}
.header-right {
  float: left;
  padding-top: 39px;
  width: 84%;
}
.language ul li {
  background: url("../images/down-arrow.png") no-repeat right center;
  padding-right: 24px;
}
.language ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #9d9fa2;
}
.language,
.search-box,
.navigation {
  float: right;
}
.search-box {
  background-color: #f2f3f7;
  border-left: 3px solid #f38121;
  width: 239px;
}
.search-box input[type="search"],
.search-box input[type="text"] {
  height: 42px;
  background-color: #f2f3f7;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 0 8px 16px;
  width: auto;
  color: #9d9fa2;
}
.search-box button[type="submit"],
.search-box img {
  background: none;
  border: medium none;
  font-size: 0;
  cursor: pointer;
  float: right;
  outline: medium none;
  padding: 12px 14px 12px 0px;
}
.search-box #searchsubmit {
  background: url("../images/search-ic.png") no-repeat scroll center center;
  border: medium none;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 17px;
  outline: medium none;
  padding: 28px 19px 13px 22px;
  right: 0;
  top: 0;
  width: 18px;
}
.search-box {
  position: relative;
}
.navigation ul li {
  display: inline-block;
  padding-right: 23px;
  vertical-align: middle;
}
.navigation ul li a {
  color: #35373a;
  display: block;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.navigation ul li a:hover,
.navigation ul li.current-menu-item a {
  color: #f38121;
}

.navigation ul li a:hover:after,
.navigation ul li a:focus:after,
.navigation ul li.current-menu-item a:after {
  height: 3px;
  opacity: 1;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -o-transform: translateY(4px);
  -ms-transform: translateY(4px);
}
.navigation ul li a:after {
  background: #f38121;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);

  transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  -ms-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -ms-transform 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -o-transform 0.3s ease 0s;
  width: 100%;
}
.language {
  padding-left: 27px;
  padding-top: 12px;
}
.navigation {
  padding-right: 7px;
  padding-top: 10px;
}
.header-bottom {
  background-color: #f8f9fb;
  border-top: 5px solid #f2f3f6;
  border-bottom: 5px solid #f38121;
}
.header-bottom ul {
  font-size: 0;
}
.header-bottom ul li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e7e8ea;
  position: relative;
}
.header-bottom ul li:first-child {
  border-left: none;
}
.header-bottom ul li a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #231f20;
  padding: 20px 25px 21px 23px;
  text-transform: uppercase;
}
.header-bottom ul li.active a {
  background-color: #f38121;
  color: #fff;
  text-shadow: 0 0 0 #ffffff;
}
.header-bottom ul li:hover:before,
.header-bottom ul li.active:before {
  background: #f38121;
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  height: 5px;
}

#owl-banner .slide-item img {
  display: block;
  width: 100%;
  height: auto;
}
.slide-item {
  /*min-width: 1900px;*/
}
.slide-text span {
  background-color: #f38121;
  color: #231f20;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  margin-left: 44px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.slide-text p {
  background-color: #f38121;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  margin-top: 1px;
  padding: 2px 17px 4px;
  display: inline-block;
  vertical-align: middle;
}
.right-text {
  float: right;
}
.banner {
  position: relative;
}
.slide-text {
  height: 100%;
  left: 50%;
  margin: 0 auto 0 -264px;
  max-width: 528px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0;
}

.dis-tbl {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.dis-tblcell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.owl-pagination {
  bottom: 32px;
  position: absolute;
  top: auto;
  width: 100%;
}
.banner-bottom {
  background-color: #ffffff;
  padding-bottom: 68px;
  padding-top: 76px;
}
.premise-enjoy-text span {
  color: #231f20;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.premise-enjoy-text p {
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 28px;
  margin-top: 27px;
}
.premise-enjoy-text a {
  color: #f38121;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 1px;
  padding-top: 1px;
  text-transform: none;
  display: inline-block;
  position: relative;
}
.premise-enjoy-text a.newl_effect:hover:before,
.premise-enjoy-text a.newl_effect:hover:after,
.premise-enjoy-text a.newl_effect:focus:before,
.premise-enjoy-text a.newl_effect:focus:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.premise-enjoy-text a.newl_effect:before,
.premise-enjoy-text a.newl_effect:after {
  background: #f38121 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);

  transition: transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  width: 100%;
}
.premise-enjoy-text a.newl_effect:hover:after,
.premise-enjoy-text a.newl_effect:focus:after {
  opacity: 1;
  top: 0;
}
.premise-enjoy-text a.newl_effect:hover:before,
.premise-enjoy-text a.newl_effect:hover:after,
.premise-enjoy-text a.newl_effect:focus:before,
.premise-enjoy-text a.newl_effect:focus:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.premise-enjoy-text a.newl_effect:after {
  opacity: 0;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -ms-transform 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -o-transform 0.3s ease 0s;
}

a.newl_effect:hover {
  color: #f38121 !important;
}
a.newl_effect {
  position: relative;
  border-bottom: 0 !important;
}
a.newl_effect:hover:before,
a.newl_effect:hover:after,
a.newl_effect:focus:before,
a.newl_effect:focus:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
a.newl_effect:before,
a.newl_effect:after {
  background: #f38121 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);

  transition: transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  width: 100%;
}
a.newl_effect:hover:after,
a.newl_effect:focus:after {
  opacity: 1;
  top: 0;
}
a.newl_effect:hover:before,
a.newl_effect:hover:after,
a.newl_effect:focus:before,
a.newl_effect:focus:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
a.newl_effect:after {
  opacity: 0;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -ms-transform 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s,
    -o-transform 0.3s ease 0s;
}

.premise-enjoy {
  border-bottom: 2px solid #f2f3f6;
  float: left;
  padding-bottom: 75px;
  width: 100%;
}
.premise-enjoy-text {
  border-bottom: 5px solid #f38121;
  border-top: 5px solid #f38121;
  float: left;
  padding-bottom: 52px;
  padding-left: 0;
  padding-top: 46px;
  width: 76.4%;
}
.premise-inner {
  float: left;
  padding-right: 0;
  position: relative;
  width: 42.3%;
}
.premise-enjoy-text .red-arrow {
  background-color: #f38121;
  bottom: 0;
  display: block;
  float: right;
  height: 60px;
  padding: 22px 0;
  border: none;
  position: absolute;
  right: 7px;
  text-align: center;
  width: 60px;

  z-index: 9;
  transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.premise-enjoy-text .red-arrow:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: -1;
}
.premise-enjoy-text .red-arrow:hover:after {
  height: auto;
  width: 100%;
}
/*.premise-enjoy-text .red-arrow:hover {*/
/*background-color: #231f20;*/
/*}*/
.premise-enjoy-image {
  float: right;
  width: 57.7%;
  position: relative;
}
.premise-enjoy-image > img {
  width: 100%;
}
.premise-enjoy-text h1 {
  letter-spacing: -0.1px;
}

.premise-img-txt span {
  background-color: #f38121;
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 1px;
  margin-right: 49px;
  padding: 5px 8px 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.premise-img-txt p {
  background-color: #f38121;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 42px;
  padding: 3px 16px;
  text-align: right;
  width: auto;
}
.premise-img-txt {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
.perspiciatis-txt {
  border-bottom: 5px solid #f38121;
  float: left;
  margin-top: 71px;
  padding-bottom: 72px;
  width: 100%;
}
.perspiciatis-title span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.perspiciatis-bottom {
  clear: both;
  margin-right: -51px;
  margin-top: 26px;
  overflow: hidden;
}
.perspiciatis-left > p {
  line-height: 26px;
}
.perspiciatis-left {
  float: left;
  padding-right: 51px;
  width: 50%;
}
.reference-main {
  float: left;
  margin-top: 73px;
  width: 100%;
  border-bottom: 2px solid #f2f3f6;
  padding-bottom: 75px;
}
.reference-box:first-child {
  width: 35.1%;
}
.reference-box {
  float: left;
  padding-right: 54px;
  width: 32.4%;
}
.reference-box-inner {
  clear: both;
  margin-right: -54px;
  overflow: hidden;
}
.referencetext-inner {
  background-color: #f8f9fb;
  min-height: 311px;
}
.reference-box-inner-txt span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.reference-box-inner-txt p {
  line-height: 27px;
  margin-top: 15px;
}
.reference-box-inner-txt {
  padding: 38px 31px 38px 38px;
}
.reference-box-inner-txt h2 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #231f20;
}
.reference-box-inner-txt a {
  border-bottom: 1px solid #f38121;
  color: #f38121;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 27px;
  padding-bottom: 1px;
  text-transform: none;
}
.reference-box-inner-txt a:hover {
  color: #231f20;
  border-color: #231f20;
}
.reference-bottom-text {
  background-color: #f8f9fb;
  border-bottom: 4px solid #f38121;
  padding: 23px 23px 27px;
}
.reference-bottom-text h4 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}
.home .reference-bottom-text p {
  position: relative;
  box-sizing: border-box;
  padding-right: 16px;
}
.home .reference-bottom-text p:before {
  content: "";
  background: url("../images/red-arrow.png") no-repeat right center;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;

  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 5px;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.home .reference-bottom-text p:hover:before {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.news-section-main {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.error-report {
  float: left;
  padding-right: 32px;
  width: 35%;
}
.news-title {
  float: left;
  margin-bottom: 21px;
  position: relative;
  width: 100%;
}
.news-title:after {
  background: #f38121;
  content: "";
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.news-title span {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 99;
  padding-right: 10px;
}
.report-form {
  float: left;
  width: 100%;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea,
.con-field input[type="text"],
.con-field select,
.con-field input[type="tel"],
.con-field textarea,
.con-field input[type="email"] {
  font-size: 13px;
  line-height: 15px;
  color: #231f20;
  border: 2px solid #f1f2f5;
  width: 100%;
  background-color: #fff;
  height: 47px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 9px 17px 9px 19px;
}
.form-field textarea {
  height: 77px;
  resize: none;
}

.form-field {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.form-field button,
.con-field button,
.contact-form .gform_footer .gform_button {
  background-color: #f38121;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
  line-height: 19px;
  padding: 10px 35px;
  text-align: center;
}
.form-field button:hover,
.con-field button:hover,
.contact-form .gform_footer .gform_button:hover {
}
.form-field-full {
  overflow: hidden;
  clear: both;
  margin-right: -15px;
}
.form-field-full .form-field {
  width: 50%;
  padding-right: 15px;
}
.news-section {
  float: left;
  padding-left: 19px;
  width: 65%;
}
.news-section-inner {
  overflow: hidden;
  clear: both;
  margin-right: -52px;
}
.detail-news {
  float: left;
  padding-right: 52px;
  width: 50%;
}
.detail-news span {
  background-color: #f38121;
  bottom: 11px;
  color: #231f20;
  float: right;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 11px;
  position: absolute;
  right: 11px;
}
.detail-news-img {
  position: relative;
  overflow: hidden;
}
.detail-news-text {
  float: left;
  padding: 22px 25px 23px;
  position: relative;
  width: 100%;
}
.detail-news-text h4 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
.news-section .detail-news-text p {
  font-size: 14.5px;
  line-height: 26px;
  margin-bottom: 0;
}
.detail-news-text a {
  color: #f38121;
  float: right;
  font-size: 15px;
  line-height: 17px;
  margin-top: 8px;
}

.detail-news-text a:after,
.reference_main .reference-bottom-text a:after {
  content: "]";
  margin-left: 10px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.detail-news-text a:before,
.detail-news-text a:after,
.reference_main .reference-bottom-text a:before,
.reference_main .reference-bottom-text a:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.detail-news-text a:before,
.reference_main .reference-bottom-text a:before {
  content: "[";
  margin-right: 10px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
.detail-news-text a:hover:before,
.detail-news-text a:hover:after,
.detail-news-text a:focus:before,
.detail-news-text a:focus::after,
.reference_main .reference-bottom-text a:hover:before,
.reference_main .reference-bottom-text a:hover:after,
.detail-news-text .reference_main .reference-bottom-text a:focus:before,
.reference_main .reference-bottom-text a:focus::after {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.news-content a:after {
  content: "]";
  margin-left: 10px;

  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.news-content a:before,
.news-content a:after {
  display: inline-block;
  opacity: 0;

  transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.news-content a:before {
  content: "[";
  margin-right: 10px;

  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
.news-content a:hover:before,
.news-content a:hover:after,
.news-content a:focus:before,
.news-content a:focus::after {
  opacity: 1;

  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.detail-news-inner {
  float: left;
  width: 100%;
  border-bottom: 4px solid #f38121;
  overflow: hidden;
  background-color: #f8f9fb;
}
.news-archive {
  color: #f38121;
  font-size: 15px;
  line-height: 17px;
  float: right;
  margin-top: 24px;
  padding-right: 27px;
  position: relative;
}
.news-archive:hover {
  text-decoration: underline;
}
.news-archive:before {
  content: "";
  background: url("../images/red-arrow.png") no-repeat scroll right center;

  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 5px;

  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.news-archive:hover:before {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.news-section .news-title {
  margin-bottom: 30px;
}
.state-address {
  background-color: #efeff0;
  padding-bottom: 59px;
  padding-top: 61px;
}
.state-address-inner {
  overflow: hidden;
  clear: both;
}
.state-address h5 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  padding-bottom: 8px;
}
.state-address-inner p,
.state-address-inner a {
  font-size: 15.5px;
  line-height: 26px;
  color: #231f20;
}
.state-address-inner a:hover {
  color: #f38121;
}
.state-address-top {
  margin-bottom: 15px;
}
.state-address-box {
  float: left;
  padding-left: 42px;
  width: 25%;
}
.state-address-box:first-child {
  padding-left: 0;
}
.state-address-box.state-address-last {
  padding-left: 93px;
}
.footer-top {
  background-color: #f8f9fb;
  padding-bottom: 65px;
  padding-top: 72px;
}
.ft-left {
  float: left;
  width: 60%;
}
.ft-left ul {
  float: left;
  width: 33.3%;
}
.ft-left ul li a {
  display: inline-block;
  color: #231f20;
  font-size: 15.5px;
  line-height: 20px;
}
.ft-left li {
  margin-bottom: 9px;
}
.ft-left ul li a:hover,
.ft-left ul li.current-menu-item a {
  color: #f38121;
}
.ft-right {
  float: right;
  text-align: right;
  width: 40%;
}
.ft-right a:first-child {
  padding-left: 0;
}
.ft-right > a {
  padding-left: 13px;
}
.footer {
  background-color: #f8f9fb;
  padding-bottom: 70px;
  padding-top: 0;
}
.footer p {
  font-size: 14px;
  line-height: 16px;
  float: left;
  color: #231f20;
}
.footer span {
  font-size: 12px;
  float: right;
  line-height: 14px;
  color: #231f20;
}
.second-nav {
  display: none;
}
.menu-close {
  /*background: url("../images/close-ic.png") no-repeat right center;
  width: 25px;*/
}
.second-nav.menu-close > a,
.second-nav.menu-close img {
  /*display: none;*/
}
.premise-inner-img > img {
  width: 100%;
}
.slide-img {
  min-width: 1900px;
  position: relative;
  text-align: center;
}

.header-bottom-indusom ul li a {
  font-size: 14px;
  line-height: 18px;
  padding: 20px 18px 21px 22px;
}
.inner-page-title {
  padding-bottom: 0;
  padding-top: 30px;
}
.inner-page-title h1 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.primise-enjoy-main {
  background-color: #ffffff;
  padding-bottom: 76px;
  padding-top: 140px;
}
.primise-enjoy-main-left {
  display: table-cell;
  vertical-align: middle;
  width: 36%;
  height: 356px;
  border-bottom: 5px solid #f38121;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.primise-enjoy-main-right h2 {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: -4px;
}
.primise-enjoy-main-right h1 {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: -4px;
}
.primise-enjoy-main-right p {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 26px;
  margin-top: 16px;
}
.light-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.primise-enjoy-main-right {
  display: table-cell;
  padding-left: 41px;
  vertical-align: middle;
  width: 50%;
}
.primise-enjoy-main-left img {
  display: none;
}
.indus-support-main {
  background-color: #f8f9fb;
  border-top: 1px solid #e7e8ea;
  padding-bottom: 72px;
  padding-top: 74px;
}
.indus-support-left {
  float: left;
  width: 51%;
}
.indus-support-main h4 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 18px;
}
.indus-support-left > p {
  line-height: 26px;
  margin-bottom: 21px;
}
.indus-support-right p {
  line-height: 26px;
}
.indus-support-right h4 {
  color: #f38121;
}

.indus-support-right {
  float: left;
  padding-left: 117px;
  width: 49%;
}
.indus-support-bottom {
  float: right;
  margin-top: -23px;
  text-align: right;
  width: 100%;
}
.support-ic {
  margin-bottom: 10px;
}
.news-middle {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 76px;
}
.news-left {
  float: left;
  padding-right: 3px;
  width: 67%;
}
.news-right {
  float: left;
  padding-left: 53px;
  width: 33%;
}
.news-inner {
  background-color: #f8f9fb;
  border-bottom: 4px solid #f38121;
  float: left;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}
.news-inner:first-child {
  margin-top: 0;
}
.news-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.news-image img {
  /*width: 100%;*/
}
.news-image span {
  background-color: #f38121;
  bottom: 10px;
  color: #231f20;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  padding: 6px 12px;
  position: absolute;
  right: 10px;
  text-align: center;
}
.news-content {
  float: left;
  padding: 26px 30px 20px;
  width: 100%;
  position: relative;
}
.news-inner h4 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 18px;
}
.news-inner p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
.news-content a {
  float: right;
  color: #f38121;
  font-size: 15px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.news-sidebar {
  float: left;
  width: 100%;
}
.news-pagination .next-page a {
  background: #f38121 url("../images/next-arrow.png") no-repeat scroll 88%
    center;
  color: #ffffff;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  padding: 7px 35px 2px 14px;
  min-width: 82px;
}
.nav-previous a {
  background: #f38121 url("../images/prevarrow.png") no-repeat scroll 10% center;
  color: #ffffff;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  min-width: 82px;
  padding: 7px 12px 2px 36px;
}
.news-pagination a:hover {
  background-color: #231f20;
}
.news-sidebar-title h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #231f20;
  border-bottom: 5px solid #f38121;
  border-top: 5px solid #f38121;
  padding: 21px 0 18px;
}
.archive-content ul li {
  border-top: 2px solid #f2f3f6;
  background: url("../images/archive-arrow.png") no-repeat right center;
  padding: 16px 0 17px;
}
.archive-content ul li:first-child {
  border-top: none;
}
.archive-content ul li a {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #231f20;
}
.archive-content ul li:hover {
  background-color: #f8f9fb;
}
.rss-news {
  display: none;
  float: left;
  width: 100%;
}
.btn::before {
  position: relative;
  text-transform: none;
}
.rss-news a {
  background: url("../images/rss-img.png") no-repeat scroll 7% center;
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 21px 10px 19px 48px;
  position: relative;
  transition: all 0.3s ease 0s;
  background-color: #f38121;
  z-index: 9;
  border: 2px solid #f38121;
}
.rss-news a:hover {
  color: #000;
}

.btn-1e:hover::after {
  height: 260%;
  opacity: 1;
}
.btn-1e {
  overflow: hidden;
}
.btn-1e:after {
  background-color: #ffffff;
  height: 0;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}
.news-sidebar-title {
  float: left;
  width: 100%;
}
.archive-content {
  float: left;
  width: 100%;
}

.news-legend,
blockquote {
  background-color: #ffffff;
  border-left: 4px solid #f38121;
  float: left;
  font-style: italic;
  margin-top: 13px;
  margin-bottom: 35px;
  padding: 24px 20px 2px;
  width: 100%;
}
.detail-news-inner p,
blockquote p {
  font-size: 16px;
  margin-bottom: 26px;
}
.detail-news-inner h4 {
  padding-bottom: 27px;
}
.news-section .detail-news-inner h4 {
  padding-bottom: 0;
}

.contact-tabing {
  background-color: #ffffff;
  /*padding-bottom: 61px;*/
  padding-top: 140px;
}
.contact-tabing h1{
	color: #f38121;
    font-family: "Montserrat", sans-serif;
  font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
}
.tab-content {
  display: none;
  padding-top: 55px;
}
.tab-content.current {
  display: block;
}
.contact-tabing ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.contact-tabing ul li:first-child a {
  border-left: 1px solid #e7e8ea;
}
.contact-tabing ul li a {
  font-size: 15px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #231f20;
  border-right: 1px solid #e7e8ea;
  border-top: 1px solid #e7e8ea;
  background-color: #f8f9fb;
  padding: 17px 17px 16px;
  width: 171px;
  display: block;
  position: relative;
}

.contact-tabing ul li.current a:before {
  left: 0;
  right: 0;
}

.contact-tabing ul li a:hover:before,
.contact-tabing ul li a:focus:before,
.contact-tabing ul li a:active:before {
  left: 0;
  right: 0;
}
.contact-tabing ul li a:before {
  background: #f38121;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;

  transition-property: left, right;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  -ms-transition-property: left, right;

  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;

  z-index: -1;
}
.contact-tabing ul li a {
  backface-visibility: hidden;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  vertical-align: middle;
}

.contact-tabing .tabs {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #e7e8ea;
}
.contact-tabing ul li.current a {
  background-color: #fff;
}
.contact-tabing ul li.current:before {
  content: "";
  background: #f38121;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-tabing ul li.current:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabcontent-inner h3 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 12px;
}
.tabcontent-txt {
  float: left;
  width: 100%;
  text-align: center;
}
.tabcontent-inner p {
  font-size: 15px;
  color: #231f20;
  line-height: 26px;
}
.contact-form {
  clear: both;
  float: none;
  margin: 0 auto;
  max-width: 890px;
  overflow: hidden;
  padding-top: 36px;
  width: 100%;
}
.con-field {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  position: relative;
  width: 50%;
}
.con-field.full {
  width: 100%;
}
.con-field textarea {
  height: 167px;
  padding-top: 13px;
}

.con-field > span {
  background: #ffffff;
  height: 47px;
  margin-top: 0;
  padding-top: 20px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 29px;
  width: 47px;
  border-top: 2px solid #f1f2f5;
  border-bottom: 2px solid #f1f2f5;
  z-index: 99;
  pointer-events: none;
  padding-right: 5px;
}
.contact-map {
  background-color: #f9f9f9;
  float: left;
  margin: 61px -15px 0;
  width: 103%;
}
.map-img {
  display: table-cell;
  padding-right: 11px;
  width: 59%;
}
.map-img img {
  width: 100%;
  display: none;
}
.map-text h5 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 14px;
}
.map-text p {
  line-height: 26px;
}
.map-text-btm h6 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 18px;
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.map-text-btm a {
  color: #f38121;
}
.map-text-btm a:hover {
  color: #231f20;
}
.map-text {
  box-sizing: border-box;
  display: table-cell;
  padding: 38px 26px;
  vertical-align: middle;
  width: 60%;
}
.map-text-address {
  float: left;
  padding-right: 71px;
  width: auto;
}
.map-text-btm {
  border-top: 1px solid #e8e8e8;
  float: left;
  margin-top: 40px;
  padding-top: 50px;
  width: 100%;
}
.contact-person-main {
  background-color: #ffffff;
  padding-bottom: 37px;
  padding-top: 69px;
}
.person-text h6 {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 2px;
}
.person-text span {
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
}
.contact-person-inner {
  clear: both;
  margin-right: -65px;
  overflow: hidden;
  padding-top: 16px;
}
.person-detail {
  float: left;
  margin-bottom: 40px;
  padding-right: 65px;
  width: 25%;
}
.person-inner {
  background-color: #f8f9fb;
  float: left;
  width: 100%;
  border-bottom: 4px solid #f38121;
}
.person-inner img {
  width: 100%;
}
.person-telephone {
  float: left;
  min-height: 56px;
  padding-top: 12px;
  width: 100%;
}
.person-telephone p {
  color: #231f20;
  display: table;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.person-telephone span {
  color: #f38121;
  display: table-cell;
  width: 57px;
}
.person-text {
  float: left;
  padding: 14px 18px 12px;
  width: 100%;
}

.indus-support-second {
  background-color: #f8f9fb;
  border-top: 1px solid #e7e8ea;
  padding-bottom: 74px;
  padding-top: 72px;
}
.indus-support-second p {
  color: #231f20;
  line-height: 26px;
  margin-top: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.indus-support-second p:first-child {
  margin-top: 0;
}
.indus-support-second strong,
.indus-support-second li {
  font-weight: normal;
}

.photo-gallery {
  background-color: #fff;
  padding-top: 71px;
  padding-bottom: 73px;
  border-top: 4px solid #f38121;
  float: left;
  width: 100%;
}
.gallery-image-main {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.gallery-image {
  float: left;
  width: 20%;
  position: relative;
}
.gallery-image img {
  float: left;
  width: 100%;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  display: none;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.gallery-image:hover .gallery-overlay {
  display: block;
}
.gallery-image .gallery-overlay img {
  width: auto;
  float: none;
}
.gallery-overlay-img {
  height: 100%;
  background: url("../images/gallery-overlay.png") center center;
}
.pdf-section {
  background-color: #ffffff;
  padding-bottom: 70px;
}
.pdf-section-inner {
  clear: both;
  overflow: hidden;
  margin-right: -60px;
}
.pdf-text h3 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
}
.pdf-text p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 13px;
}
.pdf-text a {
  float: right;
  font-size: 15px;
  line-height: 18px;
  color: #f38121;
}
.pdf-text a:hover {
  color: #231f20;
}
.pdf-download {
  float: left;
  margin-bottom: 35px;
  padding-right: 60px;
  width: 50%;
}
.pdf-img {
  float: left;
  width: 80px;
}
.pdf-text {
  overflow: hidden;
  padding-left: 20px;
}
.pdf-section-btm {
  float: left;
  margin-top: 16px;
  width: 100%;
}
.pdf-reference {
  clear: both;
  margin-right: -70px;
  overflow: hidden;
}
.pdf-reference .reference-box {
  width: 33.3%;
  padding-right: 70px;
}
.pdf-reference .reference-box:first-child {
  width: 33.3%;
}
.primise-service .primise-enjoy-main-right {
  padding-right: 41px;
  padding-left: 0;
}
.primise-service .light-text p {
}
.include-service-left h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f38121;
  padding-bottom: 25px;
}
.indus-support-second ul:first-child {
  margin-top: 0;
}
.indus-support-second ul {
  margin-top: 20px;
}
.indus-support-second ul li {
  background: url("../images/red-arrow.png") no-repeat;
  margin-bottom: 12px;
  padding-left: 25px;
  background-position: 1px 8px;
  line-height: 26px;
  color: #231f20;
}
.include-service-left {
  float: left;
  padding-right: 116px;
  width: 50%;
}
.include-service-right b {
  font-weight: normal;
}
.include-service-right {
  float: left;
  padding-left: 25px;
  width: 50%;
}
.sales-team li a,
.sales-team li span {
  color: #f38121;
}
.sales-team li a:hover {
  color: #231f20;
}
.sales-team {
  float: left;
  margin-top: 32px;
  width: 100%;
}
.sales-team h5 {
  color: #f38121;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.enkelt-section {
  background-color: #ffffff;
  float: left;
  padding-bottom: 73px;
  padding-top: 30px;
  width: 100%;
}
.enkelt-section .reference-bottom-text p {
  background: none;
  font-size: 15px;
  padding-right: 0;
  line-height: 26px;
}
.enkelt-section .reference-bottom-text {
  min-height: 182px;
  padding-bottom: 17px;
}
.enkelt-section .reference-box {
  margin-bottom: 70px;
}
.enkelt-section .row {
  border-bottom: 2px solid #f2f3f6;
}
.pdf-section-enkelt {
  padding-bottom: 45px;
}
.reference_main .reference-bottom-text a {
  color: #f38121;
  float: right;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}
.reference_main .reference-bottom-text a:hover {
}
.reference_main .reference-bottom-text {
  min-height: 0;
  float: left;
  padding-bottom: 19px;
  padding-right: 16px;
  width: 100%;
}
.search-results .reference_main .reference-bottom-text {
  min-height: 196px;
}
.reference_main .reference-bottom-text h4 {
  /*  min-height: 27px;*/
}
.reference_main .row {
  border-bottom: none;
}
.reference_main {
  padding-bottom: 6px;
}

.reference-news-content h4 {
  font-size: 23px;
  line-height: 25px;
}
.reference-news-content {
  padding: 33px 40px 6px;
}
.reference-news-content b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 29px;
}
.detail-news-inner .reference-news-content h4 {
  padding-bottom: 34px;
}
.reference-news-content a {
  color: #f38121;
  float: none;
}
.reference-news-content a:hover {
  color: #231f20;
}
.more-reference,
.more-reference-inner {
  float: left;
  width: 100%;
}
.more-reference-img {
  float: left;
  width: 90px;
}
.more-reference-text {
  overflow: hidden;
  padding-left: 19px;
}
.more-reference-text h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #231f20;
}
.more-reference-text p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
.more-reference-inner {
  border-top: 2px solid #f2f3f6;
}
.more-reference-inner:first-child {
  border-top: none;
}
.more-reference-inner {
  padding-bottom: 20px;
  padding-top: 18px;
}
.more-reference {
  margin-top: 9px;
  border-bottom: 5px solid #f38121;
}
.view-more {
  float: left;
  width: 100%;
}
.view-more a {
  background: #f38121;
  color: #ffffff;
  float: right;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
  padding: 6px 16px;
}
.view-more a:hover {
  background: #231f20;
}
.ref-detail-news-inner {
  border-bottom: 5px solid #f38121;
}
.news-middle-reference {
  padding-bottom: 42px;
}

.pdf-section-btm .news-title {
  margin-bottom: 32px;
}
.primise-service .primise-enjoy-main-right h2 {
  font-size: 20px;
  line-height: 26px;
}

.tabcontent-inner .gform_wrapper ul li.gfield {
  clear: none;
}
.tabcontent-inner .gform_wrapper .top_label input.medium,
.tabcontent-inner .gform_wrapper .top_label select.medium {
  width: 100%;
}
.tabcontent-inner .gform_wrapper textarea.medium {
  width: 100%;
}
.gform_wrapper .top_label .gfield_label {
  display: none;
}
body .gform_wrapper.gf_browser_gecko select {
  padding: 9px 19px;
  -webkit-appearance: none;
}
.gform_footer.top_label {
  padding-right: 5px;
}
.news-section-main .gform_footer.top_label {
  padding-right: 0;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.gfield_description.validation_message {
  display: none;
}
.gform_confirmation_message_1.gform_confirmation_message {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
.form-field-small {
  float: left;
  width: 50%;
}
.form-field-space {
  padding-left: 15px;
}
.news-section-main
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required {
  margin-top: 10px;
}
.navigation li.current-menu-item a {
  color: #000000;
}
.not-found-contain .page-header {
  padding: 0;
}
.not-found-contain .hentry,
.not-found-contain .page-header,
.not-found-contain .page-content {
  margin: 0;
}

.not-found-contain {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.not-found-contain .page-header {
  border-left: none;
}
.not-found-contain .page-title {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}
.not-found-contain .page-content {
  padding: 0;
}
.not-found-contain .search-field {
  background-color: #f2f3f7;
  border: medium none;
  color: #9d9fa2;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  outline: medium none;
  padding: 8px 0 8px 16px;
  width: 50%;
}
body .not-found-contain .search-submit {
  background: #f38121;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  width: auto;
  height: 42px;
  padding: 6px 23px;
  text-align: center;
}
.news-pagination .pagination {
  margin: 0;
  width: 100%;
  box-shadow: none;
}
.not-found-contain p {
  margin: 25px 0;
}
.not-found-contain span.screen-reader-text {
  display: none;
}
.news-pagination span.page-numbers {
  display: none;
}
.header-bottom ul li:hover:before,
.header-bottom ul li.current-menu-item:before {
  background: #f38121 none repeat scroll 0 0;
  content: "";
  height: 5px;
  position: absolute;
  top: -5px;
  width: 100%;
}
.header-bottom ul li a:hover,
.header-bottom ul li.current-menu-item a {
  background-color: #f38121;
  color: #ffffff;
  text-shadow: 0 0 0 #ffffff;
  color: #fff;
}
.next-page > a {
  color: #ffffff;
  display: block;
}
.primise-service .gform_footer.top_label {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
}
.primise-service
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required {
  margin-top: 10px;
}
body #lang_sel a {
  border: none;
  color: #9d9fa2;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  background: none !important;
  padding: 0;
}
body .language #lang_sel > ul > li {
  background: url("../images/down-arrow.png") no-repeat scroll right center;
  padding-right: 24px !important;
  width: auto;
  cursor: pointer;
}
#lang_sel ul ul {
  border-top: medium none !important;
  float: left;
  padding-top: 22px !important;
  top: 0;
}
#lang_sel ul ul li {
  background: #f8f9fb !important;
  padding: 3px 8px !important;
  width: auto !important;
}
#lang_sel > ul {
  position: relative;
}
.page-template-kontakt .gform_confirmation_message {
  text-align: center;
}
.gform_confirmation_message_5.gform_confirmation_message {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.gform_confirmation_message {
  color: #f38121;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-top: 10px;
}
#lang_sel a {
  color: #9d9fa2 !important;
}
.mm-list .current-menu-item a {
  color: #231f20;
}

.reference-img,
.more-reference-img,
.detail-news-img-hover {
  overflow: hidden;
  /*opacity: 0.7;*/
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);

  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  cursor: pointer;
}
.reference-bottom-text {
  position: relative;
}
.reference-img:hover,
.more-reference-img:hover,
.detail-news-img-hover:hover {
  opacity: 0.5;

  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.reference-img:hover:before,
.more-reference-img:hover:before,
.detail-news-img-hover:hover:before {
  opacity: 1;
}

.reference-img:before,
.more-reference-img:before,
.detail-news-img-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 82, 0, 0.5);
}

.reference-box-content {
  overflow: hidden;
}

.banner .bx-wrapper .bx-viewport {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  left: 0;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
}

.banner .bx-prev {
  background: url("../images/ar-right-hover.png") no-repeat right center !important;

  left: auto !important;
  right: 20px !important;
  width: 30px !important;
  height: 50px !important;
  margin-top: -15px !important;
}
.banner .bx-next {
  background: url("../images/ar-left-hover.png") no-repeat right center !important;

  left: 20px !important;
  right: auto !important;
  width: 30px !important;
  height: 50px !important;
  margin-top: -15px !important;
}
.banner .bx-next:hover {
  background: url("../images/ar-left.png") no-repeat right center !important;
}
.banner .bx-prev:hover {
  background: url("../images/ar-right.png") no-repeat right center !important;
}

.banner .bx-wrapper img {
  width: 100% !important;
}
.banner .bx-controls-direction {
  display: none !important;
}
.banner .bx-wrapper {
  margin-bottom: 0 !important;
}
.banner .bx-pager.bx-default-pager {
  bottom: 36px;
  position: absolute;
  padding: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f38121;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px;
  width: 11px;
  height: 11px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="image"],
.gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
  line-height: 19px;
  padding: 10px 35px !important;
  position: relative;
  z-index: 9;
  text-align: center;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #f38121 50%, #000 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-position: 0 -100%;
  color: #fff;
}
.reference-img a {
  display: inline-block;
}

.pdf-text a:after {
  background: #f38121 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);

  transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  -ms-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -ms-transform 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s, opacity 0.3s ease 0s,
    -o-transform 0.3s ease 0s;
  width: 100%;
}
.pdf-text a:hover:after,
.pdf-text a:focus:after {
  height: 3px;
  opacity: 1;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  top: 20px;
}
.pdf-text a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.map-text-child {
  float: left;
  width: 100%;
  max-width: 500px;
}
#hamburger1:before,
#hamburger1:after,
#hamburger1 span {
  background: #f38121;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 30px;
}
#hamburger1:before,
#hamburger1:after,
#hamburger1 span {
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  transition-property: transform, top, bottom, left, opacity;
  transition-timing-function: ease;
}
#hamburger1 span {
  top: 22px;
}
#hamburger1:after {
  top: 32px;
}
#hamburger1:before {
  top: 12px;
}
.second-nav.menu-close #hamburger1 span {
  left: -55px;
  opacity: 0;
}
.second-nav.menu-close #hamburger1:before {
  transform: rotate(45deg);
}
.second-nav.menu-close #hamburger1:before,
.second-nav.menu-close #hamburger1:after {
  top: 20px;
}
.second-nav.menu-close #hamburger1:after {
  transform: rotate(-45deg);
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.footer-top .ft-right {
  padding-left: 15px;
}
.footer-top .ft-right .user-page-login {
  margin-top: 20px;
}
.footer-top .ft-right .user-page-login form#loginform p label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  float: left;
}
.footer-top .ft-right .user-page-login form#loginform p .input {
  color: #231f20;
  border: 2px solid #f1f2f5;
  height: 47px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.footer-top .ft-right .user-page-login form#loginform p .button-primary {
  display: inline-block;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
  line-height: 19px;
  padding: 10px 35px !important;
  position: relative;
  z-index: 9;
  text-align: center;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #f38121 50%, #000 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}
.footer-top .ft-right .user-page-login form#loginform p .button-primary:hover {
  background-position: 0 -100%;
  color: #fff;
}

.user-page-login .user_page_logout a {
  display: inline-block;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
  line-height: 24px;
  padding: 10px 35px !important;
  position: relative;
  z-index: 9;
  text-align: center;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #f38121 50%, #000 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}
.user-page-login .user_page_logout a:hover {
  background-position: 0 -100%;
  color: #fff;
}
/*.ft-left .hg_login_button_wrapper .hg_login_button,.ft-left .logout-btn {
    margin-left: 63%;
    box-sizing: border-box;
    width: 100%;
}*/

@media (max-width: 767px) {
  .ft-left .hg_login_button_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .ft-left .hg_login_button_wrapper .hg_login_button {
    margin-left: 0px;
  }
  .ft-left a.logout-btn-responsive {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
  }
  .hg_login_button_wrapper.-inline-block {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
