@media (max-width: 991px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 74px;
        z-index: 999;
    }
    .navbar-header {
        background: 0 0;
        position: absolute;
        top: 5px;
        left: 15px;
        z-index: 2;
    }
    header .container {
        margin: 0;
        padding: 0;
    }
    header .navigation-menu {
        justify-content: center!important;
    }
    .navbar-collapse.collapse {
        display: none;
    }
    .navbar-collapse.collapse.in {
            display: block!important;
            padding: 0;
        }

    .navbar * {
        -webkit-transition-duration: 0s;
    }

    .navbar-collapse {
        box-shadow: none;
        background: #330000!important;
        width: 100%;
        position: absolute;
        top: 75px;
    }

    .navbar-header {
        float: none;
    }
    
    .navbar-toggle .icon-bar {
        background: #FFF!important;
    }

    .navbar-nav {
        width: 100%;
        padding: 25px 0;
        text-align: center;
    }

        .navbar-nav > li {
            float: none;
        }

    .nav li {
        margin: 15px 13px;
        display: block;
    }
}

@media (max-width: 414px) {
    .TN-grid-gallery {
        height: 180px;
    }

    #work .section-title .title-bottom {
        font-size: 50px;
        line-height: unset;
        position: absolute;
        margin-top: 30px;
    }

    .Back-right {
        width: 100%;
        height: 429px;
        background-position: center;
    }

    .Back-left {
        width: 100%;
        height: 429px;
        background-position: center;
    }

    .work-video {
        width: auto;
        height: 380px;
        padding-top: 90px;
    }

    .icon-work {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: -30px;
        text-align: center;
    }

        .icon-work img {
            width: 60%;
            margin: unset;
        }

        .icon-work a:nth-child(2) {
            padding: 0;
        }

    #contact .section-title .title-bottom {
        font-size: 50px;
    }

    #contact .row {
        flex-direction: column-reverse;
    }

    #contact .col-5 {
        max-width: none;
    }

    #contact .col-7 {
        max-width: none;
    }

    #contact .col-12 {
        max-width: none;
    }

    .icon-contact {
        line-height: 2;
        margin-top: 50px;
    }

    .animated {
        font-size: 16px;
        width: 150px;
        height: 50px;
        margin-top: 15px;
    }

    .TP-bio {
        padding: 42px 0 0 0;
        height: auto;
    }

        .TP-bio .section-title .title-bottom {
            font-size: 50px;
            margin-top: 0;
            margin-bottom: 0;
        }

        .TP-bio .bio-content {
            width: 90%;
        }

    .TP-Album .section-title .title-bottom {
        font-size: 50px;
    }

    #news .section-title .title-bottom {
        font-size: 50px;
    }

    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news_image {
        line-height: 0;
    }

    #news .news_item .news_image a {
        display: inline-block;
    }

    .image {
        width: 100%;
        height: unset;
    }

    #news {
        padding: 48px 0;
    }

    .news-trans {
        font-size: 50px;
        margin-top: 10px;
    }

    .news_detail_title {
        font-size: 27px;
        text-align: center;
    }

    .content_detail {
        line-height: 1.33;
    }

        .content_detail img {
            margin-left: 50px;
            height: auto;
            width: 290px;
        }

    .img-footer {
        width: 100%;
        height: 80px;
    }

    .text-footer1 {
        margin-left: 3px;
    }

    .text-footer2 {
        margin-right: 3px;
    }

    .text-footer {
        font-size: 10px;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .TP-Album .gallery-item-list {
        height: 490px;
    }

    #work .section-title .title-bottom {
        line-height: unset;
        position: absolute;
        margin-top: 30px;
    }

    .Back-right {
        width: 100%;
        height: 429px;
        background-size: cover;
    }

    .Back-left {
        width: 100%;
        height: 429px;
    }

    .work-video {
        width: 400px;
        height: 450px;
        font-size: 80px;
        color: #211a0f;
        font-family: Taviraj-Regular;
        padding-top: 120px;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
    }

    .icon-work {
        margin-top: 40px;
    }

    .icon-contact {
        font-size: 18px;
    }

    .text-footer1 {
        margin-left: 3px;
    }

    .text-footer2 {
        margin-right: 3px;
    }

    .news_title {
        font-size: 16px;
    }

    .news_shortcontents {
        font-size: 13px;
        letter-spacing: normal;
    }

    .news_trans {
        font-size: 70px;
        margin-top: unset;
    }

    .content_detail {
        font-size: 16px;
    }

    .section .container {
        padding-top: inherit;
    }

    .album-nh {
        margin-left: 320px;
    }
}

@media (max-width: 768px) {
    .content_detail p,
    article .createdDate,
    article .shortConten {
        max-width: 100%;
        width: 100%;
    }

    .content_detail img {
        margin-left: unset;
        width: 100%;
    }

    article p img {
        height: 100%;
    }
}

@media (min-width: 420px) and (max-width: 575px) {
    .work-video {
        width: 400px;
    }
}

@media (min-width: 800px) {
    .work-video {
        width: 792px;
    }
}

@media (min-width: 414px) and (max-width: 474px) {
    .icon-work a:nth-child(1) {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .news_item .image {
        height: auto;
    }
}
