﻿

.dflex {
    display: flex;
}

.slogan {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-transform: uppercase;
    color: #00AF5F;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.group-info {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.group-info-item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #00AF5F;
    padding-left: 25px;
}

.hotline-i {
    background: url(../images/head-phone.png) no-repeat left;
}

.email-i {
    background: url(../images/head-email.png) no-repeat left;
}

.head-main {
    padding: 30px 0;
    border-bottom: 0.5px solid #000000;
}

.menu-pc {
    padding: 28px 0;
    text-align: center;
}

.company-info {
}

    .company-info h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .company-info ul {
    }

    .company-info li {
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        padding-left: 32px;
    }

        .company-info li:nth-child(1) {
            background: url(../images/f1.png) no-repeat left center;
        }

        .company-info li:nth-child(2) {
            background: url(../images/f2.png) no-repeat left center;
        }

        .company-info li:nth-child(3) {
            background: url(../images/f3.png) no-repeat left center;
        }

        .company-info li:nth-child(4) {
            background: url(../images/f4.png) no-repeat left center;
        }

.maps-ft iframe {
    max-width: 100%;
}

.footer-bottom {
    border-top: 0.5px solid #FFFFFF;
    padding: 25px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: white;
}

.nav .flag {
    position: relative;
}

    .nav .flag a {
        padding: 0;
    }

    .nav .flag:hover a {
        background: transparent;
    }

    .nav .flag img {
    }

.flag:before {
    position: absolute;
    content: "";
    background: #006C9F;
    width: 24px;
    height: 2px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
}

.flag.activeL:before {
    visibility: visible;
}

.item-grp {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-left: 35px;
    line-height: 26px;
}

.owl-dots {
    text-align: center;
    margin: 37px 0 0 0;
}

.owl-dot {
    width: 15px;
    height: 15px !important;
    margin: 0 5px;
    background: #000000 !important;
    background-size: 100% 100%;
    display: inline-block;
    min-height: unset;
    border-radius: 50%;
}

    .owl-dot.active {
        background: #00AF5F !important;
    }

.post-read {
    display: block;
    margin-top: 10px;
}

    .post-read a {
        display: block;
        height: 30px;
    }

    .post-read img {
        width: 34px !important;
        height: 26px;
        border-radius: 0;
    }

.bnfg {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.dktv .form-control::placeholder {
    color: #000000;
}

.screen-reader-response {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 558px;
    display: block;
    text-align: center;
}

.img-project{
    border-radius:10px;
        
}
.mcontent .dktv {
    background: url(../images/bg-sign.png) center center no-repeat;
    background-size: cover;
    padding: 60px 20px;
}