#foot {
    color: white;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    background: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0; */
    color: black;
    /* background-color: #fff; */
    /* border-top: 1px solid #e0e0e0; */
    border-bottom: 1px solid #e0e0e0;
    height: 170px;
}

.footer-top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    flex-direction: column;
}

.footer-top .logo.col-7 a{
    float: left;
    margin-bottom: 9px;
    margin-left: 10px;
}

.footer-top .logo img {
    max-height: 50px;
    object-fit: contain;
}

.footer-top .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 3px; */
}

.menu a {
    padding: 5px 10px;
    border-left: 1px solid #da6d8a;
    /* Đường viền bên trái */
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
    border-left-style: dashed;
}

.footer-top .menu .commom-list {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    border-left: 1px #da6d8a solid;
    padding: 0 15px;
    gap: 20px;
    border-left-style: dashed;
}

.commom-list a {
    color: #4e4e4e;
}

.footer-top .menu a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    /* height: 125px; */
    background-color: #ff4778;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-size: 18px;
}

.footer-content {
    display: flex;
    flex-direction: column;
}

.footer-content .content-1 {
    color: #74635a;
    font-size: 15px;
    font-weight: 600;
}

.footer-content .content-2 {
    font-size: 30px;
    font-weight: bolder;
    color: #140f0b;
}

.vertical-hr {
    width: 2px;
    /* Độ rộng của đường */
    height: 200px;
    /* Chiều cao của đường */
    background: repeating-linear-gradient(to bottom,
            transparent,
            transparent 5px,
            pink 5px,
            pink 10px,
        );
    /* Tạo hiệu ứng đường ngắt quãng */
    margin: 0 auto;
    /* Căn giữa */
}

.footer-bottom .foot-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
    height: 60%;
    gap: 15px;
}

.foot-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    font-weight: 600;
    font-size: 16px;
}

/* @media (min-width: 1024px) {
    #foot {
        color: white;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
        background: none;
    }

    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        color: black;
        border-bottom: 1px solid #e0e0e0;
        height: 170px;
    }

    .footer-top .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .footer-top .logo img {
        max-height: 100px;
        object-fit: contain;
    }

    .footer-top .menu {
        display: flex;
        gap: 20px;
    }

    .footer-top .menu .commom-list{
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        border-left: 1px #da6d8a solid;
        padding: 0 15px;
        gap: 20px;
        border-left-style: dashed;
    }
    .commom-list a{
        color: #4e4e4e;
    }


    .footer-top .menu a {
        text-decoration: none;
        font-weight: bold;
    }

    .footer-top .menu a:hover {
        text-decoration: underline;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #fff;
        height: 125px;
        background-color: #da6d8a;
    }

    .footer-bottom a {
        color: #fff;
        text-decoration: none;
        padding: 0 10px;
        font-size: 18px;
    }

    .footer-content{
        display: flex;
        flex-direction: column;
    }

    .footer-content .content-1{
        color: #74635a;
        font-size: 15px;
        font-weight: 600;
    }

    .footer-content .content-2{
        font-size: 30px;
        font-weight: bolder;
        color: #140f0b;
    }

    .vertical-hr {
        width: 2px;
        height: 200px;
        background: repeating-linear-gradient(
            to bottom,
            transparent,
            transparent 5px,
            pink 5px,
            pink 10px,
        );
        margin: 0 auto;
    }

    .footer-bottom .foot-menu{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid ;
        height: 60%;
        gap: 15px;
    }

    .foot-intro{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40%;
        font-weight: 600;
    }

}

@media (min-width:1440px) {
    .footer-top .menu {
        display: flex;
        gap: 60px;
    }
} */

@media only screen and (min-width: 330px){
    .footer-top .logo img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        height: auto;
    }

    .footer-top .logo {
        padding: 10px;
    }

    .footer-top .logo img {
        max-height: 50px;
    }

    .footer-content .content-2 {
        font-size: 20px;
    }

    .footer-top .menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top .logo,
    .footer-top .menu {
        width: 100%;
    }

    .footer-top .logo {
        background-color: #fbf7f6;
    }

    .menu a:nth-child(1),
    .menu a:nth-child(3),
    .menu a:nth-child(5),
    .menu a:nth-child(7),
    .menu a:nth-child(8) {
        border: none;
        padding-right: 0;
        padding-left: 20px;
    }

    .menu a {
        padding-left: 20px;
        gap: 20px;
    }

    .footer-bottom .foot-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .foot-menu a:last-child {
        grid-column: span 2;
    }

    .footer-bottom {
        height: auto;
    }

    .footer-bottom a {
        padding: 10px;
    }

    .foot-menu a {
        font-size: 13px;
    }

    .foot-menu a:nth-child(1),
    .foot-menu a:nth-child(2),
    .foot-menu a:nth-child(3),
    .foot-menu a:nth-child(4) {
        border-bottom: 1px solid;
    }

    .foot-intro span {
        font-size: 12px;
    }

}

@media screen and (max-width: 576px) {
    .foot-intro span {
        font-size: 10px;
        padding: 10px 0;
        font-weight: normal;
    }
}

.col-7 {
    width: 58.3333%;
    /* 7/12 = 58.3333% */
}

.col-5 {
    width: 41.6667%;
    /* 5/12 = 41.6667% */
}

.border {
    border: 1px solid #ffffff;
}

.border-top {
    border-top: 1px solid #ffffff;
}

.border-end {
    border-right: 1px solid #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #ffffff;
}

.border-start {
    border-left: 1px solid #ffffff;
}

.border-white {
    border: 1px solid #ffffff;
}

.menu.col-5.pc {
    display: grid;
}

.menu.col-5.mb {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .menu.col-5 a:nth-child(3) {
        background-color: #fbf7f6;
    }

    .menu.col-5 a:nth-child(4) {
        background-color: #fbf7f6;
    }

    .menu.col-5 a:nth-child(7) {
        background-color: #fbf7f6;
    }

    .menu.col-5 a:nth-child(8) {
        background-color: #fbf7f6;
    }

    .contents_s .recent-viewed-jobs-container h3 {
        font-size: 28px;
        font-weight: bold;
        color: #61493e;
    }

    .contents_s .recent-viewed-jobs-container h3 a {
        color: #61493e;
    }

    #foot {
        margin-top: 80px;
    }

    .menu.col-5.pc {
        display: none;
    }

    .menu.col-5.mb {
        display: grid;
    }
}

@media only screen and (min-width: 1024px) {
    #content_footer_alt{
        position: relative;
    }

    #content_footer_alt::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 185px;
        height: 290px;
        width: 180px;
        background: url('../../img/company_search/footer_deco02.png') no-repeat center / contain;
    }

    #content_footer_alt::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 125px;
        height: 365px;
        width: 200px;
        background: url('../../img/company_search/footer_deco01.png') no-repeat center / contain;
    }
}