.section-title {
    padding-top: 170px;
    padding-bottom: 50px;
}
.section-title.lab-title {
    position: relative;
    z-index: 1;
}
.in-header h1 span {
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
}
.in-header h1 .font-light {
    font-weight: normal;
}
.in-headerText {
    margin-top: .5rem;
    margin-bottom: 0;
}
.section-title .bg-word-wrap {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bg-word {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26vw;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 379px;
    letter-spacing: -9.91px;
    text-transform: uppercase;
    color: rgba(233,233,233,.28);
    user-select: none;
    height: 250px;
    width: 100%;
    white-space: nowrap;
}
.featured-img {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.featured-img.video-img {
    padding-bottom:50%;
}
.featured-img img {
    max-width: 500px;
    margin: 0 auto;
}
.featured-img .bg,.featured-img img {
    transition: all .5s;
}
.featured-img.animate-scale:hover img {
    transform: scale(1.05);
}
.h-text {
    margin-top: 30px;
}
.h-text h4 {
    margin-bottom: 15px;
}
.lab-slide {
    margin: 0 auto;
    max-width: 1022px;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 2px 36px 0 rgb(0 0 0 / 9%);
    background-color: #ddd;
}
.image-album {
    margin-top: 0;
}
.lab-slide .bg {
    max-height: 420px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain!important;
}
.lab-slide .swiper-wrapper {
    max-height: 420px;
}
.lab-slide .swiper-pagination span {
    color: #000;
}
.s-s-l-title {
    position: relative;
    z-index: 3;
}
.v-title {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    display: flex;
    flex-direction: column;
    z-index: 3;
}
.v-title h1 {
    font-size: 50px;
    color: #010101;
    text-transform: uppercase;
}
.v-title h1 {
    font-size: 45px;
    color: #010101;
    display: none;
    text-transform: uppercase;
}
.s-title-icon {
    display: flex;
}
.circle-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.circle-icon:hover {
    border-color: #000c7d;
    background-color: #000c7d;
}
.s-l-title h1::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 2px;
    height: 179px;
    right: 3px;
    top: 100px;
    opacity: .4;
}
.s-l-title h1::after {
    position: absolute;
    content: "";
    background-color: #ee1c25;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: 0;
    top: 75px;
}
.video-lab {
    margin-top: 50px;
    position: relative;
}
.circle-icon svg {
    width: 15px;
    height: 15px;
}
.attached-files {
    margin-top: 30px;
}
.o-window__item .o-window__link {
    display: flex;
    padding: 20px;
    border: solid 1px #dadada;
    margin-bottom: 30px;
    transition: all .3s;
}
.o-window__item .o-window__link:hover {
    color: #fff;
    border-color: transparent;
    background-color: #000c7d;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.o-window__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.o-window__icon svg {
    width: 17px;
    height: 17px;
}
.o-window__icon {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.o-window__item .o-window__link:hover .o-window__icon {
    opacity: 1;
    visibility: visible;
}
.page-share {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-share .share-item .site-button {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}
.share-block {
    display: flex;
    flex-wrap: wrap;
}
.news-overview .news-columns .new-column {
    border-bottom: solid 1px #979797;
    background: #fff;
}
.details-header {
    display: flex;
    align-items: flex-start;
}
.details-header .go-back {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    flex: 0 0 auto;
}
.section-type {
    font-size: 18px;
    font-weight: bold;
}
.go-back-arrow {
    display: flex;
    position: relative;
    transition: all .3s;
}
.go-back-arrow svg {
    width: 13px;
    height: 13px;
}
.go-back-name {
    transition: all .3s;
}
.main-header-title {
    max-width: 770px;
}
.details-header .date {
    font-weight: normal;
    margin-top: 10px;
}
.section-archive .gutter {
    height: 100%;
}
.h-photo {
    display: flex;
}
.h-p-colum {
    width: 100%;
    position: relative;
    z-index: 1;
}
.h-p-row {
    position: relative;
    margin-bottom: 50px;
}
.photo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 335px;
    position: relative;
}
/*.h-photos .ds-flex>:nth-child(3n - 1) {
    transform: translateY(-100px);
}
.h-photos {
    padding-top: 100px;
}*/
.photo-name {
    display: flex;
    padding-top: 20px;
}
.p-line {
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
}
.p-line span:nth-of-type(1) {
    position: relative;
    width: 9px;
    height: 9px;
    background-color: #ee1c25;
    border-radius: 50%;
    margin-left: 15px;
}
.contact-info .c-info h5.little {
    width: 100%;
    font-size: 17px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    padding-top: 15px;
}
.c-info {
    font-weight: bold;
    padding-bottom: 50px;
}
.c-info .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(34 34 34 / .44);
    transition: all .6s cubic-bezier(.25,.8,.25,1);
}
.c-info .b-meta-img {
    opacity: 0.3;
}
.c-info .b-meta-icon svg {
    width: 20px;
    height: 20px;
}
.co-form .s-form {
    max-width: 700px;
}
.co-form .title {
    margin-bottom: 30px;
}
.g-map {
    width: 100%;
    height: 100%;
}
.t-img {
    display: flex;
    height: 240px;
}
.t-img img {
    object-position: top;
}
.t-info {
    margin-top: 15px;
    text-align: center;
}
.t-name {
    color: #000c7d;
}
.t-level {
    margin-top: 6px;
    color: #111;
}
.t-level p {
    margin-bottom: 0;
}
.team-social {
    margin-top: 20px;
}
.team-social__nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-social__nav li:last-child {
    margin-left: 0;
}
.team-social ul li a {
    color: #999;
}
.social-icon {
    display: flex;
}
.team-block {
    margin-bottom: 50px;
}
.team-social ul li a:hover {
    color: #000c7d;
}
.section-type {
    margin-bottom: 10px;
    display: inline-block;
}
.media-item {
    margin-bottom: 60px;
    background-color: #fff;
    box-shadow: 0 2px 36px 0 rgb(0 0 0 / 9%);
}
.media-thumb {
    display: flex;
    position: relative;
}
.media-cont {
    padding: 20px;
}
.main-video {
    padding: 50px;
    box-shadow: 0 2px 36px 0 rgb(0 0 0 / 9%);
    background-color: #fff;
}
.main-video--thumb {
    display: flex;
    position: relative;
}
.main-video--thumb img {
    max-height: 451px;
}
.main-video .media-icon__circle {
    opacity: 1;
}
.cd-block .gutter {
    height: 100%;
    display: flex;
}
.cd-item {
    flex: 1;
    display: flex;
}
.cd-item .cd-inner {
    flex: 1;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #bbb;
}
@media (max-width: 1200px) {
    .section-title {
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .in-header h1 span {
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .in-header h1 span {
        font-size: 28px;
    }
    .v-title h1 {
        font-size: 40px;
    }
    .details-header .go-back {
        margin-left: 50px;
    }
    .circle-icon {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 991px) {
    .news-columns .block-33:nth-child(3n+3) .new-column {
        border-left: none;
    }
    .news-columns .block-33:nth-child(2n+2) .new-column {
        border-left: solid 1px #979797;
    }
    .g-map {
        width: auto;
        height: 300px;
        margin: 0 30px;
        margin-bottom: 30px!important;
    }
}
@media (max-width: 768px) {
    .section-title {
        padding-top: 110px;
        padding-bottom: 35px;
    }
    .in-header h1 span {
        font-size: 25px;
    }
    .lab-slide .bg, .lab-slide .swiper-wrapper {
        max-height: 350px;
    }
    .circle-icon {
        width: 60px;
        height: 60px;
    }
    .v-title h1 {
        font-size: 35px;
    }
    .page-share .share-item .site-button {
        width: 37px;
        height: 37px;
    }
    .details-header .go-back {
        margin-left: 40px;
    }
    .section-archive .property__link {
        padding: 30px;
    }
    .g-map {
        margin: 0 24px;
    }
    .media-item {
        margin-bottom: 48px;
    }
    .media-icon__circle {
        width: 60px;
        height: 60px;
    }
    .media-icon__circle .camera-icon {
        width: 22px;
        height: 22px;
    }
    .media-icon__circle .play-icon {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 550px) {
    .lab-slide .bg, .lab-slide .swiper-wrapper {
        max-height: 300px;
    }
    .v-title {
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .video-lab--thumb {
        max-width: 100%;
    }
    .s-title-icon {
        justify-content: center;
    }
    .v-title h1 {
        font-size: 25px;
    }
    .circle-icon svg {
        width: 12px;
        height: 12px;
    }
    .in-header h1 span {
        font-size: 23px;
    }
    .o-window__item .o-window__link {
        margin-bottom: 15px;
    }
    .block-33:last-child .o-window__item .o-window__link:last-child {
        margin: 0;
    }
    .page-share {
        flex-direction: column;
    }
    .share-title {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .news-columns .block-33:nth-child(2n+2) .new-column {
        border-left: none;
    }
    .news-columns .block-33:nth-child(1n+1) .new-column {
        border-left: solid 1px #979797;
    }
    .details-header {
        flex-direction: column;
    }
    .details-header .go-back {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .h-p-row {
        margin-bottom: 35px;
    }
    .c-info {
        padding-bottom: 30px;
    }
    .g-map {
        margin: 0 15px;
    }
    .media-item {
        margin-bottom: 30px;
    }
    .media-icon__circle {
        opacity: 1;
    }
}
@media (max-width: 425px) {
    .lab-slide .bg, .lab-slide .swiper-wrapper {
        max-height: 250px;
    }
    .circle-icon {
        width: 50px;
        height: 50px;
    }
    .v-title h1 {
        font-size: 22px;
    }
    .section-title {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .page-share .share-item .site-button {
        width: 35px;
        height: 35px;
    }
    .c-info {
        padding-bottom: 20px;
    }
    .g-map {
        height: 250px;
    }
    .t-img {
        height: 270px;
    }
    .media-icon__circle {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 375px) {
    .g-map {
        height: 200px;
    }
    .media-icon__circle {
        width: 50px;
        height: 50px;
    }
    .media-icon__circle .play-icon {
        width: 17px;
        height: 17px;
    }
    .media-icon__circle .camera-icon {
        width: 20px;
        height: 20px;
    }
}