:root {
    --shop-color-bg: #ffffff;
    --shop-color-main: #043ace;
    --shop-color-text: #020f26;
    --shop-color-hover: #043ace;
    --shop-color-button: #1eafc9;
    --shop-color-button-text: #ffffff;
    --shop-color-border: #e6e6e6;
    --shop-bg-header: #ffffff;
    --shop-color-header: #020f26;
    --shop-bg-ft: #161921;
    --shop-color-ft: #ffffff;
    --shop-bg-copyright: #0e54ae;
    --shop-color-copyright: #ffffff;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

:root {
    --swiper-navigation-size: 44px;
}

body {
    color: var(--shop-color-text);
    line-height: 1.45;
    font-size: 16px;
    background: var(--shop-color-bg);
    font-family: "Manrope-Regular", sans-serif;
    overflow-x: hidden;
    position: initial;
}

.heading-pageDetail h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
}

.wrapper-pageDetail {
    background: #fff;
    padding: 10px 15px;
    height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.content-pageDetail {
    margin-bottom: 40px;
}

.content-pageDetail * {
    max-width: 100%;
}

.wrapper-bodycontact .wrapbox-content-left {
    padding-right: 0;
}

.layout-pageContact .breadcrumb-shop {
    margin-bottom: 0;
}

.contact-info {
    padding: 80px 0;
}

.box-info-contact,
.box-send-contact {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}

.box-info-contact {
    margin-bottom: 15px;
}

.box-info-contact li {
    margin-bottom: 10px;
}

.box-info-contact li > span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
}

.box-info-contact li p {
    color: rgba(2, 15, 38, 0.6);
    margin-bottom: 25px;
}

.box-info-contact li.email a {
    color: rgba(2, 15, 38, 0.6);
    position: relative;
}
.box-info-contact li.email a:after {
    content: "";
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: var(--shop-color-text);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
}
.box-info-contact li.email a:hover {
    color: var(--shop-color-text);
}
.box-info-contact li.email a:hover:after {
    transform: scale(1);
}

.box-info-contact li.phone a {
    font-size: 20px;
    font-weight: 600;
    color: var(--shop-color-text);
}

.contact-social {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}
.contact-social li {
    margin: 0;
}
.contact-social li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--shop-color-border);
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    display: inline-block;
}
.contact-social li svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.contact-social li.social-svg a {
    line-height: 40px;
}

.contact-about {
    padding: 100px 0;
    position: relative;
    background-size: cover !important;
    background-position: center;
}
.contact-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.contact-about .row {
    margin: 0;
}
.contact-about .typing-container .desc {
    color: #fff;
    font-size: 42px;
    line-height: 1.3;
}
.contact-about .btn-more {
    text-align: right;
}

.wrapbox-contact {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.wrapbox-contact .infoList-contact {
    width: 50%;
}

.box-send-contact h2,
.box-info-contact h2 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
}

.box-send-contact p {
    margin-bottom: 15px;
}

.box-send-contact .contact-form .input-group {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.box-send-contact .contact-form .input-group:before,
.box-send-contact .contact-form .input-group:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-send-contact .contact-form .input-group:after {
    background-color: var(--shop-color-border);
    width: 100%;
    z-index: 1;
}
.box-send-contact .contact-form .input-group:before {
    background-color: var(--shop-color-text);
    z-index: 2;
}
.box-send-contact .contact-form .input-group:hover:before {
    width: 100%;
}
.box-send-contact .contact-form .input-group svg {
    fill: currentColor;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 4;
}
.box-send-contact .contact-form .input-group.phone svg {
    stroke: currentColor;
}
.box-send-contact .contact-form .input-group input,
.box-send-contact .contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px 8px 30px;
    border: none;
    border-bottom: 1px solid var(--shop-color-border);
    border-radius: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.box-send-contact .contact-form .input-group textarea {
    width: 100%;
    height: 100px;
    padding: 12px 20px 8px 30px;
}
.box-send-contact .contact-form .input-group textarea:focus {
    outline: none;
}

.box-send-contact .cta-submitform svg {
    fill: currentColor;
}

.contact-bottom {
    display: flex;
    align-items: center;
    gap: 30px 50px;
    margin-top: 30px;
}
.contact-bottom .check-form {
    font-size: 13px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 10px;
}
.contact-bottom .check-form a {
    border-bottom: 1px solid rgba(2, 15, 38, 0.6);
}

@media (min-width: 992px) {
    .box-map-contact iframe {
        height: 590px;
    }
}

@media (max-width: 991px) {
    .wrapbox-contact {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .wrapbox-contact .infoList-contact {
        width: 100%;
    }
    .box-map-contact iframe {
        height: 300px;
    }
    .box-info-contact {
        padding: 0;
    }
    .contact-form .input-group {
        margin-bottom: 15px;
    }
    .contact-form .input-group input,
    .contact-form .input-group textarea {
        font-size: 14px;
    }
    .contact-bottom {
        flex-flow: column-reverse;
        align-items: start;
        gap: 25px 50px;
        margin-top: 15px;
    }
    .contact-about .btn-more {
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .wrapbox-content-right {
        padding: 0;
    }
    .box-map-contact iframe {
        height: 200px;
    }
    .contact-info {
        padding: 40px 0;
    }
    .contact-about {
        padding: 60px 0;
    }
    .contact-about .typing-container .desc {
        font-size: 22px;
    }
}

.box-map-contact iframe {
    width: 100%;
}

.box-send-contact .contact-form .input-group:hover:before {
    width: 100%;
}

.box-send-contact .button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 15px 25px;
    line-height: normal;
    color: var(--shop-color-button-text);
    background-color: var(--shop-color-hover);
    border: 0;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    outline: none !important;
    -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-send-contact .button:before {
    content: "";
    display: block;
    background-color: var(--shop-color-button);
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-send-contact .button:hover,
.box-send-contact .button:focus {
    border-color: var(--shop-color-main);
    color: var(--shop-color-button-text);
    opacity: 0.9;
}

@media (min-width: 992px) {
    .box-send-contact .button:hover,
    .box-send-contact .button:focus {
        border-color: var(--shop-color-main);
        color: var(--shop-color-button-text);
        opacity: 0.9;
    }
    .box-send-contact .button:hover:before,
    .box-send-contact .button:focus:before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

.box-send-contact svg {
    overflow: hidden;
    vertical-align: middle;
}

.box-send-contact .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
