﻿
.contacts {
    padding: 80px 0;
}

.input-capcha {
    flex-direction: column;
    align-items: unset !important;
    height: auto !important;
}

    .input-capcha input {
        height: 44px !important;
        /* margin-top: 10px; */
    }

    .input-capcha .tops {
        display: flex;
        align-items: center;
    }

.capcha-title {
    margin-top: 14px;
    font-family: interM;
    color: var(--default-color-2);
    margin-bottom: 10px;
}

.p-banner-content {
    margin-top: 10px
}

.input-capcha .tops span {
    margin: 0 !important;
    margin-left: 10px !important;
}

    .input-capcha .tops span input {
        margin-top: 0;
    }

.contacts ul p:nth-child(1)::after {
    content: "\f095"
}

.contacts ul p:nth-child(2)::after {
    content: "\f3c5"
}

.contacts ul p:nth-child(3)::after {
    content: "\f3c5"
}

.contacts ul p:nth-child(4)::after {
    content: "\f57d"
}

.contacts ul p:nth-child(5)::after {
    content: "\f082"
}

.contacts ul p::after {
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: var(--default-color-1);
    left: -18px;
    font-size: 14px;
    transform: translateY(0px);
    top: 0;
}
.contacts ul p:last-child span{
    display:flex
    
}
.contacts ul p:nth-child(4) span{
    display:flex
    
}
.contacts ul p {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 4px 0;
    color: #333333d4;
    line-height: 153%;
    text-wrap: wrap;
    gap: 8px;
    margin-left: 16px;
}

.contacts p strong {
}

.contacts p em {
    font-style: normal;
}

    .contacts p em strong {
        color: var(--default-color-1);
    }

.contacts p:nth-child(2), .contacts p:nth-child(3) {
    display: inline-block;
}

.contacts p::before {
    display: none;
}

.contacts p::before {
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: var(--default-color);
}

.contacts p:nth-child(1)::before {
    content: "\f0ac";
}

.contacts p:nth-child(2)::before {
    content: "\f328";
}

.contacts p:nth-child(3)::before {
    content: "\f3c5";
}

.contacts p:nth-child(4)::before {
    content: "\f095";
}

.contacts p:nth-child(5)::before {
    content: "\f0e0";
}

.contacts .top {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .contacts .top h1 {
        text-align: center;
        font-family: helveNeueBold;
        font-size: 30px;
        color: var(--default-color);
    }

.contacts .content .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contacts .content .container .grid.wide {
        display: flex !important;
    }

.contacts .content .map {
    width: 100%;
    position: absolute;
}

    .contacts .content .map iframe {
        width: 100%;
        height: 100%;
    }

.contacts .content .form {
    display: flex;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 84%;
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
    box-shadow: 0 0 20px 1px #0000004d;
    transition: all linear .3s;
}

    .contacts .content .form.fade-out {
        opacity: 0;
        pointer-events: none;
    }


    .contacts .content .form .btn-close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid var(--default-color-1);
        color: var(--default-color-1);
        z-index: 2;
        transition: all ease .2s;
        right: 10px;
        top: 10px;
        cursor: pointer;
        user-select: none;
    }

        .contacts .content .form .btn-close:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

    .contacts .content .form .lefts {
        width: 50%;
        padding: 20px 25px;
    }

    .contacts .content .form .rights {
        width: 50%;
        display: block;
        background-color: var(--default-color-2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contacts .content .form .rights img {
            max-width: 100%;
            height: 100%;
        }

    .contacts .content .form ul {
        padding-left: 0;
    }

    .contacts .content .form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }

        .contacts .content .form .form-group .heading {
            margin: 0;
            font-size: 24px;
            font-family: interSB;
            color: var(--default-color-1);
            margin-bottom: 12px;
            font-weight: 100;
            text-transform: capitalize;
        }

        .contacts .content .form .form-group .left .erolh {
            font-size: 15px;
        }


        .contacts .content .form .form-group .left .input {
            height: 44px;
            position: relative;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .contacts .content .form .form-group .left .input .erolh {
                position: absolute;
                display: flex;
                right: 0;
                color: transparent !important;
                user-select: none;
                pointer-events: none;
                align-items: center;
            }

                .contacts .content .form .form-group .left .input .erolh::before {
                    font-family: FontAwesome;
                    content: '\f06a';
                    right: 5px;
                    position: absolute;
                    color: var(--default-color-2);
                    background-color: #fff;
                }

            .contacts .content .form .form-group .left .input input {
                border: none;
                height: 100%;
                outline: none;
                padding-right: 25px;
                padding-left: 10px;
                border-bottom: 1px solid #E5E5E5;
                width: 100%;
                transition: all linear .3s;
                border-bottom: 1px solid #E5E5E5;
                font-size: 14px;
            }

                .contacts .content .form .form-group .left .input input:focus {
                    border-color: #B2B2B2;
                }


        .contacts .content .form .form-group .right textarea {
            width: 100%;
            height: 80px;
            padding-left: 10px;
            padding-top: 10px;
            outline: none;
            border: none;
            resize: none;
            border-bottom: 1px solid #E5E5E5;
            font-size: 14px;
        }

            .contacts .content .form .form-group .right textarea:focus {
                border-color: #B2B2B2;
            }

        .contacts .content .form .form-group .right .btn-sumid-contact {
            background-color: var(--default-color);
            outline: none;
            border: 2px solid var(--default-color-1);
            font-size: 14px;
            padding: 10px 18px;
            margin-top: 5px;
            cursor: pointer;
            transition: all linear .3s;
            border-radius: 5px;
            margin: 10px 0;
            margin-bottom: 15px;
            background-color: var(--default-color-1);
            color: #fff;
        }

            .contacts .content .form .form-group .right .btn-sumid-contact:hover {
                background-color: #fff;
                color: var(--default-color-1);
            }

    .contacts .content .form ul {
        flex: 1;
    }

        .contacts .content .form ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
        }

            .contacts .content .form ul li .icon {
                width: 35px;
                height: 35px;
                border: 1px solid #979797;
                border-radius: 3px;
                font-size: 16px;
                color: var(--default-color);
            }

            .contacts .content .form ul li span {
                font-size: 16px;
                padding-left: 12px;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                line-height: calc(100% + 3px);
            }

    .contacts .content .form .left {
        margin-top: 5px;
    }



/*RS*/

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .contacts .content .form {
        width: 95%;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .contacts .content .form {
        flex-direction: column;
        width: 100%;
    }

        .contacts .content .form .lefts,
        .contacts .content .form .rights {
            width: 100%;
        }

        .contacts .content .form .rights {
            padding: 0;
            /* display: none; */
            padding: 19px 0;
        }

        .contacts .content .form .lefts {
            padding: 10px 15px;
        }

        .contacts .content .form .form-group .right .btn-sumid-contact {
            width: 100%;
        }
}
.home-pic {
    /* background-image: url("../../../Design/img/home-picture.png"); */
    background-size: cover;
}

.home-pic-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 62px;
    margin-bottom: 60px;
    gap: 33px;
}

    .home-pic-title h3 {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: 'interSB';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

.home-pic-mid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    padding-top: 67px;
}


.img-home-pic {
    width: 100%;
}

    .img-home-pic img {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        transition: all .3s;
    }

    .img-home-pic:hover img {
        transform: scale(1.02);
    }

.home-pic-mid > :first-child {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-top: 36px;
}

    .home-pic-mid > :first-child img {
        height: 180px;
    }

.home-pic-mid > :nth-child(2) {
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    margin-top: 245px;
}

    .home-pic-mid > :nth-child(2) img {
        height: 242px;
    }

.home-pic-mid > :nth-child(3) {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

    .home-pic-mid > :nth-child(3) img {
        height: 295px;
    }

.home-pic-mid > :nth-child(4) {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
    padding-top: 46px;
}

    .home-pic-mid > :nth-child(4) img {
        height: 208px;
    }

.home-pic-mid > :nth-child(5) {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 1;
    padding-top: 36px;
}

    .home-pic-mid > :nth-child(5) img {
        height: 448px;
    }

.home-pic-mid > :nth-child(6) {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 1;
}

    .home-pic-mid > :nth-child(6) img {
        height: 197px;
    }

.home-pic-mid > :nth-child(7) {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
    padding-top: 220px;
}

    .home-pic-mid > :nth-child(7) img {
        height: 304px;
    }

.home-pic-mid > :nth-child(8) {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
    margin-top: 36px;
}

    .home-pic-mid > :nth-child(8) img {
        height: 242px;
    }

.home-pic-mid > :nth-child(9) {
    grid-column-start: 5;
    grid-row-start: 2;
    padding-top: 42px;
}

    .home-pic-mid > :nth-child(9) img {
        height: 179px;
    }
.home-button-more a.home-btn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--default-color-1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.home-button-more span svg {
    transition: transform 0.3s ease;
}

.home-button-more:hover a.home-btn-more {
    color: #ffd700; /* đổi màu chữ khi hover */
}

.home-button-more:hover span svg {
    transform: translateX(5px); /* mũi tên chạy sang phải */
}

.home-button-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
    padding-bottom: 61px;
}
.home-button-more svg path{
    fill:var(--default-color-1)
}
    .home-button-more .home-btn-more {
        color: var(--default-color-1);
        font-family: 'interSB';
        font-size: 21.28px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 31.92px */
    }

@media (max-width: 1023px) {
    .home-pic-mid {
        grid-auto-rows: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

        .home-pic-mid > * {
            grid-column: auto !important;
            grid-row: auto !important;
            padding-top: 0 !important;
            margin-top: 0 !important;
            height: 188px;
        }

        .home-pic-mid img {
            height: 100% !important;
            object-fit: cover;
        }

    .home-pic-title {
        gap: 16px;
        padding-top: 45px;
        margin-bottom: 35px;
    }

        .home-pic-title h3 {
            font-size: 24px;
        }

    .home-button-more {
        padding-bottom: 40px;
        gap: 12px;
    }

        .home-button-more .home-btn-more {
            font-size: 18px;
        }
}

@media (max-width: 739px) {
    .home-pic-mid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .home-pic-mid > :nth-child(n+7) {
            display: none
        }

    .home-pic-title h3 {
        font-size: 20px;
    }

    .home-button-more .home-btn-more {
        font-size: 16px;
    }

    .home-pic-title {
    }

    .home-pic-title-left {
        display: none;
    }

    .home-pic-title-right {
        display: none;
    }

    .home-pic-mid img {
        height: 128px !important;
    }

    .home-pic-mid > * {
        height: 100%;
    }
    .cxz{
    display: flex;
    width: 74%;
}
    .contacts  p:first-child::after{
    top: 10px;
}
}
