﻿.grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*==BEGIN: PROCEDUCE==*/
#vnt-about {
    position: relative;
    padding-top: 90px;
    background-image: url('../images/ablineh.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
#vnt-about::before{
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 136px;
    background-image: url('../images/ablinem.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}
#vnt-about .abtitle{
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 5px 0 rgba(67, 120, 85, .5);
    position: relative;
    z-index: 2;
}
#vnt-about .abtitle, #vnt-about .abtitle h2{
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
}
#vnt-about .tlc-hero-feature__slider-curve {
    bottom: -80px;
    width: auto;
    left: -100px;
    right: -100px;
    -moz-transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}

#vnt-about .tlc-hero-feature__slider-curve .tlc-curve-with-wedge .tlc-svg-curve {
    height: 100px;
}

#vnt-about .content-row {
    max-width: 645px;
    z-index: 2;
    position: relative;
    margin: auto;
    color: #FFF;
}

#vnt-about .content-row .d1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

#vnt-about .content-row .des {
    font-size: 16px;
    line-height: 30px;
}

.circles {
    width: 100%;
    text-align: center;
    position: relative;
}
.circles .main-img{
    max-width: 632px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.circles .main-img:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/about-cirBg.png) center center no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
}

.circles > div:not(.main-img) {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.cir {
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-animation: pulse 5s infinite;
    animation: pulse 5s infinite;
}
.cir:before {
    position: absolute;
    content: "";
    background: #fff;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.vnt-circle-slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

div.info-v3 {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);

}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*******text in circle********/
.cir p {
    padding: 0;
    line-height: 22px;
}

.cir > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.cir .c1 {
    line-height: 30px;
}

.cir .c2, .v5 .c2 {
    color: #189845;
}


/*==BEGIN: PROCEDUCE==*/
#vnt-proceduce {
    position: relative;
    padding-bottom: 150px;
}

#vnt-proceduce .bg {
    position: relative;
    width: 100%;
    padding-top: 45.138888%;
    overflow: hidden;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#vnt-proceduce .tlc-hero-feature__slider-curve-wedge.tlc-top {
    top: 143px
}

#vnt-proceduce .tlc-hero-feature__slider-curve-wedge.tlc-bot {
    bottom: 12px
}

#vnt-proceduce .tlc-hero-feature__slider-curve-wedge.tlc-bot .st0, #vnt-newshome .tlc-hero-feature__slider-curve-wedge .st0 {
    fill: #83ae8d;
}

#vnt-proceduce .title-page {
    white-space: nowrap;
    background-color: rgba(131, 174, 141, .9);
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    padding: 18px 40px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}
#vnt-proceduce .slogan {
    float: right;
    clear: both;
    background-color: #427855;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    padding: 23px 15px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.sl-proceduce {
    padding-top: 80px;
}
.sl-proceduce .item {
    padding: 0 40px;
}
.proce-item .bor-effect::before, .proce-item .bor-effect::after {
    height: 96%;
}
.proce-item .img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 20px;
}
.proce-item .img img {
    /*max-height: 90%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: all 0.8s linear;
    -ms-transform: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
    transition: all 0.8s linear;
    z-index: 2;
}
.proce-item {
    margin-bottom: 25px;
}
.proce-item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin: 10px 0;
    color: #6d3806;
}
.proce-item .title:hover {
    color: #83ae8d;
}
.proce-item .des {
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 4;
    max-height: 94px;
}
#vnt-proceduce .slick-arrow {
    width: 59px;
    height: 101px;
    background-image: url(../images/arrs-slide.png);
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #323131;
}
#vnt-proceduce .slick-prev {
    left: 0;
    background-position: 0 0;
}
#vnt-proceduce .slick-next {
    background-position: -59px 0;
    right: 0;
}
#vnt-proceduce .slick-arrow:before {
    font-size: 0;
    line-height: 0;
}
#vnt-proceduce .btn-all a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background-color: #83ae8d;
    min-width: 220px;
    text-align: center;
}
#vnt-proceduce .btn-all a:hover {
    background-color: #FFF;
    color: #166aac;
}
/*==BEGIN: PRODUCT==*/
#vnt-product {
    position: relative;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1664a8+46,13b3e1+97 */
    background: rgb(3, 160, 71); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(3, 160, 71, 1) 46%, rgba(1, 196, 85, 1) 97%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(3, 160, 71, 1) 46%, rgba(1, 196, 85, 1) 97%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(3, 160, 71, 1) 46%, rgba(1, 196, 85, 1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1664a8', endColorstr='#13b3e1', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#vnt-product .img-out {
    -webkit-transform-origin: top left;
    transform-origin: top left;

    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#vnt-product .img {
    position: relative;
    padding-top: 91.017964%;
}
#vnt-product .img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#vnt-product .caption {
    position: relative;
    padding: 5% 0 15% 75px;
    -webkit-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}
#vnt-product .caption .number {
    display: inline-block;
    font-size: 200px;
    font-weight: 700;
    line-height: 145px;
    font-stretch: ultra-condensed;
    color: rgba(255, 255, 255, .2);
    position: relative;
    left: -5px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
#vnt-product .caption .number:after {
    position: absolute;
    opacity: 0.4;
    top: -60px;
    right: -380px;
    width: 380px;
    height: 279px;
    content: '';
    background: url(../images/prodBg.png) center 0 no-repeat;
    background-size: cover
}
#vnt-product .caption .number:before {
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #FFF;
    content: ''
}
#vnt-product .caption .title {
    font-size: 35px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#vnt-product .caption .title a {
    color: #FFF;
}
#vnt-product .caption .title a:hover {
    color: #d7bb5c;
}
#vnt-product .caption .title .code {
    display: block;
    font-size: 50px;
    line-height: 50px;
    color: #d7bb5c;
}
#vnt-product .caption .des {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-line-clamp: 6;
    max-height: 185px
}
#vnt-product .caption .link a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(255, 255, 255, .2);
    min-width: 220px;
    text-align: center;
}
#vnt-product .caption .link a:hover {
    background-color: #FFF;
    color: #166aac;
}
#vnt-product .bor-effect::before, #vnt-product .bor-effect::after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: auto;
    height: auto;
}
#vnt-product .slick-current .caption {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
#vnt-product .slick-dots-wrapper {
    position: absolute;
    bottom: 5.894736%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
#vnt-product .slick-dots {
    width: auto;
    left: calc(55.98611111% + 75px);
    bottom: auto;
    text-align: left;
    border-top: 1px solid #458dc1;
}
#vnt-product .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}
#vnt-product .slick-dots li:not(:first-child) {
    margin-left: 40px;
}
#vnt-product .slick-dots li button {
    position: absolute;
    top: -6px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #017c36;
    border: 1px solid #83ae8d
}
#vnt-product .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    background: none;
}
#vnt-product .slick-dots li.slick-active button, #vnt-product .slick-dots li:hover button {
    border-color: #ffffff;
    background-color: #FFF;
}
/*=========BEGIN MENU NEWS========*/
#vnt-newshome .tlc-hero-feature__slider-curve-wedge {
    top: 54px
}
.menu-news {
    margin-bottom: 30px;
    text-align: center;
}
.menu-news ul li {
    display: inline-block;
    position: relative;
}
.menu-news ul li {
    padding: 0 20px;
}
.menu-news ul li:first-child {
    padding-left: 0;
}
.menu-news ul li:last-child {
    padding-right: 0;
}
.menu-news ul li a {
    display: block;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
}
.menu-news ul li:not(:first-child):before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: FontAwesome;
    content: '\f111';
    font-size: 4px;
    color: #017c36;
}
.menu-news ul li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    background-color: #017c36;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu-news ul li a:hover, .menu-news ul li.current a {
    color: #017c36;
}
.menu-news ul li a:hover:before, .menu-news ul li.current a:before {
    width: 100%;
}
/*==BEGIN: NEWS==*/
#vnt-newshome {
    padding: 85px 0 40px;
    position: relative;
    overflow: hidden;
}

#vnt-newshome .split-icon {
    top: 40px
}
#vnt-newshome .bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24.0625%;
    height: 26%;
    content: '';
}
#vnt-newshome .title-page b {
    color: #83ae8d;
}
#vnt-newshome .img {
    position: relative;
    overflow: hidden;
}
#vnt-newshome .img img {

    width: 100%;
}
#vnt-newshome .date {
    font-size: 13px;
}
#vnt-newshome .date i {
    margin-right: 5px;
}
#vnt-newshome .link-detail {
    text-align: right;
    font-size: 14px;
}
#vnt-newshome .link-detail a{
    color: #83ae8d;
}
#vnt-newshome .link-detail a:hover {
    color: #83ae8d;
}
.sl-hotNews .img {
    padding-top: 66.666666%;
}
.sl-hotNews .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sl-hotNews .img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&0+40,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}
.sl-hotNews .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 100px 20px 20px;
    color: #FFF;
}
.sl-hotNews .caption .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 12px;
}
.sl-hotNews .caption .date, .sl-hotNews .caption .title a {
    color: #FFF;

}
.sl-hotNews .news-info {
    padding: 15px 10px;
    height: 150px;
}
.sl-hotNews .des {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    -webkit-line-clamp: 3;
    height: 75px;
    margin-bottom: 10px;
}
.sl-hotNews .des p{
    padding: 0;
}
.sl-hotNews .link-detail a {
    display: inline-block;
    position: relative;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #83ae8d;
}
.sl-hotNews .link-detail a::after, .sl-hotNews .link-detail a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: all 0.5s ease-in-out 0s;
    -ms-transform: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}
.sl-hotNews .link-detail a::before {
    border-bottom: 1px solid #83ae8d;
    border-left: 1px solid #83ae8d;
    -webkit-transform-origin: 0 100% 0;
    -moz-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
}
.sl-hotNews .link-detail a::after {
    border-right: 1px solid #83ae8d;
    border-top: 1px solid #83ae8d;
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
}
.sl-hotNews .link-detail:hover a::after, .sl-hotNews .link-detail:hover a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sl-hotNews .slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(../images/arrs-slide.png);
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 140px;
    font-size: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sl-hotNews .slick-prev {
    left: auto;
    right: 55px;
    background-position: 0 -102px
}
.sl-hotNews .slick-next {
    right: 10px;
    background-position: -40px -102px
}
.topNews .news-item {
    margin-bottom: 25px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.topNews .img {
    float: left;
    width: 42.105263%;
    max-width: 240px;
    margin-right: 20px;

}
.topNews .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    max-height: 44px;
}
.topNews .date {
    color: #999999;
}

.topNews .date > i {
    color: #83ae8d;
}
.topNews .des {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    max-height: 44px;
}
.btn-all {
    padding-top: 25px;
    text-align: center;
}
/*================BEGIN MARKET====================*/
#vnt-market {
    padding: 70px 0 75px;
    position: relative;
    background-color: #83ae8d;
}
#vnt-market .tlc-hero-feature__slider-curve-wedge {
    top: 48px
}
#vnt-market .title-page {
    color: #FFF;
    padding-bottom: 22px
}
#vnt-market .title-page:before, #vnt-market .title-page:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 1px;
    background-color: #FFF
}
#vnt-market .title-page:before {
    left: 50%;
    margin-left: -34px;
    bottom: 5px;
}
#vnt-market .title-page:after {
    right: 50%;
    margin-right: -34px;
    bottom: 0
}
#vnt-market .info p.n {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#vnt-market .info .cont {
    padding-left: 15px;
    margin-left: 10px;
    border-left: solid 3px #fff;
    margin-bottom: 25px;
    color: #FFF;
    text-align: justify;
    font-weight: 300;
}
#vnt-market .info .cont p {
    font-family: Muli;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-style: italic;
}
/*=================BEGIN MAP MARKET==================*/
#vnt-market .map {
    width: 100%;
    position: relative;
}
#vnt-market .map .place {
    position: absolute;
}

#vnt-market .map .mapMain {
    /* mix-blend-mode: multiply; */
    width: 100%
}

#vnt-market .map .place.place1 {
    width: 12.986%;
    top: 12.443851%;
    left: 5.422637%;
}

#vnt-market .map .place.place2 {
    width: 8.173%;
    top: 24.1123%;
    left: 17.472481%;
}

#vnt-market .map .place.place3 {
    width: 4.254%;
    top: 9.636364%;
    left: 44.4%;
}

#vnt-market .map .place.place4 {
    width: 9.18%;
    top: 5.336898%;
    left: 64.017653%;
}

#vnt-market .map .place.place5 {
    width: 16.568%;
    top: 27.40107%;
    left: 57.040498%;
}
#vnt-market .map .place.place6 {
    width: 22.165%;
    top: 10.454546%;
    left: 73.013499%;
}

#vnt-market .map .place.place7 {
    width: 14.7767%;
    top: 60.427808%;
    left: 68.759086%;
}

.sl-product .slick-list{
    margin: 0 -15px;
}
.sl-product .slick-slide{
    padding: 0 15px;
}
/* <=== bannerhome ===> */
.bannerhome{
    position: relative;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate; */
}
@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .slick-dots{
    bottom: 45px;
}
/* <=== bannerhome ===> */
@media only screen and (min-width: 992px) {

    #vnt-proceduce .t-head {
        position: absolute;
        top: -90px;
        right: 0;
        z-index: 1;
        max-width: 510px;
        width: 100%;
    }
    #vnt-product .prod-item .col:first-child {

        width: 55.98611111%;
        height: 100%;

    }

    #vnt-product .prod-item .col:last-child {
        width: 44.01388889%;
        padding-right: calc((100% - 1170px) / 2);

    }

    #vnt-product .img:before {
        position: absolute;
        top: 0;
        right: -18px;
        bottom: 0;
        width: 40px;
        content: '';
        z-index: 1;
        background: url(../images/product-line.png) 0 0 no-repeat;
        background-size: cover
    }

    #vnt-product .img:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #efefef;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }

    #vnt-product .img.lazy-start:after {
        opacity: 1;
        visibility: initial;
        -webkit-animation-name: moveLeft;
        animation-name: moveLeft;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    #vnt-market .grid {
        justify-content: space-between;
        margin: 0 -10px;
    }
    #vnt-market .grid > div{
        padding: 0 10px;
    }
    #vnt-market .col {
        position: relative;
    }
    #vnt-market .col:first-child {
        order: 2;
        width: 33.3333%;
    }

    #vnt-market .col:last-child {
        order: 1;
        width: calc(100% - 33.3333%);
    }

    #vnt-market .info {
        font-size: 16px;
        line-height: 24px;
        max-width: 310px;
    }
}
@media only screen and (min-width: 1350px) {
    #vnt-proceduce .slick-prev {
        left: -90px
    }
    #vnt-proceduce .slick-next {
        right: -90px
    }
}
@media screen and (max-width: 991px) {
    .grid {
        display: block;
    }
    #vnt-product .img {
        padding-top: 91.017964%;
    }
    .circles {
        display: block;
    }
    .circles:after {
        clear: both;
        content: "";
        display: block;
        height: 0
    }
    .circles > div:not(.main-img) {
        float: left;
        margin-left: 15px;
    }
    .main-img {
        position: relative;
        clear: both;
        max-width: 100% !important;
    }

    #vnt-about .tlc-hero-feature__slider-curve {
        bottom: -29px;
    }

    #vnt-about .tlc-hero-feature__slider-curve .tlc-curve-with-wedge .tlc-svg-curve {
        height: 30px
    }

    #vnt-about .content-row {
        bottom: 10px
    }

    #vnt-proceduce .tlc-hero-feature__slider-curve-wedge.tlc-top {
        top: 65px
    }

    #vnt-proceduce .bg {
        margin-bottom: 25px
    }

    #vnt-proceduce .title-page {
        font-size: 26px;
        padding: 11px 20px;
    }

    #vnt-proceduce .slogan {
        font-size: 22px;
        padding: 12px 20px;
    }

    #vnt-proceduce .slick-arrow {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    #vnt-product .caption .number {
        font-size: 120px;
        line-height: 90px;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    #vnt-product .caption .number:after {
        width: 180px;
        height: 113px;
    }

    #vnt-product .caption .title {
        font-size: 30px;
        line-height: 40px
    }

    #vnt-product .caption .title .code {
        font-size: 40px;
        line-height: 40px
    }

    #vnt-product .caption {
        padding: 45px 20px 90px
    }

    #vnt-product .slick-dots-wrapper {
        bottom: 50px
    }

    #vnt-product .slick-dots {
        left: 20px
    }

    #vnt-newshome {
        padding-top: 60px
    }

    #vnt-newshome .tlc-hero-feature__slider-curve-wedge {
        top: 34px;
    }
    .sl-hotNews .caption .title {
        font-size: 18px
    }
    .sl-hotNews .caption .title{
        max-height: 75px;
        overflow: hidden;
    }
    .sl-hotNews .des {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .topNews .title {
        font-size: 15px;
        line-height: 22px;
    }

    .btn-all {
        padding-top: 0
    }

    #vnt-market {
        padding: 70px 20px 30px
    }

    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 100%;
    }
    .slbannerhh .slick-dots{
        bottom: 40px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    /* <=== bannerhome ===> */

    #vnt-about{
        padding: 60px 0 20px;
    }
    #vnt-about .abtitle, #vnt-about .abtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .circles .main-img:before{
        top: -50px;
    }
    .menu-news{
        display: flex;
        justify-content: center;
    }
    .menu-news ul{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -webkit-display: flex;
        flex-flow: row nowrap;
        position: relative;
        z-index: 2;
        white-space: nowrap;
    }
    .menu-news ul::-webkit-scrollbar {
        height: 0;
    }
    #vnt-about .content-row .d1 {
        font-size: 18px;
        line-height: 25px;
    }
    #vnt-about .content-row .des {
        font-size: 14px;
        line-height: 24px
    }
    .main-img img {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .title-page b{
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .topNews .des, .topNews .link-detail {
        display: none
    }
    .topNews .img {
        margin-right: 10px
    }
    .topNews .title {
        -webkit-line-clamp: 3;
        max-height: 66px;
        margin: 5px 0
    }
    .sl-hotNews .caption {
        padding: 10px 50px 10px 10px
    }
    .sl-hotNews .slick-arrow {
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        bottom: 150px;
    }
    .sl-hotNews .slick-prev {
        right: 25px;
    }
    .sl-hotNews .slick-next {
        right: 0
    }
}