body {
    background-color: #F5F5F5;
    min-height: calc(100vh - 380px);
}

.headers {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
    margin: 0;
    padding: 0;
}

.font-18 {
    font-size: 18px;
}

.font-14 {
    font-size: 14px;
}

.foots {
    background: #181818;
    color: #B3B3B3;
    text-align: left;
    padding: 1rem 0 0.5rem 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f1f1f1;
}

.my-20 {
    margin: 20px 0;
}

.color42 {
    color: #042d60;
}

.navbar .navbar-nav a {
    color: #042d60;
    padding: 1rem 1.5rem;
}

.navbar .navbar-nav a:hover {
    color: #f6cb03;
}

.content {
    min-height: calc(100vh - 100px);
}

.imgs {
    display: block;
    width: 100% !important;
    height: 550px !important;
}

@media (max-width: 480px) {
    .imgs {
        display: block;
        width: 100% !important;
        height: 200px !important;
    }
}

.items {
    background-color: #ffffff;
    padding: 1rem;
    margin: 20px 0 20px 0;
}

.items-image {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}

.items-title {
    overflow: hidden;
    height: 2rem;
    white-space: nowrap;
}

.items-info {
    font-size: 1rem;
    color: #999;
    height: 4.5rem;
    margin: 0.5rem 0 1.5rem 0;
    overflow: hidden;
}

.item-more {
    position: absolute;
    bottom: 5%;
}

.gap-4 {
    background: #ffffff;
    margin: 1rem 0;
}

.bg-w {
    background: #ffffff;
    margin-top: 1rem;
}

.c-c4 {
    color: #c4c4c4;
}

.topic {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/app/sites/image/6543a49ac58a.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 450px;
}

.product-text {
    text-align: center;
    padding-top: 180px;
    color: #ffffff;
}