/*===========BOX HOME============*/
.boxHome {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
/*===========================SLIDER HOME=============================*/
#vnt-slide-home {
    position: relative;
}
#vnt-slide-home .img{position:relative;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:52%;
}
#vnt-slide-home img {
    width: 100%;
    display: none;
}
#vnt-slide-home .slick-current .img{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform 1.5s ease-in-out 0s,opacity ease-in-out 1.5s;-moz-transition:-moz-transform 1.5s ease-in-out 0s,opacity ease-in-out 1.5s;-o-transition:-o-transform 1.5s ease-in-out 0s,opacity ease-in-out 1.5s;-ms-transition:-ms-transform 1.5s ease-in-out 0s,opacity ease-in-out 1.5s;transition:transform 1.5s ease-in-out 0s,opacity ease-in-out 1.5s;-webkit-animation: immortalkenburns 10000ms linear 0s infinite alternate;animation: immortalkenburns 10000ms linear 0s infinite alternate;}
/*=============BOX ABOUT===========*/
.boxAbout {
    padding: 70px 0 100px;
}
.boxAbout .cafe-cup {
    width: 100%;
    mix-blend-mode: multiply;
}
.boxAbout .wrapper {
    width: 100%;
}
.boxAbout .year {    
    position: relative;
    width: 170px;
    height: 170px;
    margin-right: 60px;
    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;
}
.boxAbout .year svg {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    width: 200px;
    height: 200px;
}   
.boxAbout .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;
  }
}
.boxAbout .year .txt {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.boxAbout .year .number {
    font-size: 48px;
    line-height: 50px;
    color: #035529;
    font-weight: 700;
}
.boxAbout .content {
    width: 100%;
    max-width: 610px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}
.boxAbout .text .t1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    text-transform: uppercase;
}
.boxAbout .text .t2 {
    font-size: 50px;
    line-height: 72px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}
.boxAbout .text .t3 {
    font-size: 100px;
    line-height: 130px;
    color: #035529;
    font-weight: 900;
}
/*=============BOX BRAND===========*/
.boxBrand {
    padding: 110px 0 40px;
    background: url(../images/main/cafe-seedBg.jpg) center 0/cover no-repeat;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff
}
.boxBrand:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24%;
    content: '';
    pointer-events: none;
    background: url(../images/main/green-parternBg.jpg) 0 0 repeat-x;
}
.boxBrand .boxContent {
    position: relative;
    z-index: 1;
}
.boxBrand .t2 {
    font-size: 60px;
    line-height: 72px;
    color: #077239;
    font-weight: 900;
    margin-top: 5px;
}
.boxBrand .des {
    width: 100%;
    max-width: 720px;
    margin: auto;
    line-height: 50px;
}
.boxBrand .link {
    padding-top: 30px;
    margin-bottom: 50px;
}
.boxBrand .slogan {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-top: 20px;
}
.boxBrand .cafe-seed {
    position: relative;
}
.boxBrand .cafe-seed:before {
    position: absolute;
    bottom: 40%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 635px;
    height: 826px;
    background: url(../images/main/coffee-smoke.png) center center/contain no-repeat;
    pointer-events: none;
}
.boxBrand .cafe-seed img {
    width: 100%;
    max-width: 568px;
}
.lte-effect-smoke {
  pointer-events: none;
}
.lte-effect-smoke img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin: 0 0 300px;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-animation: lte-smoke-1 12s infinite;
  -moz-animation: lte-smoke-1 12s infinite;
  -o-animation: lte-smoke-1 12s infinite;
  animation: lte-smoke-1 12s infinite;
}
.lte-effect-smoke .lte-effect-item-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lte-effect-smoke .lte-effect-item-3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.lte-effect-smoke .lte-effect-item-4 {
    -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.lte-effect-smoke .lte-effect-item-5 {
    -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.lte-effect-smoke .lte-effect-item-6 {
    -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.lte-effect-smoke .lte-effect-item-2 img {
    -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-4 img {
    -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-6 img {
    -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@keyframes lte-smoke-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 650px);
    -moz-transform: translate(-50%, 650px);
    -ms-transform: translate(-50%, 650px);
    -o-transform: translate(-50%, 650px);
    transform: translate(-50%, 650px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%, 0px);
    -moz-transform: translateY(-50%, 0px);
    -ms-transform: translateY(-50%, 0px);
    -o-transform: translateY(-50%, 0px);
    transform: translateY(-50%, 0px);
  }
}
.boxCateProduct {
    background: url(../images/parternBg.jpg) 0 0 repeat;
    padding: 90px 0 80px;
}
/*=============BOX NHUONG QUYEN===========*/
.boxNhuongquyen {
    padding-top: 28%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.boxNhuongquyen .boxContent {    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}
.boxNhuongquyen .ttLine {
    margin-right: 15px;
}
.boxNhuongquyen .ttLine .title {
    padding-right: 30px;
}
/*=============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 .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.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;
}
/*=============BOX NEWS===========*/
.boxNews {
    background: url(../images/main/leafBg2.jpg) center bottom/contain no-repeat;
}
.boxNews .linkAll {
    padding-top: 50px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 501px) {
    .boxAbout .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 65%;
        height: 100%;
        pointer-events: none;
        background-position: 10% 65%;
        background-repeat: no-repeat;
        background-size: contain;
    }  
    .boxAbout .bg img {
        display: none;
    }
    .boxAbout .cafe-cup {
        text-align: right;
        margin-left: auto;
    }
} 
@media all and (min-width: 992px) {     
    .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;
    }
    .boxNhuongquyen .boxContent {
        padding-left: 12.4%;
    }
}
@media all and (min-width: 1200px) { 
    .boxAbout .text {
        margin-bottom: 80px;
    }        
    .main-banner {
        height: 810px;
    }
}
@media all and (max-width: 1199px) {     
    .boxMission .content {
        padding-right: 18%; 
    }
}
@media all and (max-width: 991px) {  
    .boxHome {
        padding: 40px 0 45px;
    }    
    .boxAbout {
        padding: 30px 0;
    }
    .boxAbout .bg {
        background-position: 10% 10%;
    }
    .boxAbout .year {
        margin-right: 15px;
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }    
    .boxAbout .text .t1 {
        font-size: 50px;
        line-height: 60px;
    }
    .boxAbout .text .t2 {
        font-size: 36px;
        line-height: 60px;
    }
    .boxAbout .text .t3 {
        font-size: 72px;
        line-height: 72px;
    }
    .boxAbout .cafe-cup {
        width: 48%;
    }
    .boxBrand {
        font-size: 18px;        
        padding-top: 60px;
    }
    .boxBrand .t2 {
        font-size: 48px;
        line-height: 55px;
    }
    .boxBrand .des {
        line-height: 30px;
    }
    .boxBrand .slogan {
        font-size: 30px;
        line-height: 40px;
    }
    .boxNhuongquyen {
        padding-top: 280px;
        background-position: 30% center 
    }
    .boxNhuongquyen .boxContent {
        justify-content: center;
    }
    .boxNhuongquyen .ttLine .title {
        padding-right: 15px;
    }
    .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;
    }
    .boxMission .des {
        font-size: 18px;
        line-height: 30px;        
    }
    .boxNews .linkAll {
        padding-top: 35px;
    }
}
@media all and (max-width: 767px) { 
    #vnt-slide-home .img {
        padding-top: 0;
        height: 350px;
    }        
}
@media all and (max-width: 600px) {       
    .boxMission:before {
        bottom: auto;
        top: calc(100vw * 683 / 801 - 34% + 80px);
    }
    .boxNhuongquyen .ttLine .title {
        font-size: 5vw;
    }
}
@media all and (max-width: 500px) {  
    .boxAbout .bg {
        background: none!important;
        text-align: center;
        width: 100%;
        max-width: 600px;
        margin: auto;     
    }
    .boxAbout .year {                
        position: absolute;
        top: calc(100vw * 753 / 882 - 110px);
        right: 0;
    }    
    .boxAbout .text {
        width: 100%;
        max-width: 280px;
        margin: auto
    }
}
@media all and (max-width: 480px) {  
    .boxBrand .t2 {
        font-size: 12vw;
        line-height: 13vw;
    }
    .boxBrand .slogan {
        font-size: 7vw;
        line-height: 9vw;
    }
    .boxNhuongquyen .ttLine {
        margin-right: 8px;
    }     
    .boxNhuongquyen .button-w {
        min-width: 120px;
        padding: 5px 15px;
        font-size: 14px;
    }
}
@media all and (max-width: 340px) {   
   .boxNhuongquyen .ttLine .title {
        font-size: 4.5vw;
    }
}