/** Common CSS - Start ******************************************/
/* Bootstrap3 override */
.container-fluid {
    padding: 0px;
}
.row {
    margin-right: 0px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: unset;
    filter: unset;
    background-repeat: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: unset;
}
.wrapper-bg1 {
    background-color: #ececec;
}
.navbar-brand {
    height: 60px;
}
.navbar-brand .img-logo {
    width: 60%;
}
.navbar-custom {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.navbar-custom .navbar-brand {
    padding: 6px 15px;
}
.header-content {
    height: 860px;
    color: #fff;
    background: url("../images/bg_1.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
}
.header-content .title {
    font-size: 12em;
    letter-spacing: 12px;
    padding-top: 295px;
    font-weight: bold;
}
.header-content .sub-text {
    font-size: 17px;
    line-height: 2;
    padding: 0px 10px;
}
.main-content {
    margin: 0px 0px 20px 0px;
    width: 100%;
}
.main-content .content-block {
    padding: 60px 0px 50px 0px;
}
.main-content .content-block .title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.main-content .content-block .data-block {
    margin-bottom: 20px;
}
.main-content .content-block .btn-action {
    padding-bottom: 50px;
}
.main-content .info-block ul.list-group li {
    background-color: #ececec;
    border: none;
}
.main-content .info-block ul.list-group li img {
    border-radius: 0px;
    margin-bottom: 10px;
}
.main-content .recruit-block .data-block {
    margin-left: 13%;
}
.main-content .recruit-block .recruit_info_block {
    background-color: #fff;
    padding: 20px 10px 30px 10px;
    line-height: 2.5;
}
.main-content .sub-title {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5px;
    text-align: center;
    padding: 20px 0px;
}
.main-content .business-block {
    background-image: url("../images/bg_2.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    height: auto;
}
.main-content .business2-block {
    background-image: url("../images/bg_4.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    height: auto;
}
.main-content .company-block {
    background-image: url("../images/bg_3.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    height: auto;
}
.main-content .company-block .data-block {
    margin-left: 13%;
}
.main-content .company-block .company-info-block {
    margin: 0px 20px 100px 0px;
    line-height: 2.5;
}
.main-content .company-block .company-info-block .main-info-block {
    background-color: #fff;
    padding: 10px;
}
.main-content .company-block .company-info-block .comp-sub-text1 {
    margin-top: 5px;
    line-height: 2.0;
}
.main-content .map iframe {
    width: 100%;
    min-height: 500px;
}
.main-content .direction {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
}
.main-content .contact-block {
    background-image: url("../images/bg_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 200px;
    height: 1000px;
}
footer.footer-custom {
    padding: 15px 0px 5px 0px;
    text-align: center;
    border-top: solid 1px #a0a0a0;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}
.green_hr {
    margin: 5px 0px;
    border: solid 1px #32b16c;
}
.green_hr_line {
    margin: 5px 0px;
    border-bottom: solid 2px #32b16c;
}
.list-group-info a {
    display: block;
}
.list-group-info a:hover, a.active {
    background-color: #36d272;
}
.list-group-info a:hover img, .list-group-info a.active img {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.list-group-business {
    color: #000;
    margin-left: 16.7%;
    line-height: 1.7;
    font-size: 15px;
}
.list-group-business h4 {
    font-size: 20px;
}
.list-group-business .list-group-item {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    float: left;
    min-height: 240px;
    border-radius: 3px;
}
.list-group-business li.item-custom-w1 {
    width: 39.3%;
}
.list-group-business li.item-custom-w2 {
    width: 80%;
    min-height: 0;
}
/* Contact page - Start */
.main-content .contact-form-block {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ececec;
    z-index: 2000;
    margin-left: 15px;
}
.main-content .contact-form-block .input-group {
    padding-right: 10px;
    width: 100%;
}
.main-content .contact-form-block .input-group input,
.main-content .contact-form-block .input-group select,
.main-content .contact-form-block .input-group textarea {
     border-radius: 3px;
}
.main-content .contact-form-block .input-group label.input-group-addon {
    width: 40%;
    border: none;
    text-align: right;
    background-color: #ececec;
    white-space: unset;
}
.btn-custom1 {
    letter-spacing: 4px;
}
.btn-align {
    margin-top: 20px;
    margin-left: 20px;
}
/* Contact page - End */
/** Common CSS - End *******************************************/
