@charset "utf-8";

@font-face {
    font-family: "Roboto-Bold";
    src: url("../img/Roboto-Bold.ttf");
    font-family: "Roboto-Regular";
    src: url("../img/Roboto-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 0.9rem;
    _font-size: 0.9rem;
    font-family: "Roboto-Regular", "Roboto-Bold";
    color: #111;
}

img {
    border: none;
    -webkit-touch-callout: none;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease-in 0s;
}

a:hover {
    text-decoration: none;
    color: #666;
}

p {
    color: #333;
}

button {
    border-radius: 0;
}

.margin-t-10 {
    margin-top: 100px;
}

.margin-b-10 {
    margin-bottom: 100px;
}

.padding-t-10 {
    padding-top: 100px;
}

.padding-b-10 {
    padding-bottom: 100px;
}

.padding-b-15 {
    padding-bottom: 150px;
}

.bg {
    background-color: #0271bd;
}

.bg-light-blue {
    background-color: #e5f1f8;
}

.bg-grey {
    background-color: #f6f6f6;
}

.bg-white {
    background-color: #fff;
}

.bg-supply {
    background: url(../img/supply-bg.jpg) no-repeat center;
}

.bg-light-light {
    background-color: #f3f4fe;
}

.colorfff {
    color: #ffffff;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.colorblue {
    color: #0271bd;
}

.colorblue1 {
    color: #012e4d;
}

.colorblue2 {
    color: #013e66;
}

.colornavyblue {
    color: #013152;
}

.fs-09 {
    font-size: 0.9rem;
}

.border-color {
    border-color: #1079c1 !important;
}

.border-colorblue {
    border-color: #012e4d !important;
}

.fontsize-1 {
    font-size: 2.2rem;
}

.nav-wheel-60 {
    height: 55px;
    width: auto;
}

.texthidden {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.button-border-radius-left {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 50px 0 0 50px;
}

.button-border-radius-right {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0px 50px 50px 0px;
}

.button-view {
    border-radius: 0 50px 50px 0;
}

.proselect select {
    color: #4c4c4c;
    border: none;
    border-bottom: 1px solid #ddd;
}

.service-icon-diameter {
    background: url(../img/icon-parameter-diameter.jpg) no-repeat left center;
    padding-left: 32px;
}

.service-icon-height {
    background: url(../img/icon-parameter-height.jpg) no-repeat left center;
    padding-left: 32px;
}

.service-icon-load {
    background: url(../img/icon-parameter-load.jpg) no-repeat left center;
    padding-left: 32px;
}

.h-40 {
    height: 40px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-60 {
    line-height: 60px;
}

.height80 {
    height: 80px;
    line-height: 80px;
}

.footer-map {
    background: url(../img/footer-map.jpg) no-repeat center;
}

.header-top a {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%) !important;
}

.cd-logo img {
    max-width: 100%;
    width: 100%;
    height: 52px;
}

.pcselect select option {
    color: #666;
}

.pcselect select option:hover {
    background-color: #add8e6;
    transition: all .3s ease-in 0s;
}

.pcselect select option:checked {
    background-color: #add8e6;
}

#search {
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 50px 0 0 50px;
}

#search-submit {
    width: 50px;
    height: 40px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 50px 50px 0;
}

#search-submit:hover {
    background-color: #fff;
}

#search-pro {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    border: 2px solid #ddd;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    font-size: 1rem;
}

#search-submit-pro {
    width: 50px;
    height: 50px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-left: 0;
    border-radius: 0 50px 50px 0;
}

#search-submit-pro:hover {
    background-color: #fff;
}

.banner {
    width: 100%;
    background: url(../img/banner-background-line.jpg) repeat-y center;
}

.banner img {
    width: 700px;
    height: auto;
}

.product-list {
    border: 3px solid #f2f2f2;
}

.product-list:hover {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%) !important;
    border: 3px solid #013152;
    transition: all .3s ease-in 0s;
}

.chios-button a {
    width: 80%;
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.chios-button a:nth-child(1) {
    width: 80%;
    border-left: 2px solid #fff;
    border-radius: 50px;
    border-right: 2px solid #fff;
}

.chios-button a:nth-child(2) {
    border-right: 2px solid #fff;
    border-radius: 0px 50px 50px 0px;
}

.chios-button a:hover {
    background: #fff;
    color: #0271bd;
    transition: all .2s ease-in 0s;
}

.lh-base {
    line-height: 1.7rem !important;
}

.choose-button a {
    border-radius: 50px;
}

.choose-button a:hover {
    border-radius: 50px;
    background: #0271bd;
    color: #fff;
    transition: all .3s ease-in 0s;
}

.choose-button .choose-select {
    border-radius: 50px;
    background: #0271bd;
    color: #fff;
    transition: all .3s ease-in 0s;
}

.zindex100 {
    z-index: 100;
}

.housing-list a {
    border: 2px solid #fff;
}

.housing-list a:hover {
    border: 2px solid #0271bd;
    transition: all .3s ease-in 0s;
}

.breadcrumb-main a {
    color: #666;
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumb-main a:hover {
    color: #0271bd;
    transition: all .2s ease-in 0s;
}

.screen-active {
    background-color: #0271bd;
    border: 1px solid #0271bd;
    color: #fff !important;
}

.screen-active a {
    color: #fff;
}

.screen-all a:nth-child(1) {
    width: 25%;
    margin-left: 0.5rem;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    height: 34px;
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
    line-height: 32px;
}

.page-item.active .page-link {
    background: #111;
    color: #fff;
    border-color: #111;
    transition: all .2s ease-in 0s;
}

.page-link {
    color: #666;
}

.page-link:hover {
    color: #0271bd;
    background: #f2f2f2;
}

.page-num {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.page-num:hover {
    background-color: #0271bd;
    color: #fff;
    border-top: 1px solid #0271bd;
    border-bottom: 1px solid #0271bd;
    border-right: 1px solid #0271bd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-num-current {
    background-color: #0271bd;
    color: #fff;
    border-top: 1px solid #0271bd;
    border-bottom: 1px solid #0271bd;
    border-right: 1px solid #0271bd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shower-sereen-m {
    box-shadow: 0px -1px 10px -3px #333;
}

.contact-sec {
    padding-top: 125px;
    padding-bottom: 125px;
}

.contact-sec .contact-description {
    padding: 10px 20px 20px 20px;
}

.contact-sec .contact-detail .ex-detail {
    margin-bottom: 15px;
}

.contact-sec .contact-detail .ex-detail .portfolio-vert {
    font-size: .8rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-bottom: -29px;
    margin-left: 3px;
    text-transform: uppercase;
}

.ex-detail .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}

.contact-sec .contact-detail .small-text {
    margin-bottom: 40px;
    width: 95%;
}

.contact-sec .contact-detail .location-details h4 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.contact-sec .contact-detail .location-details ul {
    padding-left: 0;
}

.contact-sec .contact-detail .location-details ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.contact-sec .contact-detail .location-details ul li a {
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
}

.contact-sec .contact-detail .location-details ul li i {
    font-size: 20px;
    margin-right: 5px;
    color: #535353;
    position: absolute;
    top: 2px;
    left: 0;
}


/*contact us form*/

.contact-sec .contact-box {
    padding: 40px 30px;
    -webkit-box-shadow: 1px 1px 8px #dddddd;
    box-shadow: 1px 1px 8px #dddddd;
    border-radius: 6px;
}

.contact-sec .contact-box .small-heading {
    font-size: 24px;
    font-family: Montserrat, "sans-serif";
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-sec .contact-box .small-text {
    font-family: Poppins, "sans-serif";
    margin-bottom: 25px;
}

.contact-sec .contact-form .my-form {
    position: relative;
}

.contact-sec .contact-form .my-form .form-control {
    border: 1px solid #cbcbcb;
}

.contact-sec .contact-form .my-form input {
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 20px;
}

.contact-sec .contact-form .my-form input[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.contact-sec .contact-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
}

.contact-sec .contact-form .my-form textarea[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.textwrap p {
    text-wrap: wrap !important;
}

.textwrap p span {
    text-wrap: wrap !important;
}

.nav-link {
    padding: 10px 20px;
    background: #e5f1f8;
    font-size: 16px;
    color: #013e66;
    border: none;
    margin-right: 26px;
}

.nav-item .active {
    background: #012e4d !important;
    color: #fff !important;
}

@media (max-width:576px) {
    .title-banner {
        padding: 1rem;
    }

    .title-banner p {
        font-size: 3.2rem;
    }

    .title-banner h1 {
        font-size: 1.5rem;
        color: #0271bd;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .title-banner h6 {
        font-size: 1rem;
        color: #666;
    }

    .chios-button a {
        width: 80%;
    }

    .bg-supply {
        background: url(../img/supply-bg-m.jpg) no-repeat center;
    }

    .width75 {
        max-width: 75%;
        width: 75%;
    }

    .banner-page h1 {
        font-size: 4rem;
    }

    .fontsize-1 {
        font-size: 2.2rem;
    }

    .header-fixed {
        position: fixed !important;
        z-index: 9999 !important;
        height: 60px !important;
        width: 100%;
    }

    .cd-logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width:577px) {
    .bg-supply {
        background: url(../img/supply-bg-m.jpg) no-repeat center;
    }

    .fontsize-1 {
        font-size: 1.5rem;
    }

    .header-fixed {
        position: fixed !important;
        z-index: 9999 !important;
        height: 60px !important;
        width: 100%;
    }

    .cd-logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }


}

@media (max-width: 768px) {
    .nav-tabs {
        flex-direction: column;
    }

    .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 96%;
        width: 96%;
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 96%;
        width: 96%;
    }

    .margin-t-15 {
        margin-top: 50px;
    }

    .title-banner h2 {
        font-size: 2.5rem;
    }

    .title-banner h5 {
        font-size: 1.4rem;
        color: #333;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .title-banner h6 {
        font-size: 1rem;
        color: #666;
    }

    .chios-button a {
        width: 80%;
    }

    .bg-supply {
        background: url(../img/supply-bg-m.jpg) no-repeat center;
    }

    .lh-protitle {
        height: 109px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 96%;
        width: 96%;
    }

    .margin-t-15 {
        margin-top: 50px;
    }

    .title-banner h2 {
        font-size: 3rem;
    }

    .title-banner h5 {
        font-size: 1.6rem;
        color: #333;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

    .title-banner h6 {
        font-size: 1rem;
        color: #666;
    }

    .chios-button a {
        width: 50%;
    }

    .bg-supply {
        background: url(../img/supply-bg-m.jpg) no-repeat center;
    }

}

@media (min-width:1400px) {
    .nav-lg {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .nav-left-lg {
        padding-left: 100px !important;
    }

    .nav-search-lg {
        padding-left: 0px !important;
    }

    .bg-supply {
        background: url(../img/supply-bg.jpg) no-repeat center;
    }

    .lh-protitle {
        height: 86px;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1440px;
        width: 1440px;
    }

    .chios-button a {
        width: 50%;
    }

    .bg-supply {
        background: url(../img/supply-bg.jpg) no-repeat center;
    }

    .nav-lg {
        margin-left: 2% !important;
        margin-right: 0 !important;
        padding-left: 2% !important;
    }

    .nav-left-lg {
        padding-left: 7% !important;
    }

    .nav-search-lg {
        padding-left: 2% !important;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1600px;
        width: 1600px;
    }

    .margin-t-15 {
        margin-top: 150px;
    }

    .title-banner h5 {
        font-size: 1.6rem;
        color: #333;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

    .title-banner h6 {
        font-size: 1rem;
        color: #666;
    }

    .chios-button a {
        width: 50%;
    }

    .bg-supply {
        background: url(../img/supply-bg.jpg) no-repeat center;
    }

    .fontsize-1 {
        font-size: 2.2rem;
    }

    .nav-lg {
        margin-left: 2% !important;
        margin-right: 0 !important;
        padding-left: 2% !important;
    }

    .nav-left-lg {
        padding-left: 7% !important;
    }

    .nav-search-lg {
        padding-left: 2% !important;
    }
}

@media (min-width:1700px) {
    .nav-lg {
        margin-left: 3% !important;
        margin-right: 0 !important;
        padding-left: 4% !important;
    }

    .nav-left-lg {
        padding-left: 10% !important;
    }

    .nav-search-lg {
        padding-left: 5% !important;
    }
}

@media (min-width:1800px) {
    .nav-lg {
        margin-left: 5% !important;
        margin-right: 0 !important;
        padding-left: 5% !important;
    }

    .nav-left-lg {
        padding-left: 10% !important;
    }

    .nav-search-lg {
        padding-left: 7% !important;
    }
}