.view .swiper-container {
    height: 218px;
}

.view .swiper-slide .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 218px;
}

.view .swiper-slide .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview {
    position: relative;
    padding: 16px 20px 0;
    background: #fff;
}

.preview .swiper-container {
    height: 40px;
}

.preview .swiper-slide {
    position: relative;
    width: 40px;
    height: 40px !important;
}

.preview .swiper-slide .pic {
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    padding-bottom: 40px;
}

.preview .swiper-slide .pic:hover,
.view .swiper-slide .pic:hover {
    cursor: pointer;
}

.preview .swiper-slide .pic:before {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    transition: .1s;
    border: 1px solid #e6ecf2;
}

.preview .active-nav .pic:before {
    border: 1px solid #007bc2;
}

.preview .swiper-slide .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview .arrow {
    position: absolute;
    z-index: 10;
    top: 16px;
    width: 20px;
    height: 40px;
    line-height: 40px;
}

.preview .arrow-left {
    left: 5px;
    text-align: left;
}

.preview .arrow-right {
    right: 5px;
    text-align: right;
}

.preview .arrow span {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #b2b2b2;
    border-width: 0 2px 2px 0;
    border-style: solid;
}

.preview .arrow-right span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.preview .arrow-left span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.product-intro h1,
.productList h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.875rem;
    text-align: left;
}

.product-intro .subsection li {
    position: relative;
    margin-bottom: 20px;
    font-size: 1.0rem;
    line-height: 1.25rem;
    color: #1d1d1d;
}

.btn-getQuote,
.btn-getQuote:visited {
    display: block;
    height: 50px;
    padding: 0 48px;
    font-family: 'HoneywellSansWeb-Medium';
    font-size: .875rem;
    line-height: 48px;
    text-align: center;
    color: #007bc2;
    border: solid 1px #007bc2;
    background-color: #fff;
}

.btn-getQuote:hover {
    color: #00629b;
    border: solid 1px #00629b;
}

.btn-getQuote:active {
    color: #fff !important;
    border: none;
    background-color: #005888;
}

.product-intro .btn-group {
    margin-top: 20px;
    font-size: 14px;
}

.product-intro .btn-group a {
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    color: #007bc2;
}

.product-intro .btn-group img {
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}

.product-intro .btn-group span img {
    width: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
}

@media (min-width:768px) {
    .view .swiper-container {
        height: 378px;
    }

    .view .swiper-slide .pic {
        padding-bottom: 378px;
    }

    .product-intro .btn-group {
        margin-top: 30px;
    }

    .product-intro .btn-group a {
        display: inline-block;
        float: inherit;
        width: inherit;
        margin-right: 30px;
    }

}

@media (min-width:992px) {
    .view {
        border: 1px solid #e6ecf2;
    }

    .product-intro h1,
    .productList h1 {
        margin-top: 0;
    }

    .btn-getQuote {
        display: inline-block;
        margin-top: 15px;
        margin-right: 10px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .solutions-box .card .card-detail .card-title {
        min-height: 50px;
    }

    .btn-getQuote {
        display: inline-block;
    }

}

.fixed-top {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    transition: top .5s;
}

.fixed-top2 {
    top: 78px;
    transition: top .5s;
}

.fixed-nav-box {
    border-top: 1px solid #d8d8d9;
    background-color: #f4f4f4;
    box-shadow: 0 4px 4px -3px rgb(0, 0, 0, .25);
}

.fixed-nav-box.fixed-top {
    border-top: none;
}

.fixed-nav-box ul {
    margin-bottom: 0;
}

.fixed-nav-box ul li {
    position: relative;
    display: inline-block;
    padding: 16px 25px;
    font-size: .9em;
    cursor: pointer;
    color: #333;
}

.fixed-nav-box ul li:hover {
    color: #007bc2;
}

.fixed-nav-box ul li.active {
    font-weight: 600;
    color: #007bc2;
    background-color: #fff;
}

.storage .storage-item {
    margin-bottom: 8px;
    padding-bottom: 48px;
    background-color: #fff;
}

.productList .storage .storage-item {
    padding-bottom: 20px;
}

.product-related h2 {
    margin-top: 0;
    padding: 0;
    color: #007bc2;
}

.product-related .details-body-Features {
    margin-top: 10px;
}

.product-related .details-body-Features p,
.explain-bd p {
    margin-bottom: 15px;
}

.product-related .details-body-Features p:last-child,
.explain-bd p:last-child {
    margin-bottom: 0;
}

.product-related .details-body-Features a,
.product-related .details-body-Features a:hover .PageTurn-con,
.explain-bd a {
    color: #007bc2;
}

.product-related .details-body-Features img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-related .details-body-Features ul li,
.explain-bd ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.95em;
    color: #666;
}

.product-related .details-body-Features ul li:before,
.explain-bd ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    border-radius: 3px;
    background-color: #007bc2;
}

.product-related .specifications-table {
    width: 100%;
    height: auto;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #1d1d1d;
}

.product-related .specifications-table__caption {
    padding: 0 24px 0 15px;
    font-size: 1.0rem;
    line-height: 2.25rem;
    text-align: left;
    color: #fff;
    background-color: #646464;
}

.product-related .specifications-table__row {
    display: flex;
    flex-direction: column;
}

.product-related .specifications-table > tbody > tr:nth-of-type(even),
.product-related .downloads-table > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.product-related .specifications-table__cell,
.product-related .specifications-table__row-heading {
    padding: 0;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

.product-related .specifications-table__text--first-letter-uppercase {
    display: inline-block;
}

.product-related .specifications-table-box {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-related .specifications-table-box.no-masking,
.explain-bd.no-masking {
    max-height: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-related .specifications-table-box.no-masking:before,
.explain-bd.no-masking:before {
    display: none;
}

.view-more-wrapper {
    text-align: center;
}

.view-more-link {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.view-more-link span {
    display: inline-block;
    margin-top: 20px;
}

.view-more-link .view-more-link__text {
    color: #007bc2;
}

.btn-loadmore .icon-arrow-down {
    margin-bottom: 4px;
    margin-left: 10px;
    color: #007bc2;
}

.btn-loadmore.active {
    display: none;
}

.btn-loadmore.active .icon-arrow-down {
    margin-bottom: -2px;
}

.product-related .downloads-table {
    width: 100%;
    max-width: 100%;
}

.product-related .downloads-table th {
    padding: 8px 15px;
    font-size: 1.0rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
    background-color: #646464;
}

.product-related .downloads-table td {
    padding: 8px 15px;
    font-size: 1.0rem;
    line-height: 1.25rem;
    text-align: left;
    color: #1d1d1d;
}

.product-related .downloads-table td .link-download svg {
    width: 18px;
    height: 24px\0;
    vertical-align: middle;
    fill: none;
    stroke: #666;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-related .downloads-table td .link-download:hover svg {
    stroke: #007bc2;
}

.product-related .downloads-table td .link-download:hover span {
    color: #007bc2;
}

.solutions-box {
    margin-top: -15px;
}

.solutions-box > div {
    padding: 15px;
}

.solutions-box > div:hover {
    background-color: #f5f5f5;
}

.solutions-box .card,
.Cases-box .card {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.solutions-box .card .card-detail {
    padding: 20px 0 10px;
    text-align: left;
}

.solutions-box .card .card-detail .card-title {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1em;
}

.solutions-box .card .card-detail .card-desc,
.productList .media-body .media-txt {
    overflow: hidden;
    padding: 0;
    font-size: .875em;
    line-height: 1.6875em;
}

.Cases-box .card {
    margin-bottom: 30px;
}

.Cases-box .card:hover,
.RelatedProducts-box .card:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.Cases-box .card-wrap:last-child .card,
.RelatedProducts-box .card-wrap:last-child .card {
    margin-bottom: 0;
}

.Cases-box .card .card-img,
.News-box .card .card-img {
    overflow: hidden;
}

.Cases-box .card .card-img img,
.News-box .card .card-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.Cases-box .card:hover .card-img img,
.News-box .card:hover .card-img img,
.RelatedProducts-box .card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.RelatedProducts-box .card img,
.Cases-box .card img,
.News-box .card img,
.solutions-box .card img {
    display: block;
    width: 100%;
}

.Cases-box .card .card-detail,
.RelatedProducts-box .card .card-detail {
    padding: 20px 20px 15px;
    text-align: left;
    border: 1px solid #ebecec;
    border-top: none;
}

.Cases-box .card .card-detail .card-title,
.News-box .card .card-detail .card-title,
.RelatedProducts-box .card .card-detail .card-title {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1em;
}

.Cases-box .card .card-detail .card-desc,
.RelatedProducts-box .card .card-detail .card-desc {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: .875em;
    line-height: 1.6875em;
}

.Cases-box .card .card-detail .card-link,
.RelatedProducts-box .card .card-detail .card-link {
    font-size: .875em;
    line-height: 1.6875em;
    color: #007bc2;
}

.Cases-box .card .card-detail .card-link .icon-arrow-right,
.RelatedProducts-box .card .card-detail .card-link .icon-arrow-right,
.productList .media-body .btn-more .icon-arrow-right {
    margin-bottom: 1px;
    margin-left: 5px;
    opacity: 0;
    color: #007bc2;
}

.Cases-box .card:hover .card-detail .card-link .icon-arrow-right,
.RelatedProducts-box .card:hover .card-detail .card-link .icon-arrow-right,
.productList .media-body .btn-more:hover .icon-arrow-right {
    visibility: visible;
    margin-left: 10px;
    opacity: 1;
}

.News-box .card,
.RelatedProducts-box .card {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
}

.News-box .card:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
}

.News-box .card-wrap:last-child .card {
    margin-bottom: 0;
}

.News-box .card-wrap:first-child .card {
    padding-top: 0;
}

.News-box .card .card-detail {
    padding: 20px 30px 30px;
    text-align: left;
}

.News-box .card .card-detail .card-title {
    min-height: 50px;
    -webkit-line-clamp: 2;
}

.News-box .card .card-detail .card-desc {
    margin: 0;
    padding: 12px 0 5px;
    font-size: .875em;
    line-height: 1;
}

.RelatedProducts-box .card {
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #ebecec;
    background-color: #fff;
}

.RelatedProducts-box .card:hover {
    border-color: #ebecec;
}

.RelatedProducts-box .card .card-detail {
    padding-top: 0;
    border-color: transparent;
}

.productList-box {
    display: flex;
    flex-wrap: wrap;
}

.productList-box .side-bar,
.productList {
    width: 100%;
}

.productList .desc {
    margin-bottom: 10px;
}

.productList .media {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
}

.productList .media a {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.productList .media-body,
.productList .media-left {
    display: block;
    float: left;
}

.productList .media-body {
    width: 100%;
}

.productList .media-left {
    float: inherit;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}

.productList .media-left a {
    display: block;
    border: 1px solid #fff;
    background-color: #fff;
}

.productList .media:hover .media-left a {
    border-color: #007bc2;
}

.productList .media-object {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.productList .media:hover .media-left a .media-object {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.productList .media-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.productList .media-body h4 {
    font-size: 1.1em;
    line-height: 1.5;
}

.productList .media-body h4:hover a {
    color: #007bc2;
}

.productList .media-body .btn-more {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.productList .media:hover .media-body .btn-more {
    color: #fff;
    border: 1px solid #007bc2;
    background-color: #007bc2;
}

.productList .media-body .btn-more:hover {
    padding-right: 22px;
}

.productList .media-body .btn-more .icon-arrow-right {
    margin-left: 0;
    color: #fff;
}

.explain h2 {
    padding: 0;
}

.productMenu-bd {
    background-color: #f5f5f5;
}

.productMenu-hd {
    padding: 10px 15px;
    font-family: 'HoneywellSansWeb-Bold';
    font-size: 1.875rem;
    color: #1d1d1d;
    background-color: #f3f3f3;
}

.productMenu-bd .panel-group .panel {
    border: none;
}

.productMenu-bd .panel-heading {
    padding: 0 15px;
}

.productMenu-bd .panel .panel-title {
    padding: 0;
}

.productMenu-bd .panel .panel-title a {
    display: block;
    padding: 10px 0;
    font-family: 'HoneywellSansWeb-Bold';
    font-size: 1.125rem;
    color: #1d1d1d;
}

.productMenu-bd .panel:last-child .panel-title a {
    border-bottom-color: #f5f5f5;
}

.productMenu-bd .panel .icon-arrow-down {
    display: inline-block;
    float: right;
    width: 7px;
    height: 7px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    color: #666;
    border-width: 0 2px 2px 0;
    border-style: solid;
}

.productMenu-bd .panel .panel-title a.collapsed .icon-arrow-down {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.productMenu-bd .panel-group .panel + .panel {
    margin-top: 0;
}

.productMenu-bd ul h3 {
    margin-top: 10px;
    font-family: inherit;
    font-size: 15px;
}

.productMenu-bd ul h3 a {
    display: block;
    padding: 5px 15px 5px 20px;
    font-family: 'HoneywellSansWeb-Medium';
    font-size: 1.0rem;
    color: #303030;
}

.productMenu-bd ul h3 a:hover {
    color: #007bc2;
}

@media (min-width:992px) {
    .product-related .specifications-table__row {
        flex-direction: row;
        padding: 8px 0;
    }

    .product-related .specifications-table__row-heading {
        display: block\0;
        width: 32.3%;
        padding-left: 15px;
        font-weight: 400;
    }

    .product-related .specifications-table__cell {
        max-width: 67.7%;
        padding-left: 24px;
    }

    .product-related h2 {
        margin-bottom: 20px;
    }

    .Cases-box .card-wrap:nth-child(7) .card,
    .Cases-box .card-wrap:nth-child(6) .card,
    .Cases-box .card-wrap:nth-child(5) .card,
    .News-box .card-wrap:nth-child(7) .card,
    .News-box .card-wrap:nth-child(6) .card,
    .News-box .card-wrap:nth-child(5) .card,
    .RelatedProducts-box .card-wrap:nth-child(7) .card,
    .RelatedProducts-box .card-wrap:nth-child(6) .card,
    .RelatedProducts-box .card-wrap:nth-child(5) .card {
        margin-bottom: 0;
    }

    .productList-box {
        flex-wrap: nowrap;
    }

    .productList-box .side-bar {
        width: 320px;
        padding-right: 20px;
    }

    .productList {
        padding-left: 20px;
        flex: 1 1 auto;
    }

    .solutions-box .card .card-detail .card-title,
    .Cases-box.title-2row .card .card-detail .card-title {
        height: 3em;
    }

    .solutions-box .card .card-detail .card-desc,
    .productList .media-body .media-txt {
        height: 3.2em;
    }

    .Cases-box .card .card-detail .card-title,
    .News-box .card .card-detail .card-title,
    .RelatedProducts-box .card .card-detail .card-title {
        height: 1.5em;
    }

    .Cases-box .card .card-detail .card-desc,
    .RelatedProducts-box .card .card-detail .card-desc {
        height: 3.375em;
    }

    .productMenu-bd .panel .panel-title a {
        padding: 6px 0;
        border-bottom: none;
    }

    .productMenu-bd ul h3 a {
        padding: 3px 15px 3px 20px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .solutions-box > div:nth-child(7) {
        padding-bottom: 0;
    }

    .Cases-box .card-wrap:nth-child(7) .card,
    .News-box .card-wrap:nth-child(7) .card,
    .RelatedProducts-box .card-wrap:nth-child(7) .card {
        margin-bottom: 0;
    }

    .News-box .card-wrap:first-child .card {
        padding-top: 10px;
    }

    .News-box .card-wrap:nth-child(2) .card-detail:after {
        display: none;
    }

    .RelatedProducts-box .card .card-detail,
    .Cases-box .card .card-detail {
        min-height: 138px;
    }

    .Cases-box.padding-small .card .card-detail {
        min-height: inherit;
    }

    .solutions-box .card .card-detail .card-title {
        min-height: 50px;
    }

    .solutions-box .card .card-detail .card-title,
    .Cases-box.title-2row .card .card-detail .card-title {
        height: 3em;
    }

    .solutions-box .card .card-detail .card-desc,
    .productList .media-body .media-txt {
        height: 3.2em;
    }

    .Cases-box .card .card-detail .card-title,
    .News-box .card .card-detail .card-title,
    .RelatedProducts-box .card .card-detail .card-title {
        height: 1.5em;
    }

    .Cases-box .card .card-detail .card-desc,
    .RelatedProducts-box .card .card-detail .card-desc {
        height: 3.375em;
    }

}

@media (min-width:768px) {
    .productList .media-left {
        float: left;
        width: 30%;
        margin-right: 3%;
        padding-right: 0;
    }

    .productList .media-body {
        width: 67%;
    }

    .productList .media-heading {
        margin-top: 0;
    }

    .productList .media-body .btn-more {
        margin-top: 20px;
    }

}

@media (max-width:768px) {
    .solutions-box .card .card-detail,
    .solutions-box > div:last-child {
        padding-bottom: 0;
    }

    .Cases-box .card,
    .RelatedProducts-box .card {
        margin-bottom: 20px;
    }

    .solutions-box .card .card-detail .card-title,
    .Cases-box .card .card-detail .card-title,
    .RelatedProducts-box .card .card-detail .card-title {
        font-size: 1.2em;
    }

    .solutions-box .card .card-detail .card-desc,
    .Cases-box .card .card-detail .card-desc,
    .Cases-box .card .card-detail .card-link,
    .RelatedProducts-box .card .card-detail .card-link,
    .RelatedProducts-box .card .card-detail .card-desc,
    .productList .media-body .media-txt {
        font-size: 1em;
    }

    .productList h1 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

}

@media (max-width:992px) {
    .fixed-top2 {
        top: 66px;
    }

    .fixed-nav-box .wap-nav-controller {
        position: relative;
        padding: 6px 0;
        cursor: pointer;
        color: #333;
    }

    .fixed-nav-box .wap-nav-controller span {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-top: -5px;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        color: #a6a6a6;
        border-width: 0 2px 2px 0;
        border-style: solid;
    }

    .fixed-nav-box .wap-nav-controller.active span {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
    }

    .fixed-nav-box ul {
        display: none;
    }

    .fixed-nav-box ul li {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .fixed-nav-box ul li.active {
        background-color: transparent;
    }

    .storage .storage-item {
        padding-bottom: 28px;
    }

    .product-related .specifications-table__row {
        margin: 0 15px;
        padding: 10px 0;
    }

    .product-related .specifications-table__row-heading {
        padding-bottom: 4px;
    }

    .view-more-link span {
        margin-top: 10px;
        font-size: 14px;
    }

    .btn-loadmore .iconfont {
        width: 6px;
        height: 6px;
        margin-left: 6px;
        border-width: 0 1px 1px 0;
    }

    .btn-loadmore.active .icon-arrow-down {
        margin-bottom: -1px;
    }

    .product-related .downloads-table tr {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

    .product-related .downloads-table tr:first-child {
        border-top: 1px solid rgb(231, 230, 230);
    }

    .product-related .downloads-table td {
        padding: 4px 0;
    }

    .product-related .downloads-table th,
    .product-related .downloads-table thead,
    .product-related .downloads-table td:nth-child(2),
    .product-related .downloads-table td:nth-child(3),
    .product-related .downloads-table td:nth-child(4),
    .product-related .downloads-table td:nth-child(5) {
        display: none;
    }

    .News-box .card-wrap:first-child .card-detail:after,
    .News-box .card-wrap:nth-child(3) .card-detail:before {
        display: none;
    }

    .News-box .card {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        padding: 10px 0;
        background-color: #fff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .News-box .card .card-img {
        width: 30%;
    }

    .News-box .card .card-detail {
        position: relative;
        padding: 10px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .News-box .card .card-detail:after,
    .News-box .card .card-detail:before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #f2f2f2;
    }

    .News-box .card .card-detail:before {
        bottom: -11px;
    }

    .News-box .card .card-detail:after {
        top: -11px;
    }

    .News-box .card .card-detail .card-title {
        height: 3em;
        min-height: inherit;
        font-size: 1.1em;
    }

    .News-box .card .card-detail .card-desc {
        padding: 0;
        font-size: 1em;
    }

    .proSolution {
        margin-bottom: -80px;
    }

}

.productList .index-solution {
    margin-top: 40px;
}

.productList .index-solution .container-custom {
    padding-right: 0;
    padding-left: 0;
}

.productList .solution-bd .card {
    box-shadow: none;
}

.productList .solution-bd .card .card-img {
    background-color: #f3f3f3;
}

.productList .solution-bd .card .card-detail {
    padding-right: 0;
    padding-left: 0;
}

.productList .solution-bd .card .card-detail .card-title {
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.productList .solution-bd .card .card-detail,
.main .productList .content-box {
    padding-bottom: 0;
}

.productList-box .panel-group {
    padding-bottom: 10px;
}

.sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background-color: #f8f8f8;
}
