.empty__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.empty__content > p {
    margin-top: -30px;
    font-weight: 500;
    font-style: italic;
}

.page__page {
    min-height: 400px;
    padding: 40px 0 40px 0;
}

.page__banner {
    margin-top: -60px;
}

.page__banner .box-thumbnail {
    padding-top: 19.153%;
    height: 0;
}

.page__banner.event .box-thumbnail {
    padding-top: 34.72%;
}

.page__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    padding: 0 15px;
}

.page__overlay h1 {
    font-size: 32px;
    margin: 0 0 40px 0;
    text-align: center;
    text-shadow: 2px 2px 2px #666;
}

.page__contact .box {
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
}

.share__social a {
    width: 30px;
    height: 30px;
    background: var(--t4s-text-content-color);
    color: #fff !important;
    border-radius: 100%;
}

.share__social a:hover {
    background: var(--t4s-primary-color);
}

.page__sidebar {
    position: sticky !important;
    top: 100px;
    right: 0;
    overflow: hidden;
}

.page__box {
    margin-top: -80px;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    box-shadow: rgba(60, 64, 67, 0.1) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    border-radius: 5px;
}

.empty-state {
    width: 100%;
    margin: 40px auto;
}

.empty-state__content {
    padding: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.empty-state__content .empty-state__icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    background-color: #f7fafc;
    box-shadow: 0 2px 1px #e1e3ec;
}

.empty-state__content .empty-state__icon img {
    width: 170px;
}

.page__about {
    padding: 100px 0;
}

.empty-state__content .empty-state__message {
    color: var(--t4s-primary-color);
    font-size: 1.5rem;
}

.section__team .box-thumbnail {
    padding-top: 100%;
}

.section__team .item {
    border: 1px solid rgba(241, 242, 243, 1);
    transition: 0.5s all ease;
}

.section__team p {
    margin-bottom: 0.6em;
}

.section__team p:last-child {
    margin-bottom: 0 !important;
}

.section__team .item:hover {
    background-color: var(--t4s-secondary-color);
}

.section__team .item:hover a, .section__team .item:hover p {
    color: white !important;
}

.section__team .box-thumbnail {
    padding-top: 100%;
}

.section__team .item {
    border: 1px solid rgba(241, 242, 243, 1);
    transition: 0.5s all ease;
}

.section__team p {
    margin-bottom: 0.6em;
}

.section__team p:last-child {
    margin-bottom: 0 !important;
}

.section__team .item:hover {
    background-color: var(--t4s-primary-color);
}

.section__vision {
    background-color: var(--t4s-primary-color);
    color: #fff;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 100px;
    line-height: 1.5em;
}

.section__vision h3 {
    margin-bottom: 15px;
}

.section__vision p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0;
}

.section__team .item:hover a, .section__team .item:hover p {
    color: white !important;
}

.section__category__service .box-thumbnail {
    width: 80px;
    height: 80px;
}

.section__category__service .item {
    background: rgba(248, 248, 248, 1);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    height: 100%;
}

.section__category__service .item:hover {
    border-color: var(--t4s-primary-color);
    background: var(--t4s-primary-color);
}

.section__category__service .item:hover h5, .section__category__service .item:hover p {
    color: #fff !important;
}

.section__category__service .item:hover img {
    filter: brightness(0) invert(1);
}

.page__news .box-thumbnail {
    padding-top: 56.25%;
}

.section__service .box-thumbnail {
    padding-top: 62%;
}

.section__service .box {
    background-color: rgba(248, 248, 248, 1);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -30px;
    z-index: 9;
    transform: scaleX(1.1);
    height: 90%;
}

.section__service .container > .row > [class*=col-]:nth-child(even) > .row {
    display: flex;
    flex-direction: row-reverse;
}

.section__service .container > .row > [class*=col-]:nth-child(even) > .row .box {
    left: initial;
    right: -30px;
}

.section__category__working .box-thumbnail {
    padding-top: 60%;
}

.section__category__working .item {
    background: rgba(248, 248, 248, 1);
    height: 100%;
}

.section__category__working .item h5 {
    height: 60px;
}

.section__category__working .box {
    padding: 20px;
}

.section__service__list .quote {
    position: relative;
    background-color: rgba(0, 117, 186, 0.17);
    padding: 40px 100px;
    font-size: 18px;
    line-height: 1.5em;
    border-radius: 5px;
}

.section__service__list .quote svg {
    position: absolute;
    top: 40px;
    color: var(--t4s-primary-color);
}

.section__service__list .quote svg:first-child {
    left: 30px;
}

.section__service__list .quote svg:last-child {
    right: 30px;
}

.section__service__list p[style="text-align:right;"] {
    margin-bottom: 0 !important;
}

.section__service__list .banner .box-thumbnail {
    height: 100%;
}

.section__service__list .banner .box {
    font-size: 18px;
    line-height: 1.7em;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--t4s-primary-color);
    color: #fff;
    padding: 30px;
}

@media (max-width: 1199px) {
    .owl-nav > button.owl-prev, .owl-nav > button.owl-next {
        top: -35px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    .page__overlay h1 {
        font-size: 28px;
    }

    .page__banner .box-thumbnail {
        height: 250px;
        padding-top: 0;
    }

    .owl-nav > button.owl-prev, .owl-nav > button.owl-next {
        top: -25px;
    }

    .section__service .box {
        left: 0 !important;
        right: 0 !important;
        transform: none;
        height: auto;
        padding: 20px 10px;
    }

    .section__service .text__one__line {
        display: block;
    }

    .section__category__working .item h5 {
        height: auto;
    }

    .section__service__list .banner .box {
        padding: 20px 10px;
    }

    .section__service__list .banner .box-thumbnail {
        height: auto;
        padding-top: 60%;
    }

    .cd-timeline__container::before, .cd-timeline__img, .timeline-pin {
        display: none !important;
    }

    .cd-timeline__content {
        margin: 20px 0 !important;
        width: 100% !important;
        padding: 20px 10px !important;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .page__contact .text__one__line {
        display: block !important;
    }

    .page__about .ck-content .image-style-side {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }

    .ck-content .image-style-side {
        max-width: 100% !important;
    }

    .page__sharespace__detail .fs-24 {
        font-size: 16px;
    }

    .section__service__list .quote {
        padding: 25px 10px;
    }

    .section__service__list .quote svg {
        display: none;
    }
}
