:root {
    --main-color: #FFBE0A;
    --sec-color: #EB9C00;
    --thir-color: #FF3B30;
    --four-color: #352C08;
    --hover-color: black;
    --footer-color: #fff;
    --main-font: Roboto-Regular;
    --title-font: Roboto-Bold;
    --animate-delay: 0.5s;
}

.menu .logo-header img {
    transition: .3s;
}

.headerBottom.down .logo-croll {
    max-height: 60px;
}

.contentDichvu--name {
    line-height: normal;
}

.box__kinhnghiem {
    position: relative;
    border: 1px solid #f2f2f2;
    margin: 10px 0;
    transition: 0.3s;
}

.box__kinhnghiem:hover {
    border-color: #FFBE0A;
}

.box__kinhnghiem--pic {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.box__kinhnghiem--abs__date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 5px;
    background: yellowgreen;
    display: inline-block;
    border-bottom-right-radius: 20px;
    pointer-events: none;
}

.box__kinhnghiem--abs__date p {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}

.box__kinhnghiem--abs__date span {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #fff;
}

.box__kinhnghiem--content {
    padding: 15px;
}

.box__kinhnghiem--name {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.box__kinhnghiem--name:hover {
    color: #FFBE0A;
}

.box__kinhnghiem--date {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.box__kinhnghiem--date p {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #6b6b6b;
}

.box__kinhnghiem--date p img {
    margin-right: 5px;
}

.box__kinhnghiem--desc {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
}

.box__kinhnghiem--btn {
    font-family: "Roboto-Bold";
    font-size: 14px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.box__kinhnghiem--btn:hover {
    color: #EB9C00;
}

/* Box_list */
.box__list {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0;
}

.box__list--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    padding-top: 30px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.box__list--name {
    font-family: var(--title-font);
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1330px) {
    .hotline--border {
        display: none;
    }
}