﻿.trangchu-lvkd {
    margin-top: 40px;
    padding: 40px 0px;
}
.trangchu-lvkd-desc {
    padding: 16px 0px 64px 0px;
    max-width: 1060px;
    margin: 0 auto;
}
.trangchu-lvkd-mobile {
    display: none;
}
.view-more-bottom {
    display: none;
}
.hotnews {
    padding: 24px 0px;
    background-color: #eceaea;
}
.news-main-text {
    padding: 10px;
}
.hotnews-list {
    margin-left: 56px;
    list-style: none;
}
.hotnews-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 24px;
    position: relative;
    transition: all 0.3s ease;
}
.hotnews-item-text {
    position: relative;
    padding-left: 28px;
    padding-right: 12px;
}
.hotnews-item-text::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #f15b40 0%, #fdb913 100%);
    border-radius: 2px;
    transition: height 0.3s ease;
}
.hotnews-item:hover .hotnews-item-text::before {
    height: 100%;
}
.hotnews-item:first-child {
    margin-top: 0;
}
.hire {
    margin-top: 64px;
    margin-bottom: 100px;
    padding: 40px 0px;
}
.hire-content {
    padding-left: 32px;
}
.hire-img {
    border-radius: 8px;
    height: 513px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hire-heading {
    margin-top: 16px;
}
.hire-text {
    margin: 10px 0;
    text-align: justify;
}
a:hover > .news-main-text > div:first-child,
a:hover > .hotnews-item-text {
    color: #ba202e !important;
    transition: 0.3s;
}
.news-main-img {
    height: 413px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.hotnews-item-img {
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.hotnews-item-text {
    padding-left: 16px;
}
@media screen and (max-width: 991px) {
    .hire .customize-container {
        width: 100% !important;
    }
    .hotnews-item-text {
        padding-right: 0px;
    }

    .button-lvkd {
        margin-top: 38px;
    }
    .trangchu-lvkd {
        margin-top: 52px;
        padding: 0px 0px;
    }
    .trangchu-lvkd-desc {
        padding: 8px 0px 38px 0px;
    }
    .trangchu-lvkd-desktop {
        display: none;
    }
    .trangchu-lvkd-mobile {
        display: block;
    }
    .hotnews {
        margin-top: 52px;
        padding-top: 24px;
        padding-bottom: 100px;
    }
    .hotnews-list {
        margin-top: 32px;
        margin-left: 0px;
    }
    .news-main-text {
        padding: 7.8px;
    }
    .hotnews-item-text {
        padding-left: 28px;
        padding-right: 0;
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .view-more-top {
        display: none;
    }
    .view-more-bottom {
        display: inline-block;
    }
    .hire {
        margin-top: 0;
        padding: 0;
    }
    .hire .customize-container {
        padding: 0 !important;
    }
    .hire-img {
        border-radius: 0px;
        height: 375px;
    }
    .hire-content {
        padding: 24px 16px;
    }
    .hire-heading {
        margin-top: 4px;
    }
    .hire-text {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .news-main-img {
        height: 192.71px;
        border-radius: 3.73297px;
    }
    .hotnews-item-img {
        height: 92px;
        border-radius: 3px;
    }
}

.custom-btn {
    padding-top: 20px;
}
