#vnt-slide-home .item {

    position: relative;

}



#vnt-slide-home .item .img img {

    width: 100%;

}



#vnt-slide-home .captionWrap {

    position: absolute;

    bottom: 10%;

    left: 0;

    right: 0;

    pointer-events: none;

}



#vnt-slide-home .caption {

    background: rgba(255, 255, 255, 0.8);

    padding: 20px 25px;

    max-width: 400px;

    -webkit-transition: all 0.5s linear 0.5s;

    -o-transition: all 0.5s linear 0.5s;

    transition: all 0.5s linear 0.5s;

    opacity: 0;

    visibility: hidden;

    pointer-events: auto;

}



#vnt-slide-home .caption .t1 {

    font-size: 26px;

    line-height: 34px;

    font-weight: bold;

    color: #2655ad;

    margin-bottom: 10px;

}



#vnt-slide-home .caption .t2 {

    color: #555555;

}



#vnt-slide-home .item.slick-current .caption {

    opacity: 1;

    visibility: initial;

}



#vnt-slide-home .slick-arrow {

    width: 30px;

    height: 60px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    bottom: 0;

    background-color: transparent;

    background-repeat: no-repeat;

    background-size: 20px;

    background-position: center;

    border: none;

    position: absolute;

    font-size: 0;

    z-index: 1;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear;

    color: #ffffff;

}



#vnt-slide-home .slick-prev {



}



#vnt-slide-home .slick-next {



}



#vnt-slide-home .slick-arrow::before {

    color: #ffffff;

}



#vnt-slide-home .slick-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

    text-align: center;

}



#vnt-slide-home .slick-dots li {

    display: inline-block;

    margin: 0 5px;

}



#vnt-slide-home .slick-dots li button {

    width: 10px;

    height: 10px;

    background: transparent;

    border-radius: 100%;

    font-size: 0;

    padding: 0;

    border: solid 2px #ffffff;

}



#vnt-slide-home .slick-dots li.slick-active button {

    background: #ffffff;

    border-color: #ffffff;

}



/*=============================================================*/

.abouthome {

    padding: 100px 0 96px;

}



.about {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -45px;

    align-items: center;

}



.about .title h2 {

    font-size: 35px;

    color: #c3002a;

    font-weight: 400;

    margin-bottom: 30px;

}



.about .info p {

    color: #666666;

    font-size: 15px;

}



.about .info {



    width: 43%;



    padding: 0px 45px;

}



.about .img {



    width: 57%;



    padding: 0px 45px;

}



.about .img img {



    border-radius: 15px;

}



/*=============================================================*/

.serviceHome {

    padding: 70px 0px 55px;

    background: #ffffff;

    position: relative;

}



.serviceHome .title {

    text-align: center;

    margin-bottom: 65px;

}



.serviceHome .title h2 {

    font-size: 35px;

    line-height: 50px;

    font-weight: 400;

    max-width: 940px;

    margin: 0 auto;

}



.serviceHome .title h2 span {

    color: #d58431;

}



#slideService {

    padding: 0 10px;

    padding-bottom: 45px;

}



#slideService .slick-list {

    margin: 0 -15px;

    padding-bottom: 10px;

}



#slideService .item {

    padding: 0 15px;

}



#slideService .slick-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0px;

    text-align: center;

}



#slideService .slick-dots li {

    display: inline-block;

    margin: 0 5px;

}



#slideService .slick-dots li button {

    width: 10px;

    height: 10px;

    background: transparent;

    border-radius: 100%;

    font-size: 0;

    padding: 0;

    border: solid 2px #f07128;

}



#slideService .slick-dots li.slick-active button {

    background: #f07128;

    border-color: #f07128;

}



#slideService .slick-prev {

    left: -60px;

}



#slideService .slick-next {

    right: -60px;

}



.service {

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);

    border-radius: 10px;

}



.service .img a {

    display: block;

    padding-top: 66.666666%;

    position: relative;

    overflow: hidden;

    background: #ffffff;

    border-radius: 10px;

}



.service .img a img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

}



.service:hover .img a img {

    opacity: 0.9;

}



.service .caption {

    padding: 25px 30px 39px;

    background: #ffffff;

    border-radius: 10px;

}



.service .tend {

    text-align: center;

    margin-bottom: 15px;

}



.service .tend a {

    display: block;

    font-size: 20px;

    line-height: 30px;

    text-transform: uppercase;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    overflow: hidden;

}



.service .des {

    text-align: center;

    font-size: 15px;

    line-height: 23px;

    color: #666666;

    height: 46px;

    margin-bottom: 30px;

    overflow: hidden;

}



.service .link {

    text-align: center;

}



.service .link a {

    display: inline-block;

    font-size: 14px;

}



.service .link a {

    position: relative;

    color: #c3002a;

    width: 128px;

    height: 44px;

    line-height: 44px;

    border: solid 1px #c3002a;

    border-radius: 10px;

}



.service:hover .tend a {

    color: #c3002a;

}



.service:hover .link a {

    background: #c3002a;

    color: #ffffff;

}



/*===============================================================*/

.newsHome {

    padding: 65px 0 68px;

    background: #f8f8f8;

}



.newsHome .title {

    text-align: center;

    padding-bottom: 25px;

    margin-bottom: 35px;

    position: relative;

}



.newsHome .title:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    width: 70px;

    background: #c3002a;

    border-radius: 18px;

    height: 3px;

}



.newsHome .title h2 {

    font-size: 40px;

    line-height: 50px;

    font-weight: bold;

    text-transform: uppercase;

}



.newsHome .grid {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    align-items: flex-start;

    margin: 0 -15px;

    flex-wrap: wrap;

}



.newsHome .grid .col1 {

    width: 50%;

    padding: 0 15px;

    order: 2;

}



.newsHome .grid .col2 .g {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -15px;

}



.newsHome .grid .col2 .g .c {

    width: 33.33333333%;

    padding: 0px 15px;

    margin-bottom: 20px;

}



.newsHome .grid .col2 {

    width: 100%;

    padding: 0 15px;

    order: 3;

}



.newsHome .grid .col3 {

    width: 30%;

    padding: 0 15px;

    order: 3;

}



.newsHome .link {

    display: table;

    margin: 0 auto;

    text-align: center;

    margin-top: 50px;

}



.newsHome .link a {

    display: block;

    width: 170px;

    text-align: center;

    color: #ffffff;

    background: #c3002a;

    font-weight: bold;

    border-radius: 5px;

    padding: 9px 10px;

    font-size: 14px;

}



.newsHome .link a:hover {

    background: -moz-linear-gradient(left, rgba(40, 124, 236, 1) 100%, rgba(0, 189, 160, 1) 0%);

    background: -webkit-linear-gradient(left, rgba(40, 124, 236, 1) 100%, rgba(0, 189, 160, 1) 0%);

    background: linear-gradient(to right, rgba(40, 124, 236, 1) 100%, rgba(0, 189, 160, 1) 0%);

}



.news {

    margin-bottom: 30px;

}



.news .img {

    margin-bottom: 15px;

}



.news .img a {

    display: block;

    padding-top: 64%;

    position: relative;

    overflow: hidden;

    background: #ffffff;

    border-radius: 15px;

}



.news .img a img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.news:hover .img a img {

    opacity: 0.9;

}



.news .tend a {

    display: block;

    font-size: 16px;

    line-height: 22px;

    max-height: 44px;

    overflow: hidden;

    font-weight: 500;

}



.news:hover .tend a {

    color: #c3002a;

}



.news.v1 .tend a {

    font-size: 20px;

    line-height: 30px;

    max-height: 60px;

}



.newsHome .itemNews:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

    border-bottom: none;

}



.itemNews {

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: solid 1px rgba(0, 0, 0, 0.1);

}



.newsHome .date {

    font-size: 14px;

    line-height: 24px;

    color: #c3002a;

    margin-bottom: 5px;

}



.itemNews .wrap {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    align-items: flex-start;

}



.itemNews .img {

    margin-right: 15px;

    width: 120px;

    flex-shrink: 0;

}



.itemNews .img a {

    display: block;

    padding-top: 66.666666%;

    position: relative;

    overflow: hidden;

    background: #ffffff;

}



.itemNews .img a img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

}



.itemNews:hover .img a img {

    opacity: 0.9;

}



.itemNews .tend a {

    display: block;

    font-size: 14px;

    line-height: 18px;

    max-height: 36px;

    overflow: hidden;

    font-weight: bold;

}



.itemNews:hover .tend a {

    color: #f07128;

}



/*============================================================*/

.partnerHome {

    padding: 35px 0 35px;

}



#slidePartner .slick-list {

    margin: 0 -15px;

}



#slidePartner .item {

    padding: 0 15px;

}



#slidePartner .item a {

    padding-top: 66.666666%;

    position: relative;

    overflow: hidden;

    display: block;

}



#slidePartner .item a img {

    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-height: 80%;

    max-width: 85%;

    filter: grayscale(100%);

}



#slidePartner .item a:hover img {

    filter: grayscale(0%);

}



/*==========================================================================*/

/*============================RESPONSIVE====================================*/

/*==========================================================================*/

@media all and (max-width: 1025px) {



}



@media all and (max-width: 991px) {

    .aboutHome,

    .newsHome {

        padding: 30px 0 45px;

    }



    .aboutHome .about {

        margin-bottom: 0;

    }



    .aboutHome .about .t2 {

        font-size: 30px;

        line-height: 40px;

        margin-bottom: 15px;

    }



    .aboutHome .about .des {

        margin-bottom: 25px;

    }



    .aboutHome .about .link a {

        width: 195px;

        font-size: 13px;

    }



    .aboutHome .designIcon {

        display: none;

    }



    .serviceHome {

        padding: 30px 0 25px;

    }



    .serviceHome .title {

        margin-bottom: 20px;

    }



    .serviceHome .title h2,

    .newsHome .title h2 {

        font-size: 20px;

        line-height: 28px;

    }



    #slideService .slick-list {

        margin: 0 -10px;

    }



    #slideService .item {

        padding: 0 10px;

    }



    .newsHome .grid {

        margin: 0 -10px;

    }



    .newsHome .grid .col1 {

        width: 100%;

        padding: 0 10px;

        order: 1;

    }



    .newsHome .grid .col2 {

        width: 100%;

        padding: 0 10px;

        order: 2;

    }



    .newsHome .grid .col3 {

        width: 100%;

        padding: 0 10px;

        order: 3;

    }



    .newsHome .g {

        display: -webkit-box;

        display: -moz-box;

        display: -ms-flexbox;

        display: flex;

        align-items: flex-start;

        margin: 0 -10px;

    }



    .newsHome .grid .col2 .g .c {

        width: 100%;

        padding: 0 10px;

    }



    .partnerHome {

        padding: 15px 0 20px;

    }



    #slidePartner .slick-list {

        margin: 0 -10px;

    }



    #slidePartner .item {

        padding: 0 10px;

    }

}





@media all and (max-width: 768px) {

    .abouthome {

        padding: 50px 0 40px;

    }



    .about .info {

        width: 100%;

        padding: 0px 45px;

        order: 2;

    }



    .about .title h2 {

        font-size: 25px;

        color: #c3002a;

        font-weight: 400;

        margin-bottom: 15px;

        padding-top: 23px;

    }



    .about .img {

        width: 100%;

    }



    #slidePartner .slick-list {

        margin: 0 -5px;

    }



    #slidePartner .item {

        padding: 0 5px;

    }

}



@media all and (max-width: 767px) {

    #slideService .slick-list {

        margin: 0 -5px;

    }



    #slideService .item {

        padding: 0 5px;

    }



    .service {

        width: 250px;

    }



    #slideService .slick-prev {

        left: 0px;

    }



    #slideService .slick-next {

        right: 0px;

    }

}



@media all and (max-width: 640px) {



}



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



}



@media all and (max-width: 360px) {

    .newsHome .g {

        display: block;

    }



    .newsHome .g .c {

        width: 100%;

    }



    .itemNews {

        padding-bottom: 15px;

        margin-bottom: 15px;

    }

}



.wrapper.custom {

    float: none !important;

}



table {

    width: 100% !important;

}



table tr {

    border: 1px solid black;

}



table tr td {

    border: 1px solid black;

    padding-left: 10px;

}



table tr:first-child td {

    background: #c3002a;

    color: white;

    text-align: center;

    padding-bottom: 7px;

    padding-top: 3px;

    font-weight: bold;

    padding-left: 0;

}



.linkPopup {

    margin-top: 30px;

}



.title-dv {

    font-size: 23px;

    font-weight: bold;

    color: #c3002a;

    margin-bottom: 20px;

    border-bottom: 1px solid black;

    padding-bottom: 10px;

    text-transform: uppercase;

}



#other{

    margin-top: 50px;

    padding-top: 20px;

}

.menuSidebar .current-menu-parent a,

.menuSidebar .current_page_item a,

.menuSidebar .current-menu-item a{

    color: #c3002a;

}