.img-slide-show .item img {
    max-height: 450px !important;
}

.btn-ds-pc .button-effect img,.btn-ds-pc .button-effect svg{
    width: 20px;
    height: 20px;
}


.box-relation {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.box-relation .item {
    border-radius: 8px;
    width: 100% !important;
}

.box-relation .item .content {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.slide_toptag img {
    height: 120px;
}

.search-input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    padding-left: 60px;
    color: #252525;
}

.slide_toptag img {
    height: 120px;
}

.box-relation .item {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eeeff1 !important; */
      border: 1px solid #f1f1f1;
}

.box-relation .item .content {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
}

.box-relation img {
    max-width: 100%;
    max-height: 100%;
    max-height: 240px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}

@media (max-width: 1000px) {
    .box-relation {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .box-relation {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}