﻿
/*_______________ABOUT/CONTACT______________*/

.page-top-row .page-title-row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 10px
}

    .page-top-row .page-title-row .head {
        padding: 0;
        margin: 0;
        flex-grow: 1;
        font-size: 24px;
        font-weight: 400
    }

.page-top-row .desc {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400
}

.page-top-row .btn-con {
    display: flex;
    margin-bottom: 30px
}

    .page-top-row .btn-con .button {
        margin-left: 15px
    }

.profile-form-row {
    padding: 10px;
    margin-bottom: 15px;
}

    .profile-form-row.np {
        padding: 0;
        margin-bottom: 0;
    }

    .profile-form-row.sign {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .profile-form-row .profile-form-con {
        display: flex;
        padding: 7px 0;
        align-items: center;
    }


        .profile-form-row .profile-form-con .ttl {
            color: #000;
            min-width: 120px;
            text-align: left;
            padding-left: 20px;
            font-size: 14px;
            font-weight: 400;
        }

            .profile-form-row .profile-form-con .ttl.req:after {
                color: #db2a2a;
                content: '*';
                font-family: Arial;
                font-size: 20px;
                line-height: 10px;
            }

        .profile-form-row .profile-form-con .val {
            font-weight: 500;
            font-size: 16px;
        }


        .profile-form-row .profile-form-con .form {
            width: 100%;
            border: none;
            outline: 0;
            background-color: #fff;
            /*                border-bottom: 1px solid #ccc;*/
            padding: 5px 10px;
            font-size: 16px;
            resize: none;
        }


            .profile-form-row .profile-form-con .form.border {
                border-bottom: 1px solid #ccc;
            }

    .profile-form-row.sign .profile-form-con .form {
        background-color: #fff;
    }

    .profile-form-row .profile-form-btn {
        margin: 10px 0 0 0;
        padding-right: 120px;
        display: flex;
    }

        .profile-form-row .profile-form-btn .button {
            justify-content: center;
            width: 100%;
            flex-grow: 3;
        }

            .profile-form-row .profile-form-btn .button.light {
                margin-left: 15px;
                max-width: 150px;
                flex-grow: 1;
            }




.form-radio {
    display: inline-block;
    margin: 5px 0px 5px 10px;
}

    .form-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .form-radio input ~ .checkmark {
            width: 100%;
            padding: 0;
            font-weight: 400;
            padding-right: 20px;
            font-size: 16px;
            color: #2d2f30;
            display: inline-block;
            position: relative;
            transition: all 0.2s;
            cursor: pointer;
        }

    .form-radio.bold input ~ .checkmark {
        font-weight: 500;
        padding-right: 22px;
        font-size: 15px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }


    .form-radio input ~ .checkmark:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        width: 12px;
        height: 12px;
        border: 1px solid #2d2f30;
        background-color: #fff;
    }

    .form-radio.bold input ~ .checkmark:before {
        margin-top: -10px;
        right: 0px;
        width: 16px;
        height: 16px;
        border: 2px solid #2d2f30;
    }

    .form-radio input:hover ~ .checkmark:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 2px;
        width: 8px;
        height: 8px;
        background-color: #ddd;
    }

    .form-radio input:checked ~ .checkmark:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 2px;
        width: 8px;
        height: 8px;
        background-color: #2d2f30;
    }

    .form-radio.bold input:hover ~ .checkmark:after {
        margin-top: -7px;
        right: 3px;
        width: 10px;
        height: 10px;
        background-color: #ddd;
    }

    .form-radio.bold input:checked ~ .checkmark:after {
        margin-top: -7px;
        right: 3px;
        width: 10px;
        height: 10px;
        background-color: #2d2f30;
    }

    .form-radio input ~ .checkmark .head {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        float: right;
        margin-left: 5px;
    }


    .form-radio input[type="radio"] ~ .checkmark:before,
    .form-radio input[type="radio"]:hover ~ .checkmark:after,
    .form-radio input[type="radio"]:checked ~ .checkmark:after {
        border-radius: 50%;
    }

    .form-radio.bold.bs input ~ .checkmark:after, .form-radio.bold.bs input ~ .checkmark::before {
        opacity: 0;
    }

    .form-radio.bold::after {
        content: '\e911';
        font-family: 'icomoon';
        float: left;
        clear: none;
        margin-top: -20px;
        margin-right: 10px;
    }

    .form-radio.bold.nf::after {
        content: '';
        display: none
    }

    .form-radio.bold.collapsed::after {
        content: '\e900';
    }

.products-top-row {
    position: relative;
}

    .products-top-row .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .products-top-row .bg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: center center
        }


    .products-top-row .products-top-con {
        position: relative;
        z-index: 16;
        /*            border-top: 1px solid #00000040;*/
        display: flex;
        flex-direction: column;
        min-height: 430px;
        justify-content: space-between;
    }






    .products-top-row .top-head-row .head-row {
        display: flex;
        align-items: flex-start;
        padding-bottom: 15px;
    }




        .products-top-row .top-head-row .head-row .head {
            font-size: 26px;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

        .products-top-row .top-head-row .head-row .head2 {
            font-size: 18px;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

.about-row {
    background-color: #fff;
}

    .about-row .about-item {
        display: flex;
    }

        .about-row .about-item .img {
            flex: 1 0 0;
            order: 1;
            max-width: 50%;
            min-width: 50%;
            min-height: 700px;
            position: relative;
        }


            .about-row .about-item .img.a-h {
                min-height: initial;
                display: flex;
                align-items: center;
            }

        .about-row .about-item .txt {
            flex: 1 0 0;
            max-width: 50%;
            min-width: 50%;
            display: flex;
            align-items: center;
            order: 2;
        }

        .about-row .about-item:nth-child(2n+1) .img {
            order: 2;
        }

        .about-row .about-item:nth-child(2n+1) .txt {
            order: 1;
        }

        .about-row .about-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }

        .about-row .about-item .img.con img {
            object-fit: contain;
            transform: scale(0.9);
        }



        .about-row .about-item .txt .txt-con {
            padding: 45px;
        }

            .about-row .about-item .txt .txt-con .head {
                font-size: 24px;
                font-weight: normal;
                padding: 0;
                margin: 0;
            }

            .about-row .about-item .txt .txt-con .head2 {
                font-size: 20px;
                font-weight: 400;
                padding: 0;
                margin: 0;
            }

            .about-row .about-item .txt .txt-con .desc {
                font-size: 16px;
                font-weight: 400;
                padding: 0;
                margin: 0;
                margin-top: 45px;
                line-height: 2;
                text-align: justify;
            }

    .about-row.about-full .about-item .img {
        min-height: 50vw;
    }

    .about-row.about-full .about-item:nth-child(2n) .txt {
        justify-content: flex-start;
    }

    .about-row.about-full .about-item:nth-child(2n+1) .txt {
        justify-content: flex-end;
    }

    .about-row.about-full .about-item .txt .txt-con {
        width: 100%;
        max-width: 645px;
        padding: 45px 0;
    }


    .about-row.about-full .about-item:nth-child(2n) .txt .txt-con {
        padding-right: 45px;
    }

    .about-row.about-full .about-item:nth-child(2n+1) .txt .txt-con {
        padding-left: 45px;
    }

    .about-row .about-item .txt .map {
        width: 100%;
        height: 350px;
        background-color: #ddd;
        margin-top: 30px;
    }





    .about-row .form-con {
        width: 100%;
        padding: 45px 0;
    }



    .about-row .img-slider .owl-item img {
        width: 100%;
        height: 645px;
        object-fit: cover;
        position: initial;
    }



.img-slider .owl-dots {
    position: absolute;
    display: flex;
    padding: 15px 45px;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .img-slider .owl-dots .owl-dot {
        flex-grow: 1;
        height: 4px;
        background-color: #21304D;
        margin: 0 5px;
        transition: all 0.3s;
    }

        .img-slider .owl-dots .owl-dot.active {
            background-color: #000000;
        }

.contact-row {
    border-bottom: 1px solid #ccc;
}

    .contact-row .contact-con {
        display: flex;
    }

        .contact-row .contact-con .contact-col {
            flex: 1 0 0;
        }


            .contact-row .contact-con .contact-col.contact-right {
                border-left: 1px solid #ccc;
            }

            .contact-row .contact-con .contact-col .col-con {
            }

            .contact-row .contact-con .contact-col.contact-right .col-con {
                padding-left: 45px;
            }


            .contact-row .contact-con .contact-col.contact-left .col-con {
                padding-right: 45px;
            }

    .contact-row .contact-txt {
        padding: 45px 0;
    }

        .contact-row .contact-txt .head {
            font-size: 18px;
            font-weight: 500;
            padding: 0;
            margin: 0;
            margin-bottom: 20px;
            color: #000
        }


        .contact-row .contact-txt .txt {
            font-size: 16px;
            padding: 0;
            margin: 0;
        }

        .contact-row .contact-txt ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .contact-row .contact-txt ul li {
                display: inline-block;
                margin-left: 15px;
            }

                .contact-row .contact-txt ul li a {
                    display: block;
                    transition: all 0.3s;
                }

                    .contact-row .contact-txt ul li a span {
                        display: block;
                        font-size: 24px;
                    }



.contact-branch-row {
    text-align: center;
}

    .contact-branch-row .head-row {
        padding: 15px 0;
        border-bottom: 1px solid #000;
    }

        .contact-branch-row .head-row a {
            display: inline-block;
            color: #21304D;
        }

        .contact-branch-row .head-row .head {
            font-size: 18px;
            font-weight: normal;
            padding: 0;
            margin: 0;
        }

            .contact-branch-row .head-row .head .icon {
                font-size: 24px;
                display: block;
            }

    .contact-branch-row .branch-con {
        display: flex;
        margin-bottom: 40px;
    }

        .contact-branch-row .branch-con .branch-item {
            flex: 1 0 0;
            padding: 20px 0;
            transition: all.3s
        }

            .contact-branch-row .branch-con .branch-item:hover {
                color: #fff;
                background-color: #21304D
            }

        .contact-branch-row .branch-con .branch-item {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

            .contact-branch-row .branch-con .branch-item:not(:last-of-type) {
                border-left: 1px solid #ccc;
            }

            .contact-branch-row .branch-con .branch-item .head {
                color: #21304D;
                font-size: 18px;
                font-weight: 500;
                margin: 0;
                padding: 0;
                transition: all.3s
            }

            .contact-branch-row .branch-con .branch-item:hover .head {
                color: #fff;
            }

            .contact-branch-row .branch-con .branch-item .head2 {
                transition: all.3s;
                color: #21304D;
                font-size: 14px;
                font-weight: 400;
                margin: 0;
                padding: 0;
            }

            .contact-branch-row .branch-con .branch-item:hover .head2 {
                color: #fff;
            }


@media(max-width:1399px) {
    .about-row .about-item .img {
        min-height: 60vw;
    }

    .about-row.about-full .about-item .txt .txt-con {
        max-width: 100%;
    }

    .about-row.about-full .about-item:nth-child(2n+1) .txt .txt-con,
    .about-row.about-full .about-item:nth-child(2n) .txt .txt-con {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-row .about-item .txt .map {
        height: 33vh;
        margin-top: 10px;
        margin-bottom: -15px;
    }

    .about-row .about-item .txt .txt-con .desc {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.8;
    }
}


 
@media(max-width:991px) {
    .about-row .about-item .txt .txt-con {
        padding: 30px;
    }
    .products-top-row .products-top-con {
        min-height: 40vw
    }
    .contact-row .contact-con .contact-col.contact-right .col-con {
        padding-left: 30px;
    }



    .contact-row .contact-con .contact-col.contact-left .col-con {
        padding-right: 30px;
    }
}






@media(max-width:767px) {
    .page-top-row .page-title-row {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 4px
    }

        .page-top-row .page-title-row .head {
            font-size: 20px
        }

    .page-top-row .desc {
        font-size: 16px
    }
    .profile-form-row {
        padding: 5px 10px;
    }

        .profile-form-row.sign {
            padding: 5px 0;
        }

        .profile-form-row .profile-form-con {
            padding: 5px 0;
        }


            .profile-form-row .profile-form-con .ttl {
                min-width: 86px;
                max-width: 86px;
                padding-left: 5px;
                font-size: 11.5px;
            }

            .profile-form-row .profile-form-con .val {
                font-size: 14px;
            }


            .profile-form-row .profile-form-con .form {
                padding: 3px 10px;
                font-size: 14px;
            }


            .profile-form-row .profile-form-con .form-filter {
                margin: 0;
                margin-left: 10px;
                width: auto;
            }

        .profile-form-row .form-filter input ~ .checkmark {
            font-size: 14px;
            font-weight: normal;
        }



        .profile-form-row .profile-form-btn {
            padding-right: 90px;
        }



            .profile-form-row .profile-form-btn .button.light {
                margin-left: 10px;
                max-width: 140px;
            }

    .form-radio input ~ .checkmark {
        font-size: 14px;
    }

    .products-top-row .products-top-con {
        min-height: 70vw;
    }

    .products-top-row .top-head-row {
        margin: 15px 0;
    }

        .products-top-row .top-head-row .head-row {
            padding-bottom: 0;
            justify-content: space-between
        }

            .products-top-row .top-head-row .head-row .head {
                font-size: 22px;
            }

            .products-top-row .top-head-row .head-row .head2 {
                font-size: 14px;
                letter-spacing: 2px;
            }
    .about-row .about-item .txt .map {
        width: calc(100% + 20px);
        height: 55vw;
        margin-top: 20px;
        margin-right: -10px;
        margin-bottom: -30px
    }

    .about-row .about-item {
        flex-wrap: wrap;
        padding-top: 20px
    }

        .about-row .about-item .img {
            min-width: 100%;
            max-width: 100%;
            order: 1;
            min-height: 75vw;
        }

        .about-row .about-item .txt {
            min-width: 100%;
            max-width: 100%;
            order: 2;
        }

        .about-row .about-item:nth-child(2n+1) .img {
            order: 1;
        }

        .about-row .about-item:nth-child(2n+1) .txt {
            order: 2;
        }

        .about-row .about-item .txt .txt-con {
            padding: 15px 5px 30px 5px;
        }

            .about-row .about-item .txt .txt-con .head {
                font-size: 20px;
            }

            .about-row .about-item .txt .txt-con .head2 {
                font-size: 16px;
            }

            .about-row .about-item .txt .txt-con .desc {
                font-size: 14px;
                margin-top: 15px;
            }

    .about-row.about-full .about-item .img {
        min-height: 75vw;
    }

    .about-row.about-full .about-item .txt .txt-con {
        padding: 30px 0;
    }


    .about-row .form-con {
        padding: 15px 0;
    }


    .about-row .img-slider .owl-item img {
        height: calc(100vw - 30px);
    }


    .contact-row .contact-con {
        flex-wrap: wrap;
    }

        .contact-row .contact-con .contact-col {
            min-width: 100%;
        }

            .contact-row .contact-con .contact-col.contact-right {
                border-left: none;
                border-bottom: 1px solid #000;
            }

                .contact-row .contact-con .contact-col.contact-right .col-con {
                    padding-left: 0;
                }

            .contact-row .contact-con .contact-col.contact-left .col-con {
                padding-right: 0;
            }

    .contact-row .contact-txt {
        padding: 15px 0;
    }

        .contact-row .contact-txt .head {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .contact-row .contact-txt .txt {
            font-size: 14px;
        }

        .contact-row .contact-txt ul li a span {
            font-size: 20px;
        }

    .contact-branch-row .head-row .head .icon {
        font-size: 20px;
    }

    .contact-branch-row .head-row .head {
        font-size: 16px;
    }

    .contact-branch-row .branch-con {
        flex-direction: column;
    }

        .contact-branch-row .branch-con .branch-item {
            padding: 10px 0;
        }

            .contact-branch-row .branch-con .branch-item:not(:last-of-type) {
                border-left: none;
                border-bottom: 1px solid #000;
            }

            .contact-branch-row .branch-con .branch-item a {
                display: flex;
                justify-content: center;
            }

            .contact-branch-row .branch-con .branch-item .head {
                flex: 1 0 0px;
                margin-left: 15px;
                font-size: 14px;
                text-align: left;
            }

            .contact-branch-row .branch-con .branch-item .head2 {
                flex: 1 0 0px;
                font-size: 12px;
                text-align: right;
            }
}
