.site-nav .menu li:nth-child(3) a:after {
    display: block;
}
.product-breadcrumb {
    float: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.products-list {
    margin: 0 -10px -30px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item a {
    max-width: 240px;
    margin: 0 auto 30px;
}
.products-list .item a:after {
    content: "";
    background: url(../images/products/arrow.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}
.products-list .item a:hover:after {
    background-position: 0 100%;
}
.products-list .pic {
    border: 3px solid #ddd;
    margin-bottom: 6px;
}
.products-list a:hover .pic {
    border-color: #0B3177;
}
.products-list .title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-list a:hover .title {
    color: #B20000;
    text-decoration: underline;
}
.search-keyword {
    border-bottom: 1px solid #0089C4;
    padding-bottom: 20px;
    margin-bottom: 24px;
    font-size: 13px;
}
.search-keyword span {
    color: #BF2E2E;
}
.products-search .item a {
    margin-bottom: 45px;
}
.products-search .item a:after {
    display: none;
}

.gallery {
    margin-bottom: 36px;
}
.gallery .stage {
    float: left;
    width: 49%;
}
.gallery .stage .pic {
    border: 3px solid #ddd;
}
.gallery .thumbnails ul {
    margin: 0 -7px;
}
.gallery .thumbnails li {
    width: 33.33%;
    padding: 7px;
}
.gallery .thumbnails li a {
    border: 3px solid #ddd;
    max-width: 150px;
}
.gallery .thumbnails li.active a {
    border-color: #0B3177;
}
.gallery .title,
.gallery .info {
    float: right;
    width: 49%;
}
.gallery.nopic .title,
.gallery.nopic .info {
    float: none;
    width: auto;
}
.gallery .title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}
.gallery .ibtn.download {
    margin-top: 15px;
}

.product-detail .title {
    color: #11517F;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 4px 14px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .gallery .stage,
    .gallery .info,
    .gallery .title {
        float: none;
        width: auto;
    }
    .gallery .stage {
        max-width: 500px;
        margin: 0 auto;
    }
    .gallery .thumbnails {
        padding-top: 5px;
    }
    .gallery .thumbnails ul {
        margin: 0 -5px;
    }
    .gallery .thumbnails li {
        width: 16.66%;
        padding: 5px;
    }
}
@media screen and (max-width: 630px) {
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .gallery .thumbnails li {
        width: 33.33%;
    }
}
@media screen and (max-width: 460px) {
    .products-list .item {
        width: auto;
        float: none;
    }
}
