@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
}

body {
    overflow-x: hidden;
}

body.active{
    overflow-y: hidden;
}

.swiper-pagination{
    z-index: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    color: #383838;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

::placeholder {
    color: lightgrey;
}

#ContactUsDiv .dx-texteditor{
    border: none!important;
}

#ContactUsDiv .dx-texteditor-input{
    border-radius: 10px;
    padding: 15px 20px;
    background: #f9f9f9!important;
}

.gs-wrapper {
    position: relative;
    box-sizing: border-box;
}

.gs-text-center{
    text-align: center;
}

/* Swiper Start*/

.swiper {
    width: 100%;
    height: 100%;
    min-height: 640px;
    overflow: initial;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid white;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 40px;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 20px) 0;
}

.swiper-pagination-bullet>div {
    left: -30px;
    margin-top: -7px;
    position: absolute;
    color: white;
}

.gs-banner-layer .swiper-pagination-bullet::after {
    content: "";
    width: 2px;
    height: 22px;
    margin-top: 10px;
    left: 5px;
    position: absolute;
    background-color: white;
}

.swiper-pagination-bullet:last-child::after {
    display: none;
}

.gs-swiper-master-layer {
    height: 100vh;
    position: absolute;
}

/* End */

/* Navbar Start*/

.gs-navbar-box {
    width: 100%;
    z-index: 9;
    position: absolute;
    transition: all .3s ease-in-out;
}

.gs-navbar-box.active{
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #bababa;
}

.gs-navbar-box.active .gs-navbar-inner{
    padding: 15px 0;
}

.gs-navbar-box.active .gs-navbar-inner h6{
    filter: brightness(50%);
}

.gs-navbar-box.active .gs-navbar-inner .gs-menu img{
    filter: brightness(50%);
}

.gs-navbar-box.active .gs-logo img{
    max-width: 75px;
    transition: all .3s ease-in-out;
}

.gs-navbar-inner {
    padding: 50px 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gs-navbar-inner.active {
    z-index: 99;
}

.gs-navbar-inner.active h6 {
    content: "h6";
}

.gs-logo img {
    width: 100%;
    max-width: 113px;
}

.gs-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.gs-close {
    display: none;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.gs-menu h6 {
    color: white;
}

.gs-close h6 {}

.gs-menu img,
.gs-close img {
    width: 100%;
    max-width: 34px;
    margin-left: 15px;
    filter: brightness(100%);
}

.gs-menu-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-menu-layer.active {
    display: flex;
    overflow: hidden!important;
}

.gs-navbar-inner.active .gs-menu {
    display: none;
}

.gs-navbar-inner.active .gs-close {
    display: flex;
}

.gs-menu-scroll {
    width: 80%;
    height: 100%;
    max-height: 600px;
    margin: 80px 0 10px;
    overflow-y: auto;
}

.gs-menu-scroll::-webkit-scrollbar {
    border-radius: 50px;
    width: 5px;
    height: 8px;
    background-color: #bababa;
}

.gs-menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #ff9300;
}

.gs-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.gs-main-label {
    font-size: 37px;
    font-weight: 500;
    text-transform: uppercase;
    color: #676767;
    cursor: pointer;
}

.gs-main-label.active {
    color: #ff9300;
}

.gs-main-label:hover {
    color: #ff9300
}

.gs-sub-menu {
    padding: 30px;
    display: none;
    flex-direction: column;
    align-items: center;
}

.gs-sub-menu.active {
    display: flex;
}

.gs-sub-menu a {
    font-size: 22px;
    font-weight: 400;
    color: #676767 !important;
}

.gs-sub-menu a.active {
    color: #ff9300 !important;
}

.gs-sub-menu a:hover {
    color: #ff9300 !important;
}

.gs-lang {
    display: flex;
    flex-direction: row;
}

.gs-lang a {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    font-size: 19px;
    margin: 0 10px;
    color: white !important;
    background-color: #ff9300 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End */

/* Footer Start */

.gs-footer-box {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-emailalert img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 50px;
}

.gs-footer-layer2 {
    margin: 120px 0 60px 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #4f4f4f;
}

.gs-footer-layer2>div {
    width: 25%;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.gs-emailalert {
    display: flex;
    flex-direction: column;
}

.gs-emailalert h6 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9300;
}

.gs-input {
    width: 95%;
    height: 70px;
    border-radius: 50px;
    padding: 0 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gs-input input {
    border: none;
    width: 70%;
    padding-left: 10px;
}

.gs-input input:focus-visible {
    outline: initial;
}

.gs-input a {
    padding: 15px 35px;
    border-radius: 43px;
    background-color: #f3a02f;
    color: white !important;
}

.gs-footer-layer3 {
    width: 100%;
}

.gs-footer-layer3 h6 {
    padding: 40px 0;
    border-top: 1px solid #bababa;
    color: #4f4f4f;
    font-weight: 400;
    text-align: center;
}


/* End */

/* Banner Start*/

.gs-banner-right-side {
    width: 100%;
    height: 100vh;
    min-height: 640px;
    object-fit: cover;
}

.gs-banner-left-side {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gs-b1 {
    background-image: url(../img/Banner-Left1-ver3.jpg);
}

.gs-b2 {
    background-image: url(../img/Banner-Left2.jpg);
}

.gs-b3 {
    background-image: url(../img/Banner-Left3-ver4.jpg);
}

.gs-b4 {
    background-image: url(../img/Banner-Left4-ver11.jpg);
}

.gs-banner-relative{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.gs-banner-content {
    width: 40%;
    top: 33.5%;
    left: 50%;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gs-slide-page {
    font-size: 160px;
    line-height: 1;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.gs-text-underline {
    width: 50px;
    height: 5px;
    background-color: white;
}

.gs-slogan {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.gs-slogan-text1,
.gs-slogan-text2,
.gs-slogan-text3 {
    line-height: 1;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

.gs-slogan-text1 {
}

.gs-slogan-text2 {
    text-transform: uppercase;
}

.gs-slogan-text3 {
    text-transform: uppercase;
}

.gs-hyperlink {
    width: auto;
    height: 50px;
    border: 1px solid white;
    font-weight: 700;
    color: white;
    transition: all .3s ease-in-out;
}

.gs-hyperlink:hover {
    background-color: #ff9300;
    transition: all .3s ease-in-out;
}

.gs-hyperlink a {
    padding: 20px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gs-scroll{
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 65.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-scroll-label{
    color: white!important;
    font-weight: 500;
}

.gs-scroll-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-scroll-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 10px;
    animation: GsScrollAni 2s ease-in-out infinite;
    transform: translateY(-100%);
}

.gs-scroll-line{
    border-radius: 20px;
    width: 2px;
    height: 55px;
    background-color: white;
}

@keyframes GsScrollAni {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* End */

.gs-layer {
    position: relative;
    padding: 50px;
    background-color: white;
    overflow-x: hidden;
}

.gs-card {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.gs-card:last-child {
    margin: 0;
}

.gs-card-bg {
    border-radius: 50px;
    filter: brightness(60%);
    height: calc(100vh - 180px);
    background-size: cover;
    background-position: center;
}

.gs-card .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-card .gs-hyperlink{
    margin-top: 15px;
    height: 40px;
}

.gs-card .gs-hyperlink a{
    padding: 15px 25px;
}

.gsc2{
    z-index: 3;
}

.gs-c1 {
    background-image: url(../img/i_content1.jpg?ver=2);
}

.gs2-c1 {
    background-image: url(../img/i_content2_ver2.jpg);
}

.gs-center-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-center-desc .gs-text-underline {
    background-color: #ff9300;
}

.gs-center-bg {
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200%;
    z-index: 2;
}

.gs-center-desc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.gs-desc-top {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.gs-desc-bottom {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
}

.gs-card-text1 {
    font-size: 64px;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.gs-card-text2 {
    font-size: 24px;
    line-height: 1;
    color: white;
}

.gs-card-text3 {
    font-size: 32px;
    line-height: 1;
    color: white;
}

#GsSwiperDiv1,
#GsSwiperDiv2 {
    min-height: auto;
    height: auto;
    margin-bottom: 40px;
}

#GsSwiperDiv1 .swiper-pagination,
#GsSwiperDiv2 .swiper-pagination {
    position: relative;
    bottom: var(--swiper-pagination-bottom, -15px);
}

#GsSwiperDiv1 .swiper-pagination-bullet::after,
#GsSwiperDiv2 .swiper-pagination-bullet::after {
    content: "";
    width: 22px;
    height: 1px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    background-color: white;
}

#GsSwiperDiv1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#GsSwiperDiv1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
#GsSwiperDiv2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#GsSwiperDiv2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

#GsSwiperDiv1 .swiper-pagination-bullet-active,
#GsSwiperDiv2 .swiper-pagination-bullet-active {
    background: #ff9300;
    border: 1px solid #ff9300;
    ;
}

.gs-rd-text {
    position: absolute;
    z-index: 1;
    margin: 0;
    font-size: 220px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    overflow: hidden;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: example1 20s linear infinite;
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    opacity: .55;
}

@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-75%);
    }
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-75%);
    }
}

@keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-75%);
    }
}

/* ScrollMagic Start */

.panel {
    height: 100%;
    width: 100%;
}

.panel:last-child {}

.panel.green {
    margin-bottom: 400px
}

/* End*/

/* IR Start */

.gs-top-text-under {
    width: 40px;
    height: 5px;
    background-color: white;
}

.gs-ir-label {
    margin: 20px 0;
    text-transform: uppercase;
}

.gs-ir-label-top {
    line-height: 1;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.gs-ir-label-bottom {
    line-height: 1;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.gs-ir-layer {
    background-position: center;
    background-image: url(../img/i_ir_banner_left.png);
}

.gs-ir-left {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-ir-layer .gs-ir-left .gs-hyperlink{
    background-color: transparent;
}

.gs-ir-layer .gs-ir-left .gs-hyperlink a{
    color: white!important;
}

.gs-ir-layer .gs-ir-left .gs-hyperlink:hover{
    background-color: white;
}

.gs-ir-layer .gs-ir-left .gs-hyperlink a:hover{
    color: #ff9300!important;
}

.gs-ir-right {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_ir_banner_right.jpg);
}

.gs-ir-layer .gs-hyperlink a{
    color: white;
}

.gs-media-scroll {
    margin: 20px 0 30px 60px;
    padding-right: 40px;
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 360px;
    color: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.gs-media-scroll::-webkit-scrollbar {
    border-radius: 50px;
    width: 5px;
    height: 8px;
    background-color: white;
}

.gs-media-scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #d8881c;
}

.gs-media-item {
    margin-bottom: 20px;
}

.gs-media-item {
    color: white;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.gs-media-item:hover{
    border-bottom: 1px solid white;
}

.gs-media-date {
    font-weight: bold;
}

.gs-ir-header-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-ir-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.gs-ir-right .gs-top-text-under {
    background-color: #ff9300;
}

.gs-ir-tools {
    width: 100%;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.gs-ir-tools a {
    line-height: 1;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.gs-ir-tools a:nth-child(2) img{
    margin-top: 15px;
}


.gs-ir-tools div {
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 50%;
    border: 3px solid white;
}

.gs-ir-tools div:hover {
  
    background-color: #ff9300;
}


.gs-ir-tools img {
    width: 100%;
    max-width: 100px;
}

/* End */

/* Join Us Start */

.gs-joinus-layer {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-joinus-layer a {
    position: relative;
    transition: all .3s ease-in-out;
}

.gs-joinus-layer a:hover>img {
    filter: brightness(40%);
    transition: all .3s ease-in-out;
}

.gs-joinus-layer a>img {
    width: 100%;
    border-radius: 50px;
    filter: brightness(80%);
}

.gs-joinus-layer .gs-top-text-under {
    background-color: #ff9300;
}

.gs-joinus-layer .gs-joinus-label {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-joinus-layer .gs-ir-label-bottom {
    font-size: 64px;
    margin-top: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #ff9300;
}

.gs-joinus-text {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-joinus-text h6 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    color: white;
}

.gs-joinus-text img {
    width: 100%;
    max-width: 35px;
}

/* End */

/* Inner Page Start */

.gs-banner-inner{
    width: 100%;
    height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gs-banner-desc{
    position: absolute;
    left: auto;
    top: 35%;
    right: 8.5%;
}

.gs-ir{
    background-image: url(../img/ir_banner.png?ver=2);
}

.gs-about{
    background-image: url(../img/about_banner.png?ver=5);
}

.gs-exploring{
    background-image: url(../img/eit_banner.png?ver=32);
}

.gs-live{
    background-image: url(../img/solarlife_banner3.jpg);
}

.gs-esg{
    background-image: url(../img/esg_banner.png?ver=2);
}

.gs-joinus{
    background-image: url(../img/joinus_banner.png?ver=2);
}

.gs-contactus{
    background-image: url(../img/contactus_banner.png?ver=2);
}

.gs-media{
    background-image: url(../img/media_banner.png?ver=2);
}

.gs-ir .gs-banner-desc{
}

.gs-about .gs-banner-desc{
}

.gs-exploring .gs-banner-desc{
    top: 30%;
}

.gs-live .gs-banner-desc{
}

.gs-media .gs-banner-desc{
}

.gs-joinus .gs-banner-desc{
    right: 25%;
}

.gs-contactus .gs-banner-desc{
    right: 17.5%;
}

.gs-esg .gs-banner-desc{
    top: 30%;
}

.gs-inner-underline{
    width: 50px;
    height: 5px;
    margin-bottom: 10px;
    background-color: #ff9300;
}

.gs-inner-title{
    font-weight: 500;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    color: white;
}

.gs-inner-layer{
    margin: 140px auto;
}

.gs-inner-heading{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9300;
}

.gs-intro-img{
    width: 100%;
    height: 600px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-image: url(../img/intro_img01.png);
    background-position: bottom;
    background-size: cover;
}

.gs-vision-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.gs-vision-item h6{
    margin-top: 20px;
    line-height: 1.5;
    text-align: center;
    color: #383838;
}

.gs-vision-item i {
    font-size: 52px;
    color: #ff9300;
}

#VisionFlexibleModuleDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#VisionSwiperDiv{
    width: 100%;
    max-width: 600px;
    min-height: auto;
    overflow: hidden;
}

#VisionSwiperDiv img{
    width: 100%;
    max-width: 600px;
}

#VisionSwiperDiv .swiper-pagination-bullet{
    background-color: #bababa;
}

#VisionSwiperDiv .swiper-pagination-bullet-active{
    background: #ff9300;
}

.gs-flexible-module-title{
    font-size: 24px;
    color: #ff9300;
    text-align: center;
}

.gs-board{
    margin-bottom: 20px;
    display: grid;
    align-items: stretch;
    grid-template-rows: auto;
}

.gs-g2{
    grid-template-columns: repeat(2, 1fr);
}

.gs-g3{
    grid-template-columns: repeat(3, 1fr);
}

.gs-g4{
    grid-template-columns: repeat(4, 1fr);
}

.gs-board-item{
    background-color: white;
    padding: 20px 25px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.gs-board-name{
    font-size: 21px;
    font-weight: 500;
    color: #383838;
    text-align: center;
}

.gs-board-position{
    font-size: 16px;
    line-height: 2;
    color: #383838;
    text-align: center;
}

.gs-board-read-bio{
    margin: 15px 0 0;
    cursor: pointer;
}

.gs-board-read-bio i {
    font-size: 18px;
    color: #383838;
}

.gs-board-read-bio span{
    font-weight: 500;
    color: #383838;
}

.gs-board-read-bio:hover i,
.gs-board-read-bio:hover span{
    color: #ff9300;
}

.gs-board-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.gs-board-content-item.active{
    display: flex; 
}

.gs-board-content-item{
    margin: 10px 0 20px;
    width: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
}

.gs-board-content-item .gs-board-name,
.gs-board-content-item .gs-board-position {
    text-align: center;
    margin-bottom: 5px;
}

.gs-board-content-item .gs-board-position {
    font-size: 16px;
}

.gs-board-desc {
    margin-top: 10px;
    text-align: justify;
}

.gs-board-line{
    margin-top: 20px;
    width: 95%;
    height: 1px;
    margin-bottom: 10px;
    background-color: lightgrey;
}

.gs-board-content-item.active .gs-board-line{
    background-color: #ff9300;
}

.gs-pccs-img{
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-image: url(../img/pccs01.png);
    background-position: center;
    background-size: contain;
}

.gs-hbc-img{
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-image: url(../img/HBC.jpg);
    background-position: center;
    background-size: contain;
}

.gs-pccs-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    display: grid;
}

.gs-pccs-title{
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}

.gs-pccs-item p {
    font-size: 16px;
    margin-bottom: 0;
}

.gs-pccs-line{
    width: 20px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-pccs-desc{
    width: 100%;
    display: flex;
    align-items: center;
}

.gs-pccs-desc2{
    margin-bottom: 3rem;
}

.gs-pccs-desc p{
    width: 100%;
    margin-bottom: 0;
}

.gs-pccs-attachment-fixed{
    min-height: 500px;
    background-image: url("../img/pccs_bg_attachment_fixed.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gs-chc-attachment-fixed{
    padding: 40px 0;
    min-height: 520px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/chc_bg_attachment_fixed2.jpg");
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.gs-chc-attachment-fixed a{
    width: 100%;
    max-width: 31%;
}

.gs-chc-attachment-fixed img{
    width: 100%;
}

.gs-chc-img{
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-image: url(../img/chc01.png);
    background-position: center;
    background-size: contain;
}

.gs-chc-img-design {
    width: 100%;
    display: flex;
    justify-content: center;
}

.gs-chc-img-design img{
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
}

.gs-chc-img-design .swiper{
    overflow: hidden;
    min-height: auto;
}

.gs-chc-img-design .swiper-slide{
    filter: brightness(60%);
}

.gs-chc-img-design .swiper-slide-active{
    filter: brightness(100%);
}

.gs-omi-line{
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-omi-title{
    font-size: 24px;
    margin-bottom: 10px;
}

.gs-footwear-swiper img{
    width: 100%;
    object-fit: cover;
}

.gs-footwear-swiper{
    min-height: auto;
    overflow: hidden;
}

.gs-footwear-swiper .swiper-slide{
    align-items: initial;
}

.gs-footwear-swiper img{
    border-radius: 50px;
}

#OmiDiv a {
    color: #ff9300;
}

#OmiDiv a:hover {
    color: #d8881c;
}

.gs-air-icon{
    padding: 40px 0;
}

.gs-air-icon img{
    width: 100%;
    max-width: 52px;
}

.gs-air-icon > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-omi-icon-title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.gs-air-bg01{
    width: 100%;
    height: 150px;
    background-image: url('../img/airpurifiers01.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gs-air-bg02{
    width: 100%;
    height: 150px;
    background-image: url('../img/airpurifiers02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gs-air-bg03{
    width: 100%;
    height: 150px;
    background-image: url('../img/airpurifiers03.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gs-air-title{
    font-weight: 500;
    font-size: 24px;
}

.gs-air .row{
    align-items: center;
    margin-top: 100px;
}

.gs-solarlife-item{
    border-radius: 55px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid transparent;
}

.gs-solarlife-item:hover{
    border: 5px solid #ff9300;
}

.gs-solarlife-item:hover .gs-solarlife-bg1,
.gs-solarlife-item:hover .gs-solarlife-bg2{
    filter: brightness(75%);
}

.gs-solarlife-title{
    font-size: 36px;
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gs-solarlife-bg1{
    border-radius: 50px;
    width: 100%;
    height: 60vh;
    filter: brightness(50%);
    background-image: url(../img/solarlife01.jpg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.gs-solarlife-bg2{
    border-radius: 50px;
    width: 100%;
    height: 60vh;
    filter: brightness(50%);
    background-image: url(../img/solarlife02.jpg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.gs-solarlife-line{
    width: 50px;
    height: 5px;
    margin-bottom: 5px;
    background-color: white;
}

.gs-asa-desc a{
    color: #ff9300;
}

.gs-asa-desc a:hover{
    color: #d8881c;
}

.gs-asa-line{
    width: 50px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-asa-title{
    font-size: 24px;
}

.gs-asa-swiper {
    overflow: hidden;
    min-height: auto;
    overflow: hidden;
}

.gs-asa-swiper .swiper-slide{
    align-items: initial;
}

.gs-asa-swiper img{
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.gs-asa-ul{
    margin: 0 0 0 18px;
    padding: 0;
}

.gs-asa-ul span{
    font-size: 18px;
    color: #383838;
}

.gs-asa-ul li{
    margin-bottom: 8px;
    color: #ff9300;
}

.gs-cg-item{
    margin-bottom: 80px;
}

.gs-cg-item .gs-hyperlink{
    padding: 0;
    border: 1px solid #ff9300;
}

.gs-cg-item .gs-hyperlink a{
    padding: 20px;
    color: #ff9300;
}

.gs-cg-item .gs-hyperlink:hover a{
    color: white;
}

.gs-cg-line{
    width: 50px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-cg-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.gs-cg-title h6{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #383838;
}

.gs-cg-title p{
    margin-bottom: 30px;
}

.gs-media-layer{
    display: flex;
    flex-direction: column;
}

.gs-media-year-select{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.gs-media-table table{
    margin-top: 3rem;
    width: 100%;
}

.gs-media-table thead{
    background-color: #f99439;
}

.gs-media-table th{
    padding: 20px; 
    color: white;
}

.gs-media-table th:first-child{
    width: 250px;
}

.gs-media-table tbody tr{
    background-color: #faddbe;
}


.gs-media-table tbody tr:nth-child(2n){
    background-color: #fff3e5;
}

.gs-media-table td{
    padding: 20px;
    font-size: 18px;
    color: #383838;
}

.gs-media-table td:first-child{
    font-weight: 700;
}

.gs-media-table td a{
    color: #383838;
}

.gs-media-table tbody tr:hover{
    background-color: white;
}

.gs-media-table tbody tr td a:hover {
    color: #ff9300;
}

.gs-media-content-layer{
    padding: 40px;
    border-radius: 20px;
    background-color: #fafafa;
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-media-content-dt{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.gs-media-content-date{
    font-size: 18px;
    font-weight: 700;
    color: #383838;
}

.gs-media-content-title{
    max-width: 85%;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #ff9300;
}

.gs-media-content-p{
    margin-top: 40px;
}

.gs-media-content-p p{
    font-size: 18pxs;
}

.gs-media-line{
    width: 50px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-media-content-layer .gs-hyperlink{
    margin-top: 40px;
    padding: 0;
    border: 1px solid #ff9300;
}


.gs-media-content-layer .gs-hyperlink a{
    padding: 20px 30px; 
    color: #ff9300;
}

.gs-media-content-layer .gs-hyperlink a:hover{
    color: white;
}

.gs-media-content-layer a{
    color: #ff9300;
}

.gs-media-content-layer a:hover{
    color: #d8881c;
}

.gs-partner-layer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-partner-layer i {
    margin: 10px 0 0;
    font-size: 36px;
    color: #ff9300;
}

.gs-partner-layer .gs-text-center{
    font-size: 24px;
}

.gs-partner-form{
    width: 100%;
    max-width: 1000px;
    margin: 40px 0 0;
}

.gs-career-item{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
}

.gs-career-item .gs-hyperlink{
    padding: 0;
    border-radius: 100px;
    border: 1px solid #ff9300;
    background-color: #ff9300;
}

.gs-career-item .gs-hyperlink a{
    padding: 20px 40px;
    color: white;
}

.gs-career-item .gs-hyperlink:hover {
    background-color: white;
}

.gs-career-item .gs-hyperlink:hover a{
    color: #ff9300;
}

.gs-career-right{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.gs-career-title{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #383838;
}

.gs-career-base{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.gs-career-base i {
    margin-right: 6px;
    font-size: 18px;
    color: #383838;
}

.gs-career-base span{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
    color: #383838;
}

.gs-career-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.gs-career-item-content{
    border-radius: 20px;
    padding: 40px;
    background-color: #fafafa;
    border: 1px solid #ececec;
}

.gs-career-line{
    width: 50px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-career-item-title > div {
    font-size: 24px;
    font-weight: bold;
}

.gs-career-item-title {
    margin-bottom: 15px;
}

.gs-career-item-content ul{
    padding-left: 18px;
    margin-bottom: 40px;
}

.gs-career-item-content li{
    font-size: 18px;
    margin-bottom: 15px;
    color: #ff9300;
}

.gs-career-item-content li span{
    color: #383838;
}

.gs-career-item-content ul:last-child{
    margin-bottom: 0;
}

.gs-career-action{
    display: flex;
    flex-direction: row;
}

.gs-career-item-content .gs-hyperlink{
    padding: 0;
    border-radius: 100px;
}

.gs-career-item-content .gs-hyperlink a{
    padding: 20px 40px;
}

.gs-back a{
    color: #383838;
}

.gs-apply a{
    color: #383838;
}

.gs-back{
    border: 1px solid #bababa;
    background-color: transparent;
}

.gs-back:hover{
    border: 1px solid #ff9300;
    background-color: transparent;
}

.gs-back:hover a {
    color: #ff9300;
}

.gs-apply{
    margin-left: 20px;
    border: 1px solid #bababa;
    background-color: transparent;
}

.gs-apply:hover{
    border: 1px solid #ff9300;
    background-color: transparent;
}

.gs-apply:hover a {
    color: #ff9300;
}

.gs-vision-left{
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-vision-item.gs-ver2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
    /* padding: 20px; */
    /* padding-left: 0; */
    /* border-left: 2px solid #ff9300; */
    /* border-bottom: 2px solid #ff9300; */
    /* border-bottom-left-radius: 20px; */
}

.gs-vision-item.gs-ver2:last-child{
    margin-bottom: 0;
}

.gs-vision-item.gs-ver2 img{
    width: 100%;
    max-width: 48px;
    margin-bottom: 10px;
}

.gs-vision-item.gs-ver2 p{
    width: 100%;
    margin: 0;
    text-align: justify;
}

.gs-vision-title{
    font-size: 24px;
    font-weight: bold;
    color: #383838;
}

.gs-vision-line{
    width: 25px;
    height: 3px;
    background-color: #383838;
}

.gs-vision-desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
}

.gs-contact {
    display: flex;
    flex-direction: column;
}

.gs-contact-item{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.gs-contact-address-item{
    margin-bottom: 60px;
}

.gs-contact-address-item:last-child{
    margin-bottom: 0;
}

.gs-contact-underline{
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #ff9300;
}

.gs-contact-title{
    color: #383838;
    font-weight: 500;
    min-width: 120px;
    font-size: 16px;
}

.gs-contact-send{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.gs-contact-send-btn{
    background-color: #ff9300;
}

.gs-contact-send-btn:hover{
    background-color: #d8881c;
}

.gs-contact-send-btn a{
    color: white;
}

.gs-contact-office-name{
    font-size: 20px;
    font-weight: 500;
}

.gs-contact-detail-item i{
    min-width: 25px;
    margin-right: 10px;
    font-size: 20px;
}

.gs-contact-detail-item{
    line-height: 1;
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.gs-contact-detail-item a{
    color: #ff9300;
}

#ContactUsDiv > .row > .col-12:last-child .gs-contact-item{
    margin-bottom: 0;
}

/* End */

.gs-card:hover .gs-center-bg {
    animation: ZoomAnimation 1s linear forwards;
}

@keyframes ZoomAnimation {
    0% {
        width: 50%;
        height: 50%;
        max-width: 50%;
        background-size: 200%;
    }

    100% {
        border-radius: 50px;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background-size: 100%;
        z-index: 0;
    }
}

#AsaRowDiv1 .gs-asa-swiper{
    height: 350px;
}

.v-mobile{
    display: none;
}

.gs-address-contact{
    display: flex;
    flex-direction: row!important;
}

.v-mobile-logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 50px;
}

#HBC_Div {
    grid-template-columns: repeat(3, 1fr);
}