.vnt-tab-intro .pagination {
    width: 100%;
    margin-left: 100px;
    margin-top: 5px;
    margin-bottom: 45px;
  
}
.vnt-tab-intro .pagination ul {
    padding-bottom: 2px;
    text-align: left;
}
.small-wrapper {
    max-width: 870px;
}

#sm2 {
    display: none;
}

/*================================================*/
.newsS {
    background: #12a651;
}

.newsS:after {
    content: "";
    display: block;
    clear: both;
}

.newsS .img {
    width: 700px;
    float: left;
    position: relative;
}

.newsS .img a {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    display: block;
}

.newsS .img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsS .img:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.newsS .caption {
    overflow: hidden;
    padding: 35px 30px;
}

.newsS .per {
    margin-bottom: 20px;
}

.newsS .per span {
    display: inline-block;
    line-height: 20px;
    background: #feca3b;
    padding: 5px 9px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsS .tend {
    margin-bottom: 15px;
}

.newsS .tend a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 90px;
    overflow: hidden;
    color: #ffffff;
}

.newsS .tend a:hover {}

.newsS .des {
    overflow: hidden;
    max-height: 96px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.newsS .link a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.newsS .link a span {
    padding-right: 20px;
    position: relative;
}

.newsS .link a span:before {
    content: "\f061";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fec113;
    font-weight: normal;
}

.newsS .date {
    width: 60px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
}

.newsS .date .day {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-weight: 600;
}

.newsS .date .mon {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    background: #12a651;
}

.slideNews .bb-news-right {
    background-color: #f5f5f5;
    padding: 20px;
    margin-left: 0;
    max-width: 600px;
    opacity: 0;
}

.slideNews .bb-news-right .img {
    overflow: hidden;

}

.slideNews .bb-news-right .img img {
    transition: 0.5s ease;
    width: 100%;

}

.slideNews .bb-news-right .img img:hover {
    transform: scale(1.02);
}

.slideNews .bb-news-right .more {
    margin-left: 20px;
    margin-bottom: 24px;
}

.bb-news-col {
    max-width: 550px;
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
}

.bb-news-col .news {
    padding: 20px;
    background-color: #f5f5f5;
}

.bb-news-col .news .img img {
    max-width: 225px;
}

.bb-news-row {
    opacity: 0;
    max-width: 550px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.news-box {
    margin-top: 20px;
}

.bb-news-row .box {
    display: flex;
    padding: 20px;
    background-color: #f5f5f5;
    position: relative;
}

.bb-news-row .date {
    margin-top: 40px;

}

.bb-news-row .img {
    margin-left: 20px;

}

.bb-news-row .img img {
    max-width: 225px;
    transition: 0.5s ease;

}

.bb-news-row .img img:hover {}

.bb-news-row .date p.day {
    width: 50px;
    height: 34px;
    color: #666666;
    background: white;
    font-size: 22px;
    padding-left: 12px;
}

.bb-news-row .date p.month {
    padding-top: 3px;
    width: 50px;
    height: 26px;
    font-size: 13px;
    color: white;
    background: #dd0000;
    padding-left: 10px;

}

.bb-news-row .content {
    margin-left: 20px;
    max-width: 315px;
    margin-top: 20px;
}

.bb-news-row .content p {
    margin: 0;
    padding: 0;
    margin-top: -3px;
}

.bb-news-row .content p.bold {

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    line-height: 22px;
    text-transform: uppercase;
}

.bb-news-row .content p.light {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    display: none;
}

.bb-news-row .more {
    margin-top: 30px;
    width: 100%;
    text-align: left;
}

.bb-news-row .more a {
    color: #018e42;
    font-size: 15px;
    font-weight: 300;
}

/*==BEGIN: HOME PAGE NEWS==*/
.bb-news-right {
    max-width: 586px;
    float: left;
    margin-left: 55px;
    opacity: 0;

}

.bb-news-right .img {
    position: relative;
}

.bb-news-right .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bb-news-right .date p.day {
    width: 60px;
    height: 40px;
    color: #666666;
    background: white;
    font-size: 24px;
    padding-left: 16px;
    padding-top: 8px;
}

.bb-news-right .date p.month {
    padding-top: 4px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: white;
    background: #dd0000;
    padding-left: 13px;

}

.bb-news-right .content h4 {
    margin-top: 15px;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 68px;
}

.bb-news-right .content p {
    color: #888888;
    font-size: 15px;
    font-style: normal;
}

.bb-news-right .more {
    margin-top: 12px;


}

.bb-news-right .more a {
    color: #018e42;
    font-size: 18px;
    font-weight: 300;
}

/*==END: HOME PAGE NEWS==*/
.slideNews .slick-dots {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}

.slideNews .slick-dots li {
    margin-left: 10px;
    display: inline-block;
}

.slideNews .slick-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: transparent;
    border: solid 1px #ffffff;
}

.slideNews .slick-dots li.slick-active button {
    background: #ffffff;
}

.slideNews {
    margin-bottom: 30px;
}

/*============================================================*/
.news {
    opacity: 0;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.news .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.news .grid .col1 {
    width: 370px;
}

.news .grid .col2 {
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: -o-calc(100% - 370px);
    width: calc(100% - 370px);
}

.news .img {
    position: relative;
    padding-left: 100px;
}

.news .date {
    width: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
}

.news .date .day {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #666666;
    font-weight: 600;
    background: white;
}

.news .date .month {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background: #dd0000;
}

.news .img a {
    display: block;
    padding-top: 66.4%;
    position: relative;
    overflow: hidden;
}

.news .img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news .img a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.news .caption {
    padding-left: 20px;
    padding-right: 220px;
    position: relative;
}

.news .tend {
    margin-bottom: 5px;
}

.news .tend a {
    font-size: 20px;
    line-height: 28px;
    color: #888888;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #333333;
}

.news .tend a:hover {
    color: #12a651;
}

.news .des {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666666;
    height: 72px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news .des * {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #888888 !important;
    padding: 0 !important;
}

.news .link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news .link a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #018e42;
    font-weight: 200;
    font-style: italic;
}

/*====================================================*/
.the-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.15);
}

.the-title h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

.the-date {
    color: #999999;
    margin-bottom: 10px;
}

.the-content {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}

/*===================================================*/
.newsOther .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
    color: #12a651;
}

.newsOther .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: solid 1px #fec113;
}

.newsOther .title h2 {
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsOther ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.newsOther ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 120px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.newsOther ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.newsOther ul li a:before {
    /* content: "\f0da"; */
    font-family: fontAwesome;
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    color: #0087c4;
}

.newsOther ul li a span {
    color: #12a651;
    font-size: 14px;
    line-height: 22px;
    float: right;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsOther ul li a span:before {
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*=======================BOX SIDEBAR===============*/
.box_news_sidebar {
    margin-bottom: 20px;
}

.box_news_sidebar .bn_title {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px;
    margin-bottom: 2px;
}

.box_news_sidebar .bn_title h3 {

    font-size: inherit;
    line-height: inherit;
    text-align: left;
    font-weight: 500;
    color: #dd0000;
}

.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}

.box_news_sidebar .bn_content .item .i-image {
    overflow: hidden;
    margin-bottom: 10px;
}

.box_news_sidebar .bn_content .item .i-image a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
}

.box_news_sidebar .bn_content .item .i-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -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;
}

.box_news_sidebar .bn_content .item .i-image:hover 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);
}

.box_news_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.box_news_sidebar .bn_content .item .i-title a {
    color: #333333;
}

/*=================BEGIN MENU TAB==================*/
.menuTab {
    margin-bottom: 35px;
    position: relative;
}

.menuTab ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuTab ul li:first-child {
    margin-left: 0;
}

.menuTab ul li:last-child {
    margin-right: 0;
}

.menuTab ul li {
    margin: 0 6px;
}

.menuTab ul li a {
    display: block;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    background: #eeeeee;
}

.menuTab ul li:hover a,
.menuTab ul li.current a {
    background: #12a651;
    color: #ffffff;
}

.menuTab .mc-menu {
    background: #00a550;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 8px 20px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.menuTab .mc-menu:before {
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*=================END MENU TAB====================*/


/*SLICK;*/


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;

    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    color: #666666;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #dd0000;
}

.slick-next:before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #018e42;

}

.slick-prev {
    left: 76px;
    width: 55px;
    height: 25px;
    background-color: #ebebeb;
    padding-top: 6px;
    margin-top: 20px;
}

.slick-next {
    right: 76px;
    width: 55px;
    height: 25px;
    background-color: #ebebeb;
    margin-top: 20px;
    padding-bottom: 3px;

}

.slick-next:hover {
    background-color: #959494;
}

.slick-prev:hover {
    background-color: #959494;
}

/*SLICK;*/









/*==BEGIN: PAGE - DETAIL NEWS==*/
#detail-service {
    margin-bottom: 30px;
}

.news-banner-title {
    position: relative;
    max-width: 877px;
    overflow: hidden;
    max-height: 190px;
}

.news-banner-title img {

    width: 100%;
    position: relative;
    top: 100%;


}

.news-banner-title .title {
    position: absolute;
    left: 40px;
    top: 40px;
    color: white;

}

.line-news-big {
    width: 40px;
    height: 2px;
    background-color: white;
    margin-top: 19px;
    margin-bottom: 10px;
}

.news-banner-title .title h5 {
    font-size: 18px;
    font-weight: normal;


}

.news-banner-title .title h2 {
    font-size: 45px;
    font-weight: bold;

}

.vnt-detail-news {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 20px;

}

h1.detail-news-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.big-detail-news-col li span {
    font-family: "Helvetica Neue";
    color: #afafaf;
    margin-left: 5px;
}

.long-content .img-group {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;

}

.long-content .img-group p {
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    color: #666666;
    font-style: italic;

}

.long-content .img-group .left {
    display: inline-block;
    max-width: 580px;
}

.long-content .img-group .right {
    display: inline-block;
    max-width: 280px;
}

.long-content .img-group .right img {
    margin-bottom: 9px;
}

.detail-news-social li {
    list-style: none;
    float: left;
    margin-right: 5px;
    color: white;
}

.detail-btn-social {
    width: 40px;
    height: 40px;
    position: relative;

}

.detail-news-social .fa-calendar {
    margin-right: 15px;
    background-color: #0092df;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
}

.detail-news-social i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cfb {
    background-color: #3b5998;
}

#cgg {
    background-color: #dc4e41;
}

#ctt {
    background-color: #1da1f2;
}

#cpr {
    background-color: #cb2027;
}

.detail-news-content {
    max-width: 877px;
}

.detail-news-content .long-content {
    max-width: 877px;
    margin-top: 26px;
    color: #565656;
    margin-bottom: 30px;
}

.detail-news-content .long-content img {
    width: 100%;
}

.short-content p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.long-content .author {
    text-align: right;
    font-size: 16px;
}

.long-content p {

    color: #565656;
    font-size: 17px;
    line-height: 24px;
}

.big-detail-news-col {
    width: calc(100% - 300px);
    float: left;
    margin-right: 30px
}

.small-detail-news-col {
    text-align: center;
    margin: 0 auto;
    float: left;
    max-width: 270px;

}

.small-col-news-img img {
    width: 100%;

}


.small-detail-news-col img {
    width: 100%;

}

#small-col-news .item {
    margin-top: 10px;
    margin-bottom: -5px;
}

#small-col-news1 {}


.small-col-news {


    margin-bottom: 15px;
}

.small-col-news .title {
    text-align: left;

}

.small-col-news .title h5 {
    font-size: 16px;
    font-weight: bold;
    color: #018e42;
}

.line-news-small {
    margin-top: 15px;
    width: 50px;
    height: 1px;
    background: #555555;
    margin-bottom: 10px;
}

.small-col-news-text {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #666666;
}

#small-col-news .small-col-news-text {
    margin-top: 15px;
    padding-bottom: 15px;
}

.small-col-news-text h4 {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}

.small-col-news-text h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}


.vnt-related-news {

    margin: 0 auto;

    padding-bottom: 20px;
}

p.related-news-title {

    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #dd0000;
}

.line-ralated {
    width: 50px;
    height: 1px;
    background: #dd0000;
}

.list-related-news span {
    margin-right: 65px;
    color: #018e42 !important;
    font-size: 13px;
}

.list-related-news {

    margin-top: 15px;
}

.list-related-news span i {
    margin-right: 5px;
}

.list-related-news a {
    color: #222222;
    font-size: 15px;
    text-transform: uppercase;
}

.list-related-news a:hover {
    color: #018e42;
}

.list-related-news hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*==END: PAGE - DETAIL NEWS==*/

.vnt-news-carousel {

    width: 100%;


}

.vnt-news-carousel .item img {
    width: 100%;
}

.vnt-news-carousel .carousel {
    position: relative;
}

.news-content {
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;



}

.news-content .carousel {
    position: relative;
}

.news-block .carousel-indicators {
    position: absolute;

    left: 93%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.news-content .news-block {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news-p-block {
    background-color: #2e96bc;
    padding: 50px 60px 50px 60px;
}

.news-content .news-content-box {

    display: flex;
}

.news-content .news-content-box .news-img-block img {
    max-width: 570px;
}

p.n-block-title {
    font-size: 30px;
    color: white;
    font-weight: 500;
    text-align: left;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;

}

p.n-block-content {
    margin-top: 2%;
    text-align: left;

    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}

.news-p-block span {
    background-color: white;
    color: black;
    padding: 10px 10px 10px 10px;
    float: left;
}

.news-p-block i {
    margin-right: 5px;
}

.news-img-block {
    flex: 1;
}

.news-p-block {
    flex: 1;
}

.news-block-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-block-col-30 {

    max-width: 370px;
    background-color: white;
    margin-bottom: 20px;

    transition: 1s ease;
    opacity: 0;

}

.news-block-col-30:hover {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
}

.nb-col-img {
    position: relative;


}

.nb-col-img .nb-date {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    padding: 5px 20px 5px 20px;
    background-color: #2e96bc;
    color: white;
    white-space: nowrap;

}

.nb-col-img img {
    width: 100%;
}

.nb-date i {
    margin-right: 8px;
}

.nb-col-text {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

p.nb-title {

    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.nb-col-text a:hover {

    color: #2e96bc;
}

p.nb-content {

    font-size: 13px;

    text-align: left;
}

.vnt-content-gioithieu .pagination {

    margin-bottom: -10px;
}

.vnt-content-gioithieu .pagination ul li {
    border-radius: 0;
}

.vnt-content-gioithieu .pagination ul li span.pagecur {
    background-color: #2e96bc;
    border-color: #2e96bc;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;

}

.carousel-control .icon-right {
    position: absolute;
    top: 50%;

}

.carousel-control.right {
    right: -5%;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;


}

.carousel-control.left {
    left: -5%;
    right: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;


}

/*==END: PAGE - NEWS==*/
/*PAGE DICHVU*/
.bb-more {
	display: flex;
	margin-top: 60px;
}

.bb-more img {
	margin-left: 20px;
	margin-top: 15px;

}

.bb-more:hover #img-more {

	animation: leftright 1.3s linear infinite;

}

@keyframes leftright {

	0%,
	100% {
		margin-left: 20px;
	}

	50% {
		margin-left: 30px;
	}
}

.bb-service-container .img {
	width: 50%;
	float: left;
}


#service .bb-service {
    margin-top: 45px;
}

#service .bb-wrapper-small {
    margin: 0 auto;
    max-width: 1100px;
    height: 260px;
    position: relative;
    border: 7px solid #f5f5f5;
    overflow: none;
    top: 30px;
}

#service .bb-wrapper-smaller {

    max-width: 1030px;
    position: absolute;
    z-index: 9999;
    height: 315px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;


}

.bb-wrapper-smaller .bb-service-slider .item .right {
    float: right;
}

.bb-wrapper-smaller .bb-service-slider .item .right-btn {
    position: absolute;
    left: 240px;
}

.bb-wrapper-smaller .bb-service-slider .item .left {
    text-align: right;
    padding-right: 40px;
}

#service .bb-service-container {
    background: transparent;
    max-height: 315px;
    margin-bottom: 40px;
    opacity: 0;
   
    width: 100%;
    height: 650px;
    overflow: hidden;
}

#service .bb-service-slider {
    opacity: 1;
}

#service .bb-service-container .content {
    width: 50%;
    position: relative;
    float: left;
    padding-left: 0px;
    padding-top: 60px;

}

#service .bb-service-container .content h3 {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
}

#service .bb-service-container .content h4 {
    font-size: 30px;
    font-weight: bold;
    color: #018e42;
    margin-top: 5px;
}

#service .bb-service-container .content p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
    color: #555555;
}

#service .bb-service-container .content a.btn {
    width: 180px;
    height: 40px;
    padding-top: 10px;
    color: #888888;
    background-color: white;
    border-radius: 0px;
    border: 1px solid #888888;
    font-size: 15px;
    transition: 1s ease;

}

#service .bb-service-container .content a.btn:hover {

    color: white;
    background-color: #dd0000;

    border: 1px solid #dd0000;


}

#service .bb-more {
    display: flex;
    margin-top: 20px;
}

#service .bb-service-container .img {}

#service .bb-service-container .img img {
    max-height: 315px;
    padding-right: 10px;
}

#service .pagination {
    margin-top: 0px;
    margin-bottom: 45px;
}
a.vnt-btn-tab{
    padding: 10px;
    display: inline-block;
    line-height: 19px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cmt-socail-left ul li{
    display: inline-block;
    margin: 0 5px;
}
/*PAGE DICHVU*/
@media only screen and (max-width:1230px) {
    .news-left-box {
        display: none;
    }

    .slideNews .bb-news-right {
        background-color: #f5f5f5;
        padding: 20px;
        margin-left: 0;
        max-width: 100%;
        opacity: 1;
    }

    .small-detail-news-col {}

    .news-block-col-30 {
        max-width: 470px;
        background-color: white;
        margin-bottom: 20px;
        transition: 1s ease;
    }


}

@media only screen and (max-width: 1024px) {

    /*	PAGE SERVICE;*/
    #service .bb-service {
        margin-top: 0px;
    }

    .bb-wrapper-smaller .bb-service-slider .item .right {
        float: left;


    }

    .bb-wrapper-smaller .bb-service-slider .item .right-btn {
        position: relative;
        left: 0;

    }

    .bb-wrapper-smaller .bb-service-slider .item .left {
        text-align: left;
        padding-right: 0px;
    }

    #service .bb-service-container {
        background: transparent;
        max-height: 650px;
        margin-bottom: 0px;
    }

    #service .bb-wrapper-small {
        margin: 0 auto;
        max-width: 1100px;
        max-height: 600px;
        position: relative;
        border: 0px solid #f5f5f5;

        top: 30px;
    }

    #service .bb-wrapper-smaller {
        max-width: 1030px;
        position: relative;
        z-index: 9999;
        text-align: center;
        margin: 0 auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .bb-wrapper-smaller .bb-service-slider .item{
        margin: 0 auto;
       
    }
    #service .bb-service-container .img {
        width: 100%;
    }
    #service .bb-service-container .img img {
       
        padding-right: 10px;
     
    }
    #service .bb-service-container .content {
        text-align: left;
        width: 475px;
        position: absolute;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        height: 250px;
        border: 7px solid #f5f5f5;
        bottom: 0px;
        top: 600px;
        right: 7px;
        left: 0;
        margin: auto;
    }

    /*	PAGE SERVICE;*/
}

@media only screen and (max-width: 1035px) {
    .news-content .news-content-box .news-img-block img {
        max-width: 450px;
    }

    .news-block-col-30 {
        width: 48%;
        background-color: white;
        margin-bottom: 20px;
        transition: 1s ease;
    }
}

@media only screen and (max-width: 940px) {
    p.n-block-title {
        font-size: 20px;
        color: white;
        font-weight: 500;
        text-align: left;
        line-height: 40px;
        font-family: 'Roboto Condensed', sans-serif;
    }
}

@media only screen and (max-width: 768px) {
    .vnt-related-news {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .list-related-news a {

        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        line-height: 14px;
        /* fallback */
        max-height: 14px;
    }

    /*	NEWS CAP 2*/
    #vnt-sidebar {
        display: none;
    }

    .long-content .img-group {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .long-content .img-group .left {
        display: inline-block;
        max-width: 480px;
    }

    .long-content .img-group .left img {
        margin-bottom: 10px;
    }

    .long-content .img-group .right {

        display: inline-block;
        max-width: 480px;
        text-align: center;
    }

    /*	NEWS CAP 2*/
    .news-banner-title .title {
        top: 15%;
    }

    .news-banner-title .title h5 {
        font-size: 15px;
        font-weight: normal;
    }

    .news-banner-title .title h2 {
        font-size: 30px;
        font-weight: bold;
    }

    #small-col-news .slick-track {
        margin: 0 -5px;

    }

    #small-col-news .slick-slide {
        padding: 0 5px;
    }

    .big-detail-news-col {
        width: 100%;
        margin-bottom: 30px;
    }


    .small-detail-news-col {
        margin-top: 20px;
        text-align: center;
        margin: 0 auto;
        float: left;
        max-width: 100%;
    }

    .vnt-content-about .pagination {
        margin-bottom: 30px;
    }

    .news-content .news-content-box .news-img-block img {
        max-width: 320px;
    }

    .news-p-block {
        background-color: #2e96bc;
        padding: 20px 30px 20px 30px;
    }



}

@media only screen and (max-width: 600px) {
    .carousel-control {
        position: absolute;
        top: auto;
        bottom: 1%;


    }

    .carousel-control img {
        max-width: 28px;
    }

    .carousel-control.right {
        right: 42%;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
        background-color: transparent;


    }

    .carousel-control.left {
        left: 39%;
        right: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
        background-color: transparent;


    }

    .news-content .news-content-box .news-img-block img {
        max-width: 100%;
    }

    .news-p-block {

        background-color: #2e96bc;
        padding-left: 20px;
        padding-top: 28px;
        padding-right: 70px;
        padding-bottom: 115px;

    }

    .news-content .news-content-box {
        display: block;
        margin-bottom: 80px;
    }




    .nb-col-text {
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
    }

    p.n-block-title {

        font-size: 23px;
        line-height: 37px;
    }

    .news-p-block span {
        margin-top: 10px;
        padding: 6px 10px 6px 10px;
    }

    .news-block-col-30 {
        width: 48%;
        background-color: white;
        margin-bottom: 20px;
        transition: 1s ease;
    }

    .nb-col-img .nb-date {
        display: none;
    }

    p.nb-title {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        max-height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .t-block-414 {
        display: block;
        margin-top: 5px;
        color: #bfbfbf;
    }

    .vnt-content-gioithieu .pagination {
        margin-top: -30px;
        margin-bottom: 40px;
    }


    .news-block .carousel-indicators {
        position: absolute;
        bottom: 100px;
        left: 80%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

}


/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1070px) {
    .newsS .img {
        width: 600px;
    }
}

@media all and (max-width: 991px) {
    .newsS .img {
        width: 450px;
    }

    .newsS .tend a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }

    .newsS .des {
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
    }

    .newsS .des * {
        font-size: 14px !important;
        line-height: 22px !important;
        color: #ffffff !important;
        padding: 0 !important;
    }

    .news .caption {
        padding-right: 0;
    }

    .news .link {
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }

    .news .tend a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }

    .news .des {
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
    }

    .news .des * {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .the-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media all and (max-width: 767px) {
    .newsS .img {
        width: 100%;
        float: none;
    }

    .newsS .caption {
        padding: 25px 20px;
    }

    .news .grid {
        display: block;
    }

    .news .grid .col1,
    .news .grid .col2 {
        width: 100%;
    }

    .news .img {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .news .caption {
        padding-left: 0;
    }

    .the-title h1 {
        font-size: 25px;
        line-height: 33px;
    }
    .list-related-news span {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {

    /*	PAGE SERVICE*/
    .bb-service-container .img {
	width: 100%;
	float: left;
}
    #service {
        height: 2340px;

    }

    #service .bb-wrapper-smaller {

        height: 230px;
    }

    #service .bb-service-container {
        background: transparent;
        height: 560px;
        margin-bottom: 0px;
    }

    #service .bb-service-container .content {
        width: 100%;
        top: 530px;
        padding-top: 20px;
        height: 290px;
        padding-right: 20px;
    }

    #service .bb-service-container .content h3 {
        font-size: 16px;
        font-weight: 300;
        color: #333333;
    }

    #service .bb-service-container .content h4 {
        font-size: 24px;
        font-weight: bold;
        color: #018e42;
        margin-top: 5px;
    }

    #service .bb-more {
        display: flex;
        margin-top: 10px;
    }
    	.bb-service-container .img {
		width: 100%;
		display: inline-block;
		height: 230px;
		overflow: hidden;
	}

    /*	PAGE SERVICE*/

    /*	NEWS CAP 2*/
    h1.detail-news-title {
        margin-top: -40px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 5px;
        
    }

    .short-content p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .long-content .img-group p {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        color: #666666;
        font-style: italic;
    }

    /*	NEWS CAP 2*/



    /*	NEWS CAP 1*/

    #sm2 .slick-next {
        right: 104px;
        width: 55px;
        height: 25px;
        background-color: #ebebeb;
        margin-top: 20px;
        padding-bottom: 3px;
    }

    #sm2 .slick-prev {
        left: 104px;
        width: 55px;
        height: 25px;
        background-color: rgb(235, 235, 235);
        padding-top: 6px;
        margin-top: 20px;
    }

    #sm2 .small-col-news-text {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
    }

    #sm2 {
        display: block;
        margin-bottom: 30px;
    }

    #sm1 {
        display: none;
    }

    .long-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .news-banner-title .title {
        top: 20px;
    }

    .news-banner-title .title h5 {
        font-size: 16px;
        font-weight: normal;
    }

    .line-news-big {
        width: 40px;
        height: 2px;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*	NEWS CAP 1*/





    .bb-news-row .img img {
        max-width: 120px;
        height: 80px;
    }

    .bb-news-row .content p.bold {
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        color: #333333;
        line-height: 20px;
    }

    .bb-news-row .date p.day {
        width: 34px;
        height: 22px;
        color: #666666;
        background: white;
        font-size: 15px;
        padding: 0;
        padding-left: 8px;
    }

    .bb-news-row .date p.month {

        width: 34px;
        height: 18px;
        font-size: 10px;
        color: white;
        background: #dd0000;
        padding: 0px;
        margin: 0;
        padding-top: 2px;
        padding-left: 5px;
    }

    .bb-news-row .box {
        display: flex;
        padding: 20px 5px;
        background-color: #f5f5f5;
        position: relative;
    }

    .bb-news-row .img {
        margin-left: 5px;
    }

    .bb-news-row .content {
        margin-left: 10px;
        max-width: 315px;
        margin-top: 0px;
    }

    .bb-news-row {
        opacity: 1;

        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .bb-news-row .more {
        margin-top: 0px;
        width: 100%;
        text-align: left;
    }

    .bb-news-row .date {
        margin-top: 20px;
    }

    .bb-news-right .content h4 {
        margin-top: 15px;

        font-size: 18px;
        line-height: 26px;

    }

    .slideNews .bb-news-right {
        background-color: #f5f5f5;
        padding: 10px;
        margin-left: 0;
        max-width: 600px;
        opacity: 1;
    }

    .slideNews .bb-news-right .more {
        margin-left: 0px;
        margin-bottom: 24px;
    }

    .vnt-tab-intro .pagination {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 45px;
    }

    #vnt-content .mid-title {
        margin-top: 15px;
        margin-bottom: -20px;
    }

    .news-left-box {
        display: block;
    }
}