.btnBack {
    background: #f60;
    padding: 10px 60px;
    border: none;
}

.btnBack:hover {
    background: #0701ff;
}

.box-search {
    position: relative;
    background: #000;
}

.sp-search {
    width: 40%;
    position: absolute;
    padding-left: 20px;
    padding-top: 10px;
    top: -60px;
    right: 20px;
    text-align: right;
}

.modal-content {
    background: #222222;
}

.modal-header {
    border-bottom: 1px #444 solid !important;
}

.modal-footer {
    border-top: 1px #444 solid !important;
    justify-content: flex-start;
}

.btn-close.a {
    backdrop-filter: brightness(520%);
}

.modal-image {
    width: 65%;
    height: 230px;
    object-fit: cover;
    border: 4px #fff solid;
    border-radius: 15px;
}

.boxModalDetail {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #444 solid !important;
}

.linkDownload {
    color: #888;
    text-decoration: underline;
}


/* Responsive Design */

@media screen and (max-width:1620px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:992px) {}

@media screen and (max-width: 768px) {
    .sp-search {
        width: 100%;
        position: relative;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        top: 0px;
        right: 0px;
        text-align: center;
    }
    .search {
        width: 85%;
    }
}

@media screen and (max-width:737px) {}

@media screen and (max-width:576px) {
    h1.titleDetail {
        font-size: 20px;
        line-height: 2.2rem;
    }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}