.news {
    margin-bottom: 30px;
    background: #ffffff;
}

.news:after {
    content: "";
    display: block;
    clear: both;
}

.news .img {
    width: 50%;
    float: left;
}

.news .img a {
    display: block;
    padding-top: 67.5%;
    position: relative;
    overflow: hidden;
}

.news .img 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:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.news .caption {
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.news .tend {
    margin-bottom: 20px;
    height: 89px;
    overflow: hidden;
}

.news .tend a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    max-height: 90px;
    overflow: hidden;
}

.news .tend a:hover {
    color: #9aca3c;
}

.news .des {
    font-size: 14px;
    line-height: 22px;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}


.news .link a {
    color: #9aca3c;
    white-space: nowrap;
}

.news .link a:hover {
    color: #00467d;
}

.news .date {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 13px;
    color: #666666;
}

.news .date span {
    padding-left: 25px;
    position: relative;
}

.news .date span:before {
    content: "\f073";
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vnt-news {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

/*==============================================================*/

.boxSearch {
    padding: 30px 25px;
    background: #00467d;
    margin-bottom: 20px;
}

.boxSearch .txt {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 15px;
}

.boxSearch form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.boxSearch input {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 50px;
    border: none;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
}

.boxSearch button {
    width: 50px;
    height: 50px;
    background: #a3d063;
    border: none;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.boxSearch button:hover {
    background: #00467d;
}

.boxNew {
    padding: 20px 30px;
    background: #ffffff;
    margin-bottom: 20px;
}

.boxNew .title {
    font-size: 25px;
    line-height: 35px;
    color: #00467d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.boxNew .item {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.boxNew .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.boxNew .item:after {
    content: "";
    display: block;
    clear: both;
}

.boxNew .item .img {
    width: 100px;
    float: left;
}

.boxNew .item .img a {
    display: block;
    padding-top: 90%;
    position: relative;
    overflow: hidden;
}

.boxNew .item .img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: initial;
    height: 100%;
    max-width: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.boxNew .item .img:hover img {
    -webkit-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
}

.boxNew .item .caption {
    overflow: hidden;
    padding-left: 15px;
}

.boxNew .item .tend {
    margin-bottom: 10px;
}

.boxNew .item .tend a {
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-weight: normal;
    height: 63px;
    overflow: hidden;
}

.boxNew .item .tend a:hover {
    color: #00467d;
}

.boxNew .item .link a {
    font-size: 13px;
    line-height: 21px;
    color: #9aca3c;
}

.boxNew .item .link a:hover {
    color: #00467d;
}

/*==========================================================*/

.the-title {
    margin-bottom: 20px;
}

.the-title {
    font-size: 30px;
    line-height: 40px;
    color: #00467d;
    text-transform: uppercase;
    font-weight: normal;
}

.the-content {
    text-align: justify;
    margin-bottom: 30px;
}

.the-content .z1 {
    font-size: 18px;
    line-height: 26px;
}

.the-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: space-between;
    margin-bottom: 50px;
}

.the-info .date {
    padding: 10px;
}

.the-info .social {
    background: #002652;
    padding: 5px;
}

.the-info .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.the-info .social ul li {
    margin: 0 5px;
}

.the-info .social ul li a {
    display: block;
}

.the-info .social ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    border: solid 1px rgba(255, 255, 255, 0.52);
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.the-info .social ul li a i:before {
    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%);
}

.the-info .social ul li a:hover i {
    background: #a3d063;
    border-color: #a3d063;
}

/*======================================================*/

#slideOther .slick-list {
    margin: 0 -10px;
}

#slideOther .item {
    padding: 0 10px;
}

#slideOther .slick-arrow {
    width: 30px;
    height: 40px;
    background: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    z-index: 1;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slideOther .slick-prev {
    left: -40px;
}

#slideOther .slick-next {
    right: -40px;
}

#slideOther .slick-arrow:before {
    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%);
    font-size: 45px;
    line-height: 55px;
}

#slideOther .slick-prev:before {
    content: "\f104";
}

#slideOther .slick-next:before {
    content: "\f105";
}

#slideOther .slick-arrow:hover {
    color: #00467d;
}

#slideOther .project {
    margin-bottom: 0;
}

#slideOther .news {
    margin-bottom: 0;
}

#slideOther .news .img {
    float: none;
    width: 100%;
}

#slideOther .news .tend a {
    font-size: 18px;
    line-height: 26px;
    height: 55px;
}

/*==========================================================================*/

/*============================RESPONSIVE====================================*/

/*==========================================================================*/

@media all and (max-width: 1366px) {
    .news .img {
        width:50%;
    }
}

@media all and (max-width: 991px) {
    .boxSearch {
        padding: 20px 15px;
    }
    .boxSearch .txt {
        font-size: 18px;
        line-height: 26px;
    }
    .boxNew {
        padding: 10px 15px;
    }
    div#vnt-main {
        margin-bottom: 30px;
    }
    #slideOther .slick-arrow {
        width: 35px;
        height: 70px;
        background: rgba(0, 0, 0, 0.35);
        top: 33.333333%;
        color: #ffffff;
    }
    #slideOther .slick-prev {
        left: 0px;
    }
    #slideOther .slick-next {
        right: 0px;
    }
    .the-title h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media all and (max-width: 768px) {
    .news .caption {
        overflow: hidden;
        padding: 10px 20px;
    }
    .news .tend a {
        font-size: 18px;
        line-height: 26px;
        max-height: 52px;
    }
    .news .img {
        width: 50%;
    }
}

@media all and (max-width: 620px) {
    .news .img {
        width: 100%;
        float: none;
    }
    div#vnt-main {
        margin-bottom: 30px;
    }
    .news .date {
        bottom: 10px;
        right: 10px;
    }
}