.manh-contact {
    padding: 120px 0;
}

.manh-cbox {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    overflow: hidden;
}

.manh-cbox-left {
    position: absolute;
    height: 100%;
    width: calc(100% - 695px);
    left: 0;
    top: 0;
}

.manh-cbox-right {
    padding: 25px;
    width: 680px;
    max-width: 100%;
    margin-left: auto;
}

.mcb-title {
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 7px;
}

.mcb-des {
    margin-top: 16px;
    font-size: 16px;
    color: var(--third-color);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.manh-form input {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.manh-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.manh-form select {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.manh-form button {
    padding: 12px 20px;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .2s linear;
    background-color: var(--main-2-color);
    color: var(--second-color);
}

.manh-form .form-title {
    font-size: 16px;
    margin: 0 0 10px;
    color: var(--third-color);
}

.manh-form button:hover {
    background-color: var(--main-color);
}

.manh-map iframe {
    width: 100%;
    height: 450px;
}

.manh-tracuu {
    padding: 120px 0;
}

.tracuu-box {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.tracuu-box h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 7px;
}

.tracuu-box p {
    margin-top: 16px;
    font-size: 16px;
    color: var(--third-color);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.manh-cbox-item {
    position: relative;
    padding-left: 75px;
    min-height: 70px;
}

.manh-cbox-item .mb-item-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background: var(--main-color);
    border-radius: 50%;
}

.manh-cbox-item .mb-item-svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    color: #ffffff;
}

.manh-cbox-item .manh-cbox-item-text {
    padding-top: 5px;
}

.manh-cbox-item .manh-cbox-item-text .mlink {
    font-size: 16px;
    font-weight: 600;
}

.manh-info {
    margin-bottom: 80px;
}

.manhsk-item {
    margin-bottom: 30px;
    position: relative;
}

.msk-left {
    float: left;
    width: 180px;
    margin-right: 20px;
    background: #ffffff;
    text-align: center;
}

.msk-right {
    width: calc(100% - 200px);
    float: left;
}

.msk-month {
    background: var(--main-color);
    color: #ffffff;
    transition: all .2s linear;
}

.msk-month:hover {
    background: var(--main-2-color);
}

.msk-day {
    padding: 30px 0;
    font-size: 36px;
    font-weight: 600;
}

.msk-title {
    margin: 0 0 10px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.msk-des {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.manh-event .news-title {
    -webkit-line-clamp: 2;
}

.manh-event .news-info p {
    -webkit-line-clamp: 2;
}

.manh-event .news-date {
    color: var(--third-color);
    margin-bottom: 10px;
}

.manh-event .news-date-in {
    display: inline-block;
}

.manh-event .news-date-in:first-child {
    margin-right: 10px;
}

.manh-event .news-date svg {
    transform: translateY(3px);
    margin-right: 5px;
    color: var(--main-2-color);
}

.manh-video {
    padding: 120px 0;
}

.mvideo-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.mvideo-item .mvideo-img {
    width: 160px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 26%;
}

.mvideo-item .mvideo-text {
    float: left;
    width: calc(100% - 180px);
}

.mvideo-item .mvideo-text .mvideo-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    /* line-height: 27px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mvideo-item .mvideo-text .mvideo-des {
    font-size: 16px;
    /* line-height: 21px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* video list  */
.video-list {
    padding: 60px 0;
}

.video-list .side-title {
    margin-bottom: 44px;
}

.video-list .pic-box .pic-home-text span {
    margin: 15px 0 13px;
}

.video-list .home-title {
    margin-bottom: 41px;
}

.video-list .news-text {
    padding: 21px 20px 20px 17px;
    min-height: 133px;
}

.slider-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: visible;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-product.active {
    opacity: 1;
    visibility: visible;
}

.slider-img-wrap {
    position: absolute;
    padding: 20px;
    border-radius: 0;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1020px;
    max-width: 82%;
}

.slider-img-close {
    position: absolute;
    z-index: 9999999;
    top: -3px;
    right: -47px;
}

.big-thumb {
    position: relative;
    margin-bottom: 55px;
}

.big-thumb img {
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
    height: 580px;
}

.big-thumb span {
    font-size: 21px;
    line-height: 28.64px;
    font-weight: 500;
    margin-top: 18px;
    display: block;
    text-transform: capitalize;
    padding-right: 70px;
}

.img-thumb {
    position: relative;
}

.img-thumb img {
    border-radius: 0px;
    height: 105px;
    object-fit: cover;
}

.image-item img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.img-slide-item img {
    filter: brightness(50%);
}

.img-slide-item.active img {
    filter: brightness(1);
}

.img-pageimg-title {
    padding-top: 17px;
    font-size: 16px;
    line-height: 19.09px;
    font-weight: 600;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imgandvideo-item {
    padding-bottom: 30px;
}

.slider-close:hover {
    cursor: pointer;
}

.media-nav-box2 {
    position: absolute;
    top: -45px;
    right: 0;
}

.owl-nav-top .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}

.owl-nav-top .owl-nav button svg {
    color: #A9A9A9;
    transition: all .3s linear;
}

.owl-nav-top .owl-nav button svg:hover {
    color: #D52027;
}

.owl-nav-top .owl-nav .owl-next {
    margin-left: 5px;
}

.product-img-owl .owl-nav {
    position: absolute;
    top: calc(50% + 46px);
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    left: 0;
}

.product-img-owl .owl-nav .owl-prev {
    position: absolute;
    left: -84px;
}

.product-img-owl .owl-nav .owl-next {
    position: absolute;
    right: -84px;
}

.product-dots-slide.owl-nav-top .owl-nav {
    background-color: var(--white);
}

.video-list .pic-home-text a {
    font-size: 18px;
    font-weight: 600;
    transition: all .2s linear;
}

.video-list .pic-home-text a:hover {
    color: var(--main-2-color);
}

.video-list .pic-box {
    margin-bottom: 30px;
}

/* .video-list .row {
    margin-left: -20px;
    margin-right: -20px;
}

.video-list .col-sm-3 {
    padding-left: 20px;
    padding-right: 20px;
} */

.pic-img {
    padding-bottom: 60%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.pic-box-img {
    position: relative;
}

.pic-box-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.vl-title {
    font-size: 30px;
    margin-bottom: 30px;
}

/* youtube  */
.modal-content {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-content .modal-body {
    padding: 24px;
    width: 100%;
    height: 100%;
}

.modal-ytb .modal-body iframe {
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    height: 550px;
    width: 948px;
    max-width: 95%;
    max-height: 90%;
    top: 46%;
    transform: translateY(-50%) !important;
}

.modal-ytb {
    z-index: 9999;
    padding: 0 !important;
}

/* youtube end */

/* video list end */

.mvideo-list {
    height: 455px;
    overflow-y: auto;
}

.mvideo-box iframe {
    width: 100%;
    height: 100%;
}

.mvideo-box {
    border-radius: 15px;
    overflow: hidden;
    height: 385px;
}

.partner-area {
    padding: 120px 0;
}

/* custome style  */
.gallery-link {
    width: 90%;
    height: unset;
    font-size: 24px;
    font-weight: 600;
}

.gallery-content:hover .gallery-link {
    transform: translate(-50%, -50%);
}

/* custome style end */
@media (max-width: 768px) {
    .manh-cbox-left {
        position: relative;
        width: 100%;
        height: auto;
    }

    .manh-cbox-right {
        padding: 15px 15px 30px;
    }

    .mcb-title {
        font-size: 28px;
    }

    .mcb-des {
        margin-top: 10px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .manh-cbox form input {
        height: 50px;
    }

    .manh-cbox form textarea {
        height: 100px;
    }

    .manh-cbox-item {
        margin-bottom: 20px;
    }

    .msk-left {
        width: 100px;
        margin-right: 15px;
    }

    .msk-right {
        width: calc(100% - 115px);
    }

    .msk-title {
        font-size: 16px;
    }

    .mvideo-box {
        height: 200px;
        margin-bottom: 30px;
    }

    .mvideo-item .mvideo-img {
        width: 100px;
        margin-right: 10px;
    }

    .mvideo-item .mvideo-text .mvideo-title {
        font-size: 18px;
        line-height: 24px;
    }

    .mvideo-item {
        margin-bottom: 15px;
    }

    .mvideo-list {
        height: 246px;
    }

    .modal-ytb .modal-dialog {
        height: 360px;
    }

    .modal-content .modal-body {
        padding: 15px;
    }

    .big-thumb img {
        height: auto;
    }

    .slider-product .owl-nav {
        display: none;
    }

    .slider-img-close {
        right: -30px;
    }
}