/*  */

.inner-banner {
    position: relative;
    background: #f1f3f5;
}

.inner-banner img {
    width: 100%;
    border-radius: 15px;
}

.inner-banner .txx {
    padding: 15px 0 30px;
    font-size: 14px;
}

.inner-banner .txx h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

.contact-section {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

.ca-left {
    position: relative;
    width: 50%;
}

.ca-tit1 {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0eeee;
}

.ca-tit1 h3 {
    font-size: 32px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}

.ca-tit1 .p {
    font-size: 15px;
    color: #888888;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-right: 10px;
}

.n-photo-list3 {
    position: relative;
}

.n-photo-list3 li {
    position: relative;
    margin-bottom: 30px;
}

.n-photo-list3 h4 {
    font-size: 15px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.n-photo-list3 .pp {
    font-size: 15px;
    color: #555555;
    line-height: 1;
}

.ca-right {
    position: relative;
    width: 50%;
}

.ca-message {
    position: relative;
}

.ca-message .bti {
    font-size: 15px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.ft-message-form {
    margin-bottom: 20px
}

.ft-message-form .form-group {
    margin-bottom: 20px!important;
}

.ft-message-form input,
.ft-message-form textarea {
    border: 1px solid #f0eeee;
    font-size: 15px;
    width: 100%;
    color: rgba(172, 171, 171, .5);
    background: transparent;
    padding: 0 10px;
    border-radius: 0px;
    height: 50px;
}

.ft-message-form textarea {
    height: 140px;
    padding-top: 15px;
}

.ft-message-form .form-control:focus {
    background: transparent;
    box-shadow: inherit;
    border-color: var(--sub-theme-color);
}

.ft-message-form .submit-btn {
    background-color: #222222;
    padding: 0 18px;
    color: #fff;
    height: 40px;
    width: 100%;
    transition: .5s;
    text-align: center;
    font-size: 15px
}

.ft-message-form .submit-btn:hover {
    background-color: var(--sub-theme-color);
}

.ft-message-form input::-webkit-input-placeholder,
.ft-message-form textarea::-webkit-input-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.ft-message-form input:-moz-placeholder,
.ft-message-form textarea:-moz-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.ft-message-form input::-moz-placeholder,
.ft-message-form textarea::-moz-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.contact-section2 {
    position: relative;
    background: #f1f3f5;
    padding: 5.2083vw 0 4.166vw;
}

.about-tit2 h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
}

.n-photo-list4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.n-photo-list4 li {
    position: relative;
    width: calc(25% - 40px);
    margin: 0 20px 20px 20px;
}

.n-photo-list4 li a {
    display: block;
}

.n-photo-list4 li .img img {
    display: block;
    width: 100%;
}

.n-photo-list4 li .text {
    padding-top: 30px;
    text-align: center;
}

.n-photo-list4 li .text h3 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.n-photo-list4 li .text .p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    padding: 0 2.083vw;
}

.n-photo-list4 li:hover .text h3 {
    color: var(--sub-theme-color);
}

.contact-section3 {
    position: relative;
    background: #f1f3f5;
}

.map-tit {
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
}

.gg-map {
    position: relative;
    overflow: hidden;
}

.gg-map img {
    width: 100%;
}

.gg-map p {
    margin: 0px;
}

@media (max-width: 1200px) {
    .ca-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .ca-right {
        width: 100%;
    }
    .ca-tit1 h3 {
        font-size: 26px;
    }
    .ca-tit1 {
        margin-bottom: 20px;
    }
    .n-photo-list4 {
        margin: 0 -10px;
    }
    .n-photo-list4 li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .map-tit {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .n-photo-list4 li .text .p {
        font-size: 13px;
    }
    .ca-tit1 h3 {
        font-size: 22px;
    }
    .n-photo-list4 li .text {
        padding-top: 20px;
    }
    .n-photo-list4 li .text h3 {
        font-size: 18px;
    }
    .inner-banner .txx {
        padding-bottom: 15px;
    }

        .about-tit2 h3{
        font-size: 24px;
    }
}