@media (min-width: 835px) {
  body#feature main {
    padding-bottom: 0;
  }
  body#feature main .mission {
    width: 95%;
    max-width: 1100px;
    margin: -50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body#feature main .mission figure {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
  }
  body#feature main .mission .details {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 45%;
    padding-top: 110px;
  }
  body#feature main .mission .details h2 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #5CBABE;
  }
  body#feature main .mission .details h2 span {
    font-size: 3.2rem;
    line-height: 1.7;
  }
  body#feature main .mission .details .copy {
    margin-top: 60px;
    font-size: 2rem;
    font-weight: bold;
  }
  body#feature main .promise {
    width: 95%;
    max-width: 1100px;
    margin: 120px auto 0;
  }
  body#feature main .promise h2 {
    text-align: center;
  }
  body#feature main .promise h2 > em {
    display: inline-block;
    border-top: 3px solid #6AC1D6;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #5CBABE;
  }
  body#feature main .promise h2 > span {
    display: block;
    font-weight: bold;
    color: #1E346F;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  body#feature main .promise h2 > em {
    padding-top: 30px;
    font-size: 3rem;
  }
  body#feature main .promise h2 > span {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media (min-width: 835px) and (max-width: 834px) {
  body#feature main .promise h2 > em {
    padding-top: 25px;
    font-size: 2.8rem;
  }
  body#feature main .promise h2 > span {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media (min-width: 835px) {
  body#feature main .promise .promiselist {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: number;
  }
  body#feature main .promise .promiselist li {
    width: 31%;
    background: #fff;
    padding: 70px 30px 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: visible;
  }
  body#feature main .promise .promiselist li::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #62BAE4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body#feature main .promise .promiselist li::after {
    display: block;
    counter-increment: number;
    content: counter(number);
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    left: 50.5%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body#feature main .promise .promiselist li figure {
    text-align: center;
  }
  body#feature main .promise .promiselist li h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 2rem;
    color: #1E346F;
  }
  body#feature main .promise .promiselist li .note {
    margin-top: 30px;
  }
  body#feature main .promise .promiselist li:nth-of-type(2)::before {
    background: #8ABE38;
  }
  body#feature main .promise .promiselist li:nth-of-type(3)::before {
    background: #F49E29;
  }
  body#feature main .features {
    background: #fff url(../img/features_bg.png) center center;
    margin-top: 80px;
    padding: 80px 0 50px;
  }
  body#feature main .features .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#feature main .features .inner h2 {
    width: 23%;
  }
  body#feature main .features .inner h2::before {
    content: "";
    display: block;
    width: 18rem;
    border-top: 3px solid #6AC1D6;
    margin-bottom: 50px;
  }
  body#feature main .features .inner h2 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    font-size: 2rem;
    color: #5CBABE;
  }
  body#feature main .features .inner h2 span {
    font-size: 3.5rem;
    line-height: 1.4;
    color: #333;
  }
  body#feature main .features .inner .chapter {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 25px 25px;
  }
  body#feature main .features .inner .chapter .more {
    display: none;
  }
  body#feature main .features .inner .chapter h3 {
    font-size: 2rem;
    line-height: 1.8;
  }
  body#feature main .features .inner .chapter h3 em {
    display: inline-block;
    margin: 0 5px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #62BAE4;
  }
  body#feature main .features .inner .chapter .note {
    font-size: 1.3rem;
  }
  body#feature main .features .inner .chapter.col4 {
    width: 23%;
  }
  body#feature main .features .inner .chapter.col4.hasicon {
    padding-top: 40px;
  }
  body#feature main .features .inner .chapter.col4.hasicon figure {
    padding: 0 40px;
    text-align: center;
  }
  body#feature main .features .inner .chapter.col4.hasicon h3 {
    margin-top: 30px;
    text-align: center;
  }
  body#feature main .features .inner .chapter.col4.hasicon .note {
    margin-top: 20px;
  }
  body#feature main .features .inner .chapter.col4.noicon h3 {
    font-size: 1.9rem;
  }
  body#feature main .features .inner .chapter.col4.noicon .note {
    margin-top: 20px;
  }
  body#feature main .features .inner .chapter.col3 {
    width: 31.5%;
  }
  body#feature main .features .inner .chapter.col3.graph {
    padding-top: 60px;
    position: relative;
  }
  body#feature main .features .inner .chapter.col3.graph figure {
    width: 60%;
    position: absolute;
    left: 20px;
    top: 30px;
  }
  body#feature main .features .inner .chapter.col3.graph .details {
    position: relative;
    z-index: 2;
  }
  body#feature main .features .inner .chapter.col3.graph .details h3 {
    text-align: right;
    line-height: 2;
  }
  body#feature main .features .inner .chapter.col3.graph .details h3 em {
    margin-right: 0;
  }
  body#feature main .features .inner .chapter.col3.graph .details h3 em span {
    margin-left: 5px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 3.4rem;
    color: #333;
  }
  body#feature main .features .inner .chapter.col3.graph .details .note {
    margin-top: 20px;
  }
  body#feature main .features .inner .chapter.col3.hasicon header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#feature main .features .inner .chapter.col3.hasicon header figure {
    width: 27%;
  }
  body#feature main .features .inner .chapter.col3.hasicon header h3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
  body#feature main .features .inner .chapter.col3.hasicon .note {
    margin-top: 20px;
  }
  body#feature main .features .inner .chapter.col3.hasicon.vietnam h3 {
    text-align: left;
  }
  body#feature main .features .inner .chapter.col2 {
    width: 48.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#feature main .features .inner .chapter.col2.hasicon figure {
    width: 28%;
  }
  body#feature main .features .inner .chapter.col2.hasicon .details {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 65%;
  }
  body#feature main .features .inner .chapter.col2.hasicon .details .note {
    margin-top: 20px;
  }
  body#feature main .features .inner .chapter.col2.graph em span {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 3.4rem;
    color: #333;
  }
  body#feature main .features .inner .chapter.col2.noicon h3 {
    width: 28%;
    text-align: center;
  }
  body#feature main .features .inner .chapter.col2.noicon .note {
    width: 67%;
  }
  body#feature main .features .inner .chapter.col2.n2clear h3 em {
    margin-top: 10px;
    font-size: 5rem;
  }
}
@media (max-width: 834px) {
  #pageheader {
    padding-bottom: 100px;
  }
  main .mission {
    width: 90%;
    margin: -40px auto 0;
  }
  main .mission figure {
    border-radius: 10px;
    overflow: hidden;
  }
  main .mission .details {
    padding-top: 70px;
  }
  main .mission .details h2 em {
    display: inline-block;
    border-top: 3px solid #6AC1D6;
    margin-bottom: 20px;
    padding-top: 15px;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
    color: #5CBABE;
  }
  main .mission .details h2 span {
    display: block;
    font-size: 2.7rem;
    line-height: 1.7;
  }
  main .mission .details .copy {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main .promise {
    width: 90%;
    margin: 90px auto 0;
  }
  main .promise h2 {
    text-align: center;
  }
  main .promise h2 > em {
    display: inline-block;
    border-top: 3px solid #6AC1D6;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #5CBABE;
  }
  main .promise h2 > span {
    display: block;
    font-weight: bold;
    color: #1E346F;
  }
}
@media (max-width: 834px) and (min-width: 835px) {
  main .promise h2 > em {
    padding-top: 30px;
    font-size: 3rem;
  }
  main .promise h2 > span {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  main .promise h2 > em {
    padding-top: 25px;
    font-size: 2.8rem;
  }
  main .promise h2 > span {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media (max-width: 834px) {
  main .promise .promiselist {
    margin-top: 60px;
    counter-reset: number;
  }
  main .promise .promiselist li {
    background: #fff;
    padding: 50px 30px 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: visible;
  }
  main .promise .promiselist li::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #62BAE4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .promise .promiselist li::after {
    display: block;
    counter-increment: number;
    content: counter(number);
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    left: 50.5%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .promise .promiselist li figure {
    text-align: center;
  }
  main .promise .promiselist li h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
    color: #1E346F;
  }
  main .promise .promiselist li .note {
    margin-top: 20px;
  }
  main .promise .promiselist li:not(:last-of-type) {
    margin-bottom: 50px;
  }
  main .promise .promiselist li:nth-of-type(2)::before {
    background: #8ABE38;
  }
  main .promise .promiselist li:nth-of-type(3)::before {
    background: #F49E29;
  }
  main .features {
    background: #fff url(../img/features_bg.png) center center;
    margin-top: 60px;
    padding: 60px 3% 50px;
  }
  main .features .inner {
    text-align: center;
  }
  main .features .inner h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  main .features .inner h2 > em {
    display: inline-block;
    border-top: 3px solid #6AC1D6;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #5CBABE;
  }
  main .features .inner h2 > span {
    display: block;
    font-weight: bold;
    color: #1E346F;
  }
}
@media (max-width: 834px) and (min-width: 835px) {
  main .features .inner h2 > em {
    padding-top: 30px;
    font-size: 3rem;
  }
  main .features .inner h2 > span {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  main .features .inner h2 > em {
    padding-top: 25px;
    font-size: 2.8rem;
  }
  main .features .inner h2 > span {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media (max-width: 834px) {
  main .features .inner .chapter {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px;
    position: relative;
  }
  main .features .inner .chapter:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main .features .inner .chapter h3 {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  main .features .inner .chapter h3 em {
    display: inline-block;
    margin: 0 5px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #62BAE4;
  }
  main .features .inner .chapter .note {
    display: none;
  }
  main .features .inner .chapter .more {
    width: 25px;
    height: 25px;
    background: #1E346F;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
  }
  main .features .inner .chapter .more::before {
    content: "+";
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 2.3rem;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .features .inner .chapter .more.open::before {
    content: "-";
  }
  main .features .inner .chapter.col4.hasicon {
    min-height: 28vw;
  }
  main .features .inner .chapter.col4.hasicon figure {
    width: 27%;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  main .features .inner .chapter.col4.hasicon h3 {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
  }
  main .features .inner .chapter.col4.hasicon .note {
    margin-top: 20px;
  }
  main .features .inner .chapter.col4.noicon h3 {
    font-size: 1.9rem;
  }
  main .features .inner .chapter.col4.noicon .note {
    margin-top: 20px;
  }
  main .features .inner .chapter.graph {
    padding-top: 30px;
  }
  main .features .inner .chapter.graph figure {
    width: 30%;
    padding: 0 10px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  main .features .inner .chapter.graph .details {
    position: relative;
    z-index: 2;
  }
  main .features .inner .chapter.graph .details h3 {
    width: 100%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .features .inner .chapter.graph .details h3 em {
    margin-left: 5px;
  }
  main .features .inner .chapter.graph .details h3 em span {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.3rem;
    color: #333;
  }
  main .features .inner .chapter.graph .details .note {
    margin-top: 20px;
  }
  main .features .inner .chapter.col3.hasicon figure {
    width: 27%;
    padding: 0 5px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 20px;
  }
  main .features .inner .chapter.col3.hasicon h3 {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
  }
  main .features .inner .chapter.col3.hasicon .note {
    margin-top: 20px;
  }
  main .features .inner .chapter.col2.hasicon:not(.graph) figure {
    width: 27%;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  main .features .inner .chapter.col2.hasicon:not(.graph) h3 {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
  }
  main .features .inner .chapter.col2.hasicon:not(.graph) .note {
    margin-top: 20px;
  }
  main .features .inner .chapter.col2.noicon h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .features .inner .chapter.col2.noicon h3 em {
    margin-left: 10px;
  }
  main .features .inner .chapter.col2.accept-p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main .features .inner .chapter.col2.n2clear h3 em {
    font-size: 4rem;
  }
  main .features .inner .chapter.manager h3 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}