/*--banner part start--*/
.bannerContent{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.fz_66{
    font-size: 66px;
}
.fz_140{
    font-size: 140px;
}
.deepYellowBg{
    background-color: #FAA81A;
}
.deepOrangeBg{
    background-color: #F5841F;
}
.bannerImg img{
    width: 100%;
}
.bannerImg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.introImg img{
    width: 100%;
}
.bannerWrap{
    position: relative;
}
.bgImg {
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/orange_grad_bg_item.webp);
}
.subH{
    border-radius: 0 30px 30px 0;
    padding: 7px 20px;
    padding-right: 40px;
    margin-bottom: 15px;
}
.greenBg2{
	background-color: #219e82 !important;
}
.button-1 {
    height: 62px;
    display: inline-flex;
    align-items: center;
    background: #FAA81A;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color:#000;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    padding-right: 10px;
    margin-top: 20px;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background: #035C57;
    z-index: -1;
    border-radius: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-1:hover {
    color: #fff;
}
.button-1:hover:after {
    left: 0px;
}

.button-1 i {
    margin-left: 23px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#035C57;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-1:hover i {
    color:#fff;
    background: #FAA81A;
}
/*--banner part end--*/

/*--introduction sec start--*/
.introductionImg{
    position: relative;
    overflow: hidden;
    height: 767px;
}
.introductionImg::before{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(169, 208, 113, 0), rgb(14 130 93 / 62%));
    z-index: 1;
    transform: rotate(180deg);
}
.container-mid-spl-pad {
    width: 100%;
    padding-left: calc((100% - 1380px) / 2);
}
.fz_55{
    font-size: 55px;
}

/*--introduction end --*/

/*--chairman section start--*/
.chairmanSec{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.chairmanContent{
    width: 50%;
}
.chairmanContentTxt{
    padding: 50px;
    padding-left: 0;
    position: relative;
}
.chairmanContentTxt::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 350px;
    background: url(../images/home/chairman-arrow.webp) no-repeat;
    background-size: 100%;
}
.leftQuote {
    width: 64px;
    position: absolute;
    left: 0;
    top: -40px;
}
.rightQuote{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
}
.rightQuote {
    position: absolute;
    bottom: 50px;
    right: -25px;
    width: 64px;
}
.chairmanWrap{
    display: flex;
}
.chairmanImg{
    width: calc(100% - 50%);
    padding-left:150px;
    padding-right: 70px;
}
.chairmanImg figure{
    height: 920px;
    display: flex;
    align-items: end;
}
.chairmanImg img{
    width: 100%;
}
.chairmanImg{
    position: relative;
}
.chairManName{
    width: auto;
    position: absolute;
    right:100px;
    bottom: 20px;
}
.innerTabsLi{
    display: flex;
    align-items: start;
    gap: 40px;
}
.innerTabsLi li{
    display: flex;
    max-width: 22.3%;
    flex: 0 0 25%;
}
.homeSec3 .innerTabsLi li{
    display: flex;
    max-width: 22.3%;
    flex: 0 0 25%;
}
.innerTabsLi li a{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    align-items: center;
    gap: 14px;
    min-height: 8%;
    padding: 10px 0;
    min-height: 85px;
    cursor: pointer;
    display: flex ;
    transition: 0.5s;
}
.worldTabIcon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.innerTabsLi li p{
    width: calc(100% - 60px);
    color: #B3B3B3;
    font-size: 17px !important;
    line-height: 1.2;
}
.wTabContent{
    display: none;
    padding-top: 30px;
}
.wTabContent.active{
    display: block;
}
.innerTabsLi li a.active p{
    color: #000;
}
.eachNumBlock {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.eachNumBlockInner {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    width: calc(100% - 60px);
}
.eachNumBlockInner h2 {
    font-size: 40px;
    padding-top: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
}
.smallText {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    min-height: 40px;
}
.eachNumBlockInner:before, .eachNumBlockInner:after {
    left: 0;
    /* right: 0; */
    content: '';
    height: 1px;
    margin: auto;
    position: absolute;
    background-color: #ffca44;
}
.eachNumBlockInner:before {
    bottom: -16px;
    width: 4px;
    height: 60px;
}
.eachNumBlockInner:after {
    left: -12px;
    height: 4px;
    width: 220px;
    bottom: 0;
}
.numBotWrap .numBotIcon {
    width: 30px;
    margin-right: 10px;
}
.numBotWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--chairman section end--*/

/*--world sec start--*/
.worldContent:not(:first-child) {
    display: none;
  }
.innerTabs.innerTabsSlide li{
    max-width:none;
    flex: 0 0 auto;
}
.innerTabs.innerTabsSlide{
    position: relative;
}
.innerTabs.innerTabsSlide .slick-arrow{
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #cecece;
    position: absolute;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 1px solid #1d9b6a;
}
.innerTabs.innerTabsSlide .slick-arrow::after{
    content: "";
    position: absolute;
    font-family: 'FontAwesome';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 12px;
}
.innerTabs.innerTabsSlide .slick-arrow.slick-prev{
    left: -40px;
}
.innerTabs.innerTabsSlide .slick-arrow.slick-prev::after{
    content: "\f053";
}
.innerTabs.innerTabsSlide .slick-arrow.slick-next{
    right:-15px;
}
.innerTabs.innerTabsSlide .slick-arrow.slick-next::after{
    content: "\f054";
}
.innerTabs.innerTabsSlide .slick-slide{
    margin-right: 30px;
}
.innerTabs.innerTabsSlide .slick-arrow.slick-disabled{
    display: none !important;
}
.worldSec{
    position: relative;
    overflow: hidden;
}
.sideTabs {
    position: absolute;
    top: 90px;
    left: 0;
}
.sideTabs li {
    left: -25px;
    position: relative;
    transition: 0.5s;
}
.sideTabs li a{
    display: inline-block;
    padding: 10px 20px 10px 30px;
    background-color: #E8E8E8;
    border-radius: 0 30px 30px 0;
    color: #000;
    transition: 0.5s;
    width: 255px;
}
.sideTabs li.active, .sideTabs li:hover{
    left: 0;
}
.sideTabs li.active a, .sideTabs li a:hover{
    background-color: #229E82;
    color: #fff;
}
.keySubH{
    border-radius: 30px;
}
.worldKeyContent{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 100px 50px;
    box-shadow: 0px 0px 10px 0px #cecece;
    border-radius: 30px;
}
/*--world sec end--*/
.sliderItem{
    position: relative;
}
.sliderImg{
    width: 100%;    
    position: relative;
    height:100vh;
}
.sliderImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.sliderImg::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(29 26 26 / 33%), rgb(0 0 0 / 75%));
    z-index: 1;
    transform: rotate(180deg);
}
.slide-inner{
    position: absolute;
    top:100px;
    width: 100%;
    z-index: 1;
}
.rightTextWrap{
    padding-left: 40px;
    padding-top: 60px;
}

/*--managementWrap start--*/
.managementSec{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.profileInfo{
    position: relative;
    padding-left: 20px;
}
.profileInfo::before{
    width: 1px;
    height: 90%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FAA81A;
}
.profileWrap{
    display: flex;
}
.profileWrap .profileImg{
    width: 50%;
}
.profileWrap .profileImg figure{
    height: 600px;
}
.profileWrap .profileImg figure img{
    height: 100%;
}
.managementLlt .profileWrap .profileImg {
    width: 50%;
    position: relative;
    bottom: -8px;
}
.managementContentTxt{
    width: calc(100% - 50%);
    padding-top: 40px;
}
.chairmanContentTxt::after {
    width: 340px;
    height: 388px;  
}
.managementRlt{
    text-align: right;
}
.managementRlt .mainH{
    min-height: 140px;
}
.managementContentTxt .rightQuote{
    bottom: 0;
}
.managementLlt{
    padding-right:50px;
}
.managementRlt{
    padding-left:50px;
}
.profileWrap .chairmanContentTxt {
    padding-left: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    min-height: 300px;
}
.managementRlt .profileInfo{
    padding-left: 0px;
    padding-right: 20px;
}
.managementRlt .profileInfo::before {
    left: auto;
    right: 0;
    top: 50%;
}
.homeSec4{
    position: relative;
}
.homeSec4 .swiper-pagination{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: auto;
    left: auto;
    bottom: auto;
    gap: 10px;
}
.homeSec4 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
.homeSec4 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #F78F35;
}
/*--managementWrap end--*/

/*--business secv start--*/
.businessItemInner {
    padding-left:0px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 1s;
}
.businessSlider{
    height: 620PX;
    overflow: hidden;
}
.businessSlider .slick-slide.slick-current .businessItemInner{
    padding-left: 420px;
}
.businessinfoText {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index:0;
    opacity: 0;
    transition:1.5s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.businessSlider .slick-slide{
    transition: 0.5s;
    width: 1400px;
}
.businessSlider .slick-slide.slick-current .businessinfoText{
    z-index:2;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.businessImg figure{
    height:560px;
    overflow: hidden;
    border-radius: 30px;
}
.businessImg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.slideNo {
    top: 0px;
    position: absolute;
    left: 250px;
    opacity: 0;
    transition: 1.5s;
}
.slideNo span{
    color: #E0E0E0;
    font-size: 178px;
    line-height:140px;
}
.businessImg{
    position: relative;
    z-index: 1;
}
.businessImg figure{
    position: relative;
    overflow: hidden;
}
.businessImg figure::before {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to right, rgba(169, 208, 113, 0), rgb(14 130 93 / 62%));
    z-index: 1;
    transform: rotate(180deg);
}
.businessSlider .slick-slide{
    margin-right: 70px;
}
.businessSec{
    overflow: hidden;
}
.businessSec .slick-list{
    margin-right: -200px;
}
.businessSlider .slick-slide.slick-current .slideNo{
    opacity: 1;
}
.businessSlider .slick-dots{
    display: flex;
    gap: 6px;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.businessSlider .slick-dots li button{
    font-size: 0px;
    line-height: 0px;
    width:12px;
    height:12px;
    border-radius: 50%;
    background-color: #E8E8E8;
}
.businessSlider .slick-dots li.slick-active button{
    background-color: #F78F35;
}
.businessSlider .fz_55 {
    font-size: 50px !important;
}
.esgSec{
    background-color: #EEF5E0;
}
.esg2Img figure{
    height: 620px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 14px -2px #cecece;
    background-color: #f7f7f7;
}
.esg2Img figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.esg2Slider .slick-slide{
    margin-right: 30px;
}
.esg2Slider .slick-list{
    padding-top: 20px;
}
.esg2Img{
    position: relative;
}
.esg2Img figure a{
    position: relative;
    display: block;
    height: 100%;
}
.esg2Img figure a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.5s;
}
.esgTopTitle{
    position: absolute;
    left: 0;
    padding: 10px 30px;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    background-color: #229E82;
    transition: 0.5s;
    top: 20px;
    z-index: 1;
    color: #fff;
}
.esg2Item:hover .esgTopTitle{
    background-color:#F78F35;
}
.esg2Item:hover .esg2Img figure a::before{
    opacity: 1;
}
.esg2Slider .slick-dots{    
    display: flex;
    gap: 6px;
    justify-content: center;
    bottom: 30px;
    padding-top: 30px;
}
.esg2Slider .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E8E8E8;
}
.esg2Slider .slick-dots li.slick-active button {
    background-color: #F78F35;
}
.esgSec .innerTabsLi li a{
    width: 100%;
}
.homeSec1{
    position: relative;
    margin-top: -6px;
}
.bgImg{
    background-position: 99% center;
    background-image: url(../images/orange_grad_bg_item.webp);
}

.home .deskView1200.worldSec .worldContent{
    padding-left: 50px;
}

.homeSec3 .innerTabsLi{
    overflow: auto;
}
/*--business sec end--*/
.is-sticky .headRight span{
    color: #000 !important;
}
.mobView1200{
    display: none !important;
}
.managementSlideMob .slick-dots{
    display: flex;
    gap: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.managementSlideMob .slick-dots li button{
    font-size: 0px;
    line-height: 0px;
    width:12px;
    height:12px;
    border-radius: 50%;
    background-color: #E8E8E8;
}
.managementSlideMob .slick-dots li.slick-active button{
    background-color: #F78F35;
}
.outer-wrapper ::-webkit-scrollbar {
    height: 3px;
}  
.innerTabsLi ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.innerTabsLi ::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #d5ac68;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	height:5px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: none;
}
.btnWrap{
    margin-top: 10px;
}





.tab-content>.active{
    opacity: 1;
}
.faq-cat-content {
    margin-top: 25px;
    padding: 0 20px;
}

.faq-cat-tabs li a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #E8E8E8;
    border-radius: 30px;
    color: #000;
    transition: 0.5s;
}
.faq-cat-tabs li a.active{
    background-color: #229E82;
    color: #fff;
}
.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: transparent;
}

.active-faq {
    border-left: none;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
.homeSec3 .nav-tabs {
    justify-content: center;
    gap: 20px;
    border-bottom: none;
}
.panel-heading a{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    align-items: center;
    gap: 15px;
    min-height: 8%;
    padding: 10px 0;
    min-height: 85px;
    cursor: pointer;
    display: flex;
    transition: 0.5s;
}
.homeSec3 .nav-tabs {
    justify-content: start;
    gap: 20px;
    border-bottom: none;
    flex-wrap: nowrap;
    overflow: auto;

}
.homeSec3 .nav-tabs li{
    white-space:nowrap;
}
.esgSec2 .esg2Slider{
    height: 770px;
    overflow: hidden;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.show {
    display: block;
    visibility: visible;
}