/*==BEGIN: ABOUT==*/
.vnt-about {
    font-weight: 400;
}
.boxSection {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.vnt-about .ttLine1 {
    border: none;
}
.menuFix {
    min-height: 35px;
}
.menuFix.fixed .target-scroll {
    margin-top: 0;
}
/*==INTRO==*/
.boxIntro { 
    padding: 20px 0 0!important;   
    background: url(../images/about/introBg.jpg) right 0 no-repeat;
}
.boxIntro .info-company {
    padding: 80px 0;
}
.boxIntro .info-company .row {
    align-content: center;
}
.boxIntro .info-company .imgWrap {
    width: 100%;
    max-width: 450px;
}
.boxIntro .info-company .img {
    mix-blend-mode: multiply;
}
.boxIntro .year {    
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 170px;
    height: 170px;    
    flex-shrink: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;    
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 19px rgba(117,117,117,0.29);
    -moz-box-shadow: 0 3px 19px rgba(117,117,117,0.29);
    box-shadow: 0 3px 19px rgba(117,117,117,0.29);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;  
    justify-content: center;
}
.boxIntro .year svg {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    width: 200px;
    height: 200px;
}   
.boxIntro .year #svg-circle {
    fill: none;
    stroke: #095a2d;
    stroke-width: 3;
    stroke-dasharray: 14px;
    stroke-dashoffset: 3px;
    -webkit-animation: circleAn 1s linear infinite;
    animation: circleAn 1s linear infinite;
    -moz-transition: 250ms;
    -o-transition: 250ms;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms;
}
@-webkit-keyframes circleAn {
  from {
    stroke-dashoffset: -14px;
  }
  to {
    stroke-dashoffset: -100px;
  }
}
@keyframes circleAn {
  from {
    stroke-dashoffset: -14px;
  }
  to {
    stroke-dashoffset: -100px;
  }
}
.boxIntro .year .txt {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.boxIntro .year .number {
    font-size: 48px;
    line-height: 50px;
    color: #035529;
    font-weight: 700;
}
.boxIntro .text .t1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 900;
    text-transform: uppercase;
}
.boxIntro .text .t2 {
    font-size: 36px;
    line-height: 72px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}
.boxIntro .text .t3 {
    font-size: 60px;
    line-height: 72px;
    color: #035529;
    font-weight: 900;
    text-transform: capitalize;
}
.boxIntro .txtTitle .t2 {
    font-size: 60px;
    line-height: 72px;
    color: #035529;
    font-weight: 900;
    padding-top: 4px;
}
.boxIntro .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.boxIntro .info-company .imgWrap {
    overflow: visible;
    padding-right: 50px;
}
.boxIntro .imgWrap, .boxIntro .img {
    width: 100%;
    height: 100%;
}
.boxIntro .slogan .confirm-brand span {
    display: block;
    padding: 24px 50px;
    background: #035529 url(../images/shop/cafe-iconBg.png) center center/contain repeat-x;
    color: #fcfcfc;
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    text-transform: uppercase;
}
.boxIntro .caption .des {    
    font-size: 20px;
    line-height: 40px;
    padding-top: 20px;
}
/*=============BOX VISION===========*/
.boxVision {
    padding: 170px 0 100px;
}
.boxVision .imgBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boxVision .boxContent {
    width: 100%;
    max-width: 41.667%;
    margin-left: auto;
}
.boxVision .title:after {
    background-color: #FFF;
}
.boxVision .des {
    font-size: 20px;
    line-height: 40px;
}
/*=============BOX MISSION===========*/
.boxMission {
    padding: 0;
    background: url(../images/parternBg.jpg) 0 0 repeat;
}
.boxMission:before {
    position: absolute;
    bottom: 40px;
    right: 0;    
    content: '';
    width: 18%;
    height: 90%;
    background: url(../images/main/leafBg1.jpg) right bottom/contain no-repeat;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 1;
}
.boxMission .imgBg {
    width: 100%;
    height: 100%;
    -webkit-animation: none;
    animation: none;
}
.boxMission .content {
    width: 100%;
    position: relative;
    z-index: 1
}
.boxMission .boxTitle {
    margin-bottom: 15px;
}
.boxMission .des {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
.boxServices {
    background-color: #035529;
    padding: 50px 0;
}
.boxServices .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.boxServices .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*=============BOX CATES===========*/
.boxCates {    
    background: url(../images/parternBg.jpg) 0 0 repeat;
}
.boxCates:before {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 40%;
    max-width: 450px;
    height: 100%;
    background: url(../images/about/branchBg.png) center 30%/contain no-repeat;
    pointer-events: none;
}
.boxCates .boxContent {
    position: relative;
    padding-top: 150px;
    padding-bottom: 10px;
    min-height: 630px;
}
.boxCates .big-img {
    width: 100%;
    max-width: 40%;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.boxCates .parternTT {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 340px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;  
    font-size: 36px;
    line-height: 60px;
    color: #035529;
    font-weight: 500;
    background: url(../images/about/grow-catBg.png) 0 0/contain no-repeat;
}
.boxCates .parternTT .t2 {
    font-size: 48px;
    font-weight: 900;
}
.boxCates .item {
    position: absolute;
}
.boxCates .item:first-child {
    top: 50px;
    left: 0;
}
.boxCates .item:nth-child(2) {
    bottom: 10%;
    left: 4%;
}
.boxCates .item:nth-child(3) {
    top: 50px;
    right: 0;
}
.boxCates .cate {
    width: 250px;
    height: 200px;
    position: relative;    
    -webkit-box-shadow: -4px -3px 4px rgba(0,0,0,.1);
    -moz-box-shadow: -4px -3px 4px rgba(0,0,0,.1);
    box-shadow: -4px -3px 4px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.boxCates .cate:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: url(../images/about/cateBg1.png) right bottom no-repeat;
}
.boxCates .item:nth-child(3) .cate {
    -webkit-box-shadow: 4px -3px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 4px -3px 4px rgba(0,0,0,.1);
    box-shadow: 4px -3px 4px rgba(0,0,0,.1);
}
.boxCates .item:nth-child(3) .cate:before {
    background: url(../images/about/cateBg2.png) 0 bottom no-repeat;
}
.boxCates .cate:after {
    position: absolute;    
    content: '';
    width: 71px;
    height: 45px;
    top: 50%;
    margin-top: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;    
}
.boxCates .item:first-child .cate:after {
    right: -35%;
    background-image: url(../images/about/r-down-arrow.png);
}
.boxCates .item:nth-child(2) .cate:after {
    top: auto;
    bottom: 10%;
    right: -25%;
    background-image: url(../images/about/r-up-arrow.png);
}
.boxCates .item:nth-child(3) .cate:after {
    left: -35%;
    right: auto;
    background-image: url(../images/about/l-down-arrow.png);
}
.boxCates .cate .imgWrap {
    max-width: 70%;
    overflow: visible;
}
.boxCates .item:nth-child(3) .imgWrap {
    margin-left: auto;
}
.boxCates .cate .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.boxCates .cate .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 70%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    mix-blend-mode: multiply;    
}
.boxCates .cate .tend {
    position: absolute;
    bottom: 20px;
    right: 20%;
    font-size: 22px;
    line-height: 36px;
    color: #035529;
    font-weight: 900;
}
.boxCates .item:nth-child(3) .cate .tend {
    right: auto;
    left: 20%;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media screen and (min-width: 768px) {
    .boxIntro .info-company .content {
        padding-left: 4.86%;
    }        
}    
@media screen and (min-width: 992px) {
    .boxIntro .info-company .content {        
        font-size: 20px;
        line-height: 40px;
    }    
    .boxIntro .row-slogan {        
        flex-direction: row-reverse;
    }
    .boxIntro .caption {
       padding: 30px 0;
    }
    .boxIntro .slogan {
        width: 120%;
        mix-blend-mode: multiply;
    } 
    .boxIntro .caption .des {
        padding-left: calc(41.66666667%/2);        
    }
    .boxMission .item:last-child{
        padding-top: 38%;
        padding-bottom: 40px;
    }
    .boxMission .bg {
        position: absolute;
        top: 0;
        right: 20px;
        width: 96%;
        height: 82%;
        pointer-events: none;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;  
    }
    .boxMission .bg img {
        display: none;
    }
    .boxMission .content {
        max-width: 600px;
        padding-left: 15px;
    }
}
@media all and (min-width: 1101px) {
    .boxCates .cate:hover .img img {
        -moz-transform: translate(-50%,-50%) scale3d(1.1,1.1,1.1);
        -webkit-transform: translate(-50%,-50%) scale3d(1.1,1.1,1.1);
        -ms-transform: translate(-50%,-50%) scale3d(1.1,1.1,1.1);
        -o-transform: translate(-50%,-50%) scale3d(1.1,1.1,1.1);
        transform: translate(-50%,-50%) scale3d(1.1,1.1,1.1);
    }
}
@media all and (max-width: 1199px) {     
    .boxMission .content {
        padding-right: 18%; 
    }
}
@media screen and (max-width: 1024px) {
    .boxIntro .text {
        margin-bottom: 5px;
    }
    .boxIntro .text .t1 {
        font-size: 30px;
        line-height: 45px;
    }
    .boxIntro .text .t2 {
        font-size: 24px;
        line-height: 45px;
    }
    .boxIntro .text .t3 {
        font-size: 36px;
        line-height: 45px;
    }    
    .boxIntro .txtTitle .t2 {
        font-size: 48px;
        line-height: 60px;
    }
}
@media screen and (max-width: 991px) {  
    .vnt-about {
        padding-top: 30px;
    }
    .vnt-about, .boxIntro .caption .des, .boxVision .des, .boxMission .des {
        font-size: 18px;
        line-height: 30px;        
    }
    .boxSection {
        padding: 40px 0 45px;
    }      
    .boxIntro .info-company {
        padding: 50px 0;
    }
    .boxIntro .info-company .imgWrap {
        margin: auto;
    }    
    .boxIntro .year {
        -moz-transform: scale(0.75) translate(20px,20px);
        -ms-transform: scale(0.75) translate(20px,20px);
        -o-transform: scale(0.75) translate(20px,20px);
        -webkit-transform: scale(0.75) translate(20px,20px);
        transform: scale(0.75) translate(20px,20px);
    }    
    .boxIntro .caption .des {
        padding: 15px 15px 30px;
    }   
    .boxServices .wrapper {
        max-width: 840px;
    }
    .boxServices .item:nth-child(n+3) {
        margin-top: 20px;
    }
    .boxMission .bg {
        background: none!important;
        text-align: center;
        width: 100%;
        max-width: 600px;
        margin: auto;     
    }    
    .boxMission:before {
        bottom: auto;
        top: calc(600px * 683 / 801 - 34% + 80px);
        right: -25px;
        width: 40%;
        height: 34%;
    }
    .boxMission .content {
        padding: 0 15px;
    }    
}
@media all and (max-width: 767px) {
    .boxIntro .info-company {
        padding: 30px 0 35px;
    }
    .boxIntro .info-company .imgWrap {
        margin-bottom: 30px;
    }
    .boxIntro .slogan .confirm-brand span {
        padding: 24px 5vw;
        font-size: 5.5vw;
        line-height: 7vw;
    }
}
@media all and (max-width: 600px) {   
    .boxVision .boxContent {
        max-width: 100%;
    }    
    .boxVision .imgBg {
        height: 170%;
        background-position: right center;
    }
    .boxMission:before {
        bottom: auto;
        top: calc(100vw * 683 / 801 - 34% + 80px);
    }
}
@media all and (max-width: 480px) {
    .boxIntro .txtTitle .t2 {
        font-size: 12vw;
        line-height: 14vw;
    }
} 
@media all and (max-width: 340px) {
    .boxIntro .txtTitle .t2 {
        font-size: 8vw;
        line-height: 10vw;
    }   
    .boxServices .item {
        width: 100%;
    }
    .boxServices .item:nth-child(n+2) {
        margin-top: 20px;
    } 
}