img {
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}
ul.nav-btn-list {
    margin-bottom: 0;
}
.glo-nav-new .holder-2 .nav a {
    text-decoration: none;
}
.glo-nav-new .holder-2 .nav a:hover {
    color: #fff;
}
.stamp-user-parent .section-2 .banner-top {
    margin-bottom: 14px;
}

.add-favorite {
    display: flex;
    align-items: center;
    gap: 6px;
}

.remove-favorite {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pagination-box .pagination li span {
    background: red;
    color: white;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .stamp-user-parent .section-2 .banner-top {
        margin-bottom: 50px;
    }
}
.stamp-user-parent .section-2 h2 {
    text-indent: -9999px;
    line-height: 1;
    font-size: 0;
}
.stamp-user-parent .section-2 img {
    min-height: 148px;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-2 img {
        min-height: 297px;
    }
}

.stamp-user-parent .section-3 {
    align-items: start;
    margin-bottom: 9px;
    width: 100%;
    flex-direction: column;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-3 {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
        flex-direction: row;
    }
}
.stamp-user-parent .section-3 .option-boxs {
    align-items: start;
    gap: 13px;
    margin-bottom: 19px;
    width: 100%;
    flex-direction: column;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-3 .option-boxs {
        align-items: center;
        gap: 13px;
        margin-bottom: 0;
        flex-direction: row;
    }
}
.stamp-user-parent .section-3 .option-boxs select {
    min-width: 250px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 2.5px;
    appearance: none;
    background: url(/common/design/user/img/stamp_user/arrow-bottom-stamp-user.png) no-repeat;
    background-position: right;
    background-position-x: 97.5%;
    background-size: 14px;
    padding: 0 10px;
    outline: none;
    background-color: #ffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-3 .option-boxs select {
        font-size: 16px;
        line-height: 28px;
        font-weight: 600;
        border-radius: 5px;
        background-position-x: 96%;
        padding: 0 11px;
    }
}

.stamp-user-parent .section-3 .arrange-boxs {
    gap: 8px;
    display: flex;
}
.stamp-user-parent .section-3 .arrange-boxs a {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    color: #363636;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #dedede;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    text-decoration: none;
    color: #919191;
}
.stamp-user-parent .section-3 .arrange-boxs a.active {
    color: #fff;
    border: 1px solid #4b4b4b ;
    background-color: #4b4b4b;
}

.stamp-user-parent .section-3 .check-box {
    gap: 2px;
    display: flex;
    align-items: center;
    width: 100%;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-3 .check-box {
        gap: 2px;
        justify-content: end;
    }
}
.stamp-user-parent .section-3  .radio {
    position: relative;
}
.stamp-user-parent .section-3 .check-box label {
    display: flex;
    align-items: center;
    color: #919191;
    font-size: 12px;
    line-height: 1;
    gap: 2px;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-3 .check-box label {
        font-size: 14px;
    }
}
.stamp-user-parent .section-4 {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 11px;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-4 {
        margin-bottom: 24px;
    }
}
.stamp-user-parent .section-4 .col-custom-3{
    width: 33.33333%;
    padding: 0 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-4 .col-custom-3{
        width: 20%;
        margin-bottom: 14px;
    }
}
.stamp-user-parent .section-4 .col-custom-3 .item {
    border: 1px solid #f8f8f8;
    position: relative;
}

.stamp-user-parent .section-4 .col-custom-3 a {
    display: block;
    position: relative;
    max-height: 160px;
    background-color: unset;
    border: unset;
    height: 100%;
}
@media (min-width: 992px) {
    .stamp-user-parent .section-4 .col-custom-3 a {
        padding: 0;
    }
}
.stamp-user-parent .section-4 .col-custom-3 a img  {
    min-height: 80px;
    max-height: 80px;
}
@media (min-width: 360px) {
    .stamp-user-parent .section-4 .col-custom-3 a img  {
        min-height: 93px;
        max-height: 93px;
    }
}
@media (min-width: 390px) {
    .stamp-user-parent .section-4 .col-custom-3 a img  {
        min-height: 91px;
        max-height: 91px;
    }
}
@media (min-width: 414px) {
    .stamp-user-parent .section-4 .col-custom-3 a img  {
        min-height: 116px;
        max-height: 116px;
    }
}
@media (min-width: 992px) {
    .stamp-user-parent .section-4 .col-custom-3 a img  {
        min-height: 145px;
        max-height: 145px;
    }
}
.stamp-user-parent .section-4 .col-custom-3 a:focus {
    box-shadow: unset;
    border: unset;
}
.stamp-user-parent .section-4 .col-custom-3 a:hover {
    background-color: unset;
    border: unset;
}
.stamp-user-parent .modal-dialog {
    max-width: 281px;
    border-radius: 5px;
    margin: 78px auto 0;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-dialog {
        max-width: 564px;
        border-radius: 5px;
        margin: 0 auto;
        transform: translateY(35%) !important;
    }
}
.stamp-user-parent .modal-body .item-box {
    max-width: 235px;
    max-height: 235px;
    min-height: 235px;
    margin: 0 auto;
    border: 1px solid #f8f8f8;
    display: flex;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-body .item-box {
        max-width: 310px;
        max-height: 310px;
        min-height: 310px;
    }
}
.stamp-user-parent .modal-body {
    margin-bottom: 10px;
    padding: 0;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-body {
        margin-bottom: 16px;
        padding: 0;
    }
}
.stamp-user-parent .modal-content {
    padding: 24px 0 26px;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-content {
        padding: 40px 0 32px;
    }
}
.stamp-user-parent .modal-footer {
    padding: 0;
    border-top: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stamp-user-parent .modal-footer .star-boxs {
    gap: 4px;
    margin-bottom: 28px;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-footer .star-boxs {
        gap: 8px;
        margin-bottom: 24px;
    }
}
.stamp-user-parent .modal-footer .star-boxs p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-footer .star-boxs p {
        font-size: 18px;
        line-height: 17px;
    }
}
.stamp-user-parent .modal-footer i {
    font-size: 16px;
    color: #b2b2b2;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-footer i {
        font-size: 26px;
    }
}
.stamp-user-parent .modal-footer .active {
    color: #ffa800;
}
.stamp-user-parent .modal-footer button {
    min-width: 132px;
    min-height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.125px;
    background-color: #363636;
    border-radius: 2.5px;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
}
@media (min-width: 992px) {
    .stamp-user-parent .modal-footer button {
        font-size: 18px;
        line-height: 17px;
        letter-spacing: 0.25px;
        min-height: 66px;
        border-radius: 5px;
        min-width: 234px;
    }
}
.stamp-user-parent .pagination-box {
    margin-bottom: 28px;
}
.stamp-user-parent .pagination-box nav {
    background-color: unset;
}
.stamp-user-parent .pagination-box ul {
    gap: 7px;
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) {
    .stamp-user-parent .pagination-box ul {
        gap: 6px;
        align-items: center;
    }
}
.stamp-user-parent .pagination-box a , .stamp-user-parent .pagination-box span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
    border-radius: 5px;
    background-color: #363636;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
@media (min-width: 992px) {
    .stamp-user-parent .pagination-box a , .stamp-user-parent .pagination-box span {
        min-height: 40px;
        min-width: 40px;
        border-radius: 3px;
        font-size: 16px;
        line-height: 24px;
    }
}
.stamp-user-parent .pagination-box li.active span {
    background-color: #e61e02;
    border-color: #e61e02;
}
.stamp-user-parent .pagination-box a:focus {
    box-shadow: unset;
}
.stamp-user-parent .fade:not(.show) {
    opacity: 1;
}
.stamp-user-parent .box-child {
    position: relative;
}
.stamp-user-parent .plus-icon {
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    right: 4px;
    bottom: 6px;
    cursor: pointer;
}
.stamp-user-parent .plus-icon img {
    min-height: unset !important;
}
@media (min-width: 992px) {
    .stamp-user-parent .plus-icon {
        width: 24px;
        height: 25px;
    }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/common/css/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/common/css/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/common/css/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/common/css/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/common/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-star:before {
    content: "\f005"
}
