.title-os {
    font-weight: 700;
    margin-bottom: 8px;
}

.btn_close {
    cursor: pointer;
}

.list-achievement .col-achievement {
    padding-top: 16px;
}

.card-achievement {
    border: 1px dashed rgba(0, 0, 0, 1);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    cursor: pointer;
}

.card-achievement .image {
    text-align: center;
}

.card-achievement .image img {
    width: 100%;
}

.card-achievement .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.card-achievement .name .text {
    flex: 1;
}

.text {
    height: max-content;
    overflow: hidden;
    position: relative;
}

.text .front {
    position: relative;
    transition: 1s;
    top: 0;
}

.text .back {
    position: absolute;
    transition: 0.5s;
}

.text:hover .front {
    top: 100px;
}

.text .back {
    top: -100px;
}

.text:hover .back {
    top: 0;
}

.list-achievement .categories {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: -4px;
}

.list-achievement-web {
    margin-top: 48px;
}

.list-achievement-app {
    margin-top: 50px;
}

.list-achievement .row {
    margin-left: -12px;
    margin-right: -12px;
}

.list-achievement .col-xl-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.list-achievement .our_project {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    color: rgba(255, 110, 46, 1);
    margin-bottom: 12px;
    margin-top: 40px;
}

.list-achievement .header .description {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.list-achievement .header .highlight {
    color: rgba(255, 110, 46, 1);
}

.list-categories {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 19.2px;
    width: fit-content;
    margin-top: 24px;
}

.list-categories-col div {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.list-categories-col div a {
    color: rgba(0, 0, 0, 0.5);
}

.list-categories-col .column-header {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.list-categories-col div a.active {
    opacity: 1;
    color: rgba(255, 110, 46, 1);
}

.list-categories-col.created_by {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.list-categories-col.created_by .column-header {
    width: 100%;
}

.list-categories-col.created_by div:not(.column-header):not(:first-child) {
    margin-right: 24px;
}

.list-categories-col .all-categories a {
    font-weight: 700;
    color: #000000;
}

.list-categories-col .all-categories a.active {
    color: rgba(255, 110, 46, 1);
}

.list-achievement-banner img {
    max-width: 100%;
}

.list-achievement img {
    width: 100%;
}

.modal-popup {
    max-width: 1000px;
}

.popup-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_wrap_card {
    margin-bottom: 48px;
    gap: 32px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.title_name {
    display: flex;
    margin-bottom: 36px;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.title_name p {
    margin-bottom: unset;
}

.title_description {
    margin-bottom: 24px;
    font-size: 16px;
    color: white;
}

.title_created_by {
    font-size: 16px;
    color: white;
}

.detail_popup .infomation-col.title_url {
    color: white;
    flex: 1.5;
}

.images {
    margin-bottom: 16px;
    padding: 0 56px;
}

.responsive-image {
    position: relative;
    z-index: 100;
    max-width: 300px;
}

.detail_popup {
    position: relative;
    z-index: 100;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.detail_popup .infomation {
    display: flex;
    flex-wrap: wrap;
}

.detail_popup .infomation-col {
    font-size: 14px;
    line-height: 16.8px;
    color: white;
    flex: 1;
    max-width: 200px;
}

.modal.achievement_detail {
    padding-right: 0px !important;
}

.modal.achievement_detail .modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.achievement_detail .wrap_btn_close .btn_close {
    position: fixed;
    top: calc(0.5rem + 12px);
    right: calc(0.5rem + 12px);
    padding: 6px;
    z-index: 1000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #FFFFFF26;
}

.title_create_by {
    margin-bottom: 8px;
    font-weight: 700;
}

.title_categories {
    font-weight: 700;
    margin-bottom: 8px;
}

.title_URL {
    font-weight: 700;
    margin-bottom: 8px;
}

.title_url_text {
    word-break: break-word;
    text-decoration: underline !important;
    color: white;
    margin-bottom: 8px;
}

.images .col-12 {
    padding: unset;
}

.images .col-6 {
    padding: unset;
}

#achievement_2_modal {
    padding-right: 0;
}

.responsive-image {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot span {
    background: white !important;
    margin-left: 3px;
    margin-right: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(255, 110, 46) !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.apple_store,
.google_store {
    display: inline-block;
    width: 87.93px;
    height: 32px;
    border-radius: 4px 0px 0px 0px;
}

.google_store {
    margin-left: 6px;
}

.detail_popup .infomation-col.url_store {
    min-width: 100%;
    margin-top: 16px;
}
.achievement-mobile{
    min-height: calc(100vw * 320 / 375);
}
.achievement-table{
    min-height: calc(100vw * 321 / 768);
}
.achievement-desktop{
    min-height: calc(100vw * 1031 / 2880);
}
@media (max-width: 768px) {
    .title_name {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .popup_wrap_card {
        margin-bottom: 24px;
    }
    .title_description {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 16.8px;
    }
    .title_created_by {
        font-size: 14px;
    }
    .images {
        margin-bottom: 12px;
        padding: 0 16px;
    }
    .detail_popup .infomation-col {
        font-size: 14px;
        line-height: 16.8px;
    }
    .images .col-12 {
        margin-bottom: 12px;
    }
}

@media (min-width: 576px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
    .achievement_detail .wrap_btn_close .btn_close {
        top: calc(1.75rem + 24px);
        right: max(50vw - 500px + 24px, 24px);
    }
    .detail_popup .infomation-col.title_url {
        flex: 1;
    }
}

@media (min-width: 768px) {
    .list-categories {
        flex-direction: row;
        margin-top: 32px;
    }
    .list-achievement .col-achievement {
        padding-top: 16px;
    }
    .list-categories-col.created_by {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        column-gap: 31px;
        grid-auto-flow: column;
        margin-top: 0;
    }
    .list-categories-col.created_by .column-header {
        grid-column: span 3;
    }
    .list-achievement .our_project {
        font-size: 16px;
        line-height: 19.2px;
    }
    .list-achievement .header .description {
        font-size: 32px;
        line-height: 38.4px;
    }
    .list-achievement.container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .title_name {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 33.6px;
    }
    .popup_wrap_card {
        margin-bottom: 24px;
        padding: 0 32px;
    }
    .images {
        padding: 0 32px;
        margin-bottom: 24px;
    }
    .detail_popup .infomation-col {
        font-size: 16px;
        line-height: 19.2px;
    }
    .detail_popup .infomation {
        flex-wrap: nowrap;
    }
    .detail_popup .infomation-col.url_store {
        min-width: 189px;
        margin-top: 0;
    }
    .list-categories-col:not(:first-child) {
        margin-left: 31px;
    }
    .list-categories-col.created_by div:not(.column-header):not(:first-child) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .list-categories {
        margin-left: auto;
        margin-right: auto;
    }
    .list-achievement .our_project {
        margin-top: 137px;
    }
    .list-categories {
        display: flex;
        font-size: 16px;
        line-height: 19.2px;
        width: fit-content;
        margin-top: 0;
    }
    .list-achievement .categories {
        font-size: 28px;
        line-height: 33.6px;
    }
    .card-achievement .name {
        font-size: 24px;
        line-height: 28.8px;
    }
    .list-achievement-app {
        margin-top: 136px;
    }
    .list-achievement .categories {
        margin-bottom: 20px;
    }
    .list-achievement.container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1230px;
    }
    .title_name {
        font-size: 36px;
        line-height: 43.2px;
    }
    .responsive-image {
        display: block;
    }
    .images {
        padding: 0 56px;
        margin-bottom: 48px;
    }
    .popup_wrap_card {
        padding: 0 56px;
        margin-bottom: 48px;
    }
    .popup_wrap_card .responsive-image {
        width: unset;
    }
}