@import url('video_youtube.css');
@import url('contact.css');
@import url('home-animation.css');

.co-working-space .page-title,
.image-pro .page-title,
.dining .page-title{
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}

.page-template-working-space .breadcrumbs,
.page-template-image-pro .breadcrumbs,
.page-template-dining .breadcrumbs {
    padding: 40px 0 40px;
}

.co-working-space .title-page-bg svg,
.image-pro .title-page-bg svg,
.dining .title-page-bg svg  {
    -webkit-animation-name: messageIllustBounds;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-name: messageIllustBounds;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: .8s;
    position: absolute;
    z-index: 0;
    left: 60px;
    top: -4px;
    pointer-events: none;
    cursor: none;
    opacity: 0;
}

.title-page-bg {
    position: relative;
}

.co-working-space .detail_youtube_video_wrapper,
.image-pro .detail_youtube_video_wrapper,
.dining .detail_youtube_video_wrapper {
    padding: 0;
}

.dining .detail_youtube_video{
    max-width: 100%;
}

.co-working-space .detail_youtube_video {
    margin-bottom: 80px;
}

.image-pro .detail_youtube_video {
    margin-bottom: 65px;
}

.content-and-slider {
    display: flex;
    width: 100%;
    column-gap: 60px;
}

.content-and-slider .brand-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.content-and-slider h4.section-title {
    margin-bottom: 20px;
}

.content-and-slider .section-description p{
    margin-bottom: 20px;
}

.content-and-slider .content-section {
    display: block;
    width: 45%;
    padding: 40px 0 0 40px;
    border-left: 1px solid #F0EDE1;
    border-bottom: 1px solid #F0EDE1;
    border-radius: 0 0 0 5px;
}

.content-and-slider .image-slider-section {
    display: block;
    width: 55%;
    overflow: hidden;
    position: relative;
}

.content-and-slider .brand-logo img {
    width: 200px;
    height: 120px;
    display: block;
}

.content-and-slider .image-slider-section .navigation {
    display: flex;
    position: relative;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

.content-and-slider .image-slider-section .image-item.swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 446px;
}

.content-and-slider .image-slider-section .swiper-button-next, 
.content-and-slider .image-slider-section .swiper-button-prev {
    position: relative;
    border: 1px solid #00ACD7;
    width: 36px;
    height: 36px;
    background: #00ACD7;
    border-radius: 50%;
}

.content-and-slider .image-slider-section .swiper-button-next:hover, 
.content-and-slider .image-slider-section .swiper-button-prev:hover{
    background: transparent;
}

.content-and-slider .image-slider-section .swiper-button-next:hover svg path,
.content-and-slider .image-slider-section .swiper-button-prev:hover svg path {
    stroke: #00ACD7;
}

.content-and-slider .image-slider-section .swiper-button-next svg, 
.content-and-slider .image-slider-section .swiper-button-prev svg{
    width: 10px;
    height: 14px;
}

.content-and-slider .image-slider-section .swiper-button-next svg path, 
.content-and-slider .image-slider-section .swiper-button-prev svg path{
    stroke: #fff;
}

.content-and-slider .image-slider-section .swiper-button-next.swiper-button-disabled, 
.content-and-slider .image-slider-section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    border: 1px solid #00ACD7;
    background: #fff;
}

.content-and-slider .image-slider-section .swiper-button-next.swiper-button-disabled svg path, 
.content-and-slider .image-slider-section .swiper-button-prev.swiper-button-disabled svg path{
    stroke: #00ACD7;
}

.content-and-slider .image-slider-section .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    height: auto;
    margin: 62px 0 0 0;
}

.content-and-slider .image-slider-section span.swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #959595;
    opacity: 0.3;
    border-radius: 0;
    transition: all .5s;
}

.content-and-slider .image-slider-section .swiper-bullets-dots.swiper-pagination-bullets {
    display: flex;
    column-gap: 10px;
    height: auto;
    margin: 40px 0 0 0;
}

.content-and-slider .image-slider-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
    background-color: #00ACD7;
}

.content-and-slider .image-slider-section .swiper-button-next:after, 
.content-and-slider .image-slider-section .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.content-and-slider .image-slider-section .swiper-button-prev:after, 
.content-and-slider .image-slider-section .swiper-rtl .swiper-button-next:after {
    display: none;
}

.content-and-slider .image-slider-section .swiper-button-next, 
.content-and-slider .image-slider-section .swiper-rtl .swiper-button-prev {
    right: 0;
    order: 2;
    transform: rotate(180deg);
}

.content-and-slider .image-slider-section .swiper-button-prev, 
.content-and-slider .image-slider-section .swiper-rtl .swiper-button-next{
    left: 0;
    order: 1;
}

.cms-contact-information .list-infor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
    row-gap: 28px;
    padding: 26px 0 0 45px;
}

.cms-contact-information .contact-title {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.cms-contact-information .list-infor .item {
    display: block;
    width: calc(100% / 3 - 20px);
}

.cms-contact-information .list-infor .item a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.cms-contact-information .list-infor .item p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.cms-contact-information .list-infor .item strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.cms-contact-information{
    padding: 120px 0;
}

.image-pro .content-and-slider .brand-logo img,
.dining .content-and-slider .brand-logo img{
    width: 48px;
    height: 48px;
    display: block;
}

.section-what-we-offer .offer-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px 20px;
    padding-top: 80px;
}

.section-what-we-offer .offer-item {
    display: block;
    width: calc(100% / 3 - 14px);
}

.section-what-we-offer h5.title-item {
    margin-top: 18px;
    margin-bottom: 11px;
}

.section-what-we-offer .description p {
    margin-bottom: 20px;
}

.section-what-we-offer .offer-list-block {
    background: #F0EDE1;
    padding-bottom: 50px;
}

.section-what-we-offer .title-section h3 {
    display: block;
    text-align: center;
}

.section-what-we-offer .title-section {
    position: relative;
    padding: 31px 0;
}

.section-what-we-offer .title-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #282828, #282828 8px, transparent 8px, transparent 16px);
    position: absolute;
    top: 1px;
    left: 0;
}

.section-what-we-offer .image-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.section-what-we-offer .title-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #282828, #282828 8px, transparent 8px, transparent 16px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dining .detail_youtube_video {
    margin-bottom: 120px;
}

.image-pro .detail_youtube_video {
    margin-bottom: 66px;
}

@media screen and (max-width:1080px) {
    .co-working-space .title-page-bg svg, 
    .image-pro .title-page-bg svg, 
    .dining .title-page-bg svg {
        left: 0;
        top: 0;
        width: 271px;
        height: 63px;
    }

    .content-and-slider .content-section {
        padding: 40px 0 30px 40px;
    }
}

@media screen and (max-width:991px) {
    .content-and-slider .content-section {
        border-left: 0;
        border-bottom: 0;
    }
    
    .content-and-slider {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .section-what-we-offer .offer-item {
        width: calc(100% / 2 - 10px);
    }

    .content-and-slider .content-section {
        padding: 0;
        width: 100%;
    }

    .content-and-slider .image-slider-section {
        width: 100%;
    }

    .cms-contact-information .list-infor .item {
        width: calc(100% / 2 - 20px);
    }
    
    .cms-contact-information {
        padding: 80px 0 60px;
    }
}

@media screen and (max-width:767px) {
    .content-and-slider .brand-logo img {
        width: 166px;
        height: 100px;
    }

    .content-and-slider h4.section-title {
        font-size: 20px;
        line-height: 30px;
    }

    .content-and-slider .image-slider-section .navigation {
        flex-wrap: wrap;
    }

    .content-and-slider .image-slider-section .swiper-bullets-dots.swiper-pagination-bullets {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .content-and-slider .image-slider-section .swiper-pagination {
        width: 100%;
        justify-content: flex-end;
        margin: 46px 0 0 0;
    }

    .content-and-slider .image-slider-section span.swiper-pagination-bullet {
        width: 52px;
    }

    .dining .detail_youtube_video {
        margin-bottom: 99px;
    }

    .cms-contact-information .list-infor .item {
        width: 100%;
    }

    .cms-contact-information .list-infor {
        column-gap: 30px;
        row-gap: 30px;
        padding: 28px 50px 0 45px;
    }

    .co-working-space .detail_youtube_video_wrapper, 
    .image-pro .detail_youtube_video_wrapper, 
    .dining .detail_youtube_video_wrapper {
        display: block;
    }

    .co-working-space .detail_youtube_video {
        margin-bottom: 100px;
    }

    .section-what-we-offer .offer-item {
        width: 100%;
    }

    .section-what-we-offer .offer-list {
        gap: 40px 20px;
    }

    .dining .contact-form::before {
        clip-path: ellipse(288% 84% at 50% 88%);
    }

    .section-what-we-offer .offer-list-block {
        padding-bottom: 50px;
    }

    .dining .contact-form {
        padding-top: 153px;
    }
}

@media screen and (max-width:500px) {
    .content-and-slider .image-slider-section .image-item.swiper-slide img {
        height: 220px;
    }
}