@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie:600,400,500,300,300italic,400italic,700,700italic);

body,
html {
    scroll-behavior: smooth
}

.home-banner {
    width: 100%;
    position: relative
}

.hm-swiper {
    width: 100%
}

.hm-slide {
    width: 100%;
    position: relative
}

.hm-image {
    position: relative;
    width: 100%
}

.hm-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2
}

.hm-content {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 30%;
    margin-right: 5%;
    transform: translateY(-50%)
}

.hm-content h2 {
    font-weight: 800;
    font-size: 65px;
    line-height: 72px;
    color: #fff
}

.hm-content p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 20px
}

.hm-content a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px
}

.hm-content a:hover {
    color: #fff !important
}

.home-us {
    position: relative;
    width: 100%;
    background-color: #fff
}

.hu-con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    width: 100%
}

.hu-left {
    width: 55%;
    position: relative;
    overflow: hidden
}

.hu-left img {
    width: 100%
}

.hu-right {
    width: 41%;
    margin-left: 4%
}

.hu-right h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #f05022;
    margin-bottom: 15px
}

.hu-right p {
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #6a6a6a;
    margin-bottom: 35px
}

.hu-right a {
    color: #f05022 !important
}

.home-flavour {
    width: 100%;
    padding: 5% 12% 7%;
    position: relative
}

.home-flavour h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #000;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto
}

.hf-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    top: 0;
    z-index: -1
}

.hf-img-bg img {
    width: 100%;
    height: 100%
}

.hf-img-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hf-img-play img {
    width: 88px !important;
    height: auto !important
}

.cari-ch-left .hf-img-bg img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    object-fit: cover
}

.cari-ch-left iframe {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.hf-content {
    margin-top: 76px;
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
    row-gap: 50px;
    column-gap: 30px
}

.hf-item {
    position: relative;
    display: flex
}

.hfi-image {
    overflow: hidden;
    width: 200px
}

.hfi-image img {
    border-radius: 50%;
    width: 200px;
    height: 200px
}

.hfi-desc {
    width: calc(100% - 225px);
    margin-left: 25px
}

.hfi-desc h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0
}

.hfi-desc-bot h3 {
    margin-bottom: 16px !important
}

.hfi-desc h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 16px
}

.hfi-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.home-brand {
    width: 100%;
    padding: 3% 10% 5%;
    position: relative;
    background-color: #fff
}

.home-brand h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 43px;
    text-align: center;
    color: #f05022
}

.hbrand-content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 17px;
    column-gap: 17px;
    margin-top: 5%
}

.hbrand-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.view-more:hover img {
    transform: scale(1.5)
}

.view-more .hbrand-image {
    transition: all .5s ease-out
}

.hbrand-image {
    width: 100%;
    border-radius: 10px
}

.hbrand-item:hover .hbrand-detail {
    opacity: 1
}

.hbrand-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    width: 100%;
    align-items: center;
    padding: 25px 17px 17px;
    transition: visibility 0s, opacity .5s linear;
    background: linear-gradient(180deg, rgba(84, 176, 121, .0486) 0, rgba(84, 176, 121, .81) 45.31%, rgba(12, 118, 95, .81) 97.4%)
}

.hbrand-detail img {
    width: 52px;
    padding-right: 10px
}

.hbrand-detail p {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.hbrand-more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c6a97295;
    font-size: 16px;
    transition: all .5s ease-in-out;
    line-height: 27px;
    color: #fff
}

.hbrand-more:hover {
    background: #c6a972c6
}

.hbrand-more i {
    font-size: 20px;
    margin-left: 10px
}

.home-article {
    padding: 5% 10%;
    position: relative;
    background-color: #fff7d7
}

.home-article h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 43px;
    text-align: center;
    color: #f05022
}

.har-content {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    row-gap: 24px;
    column-gap: 2%
}

.har-item {
    position: relative;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    overflow: hidden
}

.har-image {
    width: 100%;
    position: relative
}

.har-image img {
    width: 100%;
    object-fit: cover;
    height: 200px
}

.har-date {
    position: absolute;
    bottom: -42px;
    width: 84px;
    border-radius: 50%;
    background-color: #c6a872;
    border: 6px solid #fff;
    height: 84px;
    padding: 6px;
    left: 32px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    display: grid;
    justify-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .12em
}

.har-detail {
    padding: 50px 29px 20px
}

.har-cat {
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: .12em;
    color: #c6a872;
    text-transform: uppercase
}

.har-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 13px;
    height: 81px;
    color: #545454;
    overflow: hidden
}

.har-detail a {
    font-size: 16px !important;
    line-height: 27px !important;
    color: #f05022 !important;
    font-weight: 600;
    height: 27px;
    transition: all .3s ease-in-out
}

.har-detail a i {
    padding-left: 5px;
    font-weight: 700;
    font-size: 18px !important;
    transition: all .3s ease-in-out
}

.har-detail a:hover i {
    padding-left: 15px
}

.har-art {
    position: absolute;
    left: -10%;
    width: 120%;
    bottom: 0;
    transform: translateY(80%)
}

.har-art img {
    width: 100%
}

.home-join {
    width: 100%;
    position: relative;
    padding: 6% 0;
    overflow: hidden
}

.hj-con {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative
}

.hj-con h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    color: #f05022;
    margin-bottom: 1%
}

.hj-con p {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin-bottom: 3%;
    width: 610px;
    margin-left: auto;
    margin-right: auto
}

.ost-detail {
    width: 100%;
    padding: 2% 15% 3%;
    position: relative;
    display: flex;
    background-color: #fbfbfb
}

.ost-left {
    width: 100%;
    padding-right: 10%;
    z-index: 100;
    position: relative;
    padding: 20px 0 20px 0
}

.ost-right {
    width: 40%;
    z-index: 100;
    position: relative
}

.ost-right img {
    width: 100%;
    border-radius: 20px
}

.ost-left h2 {
    width: 60%;
    font-weight: 600;
    margin-bottom: 39px;
    font-size: 40px;
    line-height: 48px;
    color: #f05022
}

.ost-left p {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #6a6a6a
}

.ost-new {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.ost-new-left {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #6a6a6a;
    width: 60%;
    padding: 0 10% 0 0
}

.ost-new-right {
    width: 40%
}

.ost-new-right img {
    width: 100%
}

.ost-history {
    width: 100%;
    padding: 7% 0 7% 15%;
    background: #fffcee;
    overflow: hidden;
    position: relative
}

.ost-caption {
    position: absolute;
    left: 79px;
    top: -170px;
    width: 0;
    height: 0
}

.ost-caption h2 {
    font-weight: 800;
    font-size: 83px;
    line-height: 29px;
    color: #d9b06e;
    transform: rotate(90deg)
}

.ost-swiper {
    position: relative;
    width: 100%
}

.ost-slide {
    width: 100%;
    display: flex;
    padding-top: 20px
}

.ost-slide-image {
    position: relative;
    margin-right: 61px
}

.ost-slide-image img {
    margin-top: 40px;
    max-height: 187px
}

.osts-year {
    font-weight: 700;
    font-size: 80px;
    line-height: 48px;
    color: #f05022;
    margin-bottom: 53px
}

.osts-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #000
}

.ost-quote {
    width: 100%;
    padding: 7% 0 3%;
    position: relative
}

.ost-quote p {
    width: 100%;
    padding: 0 15%;
    font-weight: 600;
    font-size: 33px;
    line-height: 44px;
    text-align: center;
    color: #fff
}

.vm-purpose {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    background: #fff
}

.vm-purpose h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 29px;
    color: #000;
    margin-bottom: 32px
}

.vm-purpose p {
    font-size: 38px;
    line-height: 53px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.vm-visi {
    width: 100%;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    background-attachment: fixed
}

.vm-content {
    width: 50%;
    display: flex;
    position: absolute;
    top: 50%;
    right: 11%;
    transform: translateY(-50%)
}

.vm-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #383838;
    margin-right: 50px
}

.vm-desc {
    font-size: 22px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #383838
}

.vmm-misi {
    width: 100%;
    position: relative;
    padding: 0 !important;
    margin-bottom: -2%;
    background-attachment: fixed
}

.vm-space {
    width: 100%;
    height: 21px;
    background-color: #fff
}

.vmm-content {
    width: 50%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%)
}

.vmm-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #383838;
    margin-right: 50px
}

.vmm-desc {
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #383838
}

.vmm-desc hr {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.emp {
    width: 100%;
    padding: 0 15% 7% 12%;
    position: relative;
    background: #fff
}

.emp h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 70px;
    color: #f05022;
    margin-bottom: 1rem
}

.emp p {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #6a6a6a;
    margin-bottom: 1.5rem
}

.emp-img {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 25px
}

.emp-img-2 {
    position: relative;
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    column-gap: 3%
}

.commit-intro {
    width: 100%;
    padding: 60px 12% 100px;
    position: relative;
    background: #fbfbfb
}

.commit-intro h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 16px;
    text-align: center;
    color: #000
}

.commit-intro p {
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    color: #000;
    text-align: center
}

.accordion-item.active .accordion-header::before {
    content: "";
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 40px;
    z-index: 9;
    top: -34px
}

.accordion .accordion-item:nth-child(1).active .accordion-header::before {
    background-image: url(../images/components/commit-col-1.svg)
}

.accordion .accordion-item:nth-child(2).active .accordion-header::before {
    background-image: url(../images/components/commit-col-2.svg)
}

.accordion .accordion-item:nth-child(3).active .accordion-header::before {
    background-image: url(../images/components/commit-col-3.svg)
}

.accordion .accordion-item:nth-child(4).active .accordion-header::before {
    background-image: url(../images/components/commit-col-4.svg)
}

.accordion .accordion-item:nth-child(5).active .accordion-header::before {
    background-image: url(../images/components/commit-col-5.svg)
}

.commit-collapse {
    width: 100%;
    padding: 2% 6% 5%;
    height: 800px;
    background-color: #fbfbfb
}

.c-collapse {
    width: 100%;
    position: relative
}

.c-collapse-item {
    border-radius: 20px;
    width: 100%;
    padding: 0 110px;
    height: 357px;
    position: absolute
}

.c-collapse-item:nth-child(1) {
    background-color: #034839;
    top: 0;
    z-index: 1
}

.c-collapse-item:nth-child(2) {
    background-color: #f05022;
    top: 80px;
    z-index: 2
}

.c-collapse-item:nth-child(3) {
    top: 160px;
    background-color: #c6a872;
    z-index: 3
}

.c-collapse-item:nth-child(4) {
    top: 150px;
    z-index: 4
}

.c-collapse-head {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center
}

.c-collapse-no {
    width: 30px;
    margin-right: 30px;
    margin-left: 6%
}

.c-collapse-no,
.c-collapse-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 151.3%;
    color: #fff
}

.c-collapse-content {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    height: 262px;
    align-items: flex-start
}

.c-collapse-desc {
    width: 63%;
    display: flex;
    margin-left: 5%;
    padding: 24px 51px 0 1%
}

.c-collapse-logo {
    margin-right: 40px
}

.c-collapse-logo img {
    height: 85px
}

.c-collapse-sum {
    font-size: 15px;
    line-height: 23px;
    color: #fff
}

.c-collapse-image {
    width: 30%;
    position: relative
}

.c-collapse-image img {
    position: relative;
    top: 0;
    right: 0;
    transform: translateX(50%);
    max-height: 227px;
    border-radius: 50%
}

.commit-content {
    background-color: #fff7d7;
    width: 100%;
    position: relative;
    padding: 0 12% 10%;
    min-height: 500px
}

.commit-award {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 12%;
    gap: 33px;
    transform: translateY(-35%)
}

.commit-award-item {
    width: 100%;
    max-width: 338px;
    height: 145px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px
}

.commit-award-item img {
    height: 100%
}

.commit-production {
    width: 100%;
    padding: 213px 12% 0;
    display: grid;
    position: relative;
    row-gap: 159px
}

.commit-line {
    height: 100%;
    position: absolute;
    right: 12%;
    top: 213px;
    width: 229px;
    height: calc(100% - 213px);
    display: flex;
    justify-content: center
}

.commit-dashed {
    width: 2px;
    position: relative;
    top: 115px;
    height: calc(100% - 300px);
    background: repeating-linear-gradient(180deg, #fff7d7, #fff7d7 7px, #c6a872 7px, #c6a872 14px)
}

.compro-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.compro-contain {
    max-width: 550px;
    width: calc(100% - 305px)
}

.compro-con-top {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 23.5px
}

.compro-con-icon {
    width: 85px
}

.compro-con-icon img {
    width: 100%
}

.compro-con-title {
    margin: 0;
    font-weight: 600;
    font-size: 29px;
    line-height: 130%;
    color: #f05022;
    width: calc(100% - 107px)
}

.compro-con-text {
    font-size: 18px;
    line-height: 27px;
    color: #000
}

.compro-image {
    width: 229px;
    height: 229px;
    border-radius: 114.5px;
    overflow: hidden;
    z-index: 2
}

.compro-image img {
    width: 100%;
    object-fit: cover
}

.brands {
    width: 100%;
    padding: 2% 6% 6%;
    position: relative;
    z-index: 1
}

.brands>p {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    width: 100%;
    padding: 0 12%;
    text-align: center;
    color: #6a6a6a
}

.brands-list {
    width: 100%
}

.brands-list .brand-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.brand-item {
    width: 100%;
    padding: 50px 0 44px 0;
    border-bottom: .5px solid #000
}

.brand-item::after {
    content: "";
    display: table;
    clear: both
}

.bri-left {
    width: 39%;
    float: left
}

.bri-left img {
    width: 100%;
    border-radius: 10px
}

.bri-right {
    width: 59%;
    float: left;
    padding-left: 45px
}

.bri-logo {
    width: 150px;
    height: 150px
}

.bri-logo img {
    width: 150px;
    border-radius: 50%
}

.bri-desc {
    font-size: 17px;
    line-height: 29px;
    color: #000;
    margin-bottom: 16px
}

.bri-right a {
    color: #f05022;
    font-weight: 600;
    font-size: 17px;
    line-height: 29px
}

.brand-top {
    width: 100%;
    padding: 5% 12% 50px;
    background: #fbfbfb
}

.bt-box {
    display: grid;
    justify-items: center;
    gap: 20px;
    margin-bottom: 41px
}

.bt-box img {
    max-height: 170px;
    border-radius: 50%
}

.bt-box h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 29px;
    color: #000
}

.brand-top p {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    color: #000
}

.brand-swiper {
    width: 100%;
    padding: 0 0;
    background-color: #fbfbfb
}

.brand-bottom {
    width: 100%;
    padding: 5% 12% 9.5%;
    display: grid;
    justify-items: center;
    background: #fbfbfb
}

.brand-bottom p {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #000;
    margin-bottom: 50px
}

.brand-bottom .c-btn {
    font-size: 17px;
    line-height: 29px;
    padding: 15px 50px !important;
    margin-bottom: 50px
}

.brand-share {
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    column-gap: 21px;
    justify-items: center
}

.bs-link {
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    border-radius: 30px;
    transition: all .3s ease;
    height: 60px
}

.bs-link img {
    transition: all .5s ease-out
}

.bs-link:hover {
    background-color: #f05022;
    border: 1px solid #f05022
}

.bs-link:hover .bs-icon-twitter {
    background-image: url(../images/icon/twitter.svg)
}

.bs-link:hover .bs-icon-ig {
    background-image: url(../images/icon/ig.svg)
}

.bs-link:hover .bs-icon-fb {
    background-image: url(../images/icon/fb.svg)
}

.bs-icon-ig {
    background-image: url(../images/icon/ig-dark.svg);
    width: 21px;
    height: 21px;
    background-size: 100% 100%
}

.bs-icon-twitter {
    background-image: url(../images/icon/twitter-dark.svg);
    width: 21px;
    height: 21px;
    background-size: 100% 100%
}

.bs-icon-fb {
    background-image: url(../images/icon/fb-dark.svg);
    width: 21px;
    height: 21px;
    background-size: 100% 100%
}

.brand-related {
    background-color: #fff7d7;
    width: 100%;
    padding: 4% 0 5%;
    position: relative
}

.brand-related a {
    display: inline-block
}

.br-title {
    font-weight: 600;
    font-size: 28px;
    width: 100%;
    padding: 0 12%;
    line-height: 35px;
    margin-bottom: 30px;
    color: #000
}

.br-content {
    display: grid;
    padding: 0 9%;
    width: 100%;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: flex-start;
    align-content: center;
    column-gap: 4%;
    overflow: hidden;
    padding: 15px 12% 28px
}

.br-item {
    width: 100%;
    position: relative;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s ease-out;
    background: #fff
}

.br-item img {
    width: 100%
}

.br-item:hover {
    box-shadow: 0 2px 10px rgb(129 129 129 / 50%)
}

.contact-info {
    width: 100%;
    padding: 5% 12%;
    background-color: #fbfbfb
}

.contact-info [class*=col-] {
    padding: 0 !important
}

.contact-info .row {
    padding: 0 !important;
    margin: 0 !important
}

.contact-box {
    width: 100%;
    background-color: #f05022;
    height: 356px;
    padding: 50px 0 0;
    text-align: center
}

.contact-box-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 38px
}

.contact-box-title {
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #fff
}

.contact-box-address {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 280px;
    position: relative;
    margin-top: 15px;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.contact-map {
    width: 100%;
    height: 356px;
    position: relative;
    overflow: hidden
}

.contact-box-time {
    width: 100%;
    align-items: center;
    font-size: 14px;
    line-height: 29px;
    color: #fff
}

.contact-box .fot-contact {
    display: grid;
    justify-items: center;
    margin-top: 0 !important
}

.contact-box .fotc-item a {
    font-size: 18px;
    line-height: 29px
}

.contact-form {
    width: 100%;
    padding: 5% 12% 7%;
    position: relative;
    display: grid;
    justify-items: center;
    background-color: #fff7d7
}

.contact-form h2 {
    font-size: 39px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px
}

.contact-form p {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    color: #6a6a6a;
    max-width: 850px
}

.contact-inform {
    width: 75%;
    margin-top: 3%
}

.contact-inform label {
    font-weight: 600;
    font-size: 17px !important;
    line-height: 25px !important;
    color: #060606 !important;
    display: inline-block;
    margin-bottom: .3rem
}

.cin-group {
    margin-bottom: 1rem
}

.cin-captcha {
    margin-top: 30px
}

.cin-group .c-btn {
    margin-top: 10px
}

.cc-group {
    margin-bottom: 1.3rem;
    margin-top: 20px;
    position: relative;
    cursor: pointer
}

.cc-group label {
    margin: 0;
    margin-top: 1px;
    padding-left: 25px
}

.cc-check {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0
}

.cc-check i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-weight: 700;
    color: #f05022;
    display: none
}

.cs-group {
    margin-bottom: 100px;
    position: relative
}

.cs-select {
    height: 55px;
    width: 100%;
    color: #060606;
    background-color: #fff7d7;
    border: 0;
    border-bottom: 1px solid #433400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: .375rem 0;
    line-height: 2.5;
    font-weight: 600
}

.cs-select i {
    font-weight: 700
}

.cs-group label {
    font-weight: 400
}

.cs-content {
    position: absolute;
    display: none;
    left: -1.5%;
    top: 38px;
    width: 103%;
    height: auto;
    background: #a2a2a2;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px;
    padding: 5px 3px 10px
}

.cs-item {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 25px;
    cursor: pointer;
    color: #fff
}

.cs-active {
    color: #dadada !important;
    padding: 5px 25px 5px 5px !important
}

.cs-active::before {
    content: "\e83f";
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-right: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cin-group textarea {
    resize: none;
    height: 152px;
    line-height: 1.5rem
}

.cin-control {
    display: block;
    width: 100%;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #060606;
    background-color: #fff7d7;
    outline: 0;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #433400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.cin-control[type=checkbox]:after {
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #b3b3b3 #dcddde #dcddde #b3b3b3
}

.cin-control option {
    font-weight: 700
}

.cin-sub-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 35px;
    color: #060606
}

.cin-sub-desc {
    font-size: 17px;
    line-height: 25px;
    color: #6a6a6a;
    margin-bottom: 17px
}

.cin-label {
    font-size: 17px !important;
    line-height: 25px !important;
    color: #6a6a6a !important;
    font-weight: 400 !important
}

.news-intro {
    width: 100%;
    padding: 5% 0 5% 12%;
    position: relative;
    background-color: #fff
}

.news-hot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.neh-left {
    width: 38%;
    padding-right: 60px
}

.neh-cat {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #000;
    margin-bottom: 9px;
    text-transform: uppercase
}

.neh-title {
    font-weight: 600;
    font-size: 43px;
    line-height: 50px;
    color: #f05022;
    margin-bottom: 4px
}

.neh-date {
    font-size: 18px;
    line-height: 151.3%;
    color: #6a6a6a;
    margin-bottom: 36px
}

.neh-link {
    font-size: 17px;
    line-height: 36px;
    color: #f05022
}

.neh-link:hover,
.neh-link:hover span {
    color: #957e51
}

.neh-link span {
    text-decoration: underline
}

.neh-right {
    max-width: 62%
}

.neh-right img {
    width: 100%
}

.news-list {
    width: 100%;
    padding: 0 12% 10%;
    background: #fff7d7;
    position: relative
}

.nl-action {
    width: 100%;
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nl-search {
    display: flex;
    align-items: center
}

.nl-query {
    font-size: 18px;
    line-height: 27px;
    color: #000
}

.nlq-on {
    color: #f05022;
    font-weight: 600
}

.nls-input {
    border: .5px solid #c3b785;
    border-radius: 42px;
    height: 44px;
    padding: 0 22px;
    width: 305px;
    font-size: 18px;
    line-height: 27px;
    color: #828282;
    outline: 0;
    margin-right: 10px
}

.nls-btn {
    outline: 0;
    border: none;
    background: #f05022;
    border-radius: 42px;
    height: 44px;
    width: 144px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.nls-btn i {
    font-size: 27px;
    margin-right: 8px
}

.nls-btn span {
    margin-right: 5px
}

.news-cats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.news-cat {
    padding: 3px 0 2px;
    background: #fff;
    border-radius: 42px;
    border: 1.5px solid #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 2px 1px
}

.news-cat-active {
    color: #f05022 !important;
    border: 1.5px solid #f05022
}

.news-cat:hover {
    color: #f05022;
    border: 1.5px solid #f05022
}

.news-list .har-content {
    row-gap: 61px
}

.news-view {
    width: 100%;
    padding: 4% 12% 15%;
    background: #fbfbfb
}

.nv-cat {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 29px;
    color: #000
}

.nv-image {
    width: 100%;
    position: relative;
    margin-bottom: 55px;
    margin-top: 50px
}

.nv-image img {
    width: 100%
}

.nv-date {
    font-size: 18px;
    line-height: 27px;
    color: #6a6a6a;
    margin-bottom: 2px
}

.nv-title {
    font-weight: 600;
    font-size: 43px;
    line-height: 50px;
    color: #f05022
}

.nv-desc {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 50px
}

.news-share {
    display: flex;
    align-items: center
}

.news-share-title {
    font-size: 19px;
    line-height: 29px;
    color: #000;
    margin-right: 21px
}

.news-share-to {
    display: flex;
    align-items: center
}

.news-share-to a {
    margin-right: 21px
}

.news-related {
    padding: 5% 12% 9.5%;
    width: 100%;
    background-color: #fff7d7
}

.news-related>h2 {
    font-weight: 600;
    font-size: 43px;
    line-height: 50px;
    color: #f05022
}

.career-intro {
    width: 100%;
    padding: 5% 7%;
    position: relative;
    background-color: #fbfbfb
}

.cari-story {
    width: 100%;
    position: relative;
    margin-bottom: 60px
}

.cari-story h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 29px;
    color: #000;
    text-align: center;
    margin-bottom: 37px
}

.cari-story p {
    padding: 0 5%;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #000
}

.cari-ch {
    background-color: #cdcdcd;
    border-radius: 25px;
    display: flex
}

.cari-ch-left {
    width: 50%;
    overflow: hidden;
    position: relative
}

.cari-ch-right {
    width: 50%;
    padding: 7% 4%;
    position: relative;
    background-color: #f05022;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.cari-ch-telling {
    position: relative;
    z-index: 3
}

.cari-ch-right h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    z-index: 2
}

.cari-ch-right p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    z-index: 2
}

.career-budaya {
    width: 100%;
    height: auto;
    position: relative
}

.carb-title {
    margin-bottom: 53px
}

.carb-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 27px;
    text-align: center;
    color: #000
}

.carb-slide-main {
    width: 100%;
    display: flex
}

.carb-sm-item {
    position: relative;
    width: 20%
}

.carb-sm-item img {
    width: 100%
}

.carb-sm-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(31, 31, 31, .7);
    height: 50%;
    width: 100%;
    padding: 32px 30px 0
}

.carb-sm-content h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    margin-bottom: 23px
}

.carb-sm-content p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff
}

.carb-slide {
    width: 100%;
    position: relative
}

.carb-slide-image,
.carb-slide-image-mob {
    width: 100%
}

.carb-slide-content {
    position: absolute;
    background-image: url(../images/components/career-slide-overlay.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%
}

.carb-sc-desc {
    position: relative;
    width: 65%;
    top: calc(50% - 21px);
    left: 13%
}

.carb-sc-desc h3 {
    font-weight: 800;
    font-size: 51px;
    line-height: 51px;
    color: #fff;
    margin-bottom: 12px
}

.carb-sc-desc p {
    font-size: 17px;
    line-height: 26px;
    color: #fff
}

.career-people {
    width: 100%;
    position: relative
}

.cap-caption {
    position: relative;
    width: 100%;
    background-color: #fbfbfb;
    padding: 5% 7% 2%;
    text-align: center
}

.cap-caption h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 43px;
    color: #000
}

.cap-caption p {
    font-size: 18px;
    line-height: 29px;
    color: #000
}

.cap-content {
    position: relative;
    padding: 5% 10% 5%
}

.cap-view {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 5
}

.cap-image {
    background-color: #fff;
    padding: 20px 20px 18px;
    position: relative;
    box-shadow: 0 6px 9px rgba(0, 0, 0, .52)
}

.cap-image::before {
    position: absolute;
    content: " ";
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    background-image: url(../images/components/overlay-image-career.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 33.5px;
    width: 173.5px
}

.cap-image img {
    background-color: #c4c4c4;
    margin-bottom: 21px;
    height: 386px;
    width: 353px
}

.cap-person {
    text-align: center
}

.cap-person h3 {
    font-family: 'Reenie Beanie';
    font-weight: 500;
    font-size: 50px;
    line-height: 24px;
    text-align: center;
    color: #010101;
    margin-bottom: 8px
}

.cap-person p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    color: #010101
}

.cap-desc {
    background-image: url(../images/components/career-people-desc-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 501px;
    width: 100%;
    padding: 35px 40px 35px 35px;
    font-size: 20px;
    line-height: 33px;
    color: #090909;
    display: flex;
    align-items: center
}

.cap-thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
    position: relative
}

.cap-thumb-flex {
    width: max-content;
    display: flex
}

.cap-thumb-active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .86)
}

.cap-thumb-item {
    padding: 10px 10px 25px 10px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 26px;
    transition: all .5s ease-out
}

.cap-thumb-item:last-child {
    margin-right: 0
}

.cap-thumb-item img {
    max-width: 85px;
    height: 78px
}

.career-journey {
    width: 100%;
    position: relative;
    padding: 3% 5% 10%;
    background-color: #fbfbfb;
    overflow: hidden
}

.career-journey h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 5%;
    text-align: center;
    color: #000;
    z-index: 2
}

.cjo-content {
    position: relative;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    column-gap: 1.33%;
    row-gap: 3.5%;
    width: 100%
}

.cjo-item {
    background-color: #f9f9f9;
    position: relative;
    padding-bottom: 20px;
    transition: all .5s ease-out;
    overflow: hidden
}

.cjo-item:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
    background-color: #fff
}

.cjo-img {
    width: 100%;
    position: relative
}

.cjo-img img {
    width: 100%
}

.cjo-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 29px;
    color: #fff
}

.cjo-detail {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding: 20px;
    height: 105px;
    overflow: hidden
}

.career-join {
    width: 100%;
    position: relative;
    padding: 5% 6% 10%
}

.caj-content {
    width: 100%;
    position: relative;
    z-index: 102;
    text-align: center
}

.caj-content h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 29px;
    text-align: center;
    color: #000;
    margin-bottom: 5%
}

.caj-art {
    position: absolute;
    width: 88%;
    bottom: -5%;
    z-index: 101
}

.caj-art img {
    width: 100%
}

.owner-telling {
    width: 100%;
    padding: 3% 12% 3%;
    background-color: #fbfbfb
}

.owl-title {
    width: 100%
}

.owl-first {
    margin-top: 68px
}

.owl-title h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 29px;
    color: #000
}

.owl-img {
    width: 100%;
    border-radius: 8px
}

.owl-quote {
    margin-top: 45px
}

.owlq-kutip {
    width: 100%;
    font-weight: 800;
    font-size: 54px;
    line-height: 30px;
    text-align: center;
    color: #f05022
}

.owlq-content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.owlq-by {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.owl-first-right {
    width: 100%;
    padding-left: 15px;
    padding-top: 10px
}

.owl-first-right h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 34px;
    color: #f05022
}

.owl-first-right p {
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.owner-detail-1 {
    width: 100%;
    padding: 0 12% 3%;
    background: #fbfbfb
}

.owner-detail-2 {
    width: 100%;
    padding: 0 12% 3%;
    background: #fbfbfb
}

.owner-detail-1 h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 35px;
    color: #000
}

.od1-img {
    width: 100%;
    padding-left: 15px
}

.owner-detail-1 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin-bottom: 40px;
    color: #000
}

.owner-detail-2 h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 29px;
    color: #000;
    margin-bottom: 64px
}

.owner-detail-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.owner-share {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    background-color: #fbfbfb;
    padding-bottom: 5%
}

.owner-detail-2 .owl-img {
    width: 90%
}

.owner-talk-1 {
    width: 90%
}

.owner-talk-2 {
    width: 100%
}

.kp-image-title {
    font-weight: 400;
    padding: 18px 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6a6a6a
}

.kp-image-title-2 {
    font-weight: 400;
    padding: 18px 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6a6a6a;
    width: 90%
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center
}

.cm-content {
    background-color: #fff;
    max-width: 700px;
    min-width: 300px;
    width: 50%;
    height: auto;
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 35px 20px;
    row-gap: 20px;
    border-radius: 10px;
    animation: bounce .4s;
    transition: all .3s ease-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, .419)
}

.cm-image {
    width: 90px
}

.cm-image img {
    width: 90px
}

.cm-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #f05022
}

.cm-desc {
    font-size: 13px;
    line-height: 18px;
    color: #626262;
    text-align: center
}

#cerror .cm-desc {
    font-size: 16px
}

@keyframes bounce {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.captcha-google {
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    z-index: 999
}

.captcha-google img {
    width: 64px
}

.desk-ver {
    display: block
}

.desk-ver-unset {
    display: unset
}

.mob-ver-unset {
    display: none
}

.desk-ver-grid {
    display: grid
}

.desk-ver-flex {
    display: flex
}

.mob-ver-flex {
    display: none !important
}

.mob-ver {
    display: none
}

.scroll-up {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    position: fixed;
    bottom: 20px;
    right: 16%;
    opacity: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: visibility 0s, opacity .5s linear;
    z-index: 999
}

.scroll-img {
    background-image: url(../images/icon/scroll-up.svg);
    background-size: 100% 100%;
    height: 8px;
    width: 11px;
    margin-top: 9px;
    margin-left: -1px
}

.general-banner {
    width: 100%;
    position: relative
}

.gb-image {
    width: 100%
}

.gb-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    display: grid;
    justify-items: center;
    align-content: center
}

.gb-section {
    font-size: 15px;
    line-height: 29px;
    color: #fff
}

.gb-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    color: #fff
}

.breadcumb {
    width: 100%;
    position: relative;
    padding: 17px 13% 23px;
    background-color: #fff
}

.bc-ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 101;
    position: relative
}

.bc-li {
    padding-right: 5px
}

.bc-li a {
    font-size: 15px;
    line-height: 29px;
    color: #373737;
    transition: color .2s ease-in-out
}

.bc-li a:hover {
    color: #f05022
}

.bc-active,
.bc-active a {
    color: #f05022;
    font-weight: 600
}

.bc-li::after {
    content: "\e844";
    font-family: feather !important;
    color: #373737;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-li:last-child::after {
    display: none
}

.c-switch {
    width: 74px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .5s ease-out
}

.c-switch-move {
    border-radius: 100px;
    width: 38px;
    height: 28px;
    position: absolute;
    top: -1px;
    transition: all .5s ease-out;
    left: -1px;
    background-color: #000;
    z-index: 0
}

.c-switch-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000;
    width: 36px;
    z-index: 1
}

.c-switch-active {
    color: #fff !important
}

.c-switch-label:first-child {
    padding-left: 8px
}

.c-btn {
    font-weight: 600;
    font-size: 17px;
    outline: 0;
    line-height: 27px;
    color: #fff;
    padding: 16px 30px;
    border-radius: 100px;
    transition: all .3s ease-in-out;
    border: none
}

.c-btn-form {
    padding: 10px 45px;
    font-size: 18px
}

.c-btn:hover {
    border: none;
    color: #fff;
    outline: 0
}

.c-btn:active {
    border: none;
    outline: 0;
    color: #545454
}

.c-btn i {
    margin-left: 5px;
    transition: all .3s ease
}

.c-btn:hover i {
    margin-left: 20px
}

.bg-green {
    background-color: #f05022
}

.bg-white {
    background-color: #fff
}

.line-art {
    width: 100%;
    position: absolute;
    height: auto;
    left: 0;
    z-index: 100
}

.line-art-top {
    top: 0;
    transform: translateY(-50%)
}

.line-art-top img {
    width: 100%;
    position: relative
}

.line-art-bottom {
    bottom: 0;
    transform: translateY(50%)
}

.line-art-bottom img {
    width: 100%;
    position: relative;
    bottom: 0
}

.swiper-pagination-bullet {
    height: 11px !important;
    width: 11px !important;
    opacity: 1 !important
}

.ag-con {
    width: 100%;
    position: relative;
    background: #6a6a6a38
}

.link-more {
    color: #f05022;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 600
}

.link-more:hover {
    color: #f05022
}

.link-more:hover::after {
    font-size: 15px;
    line-height: 22.5px;
    transition: all .3s ease-in-out;
    padding-left: 15px
}

.link-more::after {
    font-family: feather !important;
    content: "\e829";
    font-size: 15px;
    transition: all .3s ease-out;
    padding-left: 10px
}

.c-icon-img {
    width: 18px;
    height: auto
}

.c-icon-img-21 {
    width: 21px;
    height: auto
}

.c-icon {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block
}

.c-sm {
    width: 18px;
    height: 18px
}

.c-md {
    width: 21px;
    height: 21px
}

.c-envelope {
    background-image: url(../images/icon/envelope.svg)
}

.c-phone-call {
    background-image: url(../images/icon/phone-call.svg)
}

.c-ig {
    background-image: url(../images/icon/ig.svg)
}

.c-fb {
    background-image: url(../images/icon/fb.svg)
}

.c-linkedin {
    background-image: url(../images/icon/linkedin.svg)
}

.c-linkedin-blue {
    background-image: url(../images/icon/linkedin-blue.png)
}

.nav-desktop {
    width: 100%;
    padding: 28.5px 7%;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.hide-nav {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.nav-desktop-trans {
    width: 100%;
    padding: 28.5px 7%;
    z-index: 999;
    position: fixed;
    transition: all .5s ease-out, background-color .5s ease;
    top: 0;
    left: 0
}

.nav-desktop-curve {
    width: 100%;
    padding: 19px 5%;
    z-index: 999;
    position: fixed;
    transition: all .5s ease-out, background-color .5s ease;
    top: 0;
    left: 0
}

.nav-desktop-curve .nd-con {
    background: rgba(255, 255, 255, .77);
    box-shadow: 0 4px 26px rgba(189, 189, 189, .25);
    border-radius: 41px;
    padding: 10px 34px 10px
}

.nav-desktop-curve .nd-con-curve {
    box-shadow: unset !important
}

.nd-con {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nd-space {
    width: 100%;
    height: 121px
}

.nd-logo {
    width: auto;
    height: 64px
}

.nd-logo a {
    outline: 0
}

.nd-nav {
    width: auto
}

.nd-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.nd-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    vertical-align: middle
}

.nd-item>a,
.nd-item>span {
    color: #000;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    padding-bottom: 2px;
    cursor: pointer
}

.nd-item>a:hover,
.nd-item>span:hover {
    border-bottom: 3px solid #000
}

.nd-active>a,
.nd-active>span {
    border-bottom: 3px solid #000
}

.nd-child {
    display: none;
    width: 100%;
    position: absolute;
    top: 121px;
    left: 0;
    vertical-align: top
}

.nd-cubus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f05022;
    transform: rotate(45deg);
    display: none;
    transition: all .5s ease-in-out
}

.block-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    z-index: 103;
    background-color: rgba(0, 0, 0, .46)
}

.nd-child-con {
    display: flex;
    width: 100%
}

.ndc-left {
    width: 50%;
    background-color: #f05022;
    background-image: url(../images/components/dropdown-bg2.svg);
    background-size: cover
}

.ndcl-con {
    padding: 5% 20%;
    font-size: 15px;
    line-height: 22.5px;
    color: #fff
}

.ndcl-con p {
    margin-bottom: 10px
}

.ndc-right {
    width: 50%;
    background-color: #fffae5
}

.ndcr-list {
    width: 100%;
    padding: 4% 8% 3%;
    margin: 0;
    column-gap: 70px;
    list-style: none;
    display: grid;
    grid-template-columns: 120px 200px
}

.ndcr-list li {
    padding: 0;
    margin: 0;
    margin-bottom: 7px
}

.ndcr-list li a {
    font-size: 15px;
    line-height: 33px;
    color: #000
}

.ndcr-list li a:hover {
    color: #f05022
}

.ndcr-active a {
    color: #f05022 !important;
    font-weight: 500
}

.nav-mobile {
    transition: all .5s ease-out;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.nm-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    background-color: #fff;
    width: 100%
}

.nm-logo img {
    height: 38px
}

.nm-toggle i {
    font-size: 30px;
    transition: all .3s ease-in-out;
    color: #000
}

.nm-nav {
    background-color: #fff;
    display: none;
    width: 100%;
    position: fixed;
    top: 62px;
    left: 0;
    min-height: 150vh;
    vertical-align: top;
    border-top: 1px solid #eee;
    padding: 47px 0;
    z-index: 999
}

.nm-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.nm-dropdown {
    padding: 20px 0;
    list-style: none;
    display: none;
    margin-top: 40px;
    background-color: #fffae5;
    position: relative
}

.nm-dropdown li:last-child {
    margin-bottom: 0
}

.nm-active>a {
    color: #f05022 !important
}

.nm-active .nm-dropdown {
    display: block;
    transition: all .5s ease-out
}

.nm-drop>a {
    display: flex;
    justify-content: space-between
}

.nm-drop>a i {
    padding-top: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    transition: all .5s ease-out;
    color: #000
}

.icon-chevron-down:before {
    content: "\e842" !important
}

.nm-dropdown li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 33px;
    color: #000;
    padding-left: 32px;
    margin-bottom: 10px
}

.nm-dropdown li a {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 33px !important
}

.nm-dropdown::before {
    content: "";
    background-color: #fffae5;
    width: 38px;
    height: 38px;
    position: absolute;
    top: -7px;
    left: 70px;
    transform: rotate(45deg);
    z-index: -1
}

.nm-list>li {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    position: relative;
    margin-bottom: 30px
}

.nm-list li a {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    padding: 0 36px
}

.nm-list .on-c-switch {
    padding: 0 36px
}

.footer {
    width: 100%;
    position: relative
}

.fot-content {
    width: 100%;
    padding: 5% 15% 4%;
    background-color: #f05022;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.fot-left {
    position: relative
}

.fot-right {
    padding-top: 15px;
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
}

/* .fot-right::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #035C49;
    top: 60px;
} */

.fot-logo {
    position: relative
}

.fot-logo img {
    height: 65px
}

.fot-address {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    max-width: 260px;
    color: #fff
}

.fot-contact {
    margin-top: 15px
}

.fotc-item {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px
}

.fotc-item a {
    padding-left: 10px;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    transition: all .2s ease-in-out
}

.fotc-icon {
    width: 18px
}

.fot-link {
    position: relative
}

.fotl-title {
    font-size: 16px;
    line-height: 29px;
    max-width: 225px;
    padding: 0 7px 16px;
    width: 15vw;
    border-bottom: 1px solid #f05022;
    color: #fff
}

.fotl-url {
    list-style: none;
    padding: 20px 7px;
    margin: 0
}

.fotl-url li {
    padding: 0 0 13px
}

.fotl-url,
.fotl-url a {
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    transition: all .2s ease-in-out
}

.fotc-item a:hover,
.fotl-url a:hover {
    color: #d2af6d
}

.fotl-sosmed {
    padding: 20px 7px
}

.fotl-sosmed a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom
}

.fotl-sosmed a:hover {
    transform: scale(1.1)
}

.fot-copy {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #f05022;
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.swiper-slide {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.sec {
    padding: 28.5px 13%;
    position: relative;
    /* overflow: hidden; */
}

.sec-purpose {

    padding: 30px 13% 60px 13%;
    background: #fff;
}

.sec-purpose h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */


    color: #f05022;
    margin-bottom: 30px;

}

.sec-purpose p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 39px;
    max-width: 992px;
    /* or 170% */


    color: #0B0B0B;
}

.sec-vision {
    background: #FFF3C1;
    padding: 120px 13% 100px 13%;
    min-height: 645px;
}


.sec-vision h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    /* identical to box height, or 120% */


    color: #f05022;
    margin-bottom: 30px;

}

.sec-vision>p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 39px;
    text-align: center;
    /* or 170% */


    color: #0B0B0B;
}

.vision-group {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    min-width: 980px;
}

.vision-item-wrapper {
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: 246px;
}
.vision-item {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transform: scale(1.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.vision-item .the-green {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 50%;
    top: 65%;
    left: 0;
    padding: 20px 40px;
    display: flex;
    align-items: start;
    justify-content: center;
    background: linear-gradient(180deg, rgba(19, 145, 39, 0.59) 22.63%, rgba(8, 123, 56, 0.87) 57.81%);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    /* or 229% */
    overflow: hidden;
    text-align: center;

    color: #FFFFFF;
    transition: all .3s ease;
    line-height: 1.3;

}

.vision-item .the-text {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    opacity: 0;
    transition: all .3s ease;
}

.vision-item * {
    cursor: default;
}

.vision-item .the-text * {
    text-align: center;
}

.vision-item .the-text strong {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.vision-item .the-text p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    color: #FFFFFF;
}

.vision-item .the-green p {
    opacity: 1;
    transition: all .3s ease;
}

.vision-item:hover .the-green {
    border-radius: 50%;
    height: 100%;
    top: 0;
}

.vision-item:hover .the-green p {
    opacity: 0;
}

.vision-item:hover .the-text {
    opacity: 1;
}

.sec-mission {
    padding: 140px 13% 200px 13%;
    display: flex;
    flex-direction: row;
    background: white;
}

.content {
    width: 45%;
    padding-right: 9%;
}

.carou {
    width: 55%;
}

.main {
    position: relative;
    border-radius: 50%;
    width: 82%;
    margin: auto;
    aspect-ratio: 1/1;
    transform: rotate(90deg);
    box-shadow: 0px 0px 1px 1px #91BCA3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctn {
    transform: rotate(-90deg);
    width: 70%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctn .ctn-text {
    width: 90%;
    aspect-ratio: 1/1;
    background: linear-gradient(180deg, rgba(19, 145, 39, 0.45) 22.63%, rgba(8, 123, 56, 0.70) 57.81%);
    position: relative;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: clamp(15px, 1.4vw, 30px);
    line-height: clamp(20px, 1.8vw, 50px);
    /* or 150% */
    padding: clamp(12px, 1.5vw, 30px);
    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.circle {
    position: absolute;
    left: 40%;
    top: 40%;
    height: 20%;
    width: 20%;
    border-radius: 50%;
}

.circle:nth-child(1) {
    transform: rotate(0deg) translateX(260%);
}

.circle:nth-child(2) {
    transform: rotate(calc((360deg/7)*1)) translateX(260%);
}

.circle:nth-child(3) {
    transform: rotate(calc((360deg/7)*2)) translateX(260%);
}

.circle:nth-child(4) {
    transform: rotate(calc((360deg/7)*3)) translateX(260%);
}

.circle:nth-child(5) {
    transform: rotate(calc((360deg/7)*4)) translateX(260%);
}

.circle:nth-child(6) {
    transform: rotate(calc((360deg/7)*5)) translateX(260%);
}

.circle:nth-child(7) {
    transform: rotate(calc((360deg/7)*6)) translateX(260%);
}

.circle:nth-child(1)>div {
    transform: rotate(0deg);
}

.circle:nth-child(2)>div {
    transform: rotate(calc((-360deg/7)*1));
}

.circle:nth-child(3)>div {
    transform: rotate(calc((-360deg/7)*2));
}

.circle:nth-child(4)>div {
    transform: rotate(calc((-360deg/7)*3));
}

.circle:nth-child(5)>div {
    transform: rotate(calc((-360deg/7)*4));
}

.circle:nth-child(6)>div {
    transform: rotate(calc((-360deg/7)*5));
}

.circle:nth-child(7)>div {
    transform: rotate(calc((-360deg/7)*6));
}

.circle>div {
    width: 100%;
    height: 100%;
}

.circle>div>div {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -0.996783px 20.9324px 29.9035px rgba(26, 67, 175, 0.2);
    position: relative;
}

.circle>div>div img:nth-child(1) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .5s ease;
}

.circle>div>div img:nth-child(2) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}

.circle:hover>div>div img:nth-child(1) {
    opacity: 0;
}

.circle:hover>div>div img:nth-child(2) {
    opacity: 1;
}

.circle>div>div:hover {
    transform: rotate(-90deg) scale(1.5);
}




.sec-mission h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    margin-bottom: 20px;

    color: #f05022;
}

.sec-mission ul {
    list-style: none;
    padding: 0;
}

.sec-mission li {
    display: flex;
    gap: 20px;
    padding: 24px 0px;
}

.sec-mission li:nth-child(odd) {
    border-bottom: 1px solid #EAEAEA;
}

.sec-mission li div {
    padding-top: 8px;
}

.sec-mission p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 39px;
    color: #0B0B0B;
    margin-bottom: 0;
}

.arts {
    top: -50px;
    left: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;

}

.arts img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    min-width: 800px;
}

@media (max-width: 1330px) {

    .vision-wrapper {
        width: 100vw;
        overflow-x: auto;
        padding: 5% 20%;
        position: absolute;
        left: 0;
    }

    .vision-wrapper::-webkit-scrollbar {
        display: none;
    }

    .vision-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .vision-item .the-text p {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .sec-mission {
        flex-direction: column;
    }

    .content {
        width: 100%;
        padding: 0;
    }

    .carou {
        width: 100%;
    }

    .main {
        width: 80%;
    }

    .sec-purpose {
        padding: 30px 24px;
    }

    .sec-purpose h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center;

    }

    .arts {
        top: -40px;
    }

    .sec-purpose p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .sec-vision {
        padding: 60px 30px 80px 30px;
        min-height: 550px;
    }

    .sec-vision h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center;

    }

    .sec-vision p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .vision-group {
        margin-top: 20px;
    }

    .sec-mission {
        padding: 30px 30px 100px 30px;
        gap: 50px;
    }

    .sec-mission h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .sec-mission li div {
        padding-top: 4px;
    }

    .sec-mission p {
        font-size: 18px;
        line-height: 26px;
    }

    .fot-right::after {
        display: none;
    }



}


@media (max-width: 1440px) {
    .vision-item .the-green {
        font-size: 18px;

    }

    .vision-item .the-text strong {
        font-size: 18px;
    }

    .vision-item .the-text p {
        font-size: 13px;
        line-height: 1.5;
    }
}