.inner {
    max-width: 1530px;
    padding: 0 50px;
    margin: 0 auto;
}

.hero .inner img {
    width: 100%;
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
    margin: 15px auto 0;
}

.chino_breadcrumbs {
    padding: 15px 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: MontserratL;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.chino_breadcrumbs .path, .chino_breadcrumbs .line {
    color: rgb(30, 33, 37);
    cursor: pointer;
}

.chino_breadcrumbs .line {
    opacity: .2;
    display: inline-block;
    margin: 0 8px;
}

.content .title {
    margin-top: 50px;
    font-weight: 500 !important;
    color: #092646;
    font-size: 25px;
    font-family: Montserrat;
    margin-bottom: 20px;
    text-align: center;
}

.chino_sub_form {
    background-color: #f3f3f3;
    padding: 25px 40px;
    border-radius: 10px;
    margin: 20px auto;
}

.other {
    margin-bottom: 100px;;
}
.other .title {
    font-size: 28px;
    font-family: Montserrat;
    text-align: left;
    margin-bottom: 50px;
}

.other .list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 50px;
}

.other .list a {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.other .list a img {
    object-fit: cover;
    width: 100%;
    height: 223px;
    border-radius: 20px;
}

.other .list a .title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
    .inner {
        padding: 0 20px;
    }
}
