﻿a , a:hover{
    text-decoration:none;
    color:black;
}

.svgcenter {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #383562;
    
}

.titleheader > h2 {
    color: #fde89c;
    padding-top: 30px;
}

.titleheader > h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 400px;
}

.about-title {
    width: 150px;
    height: 0;
    position: relative;
    float: left;
    top: 200px;
    left: 250px;
    font-size: 36px;
}

    .about-title > h3 {
        font-size: 36px;
    }

@media (max-width: 767px) {
    svgshape {
        height: 200px;
    }

    .titleheader > h2 {
        font-size: 14px;
        width: 160px;
        padding-top: 10px;
        margin-right: 15px;
    }

    .about-title {
        width: 150px;
        height: 0;
        position: relative;
        float: left;
        top: 65px;
        left: 50px;
    }

        .about-title > h3 {
            font-size: 20px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    svgshape {
        height: 250px;
    }

    .titleheader > h2 {
        font-size: 25px;
        width: 300px;
        padding-top: 15px;
        margin-right: -30px;
    }

    .about-title {
        width: 150px;
        height: 0;
        position: relative;
        float: left;
        top: 110px;
        left: 100px;
    }

        .about-title > h3 {
            font-size: 30px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    svgshape {
        height: 280px;
    }

    .titleheader > h2 {
        font-size: 28px;
        width: 340px;
        margin-right: 40px;
        padding-top: 15px;
    }

    .about-title {
        width: 150px;
        height: 0;
        position: relative;
        float: left;
        top: 130px;
        left: 220px;
    }

        .about-title > h3 {
            font-size: 36px;
        }
}

@media (min-width: 1200px) {
    svgshape {
        height: 320px;
    }
}

.top-post-left {
        padding: 0;
    height: 441.84px;
}
.post-right {
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-left: 0;
}
.top-post-right {
    height: 216.13px;
    width: 100%;
}
.img-post {
    height: 100%;
    position: relative;
}
.text-post {
    font-size: 18px;
    background: #0000008a;
    padding: 10px;
    width: 100%;
    color: white !important;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none !important;
}
.content {
    margin-top: 8%;
}
.job-text {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.form-job {
    font-size: 12px;
    width: 25%;
    padding: 5px;
}
.job-column {
    display: flex;
    background: #00000014;
    padding: 15px;
    border-radius: 15px 5px 15px 5px;
    margin-top: 40px;
    box-shadow: 2px -2px 12px 0px #005441;
    flex-direction: column;
    gap: 0.5rem;
    height: max-content;
    margin-bottom:80px;
}
.job-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid #74bd318f;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 70px;
}
#job-list-label {
    background: #0aa783;
    padding: 8px;
    border-radius: 5px 15px 5px 15px;
    color: white;
    margin: 0;
    font-size: 16px;
    text-align:center;
}

.post {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #04a580;
    padding: 5px;
    height: max-content;
    padding-bottom: 15px;
    display: flex;
    gap: 1.5rem;
    flex-wrap: nowrap;
    margin-top: 35px;
}
#img-post-content {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
    box-shadow: 2px 3px 11px #a50404;

}
#post-list-label {
    position: absolute;
    top: -43px;
    background: #0aa783;
    padding: 8px;
    border-radius: 15px 5px;
    font-size: 18px;
    color: white;
    width: 100%;
    text-align: center;
}
@media (max-width: 768px) {
    .post {
        flex-direction: column;
        gap: 20px;
    }

    .img-post-content {
        width:50% !important;
        margin:0 auto;
    }

    #post-list-label {
        font-size: 18px;
        width: 95%;
        text-align: center;
    }
    .post-content {
        width: 100% !important;
        text-align: center;
    }
    #job-list-label {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}
.video-file , .voice-file , .app-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    border-radius: 15px;
    padding: 10px;
}
.box-content-file {
    background: #f3f3f3e0;
    border-radius: 20px;
    cursor:pointer;
}
.video-item, .voice-item , .app-item {
    padding: 10px;
    margin: 0;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.video-item-buttom, .voice-item-buttom , .app-item-buttom {
    padding: 10px;
    
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.video-content-body{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.video-content, .voice-content, .app-content {
    display: none;
    transition: all 0.5s ease;
}
#video-download {
    display: flex;
    width: 60px;
    align-items: center;
}
.bi-download {
    margin: 0;
    padding: 0;
    color: red;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
}
#download, #play {
    display: flex;
    width: 60px;
    align-items: center;
    position: relative;
}
    #play > a {
        display: flex;
        align-items: center;
        color: #378af1;
    }
        #play > a > i {
            margin: 0;
            padding: 0;
            color: #378af1;
            font-size: 18px;
            font-weight: 600;
            line-height: 0;
        }
    #download > a > i {
        margin: 0;
        padding: 0;
        color: #d21f1f;
        font-size: 18px;
        font-weight: 600;
        line-height: 0;
    }
    #download > a {
        color: #d21f1f;
    }
.job-info {
    padding: 20px;
    box-shadow: 2px 3px 5px 0px #8f0404;
    border-radius: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.job-info-description{
    display:none;
    transition:ease-in .4s all;
}
.table {
    width: 100% !important;
    margin-bottom: 1rem;
    color: #212529;
}
.listbook{
    font-size:13px;
    font-weight:600;
}
.listbook:hover {
    color: #0056b3;
}
.showall:hover {
    background: #00aac5 !important;
}