/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 44.445%;
    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;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 530px;
    padding: 30px 25px 35px 35px;
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .cstends{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .csviews{
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    transition-delay: 0.3s;
}
.slbannerhh .slick-current .cstends{
    opacity: 1;
    transform: unset;
    transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
    transition-delay: 0.9s;
}
.slbannerhh .cstitle{
    color: #006633;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
}
.slbannerhh .cstends{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.slbannerhh .csviews a{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #c82c33;
}
.slbannerhh .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    padding: 0 75px;
    justify-content: flex-end;
    width: 100%;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.hpaainfomm{
    padding: 55px 0 100px;
    background-color: #eff3f4;
}
.tpaainfomm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -10px;
}
.tpaainfomm .mmgrip > div{
    padding: 0 10px;
}
.tpaainfomm .mmgrip .mcol{
    width: calc(100% - 161px);
}
.tpaainfomm .mmgrip .hcol{
    width: 161px;
}
.tpaainfomm .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpaainfomm .dstitle, .tpaainfomm .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpaainfomm .dsconts{
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
}
.tpaainfomm .viewall{
    margin-bottom: 20px;
}
.hpaainfohh{
    padding: 30px 0 50px;
    background-color: #fff;
}
.tpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaainfohh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpaainfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaainfohb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 20px;
}
.tpaainfoha{
    position: relative;
    margin-top: -80px;
}
.itaainfoha{
    background-color: #eff3f4;
}
.itaainfoha .decss{
    padding: 25px 28px 34px;
}
.itaainfoha .dstitle{
    margin-bottom: 11px;
    text-transform: uppercase;
}
.itaainfoha .dstitle, .itaainfoha .dstitle h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}
.itaainfoha .dsconts{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itaainfoha .dsviews a{
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    padding: 5px 29px;
    border: 1px solid #006633;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
}
.itaainfoha .dsviews a:hover{
    background-color: #006633;
    color: #fff;
}
.itaainfohb .decss{
    padding-top: 10px;
    position: relative;
}
.itaainfohb .dsdates{
    font-size: 13px;
    line-height: 20px;
    background-color: rgba(0, 102, 51, 0.9);
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: 100%;
    z-index: 1;
}
.itaainfohb .dstitle{
    text-transform: uppercase;
}
.itaainfohb .dstitle, .itaainfohb .dstitle h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.itaainfohb .dstitle a{
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 65px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bbinfohome, .bbinfohome a{
    color: #fff;
}
.bbinfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006633;
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}
.bbinfohome .bbback{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburnsz 20000ms linear 0s infinite alternate;
    animation: immortalkenburnsz 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburnsz{
    0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1.15);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburnsz{
    0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1.15);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburnsz{
    0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1.15);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburnsz{
    0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1.15);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburnsz{
    0%{transform:scale(1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1.15);transition:transform 20000ms linear 0ms}
}
.bbinfohome .bbcont{
    position: relative;
    z-index: 1;
}
.tpbbinfomm .mmgrip{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpbbinfomm .mmgrip .mcol{
    width: calc(100% - 655px);
}
.tpbbinfomm .mmgrip .hcol{
    width: 655px;
}
.hpbbinfomm{
    margin-bottom: 60px;
}
.hpbbinfomm .mmwrap{
    max-width: 950px;
    margin: 0 auto;
}
.tpbbinfomm .mmdecss{
    width: 385px;
}
.tpbbinfomm .mmdecss, .tpbbinfomm .mmdecss a{
    color: #fff;
}
.tpbbinfomm .dstitle{
    text-transform: uppercase;
    font-size: 45px;
    line-height: 60px;
}
.tpbbinfomm .dstitle strong{
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
}
.tpbbinfomb{
    width: 655px;
    height: 770px;
    position: relative;
    background-image: url('../images/bbcicle.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tpbbinfomb .mblogo{
    position: absolute;
    left: 16.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
    height: 330px;
    background-color: #eff3f4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpbbinfomb .mblogo{
    animation: pulse_toa 2s infinite;
}
.tpbbinfomb .mblogo img{
    max-height: 80%;
    max-width: 80%;
}
.tpbbinfomb .mbinfo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.itbbinfomb{
    position: absolute;
    z-index: 1;
    pointer-events: auto;
    opacity: 0;
    max-width: 120px;
    width: 100%;
    text-align: center;
}
.itbbinfomb, .itbbinfomb a{
    color: #333333;
}
.itbbinfomb .vicon{
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
}
.itbbinfomb .vtext{
    font-size: 15px;
    line-height: 21px;
    max-width: 115px;
    margin: 0 auto;
}
.itbbinfomb:nth-child(1){
    top: 8.5%;
    left: 9.5%;
    opacity: 1;
}
.itbbinfomb:nth-child(2){
    top: 2.5%;
    left: 31.5%;
    opacity: 1;
}
.itbbinfomb:nth-child(3){
    top: 7.5%;
    left: 55%;
    opacity: 1;
}
.itbbinfomb:nth-child(4){
    top: 24.5%;
    left: 74%;
    opacity: 1;
}
.itbbinfomb:nth-child(5){
    top: 44%;
    left: 80%;
    opacity: 1;
}
.itbbinfomb:nth-child(6){
    top: 63%;
    left: 73%;
    opacity: 1
}
.itbbinfomb:nth-child(7){
    top: 77%;
    left: 56%;
    opacity: 1
}
.itbbinfomb:nth-child(8){
    top: 84%;
    left: 31.5%;
    opacity: 1
}
.itbbinfomb:nth-child(9){
    top: 79%;
    left: 7.5%;
    opacity: 1
}
.hpbbinfohh .hhtitle{
    position: relative;
    padding-right: 200px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.itbbinfohh .thumb{
    margin-bottom: 20px;
}
.itbbinfohh .decss{
    text-align: center;
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.slbbinfohh .slick-arrow{
    transform: unset;
    top: -100px;
}
.slbbinfohh .slick-prev{
    left: unset;
    right: 85px;
}
.slbbinfohh .slick-next{
    right: 0;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 50px 0 30px;
}
.hpccinfomm{
    margin-bottom: 45px;
}
.hpccinfomm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -10px;
}
.hpccinfomm .mmgrip > div{
    padding: 0 10px;
}
.hpccinfomm .mmgrip .mcol{
    width: calc(100% - 161px);
}
.hpccinfomm .mmgrip .hcol{
    width: 161px;
}
.hpccinfomm .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hpccinfomm .dstitle, .hpccinfomm .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.hpccinfomm .dsconts{
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
}
.hpccinfomm .viewall{
    margin-bottom: 20px;
}
.tpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpccinfohh .hhgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.itccinfohh{
    height: 100%;
    background-color: #eff3f4;
}
.itccinfohh .decss{
    padding: 20px 25px 25px;
}
.itccinfohh .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.itccinfohh .dstitle a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itccinfohh .dsconts{
    color: #333333;
    font-size: 13px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.itccinfohh .dsviews a{
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    padding: 5px 29px;
    border: 1px solid #006633;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
}
.itccinfohh .dsviews a:hover{
    background-color: #006633;
    color: #fff;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 60px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ddinfohome::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ddback.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
}
.hpddinfomm{
    margin-bottom: 40px;
}
.hpddinfomm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -10px;
}
.hpddinfomm .mmgrip > div{
    padding: 0 10px;
}
.hpddinfomm .mmgrip .mcol{
    width: calc(100% - 161px);
}
.hpddinfomm .mmgrip .hcol{
    width: 161px;
}
.hpddinfomm .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hpddinfomm .dstitle, .hpddinfomm .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.hpddinfomm .dsconts{
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
}
.hpddinfomm .viewall{
    margin-bottom: 20px;
}
.hpprojecthb{
    padding-left: calc((100% - 1440px) / 2);
    position: relative;
    margin-left: 75px;
}
.tpprojecthb .swiper-button{
    position: absolute;
    width: 65px;
    height: 65px;
    border: 2px solid #006633;
    border-radius: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpprojecthb .swiper-button.swiper-button-disabled{
    opacity: 0.35;
}
.tpprojecthb .swiper-button::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    line-height: 20px;
    color: #006633;
}
.tpprojecthb .swiper-button-next::before{
    content: '\f061';
}
.tpprojecthb .swiper-button-prev::before{
    content: '\f060';
}
.tpprojecthb .swiper-button-next{
    margin-left: -10px;
}
.tpprojecthb .swiper-button-prev {
    margin-left: 10px;
}
.tpprojecthb .swiper-slide{
    float: left;
    width: 100%;
}
.tpprojecthb .vchange .swiper-slide{
    transition: width .5s;
}
.tpprojecthb .swiper-container{
    padding-right: 65%;
    overflow: visible;
}
.tpprojecthb .swiper-wrapper{
    transition: transform .5s;
    height: auto;
}
.tpprojecthb .swiper-slide-active{
    width: 150%;
}
.itprojectmm .thumb{
    margin-bottom: 20px;
    position: relative;
}
.itprojectmm .thumb::before{
    top: 20px;
    left: 0;
    height: 2px;
    width: 0;
}
.itprojectmm .thumb::after{
    bottom: 20px;
    right: 0;
    height: 2px;
    width: 0;
}
.itprojectmm .timgs{
    position: relative;
}
.itprojectmm .timgs::before{
    bottom: 0;
    left: 20px;
    height: 0;
    width: 2px;
}
.itprojectmm .timgs::after{
    top: 0;
    right: 20px;
    height: 0;
    width: 2px;
}
.itprojectmm .thumb::before, .itprojectmm .thumb::after,
.itprojectmm .timgs::before, .itprojectmm .timgs::after{
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}
.itprojectmm:hover .thumb::before{
    width: calc(100% - 40px);
}
.itprojectmm:hover .thumb::after{
    width: calc(100% - 40px);
}
.itprojectmm:hover .timgs::before{
    height: calc(100% - 40px);
}
.itprojectmm:hover .timgs::after{
    height: calc(100% - 40px);
}
.itprojectmm .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006633;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.itprojectmm:hover .thumb a::before{
    opacity: 0.6;
}
.itprojectmm .tdecs{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0 40px;
    pointer-events: none;
}
.itprojectmm .tdecs{
    overflow: hidden;
    transition-delay: 200ms;
    opacity: 0;
    transition: all 600ms ease;
}
.itprojectmm .tdecs h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    transform-origin: bottom left;
    transform: rotate(90deg);
    transition-delay: 200ms;
    transition: all 600ms ease;
    text-transform: uppercase;
}
.itprojectmm:hover .tdecs{
    opacity: 1;
}
.itprojectmm:hover .tdecs h3{
    transform: translate(0) rotate(0deg);
}
.itprojectmm .dstitle{
    text-transform: uppercase;
}
.itprojectmm .dstitle, .itprojectmm .dstitle h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.itprojectmm .dstitle a{
    display: block;
    padding-right: 40px;
    position: relative;
}
.itprojectmm .dstitle a::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #c82c33;
}
/* <=== ddinfohome ===> */
@media all and (min-width: 992px){
    #vnt-header{
        min-height: 100px;
    }
}
@media all and (max-width: 1350px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-dots {
        padding: 0 20px;
    }
    /* <=== bannerhome ===> */

    /* <=== ddinfohome ===> */
    .hpprojecthb{
        margin-left: 20px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 30px;
    }
    .slbannerhh .banvdimg{
        padding-top: 44.476%;
        min-height: 169px;
    }
    .slbannerhh .slick-dots{
        bottom: 2px;
        justify-content: center;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 25px 0 35px;
    }
    .hpaainfomm{
        padding: 0;
        background-color: transparent;
        margin-bottom: 20px;
    }
    .tpaainfoha{
        margin-top: 0;
    }
    .tpaainfohh .hhgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaainfohh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpaainfomm .mmgrip .mcol{
        width: 100%;
    }
    .tpaainfomm .decss{
        text-align: center;
    }
    .tpaainfomm .dstitle{
        margin-bottom: 5px;
    }
    .tpaainfomm .dstitle, .tpaainfomm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaainfomm .dsconts{
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
    }
    .hpaainfohh{
        padding: 0;
    }
    .itaainfoha .decss{
        padding: 15px 17px 20px;
    }
    .itaainfoha .dstitle{
        margin-bottom: 10px;
    }
    .itaainfoha .dstitle, .itaainfoha .dstitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    .itaainfoha .dsconts{
        margin-bottom: 15px;
        max-height: 63px;
        -webkit-line-clamp: 3;
    }
    .itaainfohb .decss{
        padding-top: 8px;
    }
    .itaainfohb .dstitle, .itaainfohb .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .itaainfohb .dstitle a{
        max-height: 60px;
        -webkit-line-clamp: 3;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 35px 0 45px;
    }
    .hpbbinfomm{
        margin-bottom: 35px;
    }
    .tpbbinfomm .mmgrip{
        flex-wrap: wrap;
    }
    .tpbbinfomm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .tpbbinfomm .mmgrip .hcol{
        width: 100%;
    }
    .tpbbinfomm .mmdecss{
        text-align: center;
        padding: 0 10px;
        width: 100%;
    }
    .tpbbinfomm .dstitle{
        font-size: 35px;
        line-height: 45px;
    }
    .tpbbinfomm .dstitle strong{
        font-size: 80px;
        line-height: 80px;
    }
    .itbbinfoma{
        margin-bottom: 10px;
        background-color: #fff;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 25px;
    }
    .itbbinfoma, .itbbinfoma a{
        color: #333333;
    }
    .itbbinfoma .vvgrip{
        display: flex;
        align-items: center;
        align-content: center;
        margin: 0 -7px;
    }
    .itbbinfoma .vvgrip > div{
        padding: 0 7px;
    }
    .itbbinfoma .vvgrip .xcol{
        width: 70px;
    }
    .itbbinfoma .vvgrip .ycol{
        width: calc(100% - 70px);
    }
    .itbbinfoma:last-child{
        margin-bottom: 0;
    }
    .itbbinfoma .vicon{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
    }
    .itbbinfoma .vicon img{
        max-width: 100%;
        max-height: 100%;
    }
    .hpbbinfohh .hhtitle{
        padding-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .slbbinfohh {
        padding-bottom: 70px;
    }
    .slbbinfohh .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slbbinfohh .slick-prev{
        margin-left: -35px;
    }
    .slbbinfohh .slick-next{
        margin-left: 35px;
    }
    .itbbinfohh .thumb{
        margin-bottom: 12px;
    }
    .itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 25px 0 15px;
    }
    .hpccinfomm .mmgrip .mcol{
        width: 100%;
    }
    .tpccinfohh .hhgrip > div{
        width: 50%;
    }
    .hpccinfomm{
        margin-bottom: 20px;
    }
    .hpccinfomm .decss{
        text-align: center;
    }
    .hpccinfomm .dstitle{
        margin-bottom: 5px;
    }
    .hpccinfomm .dstitle, .hpccinfomm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpccinfomm .dsconts{
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
    }
    .itccinfohh .decss{
        padding: 10px 13px 12px;
    }
    .itccinfohh .dsconts{
        height: 42px;
        -webkit-line-clamp: 2;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 10px 0 35px;
    }
    .ddinfohome::before{
        bottom: -10%;
    }
    .hpddinfomm{
        margin-bottom: 20px;
    }
    .hpddinfomm .decss{
        text-align: center;
    }
    .hpddinfomm .dstitle{
        margin-bottom: 5px;
    }
    .hpddinfomm .dstitle, .hpddinfomm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpddinfomm .dsconts{
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
    }
    .hpddinfomm .mmgrip .mcol{
        width: 100%;
    }
    .tpprojecthb .swiper-container{
        padding-right: 48%;
    }
    .slprojecthb .slick-arrow{
        border: 2px solid #006633;
        color: #006633;
        width: 50px;
        height: 50px;
    }
    .slprojecthb .slick-arrow::before{
        font-size: 12px;
    }
    .itprojectmm .dstitle, .itprojectmm .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .itprojectmm .thumb{
        margin-bottom: 12px;
    }
    .hpddinfohh .hhinfo{
        margin-bottom: 100px;
    }
    .slprojectsw .swiper-button{
        width: 50px;
        height: 50px;
        bottom: -80px;
    }
    .tpprojecthb  .swiper-button-prev{
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin-right: 0;
        margin-left: -45px;
    }
    .tpprojecthb  .swiper-button-next{
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin-right: 0;
        margin-left: 20px;
    }
    .itprojectmm .dstitle a{
        padding-right: 20px;
    }
    .itprojectmm .dstitle a::before{
        font-size: 16px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .csinner{
        padding: 10px 10px 15px 15px;
        max-width: 218px;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .slbannerhh .csviews a{
        font-size: 10px;
        line-height: 20px;
    }
    .slbannerhh .csinner{
        transform: translateX(100px);
    }
    .slbannerhh .cstitle, .slbannerhh .cstends{
        transform: translateX(50px);
    }
    /* <=== bannerhome ===> */

    /* <=== ccinfohome ===> */
    .tpccinfohh .hhgrip{
        margin: 0 -10px;
    }
    .tpccinfohh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itccinfohh .dstitle{
        margin-bottom: 3px;
    }
    .itccinfohh .dstitle, .itccinfohh .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    .itccinfohh .dstitle a{
        height: 46px;
        -webkit-line-clamp: 2;
    }
    .itccinfohh .dsconts{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
        height: calc(18px * 3);
        -webkit-line-clamp: 3;
    }
    .itccinfohh .dsviews a{
        font-size: 12px;
        line-height: 20px;
        padding: 4px 12px;
    }
    /* <=== ccinfohome ===> */
}