#vnt-content.no-padding {
    padding-bottom: 0;
}
.bg_white {
    background: #f9f9f9;
    color: #333333;
    padding-bottom: 30px;
    padding-top: 30px;
}
.bg_white a{
    color: #333333;
}
#vnt-content.bg_white a:hover {
    color: #006991;
}
.list-product {
    margin: 0 0 0 -1px;
    position: relative;
}
.list-product:before {
    position: absolute;
    top: -35px;
    left: 40%;
    content: '';
    width: 10px;
    height: 70px;
    background: #006f94;
    pointer-events: none;
    z-index: 10;
}
.list-product:after,
.list-product .row1:after ,
.list-product .row2:after ,
.list-product .row3:after {
    display: block;
    content: '';
    clear: both;
}
.list-product .w-item {
    padding-left: 1px;
    padding-bottom: 1px;
    float: left;
    width: 100%;
}
.list-product .row2 .w-item {
    width: 50%;
}
.list-product .row3 .w-item {
    width: 33.333333%;
}
.list-product .item {
    position: relative;
}
.list-product .item .i-img {
    overflow: hidden;
}
.list-product .item .i-img a{
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	 opacity: 0.6;
     filter: alpha(opacity=60);
}
.list-product .item:hover .i-img a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
	opacity: 1;
    filter: alpha(opacity=100);

}
.list-product .item .i-img a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.1);
}
.list-product .item .i-desc {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    text-align: center;
}
.list-product .item .i-title {
    margin-bottom: 10px;
}
.list-product .item .i-title a{
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    text-transform: uppercase;
    pointer-events: auto;
    color: #ffffff;
}
.list-product .item .i-link a{
    display: inline-block;
    pointer-events: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 35px;
    border: 1px solid #2d2d2d;
    background: #0f1420;
    color: #5c5c5c;
}
.list-product .item .i-link a:hover {
    color: #ffffff;
    border-color: #ac2f34;
    background: #ac2f34;
}
.list-product-c1 {
    margin: 0 -15px 10px;
}
.list-product-c1:after {
    display: block;
    content: '';
    clear: both;
}
.list-product-c1 .w-item {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 25%;
}
.list-product-c1 .item .i-img{
    overflow: hidden;
}
.list-product-c1 .item .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.list-product-c1 .item .i-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-product-c1 .item .i-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-product-c1 .item .i-title {
    text-align: center;
    border: 1px solid #252525;
    border-top: 0;
}
.list-product-c1 .item .i-title a{
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding: 8px;
    text-transform: uppercase;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-more {
    text-align: center;
    margin-bottom: 30px;
}
.link-more a{
    display: inline-block;
    pointer-events: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 35px;
    border: 1px solid #2d2d2d;
    background: #0f1420;
    color: #5c5c5c;
}
.link-more a:hover {
    color: #ffffff;
    border-color: #ac2f34;
    background: #ac2f34;
}
.title-main {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006f94;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e2e3;
}
.list-download {
    margin: 0 -15px;
}
.list-download .w-item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-download .item {
    background: #f2f2f2;
    border: 1px solid #d7d7d7;
}
.list-download .item .i-img{
    overflow: hidden;
}
.list-download .item .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.list-download .item .i-img a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/icon-download.png") no-repeat 0 0 / 100% auto;
}
.list-download .item .i-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-download .item .i-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-download .item .i-title a{
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 8px;
    color: #7d7d7d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-download .item .i-title a:hover {
    color: #006991;
}
.menu-download {
    border-top: 5px solid #0f1420;
    margin-bottom: 30px;
    padding-top: 10px;
}
.menu-download ul li {
    margin-bottom: 10px;
}
.menu-download ul li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #444343;
    text-transform: uppercase;
}
.menu-download ul li.current a,
.menu-download ul li a:hover {
    color: #006f94;
}
.search-prod {
    margin-bottom: 30px;
    border: 1px solid #dadada;
}
.search-prod .sp-title {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    color: #d6d6d6;
    background: #0f1420;
    text-align: center;
}
.search-prod .form-control {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-right: 1px solid #dadada;
    font-size: 12px;
    line-height: 20px;
    color: #a9a9a9;
    padding: 10px;
    font-style: italic;
    background: #f2f2f2;
}
.search-prod button.btn {
    height: 40px;
    background: transparent;
    outline: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #285b88;
    font-weight: bold;
}
.search-prod button.btn span {
    font-size:  inherit;
    line-height:  inherit;
    color: inherit;
}
.list-cat {
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e2e3;
}
.list-cat ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-cat ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
}
.list-cat ul li:last-child {
    margin-right: 0;
}
.list-cat ul li a{
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    color: #bfbfbf;
}
.list-cat ul li.current a,
.list-cat ul li a:hover {
    color: #010101;
}
.the-short {
    margin-bottom: 25px;
    color: #7d7d7d;
}
.cat-prod {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
    padding: 40px 30px 20px 30px;
    border: 1px solid #e0e0e0;
}
.cat-prod.hasClose {
    padding-top: 50px;
}
.cat-prod.hasClose .icon-close {
    position: absolute;
    top: 0;
    right: 15px;
}
.cat-prod.hasClose .icon-close a{
    display: block;
    width: 35px;
    height: 35px;
    background: #e2e3e4;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
    color: #285b88;
}
.cat-prod .cp-title {
    position: absolute;
    top: 0;
    left: 45px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006f94;
    padding: 0 10px;
    background: #fafafa;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.list-cat-prod {
    margin: 0 -15px;
}
.list-cat-prod:after {
    display: block;
    content: '';
    clear: both;
}
.list-cat-prod .w-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-cat-prod .item .i-img{
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.list-cat-prod .item .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.list-cat-prod .item .i-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-cat-prod .item .i-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-cat-prod .item .more-prod {
    position: relative;
    padding-top: 66.666666%;
}
.list-cat-prod .item .more-prod a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #7c7c7c;
    text-decoration: underline;
    width: 100%;
    text-align: center;
}
.list-cat-prod .item .more-prod a:hover {
    color: #006991;
}
.cat-prod .list-prod {
    margin: 0 -25px;
}
.list-prod {
    margin: 0 -15px;
}
.list-prod:after {
    display: block;
    content: '';
    clear: both;
}
.list-prod .w-item {
    width: 33.333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}
.list-prod .item .i-img{
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.list-prod .item .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.list-prod .item .i-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-prod .item .i-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-prod .item .i-img a .icon-sale {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
}
.list-prod .item .i-img a:hover .icon-sale img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.list-prod .item .i-title a{
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 8px;
    background: #f2f2f2;
    color: #7d7d7d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ebebeb;
    border-top: 0;
}
.list-prod .item .i-title a:hover {
    color: #006991;
}
.link-back {
    text-align: right;
}
.link-back a{
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #7c7c7c;
    text-decoration: underline;
}
.link-back a:hover {
    color: #006991;
}
.div-filter {
    margin-bottom: 30px;
}
.div-filter .fTitle{
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    color: #d6d6d6;
    background: #0f1420;
    margin-bottom: 10px;
    text-align: center;
}
.div-filter .wFilter {
    margin-bottom: 10px;
}
.div-filter .wFilter .wTitle {
    font-size: 16px;
    line-height: 25px;
    color: #444343;
}
.div-filter .form-control {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dadada;
    font-size: 12px;
    line-height: 20px;
    color: #a9a9a9;
    padding: 10px;
    font-style: italic;
    background: #f2f2f2;
}
.div-filter select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 75px;
}
.div-filter .wContent {
    position: relative;
}
.div-filter .wContent:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 65px;
    background: #ffffff;
    border-left: 1px solid #dadada;
    pointer-events: none;
    text-align: center;
}
.scroll_bar {
    max-height: 470px;
}
.scroll_bar .mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}
.scroll_bar .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll_bar .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #abadb1;
}
.scroll_bar .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll_bar .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #abadb1;
}
.scroll_bar .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.scroll_bar .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background-color: #e1e2e3;
}
.title-prod {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.w-border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:  1px solid #dadada;
}
.star-prod {
    font-size: 14px;
    line-height: 20px;
    color: #f0d30e;
}
.star-prod .fa {
    padding-right: 4px;
}
.div-content {
    color: #666666;
    margin-bottom: 10px;
    text-align: justify;
}
.div-tag {
    font-size: 14px;
    line-height: 20px;
}
.div-tag a{
    color: #285b88;
    font-style: italic;
}
.vnt-social-1 ul:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-social-1 ul li{
    float: left;
    margin: 5px;
}
.vnt-social-1 ul li:first-child {
    margin-left: 0;
}
.vnt-social-1 ul li:last-child {
    margin-right: 0;
}
.vnt-social-1 ul li a{
    display: block;
    width: 35px;
    height: 35px;
    color: #555555;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
}
.vnt-social-1 ul li a:hover{
    color: #285b88;
}
.vnt-social-1 ul li a .fa{
    font-size: inherit;
    line-height: inherit;
}
.div-hotline {
    margin: 5px 0;
    padding-left: 45px;
    min-height: 25px;
    background: url("../images/icon-hotline.png") no-repeat 0 50%;
    font-size: 18px;
    line-height: 25px;
}
.div-hotline span {
    font-weight: bold;
    font-size:  inherit;
    line-height: inherit;
    color: #ac2f34;
}
.link-video-download {
    margin: 0 -5px;
}
.link-video-download:after {
    display: block;
    content: "";
    clear: both;
}
.link-video-download .wrap-link {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    float: left;
}
.link-video-download a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    background: #285b88;
    color: #ffffff;
    text-align: center;
}
.link-video-download a:hover {
    background: #ac2f34;
    color: #ffffff;
}
.link-video-download a .fa {
    padding-right: 4px;
}
#popup_video_youtube {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    pointer-events: auto;
}
div#video_youtube_content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 870px;
    width: 90%;
    z-index: 2
}
div#video_youtube_content iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
#video_youtube_content_background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
#video_youtube_close {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #205297;
    color: #ffffff;
    border-radius: 100%;
    font-size: 15px;
    line-height: 23px;
    top: -8px;
    right: -12px;
    cursor: pointer;
}
#video_youtube_close:before{
    content: "\f00d";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slider-detail{
    margin: 0 auto 30px;
    position: relative;
}
#slider-detail{
    margin-bottom: 15px;
}
#slider-detail .item{
    position: relative;
    border: 1px solid #e5e5e5;
}
#slider-detail .item .img{
    padding-top: 66.666666%;
}
#slider-detail .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-thumbnail{
    margin: 0 -6px;
}
#slider-thumbnail .item{
    margin: 0 6px;
    border: 1px solid #e5e5e5;
}
#slider-thumbnail .item .img{
    position: relative;
    padding-top: 66.66666%;
}
#slider-thumbnail .item img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-thumbnail .item.slick-current{
    border-color: #285b88;
}
#slider-thumbnail .slick-arrow{
    width: 40px;
    height: 40px;
    background: #5e92c7;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: -35px;
}
#slider-thumbnail .slick-arrow:hover{
    background: #285b88;
}
#slider-thumbnail .slick-prev{
    left: auto;
    right: 47px;
}
#slider-thumbnail .slick-next{
    right: 6px;
}
#slider-thumbnail .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: fontawesome;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 18px;
    line-height: 20px;
    padding: 1px;
}
#slider-thumbnail .slick-prev:after{
    content: '\f104';
}
#slider-thumbnail .slick-next:after{
    content: '\f105';
}
@media screen and (max-width: 991px) {
    .list-product .item .i-title a {
        font-size: 18px;
        line-height: 25px;
    }
    .list-product-c1 .w-item {
        width: 33.333333%;
    }
    .list-download .item .i-title a{
        font-size: 14px;
        line-height: 25px;
    }
    .scroll_bar {
        max-height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .list-product:before {
        position: absolute;
        top: -25px;
        left: 50%;
        content: '';
        width: 10px;
        height: 50px;
        background: #006f94;
    }
    .list-product .row2 .w-item {
        width: 100%;
    }
    .list-product .row3 .w-item {
        width: 100%;
    }
    .list-download .w-item {
        width: 50%;
    }
    .list-cat ul li a {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 639px) {
    .list-product-c1 .w-item {
        width: 50%;
    }
    .cat-prod {
        margin-top: 20px;
        margin-bottom: 40px;
        position: relative;
        padding: 30px 10px 20px 10px;
        border: 1px solid #e0e0e0;
    }
    .list-cat-prod {
        margin: 0 -10px;
    }
    .list-cat-prod .w-item {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .list-prod .w-item {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .cat-prod .list-prod ,
    .list-prod {
        margin: 0 -10px;
    }
}