.sec__works {
    background-color: rgb(215, 244, 249);
}

.sw__boxr {
    padding: 10px;
    width: 100%;
    height: auto;
}

.sw__boxr img {
    width: 100%;
    height: 300px;
    max-width: 400px;
    object-fit: cover;
}

.sw__boxcol {
    display: flex;
    align-items: flex-end;
    padding: 10px;
}

.sw__title {
    font-size: 45px;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #2C3E50 0%, #4CA1AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sw__boxl {
    width: 100%;
}

.sw__item {
    max-width: 210px !important;
}

.sw__item img {
    max-width: 200px;
    height: 150px;
    object-fit: cover;
}

.s__works .flickity-slider {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.sw__boxr {
    padding: 10px;
    width: 100%;
    height: auto;
}

.s__works .flickity-prev-next-button.previous:before {
    background-image: url('https://cdn.diemnhangroup.com/noithatdiemnhan/2022/12/icon_next_slider.png');
    content: '';
    position: absolute;
    width: 41px;
    height: 16px;
    background-repeat: no-repeat;
    left: 0px;
}

.s__works .flickity-prev-next-button.next:before {
    background-image: url('https://cdn.diemnhangroup.com/noithatdiemnhan/2022/12/icon_next_slider.png');
    content: '';
    position: absolute;
    width: 40px;
    height: 16px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    right: 100%;
}

.s__works .flickity-prev-next-button {
    opacity: 100% !important;
    position: absolute;
}

.s__works .flickity-prev-next-button svg {
    display: none;
}

.s__works .flickity-prev-next-button.previous {
    left: -510px;
}

.s__works .flickity-prev-next-button.next {
    right: -100px;
}

.s__works .flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
    opacity: 100% !important;
}
.section-doi-tac-home.section-bao-chi-home .flickity-viewport img {
    width: auto !important;
}
.title-bao-chi {
    margin-bottom: 0 !important;
}
section#project-tab {
    padding: 60px 0;
}
.title-project {
    margin-bottom: 10px;
}
.section-bao-chi-home {
    padding: 60px 0 !important;
}
.title--section .section-title-main {
    font-size: 40px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 180px);
    overflow: hidden;
}
.admin-bar .video-wrapper{
    height: calc(100vh - 213px);
}
video#home-video-play {height: 100vh;width: 100vw;object-fit: cover;}
.sc_home-statics {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: #2c3e50;
}
.sc_home-statics-n {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #d7f4f9;
    border-bottom: 2px solid #d7f4f9;
}
.sc_home-statics-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc_home-statics-item {
    width: calc(100% / 4);
    display: flex;
    color: #dddddd;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}
.sc_home-statics-item-number{
    color: #fff;
}
.sc_home-statics-item-number {
    color: #fff;
    font-weight: bold;
}
.sc_home-statics-item .title {
    font-size: 50px;
    display: flex;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
}
.video__list {
    border-radius: 5px;
    border: 1px solid rgb(215 244 249);
    margin-bottom: 5px;
    overflow-y: scroll;
    max-height: 520px;
}
.video__list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.video__list::-webkit-scrollbar-thumb {
    background-color: #d7f4f9;
}
.loadmore-list-video {
    padding: 10px;
    background: #b5d7e3;
    border: 1px dotted #2c3e50;
    border-radius: 7px;
}
.overlay-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
}
.video__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.video__item .video__title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    cursor: pointer;
    color: #2c3e50;
}
section.customers {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.customers__bg {
    background: #2c3e50;
    padding-top: 60px;
    padding-bottom: 60px;
}
.customers__content {
    padding-bottom: 50px;
}
.customers__item .content {
    background-color: #fff;
    position: relative;
    padding: 30px;
    z-index: 10;
    margin-bottom: 50px;
}

.after--triangle:after {
    content: "";
    display: inline-block;
    border-right: 30px solid #d8f4fa;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}


.customers__item .content p {
    font-size: 14px;
}

.customers__item .content i, .customers__item .content a {
    color: #2c3e50;
}

.customers__item .content a {
    text-align: right;
    display: block;
    text-decoration: underline;
    font-size: 14px;
}

.customers__item .image {
    height: 50px;
    width: 50px;
}

.customers__item .image img {
    border-radius: 50%;
}

.image.img--full img {
    width: 100%;
    height: 100%;
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
}
.customers__item .box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.customers__item .title {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.customers__item .position {
    color: #999;
    font-size: 12px;
}
.customers__item {
    margin-bottom: 30px;
}
.customers .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border: none !important;
    background: #d8f4fa !important;
    opacity: .6 !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 550px) {

    .section-review-video .video-review ol {
        display: none;
    }

    .chat_box_tp img {
    margin-left: -3px !important;
    }

    .s-icon-2>a {
        height: 45px;
        width: 45px;
    }

    #footer .back-to-top {
        top: 557px !important;
        margin-right: 10px !important;
    }

    .section-bao-chi-home {
        padding: 50px 0px 0px 0px !important;
    }

    .sw__title {
        font-size: 20px;
    }

    .section-su-kien {
        padding-top: 0 !important;
    }

    .s__works .flickity-prev-next-button {
        position: relative;
    }

    .s__works .flickity-prev-next-button.previous {
        left: 0;
    }

    .s__works .flickity-prev-next-button.next {
        right: -90%;
    }

    .s__works .flickity-slider {
        align-items: center;
    }

    .sw__item {
        max-width: 320px !important;
    }

    .sw__item img {
        width: 320px;
        max-width: unset;
        height: 240px;
        padding: 10px;
    }

    .sw__item.is-selected img {
        padding: 0;
    }
    .title--section.title-bao-chi .section-title-main {
        width: 53%;
    }
    .tab-service-home .text a {
        font-size: 14px;
    }
    .section-service-home .section-content .col {
        padding: 0 5px 30px !important;
    }
    .tab-service-home .row {
        padding: 0 5px;
    }
    .row-service-home{
        padding: 0 10px;
        margin: 0 auto;
        width: 96% !important;
    }
    .section-service-home .row-service-home {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .section-service-home .item-service-home img {
        width: 100%;
        height: 90px;
        object-fit: cover;
    }
    .section-service-home .section-content .col {
        padding: 0 5px!important;
    }
    .section-service-home .section-content .item-service-home {
        padding: 0 5px 25px !important;
    }
    .section-service-home .tab-service-home .nav-line > li {
        padding: 0 10px;
        width: 100%;
        max-width: 150px;
        white-space: pre;
    }
    .section-service-home .tab-service-home .nav-line > li.active {
        padding: 0 15px;
    }
    .title--section .section-title-main {
        font-size: 24px !important;
    }
    .image-cover.video-image iframe {
        height: 220px;
    }
    .customers__bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customers__content{
       padding-bottom: 20px;
   }
   .sc_home-statics-n {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

@media only screen and (max-width: 1024px) {
    .sc_home-statics-box {
     display: grid;
     justify-content: center;
 }
 .sc_home-statics-item {
    width: 100%;
}
.sc_home-statics-item-number {

}
.sc_home-statics-item br {
    display: none;
}
.sc_home-statics-item .title {
    text-align: right;
    display: block;
    font-size: 25px;
    width: 90px;
}
.sc_home-statics,.sc_home-about{
    padding-top: 0;
    padding-bottom: 0;
}
.sc_home-statics-n{
    border: 0;
}
.video__list{
    max-height: 323px;
}
video#home-video-play {
    height: 100%;
}

.admin-bar .video-wrapper, .video-wrapper {
   height: calc(40vh - 90px);
}

.title-contactf {
    margin-bottom: 24px;
}
.title-contactf p{
    margin: 0;
}

}
.sc-bao-chi.section-bao-chi-home {
    padding-top: 0 !important;
}

.section-bao-chi-home .flickity-page-dots {
    bottom: 0 !important;
}


.section-review-video .video {
    border-width: 3px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgb(76, 161, 175);
} 

.section-review-video .mejs-controls {
    display: none;
}

.section-review-video .flickity-page-dots {
    top: 697px;
}

.box-event>.col-inner {
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    min-height: 420px;
}

.box-event img {
   height: 250px; 
}

.title-limit , .box-event .last-reset p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}

.title-line-2 {
    -webkit-line-clamp: 2;
}

.box-event .last-reset p {
    -webkit-line-clamp: 4;
}

.box-event .icon-box-img {
    margin: 0 auto 30px !important;
}

.video-review .video-thumbnail img , .video-review .video-thumbnail iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.video-review .video-thumbnail {
    height: 650px;
    border-width: 3px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgb(76, 161, 175);
    position: relative;
}

.s-icon-2 {
    top: 639px;
    font-size: 14px;
    z-index: 100;
    position: fixed;
    right: 10px;
    z-index: 999;
    bottom: 29px;
    transform: translateY(-50%);
}


