.contact-section .contact-wrapper {
    text-align: center;
}

/*.navbar-light .navbar-nav .current-menu-item .nav-link:before {
    opacity: 1;
    width: 100%;
}*/
.projection-sec .thum-wrapper {
    margin-bottom: 20px;
    padding-top: 10px;
}
.banner-content p {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
}
.text-box a {
    color: #ffbe4a;
}
.black {
    color: #000;
}
/*.banner.post-banner .item.slider-item img {
    width: 100%;
    height: 625px;
    object-fit: cover;
}*/
video#video_iframe {
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}
.cta.cta-border {
    border: 1px solid #161616;
}
.projection-detail-sec .pro-deatil-img img {
    /* height: 100%; */
    height: 300px;
    object-fit: cover;
}
.banner.post-banner a.cta.btn_go_back {
    background-color: #ffbe4a;
    color: #000;
}
.banner.post-banner a.cta.btn_go_back:hover {
    background-color: #fff;
    color: #000;
}
.text-col p strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
@media(max-width: 991px) {
    .banner .triangle {
        bottom: -13px;
    }
   /* .banner.post-banner .item.slider-item img {
        height: 400px;
    }*/
}
@media(max-width: 767px){
    .banner .triangle {
        display: none;
    }
   /* .banner.post-banner .item.slider-item img {
        height: 288px;
    }*/
    .slider-item .banner-content .content-wrapper {
        max-width: 100%;
    }
}
@media(max-width: 480px){
    /*.banner.post-banner .item.slider-item img {
        height: auto;
    }*/
    .slider-item .banner-content {
        margin-top: 110px;
    }
    video#video_iframe {
        min-height: auto;
    }
    .banner .triangle {
        bottom: -13px;
        display: none;
    }
    .banner .item {
        height: 300px;
    }
    .banner .item>img {
        position: static;
    }
   /* .banner-content h1 {
        font-size: 20px;
        margin-bottom: 0px;
        background-color: #ffffff61;
        padding: 4px 10px;
        background: rgb(2,0,36);
        background: linear-gradient(272deg, rgb(2 0 36 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 57%) 100%);
        width: 100%;
        margin: 0;
        max-width: 100%;
    }*/
    .triangle {
        display: none;
    }

    .banner-content .container {
        padding-left: 0px;
    }

    .banner .item>img {
        object-position: bottom left;
    }

    .slider-item .banner-content .content-wrapper {
        background-image: linear-gradient(272deg, rgb(2 0 36 / 0%) 0%, rgb(255 255 255 / 9%) 50%, rgb(255 255 255 / 71%) 100%);
        padding: 4px 15px;
    }
    .banner-content h1 {
        padding: 0px;
        font-size: 20px;
    }
    .text-col p strong {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media(max-width: 375px) {
    .banner .item {
        height: 250px;
    }
    .slider-item .banner-content {
        margin-top: 97px;
    }
}