/* <=== vhprojecpg ===> */
.vhprojecpg .dapadd{
    padding: 40px 0 0;
}
.tpprojecmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpprojecmm .mmgrip > div{
    width: 50%;
}
.itprojecmm{
    position: relative;
}
.itprojecmm .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 1;
    pointer-events: auto;
}
.itprojecmm .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itprojecmm .dstitle{
    text-transform: uppercase;
}
.itprojecmm .dstitle, .itprojecmm .dstitle h3{
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
}
.itprojecmm .dstitle, .itprojecmm .dstitle a{
    color: #fff;
}
.itprojecmm .dstitle a{
    display: block;
    padding-right: 40px;
    position: relative;
}
.itprojecmm .dstitle a::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 30px;
}
/* <=== vhprojecpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 60px 0 75px;
}
.slortherpg .slick-arrow{
    transform: unset;
    top: -100px;
}
.slortherpg .slick-prev{
    left: unset;
    right: 155px;
}
.slortherpg .slick-next{
    right: 70px;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.hpdetailaa{
    position: relative;
    z-index: 1;
    padding: 110px 0 260px;
    background-color: #006633;
    overflow: hidden;
}
.hpdetailaa::before{
    content: '';
    position: absolute;
    width: 406px;
    height: 438px;
    background-image: url('../images/aaback.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 10px;
    right: 20%;
    z-index: -1;
    pointer-events: none;
}
.hpdetailaa, .hpdetailaa a{
    color: #fff;
}
.tpdetailaa .aawrap{
    max-width: 570px;
    margin: 0 auto;
}
.tpdetailaa .aatitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.tpdetailaa .aatitle, .tpdetailaa .aatitle h1, .tpdetailaa .aatitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpdetailaa .aatitle span{
    display: block;
}
.tpdetailaa .aaconts{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.hpdetailbb{
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.hpdetailbb::before{
    content: '';
    position: absolute;
    top: 155px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #eff3f4;
}
.tpdetailbm{
    position: relative;
    z-index: 1;
    padding: 40px;
    background-color: #fff;
    margin-top: -155px;
    margin-bottom: 55px;
}
.tpdetailbm .bmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -25px;
}
.tpdetailbm .bmgrip > div{
    padding: 0 25px;
    width: 50%;
}
.tpdetailbm .decss{
    padding: 0 25px;
}
.tpdetailbm .dscapts{
    margin-bottom: 10px;
    color: #006633;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpdetailbm .dstitle{
    max-width: 420px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpdetailbm .dstitle, .tpdetailbm .dstitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.tpdetailbm .dsconts{
    font-size: 16px;
    line-height: 28px;
}
.tpdetailbm .thumb img{
    width: 100%;
}
.tpdetailbh .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailbh .ctgrip > div{
    padding: 0 10px;
    width: 25%;
    border-right: 1px solid #d2d5d6;
    margin-bottom: 45px;
}
.tpdetailbh .ctgrip > div:last-child{
    border-right: none
}
.itdetailbh{
    text-align: center;
    padding: 15px 0;
}
.itdetailbh .vnumb {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    color: #c82c33;
    margin-bottom: 10px;
}
.itdetailbh .vdecs{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.itdetailbh .vdecs .dtext{
    color: #c82c33;
}
.hpdetailcc .ccthumb img{
    width: 100%;
}
.hpdetailcc .ccdecss{
    background-color: #eff3f4;
    padding-bottom: 70px;
}
.tpdetailcc{
    position: relative;
    padding: 60px 20px;
    background-color: #fff;
    margin-top: -100px;
    text-align: center;
}
.tpdetailcc .ccwrap{
    max-width: 630px;
    margin: 0 auto;
}
.tpdetailcc .cccapts{
    margin-bottom: 5px;
    color: #006633;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpdetailcc .cctitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpdetailcc .cctitle, .tpdetailcc .cctitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.tpdetailcc .ccconts{
    font-size: 16px;
    line-height: 28px
}
.hpdetaildd{
    padding: 70px 0;
    background-color: #006633;
}
.tpdetaildd .ddgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}
.tpdetaildd .ddgrip > div{
    padding: 0 2.5px;
    width: 50%;
}
.tpdetaildb .dbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}
.tpdetaildb .dbgrip > div{
    padding: 0 2.5px;
    margin-bottom: 5px;
}
.tpdetaildb .dbgrip .bcol{
    width: 50%;
}
.tpdetaildb .dbgrip .ccol{
    width: 100%;
}
.itdetailda .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itdetailda .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.itdetaildc .thumb a{
    display: block;
    padding-top: calc(50% - 2px);
    position: relative;
    overflow: hidden;
}
.itdetaildc .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.itdetailda:hover .thumb a img{
    transform: scale(1.05);
}
.itdetaildc:hover .thumb a img{
    transform: scale(1.05);
}
.hpdetailee{
    padding: 95px 0;
}
.tpdetailee .eegrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -50px;
}
.tpdetailee .eegrip > div{
    padding: 0 50px;
}
.tpdetailee .eegrip .mcol{
    width: calc(50% - 50px);
}
.tpdetailee .eegrip .hcol{
    width: calc(50% + 50px);
}
.tpdetailee .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpdetailee .dstitle, .tpdetailee .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpdetailee .dsconts{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.tpdetailee .dsinfos{
    color: #006633;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailee .dsinfos li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.tpdetailee .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailee .dsinfos li::before{
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}
.tpdetailee .thumb img{
    width: 100%;
}
.hpdetailff{
    padding: 40px 0 75px;
    background-color: #eff3f4;
}
.tpdetailff .fftitle{
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpdetailff .fftitle, .tpdetailff .fftitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpdetailff .ffconts{
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
/* <=== vhdetailpg ===> */

@media all and (max-width: 1200px){
    /* <=== vhortherpg ===> */
    .slortherpg .slick-prev{
        right: 105px;
    }
    .slortherpg .slick-next{
        right: 20px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailee .eegrip{
        margin: 0 -20px;
    }
    .tpdetailee .eegrip > div{
        padding: 0 20px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhprojecpg ===> */
    .vhprojecpg .dapadd{
        padding: 25px 0 0;
    }
    /* <=== vhprojecpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 25px 0 35px;
    }
    .slortherpg {
        padding-bottom: 70px;
    }
    .slortherpg .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slortherpg .slick-prev{
        margin-left: -35px;
    }
    .slortherpg .slick-next{
        margin-left: 35px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailaa{
        padding: 50px 0 115px;
    }
    .hpdetailaa::before{
        width: 258px;
        height: 313px;
        top: 0;
        right: -20px;
    }
    .tpdetailaa .aatitle{
        margin-bottom: 10px;
    }
    .tpdetailaa .aatitle, .tpdetailaa .aatitle h1, .tpdetailaa .aatitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailaa .aaconts{
        font-size: 14px;
        line-height: 24px;
    }
    .tpdetailbm{
        margin-top: -66px;
        margin-bottom: 35px;
    }
    .tpdetailbm{
        padding: 25px 20px
    }
    .hpdetailbb::before{
        top: 65px;
    }
    .tpdetailbm .bmgrip > div{
        width: 100%;
    }
    .tpdetailbm .bmgrip .mcol{
        margin-bottom: 20px;
    }
    .tpdetailbm .decss{
        padding: 0;
    }
    .tpdetailbm .dscapts{
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailbm .dstitle{
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .tpdetailbm .dstitle, .tpdetailbm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailbm .dsconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .itdetailbh .vnumb{
        font-size: 45px;
        line-height: 50px;
    }
    .itdetailbh .vdecs{
        font-size: 18px;
        line-height: 25px;
    }
    .itdetailbh .vdecs .dinfo{
        font-size: 16px;
        line-height: 24px;
    }
    .itdetailbh{
        padding: 5px 0;
    }
    .tpdetailcc{
        margin-top: -30px;
        padding: 20px;
    }
    .hpdetailcc .ccdecss{
        padding-bottom: 37px;
    }
    .tpdetailcc .cccapts{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailcc .cctitle, .tpdetailcc .cctitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailcc .ccconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }
    .hpdetaildd{
        padding: 40px 0;
    }
    .tpdetaildd .ddgrip > div{
        width: 100%;
        margin-bottom: 5px;
    }
    .hpdetailee{
        padding: 30px 0 50px;
    }
    .tpdetailee .eegrip .mcol{
        width: 100%;
        margin-bottom: 35px;
    }
    .tpdetailee .eegrip .hcol{
        width: 100%;
    }
    .tpdetailee .dstitle, .tpdetailee .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailee .dsconts{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .tpdetailee .dsinfos{
        font-size: 18px;
        line-height: 25px;
    }
    .hpdetailff{
        padding: 30px 0 45px;
    }
    .tpdetailff .fftitle, .tpdetailff .fftitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailff .ffconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: justify;
        text-align-last: center;
        letter-spacing: -0.1px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhprojecpg ===> */
    .itprojecmm .decss{
        padding: 20px;
    }
    .itprojecmm .dstitle, .itprojecmm .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tpprojecmm .mmgrip > div{
        width: 100%;
    }
    .itprojecmm .dstitle a::before{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== vhprojecpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailbh .ctgrip > div{
        width: 50%;
    }
    .tpdetailbh .ctgrip > div:nth-child(2){
        border-right: none;
    }
    /* <=== vhdetailpg ===> */
}