/* Tab video */

img {
    max-width: 100%;
}

.info-project {
    width: 435px;
}

.info-detail-project {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 55px;
}

.title-page-detail-project .title-big {
    font-size: 37px;
    line-height: 46px;
}

.title-page-detail-project {
    padding-bottom: 30px;
}

.txt-intro-project {
    color: #2E2E2E;
    font-size: 16px;
}

.item-detail-project .name {
    color: #2E2E2E;
    font-size: 17px;
    font-family: ATS-bold;
    width: 156px;
}

.item-detail-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.txt-content-project {
    color: #2E2E2E;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    line-height: 23px;
}

.item-detail-project:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.item-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.posts-img-project {
    display: block;
    width: 133px;
    height: 95px;
    overflow: hidden;
}

.content-item-project {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 26px;
    margin-top: -4px;
}

.posts-img-project img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2px;
}

.content-item-project .title {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 26px;
    font-family: ATS-bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.content-item-project p {
    color: #2E2E2E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.posts-img-project:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 0;
}

.content-item-project .title:hover {
    color: #7A431D;
}

.main-list-project {
    padding-top: 15px;
}

.img-promotion-thumb {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    height: 82px;
    transition: all .4s;
    position: relative;
}

.list-thumns-prm .img-promotion-thumb img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: invert(15%);
}

.list-thumns-prm .swiper-slide-thumb-active .img-promotion-thumb img {
    filter: none;
}

.img-promotion-thumb:hover img {
    filter: none;
}

.img-promotion-thumb .icon-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-thumns-prm {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.video-slide {
    position: relative;
    padding-top: 56.25%;
    margin-top: 70px;
}

.video-slide iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.txt-note-slide {
    color: #2E2E2E;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.list-top-prm {
    padding-bottom: 15px;
}

.btn-control-slide-prm {
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.block-photo-library {
    padding-bottom: 90px;
}

.img-promotion-top {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 476px;
    cursor: pointer;
}

.img-slide-promotion {
    position: relative;
}

.play-control-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3;
    cursor: pointer;
}

.play-control-intro:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-radial-gradient(transparent, rgba(0, 0, 0, .4));
    background: radial-gradient(transparent, rgba(0, 0, 0, .4));
    opacity: .3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.play-control-intro .ct-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 65px;
    height: 65px;
}

.play-control-intro .ct-control .wp-btn {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    padding-left: 7px;
}

.play-control-intro .ct-control .icon {
    display: inline-block;
    width: 23px;
}

.play-control-intro .circle-ani-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.play-control-intro .circle-ani-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
}

.play-control-intro:hover:before {
    opacity: .7;
}

.play-control-intro:hover .circle-ani-small {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.play-control-intro:hover .circle-ani-large {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
}

.btn-control-slide-prm svg {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-control-slide-prm:hover {
    background: #dedede;
}

.btn-control-slide-prm:hover svg {
    width: 9px;
}

.list-thumns-prm .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 26px;
    height: 7px;
    border-radius: 58px;
    background: #216661;
    transition: 0.4s;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translateX(-50%) scaleX(0);
    z-index: 2;
}

.list-thumns-prm .swiper-slide-thumb-active:before {
    transform: translateX(-50%) scaleX(1);
}

.list-thumns-prm .swiper-slide {
    position: relative;
}

.list-thumns-prm .swiper-container {
    padding-bottom: 20px;
}

.list-thumns-prm .btn-control-slide-prm {
    top: calc(50% - 10px);
}

.img-promotion-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prev-slide-prm {
    left: -65px;
}

.next-slide-prm {
    right: -65px;
}

.next-slide-prm svg {
    left: 52%;
}

.prev-slide-prm svg {
    left: 48%;
}

@media (min-width:576px) and (max-width:991px) {
    .next-slide-prm {
        right: -55px;
    }
    .prev-slide-prm {
        left: -55px;
    }
}

@media (max-width:575px) {
    .img-promotion-top {
        height: 350px;
    }
    .img-promotion-thumb {
        height: 70px;
    }
    .list-thumns-prm .swiper-slide:before {
        height: 6px;
    }
    .btn-control-slide-prm {
        width: 35px;
        height: 35px;
    }
    .img-slide-promotion .play-control-intro .ct-control {
        width: 55px;
        height: 55px;
    }
    .img-slide-promotion .play-control-intro .ct-control .icon {
        width: 17px;
    }
    .img-slide-promotion .play-control-intro .wp-btn {
        line-height: 55px;
    }
    .list-top-prm {
        padding-bottom: 10px;
    }
    .next-slide-prm {
        right: -38px;
    }
    .prev-slide-prm {
        left: -38px;
    }
}