﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,700);
@import url(box.css);
@import "/EFormStyle/Materialcss/YCSoft.css"; 
/* =Reset default browser CSS. 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 27px;
    color: #1790bb;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1790bb;
    line-height: 1.2;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ol, ul, li {
    /*list-style: none;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

p {
    line-height: 2;
    font-weight: 400;
    font-size: 13px;
}

li {
    line-height: 1.5;
}
/* style columns css */
.row {
    max-width: 1010px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

    .row .row {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }
/* To fix the grid into a different size, set max-width to your desired width */
.columns {
    margin-left: 2.12766%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .columns:first-child {
        margin-left: 0;
    }
/* Column Classes */
.row .one.columns {
    width: 6.38298%;
}

.row .two.columns {
    width: 14.89362%;
}

.row .three.columns {
    width: 23.40426%;
}

.row .four.columns {
    width: 31.91489%;
}

.row .five.columns {
    width: 40.42553%;
}

.row .six.columns {
    width: 48.93617%;
}

.row .seven.columns {
    width: 57.44681%;
}

.row .eight.columns {
    width: 65.95745%;
}

.row .nine.columns {
    width: 74.46809%;
}

.row .ten.columns {
    width: 82.97872%;
}

.row .eleven.columns {
    width: 91.48936%;
}

.row .twelve.columns {
    width: 100%;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.row {
    *zoom: 1;
}

    .row:before, .row:after {
        content: "";
        display: table;
    }

    .row:after {
        clear: both;
    }
/* start: header */
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 2;
}

#click-menu {
    position: fixed !important;
    top: 50px !important;
    z-index: 8009 !important;
}

.admin-bar #header {
    top: 32px;
}

#container {
    margin-top: 123px;
    clear: both;
    background: #fff;
    width: 100%;
    position: relative;
}

#footer {
    width: 100%;
    clear: both;
}

ul#menu-primary {
    text-align: center;
}

#menu-primary li {
    padding: 0;
    position: relative;
    z-index: 999;
    display: inline-block;
}

#menu-primary > li.current-menu-item:after,
#menu-right > li.current-menu-item:after,
#menu-primary > li.current-menu-parent:after,
#menu-primary > li:hover:after, #menu-right > li:hover:after {
    border: 6px solid transparent;
    border-top-color: #fff;
    content: "";
    position: absolute;
    left: 45%;
    bottom: 14px;
}

#menu-primary li:last-child {
    padding-right: 0px;
}

#menu-primary li a {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

#menu-primary li.current_page_item a, #menu-primary li.current-menu-item a,
#menu-primary li.current-menu-ancestor a {
    color: #fff;
}

#menu-primary li a:hover {
    color: #00fff6;
}

.menu ul.sub-menu {
    display: none;
}

#menu-primary ul.sub-menu {
    background: #15212f;
    padding: 5px 0;
    position: absolute;
    top: 20px;
    width: 214px;
}

    #menu-primary ul.sub-menu ul {
        display: none;
    }

    #menu-primary ul.sub-menu li {
        float: left;
        margin: 0;
        padding: 0;
        width: 214px;
    }

        #menu-primary ul.sub-menu li a {
            background: url("images/border2.png") repeat-x scroll center bottom transparent;
            color: #FFFFFF;
            float: left;
            padding: 5px 15px;
            width: 184px;
            text-align: left;
        }

        #menu-primary ul.sub-menu li:last-child {
            padding-bottom: 0;
        }

        #menu-primary ul.sub-menu li a:hover, #menu-primary ul.sub-menu li.current-menu-item a,
        #menu-primary ul.sub-menu li.current-menu-item ul a:hover, #menu-primary ul.sub-menu li.current-menu-parent a,
        #menu-primary ul.sub-menu li.current-menu-parent ul a:hover, #menu-primary ul.sub-menu li.current-menu-parent ul li.current-menu-item a,
        #sidebar-left .menu li.current-menu-item a, #sidebar-left .menu li a:hover {
            color: #f9f029;
            text-decoration: none;
        }

        #menu-primary ul.sub-menu li.current-menu-item ul a, #menu-primary ul.sub-menu li.current-menu-parent ul a,
        #sidebar-left .menu li.current-menu-item ul a {
            color: #fff;
        }

    #menu-primary ul.sub-menu ul {
        left: 214px;
        top: 0;
        border-left: 1px solid #FFFFFF;
    }

#searchform {
    position: relative;
}

.search_icon {
    position: absolute;
    left: 5px;
    top: 4px;
    color: #1790bb;
}

.submit {
    background: none;
    border: none;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
}

#s {
    background: none;
    border: none;
    color: #000;
    font-size: 11px;
    font-weight: 300;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.header_top {
    margin: 30px 0;
}

    .header_top ul li a {
        font-weight: 300;
        font-size: 11px;
    }

        .header_top ul li a img {
            vertical-align: top;
        }

.header_bottom ul li {
    display: inline-block;
}

ul.inline li {
    display: inline-block;
}

.header_bottom {
    background: #15212f;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.home_template {
    margin-top: -31px;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.text_justify {
    text-align: justify;
}

ul.bullet li, ol.alphabet ul.bullet li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

ol.alphabet li {
    list-style-type: lower-roman;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

ul.product_box li {
    float: left;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 2px #000;
    text-align: center;
    position: relative;
}

    ul.product_box li img {
        width: 90%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.product_feature {
    padding: 5%;
    min-height: 200px;
    border-bottom: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.product_title {
    min-height: 100px;
    margin: 10px 0;
}

ul.product_box li a {
    padding: 10px;
    text-align: center;
    display: inline-block;
}

ul.product_box li h3 {
    margin: 5px 5px 15px 5px;
    font-weight: 700;
    font-size: 15px;
    min-height: 38px;
}

.sidebar .widget-title {
    background: #1790bb;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}

ul#menu-product li a,
ul#menu-news li a,
ul#menu-subsidaries li a,
ul#menu-subsidaries_new li a,
ul#menu-sustainability li a {
    background: #eee;
    padding: 15px 20px;
    border-bottom: 1px solid #000;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

    ul#menu-product li a:hover,
    ul#menu-news li a:hover,
    ul#menu-subsidaries li a:hover,
    ul#menu-sustainability li a:hover {
        color: #73d6ff !important;
    }

ul#menu-product li.menu-item-has-children > a,
ul#menu-product li.current-menu-item a,
ul#menu-subsidaries li.current-menu-item a,
ul#menu-sustainability li.current-menu-item a,
ul#menu-subsidaries_new li.current-menu-item a,
ul#menu-news li.menu-item-has-children > a,
ul#menu-sustainability li.menu-item-has-children > a {
    background: -webkit-linear-gradient(#73d6ff, #28a8d9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#73d6ff, #28a8d9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#73d6ff, #28a8d9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#73d6ff, #28a8d9); /* Standard syntax */
    border-bottom: none;
    color: #fff;
}

ul#menu-product li.menu-item-has-children ul li.current-menu-item a,
ul#menu-news li.menu-item-has-children ul li.current-menu-item a,
ul#menu-subsidaries li.menu-item-has-children ul li.current-menu-item a,
ul#menu-subsidaries_new li.menu-item-has-children ul li.current-menu-item a,
ul#menu-sustainability li.menu-item-has-children ul li.current-menu-item a {
    color: #73d6ff !important;
}

ul#menu-product li.menu-item-has-children ul li a,
ul#menu-news li.menu-item-has-children ul li a,
ul#menu-subsidaries li.menu-item-has-children ul li a,
ul#menu-subsidaries_new li.menu-item-has-children ul li a,
ul#menu-sustainability li.menu-item-has-children ul li a {
    border-bottom: none;
    padding: 5px 30px;
    color: #000;
}

    ul#menu-product li.menu-item-has-children ul li a:before,
    ul#menu-news li.menu-item-has-children ul li a:before,
    ul#menu-subsidaries li.menu-item-has-children ul li a:before,
    ul#menu-subsidaries_new li.menu-item-has-children ul li a:before,
    ul#menu-sustainability li.menu-item-has-children ul li a:before {
        content: '-';
        margin-right: 5px;
    }

ul#menu-product li.menu-item-has-children ul li:last-child,
ul#menu-news li.menu-item-has-children ul li:last-child,
ul#menu-subsidaries_new li.menu-item-has-children ul li:last-child,
ul#menu-subsidaries li.menu-item-has-children ul li:last-child
ul#menu-sustainability li.menu-item-has-children ul li:last-child {
    border-bottom: 1px solid #000;
}

ul#menu-product li:last-child,
ul#menu-news li:last-child,
ul#menu-subsidaries li:last-child,
ul#menu-subsidaries_new li:last-child,
ul#menu-sustainability li:last-child {
    border-bottom: none;
}

ul#menu-subsidaries_new li ul.sub-menu li a {
    background: #eee;
}

ul#menu-product li.current-menu-item a,
ul#menu-news li.current-menu-item a,
ul#menu-subsidaries li.current-menu-item a,
ul#menu-subsidaries_new li.current-menu-item a,
ul#menu-sustainability li.current-menu-item a {
    color: #fff;
}

.readmore {
    background: #1790bb;
    padding: 5px 10px;
}

.one_two {
    width: 48%;
    padding: 1%;
    float: left;
}

    .one_two img {
        width: 100%;
    }

.home_pad {
    /*margin-top: -156px;*/
    position: relative;
    z-index: 1;
    background: #fff;
}

.readmore {
    background: #1790bb;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
}

.fa-file-pdf-o {
    margin-right: 5px;
    color: #fff;
}

.blue {
    color: #1790bb !important;
}

.bold {
    font-weight: 700;
}

.footer_top {
    background: #edf2f5;
    padding: 25px 0;
}

    .footer_top .row .five.columns p {
        line-height: 1.5;
    }

    .footer_top .wpcf7-text {
        width: 100px;
        margin: 0;
        padding: 11px 12px 12px 12px;
        border: none;
        background: #fff;
        color: transparent;
    }

    .footer_top .wpcf7-form {
        background: url('images/submit.png') 130px 0 no-repeat;
    }

    .footer_top .wpcf7-submit {
        margin: 0;
        background: transparent;
        border: none;
        color: transparent;
        padding: 10px;
    }

.footer_bottom {
    background: #080808;
    padding: 8px 0;
}

.footer_top p, .footer_top a, .footer_top ul li a, .footer_top span.bold {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

.footer_top h3, .navi_title a {
    color: #fff;
}

.footer_top ul li a {
    font-weight: 700;
}

.footer_bottom p {
    color: #1790bb;
    font-size: 13px;
    font-weight: 300;
}

.greybg {
    background: #ebebeb;
}

.bluepattern {
    background: url('images/bluepattern.jpg') no-repeat;
    padding: 20px 40px;
    text-align: center;
    background-size: 100%;
    min-height: 92px;
    margin-top: -2px;
}

    .bluepattern h3 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .bluepattern p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
    }

.grey_bg {
    background: url('br-bg.jpg') no-repeat;
    background-size: 100%;
    padding: 35px 0;
    margin-top: 30px;
}

.grey_bg_box {
    background: #1790bb;
    text-align: center;
    padding: 25px 0;
    border: 1px solid #fff;
}

    .grey_bg_box h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }

    .grey_bg_box a {
        color: #fff;
        padding: 10px 40px;
        display: inline-block;
        border: 2px solid #fff;
        font-weight: 700;
        font-size: 13px;
    }

    .grey_bg_box h2 > a {
        color: #fff;
        padding: 0px;
        display: inline-block;
        border: none;
        font-size: 25px;
        font-weight: 700;
    }

.blueborder {
    border: 10px solid #1790bb;
}

.bluebg {
    background: url('images/blue-bg.jpg');
    padding: 25px 0;
    background-size: cover;
}

    .bluebg h2.title {
        font-size: 23px;
        font-weight: 700;
        text-shadow: 0 1px 3px #ccc;
        color: #fff;
        line-height: 1.5;
        margin: 0;
    }

.navi {
    border: 2px solid #1790bb;
}

a.navi_title {
    background: #000 url('images/btn-arrow.png') right no-repeat;
    padding: 20px;
    display: block;
    color: #fff;
    font-size: 13px;
}

.navi_title a img {
    vertical-align: middle;
}

.navi_title a {
}

.full_width {
    width: 100%;
}

.breadcrumbs {
    margin: 20px 10px 25px 10px;
}

    .breadcrumbs span {
        text-transform: uppercase;
    }

        .breadcrumbs span span {
            color: #1790bb;
        }

        .breadcrumbs span a span {
            color: #000;
        }

.linedesign hr {
    border-color: #1790bb;
    border-top: 1px solid #1790bb;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.linedesign h3 {
    color: #1790bb;
    padding: 5px 30px;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    background: #fff;
    margin-top: -32px;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.linedesign2  {

    margin-top: -48px !important;

}

.vision {
    background: url('images/bhgg.jpg') no-repeat;
    padding: 5% 15%;
    background-size: cover;
}

.feature_image {
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

    .feature_image img {
        width: 100%;
        height: auto;
    }

.product_single h3 {
    font-weight: 700;
    font-size: 20px;
    color: #3a3a3a;
}

.product_single hr {
    margin: 15px 0;
}

.product_single h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

    .product_single h4.light {
        font-weight: 300;
    }

.product_single .download {
    background: #1790bb url('images/download.png') 15px no-repeat;
}

.product_single .enquire {
    background: #1790bb url('images/enquiry.png') 15px no-repeat;
}

.product_single .readmore {
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
}

.widget-container {
    margin-bottom: 20px;
}

.sidebar {
    min-height: 300px;
}

.feature_box img {
    margin-bottom: 20px;
    border: 1px solid #000;
}

.feature_box img {
    width: 100%;
    height: auto;
}
/* end: header */
#footer a:hover {
    text-decoration: underline;
}
/* end: footer */
/* plugin css overwrite */
.su-tabs {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.su-table td {
    line-height: 1.5;
}

.su-tabs-nav span {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 10px 25px !important;
    background: #aaaaaa;
    border-radius: 0 !important;
}

    .su-tabs-nav span.su-tabs-current {
        background: #1790bb !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

.su-tabs-panes {
    border: 1px solid #ccc;
}

.iframe_box #container {
    margin-top: 0;
}

.iframe {
    margin-top: -10px;
    width: 100%;
}

.timeline iframe, .timeline, .glance iframe, .benefit iframe {
    width: 100%;
}

    .timeline iframe {
        height: 9360px;
    }

.history iframe {
    height: 16474px;
}

.japan iframe {
    height: 1020px;
}

.glance iframe {
    height: 1000px;
}

.benefit iframe {
    height: 860px;
}

.japan iframe {
    width: 100%;
    height: 1020px;
}

.aircon iframe {
    height: 2470px;
}

.ourgrowth iframe {
    height: 1625px;
}

#container .wpcf7-text {
    padding: 10px;
    padding: 3%;
    margin: 0 0 10px 0;
    width: 93%;
}

#container .wpcf7-textarea {
    padding: 3%;
    margin: 0 0 3% 0;
    width: 93%;
    height: 100px;
}

#container .wpcf7-submit, .sub {
    background: #1790bb;
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    border: none;
    display: inline-block;
}

.product_feature {
}

.wpcf7-form p {
    line-height: 1;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
    margin: 10px 0 !important;
    padding: 10px !important;
}

.sustain_box img {
    width: 100%;
}

.right_bar .ngg-gallery-thumbnail-box, .right_bar .ngg-gallery-thumbnail {
    margin-right: 0 !important;
    width: 98%;
}

.ngg-galleryoverview, .ngg-gallery-thumbnail img {
    margin-top: 0 !important;
}

.right_bar .ngg-galleryoverview, .right_bar .ngg-gallery-thumbnail img {
    width: 98% !important;
    padding: 1%;
    margin: 0 0 5px 0 !important;
}
/* plugn css overwrite */
.job_filters .search_jobs input, .job_filters .search_jobs select {
    padding: 10px !important;
}

#job-manager-job-dashboard {
    width: 75%;
    margin: 0 auto;
}

    #job-manager-job-dashboard table td, #job-manager-job-dashboard table th {
        padding: .5em 1em !important;
    }

.single_job_listing .meta .full-time {
    background: #1790bb !important;
    border: none !important;
    color: #fff !important;
    display: none !important;
}

#job-manager-job-dashboard table th {
    background: #1790bb;
    color: #fff;
}

.button {
    background: #007acc !important;
    border: 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.046875em !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

.wp_job_manager_send_application_button {
    padding: 10px;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.046875em !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    font-family: Merriweather, Georgia, serif;
}

table.job-manager-jobs {
    border: 1px solid #ccc;
    width: 100% !important;
    margin-bottom: 20px;
}

#job-manager-job-dashboard table td, #job-manager-job-dashboard table th {
    border: 1px solid #ccc;
}

.job-manager .full-time, .job-types .full-time, .job_listing .full-time {
    color: #1790bb !important;
}

.glance_box {
    background: url('images/glance/keyvisual.jpg') no-repeat;
    padding: 35px;
    text-align: center;
    background-size: cover;
}

    .glance_box img:hover {
        opacity: 0.8;
    }

.disturb_btn {
    position: absolute;
    top: 600px;
    background: #ebf9ff;
    padding: 20px;
    right: 140px;
    width: 350px;
    display: none;
}

.mfp-content p, .mfp-content h3, .mfp-content ul li {
    text-align: left !important;
}

    .mfp-content p strong {
        font-weight: bold;
        font-size: 20px;
        line-height: 1.5;
    }

.lightbox_content {
    min-height: 200px !important;
}

.progress_box {
    position: relative;
}

    .progress_box .row .three.columns {
        position: relative;
    }

.achievement {
    padding: 6px;
    width: 135px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: -242px;
    color: transparent;
}

.achievement_box {
    padding: 0 100px;
}

.su-column {
    line-height: 1.5;
}

ul.alphabet li {
    list-style-type: lower-alpha;
    margin-left: 25px;
    margin-bottom: 10px;
}

.video_center {
    width: 500px;
    margin: 10px auto;
}
/* plugn css overwrite */
@media (min-width:1025px) and (max-width: 1200px) {
}

@media (min-width:769px) and (max-width: 1024px) {
    .home_pad img {
        width: 100%;
    }

    .vision {
        padding: 30px 185px;
        background-size: cover;
    }

    .bluepattern {
        background-size: cover;
        min-height: 165px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
    }

    h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }

    h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }

    p {
        line-height: 1.625em;
    }
    /*ul, ol, dl, p {
		text-align: left;
	}*/
    .fixed {
        position: relative;
        top: auto;
        left: auto;
    }
    /* restyle row columns */
    .row {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

        .row .row .columns {
            padding: 0;
        }

    .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

        .columns:last-child {
            margin-right: 0;
            float: none;
        }
}

@media (max-width: 768px) {
    #container {
        margin-top: 53px;
    }

    #click-menu {
        top: 15px !important;
    }

    .row {
        padding-left: 20px;
        padding-right: 20px;
    }

        .row .columns {
            padding-bottom: 20px !important;
        }

    .header_top {
        text-align: center;
    }

        .header_top ul.inline {
            margin: 0 auto;
            width: 182px;
            display: none;
        }

        .header_top .row .nine.columns {
            display: none;
        }

    .header_bottom .row .columns, .grey_bg .row .columns {
        padding-bottom: 0 !important;
    }

    .one_two {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

    .home_pad {
        margin-top: 0;
    }

        .home_pad img {
            width: 100%;
        }

    .grey_bg_box p {
        text-align: center;
        padding: 0 30%;
    }

        .grey_bg_box p img {
            display: inline-block;
        }

    .footer_bottom p {
        text-align: center;
    }

    .header_bottom {
        display: none;
    }

    ul.product_box li {
        width: 48%;
    }

    .linedesign h3 {
        margin-bottom: 0;
    }

    .product_box {
        margin-left: -2%;
    }

    .sidebar {
        min-height: auto;
    }

    .header_top {
        margin: 15px 0 0 0;
    }

    .bluepattern p {
        text-align: center;
    }

    .home_template {
        margin-top: 0;
    }

    .tp-bullets {
        top: 135% !important;
    }

    .iframe {
        margin-top: -82px;
    }
}

@media (max-width: 480px) {
    /*.header_top .nine.columns{
		display:none;
	}*/

    .home_template {
        margin-top: 0;
    }

    .tp-bullets {
        top: 160% !important;
    }

    .breadcrumbs {
        text-align: center;
    }

    .linedesign h3 {
        margin-bottom: 0;
    }

    .vision {
        padding: 5%;
    }

    ul.product_box li {
        width: 100%;
        margin-left: 0;
    }

    .product_box {
        margin-left: 0;
    }

    ul.product_box li img {
        width: 75%;
    }

    .product_title {
        padding: 0 25px;
    }

    .grey_bg_box p {
        text-align: center;
        padding: 0 20%;
    }

    ul.product_box li h3 {
        min-height: initial;
    }
}
/* Mobile */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    p a {
        color: #555555 !important;
        text-decoration: underline;
    }

        p a:visited {
            color: #555555 !important;
            text-decoration: underline;
        }

        p a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.control-group{

    font-size:14px;
    margin-bottom:20px;
    display:inline-block;
    width:100%;
}

.control-label {
    /*float: left;*/
    
}

.controls {
    float: left;
   
}

.input-large {
    min-width: 300px;
}

.note{
    margin-left:150px;
}

.valRequire{
    font-size:8pt;
}

.ContainerTitle {
    font-size: 20px;
    font-weight: 700;
    color: #1790bb;
    line-height: 1.2;
}

.termdecimal > li{
    list-style-type:decimal;
}

.termalpha > li{
    list-style-type:lower-alpha;
}

.grey_bg2 {
    background: url('br-bg.jpg') no-repeat;
    background-size: auto;
    background-size: 100%;
    margin-top: 30px;
    background-color: #f4f4f4;
}

.grey_bg3 {
    background: url('br-bg.jpg') no-repeat;
    background-size: auto;
    background-size: 100%;
    margin-top: 30px;
    padding: 35px 0px;
    background-color: #f4f4f4;
}

.RadScheduler .loc_ILP_KL .rsAptContent {
    color: #333;
    background-color: #00b0f0;
}
.RadScheduler .loc_ADTEC_SA .rsAptContent {
    color: #333;
    background-color: #00b050;
}
.RadScheduler .loc_ADTEC_KMN .rsAptContent {
    color: #333;
    background-color: #ffd966;
}
.RadScheduler .loc_ILP_SDN .rsAptContent {
    color: #333;
    background-color: #66ff33;
}
.RadScheduler .loc_ILP_KB .rsAptContent {
    color: #333;
    background-color: #ffff00;
}
.RadScheduler .loc_ILP_KPB .rsAptContent {
    color: #333;
    background-color: #ffc000;
}
.RadScheduler .loc_ADTEC_BP .rsAptContent {
    color: #333;
    background-color: #bdd7ee;
}
.RadScheduler .loc_ILP_IP .rsAptContent {
    color: #333;
    background-color: #da9694;
}
.RadScheduler .loc_ILP_KS .rsAptContent {
    color: #333;
    background-color: #92cddc;
}
.RadScheduler .loc_ADTEC_MLK .rsAptContent {
    color: #333;
    background-color: #bfbfbf;
}