body .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}

body .breadcrumb {
    background-color: transparent;
}

.section12 {
    margin: 0 auto;
}

.section12 .breadcrumb {
    padding-top: 29px;
    padding-bottom: 16px;
    padding-left: 0px;
}

.section12 .breadcrumb li {
    font-family: "Regular";
}

.section12 .breadcrumb a {
    color: black;
    font-size: 16px;
    font-family: "Regular";
}

body .breadcrumb .active {
    color: #FD9701;
}

.section12 .hr {
    background-color: #FD9701;
    position: relative;
    width: 99%;
}

.section12 .section12__title {
    margin-top: 42px;
    margin-bottom: 50px;
}

.section12 .hr::After {
    content: "";
    background-color: #FD9701;
    display: block;
    width: 7%;
    height: 3px;
    position: absolute;
    top: -4px;
    left: 230px;
}

.section12 .cover__text {
    font-size: 45px;
    background: linear-gradient(to right, #0BA550, #006768);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0px;
    left: -3px;
    margin-bottom: 0px;
}

.section12 .cover {
    font-size: 45px;
    margin-bottom: 0px;
    color: white;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #0BA550, 1px -1px 0 #0BA550, -1px -1px 0 #0BA550;
}

.section12__item h3 {
    font-size: 16px;
    color: #FD9701;
    font-family: "SemiBold";
}

.section12__item h3::after {
    content: "";
    width: 38px;
    height: 3px;
    display: block;
    background-color: #CCCCCC;
}

.section12__item p {
    font-size: 16px;
    font-family: "Regular";
}

.section12 .item {
    margin-bottom: 20px;
}

.section12 .item:last-child {
    margin-bottom: 0px;
}

.section12 .item__right h3 {
    font-size: 18px;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 355px;
}

.section12 .item__right h3::after {
    content: "";
    background-color: #FD9701;
    display: block;
    width: auto;
    height: 2px;
}

.section12 .input {
    background-color: #F2F2F2;
    color: #A5A7AA;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    width: 355px;
}

.section12 input,
.section12 textarea {
    background-color: transparent;
    border: none;
    background: #ffffff40;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    touch-action: manipulation;
    direction: ltr;
}

.section12 textarea {
    height: 10em !important;
}

.section12 input:focus,
.section12 textarea:focus {
    outline: none;
}

.section12 .map iframe {
    width: 200px;
    height: 125px;
}

.scrolltop {
    position: fixed;
    color: #fff;
    margin-left: .12em;
    margin-right: .12em;
    padding-left: 0;
    padding-right: 0;
    min-width: 2.5em;
    display: inline-block;
    border: 2px solid currentColor;
    background-color: transparent;
    line-height: 2.19em;
    bottom: 70pt;
    right: 25pt;
    border-radius: 999px !important;
    object-fit: cover;
    transition: color .3s, opacity .3s, transform .3s;
}

.scrolltop:active {
    opacity: 1;
    pointer-events: inherit;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scrolltop:hover {
    background-color: #ff4500;
}

.scrolltop>span {
    margin: 0 8px;
}

.scrolltop span {
    font-size: 1.2em;
    vertical-align: middle;
    top: -1.5px;
    color: #446084;
    background-color: transparent;
    right: -0.6em;
    border-color: rgba(0, 0, 0, .05);
}

.scrolltop span:hover {
    color: #fff;
}

.scrolltop span.glyphicon-menu-up:before {
    content: "^";
}

.scrolltop span.glyphicon {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .section12 .cover__text {
        font-size: 60px;
    }
    .section12 .cover {
        font-size: 60px;
    }
    .section12 .map iframe {
        width: 200px;
    }
    .section12 .item__right h3 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .section12 .input {
        background-color: #F2F2F2;
        color: #A5A7AA;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .section12 .item__right h3,
    .section12 .input {
        width: auto !important;
    }
}

@media screen and (max-width: 992px) {
    .section12 .img-right {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .section12 .cover__text {
        font-size: 40px;
    }
    .section12 .cover {
        font-size: 40px;
    }
    .section12 .map iframe {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {}