#vnt-content{
    padding-bottom: 0;
}
.title_main_2{
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.title_main_2:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 50px;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #0083d8;
}
.title_main_2 h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
/*====BEGIN: TOUR=====*/
.vnt-tour{
    margin-bottom: 30px;
}
.slide-tour{
    margin: 0 -15px;
}
.slide-tour:after{
    display: block;
    content: '';
    clear: both;
}
.slide-tour .item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.slide-tour .slick-arrow{
    width: 26px;
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    top: -webkit-calc(((100% - 180px) / 2));
    top: -moz-calc(((100% - 180px) / 2));
    top: calc(((100% - 180px) / 2));
    color: #ffffff;
}
.slide-tour .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 30px;
}
.slide-tour .slick-prev:after{
    content: '\f104';
}
.slide-tour .slick-next:after{
    content: '\f105';
}
.slide-tour .slick-prev{
    left: 15px;
}
.slide-tour .slick-next{
    right: 15px;
}
/*====END: TOUR=====*/
/*====BEGIN: PRODUCT=====*/
.vnt-product{
    margin-bottom: 30px;
}
.slide-prod{
    margin: 0 -15px;
}
.slide-prod:after{
    display: block;
    content: '';
    clear: both;
}
.slide-prod .item{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.slide-prod .slick-arrow{
    width: 30px;
    height: 45px;
    color: #d4d4d4;
    top: 40%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slide-prod .slick-arrow:hover{
    color: #007d33;
}
.slide-prod .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
}
.slide-prod .slick-prev{
    left: -30px;
}
.slide-prod .slick-next{
    right: -30px;
}
.slide-prod .slick-prev:after{
    content: '\f104';
}
.slide-prod .slick-next:after{
    content: '\f105';
}
/*====END: PRODUCT=====*/
/*====BEGIN: NEWS=====*/
.vnt-news{
    padding: 30px 0;
    background: #f2f2f5;
}
.vnt-news .title_main_2{
    margin-bottom: 15px;
}
.ul_menu{
    margin-bottom: 20px;
    text-align: center;
}
.ul_menu ul li{
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: top;
}
.ul_menu ul li a{
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #0083d8;
    color: #0083d8;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ul_menu ul li.current a,
.ul_menu ul li a:hover{
    background: #0083d8;
    color: #ffffff;
}
.silde-news{
    margin: 0 -5px;
}
.silde-news:after{
    display: block;
    content: '';
    clear: both;
}
.silde-news .item{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
}
.slide-feature-news{
    margin-bottom: 10px;
}
.slide-feature-news.slick-initialized .w_item,
.slide-feature-news .w_item:first-child{
    display: block;
}
.slide-feature-news .w_item{
    display: none;
}
.slide-feature-news .item{
    background: #ffffff;
}
.slide-feature-news .item:after{
    display: block;
    content: '';
    clear: both;
}
.slide-feature-news .item .i-img{
    width: 66.239316%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
}
.slide-feature-news .item .i-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.slide-feature-news .item .i-img a img{
    display: none;
}
.slide-feature-news .item .i-desc{
    position: relative;
    width: 33.760684%;
    float: right;
    padding: 20px 25px;
}
.slide-feature-news .item .i-desc:after{
    position: absolute;
    top: 40px;
    right: 100%;
    content: '';
    border-right: 20px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.slide-feature-news .item .i-title{
    font-size: 24px;
    line-height: 34px;
    max-height: 102px;
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.slide-feature-news .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.slide-feature-news .item .date-download{
    margin-bottom: 10px;
}
.slide-feature-news .item .i-date{
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #999999;
}
.slide-feature-news .item  .i-date:after{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f073';
}
.slide-feature-news .item  .i-download a{
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #0083d8;
    text-transform: uppercase;
}
.slide-feature-news .item  .i-download a:hover{
    color: #007d33;
}
.slide-feature-news .item  .i-download a:after{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f019';
}
.slide-feature-news .item  .i-content{
    font-size: 15px;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
}
.slide-feature-news .slick-dots{
    bottom: 20px;
    width: auto;
    left: 66.239316%;
    padding-left: 25px;
}
.slide-feature-news .slick-dots li{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    background: #dddddd;
}
.slide-feature-news .slick-dots li.slick-active{
    background: #0083d8;
}
.slide-feature-news .slick-dots li button{
    width: 10px;
    height: 10px;
}
.slide-feature-news .slick-dots li button:before{
    display: none;
}
/*====END: NEWS=====*/
/*====BEGIN: ACTIVE=====*/
.vnt-active{
    padding: 30px 0;
}
.slide-active{
    margin: 0 -15px 30px;
}
.slide-active:after{
    display: block;
    content: '';
    clear: both;
}
.slide-active .w_item{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.slide-active .item{
    position: relative;
}
.slide-active .item .i-img a{
    display: block;
    overflow: hidden;
    padding-top: 133.333333%;
    position: relative;
}
.slide-active .item .i-img a:before{
    -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    width: 50px;
    content: "";
    left: 50%;
    top: 50%;
    height: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000000;
    background-color: rgba(0,0,0,0.1);
    zoom: 1;
    background-color: transparent\9;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 100%;
    z-index: 1;
}
.slide-active .item:hover .i-img a:before{
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    -o-transform: scale(12);
    opacity: 1;
    filter: alpha(opacity=100);
}
.slide-active .item .i-img a:after{
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    width: 50px;
    content: "";
    left: 50%;
    top: 50%;
    height: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000000;
    background-color: rgba(0,0,0,0.1);
    zoom: 1;
    background-color: transparent\9;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 100%;
    z-index: 1;
}
.slide-active .item:hover .i-img a:after{
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    -o-transform: scale(12);
    opacity: 1;
    filter: alpha(opacity=100);
}
.slide-active .item .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slide-active .item .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slide-active .item .i-title a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 125, 51, 0.85);
}
.slide-active .slick-arrow{
    width: 30px;
    height: 45px;
    color: #d4d4d4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slide-active .slick-arrow:hover{
    color: #007d33;
}
.slide-active .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
}
.slide-active .slick-prev{
    left: -30px;
}
.slide-active .slick-next{
    right: -30px;
}
.slide-active .slick-prev:after{
    content: '\f104';
}
.slide-active .slick-next:after{
    content: '\f105';
}
/*====END: ACTIVE=====*/
/*====BEGIN: POST=====*/
.vnt-post{
    background: #f2f2f5;
    padding: 35px 0;
}
.list_post{
    margin: 0 -1px;
}
.list_post:after{
    display: block;
    content: '';
    clear: both;
}
.list_post .w_item{
    padding: 0 1px;
    width: 50%;
    float: left;
    margin-bottom: 2px;
}
.list_post .w_item:nth-child(2n + 1){
    clear: left;
}
.list_post .item{
    position: relative;
}
.list_post .item .img{
    overflow: hidden;
    position: relative;
    padding-top: 66.666667%;
}
.list_post .item .img 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);
}
.list_post .item:hover .img img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list_post .item .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_post .item .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.list_post .item .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
/*====END: POST=====*/
/*====BEGIN: MEDIA=====*/
.vnt-media{
    padding: 30px 0;
}
.video-main{
    position: relative;
}
.video-main .i-img{
    overflow: hidden;
    position: relative;
    padding-top: 66.666667%;
}
.video-main .i-img:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.35);
}
.video-main .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-main .i-img .icon_video{
    z-index: 1;
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    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%);
    text-align: center;
    background: url(../images/next.png) no-repeat center center;
    border: 2px solid rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video-main:hover .i-img .icon_video:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.video-main:hover .i-img .icon_video:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.video-main .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.65);
}
.video-main .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.video-main .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
#gallery_slide.slick-initialized .item,
#gallery_slide .item:first-child{
    display: block;
}
#gallery_slide .item{
    display: none;
    position: relative;
}
#gallery_slide .item .i-img{
    padding-top: 66.666667%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#gallery_slide .item .i-img 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;
}
#gallery_slide .item:hover .i-img img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#gallery_slide .item .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px 15px 50px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
#gallery_slide .item .i-title:after{
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: FontAwesome;
    content: '\f03e';
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}
#gallery_slide .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#gallery_slide .item .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#gallery_slide .item .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
#gallery_slide .item .i-link a:first-child{
    z-index: 1;
}
#gallery_slide .slick-arrow{
    width: 26px;
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
#gallery_slide .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 30px;
}
#gallery_slide .slick-prev:after{
    content: '\f104';
}
#gallery_slide .slick-next:after{
    content: '\f105';
}
#gallery_slide .slick-prev{
    left: 0;
}
#gallery_slide .slick-next{
    right: 0;
}
#fancybox-thumbs ul li a{
    width: 70px !important;
    height: 70px !important;
}
.popup_gallery .fancybox-title{
    display: none !important;
}
.popup_gallery .fancybox-close{
    width: 46px;
    height: 46px;
    top: -23px;
    right: -23px;
    background: #0083d8;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.popup_gallery .fancybox-close .fa{
    font-size: 22px;
    line-height: 26px;
}
.popup_gallery .fancybox-title{
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    color: #ffffff;
}
.popup_gallery .fancybox-nav span{
    visibility: visible;
    width: 35px;
    height: 63px;
    background: url("../images/arrow.png") no-repeat 0 0;
}
.popup_gallery .fancybox-prev span{
    left: 0;
    background-position: 0 0;
}
.popup_gallery .fancybox-next span{
    right: 0;
    background-position: -35px 0;
}
/*====END: MEDIA=====*/
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@media screen and (max-width: 1199px){
    .slide-prod .slick-prev {
        left: 15px;
    }
    .slide-prod .slick-next {
        right: 15px;
    }
    .slide-active .slick-prev {
        left: 15px;
    }
    .slide-active .slick-next {
        right: 15px;
    }
}
@media screen and (max-width: 991px){
    .slide-prod .slick-prev {
        left: 5px;
    }
    .slide-prod .slick-next {
        right: 5px;
    }
    .slide-active .slick-prev {
        left: 5px;
    }
    .slide-active .slick-next {
        right: 5px;
    }
    .slide-active {
        margin: 0 -5px 30px;
    }
    .slide-active .w_item{
        padding: 0 5px;
    }
    .slide-prod{
        margin: 0 -5px;
    }
    .slide-prod .item{
        padding: 0 5px;
    }
    .slide-tour{
        margin: 0 -5px 20px;
    }
    .slide-tour .item{
        padding: 0 5px;
    }
    .slide-tour .slick-prev{
        left: 5px;
    }
    .slide-tour .slick-next{
        right: 5px;
    }
    .list_post{
        margin-bottom: 25px;
    }
    .slide-feature-news .item .i-title {
        font-size: 16px;
        line-height: 25px;
        max-height: 75px;
    }
    .title_main_2 {
        font-size: 25px;
        line-height: 35px;
    }
    .slide-active .item .i-title a{
        font-size: 13px;
        line-height: 20px;
    }
    #gallery_slide{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .slide-feature-news .item{
        padding-bottom: 30px;
    }
    .slide-feature-news .item .i-img{
        width: 100%;
        background: none !important;
        height: auto;
    }
    .slide-feature-news .item .i-img a{
        height: auto;
        overflow: hidden;
        padding-top: 66.666667%;
        position: relative;
    }
    .slide-feature-news .item .i-img a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
    }
    .slide-feature-news .item .i-desc{
        width: 100%;
        padding: 15px;
    }
    .slide-feature-news .slick-dots{
        left: 0;
        padding-left: 15px;
    }
    .ul_menu{
        display: none;
    }
    .slide-tour .slick-arrow {
        top: -webkit-calc(((100% - 155px) / 2));
        top: -moz-calc(((100% - 155px) / 2));
        top: calc(((100% - 155px) / 2));
    }
    .list_post .item .i-title{
        font-size: 14px;
        line-height: 20px;
    }
}