﻿@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Readex Pro', sans-serif;
    background-color: #F3F5F5
}

a {
    text-decoration: none
}

.container {
    width: 1196px;
}

.header {
    display: block;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 43px rgba(0, 0, 0, 0.1);
}

.logo {
    display: block;
    float: left;
    width: 60px;
    position: absolute;
    z-index: 100;
    top: 0;
}

    .logo img {
        width: 100%
    }

.header-top {
    display: block;
    border-bottom: 1px #ddd solid;
    overflow: auto;
    background-color: #5D827B;
}

.lang {
    float: left;
    padding: 8px 10px;
}

    .lang a {
        padding: 0 10px;
        color: #FFF;
        font-size: 12px;
        font-family: 'Readex Pro', sans-serif;
        text-decoration: none;
        font-weight: 400;
    }

.social {
    float: left;
    padding: 8px 14px;
}

    .social a {
        color: #FFF;
        padding: 0 5px;
        font-size: 16px;
        margin: 0 0 0 5px;
        display: inline-block;
    }

.phone {
    float: right;
    padding: 8px 15px;
}

    .phone span {
        font-size: 14px;
        color: #FFF;
        font-weight: 300;
        direction: ltr;
    }

        .phone span i {
            margin-left: 5px;
        }

.header-bottom {
    display: block;
    overflow: auto;
    padding: 20px 0;
}

.menu {
    float: left;
}

.title {
    display: block;
    text-align: center
}

    .title h1 {
        font-size: 20px;
        color: #242F63;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
    }

    .title span {
        color: #FE5900;
        font-size: 30px;
    }

.more-btn {
    display: block;
    text-align: center
}

    .more-btn a {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        border: 2px #000 solid;
        padding: 8px 31px;
        border-radius: 50px;
    }

    .more-btn span {
        display: inline-block;
        color: #242F63;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
    }

    .more-btn i {
        font-size: 16px;
        color: #2F61B6;
        margin-left: 10px;
    }

.slider {
    direction: ltr
}

.page-size {
    padding: 100px 0;
}

.about {
    display: block;
    background-color: #fff
}

    .about h3 {
        color: #5D827B;
        font-size: 28px;
        font-weight: 200;
        margin: 30px 0;
    }

.about-img {
    width: 100%;
}

.vison {
    display: block;
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: center center;
    text-align: right;
}


    .vison p {
        color: #fff;
        font-size: 19px;
        font-weight: 300;
        margin-bottom: 30px
    }

    .vison h2 {
        background-color: #FE5900A8;
        padding: 30px;
        color: #fff;
        font-size: 34px;
        line-height: 50px;
        font-weight: 100;
    }

    .vison i {
        font-size: 50px;
        color: #fff;
        display: block
    }


.projects {
    display: block
}

.projects-card {
    height: 100%;
    position: relative;
    background-color: #fff;
    border: 1px #E6E6E6 solid;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    border-radius: 6px;
    text-align: center;
    overflow: hidden
}

    .projects-card img {
        width: 100%
    }

    .projects-card span {
        color: #AAAAAA;
        font-size: 14px;
        font-weight: 200;
    }

    .projects-card h2 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.clients {
    display: block;
    background-color: #F3F5F5;
}

    .clients img {
        width: 100%;
        box-shadow: 2px 4px 12px rgba(0,0,0,.08);
        border-radius: 6px;
    }

.footer {
    display: block;
    background-color: #fff;
}

.footer-top {
    display: block;
    border-top: 3px #FE5900 solid;
    padding: 30px 0;
    text-align: center
}

.footer-logo {
    width: 115px;
}

.footer-links {
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .footer-links a {
        display: inline-block;
        color: #242F63;
        padding: 0 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

.footer-bottom {
    display: block;
    padding: 14px 0;
    background-color: #F3F5F5;
    text-align: center
}

.footer h6 {
    font-size: 14px;
    font-weight: 200;
    color: #242F63;
    display: inline-block
}

.footer-social {
    float: none;
    margin: 0 auto;
    display: block
}

    .footer-social a {
        color: #000;
        padding: 5px 15px;
        font-size: 22px;
    }

.page-header {
    display: block;
    background-image: url(../images/headers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

    .page-header h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        padding: 100px 0;
        text-transform: uppercase
    }

.rp {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}


.catalogue {
    display: block
}

.catalogue-card {
    height: 100%;
    position: relative;
    background-color: #fff;
    border: 1px #E6E6E6 solid;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    border-radius: 6px;
    overflow: hidden
}

    .catalogue-card img {
        width: 30%;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .catalogue-card span {
        color: #AAAAAA;
        font-size: 16px;
        font-weight: 400;
    }

    .catalogue-card h2 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }



.contact-items {
    display: block;
    margin-bottom: 20px;
}

.contact-items-icon {
    width: 60px;
    height: 60px;
    background-color: #FD5800;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}

    .contact-items-icon i {
        color: white;
        font-size: 22px;
        position: relative;
        top: 18px;
        font-weight: normal;
    }

.contact-items h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    top: 20px;
    right: 20px;
}

.sendtbtn {
    background-color: #5d827b;
    color: white;
    border: 0;
    padding: 14px 20px;
}

.br-0 {
    border-radius: 0;
    padding: 12px 16px;
}

.map {
    display: block
}

    .map iframe {
        width: 100%;
        height: 400px;
    }

.detail {
    display: block;
    padding: 50px 0;
}

.detail-img {
    width: 100%;
    margin-bottom: 20px;
}

    .detail-img img {
        width: 100%;
    }

.detail-wrapper {
    width: 1024px;
    margin: 0 auto
}

    .detail-wrapper h1 {
        color: #242F63;
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.detail-extra {
    display: block;
    margin: 20px 0;
}

    .detail-extra h5 {
        font-weight: 200;
        font-size: 16px;
        color: #AAAAAA;
        display: inline-block;
    }

.detail-social {
    display: inline-block;
    margin-left: 20px
}

.detail-wrapper p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

    .detail-wrapper p img {
        max-width: 100%;
        display: block
    }

.detail-wrapper iframe {
    width: 100%;
    height: 500px;
    margin: 20px 0
}

.zone-detail-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .zone-detail-image h1 {
        text-align: center;
        padding: 300px 0;
        color: #fff;
        font-weight: 800;
    }

#thumbnails img {
    width: 100% !important
}

#lightbox-container-image img {
    width: 100% !important
}

#lightbox-nav {
    display: none !important
}

.products {
    display: block;
    background-color: #fff;
}

    .products img {
        width: 100%;
        border: 1px #ddd solid
    }

.products-txt {
    display: block
}

    .products-txt h2 {
        display: block;
        font-size: 34px;
        color: #000;
        text-align: right;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .products-txt p {
        color: #000;
        font-size: 19px;
        font-weight: 300;
    }

.about-page {
    display: block;
    background-color: #fff;
}

    .about-page h2 {
        font-size: 28px;
        color: #000;
        font-weight: 600;
    }

    .about-page p {
        color: #000;
        font-size: 19px;
        font-weight: 300;
    }

    .about-page h1 {
        color: #5D827B;
    }

        .about-page h1 i {
            color: #FE5900
        }

@media only screen and (max-width: 1024px) {
    .menu {
        float: right;
        width: 100%
    }

    .detail-wrapper {
        width: 94%;
    }

    #lightbox-container-image {
        width: 100% !important
    }

    #lightbox-container-image-box {
        width: 100% !important;
        height: auto !important;
    }

    #lightbox-container-image-data-box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .vison {
        padding: 50px 0;
    }

    .zone-detail-image h1 {
        padding: 200px 0;
    }

    .vison h2 {
        font-size: 26px;
    }



    .footer-links {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {

    .catalogue-card h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .detail {
        padding: 20px 0
    }

    .detail-wrapper h1 {
        font-size: 22px;
    }

    .detail-wrapper iframe {
        height: 260px;
    }

    .page-header h1 {
        font-size: 20px;
        padding: 60px 0;
    }

    .about h3 {
        font-size: 24px;
    }

    .page-size {
        padding: 30px 0;
    }



    .lang a {
        font-size: 12px;
    }

    .social {
        padding: 6px 14px;
    }

        .social a {
            font-size: 14px;
        }

    .phone {
        display: none;
    }

    .footer h6 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 94%
    }

    .products-txt h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .zone-detail-image h1 {
        padding: 130px 0;
        font-size: 22px
    }

    .projects-card h2 {
        font-size: 18px;
    }

    .zones-icon {
        width: 114px;
        height: 114px;
    }

        .zones-icon img {
            height: 54px;
        }

    .contact-items-icon {
        width: 50px;
        height: 50px;
    }

        .contact-items-icon i {
            font-size: 20px;
            top: 14px;
        }

    .contact-items h3 {
        font-size: 18px;
        top: 14px;
        left: 16px;
    }
}
