@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0; font-weight: normal}
html, body {height: 100%;}
a {text-decoration: none;}
body {
    /*font-family: 'Montserrat', Arial, Helvetica, sans-serif;*/
    overflow-x:hidden;
    background-color: #ececec;
}

h1{
    font-size: 60px;
    /*font-family: 'Iowan Old Style', Arial, Helvetica, sans-serif;*/
    line-height: 1;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
}
h2{
    font-size: 40px;
    font-family: 'Neutra Text TF Alt', Arial, Helvetica, sans-serif;

}

/*h3{*/
    /*font-size: 21px;*/
    /*font-family: 'Montserrat Extra', Arial, Helvetica, sans-serif;*/
/*}*/

p {
    padding-top: 20px;
    font-size: 16px;
    font-family: 'Museo Sans 300', Arial, Helvetica, sans-serif;
    text-align: justify;
}

.clearfloat {
    clear: both;
    height: 0;
}

.desktop-img{
    display: block !important;
}
.mobile-img{
    display: none !important;
}


.mobile-br{
    display: none;
}

.desktop-br{
    display: block;
}

.default {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform: translatey(100px);
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -ms-transform: translatey(100px);
    opacity: 0;
}

.default.arrive {
    /* margin-top: 0 !important; */
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.default-left {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    opacity: 0;
}

.default-left.arrive {
    /* margin-top: 0 !important; */
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.default-right {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    opacity: 0;
}

.default-right.arrive {
    /* margin-top: 0 !important; */
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}


.default-opacity {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 0;
}

.default-opacity.arrive {
    opacity: 1;
}


/*header*/
#menu-icon{
    display: none;
}

#header {
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    top: 0;
    z-index: 10;
}

#logo {
    left: 100px;
    position: absolute;
    top: 0px;
    height: 70px;
    padding: 20px 0;
}

#logo img {
    width: auto;
    height: 100%;
}

#menu {
    right: 0;
    position: absolute;
}
#menu-icon {
    display: none;
}

#mobile-menu {
    display: none;
}

#menu ul {
    margin-right: 100px;
}

#menu ul li {
    display: block;
    float: left;
    height: auto;
    line-height: 110px;
    color: #efefef;
    opacity: 0.4;

}

#menu ul li:last-child {
    position: relative;
    opacity: 1;
    text-transform: uppercase;

}

#menu ul li:last-child:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d48d37;
    z-index: -1;

}

/*#menu ul li:last-child a {*/
    /*padding: 0 50px 0 70px*/
/*}*/

#menu ul li a {
    color: #ffffff;
    display: block;
    padding: 0 28px;
    text-decoration: none;
    font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
    opacity: 1;
    font-weight: bold;
    font-style: normal;
}
#menu ul li a span{
    font-weight: bold;
}


#menu ul li:hover {opacity: 0.8;}
#menu ul li.active {opacity: 1;}
#menu ul li.active a{color: #d48d37;}


/*footer*/
.footer{
    position: relative;
    height: 250px;
    background: #242321;

}

.footer .footer-logo{
    position: absolute;
    top: 80px;
    left: 100px;

}

.footer .footer-logo img{
    width: 80px;

}

.footer .footer-address{
    position: absolute;
    top: 80px;
    left: 100px;
    color: white;
}

.footer .footer-address strong{
    font-family: 'Sukhumvit Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.footer .footer-address span{
    display: block;
    font-family: 'Sukhumvit Text', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.footer .follow-us{
    position: absolute;
    top: 80px;
    right: 100px;

}

.footer .follow-us span{
    display: block;
    color: #ffffff;
    font-family: 'Sukhumvit Text', Arial, Helvetica, sans-serif;
    font-size: 14px;

}

.footer .follow-us .fa{
    color: #8a8a8a;
    padding: 10px 20px 0 0;

}

.footer .copyright{
    position: absolute;
    bottom: 50px;
    right: 100px;
    color: #8a8a8a;
    font-family: 'Sukhumvit Text', Arial, Helvetica, sans-serif;
    font-size: 14px;

}













/*home*/
.home-banner{
    height: 100%;
    position: relative;
    background: url(../assets/home_banner.jpg) no-repeat;
    background-size: cover;
    background-position-x: 100px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    /* background-position-x: center; */
}

.home-banner.arrive{
     background-position-x: center;
}

.home-banner-background.arrive {
    opacity: 0;
}

.home-banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    z-index: 2;
    pointer-events: none;
}


.home-banner .home-banner-content {
    position: absolute;
    width: 600px;
    text-align: left;
    top: 50%;
    left: 10%;
    color: #ffffff;
    transform: translatey(-50%);
     -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
}

.home-banner .home-banner-content a {
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 15px;
}

.home-banner .home-banner-content a:before {
    content: "";
    background: #d48d37;
    display: inline-block;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
}



.learn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    z-index: 5;
    display: block;
    text-align: center;
    color: #3c3c3c;
    opacity: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    /*cursor: pointer;*/
}

.learn-more p{
    font-size: 14px;
    font-family: 'Iowan Old Style', Arial, Helvetica, sans-serif;
}
.learn-more .learn-more-arrow{
    width: 40px;
    height: 40px;
    /*border: 1px solid #ffffff;*/
    /*border-radius: 50%;*/
    position: relative;
    margin: auto;
    margin-top: 15px;
}


/*home 2nd section*/
.home-2nd-section{
    position: relative;
    background: url("../assets/home_bg.jpg");
    background-size: cover;
    background-position: center center;
}

.home-2nd-section .object1{
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 250px;
    width: 70px;
    top: -40px;
    left: 100px;
}

.home-2nd-section .object2{
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 200px;
    width: 70px;
    top: -100px;
    left: 200px;
}

.home-2nd-section .object3{
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 135px;
    width: 70px;
    bottom: 0px;
    right: 200px;
}


.home-2nd-section .home-2nd-section-content{
    position: relative;
    padding-top: 160px;
    padding-bottom: 280px;
    text-align: center;
    width: 80%;
    max-width: 600px;
    margin: auto;
}

.home-2nd-section .home-2nd-section-content h2{
    font-family: 'Neutra Text TF Alt', Arial, Helvetica, sans-serif;
    color: white;
}

.home-2nd-section .home-2nd-section-content p{
    color: #b6a56b;
    font-family: 'IowanOldSt Italic', Arial, Helvetica, sans-serif;
}

/*end home 2nd section*/

/*home 3rd section*/

.home-3rd-section{
    position: relative;
    background: #252525;
}

.home-3rd-section .home-3rd-section-content{
    position: relative;
    height: auto;
    width: 100%;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-left{
    width: 50%;
    display: block;
    float: left;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-right{
    width: 50%;
    display: block;
    float: right;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-right img{
    width: 100%;
    display: block;
    position: relative;
    margin-top: -5%;
}
.home-3rd-section .home-3rd-section-content .home-3rd-section-content-left img{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -5%;
    z-index: 2;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container{
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container span{
    display: block;
    color: #ac9e65;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container h2{
    color: #f7f7f7;
    line-height: 1;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container p{
    color: #f7f7f7;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container a{
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 15px;
}

.home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container a:before{
    content: "";
    background: #d48d37;
    display: inline-block;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
}


/*end home 3rd section*/


/*end home 4th section*/
.home-4th-section{
    position: relative;
    background: #786c4f;
    height: 150px;
    width: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.home-4th-section .overlay {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #000000;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1;
}

.home-4th-section .overlay.arrive {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all .8s cubic-bezier(0.96, 0.04, 0.43, 0.76);
    -webkit-transition: all .8s cubic-bezier(0.96, 0.04, 0.43, 0.76);
    -moz-transition: all .8s cubic-bezier(0.96, 0.04, 0.43, 0.76);
    -o-transition: all .8s cubic-bezier(0.96, 0.04, 0.43, 0.76);
    -ms-transition: all .8s cubic-bezier(0.96, 0.04, 0.43, 0.76);
}

/*.home-4th-section.arrive{*/
    /*background: #1b1b1b;*/
/*}*/






/*end home 4th section*/

/* home pre-footer*/
.home-pre-footer{
    position: relative;
    background: #efefef;
    width: 100%;
}

.home-pre-footer .home-pre-footer-bg{
    position: absolute;
    background: url(../assets/footer_banner.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center 70%;
    left: 0;
    bottom: 0;
}

/*.home-pre-footer .home-pre-footer-bg{*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*bottom: -5px;*/
    /*width: 100%;*/
/*}*/


/*.home-pre-footer .home-pre-footer-bg img{*/
/*min-width: 1800px;*/
    /*width: 100%;*/

/*}*/

.home-pre-footer .home-pre-footer-container{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    z-index: 1;

}

.pre-footer-text{
    font-size: 55px;
    color: #d3af58;
    font-family: 'Neutra Text TF Alt', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
}

.pre-footer-img-btn{
    position: relative;
    width: 250px;
    height: 250px;
    display: block;
    background: #ffffff;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.15);
}


.pre-footer-img-btn span{
    font-family: 'STIXGeneral', Arial, Helvetica, sans-serif;
    display: block;
    position: absolute;
    color: #d48d37;
    font-size: 44px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/*end home pre-footer*/



/*end home*/


/*career page*/

.career-banner{
    height: 800px;
    position: relative;
    background: url(../assets/career_banner.jpg) no-repeat;
    background-size: cover;

}



.career-banner-background.arrive {
    opacity: 0;
}

.career-banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    z-index: 2;
}


/*.career-banner:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20%;*/
    /*height: 30%;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: #006e38;*/
    /*-webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);*/
    /*clip-path: polygon(0 100%, 0 0, 100% 100%);*/

/*}*/

.career-banner .career-banner-content {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 10%;
    color: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}


.career-banner .career-banner-content p{
    font-size: 21px;
    padding-top: 15px;
    color: #d3af58;
}




/*career 2nd section*/
.career-2nd-section{
    position: relative;
    background: url(../assets/benefits_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.career-2nd-section .object1 {
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 70px;
    width: 70px;
    bottom: 0px;
    left: 200px;
}

.career-2nd-section .object2 {
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 170px;
    width: 70px;
    top: -90px;
    right: 200px;
}




.career-2nd-section .career-2nd-section-content{
    position: relative;
    padding-top: 160px;
    padding-bottom: 160px;
    text-align: center;
    width: 80%;
    max-width: 700px;
    margin: auto;
}

.career-2nd-section .career-2nd-section-content h2{
    font-family: 'Neutra Text TF Alt', Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.career-2nd-section .career-2nd-section-content p{
    color: #ffffff;
}

/*end career 2nd section*/

/*career 3rd section*/

.career-3rd-section{
    margin-top: -1px;
    position: relative;
    background: #252525;
}

.career-3rd-section .career-3rd-section-content{
    position: relative;
    height: auto;
    width: 100%;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-left{
    width: 50%;
    display: block;
    float: left;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-right{
    width: 50%;
    display: block;
    float: right;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-right img{
    width: 100%;
    display: block;
    position: relative;
    margin-top: -5%;
}
.career-3rd-section .career-3rd-section-content .career-3rd-section-content-left img{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -5%;
    z-index: 1;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container{
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container span{
    display: block;
    color: #ac9e65;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container h2{
    color: #f7f7f7;
    line-height: 1;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container p{
    color: #f7f7f7;
}

.career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container a{
    color: #f7f7f7;
    margin-top: 30px;
    display: block;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
}


/*end career 3rd section*/

/*career 4th section*/
.career-4th-section {
    position: relative;
    background: #efefef;
    width: 100%;
    height: auto;
}

.career-4th-section .career-4th-section-content{
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    background: #252525;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-left{
    width: 50%;
    display: block;
    position: relative;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-right{
    width: 50%;
    display: block;
    float: right;
    position: relative;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-right img{
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-right img.get-height {
    width: 100%;
    position: relative;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-text-container{
    position: absolute;
    max-width: 420px;
    top: 50%;
    right: 0;
    margin-right: 200px;
    float: right;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-text-container span{
    color: #ac9e65;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-text-container h2{
    color: #ffffff;
    line-height: 1;
}

.career-4th-section .career-4th-section-content .career-4th-section-content-text-container p{
    color: #ffffff;
}

.career-4th-section #career-4th-section-content.one .career-4th-section-content-right img.one{
   opacity: 1;
}

.career-4th-section #career-4th-section-content.one .career-4th-section-content-text-container.one{
    opacity: 1;
}

.career-4th-section #career-4th-section-content.two .career-4th-section-content-right img.two{
   opacity: 1;
}

.career-4th-section #career-4th-section-content.two .career-4th-section-content-text-container.two{
    opacity: 1;
}

.career-4th-section #career-4th-section-content.three .career-4th-section-content-right img.three{
   opacity: 1;
}

.career-4th-section #career-4th-section-content.three .career-4th-section-content-text-container.three{
    opacity: 1;
}

.career-4th-section #career-4th-section-content.four .career-4th-section-content-right img.four{
   opacity: 1;
}

.career-4th-section #career-4th-section-content.four .career-4th-section-content-text-container.four{
    opacity: 1;
}


.career-4th-section .nav-btn{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.career-4th-section .nav-btn.arrive{
    opacity: 1;
}
.career-4th-section .nav-btn .nav-btn-container{
    width: 60px;
    height: 60px;
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    background: #ffffff;
}
.career-4th-section .nav-btn .nav-btn-container:first-child{
    border-right: 1px solid #000000;
}

.career-4th-section .nav-btn .nav-btn-container.disable {
    cursor: default !important;
}

.career-4th-section .nav-btn .nav-btn-container.disable .career-left-arrow{
    opacity: 0.5;
}

.career-4th-section .nav-btn .nav-btn-container.disable .career-right-arrow{
    opacity: 0.5;
}

.career-4th-section .career-left-arrow{
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 7px;
    width: 7px;
    top: calc( 50% - 4px);
    left: calc( 50% - 2px);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;

}

.career-4th-section .career-right-arrow{
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 7px;
    width: 7px;
    top: calc( 50% - 4px);
    left: calc( 50% - 7px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
}

.home-pre-footer .home-pre-footer-container.career-footer-container{
    padding-top: 150px;
}


/*end career*/


/*about page*/

.about-banner{
    height: 800px;
    position: relative;
    background: url(../assets/about_banner.jpg) no-repeat;
    background-size: cover;

}


.about-banner-background.arrive {
    opacity: 0;
}

.about-banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    z-index: 2;
}


/*.about-banner:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20%;*/
    /*height: 30%;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: #006e38;*/
    /*-webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);*/
    /*clip-path: polygon(0 100%, 0 0, 100% 100%);*/

/*}*/

.about-banner .about-banner-content {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 10%;
    color: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.about-banner .about-banner-content p{
    font-size: 21px;
    padding-top: 15px;
    color: #d3af58;
}




/*about 2nd section*/
.about-2nd-section{
    height: auto;
    position: relative;
    background: #414141;
}

.about-2nd-section:after{
    content: '';
    position: absolute;
    width: 600px;
    height: 400px;
    right: 0px;
    top: 0;
    opacity: 0;
    background: #776b4e;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}


.about-2nd-section.arrive:after{
    opacity: 1;
}


.about-2nd-section .about-2nd-section-container{
    position: relative;
    background: #ffffff;
    width: calc(100% - 50px);
    box-sizing: border-box;
    display: inline-block;
    -moz-box-shadow: 0 5px 70px 0px rgba(56,56,56,.48);
    -webkit-box-shadow: 0 5px 70px 0px rgba(56,56,56,.48);
    box-shadow: 0 5px 70px 0px rgba(56,56,56,.48);
    z-index: 2;
    margin: 50px 50px 100px 0;
}

.about-2nd-section .about-2nd-section-container .object1 {
    position: absolute;
    background: rgba(190, 190, 190, 0.2);
    height: 40px;
    width: 70px;
    top: -40px;
    left: 200px;
}

.about-2nd-section .about-2nd-section-container .about-2nd-section-content{
    width: 60%;
    max-width: 800px;
    position: relative;
    margin: auto;
    height: auto;
    padding: 100px 0;
}



.about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-left{
    position: relative;
    width: 40%;
    float: left;
    display: block;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-left span{
    color: #ac9e65;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-left h2{
    color: #505050;
    line-height: 1;

}


.about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-right{
    position: relative;
    float: left;
    width: 60%;
    display: block;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-right p{
    color: #505050;
}


/*end about 2nd section*/

/*about 3rd section*/

.about-3rd-section{
    position: relative;
    background: #ffffff;
}

.about-3rd-section .about-3rd-section-content{
    position: relative;
    height: auto;
    width: 100%;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-left{
    width: 50%;
    display: block;
    float: left;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-right{
    width: 50%;
    display: block;
    float: right;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-right img{
    width: 100%;
    display: block;
    position: relative;
    margin-top: -5%;
    z-index: 1;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-left img{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -5%;
    z-index: 1;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container{
    position: relative;
    max-width: 450px;
    margin-right: 150px;
    float: right;
    margin-top: 45%;
    color: #ffffff;
    transform: translateY(-50%);
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-right .about-3rd-section-content-text-container {
    margin-left: 200px;
    margin-right: unset;
    float: left;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container span{
    color: #a5934c;
    display: block;
    font-size: 12px;
    font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container h2{
    color: #505050;
    line-height: 1;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container p{
    color: #505050;
}

.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container p label{
    color: #505050;
    font-family: 'Museo Sans 700', Arial, Helvetica, sans-serif;
    display: block;
}


.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container a{
    color: #505050;
    margin-top: 30px;
    display: block;
    font-size: 12px;
    font-family: 'Museo Sans 900', Arial, Helvetica, sans-serif;
}


/*end about 3rd section*/

/*about 4th section*/

.about-4th-section{
    width: 100%;
    position: relative;
    display: block;
    background-color: #161616;
    text-align: center;
}

.about-4th-section h2{
    padding-top: 200px;
    color: #ac9e65;
}

.about-4th-section .about-4th-section-content{
    position: relative;
    padding: 50px 0 150px;
    color: #ffffff;
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.about-4th-section .about-4th-section-content .about-4th-section-container{
    position: relative;
}


.about-4th-section .about-4th-section-content .about-4th-section-container .getheight {
    position: relative !important;
    visibility: hidden;
    float: left;

}




.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-img{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    width: 30%;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.one .about-4th-section-content-img.one{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.two .about-4th-section-content-img.two{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.three .about-4th-section-content-img.three{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.four .about-4th-section-content-img.four{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-img img{
    width: 100%;
    display: block;
    margin: auto;
}


.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text{
    padding-top: 20px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 0;
    text-align: justify;
    position: absolute;
    top: 0;
    width: 60%;
    right: 0;

}

.about-4th-section .about-4th-section-content .about-4th-section-container.one .about-4th-section-content-text.one{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.two .about-4th-section-content-text.two{
    opacity: 1;
}

.about-4th-section .about-4th-section-content .about-4th-section-container.three .about-4th-section-content-text.three{
    opacity: 1;
}


.about-4th-section .about-4th-section-content .about-4th-section-container.four .about-4th-section-content-text.four{
    opacity: 1;
}



.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text label{
    display: block;
    font-size: 30px;
    font-family: 'Museo Sans 300', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
}

/*.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text span{*/
    /*display: block;*/
    /*font-size: 21px;*/
    /*font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;*/
    /*font-weight: 600;*/
    /*font-style: normal;*/
    /*padding-top: 5px;*/
    /*color: #9f7d50;*/
/*}*/

.about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text p{


}


.about-4th-section #testimonial-left-arrow{
    /*border: solid #000000;*/
    /*border-width: 0 1px 1px 0;*/
    display: inline-block;
    padding: 20px;
    height: 5px;
    width: 5px;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 1;
}

.about-4th-section #testimonial-left-arrow:after{
    content: '';
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    height: 5px;
    width: 5px;
    top: 12px;
    left: 16px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    opacity: 1;
}


.about-4th-section #testimonial-right-arrow{
    /*border: solid #000000;*/
    /*border-width: 0 1px 1px 0;*/
    display: inline-block;
    padding: 20px;
    height: 5px;
    width: 5px;
    top: 50%;
    right:  -10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    position: absolute;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.about-4th-section #testimonial-right-arrow:after{
    content: '';
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    height: 5px;
    width: 5px;
    top: 12px;
    right: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 1;
    position: absolute;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}



.about-4th-section #testimonial-left-arrow.disable {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.about-4th-section #testimonial-right-arrow.disable {
    cursor: not-allowed !important;
    opacity: 0.5;
}


/*dot menu*/
.about-4th-section-container .about-4th-section-indicator {
    width: 140px;
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 10;
    display: block;
}

.about-4th-section-container .about-4th-section-indicator > div {
    float: left;
    position: relative;
    background: #d48d37;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}


.about-4th-section-container .about-4th-section-indicator > div:hover {
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}

.about-4th-section-container.one .about-4th-section-indicator .one {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.about-4th-section-container.two .about-4th-section-indicator .two {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.about-4th-section-container.three .about-4th-section-indicator .three {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}


.about-4th-section-container.four .about-4th-section-indicator .four {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}













.home-pre-footer .home-pre-footer-container.about-footer-container{
    padding-top: 200px;
}




/*end career*/



/*apply now*/


.apply-now {
    position: fixed;
    padding-top: 3%;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    z-index: 30;
    visibility: hidden;
}
.apply-now .content:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 125px;
    background: url("../assets/apply_banner.jpg");
    background-size: cover;
    background-position: center center;
}

.apply-now.active {
    opacity: 1;
    visibility: visible;
}

.apply-now .content {
    background-color: #f9f9f9;
    margin: 0 auto 50px;
    border-top: solid #786c4f;
    border-bottom: solid #2f2f2f;
    border-width: 8px 0 30px 0;
    width: 35%;
    position: relative;

}

.apply-now .content .apply-header {
    text-align: center;
    margin: 40px 0;
    position: relative;
    z-index: 2;
}

.apply-now .content .apply-header h1 {
    font-family: 'IowanOldSt Italic', Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #ffffff;
}

.apply-now .content .apply-header h2 {
    font-family: 'Neutra Text TF Alt', Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff;
}

.apply-now .content .form .input{
    padding: 0 80px;

}

.apply-now .content .form input[type=text],[type=email]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #7c7c7c;
    box-sizing: border-box;
    font-size: 16px;
    outline:0;
    background: transparent;
    font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(80, 80, 80, 0.71);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(80, 80, 80, 0.71);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(80, 80, 80, 0.71);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(80, 80, 80, 0.71);
}


.apply-now .content .form select{
    width: 100%;
    padding: 12px 20px;
    height: 45px;
    margin: 8px 0;
    display: inline-block;
    background-color: #e1e1e1;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
    outline:0;
    color: rgba(80, 80, 80, 0.71);
    -webkit-appearance: none;
}
.apply-now .content .form select option{

    color: rgba(80, 80, 80, 1);
}


.apply-now .content .form select:focus{
    outline:none;
}

.apply-now-btn{
    -webkit-appearance:none;
    outline:0;
    position: relative;
    width: 140px;
    height: 140px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    background: unset;
    color: unset;
    border: none;
    background: #ffffff;
    border-radius: 50%;

}

.apply-now-btn:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    display: block;
    background: #ffffff;
    text-align: center;
    margin: auto;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.15);
}

.apply-now-btn img{
    width: 100%;
    height: 100%;
}
.apply-now-btn span{
    font-family: 'STIXGeneral', Arial, Helvetica, sans-serif;
    display: block;
    position: absolute;
    color: #554111;
    font-size: 21px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.apply-now .content .form p{
    font-family: 'Museo Sans 300', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #505050;
}



.apply-now .content .form .select-wrapper {
    position: relative;
}

.apply-now .content .form .select-wrapper:after {
    content: '';
    border: solid rgba(0, 0, 0, 1);
    border-width: 0 1px 1px 0;
    display: block;
    height: 10px;
    width: 10px;
    right: 15px;
    top: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
}












