@font-face {
    font-family: "SVN-Gilroy";
    /* Tên bạn tự đặt để gọi sau này */
    src: url("../fonts/SVN-GilroyRegular.woff2") format("woff2");
    font-weight: 400;
    /* Regular thường tương ứng với 400 */
    font-style: normal;
    font-display: swap;
    /* Tối ưu hiển thị */
}
body {
    width: 100%;
    overflow: hidden;
    background-color: #116602;
}

.footer,
.social-top,
.search-form,
.right-header {
    visibility: hidden;
}

.loadx {
    background: url(../images/cycle.png) no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Preloader 1s linear infinite;
    display: none;
    z-index: 110000;
}

.bg-menu {
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #116602;
    z-index: 5;
}

#canvas-menu > canvas {
    opacity: 0.7;
}

#canvas-menu {
    background-color: #116602;
}

.details-content .bg-menu {
    background-color: transparent;
}

.control-canvas,
.play-canvas,
.stop-canvas {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.navigation.show {
    height: 100%;
}

.navigation.show .nav li {
    animation-name: goRight;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.navigation:not(.show) .nav li {
    animation-name: fadeOut;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.overlay-menu {
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    transition: height 0.3s ease-in-out;
    z-index: 50;
}

.overlay-menu.show {
    height: 100%;
}

.social-top {
    position: fixed;
    height: 100vh;
    width: 60px;
    left: -100px;
    top: 0;
    text-align: center;
    border-right: 1px solid #eee;
    visibility: hidden;
    z-index: 100;
}

.social-top.fixed {
    visibility: visible;
    left: 0;
}

.social-top ul {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.social-top li {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.social-top li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}

.search-form {
    position: absolute;
    right: 30px;
    top: 70px;
    display: block;
    width: 0;
    height: 60px;
    background-color: #dc0d14;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 20;
}

.form-row-search {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-row-search input[type="text"] {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 58px;
    box-shadow: none;
}

.form-row-search input[type="text"]:focus {
    color: #fff;
}

.search-form.active {
    width: 550px;
    pointer-events: auto;
}

.search-but.active {
    color: #116602;
}

.footer {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    overflow: hidden;
    background-color: #fff;
}

.footer .content-right {
    padding: 10vh 10vw 0 0;
}

.footer .content-right > h3 {
    display: block;
    font-weight: 700;
    font-size: calc(100vw / 30);
    line-height: 1.2;
    margin: 0 0 20px 0;
    position: relative;
    color: #d4d4d4;
    width: 100%;
}

.bottom-link {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}

.bottom-group {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.title-group {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

.title-group ul {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
}

.title-group li {
    display: inline-block;
    position: relative;
    margin: 10px -5px;
    vertical-align: top;
    padding: 0 40px 0 0;
    width: 25%;
    font-size: calc(100vw / 100);
    line-height: 1.6;
    font-weight: 300;
}

.title-group li:first-child {
    width: 50%;
}

.title-group li mark {
    font-weight: 700;
    display: block;
    margin: 0 0 10px 0;
}

.title-group li p {
    display: block;
    margin: 0 0 10px 0;
}

.title-group li > h2 {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: block;
    max-width: 200px;
    margin: 0;
    line-height: 1.4;
    padding: 0 20px 0 10px;
}

.title-group li img {
    max-width: 180px;
    height: auto;
    display: block;
    pointer-events: none;
}

.title-group li > h2::after {
    display: none;
}

.title-group li:last-child {
    padding: 0;
}

.bottom-group a,
.title-group a {
    color: #444;
}

.bottom-text {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    display: block;
    float: left;
    border-top: 1px solid #ddd;
}

.copyright {
    font-weight: 300;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    width: auto;
    text-align: left;
    display: block;
}

.copyright strong {
    font-weight: 700;
}

.copyright a {
    color: #6a6a6a;
    display: none;
}

.title-rotate {
    width: 40%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 5;
}

.title-rotate > h1 {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 10vh 5vh 0 40px;
    font-size: calc(100vw / 60);
    color: #116602;
    font-weight: 300;
    line-height: 1;
}

.title-rotate.strong > h1 {
    font-size: calc(100vw / 35);
    font-weight: 700;
}

.title-rotate > h1 > span > span {
    opacity: 0;
}

.title-rotate > h1 > span > span.move {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.title-rotate > h2 {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 10vh 5vh 0 40px;
    font-size: calc(100vw / 60);
    color: #116602;
    font-weight: 300;
}

.title-rotate.strong > h2 {
    font-size: calc(100vw / 40);
    font-weight: 700;
}

.title-rotate > h2 > span > span {
    opacity: 0;
}

.title-rotate > h2 > span > span.move {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.title-rotate svg {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    margin: 10vh 0 0 40px;
}

.title-rotate .stroke-line {
    fill-opacity: 0;
    fill: #116602;
    stroke: #116602;
    stroke-miterlimit: 10;
    stroke-width: 0.5;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
}

.title-rotate.on-show .stroke-line {
    animation-name: DrawStroke;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.title-rotate.on-show .stroke-line {
    transition: all 0.5s ease-in-out 1.2s;
    fill-opacity: 1;
    stroke-opacity: 0;
}

.show-text .title-rotate .stroke-line {
    animation-name: DrawStroke;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.show-text .title-rotate .stroke-line {
    transition: all 0.5s ease-in-out 1.2s;
    fill-opacity: 1;
    stroke-opacity: 0;
}

.header.hide {
    position: fixed;
}

.header.hide::after {
    opacity: 0.8;
    top: 0;
}

.header.hide .nav-second,
.header.hide .right-header {
    top: 15px;
}

.header.hide .logo .logo-w {
    display: none;
}

.header.hide .logo {
    color: #116602;
    top: 0;
}

.header.hide .nav-click {
    color: #116602;
    top: 5px;
}

.header.hide .language li a,
.header.hide .nav-click,
.header.hide .nav-second li:not(.current) a,
.header.hide .search-but {
    color: #116602;
}

.header.hide .logo.fixed .logo-main {
    display: none;
}

.header.hide .logo.fixed .logo-w {
    margin-top: 15px;
    display: block;
}

.header.hide .nav-second li.active a,
.header.hide .nav-second li.current a {
    color: #ed2900;
}

.print {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.print-box {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.print-but,
.save-but,
.share-but {
    padding: 0 20px 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    color: #4c4c4c;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}

.save-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/favorite.svg) no-repeat 50%/80%;
}

.print-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/print.svg) no-repeat 50%/80%;
}

.share-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/share.svg) no-repeat 50%/80%;
}

.share-item {
    position: absolute;
    right: -100%;
    bottom: 5px;
    width: 100%;
    height: 40px;
}

.share-item ul {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0 0 0 10px;
}

.share-item li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #aaa;
    transition: all 0.3s cubic-bezier(0.44, 0.39, 0.34, 1.03);
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
    left: -40px;
    opacity: 0;
}

.share-item li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999px;
}

.share-item li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.share-item li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.item-google::before {
    background: url(../images/google-grey.svg) no-repeat 50%/70%;
}

.item-google::after {
    background: url(../images/google-orange.svg) no-repeat 50%/70%;
}

.item-facebook::before {
    background: url(../images/facebook-grey.svg) no-repeat 50%/70%;
}

.item-facebook::after {
    background: url(../images/facebook-orange.svg) no-repeat 50%/70%;
}

.item-linkedin::before {
    background: url(../images/linkedin-grey.svg) no-repeat 50%/70%;
}

.item-linkedin::after {
    background: url(../images/linkedin-orange.svg) no-repeat 50%/70%;
}

.share-but.active + .share-item li {
    transform: scale3d(1, 1, 1);
    left: 0;
    opacity: 1;
}

.share-but.active + .share-item li:nth-child(2) {
    transition-delay: 0.2s;
}

.share-but.active + .share-item li:nth-child(3) {
    transition-delay: 0.4s;
}

.sub-nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    padding: 0;
}

.sub-nav ul {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    z-index: 2;
}

.sub-nav li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 -2px;
    vertical-align: top;
}

.sub-nav li a {
    display: block;
    padding: 15px;
    margin: 0 1px;
    font-weight: 500;
    font-size: 13px;
    color: #116602;
    background-color: #fff;
}

.sub-nav li.current a {
    background-color: #116602;
    color: #fff;
    pointer-events: none;
}

.sub-nav li.active a {
    background-color: #116602;
    color: #fff;
}

.outer-nav {
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    background-color: #eee;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.outer-nav:not(.second) {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    padding: 0;
    z-index: 5;
}

.outer-nav:not(.second).hide {
    visibility: hidden;
}

.outer-nav.second {
    width: 100%;
    height: auto;
    top: 70px;
    left: 0;
    position: fixed;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

.outer-nav.second .sub-nav li {
    box-shadow: none;
}

.outer-nav.second .group,
.outer-nav.second .sub-nav ul::after {
    display: none;
}

.outer-nav.second .sub-nav li a {
    font-size: 12px;
    padding: 10px 15px;
    margin: 0;
    font-weight: 500;
}

.outer-nav.second.fixed {
    pointer-events: auto;
    opacity: 1;
    z-index: 50;
}

.outer-nav:not(.second).fixed {
    pointer-events: none;
    height: 0;
}

.outer-nav.second .sub-nav li.current a {
    background-color: #116602;
    color: #fff;
    pointer-events: none;
}

.outer-nav.second .sub-nav li.active a {
    background-color: #116602;
    color: #fff;
}

.box-nav {
    font-weight: 100;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: calc(50% + 50px);
    padding: 0;
    transform: translate(0, -50%);
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.box-nav ul {
    width: 45px;
    height: auto;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.box-nav li {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.box-nav li span {
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.box-nav li:hover span {
    color: #116602;
}

.box-nav li.current span {
    color: #116602;
    pointer-events: none;
}

.bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

.box-cover {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.box-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0,
        rgba(0, 0, 0, 0) 50%
    );
    mix-blend-mode: multiply;
}

.box-cover svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.bg-fixed {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}

html.touch .bg-fixed {
    background-attachment: scroll;
}

.is-Edge .box-cover::after,
.is-IE .box-cover::after {
    mix-blend-mode: inherit;
    display: none;
}

.pic-thumb-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pic-thumb-bg img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    opacity: 0;
    pointer-events: none;
}

.banner-home,
.banner-inner {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.slide-mask {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-mask .ani-text {
    opacity: 1 !important;
}

.bg-home {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: right;
    background-color: #116602;
}

.bg-inner {
    position: relative;
    width: 100%;
    height: calc(800 / 2000 * 100vw);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: right;
    background-color: #116602;
    overflow: hidden;
}

.rotate-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1;
}

.rotate-img .bg-menu {
    background-color: transparent;
    opacity: 0.6;
}

.box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ani-one {
    width: 50vw;
    height: 50vw;
    position: absolute;
    left: 50%;
    top: 50%;
    background: linear-gradient(0deg, #116602 0, rgba(200, 28, 35, 0.5) 80%);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.ani-two {
    width: 75vw;
    height: 75vw;
    position: absolute;
    left: 50%;
    top: 50%;
    background: linear-gradient(0deg, #116602 0, rgba(200, 28, 35, 0.3) 80%);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.play,
.stop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    z-index: -99999;
}

.blur {
    filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
}

.logo-banner {
    position: absolute;
    top: 120px;
    right: 10vw;
    width: calc(100vw / 11);
    height: auto;
}

.logo-banner svg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.logo-banner .stroke-line {
    fill: #116602;
    stroke: none;
}

.logo-bottom {
    position: absolute;
    bottom: 50px;
    left: 5vw;
    width: calc(100vw / 9);
    height: auto;
}

.logo-bottom svg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.logo-bottom .stroke-line {
    fill: #ddd;
    stroke: none;
}

.video-youtube-full {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.youtube-video {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
}

.youtube-video iframe {
    width: 100%;
    height: calc(100vw * 0.5625);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.youtube-video img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    pointer-events: none;
}

.control-youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-video {
    width: 100%;
    height: calc(100vw * 0.5625);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s ease-in-out;
}

.bg-video.hide {
    opacity: 0;
    pointer-events: none;
}

.play-button {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    transition: opacity 0.5s ease-in-out;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.play-button svg {
    width: 80%;
    height: 80%;
    margin: 10%;
    display: block;
}

.play-button.start .load-vid {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation-name: DrawPlay;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
}

.play-button::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.pause-button {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.pause-button,
.play-button {
    opacity: 0;
    pointer-events: none;
    z-index: -99999;
}

.pause-button.show,
.play-button.show {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

.full-frame .youtube-video {
    height: 100vh;
}

.full-frame .youtube-video iframe {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.full-frame .control {
    left: 50%;
    transform: translateX(-50%);
}

.full-frame .bg-video {
    height: 100vh;
}

.control {
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 15px;
    left: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    font-family: "SVN-Gilroy", sans-serif;
    font-weight: 400;
    z-index: 10;
}

.button-player {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.control::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
    z-index: -1;
}

.control.hide {
    opacity: 0;
}

.control:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.control span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.control button {
    -webkit-appearance: none;
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.control button:hover {
    opacity: 0.5;
    background-color: transparent;
}

.control button:focus {
    opacity: 1;
    background-color: transparent;
}

.control span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slide-range {
    display: none;
    -webkit-appearance: none;
    outline: 0;
    border: none;
    width: 100%;
    height: 20px;
    background-color: transparent;
    color: transparent;
    position: relative;
    margin: 0 0 10px 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.5;
    cursor: pointer;
}

.slide-range::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    z-index: -1;
}

.slide-range:hover {
    opacity: 1;
}

.slide-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: -10px 0;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-range::-moz-range-thumb {
    border: none;
    width: 20px;
    height: 20px;
    margin: -10px 0;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-range::-webkit-slider-runnable-track {
    width: 0;
    height: 0;
    -webkit-appearance: none;
    border: none;
}

.slide-range:focus {
    outline: 0;
}

.slide-range:focus::-webkit-slider-runnable-track {
    width: 0;
    height: 0;
    -webkit-appearance: none;
    border: none;
}

.is-IE .control::after,
.is-IE .slide-range {
    display: none;
}

button[data-state="play"] {
    background-image: url(../images/video/play.svg);
}

button[data-state="pause"] {
    background-image: url(../images/video/pause.svg);
}

button[data-state="stop"] {
    background-image: url(../images/video/stop.svg);
    width: 0;
    height: 0;
    opacity: 0;
}

button[data-state="mute"] {
    background-image: url(../images/video/mute.svg);
}

button[data-state="unmute"] {
    background-image: url(../images/video/unmute.svg);
}

button[data-state="go-fullscreen"] {
    background-image: url(../images/video/fullscreen.svg);
}

button[data-state="cancel-fullscreen"] {
    background-image: url(../images/video/cancel-fullscreen.svg);
}

.pic-length {
    width: 33%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.pic-length svg {
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.icon-logo:not(.white) {
    fill: #ec3c42;
    opacity: 0;
}

.icon-logo:not(.white):nth-child(2n) {
    animation-delay: 0.3s;
}

.icon-logo:not(.white):nth-child(2n + 1) {
    animation-delay: 0.6s;
}

.icon-logo:not(.white):nth-child(3n + 1) {
    animation-delay: 0.9s;
}

.on-show .icon-logo,
.show-text .icon-logo {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.icon-logo.white {
    fill-opacity: 0;
    fill: #fff;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    transition: all 0.5s ease-in-out;
}

.on-show .icon-logo.white,
.show-text .icon-logo.white {
    animation-name: DrawStroke;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.on-show .icon-logo.white,
.show-text .icon-logo.white {
    transition-delay: 2.2s;
    fill-opacity: 1;
    stroke-opacity: 0;
}

.box-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    z-index: 1;
}

.group-central {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 2;
}

.content-main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    text-align: center;
}

.post-center::after,
.post-center::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.content-column {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
}

.content-column h1 {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: calc(100vw / 25);
    line-height: 1.2;
    margin: 0 0 5vh 0;
    color: #116602;
}

.content-column h2 {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: calc(100vw / 30);
    line-height: 1.2;
    margin: 0 0 5vh 0;
    position: relative;
    color: #116602;
}

.content-column h2 strong,
.content-column h3 strong {
    color: #116602;
}

.content-column h3 {
    font-size: calc(100vw / 35);
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
}

.intro-text {
    color: #116602;
    font-size: 18px;
}

.content-right {
    position: relative;
    display: block;
    float: right;
    width: 70%;
    height: auto;
    margin: 10px auto;
    padding: 0;
}

.box-text {
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 60px;
    margin: 0;
    font-size: calc(100vh / 40);
    font-weight: 500;
    line-height: 1.6;
}

.box-text blockquote::before {
    content: "\201C";
    margin: 0;
    display: block;
    position: absolute;
    left: 10px;
    top: -15px;
    font-size: calc(100vw / 16);
    line-height: 1;
    color: #116602;
    font-family: "SVN-Gilroy", sans-serif;
}

.box-text p {
    font-size: calc(100vw / 90);
    line-height: 1.6;
    margin: 20px 0;
    position: relative;
    display: block;
    font-weight: 300;
}

.content-right .title-rotate {
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: top;
    left: auto;
    top: auto;
}

.content-right .title-rotate h1 {
    padding: 0 0 5vh 0;
}

.mention {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 20px 0;
    position: relative;
    color: #d4d4d4;
    background: linear-gradient(35deg, #999 20%, #116602 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote {
    font-weight: 400;
    font-size: calc(100vw / 60);
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.text-quotes::after,
.text-quotes::before {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: calc(100vw / 30);
    font-family: "SVN-Gilroy", sans-serif;
}

.text-quotes::before {
    content: "\201C";
    margin: 0 4px 0 -8px;
    color: #116602;
}

.text-quotes::after {
    content: "\201D";
    margin: 0 -8px 0 4px;
    color: #116602;
}

.quote-by {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.quote-by a {
    color: #444;
}

body.hide .group-central {
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 100%);
}

body.hide .group-central.show-text {
    z-index: 5;
}

body.hide .group-central:first-child {
    transform: translate(0, 0);
}

body.hide .content-main {
    height: 100vh;
}

body.hide .content-column {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 70px -5px 0 -5px;
}

body.hide .title-rotate > h1,
body.hide .title-rotate > h2 {
    padding: 120px 0 0 40px;
}

body.hide .title-rotate svg {
    margin: 110px 0 0 40px;
}

.go-page {
    width: 50px;
    height: 50px;
    border-radius: 0 50% 50% 50%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
    position: absolute;
    right: -50px;
    top: 50%;
    margin: -25px 0 0 0;
    background: linear-gradient(120deg, #fff 20%, #116602 100%);
    z-index: 10;
}

.go-page svg {
    width: 100%;
    height: 100%;
}

.go-back,
.go-inner,
.go-stock,
.view-all {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    font-size: calc(100vw / 110);
    line-height: 1.2;
    color: #116602;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ddd;
    z-index: 5;
}

.date {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    background-color: #f2f2f2;
    font-weight: 100;
    font-size: 30px;
    color: #116602;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
}

.date span {
    font-weight: 500;
    font-size: 11px;
    display: block;
    color: #aaa;
}

.sub-nav-content {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 3vh 0;
}

.sub-nav-content > h3::after {
    display: none;
}

.sub-nav-content ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.sub-nav-content li {
    display: inline-block;
    width: calc(33% - 10px);
    height: auto;
    vertical-align: top;
    margin: 0;
    padding: 20px 50px 20px 0;
}

.sub-nav-content li .link-small {
    color: #333;
    font-weight: 500;
    font-size: calc(100vw / 75);
    line-height: 1.4;
    display: block;
    cursor: pointer;
}

.sub-nav-content li .link-small::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/go.svg) no-repeat 50%/80%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.sub-project {
    width: 30%;
    height: auto;
    padding: 10vh 5vh 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 5;
}

.title-list {
    position: relative;
    display: block;
    font-size: calc(100vw / 90);
    line-height: 1.4;
    font-weight: 500;
    margin: 15px 0;
    float: left;
    clear: both;
}

.sub-project ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.sub-project li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    float: left;
    clear: both;
}

.sub-project li a {
    color: #333;
    font-size: calc(100vw / 80);
    line-height: 1.4;
    display: block;
    font-weight: 500;
}

.sub-project li.current a {
    color: #116602;
}

#customer-service-page .sub-project {
    padding: 16vh 5vh 0 40px;
}

.open-button {
    display: none;
}

.select-list {
    position: relative;
    width: calc(98% - 10px);
    height: 60px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
    z-index: 20;
}

.select-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
}

.select-header .but {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/arrow-down.svg) no-repeat 50%/70%;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

.select-header h3 {
    display: block;
    padding: 0 40px 0 20px;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #116602;
    line-height: 60px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-header h3::after {
    display: none;
}

.select-box {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}

.sub-nav > * {
    transform: translate3d(0, 0, 0);
}

.select-box ul {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.select-box li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #929292;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.select-box li a,
.select-box li div {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.select-box li h3 {
    display: block;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin: 0;
}

.select-box li h3::after {
    display: none;
}

.select-box li.selected {
    background-color: #444;
    pointer-events: none;
}

.select-box li.selected:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.select-list.float {
    float: right;
    margin: 0 25px 20px 0;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 280px;
}

.select-list.float .select-box {
    overflow-x: hidden;
    height: 285px;
}

.scrollA {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.select-box::-webkit-scrollbar {
    width: 8px;
}

.select-box::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.select-box::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.select-box {
    scrollbar-color: inherit;
    scrollbar-width: thin;
}

.group-central[data-name="about-home"] {
    background-color: #dcdcdc;
}

.group-central[data-name="news-home"] {
    background-color: #999;
}

.group-central[data-name="news-home"] .view-all {
    color: #ddd;
}

.group {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
}

.group::before {
    content: "";
    width: 50%;
    height: calc(100vh / 3);
    position: absolute;
    right: -5vh;
    bottom: 0;
    border: 1px solid #bbb;
}

.box-news-home {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 60%;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
}

.pic-news-home {
    position: relative;
    width: 50%;
    float: left;
    height: calc(100vh / 6);
    max-height: 150px;
    min-height: 120px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.text-news-home {
    float: right;
    padding: 10px 20px;
    width: 50%;
    display: block;
    background-color: #fff;
    height: calc(100vh / 6);
    max-height: 150px;
    min-height: 120px;
    position: relative;
}

.text-news-home::after,
.text-news-home::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.center-text-news > h3 {
    font-size: calc(100vw / 90);
    line-height: 1.5;
    margin: 0;
    display: block;
    font-weight: 300;
    color: #444;
}

.center-text-news > h3::after {
    display: none;
}

.center-text-news {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
    max-height: 100px;
    overflow: hidden;
}

.text-title {
    position: relative;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: calc(100vw / 70);
    display: block;
    color: #116602;
    padding: 0;
    margin: 0 0 30px 0;
}

.box-news-home:nth-child(4) {
    margin: 0 0 10px 0;
}

.box-news-home:nth-child(1) {
    width: 40%;
    margin: 0;
}

.box-news-home:nth-child(1) .pic-news-home {
    height: calc(100vh / 2.35 - 40px);
    max-height: 340px;
    min-height: 280px;
    width: 100%;
}

.box-news-home:nth-child(1) .pic-news-home::before {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    top: auto;
    margin: 0 0 0 -20px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
}

.box-news-home:nth-child(1) .text-news-home {
    width: 100%;
}

.box-news-home:nth-child(1) .center-text-news > h3 {
    font-weight: 500;
}

.box-news-home:nth-child(1) .date,
.box-news-home:nth-child(1) .date span {
    background-color: #116602;
    color: #fff;
}

.group-central[data-name="message-home"] .content-main {
    color: #444;
}

.group-central[data-name="message-home"] .content-column {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.group-central[data-name="message-home"] .content-right {
    width: 100%;
    padding: 30px 5%;
}

.group-central[data-name="project-home"] {
    background-color: #dcdcdc;
}

.group-central[data-name="project-home"] .content-right {
    width: 80%;
    padding: 5vh 5vw 5vh 0;
}

.group-central[data-name="project-home"] .go-inner {
    border-color: #999;
}

.box-project-home {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    margin: 0;
    text-align: left;
    padding: 0 20px;
}

.box-project-home .pic-project {
    width: 100%;
    height: calc(100vh / 2.5);
}

.box-project-home .text-project {
    width: 100%;
}

.box-project-home .text-project p {
    margin: 10px 0;
    font-size: calc(100vw / 100);
}

.box-project-home .project-time span {
    font-size: calc(100vw / 110);
}

.box-project-home .text-project h3 {
    margin: 10px 0;
}

.box-project-home .project-time::after,
.box-project-home .project-time::before {
    background-color: #999;
    margin: 10px 0;
}

.box-project {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
}

.pic-project {
    position: relative;
    width: 50%;
    height: calc(100vh / 1.5);
    display: block;
    margin: 0;
    overflow: hidden;
}

.text-project {
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    margin: 0;
    text-align: left;
    z-index: 2;
}

.text-project h3 {
    font-size: calc(100vh / 20);
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    font-weight: 700;
    color: #116602;
}

.text-project p {
    font-size: calc(100vw / 90);
    line-height: 1.6;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    font-weight: 300;
}

.text-project p a {
    color: #444;
}

.box-project:nth-child(even) .pic-project {
    float: left;
}

.box-project:nth-child(even) .text-project {
    float: right;
    padding: 30px 0 60px 40px;
}

.box-project:nth-child(odd) .pic-project {
    float: right;
}

.box-project:nth-child(odd) .text-project {
    float: left;
    padding: 0 40px 60px 0;
}

.project-time {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.project-time::after,
.project-time::before {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    background-color: #ddd;
    width: 0;
    overflow: hidden;
    margin: 20px 0;
}

.block-des,
.block-title {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.project-time span {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    vertical-align: top;
    font-size: calc(100vw / 100);
    line-height: 1.6;
    font-weight: 300;
}

.year {
    width: 25%;
    padding: 0 1vw 0 0;
}

.point {
    width: 48%;
    padding: 0 1vw 0 0;
}

.status {
    width: 25%;
    padding: 0;
}

.group-central[data-name="about-testimonial"],
.group-central[data-name="client-home"] {
    background-color: #116602;
    color: #fff;
}

.group-central[data-name="about-testimonial"] .people-quote blockquote::before,
.group-central[data-name="about-testimonial"] .title-rotate > h2,
.group-central[data-name="client-home"] .people-quote blockquote::before,
.group-central[data-name="client-home"] .title-rotate > h2 {
    color: #fff;
}

.group-central[data-name="about-testimonial"] .bottom-text {
    position: absolute;
    bottom: 0;
    right: 10vw;
    width: calc(70% - 10vw);
}

.group-central[data-name="about-testimonial"] .copyright {
    color: #ddd;
}

.testimonial-slide {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
}

.testimonial {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: auto;
}

.people-pic {
    width: 35%;
    max-width: 400px;
    height: calc(100vh / 2.2);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(100%);
}

.people-quote {
    width: 63%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 80px;
    margin: 0;
    font-size: calc(100vh / 40);
    font-weight: 500;
    line-height: 1.6;
}

.people-quote blockquote::before {
    content: "\201C";
    margin: 0;
    display: block;
    position: absolute;
    left: 10px;
    top: -30px;
    font-size: calc(100vw / 10);
    line-height: 1;
    color: #116602;
    font-family: "SVN-Gilroy", sans-serif;
}

.testimonial-slide .slide-buttons {
    width: 100px;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    margin: 0;
}

.testimonial-slide .slide-pagination {
    position: absolute;
    width: auto;
    height: auto;
    right: calc(120px + 5%);
    bottom: -32px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.details-outer .testimonial-slide .slide-buttons {
    bottom: 50px;
}

.details-outer .testimonial-slide .slide-pagination {
    display: none;
}

.details-center.testi .details-outer {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}

.details-center.testi h2 {
    font-size: calc(100vw / 30);
    line-height: 1.4;
    font-weight: 700;
    color: #aaa;
    text-align: left;
    background: linear-gradient(35deg, #999 20%, #116602 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px 0;
}

.details-center.testi .close-popup {
    background-image: none;
    background-color: transparent;
    color: #aaa;
    position: absolute;
}

.details-center.testi .close-popup::before {
    display: none;
}

.details-center.testi .close-popup svg {
    width: 100%;
    height: 100%;
    display: block;
}

.group-central[data-name="contact-home"] {
    background-color: #fff;
}

.group-central[data-name="contact-home"] .content-right {
    padding: 5vh 10vh 0 0;
}

.group-central[data-name="contact-home"] .content-right > h3 {
    display: block;
    font-weight: 700;
    font-size: calc(100vw / 30);
    line-height: 1.2;
    margin: 0 0 20px 0;
    position: relative;
    color: #d4d4d4;
    width: 100%;
}

#about-page .footer {
    display: none;
}

.group-central[data-name="about-intro"] .content-column h2 {
    font-size: calc(100vw / 50);
    position: absolute;
    top: 0;
    right: 0;
    margin: 12vh 50px;
    color: #fff;
    text-align: right;
}

.group-central[data-name="about-intro"] .content-column h2::after {
    display: none;
}

.group-central[data-name="about-intro"] .content-right {
    width: 40%;
    padding: 0 5vw 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px;
    float: none;
}

.group-central[data-name="about-intro"] .box-text {
    font-size: calc(100vw / 74);
}

.group-central[data-name="about-intro"] .content-column h3 {
    font-size: calc(100vw / 64);
    padding: 30px 0 0 60px;
}

.group-central[data-name="about-intro"] .content-column h3::after {
    right: 0;
    left: auto;
}

.content-left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    height: auto;
    padding: 10vh 0 10vh 20vw;
    margin: 0 -5px;
}

.container-center {
    padding: 10vh;
}
.pt10vh {
    padding-top: 10vh;
}
.pt20vh {
    padding-top: 20vh;
}
.container-center .content-left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 5vh;
    height: auto;
    margin: 0 -5px;
}

.container-center .content-right {
    width: 40%;
    padding: 0 5vw 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px;
    float: none;
}

.pic-intro {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.pic-intro img {
    width: 100%;
    height: auto;
    display: block;
}

.group-central[data-name="about-milestone"] .content-right {
    overflow: hidden;
    width: 80%;
}

.history-slide {
    position: relative;
    display: block;
    width: 100%;
    max-width: calc(100vw / 2.1);
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 5;
}

.history-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    right: -100%;
    top: -10%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 60%);
    border-left: none;
}

.history-slide.hide-border::after {
    border-left: 1px solid #fff;
}

.box-history {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.pic-milestone {
    width: 100%;
    height: calc(100vh / 2.2);
    position: relative;
    display: block;
    overflow: hidden;
}

.text-milestone {
    width: 100%;
    height: auto;
    min-height: 70px;
    background-color: #f0f0f0;
    padding: 10px 20px;
    position: relative;
    display: block;
}

.text-milestone > h3 {
    font-size: calc(100vw / 35);
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    display: block;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.text-milestone > h3::after {
    display: none;
}

.text-milestone > h3::before {
    content: "";
    position: relative;
    top: calc(100vw / 35 + 25px);
    display: block;
}

.text-milestone > h3::before {
    width: 0;
    height: 10px;
    transition: width 0.6s ease-in-out;
    overflow: hidden;
    background-color: #116602;
}

.text-milestone p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    display: block;
}

.history-slide .slide-wrapper {
    background-color: #f0f0f0;
}

.history-slide .slide-wrapper-outer {
    overflow: visible;
}

.history-slide .slide-buttons {
    width: 100px;
    position: absolute;
    top: auto;
    left: auto;
    margin: 0;
    right: -50%;
    bottom: 30px;
    z-index: 5;
}

.history-slide .slide-pagination {
    width: auto;
    text-align: right;
    right: calc(-50% + 100px);
    z-index: 5;
}

.highlight .text-milestone > h3::before {
    width: 100%;
}

.group-central[data-name="about-value"] {
    background-color: #999;
    color: #fff;
}

.group-central[data-name="about-value"] .icon-logo:not(.white) {
    fill: #949494;
}

.group-central[data-name="about-value"] .icon-logo.white {
    fill: #787878;
    stroke: #787878;
}

.group-central[data-name="about-value"] .content-right {
    width: 100%;
    padding: 10vh 0 10vh 5%;
}

.list-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.list-item {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 3);
    height: calc(100vh / 3.4);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pic-value::after {
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.6) 20%,
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.list-item:first-child {
    height: calc(100vh / 1.7);
}

.list-item:first-child .pic-value {
    background-position: center top;
}

.pic-value {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.list-title {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    left: 0;
    top: 50%;
    padding: 0 20px;
    transform: translateY(-50%);
}

.list-title > h3 {
    display: block;
    font-size: calc(100vw / 60);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.list-title > h3::after {
    display: none;
}

.list-title > h3::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: -5px;
    overflow: hidden;
}

.list-title > p {
    margin: 10px 0;
    font-size: calc(100vw / 90);
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 1.4;
}

.st-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
    background: url(../images/next2.svg) no-repeat 50%/80%;
    transform: rotate(-90deg);
}

.box-left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -5px;
}

.group-central[data-name="about-value"] .list-content {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    height: calc(100vw / 6 * 2.07);
    margin: 0 -5px;
    text-align: center;
}

.group-central[data-name="about-value"] .pic-value::after {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 1;
}

.group-central[data-name="about-value"] .box-text strong {
    display: block;
    text-transform: uppercase;
}

.group-central[data-name="about-value"] .list-title > h3 {
    font-size: calc(100vw / 70);
}

.group-central[data-name="about-value"] .list-title > p {
    line-height: 1.2;
}

.group-central[data-name="about-value"] .list-item {
    width: calc(100vw / 6.2);
    height: calc(100vw / 6);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: absolute;
}

.is-Edge .group-central[data-name="about-value"] .list-item,
.is-IE .group-central[data-name="about-value"] .list-item {
    border-radius: 50%;
}

.group-central[data-name="about-value"] .box-text {
    width: 70%;
    margin: 0 -5px;
    font-weight: 300;
    font-size: calc(100vw / 45);
    padding: 0 0 0 7%;
    line-height: 1.4;
    vertical-align: top;
}

.group-central[data-name="about-value"] .box-left {
    padding: 0 0 0 5%;
}

.group-central[data-name="about-value"] .list-item {
    width: calc(100vw / 5.5);
    height: calc(100vw / 5.5);
}

.group-central[data-name="about-value"] .list-item:nth-child(1) {
    left: 3%;
    top: 0;
}

.group-central[data-name="about-value"] .list-item:nth-child(2) {
    right: 3%;
    top: 0;
}

.group-central[data-name="about-value"] .list-item:nth-child(3) {
    left: 29%;
    bottom: 0;
}

.group-central[data-name="about-leader"] .pic-length {
    width: 25%;
}

.group-central[data-name="about-leader"] {
    background-color: #116602;
}

.group-central[data-name="about-leader"] .title-rotate > h2 {
    color: #fff;
}

.group-central[data-name="about-leader"] .content-right {
    width: 90%;
    padding: 0 3vw 0 0;
    color: #fff;
}

.leader-slide {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}

.leader {
    width: calc(100vw / 5);
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    margin: 0;
}

.leader .quote {
    font-weight: 500;
    font-size: calc(100vw / 105);
    line-height: 1.4;
    width: 110%;
    max-width: 320px;
    margin: 10px 0 0 10%;
}

.leader .quote-by {
    font-size: calc(100vw / 115);
    font-weight: 400;
    line-height: 1.8;
    margin: 10px 0;
}

.leader .text-quotes::before {
    color: #fff;
    line-height: 0;
    font-size: calc(100vw / 18);
    margin: 0;
    position: absolute;
    left: calc(-100vw / 45);
    top: calc(100vw / 50);
}

.leader .text-quotes::after {
    display: none;
}

.portrait {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    text-align: left;
}

.portrait img {
    width: calc(100vh / 3.2);
    max-width: 320px;
    height: calc(100vh / 3.2);
    max-height: 320px;
    display: block;
    position: relative;
    border-radius: 50%;
}

.leader:nth-child(1) {
    display: block;
    width: auto;
    margin: 0 0 0 calc(100vw / 3.1);
    white-space: nowrap;
}

.leader:nth-child(1) .portrait img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.leader:nth-child(1) .quote {
    width: calc(100vw / 5);
    font-size: calc(100vw / 95);
    margin: 0;
    max-width: inherit;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}

.leader:nth-child(1) .quote-by {
    font-size: calc(100vw / 105);
}

.group-central[data-name="about-partner"] .content-column h3::after {
    right: 0;
    left: auto;
}

.group-central[data-name="about-partner"] .content-column h3 {
    font-size: calc(100vw / 50);
}

.group-central[data-name="about-partner"]
    .sub-nav-content
    li
    .link-small::after {
    display: none;
}

.sub-nav-content li img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    filter: grayscale(100%);
    pointer-events: none;
}

.details-center.partners {
    max-width: 1000px;
}

.details-center.partners .details-outer {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
    padding: 5%;
}

.details-center.partners .close-popup {
    position: absolute;
    color: #aaa;
}

.partner-slide {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
}

.partner-detail {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: auto;
}

.details-center.partners h3 {
    font-size: calc(100vw / 50);
    line-height: 1.4;
    font-weight: 700;
    color: #116602;
    display: block;
    margin: 0;
}

.details-center.partners h3::after {
    display: none;
}

.partner-logo {
    width: 250px;
    height: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin: auto;
}

.partner-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.partner-quote {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    font-size: calc(100vh / 45);
    font-weight: 500;
    line-height: 1.6;
}

.partner-slide .slide-buttons {
    top: auto;
    bottom: 30px;
    margin: 0;
}

#project-page .box-project:nth-child(even) .pic-project {
    float: left;
    max-height: 500px;
}

#project-page .box-project:nth-child(even) .text-project {
    float: right;
    padding: 30px 0 60px 40px;
}

#project-page .box-project:nth-child(odd) .pic-project {
    float: right;
    max-height: 500px;
}

#project-page .box-project:nth-child(odd) .text-project {
    float: left;
    padding: 30px 40px 60px 0;
}

.all-project {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5vh 10vh 10vh 10vh;
    text-align: center;
}

.box-top {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5vh 10vh 0 10vh;
    text-align: center;
}

.box-top h1,
.box-top h2 {
    font-size: calc(100vw / 26);
    line-height: 1.4;
    width: 40%;
    position: relative;
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
    color: #d4d4d4;
    text-align: left;
    background: linear-gradient(35deg, #999 20%, #116602 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.box-intro {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    height: auto;
    margin: 0 -5px;
    padding: 30px 0 0 10%;
    text-align: left;
}

.box-intro p {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    font-size: calc(100vw / 95);
    line-height: 1.6;
    font-weight: 300;
}

.box-intro a {
    color: #116602;
}

#project-details-page .description h2 > span:nth-child(2) {
    font-weight: 300;
    font-size: 80%;
}

#project-details-page .text-project {
    width: 100%;
    margin: 5vh 0;
}

#project-details-page .project-time span {
    width: 20%;
    padding: 0 5% 0 0;
}

#project-details-page .project-time span:nth-child(1) {
    width: calc(40% - 20px);
}

#project-details-page .project-time span:last-child {
    padding: 0;
}

.block-des p {
    font-size: calc(100vw / 100);
}

.group-central[data-post="introduction"] {
    background-color: #f5f5f5;
}

.des-project {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.des-project::after {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    background-color: #ddd;
    width: 0;
    overflow: hidden;
    margin: 20px 0;
}

.project-picture {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.album-picture {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
}

.project-picture .album-pic-center {
    height: auto;
}

.project-picture .album-pic-center img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.project-picture .thumbs {
    width: 100%;
    max-width: 465px;
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    text-align: left;
}

.project-picture .slide-wrapper {
    margin: 0;
}

.group-central[data-post="progress"] {
    background-color: #ebebeb;
}

.content-progress {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    float: left;
    min-height: 100vh;
}

.content-progress.show {
    min-height: 0;
}

.list-thumb-pic {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.box-progress {
    position: relative;
    width: calc(50% - 5px);
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.pic-progress {
    position: relative;
    width: 100%;
    height: calc(100vh / 3);
    display: block;
    margin: 0;
    overflow: hidden;
}

.box-progress h3 {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    display: block;
}

.box-progress h3::after {
    display: none;
}

.group-central[data-post="guideline"] .text-title {
    color: #979797;
    font-size: calc(100vw / 60);
    font-weight: 700;
}

.relation-box {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 0;
    overflow: hidden;
}

.relation-box.on-show {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.list-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    padding: 0 20px 10px 0;
    z-index: 5;
}

.list-box.hide {
    display: none;
}

.list-box a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #444;
    border: 1px solid #ddd;
}

.list-box a .list-num {
    font-size: calc(100vw / 40);
    padding: 0 15px;
    color: #aaa;
}

.list-box a .list-num::after {
    content: "";
    width: 1px;
    height: 60%;
    right: 0;
    top: 20%;
    position: absolute;
    background-color: #aaa;
}

.list-outer {
    display: block;
    width: 100%;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.r-left {
    position: relative;
    display: block;
    width: 90px;
    height: 100%;
    float: left;
    padding-right: 20px;
    line-height: 75px;
}

.r-text {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    height: 100%;
    line-height: 75px;
    text-align: left;
    padding: 0 64px 0 0;
    overflow: hidden;
    vertical-align: middle;
    margin: 0;
    float: left;
}

.r-text p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    max-height: 55px;
    overflow: hidden;
    font-weight: 400;
}

.r-link {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    line-height: 75px;
    padding-left: 20px;
}

.r-pdf {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/icon-pdf.png) no-repeat center center;
    vertical-align: middle;
    background-size: contain;
}

.r-zip {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/icon-zip.png) no-repeat center center;
    vertical-align: middle;
    background-size: contain;
}

.r-date {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 100%;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 30px;
    color: #116602;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
}

.r-date::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0;
    background-color: #bbb;
}

.r-date span {
    font-weight: 700;
    font-size: 11px;
    display: block;
}

.regu-pdf {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 112px;
    padding: 10px;
    background: linear-gradient(0deg, #be171c 0, #e95220 100%);
    border-radius: 50%;
    z-index: 11;
}

.regu-pdf span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon-download.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 3;
}

.regu-pdf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #e95220 0, #be171c 100%);
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}

.title-page {
    display: none;
}

#investor-relation-page {
    background-color: #fff;
}

#investor-relation-page .pic-length {
    width: 120px;
    height: 120px;
    left: auto;
    top: 5vh;
    right: 70px;
    overflow: visible;
}

#investor-relation-page .pic-length svg {
    width: 100%;
}

#investor-relation-page .text-title {
    color: #999;
    padding-left: 335px;
    margin: 0 0 10px 0;
}

#investor-relation-page .content-right {
    width: 80%;
    max-width: 1100px;
    float: none;
    margin: auto;
    padding: 0 0 10vh 0;
}

#investor-relation-page .content-right:first-child {
    padding: 10vh 0 10vh 0;
}

#investor-relation-page .content-column {
    overflow: visible;
}

#investor-relation-page .group-central {
    overflow: visible;
}

#investor-relation-page .group-central:nth-child(1) {
    z-index: 11;
}

#investor-relation-page .group-central:nth-child(2) {
    z-index: 10;
}

#investor-relation-page .group-central:nth-child(3) {
    z-index: 9;
}

#investor-relation-page .group-central:nth-child(4) {
    z-index: 8;
}

#investor-relation-page .group-central:nth-child(5) {
    z-index: 7;
}

#investor-relation-page .group-central:nth-child(6) {
    z-index: 6;
}

#investor-relation-page .group-central:nth-child(7) {
    z-index: 5;
}

#investor-relation-page .group-central:nth-child(8) {
    z-index: 4;
}

#investor-relation-page .group-central:nth-child(9) {
    z-index: 3;
}

#investor-relation-page .group-central:nth-child(10) {
    z-index: 2;
}

.group-central[data-post="shareholders"] .content-right:first-child {
    padding: 10vh 0 5vh 0 !important;
}

.group-central[data-post="shareholders"]
    .content-right:first-child
    .select-list {
    z-index: 30;
}

.group-central[data-post="shareholders"] {
    background-color: #eee;
}

.group-central[data-post="shareholders"] .icon-logo:not(.white) {
    fill: #e8e8e8;
}

.group-central[data-post="shareholders"] .icon-logo.white {
    fill: #116602;
    stroke: #116602;
}

.group-central[data-post="report"] {
    background-color: #cecece;
}

.group-central[data-post="annual"] {
    background-color: #116602;
}

.group-central[data-post="annual"] .list-box {
    max-width: 48%;
    padding: 0;
}

.group-central[data-post="annual"] .list-box a {
    border-width: 5px;
}

.group-central[data-post="annual"] .title-rotate > h2 {
    color: #fff;
}

.group-central[data-post="communication"] .title-rotate {
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    width: 100%;
}

.group-central[data-post="communication"] .title-rotate > h2 {
    padding: 20vh 20px 20px 20px;
    color: #fff;
    font-weight: 700;
}

.select-list.select-1 {
    width: 300px;
    margin: 0 30px 0 0;
}

.report-slider {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    max-width: 600px;
    height: auto;
}

.report-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.report-pic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.report-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.report-pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.stock-but {
    position: relative;
    display: inline-block;
    margin: 200px 0;
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: linear-gradient(135deg, #f59e03 0, #f1662f 100%);
    text-align: center;
    border-radius: 50%;
    text-align: center;
    z-index: 5;
}

.stock-but span {
    display: inline-block;
    margin-top: -10px;
    line-height: 1.2;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

.stock-but::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 20px solid #a9a9a9;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.container-in {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 340px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.contact-in {
    position: relative;
    display: block;
    height: auto;
    width: 70%;
    padding: 40px;
    margin: 0 auto 20vh auto;
    text-align: center;
    background-color: #116602;
    max-width: 700px;
    color: #fff;
}

.contact-in h3 {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: calc(100vw / 80);
}

.contact-in li {
    margin: 0 0 10px 0;
    font-size: calc(100vw / 95);
    line-height: 1.6;
    font-weight: 300;
}

.contact-in a {
    color: #fff;
    font-weight: 400;
}

.contact-in li span {
    width: 40px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.contact-in li .address {
    background: url(../images/location.svg) no-repeat center center/contain;
}

.contact-in li .phone {
    background: url(../images/phone.svg) no-repeat center center/contain;
}

.contact-in li .email {
    background: url(../images/email.svg) no-repeat center center/contain;
}

.newsletter {
    position: fixed;
    left: -300px;
    top: calc(800 / 2000 * 100vw - 70px);
    width: 300px;
    height: auto;
    transition: all 0.6s ease-in-out;
    z-index: 100;
}

.newsletter h3 {
    font-weight: 700;
    position: absolute;
    width: auto;
    max-width: 200px;
    height: auto;
    right: -125px;
    top: 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 45px 12px 12px;
    background-color: #116602;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.newsletter h3::before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/mail.svg) no-repeat 50%/100%;
}

.newsletter.show {
    left: 20px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
}

.newsletter.show h3 {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto;
    width: 100%;
    max-width: inherit;
    height: auto;
    text-align: left;
    transform: none;
    padding: 10px 40px 2px 10px;
    background: #116602 url(../images/close.svg) no-repeat 98% 0;
    background-size: 30px 35px;
    box-shadow: none;
}

.newsletter.show h3::before {
    display: none;
}

.form-newsletter {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 10px;
    background-color: #116602;
    float: left;
    transition: background-color 0.3s ease-in-out;
}

.form-newsletter input[type="text"] {
    line-height: 40px;
    height: 40px;
    float: left;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
}

.form-newsletter .but {
    height: 40px;
    width: auto;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0 0 0;
    float: right;
}

.form-newsletter .but::after {
    display: none;
}

.stock {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: 0 -5px;
}

.stock:nth-child(1) {
    width: 65%;
    padding: 0 5% 0 0;
}

.stock:nth-child(2) {
    width: 35%;
}

.code-title {
    font-size: calc(100vw / 90);
    font-weight: 500;
    color: #116602;
    display: block;
    margin: 0 0 20px 0;
}

.stock-des,
.stock-title {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 20px 0;
}

.stock-title {
    background-color: #eee;
}

.stock span {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    vertical-align: top;
    font-size: calc(100vw / 100);
    line-height: 1.6;
    width: 32%;
    font-weight: 400;
}

.stock-title span {
    color: #116602;
}

.graphci-stock,
.info-stock {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.graphci-stock img {
    width: auto;
    height: auto;
    display: block;
    position: relative;
}

.down,
.dunggia,
.up {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.up {
    background: url(../images/arrow-up.png) no-repeat 50%/80%;
}

.down {
    background: url(../images/arrow-down.png) no-repeat 50%/80%;
}

.dunggia {
    background: url(../images/arrow-dunggia.png) no-repeat 50%/80%;
}

.share-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}

.group-stock .content-right:first-child {
    padding: 4vh 0 5vh 0 !important;
}

.group-stock .title-rotate {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: auto;
    top: auto;
}

#investor-relation-page .group-stock .content-right {
    max-width: 1300px;
    width: 90%;
}

.share-box .outer-but {
    display: inline-block;
    width: auto;
    height: auto;
}

.iframe-sroll {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden !important;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.iframe-sroll iframe {
    width: 100%;
    height: 1100px;
    margin: 25px auto;
    position: relative;
    display: inline-block;
}

.hide-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    z-index: 1;
}

.hide-bottom {
    width: 100%;
    height: 5px;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.share-box .share-but {
    position: relative;
    display: inline-block;
    margin-top: 60px;
    width: 146px;
    height: 146px;
    line-height: 146px;
    background: linear-gradient(135deg, rgb(235, 28, 35, 0.7) 0, #116602 100%);
    text-align: center;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.share-box .share-but span {
    display: inline-block;
    margin-top: -10px;
    line-height: 1.2;
    font-family: Futurab;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.share-box .share-but::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 20px solid #838383;
    opacity: 0.2;
    border-radius: 50%;
    background: 0 0;
}

.share-box share-but:hover {
    transform: scale(0.96);
}

.text-stock {
    position: relative;
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 850px;
}

.text-stock p {
    font-size: 14px;
    color: #116602;
    font-style: italic;
    font-weight: 400;
}

.text-stock a {
    font-size: 14px;
    color: #116602;
    font-weight: 700;
    font-style: normal;
    transition: all 0.3s ease-in-out;
}

.text-stock a:hover {
    color: #333;
}

#chart-page .pic-length {
    width: 50%;
    height: 140vh;
    left: -10vw;
}

.group-central[data-post="chart"] {
    background-color: #cecece;
}

.group-central[data-post="chart"] .icon-logo:not(.white) {
    fill: #c9c9c9;
}

.group-central[data-post="chart"] .icon-logo.white {
    fill: #fff;
    stroke: #fff;
}

.group-central[data-post="adminis"] .box-text blockquote::before {
    top: 15px;
    left: -50px;
    line-height: 45px;
}

.group-central[data-post="adminis"] .box-text {
    width: 100%;
    display: block;
    padding: 0;
    margin: 50px 0;
}

.group-central[data-post="adminis"] .box-text p {
    font-weight: 500;
    font-size: calc(100vw / 100);
}

.chart {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.chart img {
    width: 100%;
    height: auto;
    display: block;
}

.chart .zoom {
    display: none;
}

.group-central[data-post="form"] {
    background-color: #cecece;
}

.group-central[data-post="form"] .text-title {
    color: #fff;
    font-size: calc(100vw / 60);
    font-weight: 700;
}

.group-central[data-post="contact"] {
    background-color: #ebebeb;
}

.group-central[data-post="contact"] .box-intro {
    width: 100%;
    margin: 0 0 5vh 0;
    padding: 0;
    display: block;
}

.group-central[data-post="contact"] .box-intro::after {
    display: none;
}

.group-central[data-post="contact"] .select-header h3 {
    font-weight: 300;
    color: #116602;
}

.group-central[data-post="contact"] .input-area,
.group-central[data-post="contact"] .input-but,
.group-central[data-post="contact"] .input-text {
    animation-delay: 0s !important;
}

.group-central[data-post="contact"] .contact-form {
    background-color: #116602;
}

.group-central[data-post="picture"] .content-right,
.group-central[data-post="video"] .content-right {
    width: 80%;
    padding: 10vh 5vw 10vh 0;
}

.group-central[data-post="picture"] {
    background-color: #dcdcdc;
}

.group-central[data-post="video"] {
    background-color: #ed1c23;
    color: #fff;
}

.group-central[data-post="video"] .title-rotate > h2 {
    color: #fff;
}

.pic-center {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.slide-library {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.arranged {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.library-thumb {
    position: relative;
    width: calc(33% - 5px);
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 0 5px 0 0;
    cursor: pointer;
}

.pic-library {
    position: relative;
    width: 100%;
    height: calc(100vh / 2.5);
    display: block;
    margin: 0;
    overflow: hidden;
}

.title-pic {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

.title-pic h3 {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0;
}

.title-pic h3::after {
    display: none;
}

.slide-library .slide-buttons {
    width: 100px;
    left: auto;
    top: auto;
    right: 20px;
    bottom: -10px;
    margin: 0;
}

.group-central[data-post="video"] .slide-library .slide-prev {
    background: url(../images/previous2.svg) no-repeat 50%/90%;
}

.group-central[data-post="video"] .slide-library .slide-next {
    background: url(../images/next2.svg) no-repeat 50%/90%;
}

.group-central[data-post="video"] .slide-pagi li div.current {
    background-color: #116602;
}

.video-center {
    position: relative;
    display: block;
    width: 100%;
    height: calc(1125 / 2000 * 1150px);
    margin: auto;
}

.item-video {
    position: relative;
    display: block;
    width: 100%;
    height: calc(1125 / 2000 * 1150px);
    margin: 0;
}

.bottom-video {
    position: relative;
    display: block;
    width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
}

.title-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.title-video > h3 {
    display: block;
    padding: 10px 20px;
    font-size: calc(100vw / 80);
    font-weight: 500;
    line-height: 1.4;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.title-video > h3::after {
    display: none;
}

.slide-video-playing .title-video {
    display: none;
}

.video-center .slide-buttons {
    margin: 0;
    top: auto;
    bottom: -25px;
}

.group-central[data-post="intro"] .box-text {
    width: 100%;
    display: block;
    padding: 0;
    margin: 50px 0;
}

.group-central[data-post="intro"] .box-text p {
    font-weight: 500;
    font-size: calc(100vw / 100);
}

.group-central[data-post="intro"] .box-text blockquote::before {
    top: 15px;
    left: -50px;
    line-height: 45px;
}

.group-central[data-post="intro"] .content-column h3 {
    font-size: calc(100vw / 50);
}

.box-slogan {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 5%;
    z-index: 3;
}

.box-slogan h2 {
    font-size: calc(100vw / 40);
    line-height: 1.4;
    display: block;
    font-weight: 700;
    color: #fff;
}

.box-slogan h2 strong {
    color: #116602;
}

.group-central[data-post="benefit"] .pic-value {
    transform: scale(1.05);
}

.group-central[data-post="benefit"] {
    background-color: #116602;
}

.group-central[data-post="benefit"] .content-right {
    width: 80%;
}

.group-central[data-post="benefit"] .title-rotate > h2 {
    color: #fff;
}

.group-central[data-post="benefit"] .list-title {
    height: auto;
    top: 0;
    transform: none;
}

.group-central[data-post="benefit"] .list-title > h3 {
    line-height: 1.2;
    font-size: calc(100vw / 60);
}

.group-central[data-post="benefit"] .list-title > p {
    font-size: 16px;
}

.group-central[data-post="benefit"] .list-item:first-child {
    height: calc(100vh / 1.5);
    min-height: 500px;
}

.group-central[data-post="benefit"] .list-item {
    height: calc(100vh / 3);
    min-height: 250px;
}

.list-num {
    position: relative;
    display: block;
    height: auto;
    font-size: calc(100vw / 30);
    font-weight: 100;
}

.list-item.text-red {
    color: #fff;
}

.list-item:first-child.text-red {
    color: #116602;
}

.group-central[data-post="member"] {
    background: linear-gradient(0deg, #b4b4b4 0, #fff 100%);
}

.group-central[data-post="member"] .content-right {
    width: 100%;
    float: none;
    padding: 10vh 0;
    text-align: center;
}

.group-central[data-post="member"] .people-quote {
    width: 80%;
    max-width: 800px;
    display: block;
    margin: 50px auto;
    position: relative;
    padding: 0;
}

.group-central[data-post="member"] .people-quote blockquote::before {
    left: -50px;
    line-height: 50px;
    top: 25px;
}

.group-central[data-post="member"] .testimonial-slide .slide-pagination {
    width: 100%;
    right: auto;
    bottom: auto;
    position: relative;
    text-align: center;
}

.group-central[data-post="member"] .testimonial-slide .slide-buttons {
    width: 80%;
    max-width: 800px;
    right: auto;
    left: 50%;
    bottom: calc(100vw / 8 - 40px);
    transform: translateX(-50%);
}

.group-central[data-post="member"] .testimonial-slide .slide-next {
    background: url(../images/next2.svg) no-repeat 50%/90%;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.group-central[data-post="member"] .testimonial-slide .slide-prev {
    background: url(../images/previous2.svg) no-repeat 50%/90%;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.resource-pic {
    height: calc(100vw / 8);
    width: calc(100vw / 8);
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px 5px #fff;
}

.group-central[data-post="join"] .content-column h3::after {
    display: none;
}

.career-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 5vh 0;
}

.content-table table {
    width: 100%;
    margin: 0 auto;
    font-size: calc(100vw / 95);
    table-layout: fixed;
    line-height: 1.6;
    font-weight: 300;
}

.career-list tbody td {
    padding: 20px 0;
    font-size: calc(100vw / 95);
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.career-list thead th {
    padding: 20px 0;
    font-size: calc(100vw / 95);
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #aaa;
}

.career-title {
    cursor: pointer;
}

.career-title > h3 {
    font-size: calc(100vw / 50);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.career-title > h3::after {
    display: none;
}

.career-title a {
    color: #444;
}

.career-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.head-list th[scope="Number"] {
    width: 100px;
}

.head-list th[scope="Position"] {
    width: auto;
}

.head-list th[scope="Expire"] {
    width: 200px;
    text-align: right;
}

.career-list td:nth-child(3) {
    text-align: right;
}

.career-list td:nth-child(1) {
    font-size: calc(100vw / 30);
    font-weight: 100;
    color: #d4d4d4;
}

.career-form {
    position: relative;
    width: 70%;
    height: auto;
    display: block;
    margin: 0;
    float: right;
    padding: 5vh 10vw 5vh 0;
    text-align: left;
}

.join-title {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.join-title > h3 {
    font-size: calc(100vw / 50);
    font-weight: 300;
    color: #aaa;
}

.join-title > h3::after {
    display: none;
}

.join-us {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.join-form {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 -1%;
}

.join-form .input-but {
    width: 99%;
}

.download-but {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 40px 0 80px 50px;
    text-align: left;
}

.download-but a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 60px 10px 20px;
    background-color: #116602;
    text-align: left;
}

.download-but a::before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #116602;
}

.download-but a::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #a3a3a3 url(../images/select.png) no-repeat center center;
    border-radius: 50%;
}

.details-center .download-but span {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.details-center .download-but h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.details-content {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    opacity: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: inherit;
    scrollbar-width: thin;
    z-index: 3000;
}

.details-content::after,
.details-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.details-content.no-after::after,
.details-content.no-after::before {
    display: none;
}

.details-content > span {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    z-index: 1;
}

.details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
}

.details-center h2 {
    font-size: calc(100vw / 45);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    display: block;
    margin: 20px 0;
    padding: 0 50px 0 0;
}

.details-center h3 {
    font-size: calc(100vw / 50);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0;
}

.details-center h3.align-center {
    text-align: center;
    margin: 20px auto;
}

.details-outer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px;
    background-color: #fff;
}

.details-text {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    font-size: 15px;
    line-height: 1.4;
    color: #404040;
    text-align: left;
}

.details-text > h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    text-align: left;
}

.details-text > h3::after {
    display: none;
}

.details-text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.details-text img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.details-text ol,
.details-text ul {
    text-align: left;
    list-style: inherit;
    -webkit-margin-start: 16px;
}

.details-text li,
.details-text ol li,
.details-text p span,
.details-text span {
    text-align: left;
    margin: 5px 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.details-text a {
    color: #116602;
    font-weight: 700;
}

.details-text table {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border-spacing: 1px;
    border-spacing: 1px;
    margin: 20px auto;
    table-layout: fixed;
}

.details-text table {
    width: auto;
    max-width: 100%;
    height: auto;
    display: table;
    min-width: inherit;
    margin: 30px auto;
    table-layout: fixed;
}

.details-text iframe {
    max-width: 100%;
}

.details-text table tbody {
    display: table;
    width: 100%;
    min-width: 500px;
    position: relative;
}

.details-text table td,
.details-text table th {
    padding: 5px 10px;
    border: 1px solid #788892;
}

.details-text table td,
.details-text table th {
    background-color: #eee;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    padding: 10px 15px;
}

.details-center {
    opacity: 0;
}

.details-center .close-popup {
    color: #fff;
}

#news-page {
    background-color: #fff;
}

#news-page .bg-inner {
    height: calc(500 / 2000 * 100vw);
}

#news-page .text-title {
    font-size: calc(100vw / 50);
    color: #116602;
    padding: 0;
    margin: 0 0 30px 0;
}

.load-news-list {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
    min-height: 100vh;
}

.load-news-list::after {
    content: "";
    height: 0;
    clear: both;
    display: block;
}

.load-news-list.show {
    min-height: 0;
}

.news-list {
    width: 94vw;
    margin: 0 auto;
    padding-top: 8vh;
    max-width: 1000px;
}

.group-central[data-post="news-company"] {
    background-color: #999;
}

.group-central[data-post="news-company"] .title-rotate > h2 {
    color: #fff;
}

.group-central[data-post="pagination"] {
    border-bottom: 1px solid #ddd;
}

.news-item {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 0 10px 20px 0;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.news-pic {
    position: relative;
    width: 50%;
    float: left;
    height: calc(100vh / 5);
    max-height: 150px;
    min-height: 120px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

/* .news-pic::before {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
	top: 50%;
	margin-top: -20px;
	right: 0
} */

.news-pic img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.news-txt {
    float: left;
    padding: 10px 20px;
    width: 50%;
    display: block;
    height: calc(100vh / 5);
    max-height: 150px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.news-txt::after,
.news-txt::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.news-txt > h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #444;
}

.news-txt > h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
    max-height: 100px;
    overflow: hidden;
}

.news-txt > h3::after {
    display: none;
}

.news-list.first .news-item::before,
.news-list.first .news-pic::before,
.news-list.first .news-txt::after,
.news-list.first .news-txt::before {
    display: none;
}

.news-list.first .news-item {
    overflow: visible;
}

.news-list.first .news-txt > h3 {
    margin: 0;
    line-height: 1.4;
    font-weight: 300;
}

.news-list.first .news-pic {
    width: 100%;
    filter: none;
    max-height: inherit;
    min-height: inherit;
}

.news-list.first .news-txt {
    width: 100%;
    padding: 10px 0;
    max-height: inherit;
    min-height: inherit;
    height: auto;
    overflow: visible;
}

.news-list.first .news-item:nth-child(1) .news-txt {
    padding: 20px 8vw;
}

.news-list.first .news-item:nth-child(1) {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 40px 0;
}

.news-list.first .news-item:nth-child(2),
.news-list.first .news-item:nth-child(3) {
    width: calc(50% - 40px);
    height: auto;
    margin: 0 40px 40px 0;
}

.news-list.first .news-item:nth-child(1) .news-pic {
    height: calc(1125 / 2000 * 40vw);
}

.news-list.first .news-item:nth-child(2) .news-pic,
.news-list.first .news-item:nth-child(3) .news-pic {
    height: 200px;
}

.news-list.first .news-item:nth-child(1) .news-txt > h3 {
    font-size: calc(100vw / 60);
    max-height: inherit;
}

.news-list.first .news-item:nth-child(2) .news-txt > h3,
.news-list.first .news-item:nth-child(3) .news-txt > h3 {
    font-size: calc(100vw / 80);
    max-height: inherit;
}

.news-list.first .news-item:nth-child(1) .go-inner {
    position: absolute;
    right: 0;
    top: calc(1125 / 2000 * 40vw + 20px);
    margin: 0;
}

.news-list.first .date {
    font-size: calc(100vw / 45);
    padding: 10px 15px;
}

.news-list.first .news-item:nth-child(1) .date {
    font-size: calc(100vw / 30);
    padding: 10px 20px;
    top: calc(1125 / 2000 * 40vw + 20px);
    background-color: #116602;
    color: #fff;
}

.news-list.first .news-item:nth-child(1) .date span {
    color: #fff;
}

.group-central[data-post="news-related"] {
    opacity: 0;
    background-color: #ddd;
}

.group-central[data-post="news-related"] .go-back {
    color: #116602;
    border-color: #999;
}

.group-central[data-post="news-related"].show {
    opacity: 1;
}

.load-details .date {
    font-size: calc(100vw / 30);
    padding: 10px 20px;
    background-color: #116602;
    color: #fff;
}

.load-details .date span {
    color: #fff;
}

.news-link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
}

.link-page {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.link-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.pic-thumb {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    height: calc(100vh / 5);
    max-height: 150px;
    min-height: 120px;
    margin: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}

.pic-thumb img {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.link-text {
    float: left;
    padding: 10px 20px;
    width: 50%;
    display: block;
    height: calc(100vh / 5);
    max-height: 150px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.link-text::after,
.link-text::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.link-text > h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    color: #444;
}

.link-text > h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
    max-height: 100px;
    overflow: hidden;
}

.link-text > h3::after {
    display: none;
}

.link-page a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.load-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #eee;
    min-height: 100vh;
    z-index: 4;
}

.load-content.show {
    min-height: inherit;
}

.load-data {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: auto;
}

.load-details {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.load-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 50px 150px;
    text-align: left;
}

.load-title > h3 {
    font-size: calc(100vw / 50);
    font-weight: 100;
    line-height: 1.4;
}

.load-title > h3::after {
    display: none;
}

.load-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #116602;
    line-height: 1.4;
}

.load-text p {
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-size: calc(100vw / 100);
    font-weight: 400;
}

.load-text a {
    color: #e51b24;
}

.load-text img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.load-text h1,
.load-text h2,
.load-text h3,
.load-text h4,
.load-text h5,
.load-text h6 {
    font-size: 18px;
    color: #383838;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
}

.load-text table {
    width: auto;
    max-width: 100%;
    height: auto;
    display: table;
    min-width: inherit;
    margin: 30px auto;
    table-layout: fixed;
}

.load-text iframe {
    max-width: 100%;
}

.load-text table tbody {
    display: table;
    width: 100%;
    min-width: 500px;
    position: relative;
}

.load-text table td,
.load-text table th {
    padding: 5px 10px;
}

.load-text table td,
.load-text table th {
    background-color: #7e8387;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
}

.button-bottom {
    margin: 20px 0;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.load-text ul li {
    padding: 0 0 3px 15px;
    position: relative;
    display: block;
}

.load-text ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #444;
    top: 10px;
    left: 0;
    overflow: hidden;
}

.list-pagination {
    width: 70%;
    height: auto;
    position: relative;
    display: block;
    text-align: left;
    padding: 30px 10vw 30px 0;
    float: right;
}

.slide-pagi {
    height: auto;
    width: 250px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 40px;
    z-index: 10;
}

.slide-pagi li {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
}

.slide-pagi li a,
.slide-pagi li div {
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    background-color: #fff;
    cursor: pointer;
}

.slide-pagi a.current,
.slide-pagi div.current {
    color: #fff;
    background-color: #116602;
    pointer-events: none;
}

.slide-pagi .slide-buttons {
    top: 0;
    margin: 0;
}

.slide-pagi .slide-prev {
    background: #bbb url(../images/previous2.svg) no-repeat 50%/50%;
    width: 40px;
    height: 40px;
    top: 0;
    left: -42px;
    opacity: 1;
}

.slide-pagi .slide-next {
    background: #bbb url(../images/next2.svg) no-repeat 50%/50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: -42px;
    opacity: 1;
}

.list-pagination.pagi-picture,
.list-pagination.pagi-video {
    width: 100%;
    padding: 10px 0;
    float: left;
}

.slide-pagi.current-left {
    margin: 0;
    width: auto;
}

.slide-pagi.current-left .slide-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.group-central[data-post="welcome"] .content-column h2 {
    font-size: calc(100vw / 24);
}

.group-central[data-post="contact-info"] {
    background-color: #ed2900;
    color: #fff;
}

.group-central[data-post="contact-info"] .title-group a,
.group-central[data-post="contact-info"] mark {
    color: #fff;
}

.group-central[data-post="contact-info"] .title-group li {
    font-size: calc(100vw / 80);
}

.group-central[data-post="contact-info"] .title-rotate > h2 {
    color: #fff;
}

.footer.contact .content-right {
    padding: 0 10vw 0 0;
}

.footer.contact {
    background-color: #e51b24;
}

.footer.contact .title-rotate svg {
    margin: 50px 0 0 0;
}

.footer.contact .title-rotate .stroke-line {
    fill: #fff;
    stroke: #fff;
}

.footer.contact .copyright {
    color: #eee;
}

.footer.contact .title-group {
    border: none;
    padding: 20px 0;
    width: 200px;
    display: inline-block;
    float: right;
}

.footer.contact .title-group li:first-child {
    width: 100%;
}

.footer.contact .title-group ul {
    padding: 0;
}

.footer.contact .title-group li > h2 {
    color: #eee;
}

.contact-form {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    float: left;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.require-col {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    text-align: center;
}

.input-text {
    width: calc(48% - 5px);
    height: auto;
    position: relative;
    margin: 0 1% 20px 1%;
    display: inline-block;
    vertical-align: top;
}

.file-up {
    width: 48%;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 5;
}

input[type="password"],
input[type="text"] {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #116602;
    font-size: 18px;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}

input[type="file"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    opacity: 0;
    padding: 12px 0;
    font-size: calc(100vw / 80);
    cursor: pointer;
    z-index: 1;
}

.input-area {
    width: calc(98% - 5px);
    height: auto;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

textarea {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #116602;
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
    width: 100%;
    height: 200px;
    font-weight: 300;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    resize: none;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
textarea:focus {
    color: #333;
    border-color: #333;
}

.input-but {
    width: calc(98% - 5px);
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: right;
}

button {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: calc(100vw / 70);
    line-height: 1.4;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    width: auto;
    height: auto;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px 7px;
    text-transform: uppercase;
    border: none;
    background-color: #727272;
}

button::after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #727272;
}

.file-name {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 10px);
    color: #116602;
    font-weight: 300;
    font-size: 16px;
    white-space: nowrap;
    padding: 20px 100px 20px 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.file-mark {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: auto;
    height: auto;
    background-color: #a3a3a3;
    font-weight: 700;
    padding: 0 12px;
    font-size: calc(100vw / 95);
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.contact-form .input-but {
    margin: 20px 0;
}

.captcha {
    width: 304px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    float: left;
}

.g-recaptcha {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    text-align: center;
}

.g-recaptcha > div {
    width: 100% !important;
    height: auto !important;
    position: relative;
    display: inline-block;
}

.captcha + button[type="submit"] {
    float: right;
}

.map-box {
    width: 100%;
    height: 60vh;
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.5s ease-in-out;
}

.map-box.full-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    max-height: inherit;
    max-width: inherit;
    left: 0;
    top: 0;
    z-index: 100000;
}

.googlemap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.zoom-full {
    background: #e51b24 url(../images/video/fullscreen.svg) no-repeat 50%/80%;
}

.map-box.full-screen .zoom-full {
    background: #e51b24 url(../images/video/cancel-fullscreen.svg) no-repeat 50%/80%;
}

.put-hide,
.put-show {
    display: none !important;
}

.gm-style button {
    background: #a3a3a3 url(../images/video/fullscreen.svg) no-repeat 50%/80% !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.gm-style.fullcontent button {
    background: #a3a3a3 url(../images/video/cancel-fullscreen.svg) no-repeat 50%/80% !important;
}

.fullcontent .header {
    pointer-events: none;
    z-index: -9999;
}

.all-album {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    z-index: 99999;
}

.album-load {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    opacity: 0;
    text-align: center;
}

.album-center {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
}

.album-pic-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: block;
}

.album-pic-center .pic-name {
    position: absolute;
    left: 0;
    top: 1.5%;
    z-index: 5;
    width: 100%;
    height: auto;
    padding: 0 40px;
}

.album-pic-center .pic-name h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px;
}

.album-pic-center .pic-name h3 > span > span {
    transition: all 0.2s ease;
    opacity: 0;
}

.album-pic-center .pic-name.move h3 > span > span.move {
    opacity: 1;
}

.container-zoom {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
}

.container-zoom::after,
.container-zoom::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container-zoom > img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px;
}

.all-pics {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.all-pics.show {
    display: block;
}

.all-pics .text-length {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 40px;
    opacity: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    text-align: center;
    z-index: 9998;
}

.all-pics .text-length h3 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.full {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
}

.full img {
    width: auto;
    height: auto;
    outline: 0;
    border: none;
    margin: 0 auto;
    display: block;
    opacity: 0;
    position: relative;
    cursor: url(../images/openhand.png) 6 8, move;
    z-index: 5;
}

.full.size-large img {
    max-width: inherit;
    max-height: inherit;
}

.size-large::after,
.size-large::before {
    display: none;
}

.size-large img {
    max-width: inherit !important;
    max-height: inherit !important;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
}

.size-large {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}

.size-large.dragscroll {
    overflow: hidden;
}

.full span {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.dragscroll {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}

.pinch-zoom-container {
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
    display: block;
    margin: 0;
}

.pinch-zoom {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.pinch-zoom::after,
.pinch-zoom::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.pinch-zoom > img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px;
}

.allvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999;
}

.video-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.video-skin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    min-height: 100%;
    z-index: 10;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
}

.close-pics-small {
    background: url(../images/close.svg) no-repeat 50%/80%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}

.close,
.close-album,
.close-box,
.close-map,
.close-news,
.close-pics,
.close-popup,
.close-video {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #aaa;
    cursor: pointer;
    z-index: 999999;
}

.close,
.close-album,
.close-pics,
.close-video {
    color: #fff;
}

.close-box {
    width: 30px;
    height: 30px;
}

.close svg,
.close-album svg,
.close-box svg,
.close-map svg,
.close-news svg,
.close-pics svg,
.close-popup svg,
.close-video svg {
    width: 100%;
    height: 100%;
    display: block;
}

.close-video {
    top: 50%;
    margin: -20px 0 0 0;
}

.next-pic {
    background: url(../images/next.svg) no-repeat center center/contain;
    width: 40px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
}

.prev-pic {
    background: url(../images/previous.svg) no-repeat center center/contain;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 0;
    cursor: pointer;
}

.next-pic.disabled,
.prev-pic.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.player,
.view-album {
    width: calc(100vw / 15);
    height: calc(100vw / 15);
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 0;
    top: calc(100vh / 2.5 - 100px);
    margin: 0;
    color: #fff;
    cursor: poiner;
    z-index: 10;
}

.player svg,
.view-album svg {
    width: 100%;
    height: 100%;
    display: block;
}

.zoom {
    background: rgba(0, 0, 0, 0.1) url(../images/zoom.svg) no-repeat 50%/80%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 20;
}

.zoom-hover {
    background: #116602 url(../images/zoom-in.svg) no-repeat 50%/80%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
}

.zoom-hover::before {
    content: "";
    width: 36px;
    height: 36px;
    left: -3px;
    top: -3px;
    position: absolute;
    border: 5px solid #b0b0b0;
    border-radius: 50%;
    z-index: -1;
}

.overlay-dark {
    background-color: #116602;
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    transition: height 0.5s ease-in-out;
    z-index: 9996;
}

.overlay-dark.index-low {
    z-index: 1500;
}

.overlay-dark.show {
    height: 100%;
}

.overlay-dark.overlay-dark-2 {
    background: #116602;
    z-index: 9996;
}

.overlay-dark.gray {
    background: rgba(200, 200, 200, 0.9);
}

.go-top {
    background: #c7c7c7 url(../images/top.svg) no-repeat 50%/80%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: -100px;
    right: 20px;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 15;
}

.go-top::before {
    content: "";
    width: 50px;
    height: 50px;
    left: -5px;
    top: -5px;
    position: absolute;
    border: 1px solid #c7c7c7;
}

.go-top.show {
    opacity: 1;
    bottom: 20px;
}

.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden !important;
    overflow: hidden;
}

.no-link {
    pointer-events: none;
}

.level-index-out {
    z-index: -9999;
    pointer-events: none;
}

.level-index-in {
    z-index: 9990;
}

.visible {
    overflow: visible;
}

.normal-height {
    min-height: 100vh;
}

.touch {
    background-image: url(../images/pinchzoom.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.cursor {
    cursor: url(../images/openhand.png) 8 8, move;
}

.drag-cursor {
    cursor: url(../images/grabbing.png) 8 8, move;
}

.display-none {
    display: none !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

img.desktop {
    display: block;
}

img.mobile {
    display: none;
}

.headermap {
    z-index: -999 !important;
    pointer-events: none;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #ddd;
    -moz-column-rule: 1px solid #ddd;
    column-rule: 1px solid #ddd;
}

.text-grey-dark {
    color: #444;
}

.text-red {
    color: #116602;
}

.text-grey {
    color: #d4d4d4;
}

.text-white {
    color: #fff;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.percent-30 {
    width: 30%;
    display: inline-block;
}

.percent-70 {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 0 0 5vh;
}

.percent-50 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.percent-100 {
    width: 100%;
    display: block;
    padding: 30px 0;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-red {
    background-color: #116602;
}

.text-slogan {
    float: right;
    width: 70%;
    height: auto;
    padding: 10vh 20vw 5vh 0;
}

.wheel {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 10;
}

.wheel span {
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0;
    transform: scale(0.3);
}

.wheel span::after,
.wheel span::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #999;
}

.wheel span::before {
    left: 0;
    transform: skewY(30deg);
}

.wheel span::after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

.wheel.show span {
    animation: Move-Arrow 2s ease-out infinite;
}

.wheel.show span:first-child {
    animation: Move-Arrow 2s ease-out 0.5s infinite;
}

.wheel.show span:nth-child(2) {
    animation: Move-Arrow 2s ease-out 1s infinite;
}

.wheel.show {
    opacity: 1;
}

.map-background {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.map-background img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.map-background canvas {
    width: 2000px;
    height: 1125px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
    opacity: 1;
}

.img-moving {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    cursor: url(../images/hand.cur) 6 8, move;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}

.img-moving img {
    transform: translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
}

.hidemouse {
    pointer-events: none;
}

#contact-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Rotate 2.5s linear infinite;
    display: none;
}

.contact-success,
.register-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    width: 300px;
    height: auto;
    background-color: #c30004;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    z-index: 99999;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.color-red {
    background-color: #d00;
    color: #fff;
}

.color-blue {
    background-color: #696969;
    color: #fff;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: -30px;
    left: 20px;
    display: block;
    cursor: pointer;
    z-index: 5000;
}

.formErrorContent {
    background-color: rgba(209, 0, 8, 0.8);
    position: relative;
    display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    max-width: 250px;
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 8px 12px;
    border-radius: 10px;
    z-index: 5001;
}

.formErrorContent::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: rgba(209, 0, 8, 0.8) transparent transparent transparent;
}

.greenPopup .formErrorContent {
    background-color: #008c44;
}

.blackPopup .formErrorContent {
    background-color: #393939;
    color: #fff;
}

.ajaxSubmit {
    padding: 20px;
    background-color: #008c44;
    display: none;
}

.details-outer .container-in {
    width: 100%;
}

.upload_target {
    width: 1px;
    height: 0;
    border: 0 solid #fff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -99999;
    position: absolute;
    left: -999999px;
    top: -999999px;
}

.data-updating {
    margin: 20px 0;
    text-align: center;
}

.chart .details-text {
    border-bottom: none;
}

.details-chart {
    position: relative;
}

.list-shareholder {
    border-top: 1px dotted #404040;
    padding-top: 30px;
}

.list-shareholder .details-text {
    border: none;
    padding-top: 0;
}

.list-shareholder .container-in {
    margin-bottom: 30px;
}

.popup-home {
    overflow: hidden !important;
    opacity: 0;
}

.popup-home .details-center {
    width: 98%;
    max-width: 1100px;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 -5px;
    vertical-align: middle;
    background-color: transparent;
}

.popup-home img {
    width: 100%;
    height: auto;
    display: block;
}

.popup-home.details-content:after,
.popup-home.details-content:before {
    display: inline-block;
}

.popup-home .details-center {
    min-height: 0;
}

.popup-home.details-content {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    text-align: center;
    margin: 0;
}

.popup-home.details-content::after,
.popup-home.details-content::before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.popup-home.details-content > span {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.popup-home .details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
    background-color: #fff;
}

.popup-home .details-center {
    opacity: 0;
}

.popup-home.details-content .close-popup {
    top: 30px;
    right: 30px;
    position: fixed;
    margin: 0;
}

#search-page .content-text {
    background: 0 0;
    box-shadow: none;
    padding: 0;
}

#search-page .content-picture,
#search-page .content-text p,
#search-page .slide-award .slide-item {
    opacity: 1 !important;
}

.search-content {
    background-color: #fff;
    z-index: 1;
}

.search-content .title {
    padding: 0 0 20px 0;
}

.search-content h2 {
    font-size: 36px;
}

.search-result {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.search-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    counter-reset: div;
}

.resultCount {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.resultCount span {
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}

.item-search {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1px 0;
    text-align: left;
}

.item-search a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 30px;
}

.item-search:nth-child(odd) a {
    background-color: #676767;
}

.item-search:nth-child(even) a {
    background-color: #788892;
}

.item-link-name {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin: 7px 0;
    color: #d2d2d2;
    word-break: break-word;
}

.item-search::before {
    content: counter(div) " ";
    counter-increment: div;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    line-height: 40px;
    font-family: "SVN-Gilroy", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

.item-search:nth-child(-n + 9)::before {
    content: "0" counter(div);
}

.item-search:nth-child(odd)::before {
    background-color: #44484d;
}

.item-search:nth-child(even)::before {
    background-color: #676767;
}

.item-search h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.item-search h3::after {
    content: normal !important;
}

.item-date {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 13px;
    color: #eee;
    margin: 0 0 5px 0;
}

.item-search p {
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #eee;
    margin: 7px 0;
}

.item-search h3 strong,
.item-search p strong {
    font-weight: 700;
    color: #fff;
}

.item-search p .item-date {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
}

.search-mess {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.search-mess p {
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.search-content .page-num {
    max-width: 252px;
}

.search-tempty {
    padding: 5% 0;
}

.search-tempty p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

#map-canvas iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1600px) {
    .box-text {
        padding: 0 0 0 50px;
    }

    .box-intro p,
    .location-text p {
        font-size: calc(100vw / 85);
    }

    .box-title p,
    .project-time span,
    .text-project p {
        font-size: calc(100vw / 85);
    }

    .text p {
        font-size: calc(100vw / 75);
    }

    .box-project-home .text-project p {
        margin: 10px 0;
        font-size: calc(100vw / 90);
    }

    .block-des p {
        font-size: calc(100vw / 90);
    }

    .box-project-home .project-time span {
        font-size: calc(100vw / 100);
    }

    .group-central[data-post="benefit"] .list-title > p {
        font-size: 15px;
    }

    .group-central[data-post="intro"] .box-text p,
    .load-text p {
        font-size: calc(100vw / 90);
    }

    .text-quotes::after,
    .text-quotes::before {
        line-height: 40px;
    }

    .sub-nav-content li img {
        max-width: 180px;
    }

    .box-nav li span {
        font-size: 16px;
    }

    .title-group li {
        font-size: calc(100vw / 80);
    }

    .group-central[data-post="contact-info"] .title-group li {
        font-size: calc(100vw / 75);
    }

    .box-project:nth-child(even) .text-project {
        padding: 30px 0 60px 30px;
    }

    .box-project:nth-child(odd) .text-project {
        padding: 0 30px 60px 0;
    }

    .footer.large .content-right {
        width: 75%;
        padding: 10vh 7vw 10vh 0;
    }

    .group-central[data-post="introduction"] .content-right {
        width: 75%;
        padding: 10vh 7vw 10vh 0;
    }

    .title-list {
        font-size: calc(100vw / 80);
    }

    .sub-project li a {
        font-size: calc(100vw / 70);
    }

    .group-central[data-post="adminis"] .box-text p {
        font-size: calc(100vw / 90);
    }

    #investor-relation-page .content-right {
        width: 90%;
        padding: 0 0 15vh 0;
    }

    #investor-relation-page .content-right:first-child {
        padding: 15vh 0 15vh 0;
    }

    .group-central[data-post="shareholders"] .content-right:first-child {
        padding: 15vh 0 5vh 0 !important;
    }

    #investor-relation-page .title-rotate {
        width: 100%;
        text-align: center;
    }

    #investor-relation-page .title-rotate > h2 {
        padding: 5vh 0;
        font-size: calc(100vw / 50);
    }
}

@media screen and (max-width: 1400px) {
    .box-text {
        padding: 0 0 0 40px;
    }

    .group-central[data-post="benefit"] .list-title > p {
        font-size: 14px;
    }

    .group-central[data-post="intro"] .box-text p,
    .load-text p {
        font-size: calc(100vw / 85);
    }

    .text-quotes::after,
    .text-quotes::before {
        line-height: 35px;
    }

    .group-central[data-post="contact-info"] .title-group li {
        font-size: calc(100vw / 80);
    }

    .box-project-home .text-project p {
        margin: 10px 0;
        font-size: calc(100vw / 85);
    }

    .box-title p,
    .project-time span,
    .text-project p {
        font-size: calc(100vw / 80);
    }

    .block-des p {
        font-size: calc(100vw / 85);
    }

    .contact-form {
        padding: 30px;
    }

    .content-right {
        padding: 3vh 5vw 10vh 0;
    }

    .footer .content-right {
        padding: 10vh 5vw 0 0;
    }

    .contact-in h3 {
        font-size: calc(100vw / 70);
    }

    .contact-in li {
        font-size: calc(100vw / 85);
    }

    .group-central[data-name="about-intro"] .content-column h3 {
        padding: 30px 0 0 40px;
    }

    .portrait img {
        max-width: 260px;
        max-height: 260px;
    }

    .leader .quote {
        max-width: 280px;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: calc(100vw / 90);
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: calc(100vw / 100);
    }

    .title-list {
        font-size: calc(100vw / 75);
    }

    .sub-project li a {
        font-size: calc(100vw / 65);
    }

    .footer.large .content-right {
        width: 78%;
    }

    .group-central[data-post="introduction"] .content-right {
        width: 78%;
    }

    .resource-pic {
        height: calc(100vw / 6);
        width: calc(100vw / 6);
    }

    .group-central[data-post="contact-info"] .content-right {
        width: 80%;
    }

    .group-central[data-post="adminis"] .box-text p {
        font-size: calc(100vw / 85);
    }
}

@media screen and (max-width: 1200px) {
    .title-rotate > h1,
    .title-rotate > h2 {
        font-size: calc(100vw / 55);
    }

    .portrait img {
        max-width: 210px;
        max-height: 210px;
    }

    .leader .quote {
        max-width: 250px;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: calc(100vw / 80);
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: calc(100vw / 90);
    }

    .group-central[data-post="intro"] .box-text p,
    .load-text p,
    .title-group li {
        font-size: calc(100vw / 80);
    }

    .group-central[data-post="adminis"] .box-text p {
        font-size: calc(100vw / 80);
    }
}

@media screen and (max-width: 1100px) {
    .content-wrap {
        width: 100%;
    }

    .navigation.show {
        overflow-y: auto;
    }

    .navigation.show {
        width: 100%;
        height: calc(100vh - 70px);
    }

    .navigation.show .nav li {
        animation-name: goLeft;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
    }

    .overlay-menu {
        background-color: #116602;
    }

    #canvas-menu,
    .bg-menu {
        background-color: transparent;
    }

    .search-form {
        right: 20px;
        top: 70px;
    }

    .search-form.active {
        width: calc(100vw - 40px);
    }

    .search-but.active {
        color: #116602;
    }

    .header.hide .right-header {
        top: 15px;
    }

    .header.hide .nav-click {
        color: #116602;
        top: 10px;
    }

    .header.hide .nav-click.active {
        top: 10px;
    }

    .header.hide .language li a,
    .header.hide .search-but {
        color: #999;
    }

    .header.hide .logo.fixed {
        color: #116602;
        top: 0;
    }

    .header.hide::after {
        opacity: 1;
    }

    .footer .content-right {
        padding: 30px 5%;
    }

    .footer .content-right > h3 {
        font-size: calc(100vw / 28);
    }

    .title-group {
        text-align: left;
    }

    .title-group li {
        padding: 0 40px 0 0;
        width: 35%;
        font-size: 16px;
        text-align: left;
    }

    .title-group li:last-child {
        width: 25%;
        padding: 0;
    }

    .title-group li:first-child {
        width: 40%;
    }

    .bottom-text {
        margin: 0;
    }

    .copyright {
        font-size: 12px;
    }

    .sub-nav {
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        float: none;
        text-align: center;
    }

    .sub-nav > * {
        transform: translate3d(0, 0, 0);
    }

    .sub-nav ul::after {
        display: none;
    }

    .sub-nav li a {
        padding: 10px 15px;
    }

    .outer-nav:not(.second) {
        margin: 0;
    }

    .outer-nav.second.fixed {
        top: 70px;
    }

    .outer-nav.second.fixed .sub-nav {
        width: 100%;
        padding: 0;
    }

    .select-box::-webkit-scrollbar {
        width: 0;
    }

    .select-box,
    .sub-nav {
        scrollbar-width: none;
    }

    .open-button {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        color: #116602;
        z-index: 5;
    }

    .open-button,
    .open-button::after,
    .open-button::before {
        transition: all 0.3s ease-in-out;
    }

    .open-button svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .open-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .open-button::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    .open-button.active {
        color: rgba(255, 255, 255, 0);
    }

    .open-button.active::before {
        width: 30px;
        height: 4px;
        background-color: #116602;
        left: 14px;
        top: calc(50% - 2px);
        transform: rotate(-45deg);
    }

    .open-button.active::after {
        width: 30px;
        height: 4px;
        background-color: #116602;
        left: 14px;
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }

    .sub-project {
        height: 50px;
        padding: 20px 5% 50px 5%;
        left: auto;
        top: 0;
        right: 0;
    }

    #customer-service-page .sub-project {
        padding: 20px 5% 50px 5%;
    }

    .sub-project ul {
        float: left;
        background-color: #fff;
    }

    .sub-project li {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 20px;
        border-top: 1px solid #eee;
    }

    .sub-project li:last-child {
        border-bottom: 1px solid #eee;
    }

    .sub-project li a {
        font-size: 30px;
        line-height: 1.8;
    }

    .title-list {
        font-size: 18px;
        margin: 20px 0;
        color: #999;
    }

    .sub-project ul,
    .title-list {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    }

    .show-height {
        width: 70px;
        text-align: left;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        z-index: 50;
    }

    .show-height.show {
        width: 100%;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .show-height.show .title-list,
    .show-height.show ul {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s, 0s;
    }

    .go-top {
        background-color: rgb(0, 0, 0, 0.3);
        right: 20px;
    }

    .go-top::before {
        border-color: rgb(0, 0, 0, 0.3);
    }

    .go-top.show {
        bottom: 30px;
    }

    .box-content {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        width: auto;
        display: block;
    }

    .colum-box {
        position: relative;
        height: auto;
        width: 100%;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
    }

    .full.lock {
        overflow-x: hidden;
    }

    .full img {
        max-width: 100%;
        max-height: inherit;
    }

    .all-pics .text-length h3 {
        font-size: 13px;
    }

    .allvideo {
        top: 0;
    }

    .overlay-video.show {
        height: 100%;
    }

    .album-pic-center img {
        max-height: inherit;
    }

    .slide-pic-nav {
        top: auto;
        margin-top: 0;
        bottom: 60px;
        left: 0;
    }

    .album-pic-center .pic-name h3 {
        font-size: 15px;
        padding: 10px;
    }

    .thumb-content {
        bottom: 60px;
    }

    .gallery-thumbs .item-container {
        width: 80px;
        height: 50px;
    }

    .thumb-box {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .scrollA {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .scrollA > * {
        transform: translate3d(0, 0, 0);
    }

    .zoom {
        width: 40px;
        height: 40px;
        opacity: 1;
        right: 10px;
        top: 10px;
        box-shadow: none;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .view-album {
        transform: scale(0.8);
    }

    .player {
        transform: scale(0.8);
    }

    .close-pics-small {
        display: block;
    }

    .close-pics {
        display: none;
    }

    .close-news {
        display: none;
    }

    .close,
    .close-album,
    .close-box .close-popup,
    .close-map,
    .close-popup,
    .close-video {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        margin: 0;
    }

    .close-popup {
        position: absolute;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
        pointer-events: auto;
    }

    img.desktop {
        display: none;
    }

    img.mobile {
        display: block;
    }

    .two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-rule: 1px solid #ddd;
        -moz-column-rule: 1px solid #ddd;
        column-rule: 1px solid #ddd;
    }

    .content-right .title-rotate,
    .title-rotate {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        margin: 30px 0 0 0;
        display: block;
        padding: 0;
    }

    .title-rotate.strong > h1,
    .title-rotate > h1 {
        font-size: calc(100vw / 30);
        padding: 0 0 0 5%;
        font-weight: 500;
    }

    .title-rotate > h1 > span > span {
        opacity: 1;
    }

    .title-rotate > h1 > span > span.move {
        animation: none;
    }

    .title-rotate > h2 {
        font-size: calc(100vw / 30);
        padding: 0 0 0 5%;
        font-weight: 500;
    }

    .title-rotate > h2 > span > span {
        opacity: 1;
    }

    .title-rotate > h2 > span > span.move {
        animation: none;
    }

    .title-rotate svg {
        width: 80px;
        height: 80px;
        margin: 30px 0 30px 5%;
    }

    .content-right .title-rotate {
        margin: 0 0 30px 0;
    }

    .content-right .title-rotate.strong > h1 {
        font-size: calc(100vw / 20);
        padding: 0;
    }

    .control {
        font-size: 11px;
        width: 100%;
        left: auto;
        height: auto;
        bottom: auto;
        margin: 0;
        padding: 10px 0;
        position: relative;
        background-color: #000;
    }

    .control.hide {
        opacity: 1;
    }

    .control button {
        width: 25px;
        height: 25px;
        transition: none;
        margin: 0 15px;
        pointer-events: auto;
    }

    .control button:hover {
        opacity: 1;
    }

    .control::after {
        transition: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .play-button {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .video-wrap {
        width: 100%;
        height: 100%;
    }

    .video-wrap iframe {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: auto;
        top: 0;
    }

    .bg-video,
    .youtube-video {
        height: calc(1125 / 2000 * 100vw);
    }

    .youtube-video iframe {
        height: calc(1125 / 2000 * 100vw);
        width: 100%;
        left: 0;
        top: 0;
        transform: none;
    }

    .control-youtube {
        height: calc(1125 / 2000 * 100vw);
    }

    .full-frame .control {
        left: 0;
        bottom: 0;
        height: auto;
        transform: none;
        position: absolute;
    }

    .full-frame .bg-video {
        height: 100vh;
        left: 0;
        top: 0;
        transform: none;
    }

    .full-frame .control-youtube {
        height: 100%;
    }

    .is-IOS .control {
        display: none;
        z-index: -9999;
    }

    .is-IOS .youtube-video iframe {
        z-index: auto;
    }

    .print {
        text-align: center;
    }

    .print-but,
    .save-but,
    .share-but::before {
        display: none;
    }

    .share-but {
        height: auto;
        line-height: inherit;
        padding: 0 0 10px 0;
    }

    .share-item {
        position: relative;
        right: auto;
        bottom: auto;
        height: auto;
    }

    .share-item ul {
        text-align: center;
        padding: 0;
    }

    .share-item li {
        transform: none;
        left: auto;
        opacity: 1;
    }

    .details-content {
        -webkit-overflow-scrolling: touch;
    }

    .details-content {
        height: calc(100% - 70px);
        top: 70px;
    }

    .details-center {
        width: 90%;
        margin: 5vw 0;
    }

    .details-center > h2 {
        font-size: calc(100vw / 32);
    }

    .details-center > h3 {
        font-size: calc(100vw / 36);
    }

    .details-outer {
        padding: 30px 5%;
    }

    .details-text {
        padding: 10px 0;
    }

    .details-text > h3 {
        font-size: 18px;
    }

    .details-text p {
        font-size: 15px;
    }

    .details-text table tbody:only-child tr:first-child td,
    .details-text table thead td,
    .details-text table thead th {
        font-size: 15px;
    }

    .details-text table {
        display: block;
        min-width: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .details-text table td,
    .details-text table th {
        font-size: 15px;
        padding: 8px 10px;
        font-weight: 400;
    }

    .download-but {
        padding: 30px 0 30px 5%;
    }

    .download-but a::after {
        width: 30px;
        height: 30px;
        top: 15px;
    }

    .details-center .download-but span {
        font-size: 15px;
        font-weight: 400;
    }

    .details-center .download-but h3 {
        font-size: 18px;
    }

    .details-content.hidden {
        opacity: 0 !important;
        pointer-events: none;
    }

    .zoom-control {
        display: none;
    }

    .close-map {
        width: 40px;
        height: 40px;
    }

    .is-IOS .gm-style button {
        display: none !important;
    }

    .box-nav {
        display: none;
    }

    .box-slider {
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        overflow: visible;
    }

    .bg-cover,
    .box-cover {
        position: relative;
        left: auto;
        top: auto;
        background-attachment: scroll;
    }

    .bg-cover,
    .box-cover {
        height: calc(1125 / 2000 * 100vw);
    }

    .box-cover::after {
        display: none;
    }

    .bg-fixed {
        background-attachment: scroll;
    }

    .bg-inner {
        height: calc(800 / 2000 * 100vw);
    }

    .bg-home {
        height: calc(1125 / 2000 * 100vw);
    }

    body.hide .group-central {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        display: block;
        float: left;
        text-align: center;
        transform: translate(0, 0) !important;
        z-index: auto !important;
        overflow: visible;
    }

    .content-main,
    body.hide .content-main {
        height: auto;
    }

    .content-column,
    body.hide .content-column {
        display: block;
        float: left;
        margin: 0;
    }

    body.hide .title-rotate > h1,
    body.hide .title-rotate > h2 {
        padding: 0 0 0 5%;
    }

    body.hide .title-rotate svg {
        margin: 30px 0 30px 5%;
    }

    .bg-home,
    .bg-inner,
    .description,
    .description h2 {
        text-align: center;
    }

    .bg-home .text-banner {
        top: 40px;
        bottom: auto;
        width: 90%;
    }

    .bg-inner .text-banner {
        bottom: 40px;
        top: auto;
        width: 90%;
    }

    .description {
        max-width: 90vw;
        padding: 0 5%;
        text-align: center;
    }

    .description h2 {
        font-size: calc(100vw / 20);
    }

    .description h2 > span > span.move {
        animation-duration: 0.3s;
    }

    .rotate-img {
        display: none;
    }

    .go-page {
        width: 40px;
        height: 40px;
        right: -30px;
    }

    .group-central[data-name="about-home"] {
        background-color: #fff;
    }

    .sub-nav-content {
        margin: 30px 0;
    }

    .sub-nav-content li {
        padding: 10px 0;
        text-align: left;
    }

    .sub-nav-content li::before {
        content: "";
        width: 70%;
        height: 1px;
        border-top: 1px solid #ddd;
        position: relative;
        display: block;
        margin: 0 0 10px 0;
    }

    .sub-nav-content li .link-small {
        font-size: 15px;
        line-height: 1.6;
        color: #333;
        font-weight: 500;
    }

    .content-right {
        float: left;
        width: 100%;
        padding: 30px 5%;
    }

    .content-column h2 {
        font-size: calc(100vw / 20);
        line-height: 1.4;
        margin: 0 0 30px 0;
    }

    .content-column h3 {
        font-size: calc(100vw / 28);
    }

    .mention {
        font-size: calc(100vw / 24);
        background-image: none;
        color: #aaa;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
        line-height: 1.4;
    }

    .post-center::after,
    .post-center::before {
        display: none;
    }

    .center-text-news > h3 {
        font-size: 15px !important;
        text-align: left;
    }

    .center-text-news {
        max-height: 90px;
    }

    .go-back,
    .go-inner,
    .go-stock,
    .view-all {
        float: left;
        font-size: 14px;
        padding: 15px;
    }

    .group::before {
        display: none;
    }

    .box-news-home {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .text-news-home {
        padding: 10px 15px;
    }

    .box-news-home:nth-child(1) {
        padding: 0 10px 0 0;
    }

    .box-news-home:nth-child(1) .pic-news-home {
        max-height: 275px;
        min-height: 260px;
    }

    .pic-news-home::before {
        display: none;
    }

    .group-central[data-name="message-home"] {
        background-color: #116602;
    }

    .group-central[data-name="message-home"] .bg-cover {
        max-height: inherit;
    }

    .group-central[data-name="message-home"] .content-main {
        color: #fff;
    }

    .group-central[data-name="message-home"] .content-column {
        width: 100%;
        float: none;
        position: relative;
        right: auto;
        top: auto;
    }

    .group-central[data-name="message-home"] .content-right {
        padding: 30px 5%;
    }

    .text-quotes::after,
    .text-quotes::before {
        font-size: calc(100vw / 20);
        color: #fff;
        line-height: 45px;
    }

    .quote {
        font-size: calc(100vw / 30);
        margin: 0;
    }

    .quote-by {
        font-size: 16px;
        font-weight: 400;
    }

    .pic-length {
        height: 100%;
    }

    .icon-logo:not(.white) {
        opacity: 1;
        animation: none;
    }

    .icon-logo:not(.white):nth-child(2n) {
        animation-delay: 0s;
    }

    .icon-logo:not(.white):nth-child(2n + 1) {
        animation-delay: 0s;
    }

    .icon-logo:not(.white):nth-child(3n + 1) {
        animation-delay: 0s;
    }

    .group-central[data-name="project-home"] .content-right {
        width: 100%;
        padding: 30px 5%;
    }

    .box-project-home {
        width: 100%;
        padding: 0;
    }

    .box-project-home .pic-project {
        width: 50%;
        height: calc(100vw / 2.2);
        float: left;
    }

    .box-project-home .text-project {
        width: 50%;
    }

    .box-project-home .text-project p {
        font-size: 15px;
    }

    .box-project-home .project-time span {
        font-size: 15px;
    }

    .box-project-home .text-project h3 {
        font-size: calc(100vw / 26);
    }

    .box-project-home:nth-child(1) .text-project {
        float: left;
        padding: 0 30px 0 0;
    }

    .box-project-home:nth-child(2) .text-project {
        float: right;
        padding: 0 0 0 30px;
    }

    .box-project {
        width: 100%;
    }

    .pic-project {
        width: 50%;
        height: calc(100vw / 2.2);
    }

    .text-project h3 {
        font-size: calc(100vw / 26);
    }

    .text-project p {
        font-size: 15px;
        margin: 10px 0;
    }

    .block-des p {
        font-size: 15px;
    }

    .box-project:nth-child(even) .text-project {
        padding: 20px 0 40px 20px;
    }

    .box-project:nth-child(odd) .text-project {
        padding: 0 20px 20px 0;
    }

    .project-time::after,
    .project-time::before {
        width: 100%;
    }

    .project-time span {
        margin: 0;
        font-size: 15px;
    }

    .year {
        padding: 0 20px 0 0;
    }

    .point {
        padding: 0 20px 0 0;
    }

    .people-pic {
        height: calc(100vw / 4);
        min-height: 300px;
    }

    .people-quote {
        font-size: 18px;
        padding: 20px 0 0 50px;
    }

    .testimonial-slide .slide-pagination {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        margin: 30px 0;
        text-align: center;
    }

    .people-quote blockquote::before {
        font-size: calc(100vw / 10);
        top: 0;
    }

    .details-outer .testimonial-slide .slide-pagination {
        display: block;
    }

    .details-center.testi .details-outer {
        box-shadow: none;
    }

    .details-center.testi h2 {
        background-image: none;
        color: #116602;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
        line-height: 1.4;
    }

    .group-central[data-name="contact-home"] .content-right {
        padding: 30px 5%;
    }

    .group-central[data-name="contact-home"] .content-right > h3 {
        font-size: calc(100vw / 28);
    }

    #about-page .pic-length {
        display: none;
    }

    .logo-banner {
        top: 5%;
        right: 5%;
    }

    .group-central[data-name="about-testimonial"] .bottom-text {
        position: relative;
        bottom: auto;
        right: auto;
        width: 90%;
        text-align: center;
        padding: 30px 0;
        margin: 0 5%;
    }

    .group-central[data-name="about-testimonial"] .copyright {
        color: #fff;
    }

    .text-title {
        font-size: 18px;
    }

    .sub-nav-content li img {
        max-width: 180px;
        margin: auto;
    }

    .group-central[data-name="about-intro"] .content-column h2 {
        font-size: calc(100vw / 30);
        margin: 0;
        left: 8%;
        top: 10%;
        text-align: left;
    }

    .group-central[data-name="about-intro"] .content-right {
        width: 100%;
        padding: 0 5% 30px 5%;
        display: block;
        margin: 0;
        float: left;
    }

    .group-central[data-name="about-intro"] .box-text {
        font-size: 16px;
        width: 35%;
        vertical-align: middle;
        margin: 0;
    }

    .group-central[data-name="about-intro"] .content-column h3 {
        font-size: 20px;
        padding: 0 0 0 5%;
        display: inline-block;
        width: 65%;
        vertical-align: middle;
        margin: 0 -5px;
    }

    .group-central[data-name="about-intro"] .content-column h3::after {
        display: none;
    }

    .content-left {
        float: left;
        width: 100%;
        padding: 30px 5%;
        display: block;
        margin: 0;
    }

    .pic-intro {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        box-shadow: none;
    }

    .group-central[data-name="about-milestone"] .content-right {
        padding: 30px 0;
        width: 100%;
    }

    .history-slide {
        width: 80%;
        max-width: inherit;
        margin: 0 10%;
    }

    .history-slide::after {
        display: none;
    }

    .history-slide.hide-border::after {
        display: none;
    }

    .pic-milestone {
        height: calc(100vh / 2);
        min-height: 250px;
        max-height: 350px;
    }

    .text-milestone {
        min-height: inherit;
    }

    .text-milestone > h3 {
        font-size: 60px;
    }

    .text-milestone > h3::before {
        top: 70px;
    }

    .text-milestone > h3::before {
        height: 5px;
        transition: width 0.3s ease-in-out;
    }

    .text-milestone p {
        font-size: 15px;
    }

    .history-slide .slide-pagination {
        width: 100%;
        text-align: center;
        right: auto;
    }

    .logo-bottom {
        top: -10px;
        bottom: auto;
        left: auto;
        right: 5%;
        width: calc(100vw / 11);
    }

    .list-item {
        height: calc(100vw / 3.4);
        max-height: 225px;
    }

    .list-item:first-child {
        height: calc(100vw / 1.7);
        max-height: 450px;
    }

    .pic-value {
        transform: scale(1);
    }

    .pic-value::after {
        opacity: 0.5;
    }

    .list-title {
        height: auto;
        top: auto;
        bottom: 0;
        transform: none;
    }

    .list-title > h3 {
        font-size: calc(100vw / 40);
    }

    .list-title > h3::before {
        width: 100%;
    }

    .list-title > p {
        margin: 15px 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .st-arrow {
        display: none;
    }

    .box-left {
        width: 100%;
        display: block;
        margin: 0;
    }

    .group-central[data-name="about-value"] .content-right {
        padding: 30px 5%;
    }

    .group-central[data-name="about-value"] .list-content {
        display: block;
        width: 100%;
        height: auto;
        margin: 40px 0 0 0;
    }

    .group-central[data-name="about-value"] .list-title {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }

    .group-central[data-name="about-value"] .list-title > h3 {
        font-size: 24px;
    }

    .group-central[data-name="about-value"] .list-title > p {
        font-size: 15px;
        line-height: 1.4;
    }

    .group-central[data-name="about-value"] .box-text {
        font-weight: 400;
        font-size: 30px;
        padding: 0 0 0 40px;
        width: 100%;
        margin: 0 0 40px 0;
    }

    .group-central[data-name="about-value"] .list-item {
        width: 250px;
        height: 270px;
        position: relative;
        float: none;
        display: inline-block;
        margin: -40px 15px 0 15px;
        vertical-align: top;
        max-height: inherit;
    }

    .group-central[data-name="about-value"] .list-item:first-child {
        width: 250px;
        height: 270px;
        max-height: inherit;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(1) {
        left: auto;
        top: auto;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(2) {
        right: auto;
        top: auto;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(3) {
        left: auto;
        bottom: auto;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(4) {
        right: auto;
        bottom: auto;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(5) {
        left: auto;
        top: auto;
        margin: -40px 15px 0 15px;
    }

    .group-central[data-name="about-leader"] .content-right {
        width: 100%;
        padding: 30px 2%;
    }

    .portrait img {
        max-width: 260px;
        max-height: 260px;
    }

    .leader {
        width: calc(50% - 10px);
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: 18px;
        width: 100%;
        max-width: inherit;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: 15px;
    }

    .leader .text-quotes::before {
        font-size: 100px;
        left: auto;
        top: auto;
        display: block;
        margin: 20px 0 0 0;
        position: relative;
        height: auto;
    }

    .portrait img {
        margin: auto;
        width: 240px;
        height: 240px;
        max-width: inherit;
        max-height: inherit;
    }

    .leader:nth-child(1) {
        width: 50%;
        max-width: 600px;
        margin: auto;
        white-space: normal;
    }

    .leader:nth-child(1) .portrait img {
        display: block;
        margin: auto;
    }

    .group-central[data-name="about-partner"] .content-column h3::after,
    .group-central[data-name="about-partner"] .sub-nav-content li::before {
        display: none;
    }

    .group-central[data-name="about-partner"]
        .sub-nav-content
        li
        .link-small::after {
        display: none;
    }

    .details-center.partners {
        max-width: inherit;
    }

    .details-center.partners .details-outer {
        box-shadow: none;
    }

    .details-center.partners h3 {
        font-size: calc(100vw / 30);
    }

    .partner-logo {
        width: 200px;
    }

    .partner-quote {
        font-size: 18px;
    }

    #project-page .box-project:nth-child(even) .text-project {
        padding: 20px 0 40px 20px;
    }

    #project-page .box-project:nth-child(odd) .text-project {
        padding: 20px 20px 40px 0;
    }

    .all-project {
        padding: 30px 5%;
    }

    .box-top {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 30px 5% 0 5%;
    }

    .box-top h1,
    .box-top h2 {
        font-size: calc(100vw / 30);
        background-image: none;
        color: #aaa;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
        line-height: 1.4;
    }

    .box-intro {
        padding: 10px 0 0 10%;
    }

    .box-intro p,
    .location-text p {
        font-size: 18px;
    }

    #project-details-page .text-project {
        width: 100%;
        margin: 30px 0;
    }

    .footer.large .content-right {
        width: 100%;
        padding: 30px 5%;
    }

    .group-central[data-post="introduction"] .content-right {
        width: 100%;
        padding: 30px 5%;
    }

    .group-central[data-post="picture"] .content-right,
    .group-central[data-post="video"] .content-right {
        width: 100%;
        padding: 30px 20px;
    }

    .arranged {
        text-align: center;
    }

    .library-thumb {
        padding: 0;
    }

    .pic-library {
        height: calc(1125 / 2000 * 40vw);
    }

    .title-pic h3 {
        font-size: 13px !important;
    }

    .player,
    .view-album {
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .slide-library .slide-buttons {
        display: none;
    }

    .video-center {
        height: calc(1125 / 2000 * 90vw);
        margin: auto;
    }

    .item-video {
        height: calc(1125 / 2000 * 90vw);
    }

    .bottom-video {
        width: 100%;
    }

    .title-video > h3 {
        padding: 10px;
        font-size: 16px;
    }

    .iframe-sroll {
        height: 584px;
    }

    .group-stock .content-right:first-child {
        padding: 40px 0 30px 0 !important;
    }

    .group-central[data-post="intro"] .box-text {
        margin: -30px 0 40px 0;
    }

    .group-central[data-post="intro"] .box-text p,
    .load-text p {
        font-size: 18px;
    }

    .group-central[data-post="intro"] .box-text blockquote::before {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        font-size: 90px;
        line-height: 0;
        top: 60px;
        left: -20px;
    }

    .group-central[data-post="intro"] .content-column h3 {
        font-size: 24px;
    }

    .group-central[data-post="benefit"] .content-right {
        width: 100%;
    }

    .group-central[data-post="benefit"] .list-title {
        bottom: 0;
        top: auto;
    }

    .group-central[data-post="benefit"] .list-title > h3 {
        font-size: calc(100vw / 40);
    }

    .group-central[data-post="benefit"] .list-title > p {
        margin: 15px 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .group-central[data-post="benefit"] .list-item:first-child {
        height: calc(100vw / 1.6);
        max-height: 600px;
    }

    .group-central[data-post="benefit"] .list-item {
        height: calc(100vw / 3.2);
        max-height: 300px;
    }

    .group-central[data-post="benefit"] .pic-value::after {
        opacity: 0.8;
    }

    .list-num {
        font-size: 24px;
        font-weight: 300;
    }

    .list-item:first-child.text-red {
        color: #fff;
    }

    .group-central[data-post="member"] .content-right {
        padding: 30px 0;
    }

    .group-central[data-post="member"] .people-quote {
        width: 90%;
        margin: 0 auto;
    }

    .group-central[data-post="member"] .people-quote blockquote::before {
        left: -40px;
        line-height: 40px;
        top: 20px;
    }

    .group-central[data-post="member"] .testimonial-slide .slide-buttons {
        display: block;
        bottom: 0;
    }

    .resource-slide {
        max-width: 600px;
        padding-bottom: calc(100vw / 5);
        margin: 50px auto;
    }

    .resource {
        transition: left 0.5s ease-in-out;
    }

    .resource[data-resource="3"] {
        left: calc(100% - 100vw / 6);
        z-index: 1;
    }

    .resource-pic {
        height: calc(100vw / 5);
        width: calc(100vw / 5);
    }

    .resource.center .resource-pic {
        box-shadow: 0 0 50px 20px #fff;
    }

    .group-central[data-post="member"] .testimonial-slide .slide-next {
        width: 40px;
        height: 40px;
    }

    .group-central[data-post="member"] .testimonial-slide .slide-prev {
        width: 40px;
        height: 40px;
    }

    .career-box {
        margin: 30px 0;
    }

    .content-table table {
        font-size: 15px;
    }

    .career-list tbody td {
        font-size: 15px;
    }

    .career-list thead th {
        font-size: 15px;
    }

    .career-title > h3 {
        font-size: 24px;
    }

    .head-list th[scope="Number"] {
        width: 60px;
    }

    .head-list th[scope="Expire"] {
        width: 100px;
    }

    .career-list td:nth-child(1) {
        font-size: 15px;
        font-weight: 300;
    }

    .content-column.bg-grey {
        display: none;
    }

    .list-num {
        font-size: calc(100vw / 20);
        font-weight: 300;
    }

    .box-slogan {
        padding: 20px;
    }

    .box-slogan h2 {
        font-size: calc(100vw / 30);
    }

    #news-page .bg-inner {
        height: calc(800 / 2000 * 100vw);
    }

    #news-page .text-title {
        font-size: calc(100vw / 30);
    }

    #news-page .title-rotate > h1 {
        font-size: calc(100vw / 30);
    }

    .news-pic::before {
        display: none;
    }

    .news-list {
        padding: 0 0 30px 0;
    }

    .news-item {
        width: calc(50% - 10px);
        margin: 0 10px 10px 0;
    }

    .news-txt {
        padding: 10px 15px;
    }

    .news-txt > h3 {
        font-size: 15px;
    }

    .news-list.first .news-txt {
        padding: 10px 0 0 0;
    }

    .news-list.first .news-item:nth-child(1) .news-txt {
        padding: 10px 100px;
    }

    .news-list.first .news-item:nth-child(1) {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .news-list.first .news-item:nth-child(2) {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .news-list.first .news-item:nth-child(3) {
        width: calc(50% - 10px);
        margin: 0 0 20px 0;
    }

    .news-list.first .news-item:nth-child(1) .news-pic {
        height: calc(1125 / 2000 * 60vw);
    }

    .news-list.first .news-item:nth-child(2) .news-pic,
    .news-list.first .news-item:nth-child(3) .news-pic {
        height: 160px;
    }

    .news-list.first .news-item:nth-child(1) .news-txt > h3 {
        font-size: calc(100vw / 34);
    }

    .news-list.first .news-item:nth-child(2) .news-txt > h3,
    .news-list.first .news-item:nth-child(3) .news-txt > h3 {
        font-size: 18px;
    }

    .news-list.first .date {
        font-size: 30px;
        padding: 10px;
    }

    .news-list.first .news-item:nth-child(1) .date {
        font-size: calc(100vw / 30);
        padding: 10px;
        top: calc(1125 / 2000 * 60vw + 20px);
    }

    .news-list.first .news-item:nth-child(1) .go-inner {
        top: calc(1125 / 2000 * 60vw + 20px);
    }

    .list-pagination {
        width: 100%;
        text-align: center;
        padding: 30px 0;
        float: left;
    }

    .list-pagination.pagi-picture .slide-pagi,
    .list-pagination.pagi-video .slide-pagi,
    .slide-pagi {
        margin: 0;
    }

    .slide-pagi .slide-next,
    .slide-pagi .slide-prev {
        opacity: 1;
    }

    .slide-pagi .slide-next:hover,
    .slide-pagi .slide-prev:hover {
        opacity: 1;
    }

    #news-details-page .bg-inner {
        height: calc(800 / 2000 * 100vw);
    }

    .group-central[data-post="news-load"] {
        border-bottom: 1px solid #ddd;
    }

    .load-details .date {
        font-size: 30px;
    }

    .load-content {
        background-color: #fff;
    }

    .load-title > h3 {
        font-size: calc(100vw / 30);
        font-weight: 300;
    }

    .load-title {
        padding: 0 0 20px 100px;
    }

    .load-data {
        width: 100%;
    }

    .load-text {
        padding: 0;
    }

    .load-text p {
        font-size: 16px;
    }

    .link-text {
        padding: 10px 15px;
    }

    .link-text > h3 {
        font-size: 15px;
        font-weight: 400;
    }

    .list-thumb-pic {
        text-align: center;
    }

    .box-progress {
        padding: 0 5px;
    }

    .pic-progress {
        display: block;
        margin: 0;
        overflow: hidden;
        height: calc(1125 / 2000 * 50vw);
    }

    .box-progress h3 {
        font-size: 14px !important;
        font-weight: 500;
        padding: 10px;
    }

    .group-central[data-post="guideline"] .text-title {
        font-size: 18px;
    }

    .list-box {
        width: calc(50% - 5px);
        padding: 10px 10px 10px 0;
    }

    .list-box a .list-num {
        font-size: 30px;
    }

    .group-central[data-post="form"] .text-title {
        font-size: 18px;
    }

    #contact-page .content-column h2 {
        margin: 0 0 30px 0;
    }

    #contact-page .title-group li {
        font-size: 18px;
    }

    .group-central[data-post="contact-info"] .content-right {
        width: 100%;
    }

    .footer.contact .content-right {
        padding: 30px 5% 0 5%;
    }

    .footer.contact .content-right .title-rotate {
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .footer.contact .title-group {
        width: 180px;
    }

    .footer.contact .bottom-text {
        margin: 20px 0;
    }

    .input-text {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .file-mark,
    .file-name,
    .file-up,
    input[type="file"] {
        display: none;
    }

    input[type="password"],
    input[type="text"] {
        font-size: 18px;
        padding: 20px;
    }

    .input-area {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    textarea {
        font-size: 18px;
        padding: 10px 20px;
    }

    .input-but {
        padding: 0;
    }

    button {
        font-size: 16px;
    }

    .contact-form .input-but {
        margin: 10px 0 30px 0;
    }

    .map-box {
        height: 80vh;
        transition: none;
        max-height: 500px;
    }

    .select-list {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .select-header h3 {
        font-size: 18px !important;
    }

    .select-list.float {
        float: left;
        margin: 0 0 30px 0;
        display: block;
        width: 220px;
    }

    .text-slogan {
        float: none;
        width: 100%;
        padding: 30px 5%;
    }

    .popup-home.details-content {
        top: 0;
    }

    .popup-home.details-content .close-popup::after {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }

    .popup-home.details-content .close-popup {
        top: 0;
        right: 0;
    }

    .item-search h3 {
        font-size: 15px;
    }

    #investor-relation-page .pic-length {
        pointer-events: none;
        top: 0;
        right: 20px;
        width: calc(100vw / 6);
        height: calc(100vw / 6);
        max-width: 100px;
    }

    .group-central[data-post="communication"] .title-rotate > h2 {
        padding: 80px 20px 20px 20px !important;
    }

    #investor-relation-page .content-right {
        width: 90%;
        padding: 0 0 30px 0;
    }

    #investor-relation-page .content-right:first-child {
        padding: 30px 0 30px 0;
    }

    #investor-relation-page .title-rotate > h2 {
        padding: 20px 0;
        font-size: calc(100vw / 30);
    }

    .group-central[data-post="shareholders"] .content-right:first-child {
        padding: 30px 0 20px 0 !important;
    }

    .group-central[data-post="annual"] .list-box {
        padding: 10px 0;
    }

    .title-page {
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        bottom: 0;
        text-align: center;
        z-index: 5;
    }

    .title-page h1 {
        font-size: calc(100vw / 30);
        padding: 20px;
        font-weight: 500;
        color: #fff;
        display: block;
    }

    .container-in {
        max-width: inherit;
        width: 100%;
    }

    .contact-in h3 {
        font-size: 24px;
    }

    .contact-in li {
        font-size: 18px;
    }

    .container-in .text-title {
        font-size: calc(100vw / 30);
    }

    .contact-in {
        width: 90%;
        padding: 30px;
        margin: 0 auto;
        max-width: 600px;
    }

    .newsletter {
        transition: all 0.3s ease-in-out;
    }

    .code-title {
        font-size: 16px;
    }

    .stock span {
        font-size: 14px;
    }

    .group-central[data-post="adminis"] .box-text {
        margin: 30px 0;
    }

    .group-central[data-post="adminis"] .box-text p {
        font-size: 18px;
    }

    .group-central[data-post="adminis"] .box-text blockquote::before {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        font-size: 90px;
        line-height: 0;
        top: 60px;
        left: -20px;
    }

    .chart .zoom {
        display: block;
    }
}

@media only screen and (max-width: 1100px) and (orientation: landscape) {
    #home-page .bg-home {
        min-height: inherit;
    }

    .bg-inner {
        height: calc(800 / 2000 * 100vw);
    }
}

@media only screen and (max-width: 1100px) and (orientation: portrait) {
    #home-page .bg-home {
        min-height: 50vh;
    }

    .bg-inner {
        height: calc(1125 / 2000 * 100vw);
    }
}

@media screen and (max-width: 900px) {
    .two-column {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        -webkit-column-rule: none;
        -moz-column-rule: none;
        column-rule: none;
    }

    .footer .content-right {
        padding: 0 5% 30px 5%;
    }

    .footer .content-right > h3,
    .group-central[data-name="contact-home"] .content-right > h3 {
        font-size: calc(100vw / 22);
        color: #fff;
        padding: 15px;
        background-color: #116602;
        cursor: pointer;
        z-index: 10;
    }

    .footer .content-right > h3::before,
    .group-central[data-name="contact-home"] .content-right > h3::before {
        content: "";
        background: url(../images/zoom-in.svg) no-repeat 50%/80%;
        width: 40px;
        height: 100%;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .footer .content-right > h3.active {
        background-color: #116602;
    }

    .footer .content-right > h3.active::before {
        background: url(../images/zoom-out.svg) no-repeat 50%/80%;
    }

    .group-central[data-name="contact-home"] .content-right > h3.active {
        background-color: #116602;
    }

    .group-central[data-name="contact-home"]
        .content-right
        > h3.active::before {
        background: url(../images/zoom-out.svg) no-repeat 50%/80%;
    }

    .title-group li,
    .title-group li:first-child,
    .title-group li:last-child {
        width: 100%;
        padding: 0;
    }

    .title-group li > h2 {
        max-width: inherit;
    }

    .fix-height {
        height: 0;
        transition: height 0.3s ease-in-out;
    }

    .copyright {
        font-size: 11px;
    }

    .pic-news-home,
    .text-news-home {
        max-height: 128px;
    }

    .box-project-home .pic-project {
        width: 100%;
        height: calc(1125 / 2000 * 90vw);
    }

    .box-project-home .text-project {
        width: 100%;
    }

    .box-project-home .text-project h3 {
        font-size: calc(100vw / 22);
        margin: 20px 0;
    }

    .box-project-home:nth-child(1) .text-project,
    .box-project-home:nth-child(2) .text-project {
        float: left;
        padding: 0;
    }

    .box-project-home:nth-child(1) .pic-project {
        position: absolute;
        top: 0;
        left: 0;
    }

    .box-project-home:nth-child(1) .text-project {
        margin-top: calc(1125 / 2000 * 90vw);
        margin-bottom: 40px;
    }

    .pic-project {
        width: 100%;
        height: calc(100vw / 2);
    }

    .text-project {
        width: 100%;
    }

    .box-project:nth-child(even) .text-project {
        padding: 20px 0;
    }

    .box-project:nth-child(odd) .text-project {
        padding: 20px 0;
    }

    .project-time span {
        margin: 0;
    }

    .year {
        padding: 0 20px 0 0;
    }

    .point {
        padding: 0 20px 0 0;
    }

    #project-page .box-project:nth-child(even) .text-project {
        padding: 20px 0;
    }

    #project-page .box-project:nth-child(odd) .text-project {
        padding: 20px 0;
    }

    .box-top h1,
    .box-top h2 {
        width: 100%;
        display: block;
        white-space: normal;
    }

    .box-intro {
        width: 100%;
        display: block;
        margin: 0;
        padding: 20px 0 0 0;
    }

    .box-text {
        font-size: 18px;
    }

    .group-central[data-name="about-leader"] .content-right {
        padding: 20px;
    }

    .portrait img {
        width: 220px;
        height: 220px;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: 16px;
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: 14px;
    }

    .group-central[data-name="about-partner"] .content-column h3 {
        font-size: calc(100vw / 40);
    }

    .news-list.first .news-item:nth-child(1) .date {
        font-size: calc(100vw / 20);
    }

    .news-list.first .news-item:nth-child(1) .news-txt {
        padding: 10px 100px 10px 80px;
    }

    .group-central[data-post="benefit"] .list-title > h3 {
        font-size: calc(100vw / 30);
    }

    .group-central[data-post="benefit"]
        .list-item:first-child
        .list-title
        > h3 {
        font-size: calc(100vw / 20);
    }

    .group-central[data-post="benefit"] .list-item:first-child {
        height: calc(100vw / 2);
        width: 100%;
        max-height: 350px;
        min-height: 250px;
    }

    .group-central[data-post="benefit"] .list-item {
        height: calc(100vw / 2);
        width: 50%;
    }

    .group-central[data-post="benefit"] .list-item:first-child .pic-value {
        background-position: center center;
    }

    .group-central[data-post="member"] .people-quote {
        padding: 20px 0;
    }

    .group-central[data-post="member"] .people-quote blockquote::before {
        left: -20px;
        top: 20px;
    }

    .group-central[data-post="member"] .testimonial-slide::after {
        top: calc(100vw / 2.4);
    }

    .resource-slide {
        width: 80%;
        max-width: 500px;
        padding-bottom: 180px;
    }

    .resource[data-resource="3"] {
        left: calc(100% - 160px);
    }

    .resource-pic {
        height: 200px;
        width: 200px;
    }

    .group-central[data-name="about-value"] .box-text {
        font-size: 24px;
    }

    .group-central[data-name="about-value"] .list-item {
        margin: 0 5px 10px 5px;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(5) {
        margin: -65px 5px 0 5px;
    }
}

@media screen and (max-width: 855px) {
    .iframe-sroll {
        height: calc(580px + 63vw);
    }
}

@media screen and (max-width: 780px) {
    .people-pic {
        height: calc(100vw / 2.5);
        min-height: inherit;
    }

    .group-central[data-name="about-intro"] .content-column h2 {
        font-size: calc(100vw / 20);
    }

    .sub-nav-content li img {
        max-width: 150px;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(3) {
        margin: -65px 0 0 0;
    }

    .portrait img {
        width: 200px;
        height: 200px;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: 15px;
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: 13px;
    }

    .list-item {
        height: calc(100vw / 2);
        width: 50%;
    }

    .list-item:first-child {
        height: calc(100vw / 2);
        width: 100%;
        max-height: 300px;
    }

    .list-title > h3 {
        font-size: calc(100vw / 30);
    }

    .group-central[data-post="benefit"] .list-item {
        width: 100%;
        max-height: 350px;
    }

    .group-central[data-post="benefit"] .list-title > h3 {
        font-size: calc(100vw / 20);
    }

    .group-central[data-post="member"] .testimonial-slide .slide-buttons {
        width: 100%;
    }

    .resource-slide {
        width: 100%;
        margin: 0 auto;
    }

    .resource[data-resource="3"] {
        left: calc(100% - 150px);
    }

    #investor-relation-page .title-rotate {
        text-align: center;
    }

    #investor-relation-page .title-rotate > h2 {
        padding: 0 5%;
    }

    #investor-relation-page .content-column .content-right {
        width: 90%;
        text-align: center;
    }

    #investor-relation-page .content-column .content-right:first-child {
        padding: 50px 0;
    }

    #investor-relation-page .text-title {
        padding: 0 20px;
    }

    .stock:nth-child(1),
    .stock:nth-child(2) {
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0;
    }

    .go-stock {
        float: none;
    }

    .contact-in {
        margin: 0 auto 50px auto;
    }

    .container-in {
        max-width: 600px;
        margin: auto;
    }

    .select-list.select-1 {
        margin: 20px 0;
    }

    .newsletter {
        top: auto;
        bottom: 30px;
    }

    .list-box {
        width: 100%;
        max-width: 500px;
        padding: 0;
    }

    .group-central[data-post="annual"] .list-box {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 620px) {
    .search-form {
        top: 60px;
    }

    .navigation.show {
        height: calc(100vh - 60px);
    }

    .outer-nav.second.fixed {
        top: 60px;
    }

    .go-page {
        width: 30px;
        height: 30px;
    }

    .open-button {
        right: 15px;
    }

    .details-content {
        height: calc(100% - 60px);
        top: 60px;
    }

    .details-center {
        width: 94%;
        margin: 3vw 0;
    }

    .header.hide .right-header {
        top: 10px;
    }

    .header.hide .nav-click,
    .header.hide .nav-click.active {
        top: 5px;
    }

    .captcha {
        width: 110px;
        height: 60px;
        overflow: hidden;
        margin: 0;
        border-radius: 10px;
    }

    .g-recaptcha > div {
        margin: -6px 0 0 -2px;
        overflow: hidden;
    }

    .captcha::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png)
            no-repeat center center;
        background-color: #f9f9f9;
        z-index: 2;
    }

    .captcha + .outer-but {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .captcha + .outer-but button {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        font-size: 18px;
    }

    button.but {
        margin: 10px 0;
    }

    .box-news-home,
    .box-news-home:nth-child(1) {
        padding: 0;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .box-news-home:nth-child(1) .text-news-home {
        width: 50%;
    }

    .box-news-home:nth-child(1) .pic-news-home {
        max-height: 150px;
        min-height: 120px;
        height: calc(100vh / 6);
        width: 50%;
    }

    .pic-news-home,
    .text-news-home {
        max-height: 150px;
    }

    .news-item {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .news-list.first .news-item:nth-child(2) .news-txt > h3,
    .news-list.first .news-item:nth-child(3) .news-txt > h3 {
        font-size: 16px;
    }

    .news-list.first .news-item:nth-child(1) .date {
        font-size: 30px;
    }

    .news-list.first .date {
        font-size: 24px;
    }

    .link-page {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .library-thumb {
        width: 100%;
    }

    .pic-library {
        height: calc(1125 / 2000 * 90vw);
    }

    .title-pic h3 {
        font-size: 14px !important;
    }

    .leader,
    .leader:nth-child(1) {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        max-width: inherit;
    }

    .portrait img {
        width: 220px;
        height: 220px;
    }

    .leader .quote,
    .leader:nth-child(1) .quote {
        font-size: 16px;
    }

    .leader .quote-by,
    .leader:nth-child(1) .quote-by {
        font-size: 14px;
    }

    .people-pic {
        width: 90%;
        height: calc(100vw / 1.5);
        max-width: 280px;
        display: block;
        margin: auto;
    }

    .people-quote {
        width: 100%;
        font-size: 16px;
        padding: 30px 10px 0 10px;
        display: block;
        margin: 0;
    }

    .people-quote blockquote::before {
        font-size: calc(100vw / 4);
        left: 15px;
        top: -40px;
    }
}

@media screen and (max-width: 580px) {
    .date {
        font-size: 24px;
    }

    .details-center h2 {
        font-size: calc(100vw / 16);
    }

    .details-center h3 {
        font-size: calc(100vw / 20);
    }

    .details-text > h3 {
        font-size: 16px;
    }

    .details-outer {
        padding: 20px 5%;
    }

    .title-rotate li a {
        font-size: calc(100vw / 16);
    }

    #news-page .title-rotate > h1,
    .title-rotate.strong > h1,
    .title-rotate > h1,
    .title-rotate > h2 {
        font-size: calc(100vw / 20);
    }

    #contact-page .content-column h2,
    .content-right .title-rotate.strong > h1 {
        font-size: calc(100vw / 16);
    }

    .bg-home .text-banner {
        top: 20px;
    }

    .bg-inner .text-banner {
        bottom: 20px;
    }

    .description h2 {
        font-size: calc(100vw / 14);
    }

    .sub-nav-content li {
        padding: 0 0 20px 0;
        width: 100%;
        text-align: left;
    }

    .sub-nav-content li::before {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sub-nav-content li .link-small {
        font-size: 18px;
    }

    .content-column h2,
    .group-central[data-name="about-intro"] .content-column h2 {
        font-size: calc(100vw / 20);
    }

    .content-column h3 {
        font-size: calc(100vw / 20);
    }

    .mention {
        font-size: calc(100vw / 16);
    }

    .text-quotes::after,
    .text-quotes::before {
        font-size: calc(100vw / 10);
        line-height: 30px;
        height: 30px;
    }

    .text-quotes::after {
        margin: 10px -8px 0 4px;
    }

    .pic-length {
        width: 100%;
    }

    .quote {
        font-size: calc(100vw / 20);
    }

    .quote-by {
        font-size: 15px;
    }

    .box-project-home .text-project h3,
    .text-project h3 {
        font-size: calc(100vw / 18);
    }

    .block-title {
        display: none;
    }

    .block-des span::before {
        content: attr(data-label);
        font-size: 15px;
        font-weight: 700;
        position: relative;
        display: inline;
        margin: 0 20px 0 0;
    }

    .block-des span {
        display: block;
    }

    .point,
    .status,
    .year {
        width: 100%;
        padding: 0;
    }

    .point,
    .year {
        margin: 0 0 10px 0 !important;
    }

    .box-top h1,
    .box-top h2 {
        font-size: calc(100vw / 20);
    }

    .box-intro p,
    .location-text p {
        font-size: 16px;
    }

    .details-center.testi h2 {
        font-size: calc(100vw / 20);
    }

    .group-central[data-name="about-intro"] .box-text {
        font-size: 15px;
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }

    .group-central[data-name="about-intro"] .content-column h3 {
        font-size: 18px;
        padding: 0;
        display: block;
        width: 100%;
        margin: 0;
        font-weight: 400;
    }

    .box-text blockquote::before {
        line-height: 30px;
        font-size: 60px;
        top: 10px;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(3) {
        margin: 0;
    }

    .history-slide {
        width: 90%;
        margin: 0 5%;
    }

    .pic-milestone {
        height: calc(100vw / 2);
    }

    .text-milestone > h3 {
        font-size: 50px;
    }

    .text-milestone > h3::before {
        top: 60px;
    }

    .text-milestone p {
        font-size: 14px;
    }

    .list-item {
        width: 100%;
    }

    .list-title {
        padding: 0 10px;
    }

    .list-title > p {
        font-size: 14px;
    }

    .group-central[data-name="about-value"] .box-text {
        font-size: 20px;
    }

    .group-central[data-name="about-value"] .list-item {
        margin: 0 0 10px 0;
    }

    .group-central[data-name="about-value"] .list-item:nth-child(5) {
        margin: 0 0 10px 0;
    }

    .text-stock a,
    .text-stock p {
        font-size: 13px;
    }

    .iframe-sroll {
        height: calc(580px + 70vw);
    }

    .group-central[data-name="about-partner"] .content-column h3 {
        font-size: calc(100vw / 25);
    }

    .group-central[data-name="about-partner"] .sub-nav-content li {
        width: calc(50% - 5px);
    }

    .details-center.partners h3 {
        font-size: calc(100vw / 20);
    }

    .partner-quote {
        font-size: 16px;
    }

    .news-list.first .news-item:nth-child(1) .date {
        top: 0;
    }

    .news-list.first .news-item:nth-child(1) .go-inner {
        top: auto;
        right: auto;
        position: relative;
        margin: 10px 0 0 0;
    }

    .news-list.first .news-item:nth-child(1) .news-txt > h3 {
        font-size: 18px;
    }

    .news-txt > h3 {
        font-size: 15px;
    }

    .news-list.first .news-item:nth-child(1) .news-txt {
        padding: 10px 0 0 0;
    }

    .news-list.first .news-item:nth-child(2),
    .news-list.first .news-item:nth-child(3) {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .load-title {
        padding: 0 0 20px 80px;
    }

    .load-title > h3 {
        font-size: calc(100vw / 20);
    }

    .link-text > h3 {
        font-size: 15px;
    }

    .load-details .date {
        font-size: 24px;
        padding: 10px;
    }

    .box-progress {
        width: 100%;
    }

    .pic-progress {
        height: calc(1125 / 2000 * 90vw);
    }

    .bg-cover,
    .box-cover {
        min-height: 300px;
    }

    .group-central[data-post="intro"] .box-text blockquote::before {
        left: -10px;
    }

    .box-slogan {
        bottom: auto;
        top: 0;
        padding: 10px 20px;
    }

    .box-slogan h2 {
        font-size: 20px;
    }

    .list-num {
        font-size: 24px;
    }

    .group-central[data-post="member"] .people-quote blockquote::before {
        left: auto;
        top: 20px;
        font-size: 40px;
        position: relative;
        display: block;
        font-size: 90px;
    }

    .resource-slide {
        width: 80%;
        max-width: 500px;
        padding-bottom: 180px;
    }

    .resource[data-resource="3"] {
        left: calc(100% - 120px);
    }

    .group-central[data-post="member"] .people-quote {
        padding: 10px 0;
    }

    #contact-page .title-group li,
    #contact-page .title-group li:first-child {
        width: 100%;
    }

    .contact-form {
        padding: 10px;
    }

    .percent-30 {
        width: 100%;
    }

    .percent-70 {
        width: 100%;
        display: block;
        padding: 0;
    }

    .head-list th[scope="Number"] {
        width: 50px;
    }

    .group-central[data-post="adminis"] .box-text blockquote::before {
        left: -10px;
    }

    .down,
    .up {
        display: block;
        margin: 10px auto;
    }

    .item-search h3 {
        font-size: 15px;
    }

    #investor-relation-page .title-rotate > h2 {
        font-size: calc(100vw / 20);
    }
}

@media screen and (max-width: 440px) {
    .open-button {
        top: 10px;
    }

    #customer-service-page .sub-project,
    .sub-project {
        padding: 10px 5% 50px 5%;
    }

    .sub-project li a {
        font-size: 18px;
    }

    .title-list {
        font-size: 14px;
    }

    .content-left,
    .content-right,
    .group-central[data-name="about-leader"] .content-right,
    .group-central[data-post="picture"] .content-right,
    .group-central[data-post="video"] .content-right {
        padding: 20px;
    }

    .footer.contact .content-right {
        padding: 20px 20px 0 20px;
    }

    .box-news-home:nth-child(1) .pic-news-home,
    .pic-news-home {
        width: 45%;
    }

    .box-news-home:nth-child(1) .text-news-home,
    .text-news-home {
        width: 55%;
    }

    .people-quote blockquote::before {
        font-size: calc(100vw / 3);
        top: -30px;
    }

    .text-slogan {
        padding: 30px 5% 0 5%;
    }

    .career-title > h3 {
        font-size: 16px;
    }

    .group-central[data-post="intro"] .box-text p,
    .load-text p {
        font-size: 16px;
    }

    .group-central[data-post="intro"] .content-column h3 {
        font-size: 18px;
    }

    .group-central[data-post="adminis"] .box-text {
        margin: 10px 0;
    }

    .group-central[data-post="adminis"] .box-text p {
        font-size: 16px;
    }

    .group-central[data-post="adminis"] .content-column h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    button {
        font-size: 14px;
        padding: 10px;
    }

    .r-text p {
        font-size: 13px;
    }
}

.scroll-slide::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.sub-nav::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

:-webkit-full-screen,
:-webkit-full-screen-ancestor:not(iframe) {
    background-color: #fff !important;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647 !important;
}

:-webkit-full-screen .header,
:-webkit-full-screen-ancestor:not(iframe) .header {
    opacity: 0;
    z-index: -9999;
}

:-webkit-full-screen-ancestor:not(iframe) .wheel,
:-webkit-full-screen.wheel {
    opacity: 0;
    z-index: -9999;
}

:-webkit-full-screen .slide-mask,
:-webkit-full-screen-ancestor:not(iframe) .slide-mask {
    opacity: 0;
    z-index: -9999;
}

:-webkit-full-screen .outer-nav,
:-webkit-full-screen-ancestor:not(iframe) .outer-nav {
    opacity: 0;
    z-index: -9999;
}

:-webkit-full-screen .footer,
:-webkit-full-screen-ancestor:not(iframe) .footer {
    opacity: 0;
    z-index: -9999;
}

:-webkit-full-screen .sub-project,
:-webkit-full-screen-ancestor:not(iframe) .sub-project {
    opacity: 0;
    z-index: -9999;
}

.is-Chrome.fullvideo .header {
    opacity: 0;
}

.is-Chrome.fullvideo .wheel {
    display: none;
}

.slide-slidebox {
    position: relative;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}

.slide-slidebox.slide-hidden {
    opacity: 0;
}

.slide-slidebox.slide-refresh .slide-item {
    visibility: hidden;
}

.slide-slidebox.slide-drag .slide-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slide-slidebox.slide-rtl {
    direction: rtl;
}

.slide-slidebox.slide-rtl .slide-item {
    float: right;
}

.slide-wrapper {
    position: relative;
    margin: auto;
    transform: translate3d(0, 0, 0);
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slide-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transform: translate3d(0, 0, 0);
}

.slide-loading {
    opacity: 0;
    display: block;
}

.animated-in {
    z-index: 0;
}

.animated-out {
    z-index: 1;
}

.autoheight {
    transition: height 0.5s ease-in-out;
}

.no-js .slide-slidebox {
    display: block;
}

.slide-slidebox .slide-item img.lazyload {
    opacity: 0;
    transition: opacity 0.4s ease;
    transform-style: preserve-3d;
}

.slide-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.slide-video-frame {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-video-frame iframe {
    width: 100%;
    height: 100%;
}

.slide-video-play-icon {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    z-index: 99999;
}

.slide-video-play-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: url(../images/play.svg) no-repeat 50%/80%;
    z-index: 1;
}

.slide-video-play-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: linear-gradient(45deg, #116602, #000);
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
    z-index: -1;
}

.slide-video-play-icon:hover::after {
    opacity: 1;
}

.slide-video-playing .slide-video-play-icon,
.slide-video-playing .slide-video-tn {
    display: none;
}

.slide-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.4s ease;
}

.preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: calc(50% - 41px);
    border: none;
    background-color: transparent;
    text-align: center;
    display: none;
    z-index: 10;
}

.preloader::before {
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -41px 0 0 -41px;
    background: url(../images/cycle.png) no-repeat center center;
    animation: Preloader 1s steps(12, end) infinite;
}

.loading .preloader {
    display: block;
}

.done .preloader {
    display: none;
}

.grabbing {
    cursor: ew-resize;
    cursor: e-resize;
    cursor: url(../images/grabbing.png) 8 8, move;
}

.slide-buttons,
.slide-pagination {
    width: 100%;
    height: auto;
    text-align: center;
}

.slide-buttons svg {
    width: 100%;
    height: 100%;
}

.slide-pagination svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-pagination svg {
    pointer-events: none;
}

.slide-pagination {
    margin: 20px auto;
    position: relative;
    padding: 0 10px;
}

.slide-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: inherit;
    margin: -20px 0 0 0;
    transform: none;
    z-index: 10;
}

.slide-buttons.hide,
.slide-pagination.hide {
    opacity: 0;
    pointer-events: none;
}

.slide-page {
    display: inline-block;
    position: relative;
    margin: 0 3px;
}

.slide-page span:not(.dot-number) {
    display: block;
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border-radius: 50%;
}

.slide-page:not(.active):hover span:not(.dot-number) {
    opacity: 1;
}

.slide-page.active span:not(.dot-number) {
    opacity: 1;
    pointer-events: none;
}

.slide-buttons.disabled,
.slide-pagination.disabled {
    display: none;
}

.slide-next,
.slide-page span,
.slide-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease-in-out;
}

.slide-prev {
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/previous.svg) no-repeat 50%/90%;
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.slide-next {
    top: 0;
    right: 0;
    position: absolute;
    background: url(../images/next.svg) no-repeat 50%/90%;
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.slide-next:hover {
    opacity: 1;
    transform: translateX(5px) scale(1.05);
}

.slide-prev:hover {
    opacity: 1;
    transform: translateX(-5px) scale(1.05);
}

.slide-next.disabled,
.slide-prev.disabled {
    pointer-events: none;
    opacity: 0.2 !important;
}

.slide-page .dot-number {
    color: #ddd;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.slide-page .dot-number::before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.slide-page:not(.active):hover .dot-number {
    color: #999;
}

.slide-page:not(.active):hover .dot-number::before {
    border-color: #999;
}

.slide-page.active .dot-number {
    pointer-events: none;
    color: #999;
}

.slide-page.active .dot-number::before {
    border-color: #999;
}

.color-reder .slide-page span:not(.dot-number) {
    background-color: #b3b3b3;
}

.color-reder .slide-page.active span:not(.dot-number) {
    background-color: #116602;
}

.color-grey .slide-page span:not(.dot-number) {
    background-color: #b3b3b3;
}

.color-grey .slide-page.active span:not(.dot-number) {
    background-color: #7e8387;
}

.color-grey-dark .slide-page span:not(.dot-number) {
    background-color: #999;
}

.color-grey-dark .slide-page.active span:not(.dot-number) {
    background-color: #09347a;
}

.color-grey-dark .slide-prev {
    background: url(../images/previous1.svg) no-repeat center center/contain;
}

.color-grey-dark .slide-next {
    background: url(../images/next1.svg) no-repeat center center/contain;
}

.circle-outer {
    stroke: rgba(255, 255, 255, 0.8);
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 534;
}

.slide-page.active .circle-outer {
    stroke: #116602;
    animation-name: Show100;
    animation-fill-mode: forwards;
}

.color-white .active .circle-outer {
    stroke: #a7a9ac;
}

.color-orange .active .circle-outer {
    stroke: #b3b3b3;
}

.color-grey .active .circle-outer {
    stroke: #fff;
}

.color-white .slide-page span:not(.dot-number) {
    background-color: #a7a9ac;
}

.color-white .slide-page.active span:not(.dot-number) {
    background-color: #fff;
}

.color-white .slide-prev {
    background: url(../images/previous2.svg) no-repeat 50%/90%;
}

.color-white .slide-next {
    background: url(../images/next2.svg) no-repeat 50%/90%;
}

.numbers {
    text-align: center;
}

.numbers .slide-pagination {
    counter-reset: slides-num;
    text-align: center;
    width: 100px;
    display: inline-block;
    position: relative;
    padding: 10px;
}

.numbers .slide-pagination:after {
    content: counter(slides-num);
    font-size: 20px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px;
}

.numbers .slide-page.active:before {
    content: counter(slides-num) " /";
    font-size: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px;
}

.numbers .slide-page {
    counter-increment: slides-num;
    margin: 0;
}

.numbers .slide-page span {
    display: none;
}

.thumbs-video {
    width: 90%;
    max-width: 600px;
    margin: auto;
    position: relative;
    display: block;
}

.thumbs {
    width: 90%;
    max-width: 600px;
    height: auto;
    left: 50%;
    bottom: 2.5vh;
    position: absolute;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 5;
}

.thumb-item {
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 50px;
    display: block;
    position: relative;
    border: 3px solid #ddd;
    overflow: hidden;
    transition: border 0.3s ease-in-out;
}

.thumb-item span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.slide-item.current .thumb-item {
    pointer-events: none;
    border-color: #116602;
}

.thumb-item:hover {
    border-color: #116602;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    object-fit: cover;
}

.center-slidebox .slide-wrapper {
    width: 100% !important;
    white-space: nowrap;
    text-align: center;
}

.center-slidebox .slide-item {
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}

.album-center .slide-next {
    right: 20px;
    background: url(../images/next2.svg) no-repeat 50%/110%;
}

.album-center .slide-prev {
    left: 20px;
    background: url(../images/previous2.svg) no-repeat 50%/110%;
}

.slide-pic-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: inherit;
    margin: -40px 0 0 0;
    transform: none;
    z-index: 10;
}

.next-pic {
    background: url(../images/next.svg) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.prev-pic {
    background: url(../images/previous.svg) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.next-pic:not(.disabled):hover,
.prev-pic:not(.disabled):hover {
    transform: scale(1.2);
}

.next-pic.disabled,
.prev-pic.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.slide-mask .slide-page span {
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform: scale(0.9);
}

.slide-mask .slide-next,
.slide-mask .slide-prev {
    width: 60px;
    height: 100px;
    color: #fff;
    border-radius: 0;
    background-image: none;
}

.slide-mask .slide-next:hover,
.slide-mask .slide-prev:hover {
    color: #116602;
    transform: scale(1);
}

.slide-mask .slide-next:hover {
    transform: translate3d(5px, 0, 0);
}

.slide-mask .slide-prev:hover {
    transform: translate3d(-5px, 0, 0);
}

.slide-mask .slide-next {
    right: 10px;
}

.slide-mask .slide-prev {
    left: 10px;
}

.slide-mask .slide-page .dot-number {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.slide-mask .slide-page.active .dot-number {
    color: #116602;
}

.slide-mask .slide-page .dot-number::before {
    display: none;
}

.slide-mask .slide-pagination {
    position: absolute;
    bottom: 28px;
    width: 500px;
    margin: 0 0 0 -250px;
    left: 50%;
}

.slide-mask .slide-buttons {
    margin: 0 0 0 -250px;
    width: 500px;
    left: 50%;
    top: auto;
    bottom: 90px;
}

@media screen and (max-width: 1100px) {
    .slide-pic-nav {
        top: auto;
        margin: 0;
        bottom: 0;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 9999;
    }

    .next-pic,
    .prev-pic,
    .slide-next,
    .slide-page span,
    .slide-prev {
        transition: none;
        transform: none;
    }

    .next-pic,
    .prev-pic,
    .slide-next,
    .slide-prev {
        width: 30px;
        height: 30px;
    }

    .next-pic,
    .slide-mask .slide-next {
        right: 0;
    }

    .prev-pic,
    .slide-mask .slide-prev {
        left: 0;
    }

    .next-pic:hover,
    .prev-pic:hover,
    .slide-next:hover,
    .slide-prev:hover {
        opacity: 0.5;
        transform: none;
    }

    .slide-page {
        margin: 0 3px;
    }

    .slide-page span:not(.dot-number) {
        transform: scale(0.8);
    }

    .slide-page:not(.active):hover span:not(.dot-number) {
        opacity: 0.5;
    }

    .slide-next:hover,
    .slide-prev:hover {
        transform: none;
        background-color: transparent;
        border-width: 0;
    }

    .slide-video-play-icon {
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        transition: none;
    }

    .slide-video-play-icon::after {
        opacity: 1;
    }

    .thumb-item {
        transition: none;
    }

    .thumb-item:hover {
        border-color: #ddd;
    }

    .album-center .slide-buttons {
        display: none;
    }

    .slide-page .dot-number {
        transition: none;
        margin: 0 2px;
    }

    .slide-page:not(.active):hover .dot-number {
        color: #ddd;
    }

    .slide-page:not(.active):hover .dot-number::before {
        border-color: #ddd;
    }

    .slide-buttons {
        margin: -30px 0 0 0;
    }

    .slide-mask .slide-next,
    .slide-mask .slide-prev {
        width: 50px;
        height: 50px;
    }

    .slide-mask .slide-next:hover,
    .slide-mask .slide-prev:hover {
        transform: none;
        color: #fff;
        opacity: 0.5;
    }

    .slide-mask .slide-page span:not(.dot-number) {
        transform: scale(0.7);
    }

    .slide-mask .slide-buttons {
        margin: 0;
        width: 100%;
        left: 0;
        bottom: 50px;
        display: none;
    }

    .slide-mask .slide-pagination {
        bottom: 10px;
    }
}

@media screen and (max-width: 840px) {
    .slide-page span:not(.dot-number) {
        transform: scale(0.7);
    }

    .slide-mask .slide-page span:not(.dot-number) {
        transform: scale(0.6);
    }
}

@media screen and (max-width: 620px) {
    .thumbs,
    .thumbs-video {
        max-width: 300px;
    }

    .slide-page .dot-number {
        font-size: 10px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        margin: 0 2px;
    }

    .slide-mask .slide-page .dot-number {
        transform: scale(0.7);
        margin: 0;
    }
}

@media screen and (max-width: 440px) {
    .slide-video-play-icon {
        height: 60px;
        width: 60px;
        margin: -30px 0 0 -30px;
    }

    .slide-page span:not(.dot-number) {
        transform: scale(0.6);
    }

    .slide-mask .slide-page span:not(.dot-number) {
        transform: scale(0.5);
    }

    .slide-page .dot-number {
        font-size: 10px;
        line-height: 18px;
        width: 18px;
        height: 18px;
    }

    .thumb-item {
        height: 40px;
    }

    .thumb-item img {
        width: auto;
        height: 40px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1100px) {
    .nav ul {
        overflow: hidden;
    }

    .bottom-group a,
    .language li a,
    .link-to-web a,
    .load-text a,
    .logo,
    .nav li a,
    .nav-second li a,
    .search-but,
    .sub-nav-content li .link-small,
    .sub-nav-content li .link-small::after,
    .sub-project li a,
    .text-project p a,
    .title-group a,
    .title-rotate li a {
        transition: all 0.3s ease-in-out;
    }

    .header::after {
        transition: all 0.5s ease-in-out;
    }

    .load-text a,
    .nav li a:hover,
    .title-rotate li a:hover {
        color: #000;
    }

    .bottom-group a:hover,
    .nav-click:not(.active):hover,
    .title-group a:hover {
        color: #ad0006;
    }

    .header.hide .language li:hover a,
    .header.hide .nav-second li a:hover,
    .header.hide .search-but:hover,
    .language li:hover a,
    .nav-second li a:hover,
    .search-but:hover {
        color: #ad0006;
    }

    .sub-nav-content li a:hover::after {
        margin: 0 0 0 50px;
    }

    .sub-nav-content li .link-small:hover,
    .sub-project li:hover a,
    .text-project p a:hover {
        color: #116602;
    }

    .title-group li .current a {
        color: #ad0006 !important;
        pointer-events: none !important;
    }

    .item-search a,
    .item-search::before {
        transition: all 0.3s ease-in-out;
    }

    .item-search:hover a,
    .item-search:hover::before {
        background-color: #a3a3a3 !important;
    }

    .box-nav li span,
    .sub-nav li a {
        transition: all 0.3s ease-in-out;
    }

    .sub-nav li:not(.current):hover a {
        background-color: #116602;
        color: #fff;
    }

    .sub-inner li {
        transition: background-color 0.3s ease-in-out;
    }

    .sub-inner li:not(.current):hover {
        background-color: #116602;
    }

    .social li a,
    .social-top,
    .social-top li a {
        transition: all 0.3s ease-in-out;
    }

    .social li a:hover,
    .social-top li a:hover {
        color: #000;
    }

    .social-top.show {
        left: 0;
    }

    .zoom,
    .zoom-hover,
    .zoom-hover::before {
        transition: all 0.3s ease-in-out;
    }

    .zoom:hover {
        background-color: #116602;
        border-color: #116602;
    }

    .zoom-hover:hover {
        background-color: #a3a3a3;
    }

    .zoom-hover:hover::before {
        border-color: #a3a3a3;
    }

    .thumb:hover .zoom-hover::before {
        border-color: #a3a3a3;
    }

    .thumb:hover .zoom-hover {
        background-color: #a3a3a3;
    }

    .zoom-control a {
        transition: all 0.3s ease-in-out;
    }

    .zoom-control a:hover {
        background-color: #444;
    }

    .close,
    .close-album,
    .close-box,
    .close-map,
    .close-news,
    .close-pics,
    .close-popup,
    .close-video {
        transition: all 0.3s ease-in-out;
    }

    .close-album:hover,
    .close-box:hover,
    .close-map:hover,
    .close-news:hover,
    .close-pics:hover,
    .close:hover {
        color: #fff;
        transform: rotate(180deg);
    }

    .close-popup:hover {
        color: #444;
        transform: rotate(180deg);
    }

    .close-video:hover {
        color: #116602;
        transform: rotate(180deg);
    }

    .details-center:not(.partners) .close-popup:hover,
    .details-center:not(.testi) .close-popup:hover {
        color: #fff;
    }

    .details-center.partners .close-popup:hover,
    .details-center.testi .close-popup:hover {
        color: #444;
    }

    .next-pic,
    .prev-pic {
        transition: all 0.3s ease-in-out;
    }

    .next-pic:not(.disabled):hover,
    .prev-pic:not(.disabled):hover {
        transform: scale(0.8);
    }

    .blur-more {
        transition: filter 0.5s ease-in-out;
        filter: blur(5px);
    }

    .popup-home .details-center .close-popup:hover:after {
        border: 5px solid #fff;
    }

    .go-top,
    .go-top::before {
        transition: all 0.3s ease-in-out;
    }

    .go-top:hover {
        background-color: #116602;
        border-radius: 50%;
    }

    .go-top:hover::before {
        border-color: #116602;
        border-radius: 50%;
    }

    button {
        transition: all 0.3s ease-in-out;
    }

    button::after {
        transition: all 0.3s ease-in-out;
    }

    button:hover {
        background-color: #116602;
    }

    button:hover::after {
        border-color: #116602;
    }

    .player,
    .view-album {
        transition: all 0.3s ease-in-out;
    }

    .view-album:hover {
        color: #116602;
        transform: rotate(90deg);
    }

    .pic-zoom-in,
    .pic-zoom-out {
        transition: all 0.5s ease-in-out;
    }

    .pic-zoom-in:hover,
    .pic-zoom-out:hover {
        background-color: #116602;
    }

    .play-button .load-vid {
        transition: all 0.3s ease-in-out;
    }

    .play-button:hover .load-vid {
        stroke: #e51b24;
    }

    .go-back,
    .go-inner,
    .go-stock,
    .view-all {
        transition: all 0.3s ease-in-out;
    }

    .go-back:hover,
    .go-inner:hover,
    .go-stock:hover,
    .view-all:hover {
        background-color: #e51b24;
        color: #fff !important;
        box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
        border-color: #e51b24 !important;
    }

    .pic-library,
    .title-pic h3 {
        transition: all 0.3s ease-in-out;
    }

    .library-thumb:hover .pic-library {
        background-position: 100% 100%;
    }

    .library-thumb:hover .view-album {
        color: #eb1c24;
        transform: rotate(90deg);
    }

    .group-central[data-post="picture"] .library-thumb:hover .title-pic h3 {
        background-color: #116602;
        color: #fff;
    }

    .group-central[data-post="video"] .library-thumb:hover .title-pic h3 {
        background-color: #fff;
        color: #444;
    }

    .library-thumb:hover .player {
        color: #eb1c24;
        transform: rotate(240deg);
    }

    .print-box > a {
        transition: all 0.3s ease-in-out;
    }

    .print-box > a:hover,
    .share-but.active {
        background-color: #ececec;
    }

    .share-item li a::after,
    .share-item li a::before {
        transition: all 0.3s ease-in-out;
    }

    .share-item li a:hover::after {
        opacity: 1;
    }

    .share-item li a:hover::before {
        opacity: 0;
    }

    .share-item li:hover {
        border-color: #116602;
    }

    .share-item li {
        transition: all 0.3s cubic-bezier(0.44, 0.39, 0.34, 1.03);
    }

    .go-inner::after,
    .go-page,
    .quote-by a {
        transition: all 0.3s ease-in-out;
    }

    .go-inner:hover::after {
        width: 100px;
    }

    .go-page:hover {
        color: #116602;
        background: linear-gradient(120deg, #fff 20%, #fff 100%);
    }

    .quote-by a:hover {
        color: #116602;
    }

    .content-column h2::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        right: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .content-column h3::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .details-outer h2::after,
    .footer .content-right > h3::after,
    .mention::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        right: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .box-news-home::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #999;
        right: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
        z-index: 2;
    }

    .box-news-home:nth-child(odd)::after {
        left: 0;
        top: 0;
    }

    .pic-project::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .box-project:nth-child(2n) .pic-project::after {
        right: 0;
        top: 0;
        left: auto;
    }

    .box-value > h3::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        left: auto;
        right: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .box-project-home .pic-project::after {
        background-color: #dcdcdc;
    }

    body.hide .footer .content-right > h3::after,
    body.hide .mention::after {
        background-color: #dcdcdc;
    }

    body.hide .content-column h2::after {
        background-color: #dcdcdc;
    }

    .group-central[data-name="project-home"] .content-column h3::after {
        background-color: #dcdcdc;
    }

    .group-central[data-name="about-home"] .content-column h3::after {
        background-color: #dcdcdc;
    }

    .group-central[data-name="contact-home"] .content-column h3::after {
        background-color: #fff;
    }

    .center-text-news > h3,
    .pic-news-home,
    .pic-news-home::before,
    .text-news-home {
        transition: all 0.3s ease-in-out;
    }

    .box-news-home:hover .text-news-home {
        background-color: #116602;
    }

    .box-news-home:hover .pic-news-home::before {
        border-color: transparent #116602 transparent transparent;
    }

    .box-news-home:nth-child(1):hover .pic-news-home::before {
        border-color: transparent transparent #116602 transparent;
    }

    .box-news-home:hover .pic-news-home {
        background-position: 100% 100%;
        filter: none;
    }

    .box-news-home:hover .center-text-news > h3 {
        color: #fff;
    }

    .sub-nav-content li img {
        transition: all 0.3s ease-in-out;
    }

    .sub-nav-content li:hover img {
        filter: none;
    }

    #project-details-page .box-intro::after {
        display: none;
    }

    .box-top h1::after,
    .box-top h2::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .box-intro::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        right: 0;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

    .group-central[data-post="facilities"] .content-column h3::after {
        left: auto;
        right: 0;
    }

    .pdf {
        transition: all 0.3s ease-in-out;
    }

    .pdf:hover {
        background-color: #116602;
        color: #fff;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    }

    .pdf:hover svg path {
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        animation-name: DrawPlay;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: linear;
    }

    .link-to-web a:hover {
        color: #116602;
    }

    .list-item:hover .list-title > h3,
    .list-num,
    .list-title > h3::before,
    .pic-value,
    .st-arrow {
        transition: all 0.3s ease-in-out;
    }

    .pic-value::after {
        transition: opacity 0.35s, transform 0.35s;
        transform: translateY(100px);
    }

    .list-title > p {
        opacity: 0;
        transition: opacity 0.35s, transform 0.35s;
        transform: translateY(100px);
    }

    .list-item:hover .pic-value {
        background-position: 100% 100%;
        filter: blur(3px);
    }

    .list-item:hover .list-title > p {
        opacity: 1;
        transform: none;
        color: #fff;
    }

    .list-item:hover .list-title > h3 {
        color: #fff;
    }

    .list-item:hover .list-title > h3::before {
        width: 100%;
    }

    .list-item:hover .st-arrow {
        transform: rotate(90deg);
    }

    .list-item:hover .list-num {
        color: #fff;
    }

    .group-central[data-name="about-value"] .list-title > h3::before {
        width: 100%;
    }

    .group-central[data-name="about-value"] .list-title > p {
        opacity: 1;
        transform: none;
    }

    .group-central[data-post="benefit"] .list-item:hover .pic-value::after {
        opacity: 1;
        transform: none;
    }

    .list-box a,
    .list-box a .list-num,
    .r-date,
    .r-left .list-num::after {
        transition: all 0.3s ease-in-out;
    }

    .list-box a:hover,
    .list-box a:hover .list-num {
        color: #fff;
        background-color: #eb1c24;
        border-color: #eb1c24;
    }

    .list-box a:hover .list-num::after {
        background-color: #fff;
    }

    .list-box a:hover .r-date {
        color: #fff;
    }

    .list-box:hover a {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    }

    .career-title a {
        transition: all 0.3s ease-in-out;
    }

    .career-title a:hover {
        color: #116602;
    }

    .btn-blue,
    .file-mark,
    .file-up {
        transition: all 0.3s ease-in-out;
    }

    .file-up:hover .file-mark {
        background-color: #116602;
    }

    .download-but a,
    .download-but a::after,
    .download-but a::before {
        transition: all 0.3s ease-in-out;
    }

    .download-but a:hover {
        background-color: #444;
    }

    .download-but a:hover::before {
        border-color: #444;
    }

    .download-but a:hover::after {
        background-color: #116602;
    }

    .resource-pic:hover {
        filter: none;
    }

    .details-text a,
    .link-page::before,
    .link-text > h3,
    .news-item::before,
    .news-pic,
    .news-pic::before,
    .news-txt h3,
    .pic-thumb {
        transition: all 0.3s ease-in-out;
    }

    .news-list:not(.first) .news-item:hover h3 {
        color: #fff;
    }

    .news-list:not(.first) .news-item:hover::before {
        background-color: #116602;
    }

    .link-page:hover .pic-thumb,
    .news-list:not(.first) .news-item:hover .news-pic {
        background-position: 100% 100%;
        filter: none;
    }

    .news-list:not(.first) .news-item:hover .news-pic::before {
        border-right: 20px solid #116602;
    }

    .details-text a:hover {
        color: #444;
    }

    .news-list.first .news-item:hover::before {
        background-color: transparent;
    }

    .link-page:hover::before {
        background-color: #116602;
    }

    .link-page:hover .link-text > h3 {
        color: #fff;
    }

    .slide-pagi li a,
    .slide-pagi li div {
        transition: all 0.3s ease-in-out;
    }

    .slide-pagi li a:hover,
    .slide-pagi li div:hover {
        background-color: #116602;
        color: #fff;
    }

    .group-central[data-post="video"] .slide-pagi li div:hover {
        background-color: #116602;
    }

    .contact-in a {
        transition: all 0.3s ease-in-out;
    }

    .contact-in a:hover {
        color: #ddd;
    }

    .form-newsletter .but:hover {
        background-color: #ddd;
        color: #444;
    }

    .newsletter h3:hover {
        background-color: #ddd;
        color: #444;
    }

    .newsletter:hover .form-newsletter {
        background-color: #ddd;
    }

    .newsletter:hover h3 {
        background-color: #ddd;
        color: #444;
    }

    .newsletter.show:hover h3 {
        background-image: url(../images/close2.svg);
    }
}

@keyframes Start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@keyframes Preloader {
    to {
        transform: rotate(360deg);
    }
}

@keyframes Play {
    from {
        background-position: 0;
    }

    to {
        background-position: -360px;
    }
}

@keyframes RotateLarge {
    from {
        opacity: 0;
        transform: scale(0) rotate(0) translateZ(0);
    }

    to {
        opacity: 1;
        transform: scale(1.2) rotate(360deg) translateZ(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -200px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes goLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes goRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes toRight {
    from {
        opacity: 0;
        right: -100px;
    }

    to {
        opacity: 1;
        right: 20px;
    }
}

@keyframes scaleSmall {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleLarge {
    from {
        opacity: 0;
        transform: scale(2);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes DrawStroke {
    0% {
        stroke-dashoffset: 600;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes DrawPlay {
    0% {
        stroke-dashoffset: 800;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes Move-Arrow {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(10px);
    }

    66.6% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(30px) scale(0.5);
    }
}

@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 200;
    }
}

@keyframes FillCorlor {
    from {
        stop-color: #af6b00;
    }

    to {
        stop-color: #2f4051;
    }
}

@keyframes goHeight {
    from {
        opacity: 0;
        transform: scale3d(1, 0, 1);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes goWidth {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

@keyframes borderWidth {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes Show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes Bg-Animation {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }

    70% {
        transform: translate3d(-50%, -50%, 0) scale(1.2);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fade-In {
    animation-name: fadeIn;
}

.fade-Out {
    animation-name: fadeOut;
}

.fade-InUp {
    animation-name: fadeInUp;
}

.fade-OutUp {
    animation-name: fadeOutUp;
}

.fadein {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeout {
    animation-name: fadeOut;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeindown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeinup {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeoff {
    animation-name: fadeOff;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeon {
    animation-name: fadeOn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.goleft {
    animation-name: goLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.goright {
    animation-name: goRight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.scalelarge {
    animation: scaleLarge;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.scalesmall {
    animation: scaleSmall;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.container-custom,
.footer,
.right-header,
.search-form,
.social-top {
    animation: Start 1s steps(1, end) 0s 1 normal both;
}

@media screen and (min-width: 1100px) {
    .wheel {
        opacity: 0;
    }

    .wheel.show {
        animation: fadeIn;
        animation-duration: 0.6s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .box-bg.show .ani-one {
        animation: 12s linear 0s normal none infinite Bg-Animation;
    }

    .box-bg.show .ani-two {
        animation: 20s linear 0s normal none infinite Bg-Animation;
    }

    .input-area,
    .input-but,
    .input-text {
        opacity: 0;
    }

    .outer-nav.second.fixed.on-show,
    .outer-nav.second.on-show {
        animation-name: none !important;
        animation-duration: 0s !important;
        animation-delay: 0s !important;
    }

    .ani-item:not(.pic-length),
    .group::before {
        opacity: 0;
    }

    .details-outer h2.ani-item {
        opacity: 1;
    }

    .ani-item:not(.pic-length).on-show {
        animation-name: fadeInUp;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .map-box.ani-item.on-show {
        animation-name: fadeIn;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .des-project.on-show::after,
    .text-project.on-show .project-time::after,
    .text-project.on-show .project-time::before {
        animation-name: borderWidth;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }

    .content-column h3.on-show::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .content-column span.on-show::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .details-outer h2.on-show {
        animation-name: none !important;
        animation-duration: 0s !important;
    }

    .details-outer h2.on-show::after {
        animation-name: goWidth;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .on-show h1::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .footer .content-right > h3.on-show::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .show-text .content-column h3::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .show-text .mention::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }

    .show-text .quote::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }

    .show-text .box-news-home::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .show-text .details-outer h2::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }

    .show-text .ani-item:not(.pic-length) {
        animation-name: fadeInUp;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .show-text .pic-project::after {
        animation-name: goWidth;
        animation-duration: 2.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .show-text .group::before {
        animation-name: goRight;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }

    .show-text .box-project-home .project-time::after,
    .show-text .box-project-home .project-time::before {
        animation-name: borderWidth;
        animation-duration: 1s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }

    .box-top h2.on-show::after,
    .on-show .box-top h1::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .on-show .box-intro::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .pic-project.on-show::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
    }

    .content-column h2.on-show::after {
        animation-name: goWidth;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
}

.bg-upcapital {
    background-color: #2e7d55;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='100' viewBox='0 0 120 100'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1.5'%3E%3C!-- Hinh 1 (Tam tai 30, 25) --%3E%3Crect x='12.32' y='7.32' width='35.36' height='35.36' /%3E%3Crect x='12.32' y='7.32' width='35.36' height='35.36' transform='rotate(45 30 25)' /%3E%3C!-- Hinh 2 (Tam tai 90, 75 - so le) --%3E%3Crect x='72.32' y='57.32' width='35.36' height='35.36' /%3E%3Crect x='72.32' y='57.32' width='35.36' height='35.36' transform='rotate(45 90 75)' /%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(to right top, #608244, #116602, 80%, #608244);
    background-repeat: repeat;
    background-size: 120px 100px, cover;
    background-position: center;
    background-blend-mode: overlay, normal;
    color: #ffff;
    text-align: left;
}

.home-about {
    padding: 25px;
}

.home-about .jobtitle h2,
.home-about .jobtitle h3 {
    margin-top: 5px;
    text-align: center;
}

.home-about h1 {
    color: #ffff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 30px;
}

.home-about h3 {
    color: #ffff;
    text-align: left;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 26px;
    animation: none;
}

.home-about p {
    max-width: 50vw;
}

.image-container {
    width: 90%;
    /* Điều chỉnh chiều rộng tùy ý */
    margin: 0 auto;
    /* Căn giữa container */
    text-align: center;
    /* Căn giữa nội dung bên trong */
}

/* Container để cắt ảnh */
.cropped-image {
    margin-top: 20vh;
    width: 600px;
    height: 460px;
    overflow: hidden;
}

/* Hình ảnh bên trong */
.cropped-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

/* Định dạng cho tiêu đề */
.image-container .image-title {
    width: 600px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.home-about .image-container .image-title h2,
.home-about .image-container .image-title h3 {
    margin-top: 5px;
    text-align: center;
}

.p10vh {
    padding: 10vh;
}
.p5vh {
    padding: 5vh;
}
.pt-5 {
    padding-top: 5px;
}
@media (max-width: 768px) {
    .box-project-home {
        display: flex;
        flex-direction: column; /* Xếp dọc */
    }
    .box-project-home .pic-project {
        order: -1; /* Số càng nhỏ càng được xếp lên đầu */
        margin-bottom: 20px; /* Khoảng cách giữa ảnh và chữ */
    }

    .box-project-home .text-project {
        order: 1;
    }
}

/* Container */
.pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

/* Nút số và Next/Prev */
.pagination-custom button,
.pagination-custom .page-num,
.pagination-custom .btn-prev,
.pagination-custom .btn-next {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    color: #333;
    transition: all 0.3s;
}

/* Hiệu ứng hover */
.pagination-custom button:hover {
    background-color: #f0f0f0;
}

/* Trang đang Active */
.pagination-custom .page-num.active {
    background-color: #116602; /* Màu xanh của web bạn */
    color: white;
    border-color: #116602;
}

/* Nút bị vô hiệu hóa (Trang đầu/cuối) */
.pagination-custom .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #eee;
}
