:root {
  --bg-overlay: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
  --text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);
  --petronas-green: #00a99d;
  --petronas-purple: #763F98;
  --petronas-blue: #314396;
}

body {
    font-family: arial;
    background: #fff;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden;
}

body, html, #page-wrapper {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
    color:#00A19C;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover {
    opacity: 0.5;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
    font-size: inherit;
    line-height: inherit;
}

.noScrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: 100%;
}

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* -----------*/

.JindexNaviContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    /*-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;*/

    top: -299px;
}

.JindexNaviContainerInner {
    /*padding: 15px 0px 0px;*/
    display: flex;
    align-items: center;
    position: relative;
}

.JindexNaviLeft {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.JindexNaviLeft a {
    display: block;
    width: 110px;
}

.JindexNaviLeft a img {
    display: block;
    max-width: 110px;
    width: 100%;
}

.JindexNaviLeft a img.JindexNaviLeftLogoB {
    display: none;
}

.JindexNaviLeft p {
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 0;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.JindexNaviRight {
    margin-left: 15px;
    width: calc(100% - 223px);
}

.JindexNaviRightTop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.JindexNaviRightTop ul {
    list-style-type: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    margin-right: 28px;
}

.JindexNaviRightTop ul li {
    /*margin: 0px 25px;*/
}

.JindexNaviRightTop ul li a {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #fff;
    padding: 25px 25px 23px;
}

.JindexNaviRightTopSub {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.JindexNaviRightTopSub a {
    margin-left: 26px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexNaviRightTopSub a:first-child {
    margin-left: 0px;
}

.JindexNaviRightTopSub .languageIcon {
    width: 21px;
    height: 20px;
    background-image: url(../images/top-language.svg);
}

.JindexNaviRightTopSub .languageIcon.lang-ms {
    background-image: url(../images/top-language-ms.svg);
}

.JindexNaviRightTopSub a.searchIcon {
    width: 21px;
    height: 21px;
    background-image: url(../images/top-search.svg);
}

.JindexNaviRightTopSub .languageIcon2 {
    width: 21px;
    height: 20px;
    background-image: url(../images/top-language2.svg);
}

.JindexNaviRightTopSub a.burgerMenuIconM {
    width: 22px;
    height: 11px;
    /*background-image: url(../images/burger-menu.svg);*/
    display: none;
    position: relative;
}

.JindexNaviRightTopSub a.burgerMenuIconM span {
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.JindexNaviRightTopSub a.burgerMenuIconM span:nth-child(2) {
    top: 5px;
}

.JindexNaviRightTopSub a.burgerMenuIconM span:nth-child(3) {
    top: 10px;
    width: 12px;
    left: auto;
    right: 0px;
}

.JindexNaviRightBtm {
    /*margin-top: 16px;*/
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.3);
    padding-right: 20px;

    padding-top: 0px;
}

.JindexNaviRightBtmM,
.JindexNaviRightBtmPatternM,
.JindexNaviRightBtmSocialM {
    display: none;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi {
    list-style-type: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: flex-end;
    align-items: center;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li {
    /*margin-left: 73px;*/
    /*position: relative;*/
}

/*.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li:first-child {
    margin-left: 0px;
}*/

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li a {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
    display: block;
    color: #fff;
    padding: 18px 36px;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li a:hover,	
.JindexNaviRightBtm ul.JindexNaviRightBtmM li a:hover {
    opacity: 1;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li:last-child a {
    padding-right: 0px;
}

.JindexNaviContainer.active .JindexNaviContainerInner,
.JindexNaviContainer.force-active .JindexNaviContainerInner {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.JindexNaviContainer.active .JindexNaviLeft a img.JindexNaviLeftLogoW,
.JindexNaviContainer.force-active .JindexNaviLeft a img.JindexNaviLeftLogoW {
    display: none;
}

.JindexNaviContainer.active .JindexNaviLeft a img.JindexNaviLeftLogoB,
.JindexNaviContainer.force-active .JindexNaviLeft a img.JindexNaviLeftLogoB{
    display: block;
}

.JindexNaviContainer.active .JindexNaviLeft p,
.JindexNaviContainer.force-active .JindexNaviLeft p {
    color: #000;
    border-color: #000;
}

.JindexNaviContainer.active .JindexNaviRightBtm,
.JindexNaviContainer.force-active .JindexNaviRightBtm {
    border-color: rgba(0,0,0,.3);
}
		
.JindexNaviContainer.active .JindexNaviRightTop ul li a,	
.JindexNaviContainer.active .JindexNaviRightBtm ul li a,
.JindexNaviContainer.force-active .JindexNaviRightTop ul li a,	
.JindexNaviContainer.force-active .JindexNaviRightBtm ul li a {
    color: #000;
}

.JindexNaviContainer.active .JindexNaviRightTop ul li a:hover,
.JindexNaviContainer.force-active .JindexNaviRightTop ul li a:hover {
    color: var(--petronas-green);
    opacity: 1;
}

.JindexNaviContainer.active .JindexNaviRightTop ul li a,
.JindexNaviContainer.force-active .JindexNaviRightTop ul li a {	
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;	
}

.JindexNaviContainer.active .JindexNaviRightTopSub a,
.JindexNaviContainer.active .JindexNaviRightTopSub div,
.JindexNaviContainer.force-active .JindexNaviRightTopSub a,
.JindexNaviContainer.force-active .JindexNaviRightTopSub div {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.JhasSubInner {
    display: none;
    position: absolute;
    top: 110px;
    width: 100%;
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 16%);
}

.JindexNaviRightBtmNavi .JhasSubInner {
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.JhasSubInnerTop {	
    top: 61px;	
}

.JhasSubInnerInner {
    max-width: 842px;
    margin-left: auto;
    padding: 35px 0px 40px;
}

.JhasSubInner ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    flex-wrap: wrap;
}

.JhasSubInner ul li {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-left: 0px !important;
    margin-bottom: 25px;
}

.JhasSubInner ul li:nth-child(3n) {
    margin-right: 0px;
}

.JhasSubInner ul li a {
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    padding: 0px !important;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi li a.activeNavi,
.JindexNaviContainer.active .JindexNaviRightBtm ul.JindexNaviRightBtmNavi li > a:hover,
.JindexNaviContainer.force-active .JindexNaviRightBtm ul.JindexNaviRightBtmNavi li > a:hover {
    color: #00A19C;
}


.JsideNaviContainer {
    position: fixed;
    right: 0px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;

    right: -60px;
}

.JsideNaviContainer ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 60px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 7px 0 rgba(0,0,0,.2);
    overflow: hidden;
}

.JsideNaviContainer ul li {
    border-bottom: 1px solid #fff;
}

.JsideNaviContainer ul li:last-child {
    border-bottom: none;
}

.JsideNaviContainer ul li a {
    background-color: #763F98;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JsideNaviContainer ul li a i {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
}

.JsideNaviContainer ul li a.JsideNavi01 i {
    background-position: -10px -185px;
}

.JsideNaviContainer ul li a.JsideNavi02 i {
    background-position: -10px -220px;
}

.JsideNaviContainer ul li a.JsideNavi03 i {
    background-position: -10px -255px;
}

.JsideNaviFooter {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 4;

    bottom: -75px;
}

.JsideNaviFooter a {
    background: #fff;
    border:  2px solid #00A19C;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JsideNaviFooter a i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/side-chat.svg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.JindexHomeDesktop {
    height: 100%;
}

.JindexContainer {
    width: 100%;
    position: relative;
    height: 100%;
}

.JindexContainer.banner-extended {
    height: calc(100% + 106px);
}

.JindexContainerInner {
    height: 100% !important;

    overflow: hidden;

    background-color: rgb(0, 161, 156);
}

.JindexImg01 {
    width: 100%;
    height: 100%;
}

.JindexImg01Inner{
    width: 100%;
    width: calc(100% + 1px);
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: circle(0% at 50% 50%);
}

.JindexImg01Inner2 {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexImg01HT {
    position: absolute;
    right: -140px;
    bottom: 67px;
}

.JindexImgContent {
    position: fixed;
    bottom: 80px !important;
    left: 125px !important;
    top: auto !important;
    right: auto !important;
    color: #fff;
    width: calc(100% - 250px);
    z-index: 2;
    text-shadow: var(--text-shadow);
}

.JindexImgContent p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    position: relative;
    opacity: 0;
    left: 50px;
}

.JindexImgContent h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;

    position: relative;
    opacity: 0;
    left: 50px;
}

.JindexImgContent h2 span {
    font-weight: 600;
}

.JindexImg02HT {
    position: absolute;
    right: -280px;
    top: 45%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.JindexImg02,
.JindexImg03,
.JindexImg04 {
    position: absolute;
    /*top: 50% !important;
    left: 50% !important;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.JindexImg02Outer,
.JindexImg03Outer,
.JindexImg04Outer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.JindexImg02Inner,
.JindexImg03Inner,
.JindexImg04Inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0px;
    height: 0px;
    overflow: hidden;

    /*clip-path: circle();*/
}

.JindexImg02Inner,
.JindexImg03Inner,
.JindexImg04Inner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;

    width: 100vw;
    height: 100vh;
   /* -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;*/
}

.JindexContainer01b {
    width: 100%;
    height: 500%;
}

.JindexContainer02b,
.JindexContainer03b,
.JindexContainer05b {
    width: 100%;
    height: 100%;
}

.JindexImg02InnerW,
.JindexImg03InnerW,
.JindexImg04InnerW {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    top: 0px !important;
    left: 0px !important;
}

.JindexImg03 {
    /*z-index: 2;*/
}

.JindexImg03HT {
    max-width: 350px;
    position: absolute;
    right: 50%;
    bottom: 10%;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.JindexContainer02 {
    z-index: 2;
    position: relative;
    /*background: #fff;*/
    /*top: 0px !important;
    bottom: auto !important;*/
    padding: 0px 125px;
    /*width: calc(100% - 250px);*/
}

.JindexContainer02Inner {
    /*opacity: 0;*/
    color: #fff;
    /*padding: 100px 0px;*/
}

.JindexContainer02Inner h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 10px 0px;
}

.JindexContainer02BG {
    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#763f98",GradientType=1);*/

    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(40,128,155,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(40,128,155,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(40,128,155,1) 100%);*/
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#28809b",GradientType=1);*/


   background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(93,83,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(93,83,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(93,83,153,1) 100%);
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#5d5399",GradientType=1);*/

    width: 100%;
    /*height: calc(100% + 100px);*/
    position: absolute;
    left: 0px;
    top: 0px;
}

.JindexContainer02Content {
    position: relative;
}

.JindexContainer02Desc > p {
    margin-top: 17px;
}

.JindexContainer02DescInner {
    display: flex;
    margin: 37px -10px 0px;
}

.JindexContainer02DescList {
    width: calc(25% - 20px);
    margin: 0px 10px;
    display: flex;
    align-items: center;
}

.JindexContainer02DescList h3 {
    /*text-shadow: 0 0 2px #fff;*/
    color: transparent;
    font-weight: normal;
    font-size: 50px;
    line-height: 55px;
    -webkit-text-stroke: 1px white;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;

    /*font-size: 0px;*/
    width: 32px;
}

.JindexContainer02DescList:nth-child(1) h3 {
    /*background: url(../images/1.svg) center no-repeat;*/
}

.JindexContainer02DescList:nth-child(2) h3 {
   /* background: url(../images/2.svg) center no-repeat;*/
}

.JindexContainer02DescList:nth-child(3) h3 {
    /*background: url(../images/3.svg) center no-repeat;*/
}

.JindexContainer02DescList:nth-child(4) h3 {
    /*background: url(../images/4.svg) center no-repeat;*/
}

.JindexContainer02DescList p {
    max-width: 150px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 24px;
}

.JindexContainer03 {
   /* width: 100%;
    height: 100%;*/
    /*position: relative;*/

    width: 0%;
    height: 0%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.JindexContainer03Inner {
    height: 100%;
}

.JindexImg04 {
    z-index: 2;
}

.JindexContainer02Title p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexContainer02Title h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
}

.JindexContainer02Title h2 span {
    font-weight: 600;
}

.JindexContainer02Btn {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.JindexContainer02Btn i {
    width: 32px;
    height: 32px;
    /*border-radius: 100px;
    border:  2px solid #fff;*/
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexContainer02Btn p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
}

.JindexImg04Content {
    position: absolute;
    bottom: 75px ;
    left: 125px ;
    top: auto ;
    right: auto;
    color: #fff;
    width: calc(100% - 250px);
    /*z-index: 2;*/
    display: none;
    opacity: 0;
    text-shadow: var(--text-shadow);
}

.JindexImg04Content p:first-child {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexImg04Content h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
}

.JindexImg04Content h2 span {
    font-weight: 600;
}

.JindexImg04Content p:last-child {
    margin-top: 18px;
    opacity: 0;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow2Container {
    /*position: relative;*/
    padding: 0px 15px;
    z-index: 2;
    height: 100% !important;
}

.JindexRow2ContainerInner {
    /*max-width: 1450px;*/
    margin: auto;
    position: relative;
    z-index: 2;

    height: 100%;

    width: calc(100% - 130px);
    /*padding: 0px 65px;*/

    margin: 0px 65px;
}

.JindexRow2LeftBG {
    background: #00a19c;
    width: 800px;
    /*padding-bottom: calc(100% + 30px);*/
    position: absolute;
    top: -50px;
    left: -60px;
    height: calc(100% + 50px);

    left: 65px;
    width: 575px;

    width: 51.25%;
    left: 0px;
}

.JindexRow2Full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.JindexRow2Left {
    /*width: 43.5%;
    width: 44.8%;
    width: calc(45.921% - 80px);*/
    width: 45.921%;
    padding: 0px 40px 0px 40px;
}

.JindexRow2Right {
    width: calc(56.5% - 50px);
    /*margin-left: 50px;*/

    width: 44.8%;
    margin-right: 7.1%;
}

.JindexRow2RightContainer {
    position: relative;
    max-width: 680px;
}

.JindexRow2RightContainer svg {
    -webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .3) );
    filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .3) );
}

.JindexRow2RightContainer svg:nth-child(1) {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.JindexRow2RightContainer svg:nth-child(1) circle {
    stroke-dasharray: 341%;
    stroke-dashoffset: 341%;
}

.JindexRow2RightContainer svg:nth-child(2) {
    position: absolute;
    right: -5%;
        top: -5%;
    max-width: 55%;
}

.JindexRow2LeftTitle {
    color: #fff;
    /*margin-top: 70px;*/
}

.JindexRow2LeftTitle h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 10px;
}

.JindexRow2LeftTitle h2 span {
    font-weight: 600;
}

.JindexRow2LeftTitle p:last-child {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow2LeftDesc {
    margin-top: 30px;
}

.JindexRow2LeftDescList {
    display: flex;
    align-items: center;
}

.JindexRow2LeftDescList span {
    color: transparent;
    /*font-weight: 900;*/
    font-size: 50px;
    line-height: 60px;
    -webkit-text-stroke: 1px white;

    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
    /*font-size: 0px;*/
    width: 32px;
    /*background: url(../images/1.svg) center no-repeat;*/
}

.JindexRow2LeftDescList p {
    max-width: 300px;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
}

.JindexRow2Content,
.JindexRow2Content > .splide,
.JindexRow2Content > .splide > .splide__track {
    height: 100%;
}

.JindexRow2Content > .splide > .splide__track .splide__slide {

}

.JindexRow2LeftYears {
    margin-top: 150px;
    color: #fff;
}

.JindexRow2LeftYearsList,
.JindexRow2LeftYearsListLast {
    display: flex;
    margin-top: 15px;
}

.JindexRow2LeftYearsList i {
    width: 16px;
    height: 16px;
    background: #20419A;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.JindexRow2LeftYearsList p {
    margin: 0 0 0 30px;
    font-size: 20px;
}

.JindexRow2LeftYearsListLast p {
    font-size: 14px;
    /*line-height: 18px;
    font-weight: 400;*/
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow2SplideNavi {
    position: absolute;
    right: 9%;
    width: 35.70%;
    bottom: 25px;
}

.JindexRow2Content .splide__arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JindexRow2Content .splide__arrows .splide__arrow {
    width: 49px;
    height: 49px;
    background: transparent;
    border:  2px solid #0ba5a0;
    position: static;
    transform: none;
}

.JindexRow2Content .splide__arrows .splide__arrow svg {
    width: 22px;
    height: 30px;
    fill: #00a09c;
}

.JindexRow2Content .splide__pagination li {
    margin: 0px 12px;
}

.JindexRow2Content .splide__pagination {
    position: absolute;
    /*right: calc(7% + 82px);
    width: 40%;
    bottom: 50px;*/
    /*width: calc(100% - 150px);*/
    width: 100%;
    bottom: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.JindexRow2Content .splide__pagination__page {
    width: 16px;
    height: 16px;
    border:  1px solid #cccccc;
    background: transparent;
    margin:  0px;
}

.JindexRow2Content .splide__pagination__page.is-active {
    background: #00a19c;
    border-color: #00a19c;
    transform: none;
}

.JindexRow3Container {
    /*padding: 0px 15px;*/
    z-index: 2;
    height: 100% !important;
    position: relative;
    overflow: hidden;

    background: #fff;
}

.JindexRow3ContainerInner {
    /*max-width: 1450px;*/
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.JindexRow3LeftBGOuter {
    position: absolute;
    /*left: 50%;*/
    top: 0px;
    /*max-width: 1450px;
    width: 100%;*/
    /*-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    height: 100%;

    width: calc(100% - 160px) !important;
    /*padding: 0px 80px;*/
    margin: 0px 80px;
    left: 0px;
}

.JindexRow3LeftBG {
    /*background: #00a19c;*/
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: -50px;
    /*left: -60px;*/
    height: calc(100% + 50px);

    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(118,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#763f98",GradientType=1);*/

    left: 0px;
    width: 51.25%;

    background-image: linear-gradient(to bottom, #00a19c, #0094a8, #0085b1, #0073b4, #005fad, #1755a8, #264ca1, #32419a, #3c419a, #44419a, #4c4099, #534099);
}

.JindexRow3Slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;


}

.JindexRow3SlideBG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /*-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;*/
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px center;

    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

.JindexRow3SlideImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    overflow: hidden;

    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.JindexRow3SlideImg img {
    display: block;
    /*max-width: 100%;
    max-height: 100%;*/
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.JindexRow3Content {
    position: relative;
    height: 100%;
}

.JindexRow3Content .splide,
.JindexRow3Content .splide .splide__track,
.JindexRow3Content .splide .splide__track .splide__list,
.JindexRow3Content .splide .splide__track .splide__list .splide__slide,
.JindexRow3Left {
    height: 100%;
}

.JindexRow3Content .splide__list .JindexRow3Full {
    display: flex;
    height: 100%;
    padding: 0px 15px;
}

.JindexRow3Content .splide__list li.splide__slide:not(#slider2-slide01) .JindexRow3RightBG {
    background-size: cover;
}

.JindexRow3Left {
    /*max-width: 1450px;*/
    width: 100%;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 1;

    width: calc(100% - 130px);
/*    padding: 0px 65px;*/
}

.JindexRow3LeftInner {
    width: 43.5%;
    color: #fff;

    /*width: calc(44.921% - 80px);*/
    width: 44.921%;
    padding: 0px 40px 0px 40px;

    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.JindexRow3LeftTitle {
   /* margin-top: 100px;*/
}

.JindexRow3LeftTitle h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    max-width: 700px;
    /*margin-bottom: 10px;*/
}

.JindexRow3LeftTitle h2 span {
    font-weight: 600;
}

.JindexRow3LeftTitle p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow3LeftTitle a {
    margin-top: 35px;
    display: flex;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow3LeftTitle i {
    /*width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 2px solid #fff;*/

    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow3LeftTitle a p {
    margin-left: 10px;
    color: #fff;
    text-transform: capitalize;
}

.JindexRow3LeftListContainer {
    margin-top: 40px;
}

.JindexRow3LeftList {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.JindexRow3LeftList i {
    width: 63px;
    height: 63px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexRow3LeftListContent {
    margin-left: 20px;
}

.JindexRow3LeftListContent p {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}

.JindexRow3LeftListContent span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow3Right {
    position: absolute;
    /*left: 100%;
    height: 70%;
    width: 55%;
    transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0);
    top: 50%;*/

    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.JindexRow3RightContainer {
    height: 100%;
}

.JindexRow3RightBG {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/

    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 69px 0px 0px 69px;
    /*transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0);*/
    /*left: 100%;*/
    /*opacity: 0;*/

    position: absolute;
    left: 100%;
    height: 70%;
    width: 55%;
    transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0);
    top: 50%;

    /*-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;*/

    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.JindexRow3RightImg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.JindexRow3RightImg img {
    position: absolute;
    transform: translate(0%, -10%) matrix(1, 0, 0, 1, -487, 0);
    margin-left: 0%;
    left: 65%;
    top: 22%;

    transform: translate(0%, -25%) matrix(1, 0, 0, 1, -313.5, 0);
    margin-left: 0%;
    left: 65%;
    top: 22%;
}

.JindexRow3SplideNavi {
    /*max-width: 1450px;*/
    width: 100%;
    margin: auto;

    width: calc(100% - 160px);
    /*padding: 0px 80px;*/
    margin: 0px 80px;

    position: absolute;
}

.JindexRow3SplideNaviInner {
    position: absolute;
    right: 9%;
    width: 31.25%;

    right: 3%;
    width: 41.458%;
    bottom: 25px;
}

.JindexRow3SplideNaviInner .splide__arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JindexRow3SplideNaviInner .splide__arrows .splide__arrow {
    width: 49px;
    height: 49px;
    background: transparent;
    border: 2px solid #0ba5a0;
    position: static;
    transform: none;
}

.JindexRow3SplideNaviInner .splide__arrows .splide__arrow svg {
    width: 22px;
    height: 30px;
    fill: #00a09c;
}

.JindexRow3SplideNaviInner .splide__pagination {
    position: absolute;
    width: calc(100% - 150px);
    bottom: 21px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    width: calc(100% - 110px);
    padding: 0px;
}

.JindexRow3SplideNaviInner .splide__pagination li {
    margin: 0px 20px;
}

.JindexRow3SplideNaviInner .splide__pagination__page {
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    background: transparent;
    margin: 0px;
}

.JindexRow3SplideNaviInner .splide__pagination__page.is-active {
    background: #00a19c;
    border-color: #00a19c;
    transform: none;
}

.JindexRow3RightContent {
    position: absolute;
    top: 80%;
    width: calc(47% - 50px);
    right: 50px;
}

.JindexRow3RightContent p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow4Container {
    width: 100%;
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    padding-bottom: 41.5%;
    height: 0;
    z-index: 2;

   /* padding-bottom: 62.5%;*/
}

.paragraph--type--section-banner-with-animation .JindexRow4Container {
    height: 100%;
    padding-bottom: 0;
}

.JindexRow4ContainerOuter {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    top: 0px;
    left: 0px;
}

.JindexRow4ContainerOuter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.5;

}

.JindexRow4Container video,
.JindexRow4Container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.JindexRow4ContainerInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    /*max-width: 1450px;*/

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.JindexRow4Content {
    position: absolute;
    bottom: 75px;
    left: 125px;
    top: auto;
    right: auto;
    color: #fff;
    width: calc(100% - 250px);
}

.JindexRow4Content > p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexRow4Content h2 {
    margin-top: 17px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
}

.JindexRow4Content h2 span {
    font-weight: 600;
}

.JindexRow4ContentInner {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.JindexRow4ContentList {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.JindexRow4ContentList:last-child {
    margin-right: 0px;
}

.JindexRow4ContentList i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow4ContentList p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
}

.JindexRow4ContentList.cta-link p {
    text-transform: capitalize;
}

.JindexRow5Container {
    width: 100%;
    height: 100% !important;
    background: #fff;
    position: relative;
    z-index: 2;
}

.JindexRow5ContainerInner {
    /*max-width: 1450px;*/
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;

    width: calc(100% - 160px);
    margin: 0px 80px;
}

.JindexRow5LeftBG {
    /*background: #00a19c;*/
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: 0px;
    left: -60px;
    height: 100%;

    background: rgb(55,65,154);
    background: -moz-linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    background: linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37419a",endColorstr="#38739a",GradientType=1);

    width: 51.25%;
    left: 0px;
}

.JindexRow5TempImgContainer {
    position: absolute;
    top: 0px;
    left: -60px;
    height: 100%;
    width: 800px;

    width: 51.25%;
    left: 0px;
}

.JindexRow5TempImg1 {
    position: absolute;
    /*top: 130px;*/
    top: 10%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;

    z-index: 1;
}

.JindexRow5TempImg {
    width: 100%;
    /*height: 100%;*/

    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-bottom: 100%
}

.JindexRow5TempImgBG {
    width: 100%;
    /*height: 100%;*/
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;

    padding-bottom: 100%
}

.JindexRow5TempImg2 {
    position: absolute;
    /*top: 130px;*/
    /*top: 50%;*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    
    left: 50%;
    /*-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    width: 70%;
    height: 0px;
    padding-bottom: 70%;

    display: none;
    width: 10%;
    padding-bottom: 10%;
    bottom: 50%;
    /*-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.JindexRow5TempImg2b {
     width: 100%;
    /*height: 100%;*/

    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-bottom: 100%
}

.JindexRow5TempImg2BG{
    width: 100%;
    /*height: 100%;*/
    background: #fff;
    position: absolute;
    /*z-index: 1;*/
    top: 0px;
    left: 0px;

    padding-bottom: 100%
}

.JindexRow5Content {
    height: 100%;
}

.JindexRow5Slide {
    position: relative;
    /*height: calc(100% - 35px);*/
    height: 100%;
    display: flex;
    padding: 35px 0px 0px;
}

.JindexRow5Content .splide,
.JindexRow5Content .splide .splide__track,
.JindexRow5Content .splide .splide__track .splide__list,
.JindexRow5Content .splide .splide__track .splide__list .splide__slide {
    height: 100%;
}

.JindexRow5SlideLeft {
    /*width:  calc(50% - );*/

    /*width: 46%;
    margin-left: 30px;*/

    width: 51.25%;
}

.JindexRow5SlideLeftInner {
    /*width: 800px;*/
    /*margin-left: -60px;*/
    height: 100%;
    /*width: 100%;*/

    /*width: calc(100% - 60px);
    margin-left: 30px;*/
    width: 90%;
    margin-left: 5%;
}

.JindexRow5SlideLeftImg {
    /*top: 35px;*/
    padding-bottom: 85%;
    height: 0px;
    width: 85%;
        position: relative;
    /*left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-bottom: 100%;
    width: 100%;
}

.JindexRow5SlideRight {
    margin-left: 70px;
    margin-top: 0;

    width: 41%;
}

.JindexRow5SlideRight > p {
    color: #763f98;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
}

.JindexRow5SlideRight h2 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

.JindexRow5SlideRight h2 span {
    font-weight: 600;
}

.JindexRow5SlideRightInner a {
    display: flex;
    margin-top: 30px;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow5SlideRightInner a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JindexRow5SlideRightInner a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #0da6a1;
}

.JindexRow5SplideNavi {
    position: absolute;
    top: 0px;
    left: -60px;
    width: 800px;
    height: 100%;

    left: 0px;
    width: 51.25%;
}

.JindexRow5SplideNaviInner {
    position: absolute;
    display: block;
    /*top: 80%;*/
    /*left: 110%;*/
    left: 95%;
    /*padding-bottom: 40%;*/
    /*width: 40%;*/

    /*width: 53.311%;*/
    width: 306px;

    /*top: 78%;*/
    /*top: 60%;*/
    bottom: 25px;
}

.JindexRow5SplideNaviInner .splide__pagination {
    display: none;
}

.JindexRow5SplideNaviInner .splide__arrows .splide__arrow--prev {
    display: none;
}

.JindexRow5SplideNaviInner .splide__arrows .splide__arrow--next {
    width: 100%;
    height: 100%;
    background: #ccc;
    padding-bottom: 100%;
    right: auto;
    opacity: 1 !important;
    display: flex;
    /*align-items: center;
    justify-content: center;*/

    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: none;
    position: static;
}

.JindexRow5SplideNaviInner .splide__arrows .splide__arrow--next svg {
    display: none;
}

.JindexRow5SplideNaviInner .splide__arrows .splide__arrow--next span {
    color: var(--petronas-green);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}

.JindexRow5SplideNaviInner .splide__arrows .splide__arrow--next:before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 40%;
    height: 40%;
    position: absolute;
    top: 50%

    moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.JindexRow6Container {
    z-index: 2;
    height: 100% !important;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.JindexRow6Slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.JindexRow6SlideBG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JindexRow6LeftBG {
    width: 800px;
    position: absolute;
    top: -50px;
    height: calc(100% + 50px);
    left: 0px;
    width: 51.25%;
    background-image: linear-gradient(to bottom, #6b4899, #2c67b4, #007fb9, #0092ae, #00a19c);
}

.JindexRow6ContainerInner {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    width: calc(100% - 160px);
    margin: 0px 80px;

}

.JindexRow6Content {
    width: calc(45.921% - 80px);
    padding: 0px 40px 0px 40px;
    position: relative;
    margin-top: 150px;
}

.JindexRow6Content h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    color: #fff;
}

.JindexRow6Content > p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    color: #fff;
}

.JindexRow6Content a {
    margin-top: 35px;
    display: flex;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow6Content i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow6Content a p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    margin-left: 10px;
    color: #fff;
    text-transform: capitalize;
}

.JindexFooter {
    /*z-index: 2;*/
    /*height: 100%;*/
    position: relative;
    /*overflow: hidden;
    background: #fff;*/

/*    overflow: hidden;*/
}

.JindexFooterBG {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 51.25%;
    background: #00a19c;

    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,0) 0%, rgba(0,161,156,1) 46%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,0) 0%, rgba(0,161,156,1) 46%);
    background: linear-gradient(180deg, rgba(0,161,156,0) 0%, rgba(0,161,156,1) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#00a19c",GradientType=1);
}

.JindexFooterInner {
    width: calc(100% - 160px);
    margin: 0px 80px;
    position: relative;
        z-index: 2;
}

.JindexFooterInnerTop {
    display: flex;
    justify-content: space-between;
}

.JindexFooterInnerTopLeft ul {
    display: flex;
    /*align-items: center;*/
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left: 45px;
}

.JindexFooterInnerTopLeft ul li {
    margin-right: 40px;
}

.JindexFooterInnerTopLeft ul li:last-child {
    margin-right: 0px;
}

.JindexFooterInnerTopLeft ul li a,
.JindexFooterInnerTopLeft ul li span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexFooterInnerTopLeft ul li span:hover {
    cursor: pointer;
    opacity: 0.5;
}

.JindexFooterInnerTopRight {
    /*margin-right: 75px;*/
}

.JindexFooterInnerTopRight ul {
    display: flex;
    /*align-items: center;*/
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-right: 45px;
}

.JindexFooterInnerTopRight ul li {
    margin-left: 40px;
}

.JindexFooterInnerTopRight ul li:first-child {
    margin-left: 0px;
}

.JindexFooterInnerTopRight ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexFooterInnerBtm {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.JindexFooterInnerBtmLeft {
    width: 40%;
    margin-left: 45px;
}

.JindexFooterInnerBtmLeft p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JindexFooterInnerBtmRight {

}

.JindexFooterInnerBtmRight ul {
    display: flex;
    /*align-items: center;*/
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-right: 45px;
}

.JindexFooterInnerBtmRight ul li {
    margin-left: 30px;
}

.JindexFooterInnerBtmRight ul li:first-child {
    margin-left: 0px;
}

.JindexFooterInnerBtmRight ul li a {
    display: block;
    width: 25px;
    height: 25px; 
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    text-indent: -999em;
}

.JindexFooterInnerBtmRight ul li a.JindexFooterFB {
    background-position: -10px -10px;
}

.JindexFooterInnerBtmRight ul li a.JindexFooterTT {
    background-position: -10px -45px;
}

.JindexFooterInnerBtmRight ul li a.JindexFooterIN {
    background-position: -10px -80px;
}

.JindexFooterInnerBtmRight ul li a.JindexFooterLI {
    background-position: -10px -115px;
}

.JindexFooterInnerBtmRight ul li a.JindexFooterYT {
    background-position: -10px -150px;
}
.JindexFooterInnerBtmRight ul li a.JindexFooterTok {
    background-position: -39px -10px;
}

.JindexFooterPattern {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -17px;

    z-index: 2;
    margin-top: -20%;
}

.JindexFooterPattern img:nth-child(1) {
    margin-left: -13%;
    margin-left: -160px;
    position: relative;
    top: -90px;
}

.JindexFooterPattern img:nth-child(2) {
    margin-right: -21%;
    margin-right: -283px;
}





.JgeneralContainer {
    overflow: hidden;
}

.JgeneralBanner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.JgeneralBannerBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--bg-overlay);
}

.JindexImg01 .JgeneralBannerBG {
    background: rgba(0,0,0,0);
}

.JgeneralBannerInner {
    position: absolute;
    bottom: 80px !important;
    left: 125px !important;
    top: auto !important;
    right: auto !important;
    color: #fff;
    width: calc(100% - 250px);
    /*z-index: 2;*/
}

.JgeneralBannerContent {
    max-width: 820px;
    text-shadow: var(--text-shadow);
}

.JgeneralMainSubTitle {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
} 

.JgeneralBannerContent h1,
.JgeneralBannerContent h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    /*max-width: 800px;*/
    margin-top: 18px;
}

.JgeneralMainDesc {
    margin-top: 17px;
}

.JgeneralMainBtn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    max-width: 140px;
}

.JgeneralMainBtn i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
} 

.JgeneralMainBtn p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #FFF;
}

.JsocialLinkInner a {
  text-indent: -999em;
}

.JpressMidContainer {
   /* background-image: linear-gradient(to bottom, #00a19c, #0092ab, #0081b3, #296cae, #5e5399);*/
    padding: 0px 15px;

    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(94,82,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(94,82,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(94,82,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#5e5299",GradientType=1);
}

.JpressMidContainerInner {
    max-width: 1030px;
    margin: auto;
}

.JpressMidHeader {
    padding: 50px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.JpressMidHeaderLeft {
    position: relative;
    width: 49%;
}

.JpressMidHeaderLeft input[type="text"] {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    padding: 10px 55px 10px 30px; 
    border:  none;
    outline: none;
    width: calc(100% - 85px);
}

.JpressMidHeaderLeft a {
    position: absolute;
    right: 25px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/searchIcon.png) center no-repeat;
}

.JpressMidHeaderRight {
    display: flex;
    align-items: center;
}

.JpressMidBody {
    padding-top: 40px;
    padding-bottom: 150px;
}

.JpressMidBodyList {
    /*width: calc(33.3333% - 13.3333px);*/
    /*margin-right: 20px;*/
    margin-top: 30px;
    position: relative;
    /*padding-bottom: 33.875%;*/
    padding-bottom: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/*.JpressMidBodyList:nth-child(3n) {
    margin-right: 0px;
}*/

.JpressMidBodyListImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JpressMidBodyListImg:not(.no-overlay):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .20);
}

.JpressMidBodyListImg.darker-overlay:before {
    background: rgba(0, 0, 0, .37);
}

.view-milestones-v2.view-display-id-block_accreditations .JpressMidBodyListImg.darker-overlay:before {
    background: rgba(0, 0, 0, .25);
}

.JpressMidBodyListTop {
    position: absolute;
    top: 25px; 
    width: calc(100% - 40px);
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JpressMidBodyListTop p {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.JpressMidBodyListBtm {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

.JpressMidBodyListBtm h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.JpressMidBodyListTopRight > div {
    margin-right: 26px;
}

.JpressMidBodyListTopRight div a {
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    background: transparent !important;
}

.JpressMidBodyListTopRight div a:last-child {
    margin-right: 0px !important;
}

.JpressMidBodyListTopRight div a span svg {
    display: none;
}

.JpressMidBodyListTopRight div a.at-svc-twitter span {
    background: url(../images/s-twitter-icon.svg) center no-repeat;
}

.JpressMidBodyListTopRight div a.at-svc-linkedin span {
    background: url(../images/s-linkedin-icon.svg) center no-repeat;
}

.JpressMidBodyListTopRight div a.at-svc-facebook span {
    background: url(../images/s-facebook-icon.svg) center no-repeat;
}

.JpressMidBodyListTopRight div a.at-svc-whatsapp span {
    background: url(../images/s-whatsapp-icon.svg) center no-repeat;
}

/*.JpressMidBodyListTopRight div a:nth-child(5) span {
    background: url(../images/s-addthis-icon.svg) center no-repeat;
}*/

.JpressCopy {
    background: url(../images/s-addthis-icon.svg) center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
}

.JpressCopy:hover {
    transform: translateY(-4px);
}

.JgeneralFooterContainer {
    overflow: hidden;
}

.JgeneralFooterSlider {
    background: #ccc;
    width: 100%;
    height: 500px;
}

.JgeneralFooter {
    z-index: 2;
    position: relative;
    /*overflow: hidden;*/
    background: #fff;
    padding-top: 100px;
}

.JgeneralFooterPattern {
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*margin-bottom: -17px;*/
    /*margin-top: -14.3%;*/

    margin-top: -19.8%;
    margin-top: -348px;
}

.JgeneralFooterPattern img:nth-child(1) {
    margin-left: -13%;
    margin-left: -160px;
    position: relative;
    /*top: -90px;*/
    /*margin-bottom: 80px;*/

    /*position: absolute;
    left: 0px;
    top: 0px;*/
}

.JgeneralFooterPattern img:nth-child(2) {
    margin-right: -15.9%;
    margin-right: -287px;

    position: absolute;
    right: 0px;
    bottom: -24%;
}

.JgeneralFooterInner {
    width: calc(100% - 250px);
    margin: 0px 110px;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
}

.JgeneralFooterTop {

}

.JgeneralFooterTopBreadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.JgeneralFooterTopBreadcrumb a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    color: #000;
    padding-right: 25px;
    position: relative;
}

.JgeneralFooterTopBreadcrumb a:after {
    content: "›";
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    position: absolute;
    right: 10px;

}

.JgeneralFooterTopBreadcrumb a:last-child {
    margin-right: 0px;
    color: #00A19C;
    font-family: 'Museo Sans', sans-serif;
            font-weight: normal;
}

.JgeneralFooterTopBreadcrumb a:last-child:after {
    display: none;
}

.JgeneralFooterTopNavi {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JgeneralFooterTopNaviLeft {

}

.JgeneralFooterTopNaviLeft ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.JgeneralFooterTopNaviLeft ul li {
    margin-right: 40px;
}

.JgeneralFooterTopNaviLeft ul li:last-child {
    margin-right: 0px;
}

.JgeneralFooterTopNaviLeft ul li a,
.JgeneralFooterTopNaviLeft ul li span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    color: #000;
}

.JgeneralFooterTopNaviLeft ul li span:hover {
    cursor: pointer;
    opacity: 0.5;
}

.JgeneralFooterTopNaviRight {

}

.JgeneralFooterTopNaviRight ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.JgeneralFooterTopNaviRight ul li {
    margin-left: 40px;
}

.JgeneralFooterTopNaviRight ul li:first-child {
    margin-left: 0px;
}

.JgeneralFooterTopNaviRight ul li a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
    color: #000;
}

.JgeneralFooterBtm {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.JgeneralFooterBtmLeft p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'Museo Sans', sans-serif;
            font-weight: 300;
}

.JgeneralFooterBtmRight ul {
    display: flex;
    /* align-items: center; */
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    /*margin-right: 45px;*/
}

.JgeneralFooterBtmRight ul li {
    margin-left: 30px;
}

.JgeneralFooterBtmRight ul li:first-child {
    margin-left: 0px;
}

.JgeneralFooterBtmRight ul li a {
    display: block;
    width: 25px !important;
    height: 25px !important;
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    text-indent: -999em;

    /*New Changes 2026/01/15*/
    padding-left: unset;
    padding-right: :unset;
}

.JgeneralFooterBtmRight ul li a.JindexFooterFB {
    background-position: -10px -10px;
}

.JgeneralFooterBtmRight ul li a.JindexFooterTT {
    background-position: -10px -45px;
}

.JgeneralFooterBtmRight ul li a.JindexFooterIN {
    background-position: -10px -80px;
}

.JgeneralFooterBtmRight ul li a.JindexFooterLI {
    background-position: -10px -115px;
}

.JgeneralFooterBtmRight ul li a.JindexFooterYT {
    background-position: -10px -150px;
}
.JgeneralFooterBtmRight ul li a.JindexFooterTok {
    background-position: -39px -20px;
}



.JpressDetailsContainer .JgeneralBannerContent h1, 
.JpressDetailsContainer .JgeneralBannerContent h2 {
    margin-top: 0px;
}

.JpressDetailsContainer .JgeneralBannerInner {
    bottom: 125px !important;
}

/*.JpressDetailsContainer .JgeneralBannerBG {
    background-color: transparent;
    background-image: url(../images/press-release-details-banner-black.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    opacity: .8;
}*/

.JpressDetailsMiddle {
    max-width: 1136px;
    margin: auto;
    padding: 0px 15px;
    position: relative;

    /*background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    padding-bottom: 120px;
}

.JpressDetailsMiddleInner {
    margin-top: -55px;
    padding: 0px 50px 50px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.JpressDetailsMiddleHeader {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JpressDetailsMiddleHeaderLeft {
    display: flex;
    align-items: center;
}

.JpressDetailsMiddleHeaderLeft p {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.JpressDetailsMiddleHeaderRight {
        position: relative;
}

.JpressDetailsMiddleHeaderRight > div {
    margin-right: 30px;
}

.JpressDetailsMiddleHeaderRight div a {
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    background: transparent !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.JpressDetailsMiddleHeaderRight div a span {
    width: 20px !important;
    height: 20px !important;
    -webkit-background-size: 20px !important;
    -moz-background-size: 20px !important;
    -o-background-size: 20px !important;
    background-size: 20px !important;
}

.JpressDetailsMiddleHeaderRight div a:last-child {
    margin-right: 0px !important;
}

.JpressDetailsMiddleHeaderRight div a span svg {
    display: none;
}

.JpressDetailsMiddleHeaderRight div a.at-svc-twitter span {
    background: url(../images/s-twitter-icon.svg) center no-repeat;
}

.JpressDetailsMiddleHeaderRight div a.at-svc-linkedin span {
    background: url(../images/s-linkedin-icon.svg) center no-repeat;
}

.JpressDetailsMiddleHeaderRight div a.at-svc-facebook span {
    background: url(../images/s-facebook-icon.svg) center no-repeat;
}

.JpressDetailsMiddleHeaderRight div a.at-svc-whatsapp span {
    background: url(../images/s-whatsapp-icon.svg) center no-repeat;
}

/*.JpressDetailsMiddleHeaderRight .at-share-tbx-element .at-share-btn {
    display: none;
}*/

.JpressDetailsMiddleHeaderRight .JpressCopy {
    width: 20px !important;
    height: 20px !important;
    -webkit-background-size: 20px !important;
    -moz-background-size: 20px !important;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.JpressDetailsMiddleBody {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,.3);
}

.JpressDetailsMiddleFooter {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JpressDetailsMiddleFooter a {
    display: flex;
    align-items: center;
}

.JpressDetailsMiddleFooter a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #000;
}

.JpressDetailsMiddleFooterLeft i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JpressDetailsMiddleFooterRight i {
    width: 32px;
    height: 32px;
    background: url(../images/download.svg) center no-repeat;
}

.JgeneralFooterSliderInner {
    position: relative;
}

.JgeneralFooterSliderInner,
.JgeneralFooterSliderInner > section,
.JgeneralFooterSliderInner > section > div,
.JgeneralFooterSliderInner > section > div > ul,
.JgeneralFooterSliderInner > section > div > ul > li {
    height: 100%;
}

.JgeneralFooterSliderInner > section > div > ul {
    padding-right: 34% !important;
}

.JgeneralFooterSliderInner > section > div > ul > li {
    /*padding-right: 34%;
    width: 66% !important;*/
}

.JgeneralFooterSliderImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JgeneralFooterSliderBG {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /*background: rgb(118,64,152);
    background: -moz-linear-gradient(125deg, rgba(118,64,152,1) 0%, rgba(0,161,156,1) 100%);
    background: -webkit-linear-gradient(125deg, rgba(118,64,152,1) 0%, rgba(0,161,156,1) 100%);
    background: linear-gradient(125deg, rgba(118,64,152,1) 0%, rgba(0,161,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#764098",endColorstr="#00a19c",GradientType=1);*/
    background: var(--bg-overlay);
    opacity: 0;
}

.JgeneralFooterSliderInner > section > div > ul > li.is-active .JgeneralFooterSliderBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
}

.JgeneralFooterSliderContent {
    position: absolute;
    left: 120px;
    top: 60px;
    max-width: 375px;
    color: #fff;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

.JgeneralFooterSliderContent h2 {
    font-size: 40px;
    line-height: 48px;
}

.JgeneralFooterSliderContent p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    margin-top: 15px;
}

.JgeneralFooterSliderContent a {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.JgeneralFooterSliderContent a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JgeneralFooterSliderContent a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
}

.JgeneralFooterSliderInner > section > div > ul > li.is-active .JgeneralFooterSliderContent {
    opacity: 1;
    visibility: visible;
}

.JgeneralFooterSliderNavi {
    position: absolute;
    top: 50%;
    left: 66%;
    width: 98px;
    height: 98px !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -49px;
    z-index: 3;
}

.JgeneralFooterSliderNavi button {
    width: 16px;
    height: 25px;
    background: transparent;
    opacity: 1;
    left: 20px;
}

.JgeneralFooterSliderNavi button svg {
    display: none;
}

.JgeneralFooterSliderNavi button:last-child {
    left: 63px;
    /*right: 20px;*/
}

.JgeneralFooterSliderNavi button.splide__arrow--prev:before {
    content: '';
    width: 16px;
    height: 25px;
    background: url(../images/foote-slider-arrow01.svg) center no-repeat;
    background-size: 16px auto;
}

.JgeneralFooterSliderNavi button.splide__arrow--next:before {
    content: '';
    width: 16px;
    height: 25px;
    background: url(../images/foote-slider-arrow02.svg)  center no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.JgeneralFooterSliderNavi > div,
.JgeneralFooterSliderNavi > div > div {
    height: 100%;
    width: 100%;
}

.JgeneralFooterSliderNaviInner > div:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #763F98;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.JindexRow2RightContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JindexRow2RightContent p {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    max-width: 143px;
    text-align: center;
}

.JindexRow2RightContent p span {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
}

.JindexRow2RightContent01 {
    position: absolute;
    top: 130%;
    left: -136%;
    /*-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    color: #fff;

    top: 50%;
    left: auto;
    right: 103%;
}

.JindexRow2RightContent01 svg {
    max-width: 178px !important;
    top: 53% !important;
    left: 2% !important;
    width: 178px;
    right: 0px !important;
}

.JindexRow2RightContent01Inner {
    width: 150px;
}

.JindexRow2RightContent01Inner h5 {
    /*font-family: 'Museo Sans', sans-serif;
    font-weight: 700;*/
    font-size: 30px;
    line-height: 36px;
}

.JindexRow2RightContent01Inner p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-top: 17px;
}

.JindexRow2RightContent02 {
    position: absolute;
    right: -190px;
    top: -230px;

    right: auto;
    top: -8%;
    left: 90%;
}

.JindexRow2RightContent02 svg {
    max-width: 178px !important;
    top: 54% !important;
    left: -40% !important;
    width: 178px;
    right: 0px !important;
}


.JindexRow2RightContent02 h5 {
    /*font-family: 'Museo Sans', sans-serif;
    font-weight: 700;*/
    font-size: 30px;
    line-height: 36px;
    color: #763f98;
}

.JindexRow2RightContent02 p {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    margin-top: 17px;
}

.JindexHomeMobile {
    display: none;
}

#slider1M .splide__list {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.JindexRow6Mbg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexRow6Mbg .JindexRow6MbgImg {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JmasterRow1Container .JindexImgContent .subContent {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    max-width: 700px;
}

.JmasterRow1Container .JindexImgContent {
    position: absolute;
}

.JmasterRow2Container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.JmasterRow2BG {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    /*background-image: url(../images/master-banner-bg-black.png);
    background-position: bottom left;
    background-repeat: repeat-x;*/
    background: var(--bg-overlay);
}

.JmasterRowContent {
    position: absolute;
    bottom: 80px !important;
    left: 125px !important;
    top: auto !important;
    right: auto !important;
    color: #fff;
    width: calc(100% - 250px);
    z-index: 2;
}

.paragraph--type--section-banner .JmasterRowContent {
    text-shadow: var(--text-shadow);
}

.JmasterRowContent a p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRowContent h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
}

.JmasterRowContent .subContent {
    margin-top: 16px;
    max-width: 700px;
    font-size: 16px;
    line-height: 20px;
}

.JmasterRowContent a {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.JmasterRowContent a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JmasterRowContent a p {
    margin-left: 10px;
    color: #fff;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
}

.JmasterRow3Container,
.JmasterRow4Container {
    width: 100%;
    padding: 0px 15px;
}

.JmasterRow3ContainerInner,
.JmasterRow4ContainerInner {
    /* max-width: 1450px; */
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    width: calc(100% - 130px);
    /* padding: 0px 65px; */
    margin: 0px 65px;
}

.JmasterRow3ContentLeftBG {
    background: #00a19c;
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: -50px;
    left: -60px;
    height: calc(100% + 50px);
    left: 65px;
    width: 575px;
    width: 51.25%;
    left: 0px;
}

.JmasterRow3Content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 100%;*/
    position: relative;
    padding: 100px 0px;
}

.JmasterRow3ContentLeft {
    /*width: 43.5%;
    width: 44.8%;*/
    /*width: calc(45.921% - 80px);*/
    width: 45.921%;
    padding: 0px 40px 0px 40px;
}

.JmasterRow3Container .JmasterRow3Content {
    flex-direction: row-reverse;
}

.JmasterRow3ContentLeftTitle {

}

.JmasterRow3ContentLeftTitle h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 10px;
    color: #fff;
}

.JmasterRow3ContentLeftTitle > p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    color: #fff;
}

.JmasterRow3ContentLeftTitle .JindexRow3LeftListContent {
    color: #fff;
}

.JmasterRow3ContentLeftDesc {
    margin-top: 58px;
}

.JmasterRow3ContentLeftDescList {
    display: flex;
    margin-bottom: 50px;
}

.JmasterRow3ContentLeftDescList:last-child {
    margin-bottom: 0px;
}

.JmasterRow3ContentLeftDescListLeft {
    width: 56px;
}

.JmasterRow3ContentLeftDescListRight {
    width: calc(100% - 96px);
    margin-left: 40px;
}

.JmasterRow3ContentLeftDescListRight p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.JmasterRow3ContentRight {
    width: calc(56.5% - 50px);
    /* margin-left: 50px; */
    width: 44.8%;
    /*margin-right: 7.1%;*/
}

.JmasterRow3ContentRight img {
    margin: auto;
    display: block;
    max-width: 516px;
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

/*.JmasterRow4Container {
    width: calc(100% - 30px);
    padding: 0px 15px;
}

.JmasterRow4ContainerInner {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    width: calc(100% - 130px);
    margin: 0px 65px;
}*/

.JmasterRow4ContentLeftBG {
    background: #00a19c;
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: 0px;
    left: -60px;
    height: 100%;
    left: 65px;
    width: 575px;
    width: 51.25%;
    left: 0px;

    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#564099",GradientType=1);
}

.JmasterRow4ContainerInner {
    width: calc(100% - 130px);
    margin: 0px 65px;
}

.JmasterRow4Desc {
    color: #000;
    margin-top: 10px;
}

.JmasterRow4Container .JindexRow5SlideRight {
    /*margin-top: 110px;*/
    margin-top: 0;
}

.JmasterRow4Container .JindexRow5SlideRightInner a {
    margin-top: 20px;
}

.JmasterRow5Container {
    /*height: 100%;*/
    padding-top: 110px;
}

.JmasterRow5ContainerInner {
    margin: auto;
    position: relative;
    /*z-index: 2;*/
    /*height: 100%;*/
    background: #F3F3F3;
}

.JmasterRow5BGouter {
    position: absolute;
    /* left: 50%; */
    top: -110px;
    height: calc(100% + 110px);
    width: calc(100% - 160px);
    /* padding: 0px 80px; */
    margin: 0px 80px;
    left: 0px;
    z-index: 1;
}

.JmasterRow5BGw {
    width: calc(51.25% + 80px);
    left: -80px;
    position: absolute;
    top: 0px;
    background: #fff;
        bottom: 0px;
}

.JmasterRow5BG {
    background: #00a19c; */
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: 0px;
    /* left: -60px; */
    height: 100%;
    left: 0px;
    width: 51.25%;
    background: rgb(86,64,153);
    background: -moz-linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    background: linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#564099",endColorstr="#00a19c",GradientType=1);
}

.JmasterRow5Container .JindexRow3LeftInner {
    top: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.JmasterRow5Container .JindexRow3RightBG {
    height: auto;
    padding-bottom: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    top: auto;
    position: static;

    transform: none;
    margin-left: auto;
}

.JmasterRow5Container .JmasterRow5RightContent {
    position: static;
   /* transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);*/
    width: calc(100% - 160px);
    margin: 0px 80px;
}

.JmasterRow5Container .JmasterRow5RightContentInner {
    position: relative;
    right: 3%;
    width: 41.458%;
    top: 0px;
    margin-left: auto;
    margin-top: 50px;
}

.JmasterRow5Container .JmasterRow5RightContentInner h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

.JmasterRow5Container .JmasterRow5RightContentInner p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
}

.JmasterRow5Container .JmasterRow5RightContentInner a {
    margin-top: 39px;
    display: flex;
    align-items: center;
}

.JmasterRow5Container .JmasterRow5RightContentInner a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JmasterRow5Container .JmasterRow5RightContentInner a p {
    margin-left: 10px;
    color: #0da6a1;
}

.JmasterRow5Container .JindexRow3Content .splide__list .JindexRow3Full {
    padding: 0px;
    /*padding-top: 35px;*/
    height: auto;
}

.JmasterRow5Container .JindexRow3Left {
    padding-top: 130px !important;
    position: absolute;
    width: calc(100% - 160px);
    padding: 0px 80px;
}

.JmasterRow5Container .JindexRow3Right {
    /*padding: 0px 15px;*/
    /*padding-top: 35px;*/
    position: relative;
    height: auto;
}

.JmasterRow5Container .JindexRow3Content .splide, 
.JmasterRow5Container .JindexRow3Content .splide .splide__track, 
.JmasterRow5Container .JindexRow3Content .splide .splide__track .splide__list, 
.JmasterRow5Container .JindexRow3Content .splide .splide__track .splide__list .splide__slide, 
.JmasterRow5Container .JindexRow3Left {
    height: auto;
}

.JmasterRow5Container .JindexRow3Content .splide .splide__track {
    /*background: #F3F3F3;*/
}

.JmasterRow5Container .JindexRow3Content .splide .splide__track .splide__list {
    padding-bottom: 235px !important;
}

.JmasterRow5Container .JindexRow3Content .splide .splide__track .splide__list.remove-padding {
    padding-bottom: 80px !important;
}

.JmasterRow5Container .JindexRow3SplideNaviInner {
    bottom: 130px;
}

.JmasterRow5Content {
    z-index: 1;
}

.JmasterRow5Pattern {
    position: absolute;
    top: 100px;
    left: 0px;
    overflow: hidden;
}

.JmasterRow5Pattern img {
    display: block;
    /*max-width: 100%;*/
    width: 805px;
    position: relative;
    left: -250px;
}

.JmasterRow6Container {
    padding-top: 90px;
}

.JmasterRow6ContainerInner {
    margin: auto;
    position: relative;
}

.JmasterRow6BGouter {
    position: absolute;
    /* left: 50%; */
    top: -90px;
    height: calc(100% + 90px);
    width: calc(100% - 160px);
    /* padding: 0px 80px; */
    margin: 0px 80px;
    left: 0px;
    /*z-index: 1;*/
}

.JmasterRow6BG {
    background: #00a19c;
    width: 800px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 51.25%;
}

.JmasterRow6Content {

}

.JmasterRow6ContentInner {
    width: 100%;
}

.JmasterRow6ContentInner2 {
    position: relative;
    right: 3%;
    width: 41.458%;
    top: 0px;
    margin-left: auto;
}

.JmasterRow6ContentInner2 h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

.JmasterRow6ContentInner2 p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
}

.JmasterRow6Full {
    position: relative;
    width: 100%;
}

.JmasterRow6Left {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 46.875%;
}

.JmasterRow6Right {

}

.JmasterRow6RightContainer {
    /*position: relative;
    right: 3%;
    width: 41.458%;
    top: 0px;
    margin-left: auto;*/
}

.JmasterRow6RightContainer ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    margin-right: 1px;
}

.JmasterRow6RightContainer ul li {
    width: calc(25% - 11.25px);
    /*margin-right: 15px;*/
    margin: 10px 15px 10px 0px;
}

.JmasterRow6RightContainer ul li:nth-child(4n) {
    margin-right: 0px;
}

.JmasterRow6RightContainer ul li a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JmasterRow6RightContainer ul li a:hover {
    -webkit-box-shadow:inset 0 0 0 3px rgba(0,161,156,1);
    box-shadow:inset 0 0 0 3px rgba(0,161,156,1);
    opacity: 1;
}

.JmasterRow6LeftYT {
    position: relative; 
    /*padding-bottom: 56.25%;*/
    padding-bottom: 48%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    width: 100%;
    -webkit-border-top-right-radius: 55px;
    -webkit-border-bottom-right-radius: 55px;
    -moz-border-radius-topright: 55px;
    -moz-border-radius-bottomright: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}

.JmasterRow6LeftYT iframe, 
.JmasterRow6LeftYT object, 
.JmasterRow6LeftYT embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.JmasterRow6LeftYT a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JmasterRow6LeftYT a:hover {
    opacity: 1;
}

.JmasterRow6LeftYT a i {
    width: 156px;
    height: 156px;
    position: absolute;
    right: -13px;
    bottom: -18px;
    background-image: url(../images/play-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JmasterRow6ContentSlide {
    margin-top: 40px;
    position: relative;
    right: 3%;
    width: 41.458%;
    top: 0px;
    margin-left: auto;
    padding-bottom: 150px;
}

.JmasterRow6ContentSlide .JindexRow3SplideNavi {
    width: 100%;
    margin: 0px;
}

.JmasterRow6ContentSlide .JindexRow3SplideNaviInner {
    width: calc(100% - 75px);
    bottom: auto;
    right: auto;
    left: 0px;
    top: 50px;
}

.JmasterRow7Container {
    padding-top: 100px;
}

.JmasterRow7ContainerInner {
    margin: auto;
    position: relative;
}

.JmasterRow7BGouter {
    position: absolute;
    top: -100px;
    height: calc(100% + 100px);
    width: calc(100% - 160px);
    margin: 0px 80px;
    left: 0px;
}

.JmasterRow7BG {
    background: #00a19c;
    width: 800px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 51.25%;
}

.JmasterRow7Content {
    width: 100%;
    position: relative;
}

.JmasterRow7ContentBanner {
    width: calc(100% - 70px);
    margin: 0px 35px;
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    border-radius: 69px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 59.063%;
}

.JmasterRow7ContentBanner img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.JmasterRow7ContentInner {
    position: relative;
    width: calc(100% - 160px);
    margin: 0px 80px;
    padding-top: 70px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.JmasterRow7Left {
    color: #fff;
    width: calc(44.921%);
    padding: 0px 40px 0px 40px;
    position: relative;
}

.JmasterRow7LeftInner h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

.JmasterRow7Subtitle {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRow7Desc {
    margin-top: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRow7Right {
    /*position: relative;
    right: 3%;*/
    width: 41.458%;
    top: 0px;
    margin-left: auto;
    width: 47.38%;
}

.JmasterRow7RightInner {
    margin-left: 44px; 
    display: flex;
    flex-wrap: wrap;
}

.JmasterRow7RightList {
    width: calc(50% - 15px);
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    j/*ustify-content: center;*/
    align-items: center;
}

.JmasterRow7RightList:nth-child(2n) {
    margin-left: 30px;
}

.JmasterRow7RightListLeft {
    width: 76px;
    display: flex;
    align-items: center;
}

.JmasterRow7RightListRight {
    width: calc(100% - 96px);
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.JmasterRow7RightListRight p {
    font-size: 20px;
    line-height: 28px;
}

.JmasterRow8Container {
    width: 100%;
    padding: 50px 15px;
    position: relative;
}

.JmasterRow8ContainerInner {
    width: calc(100% - 130px);
    margin: 0px 65px;
}

.JmasterRow8BGouter {
    position: absolute;
    /* left: 50%; */
    top: 0px;
    height: 100%;
    width: calc(100% - 160px);
    /* padding: 0px 80px; */
    margin: 0px 80px;
    left: 0px;
    z-index: 1;
}

.JmasterRow8BG {
    width: 800px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 51.25%;
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#583f98",GradientType=1);
}

.JmasterRow8Content {
    position: relative;
    z-index: 1;
    /*padding-bottom: 260px;*/
    overflow: hidden;
}

.JmasterRow8Content .splide__track {
    overflow: visible;
}

.JmasterRow8Content .JindexRow5SlideLeftInner {
    position: relative;
}

.JmasterRow8Content .JindexRow5SlideLeftInner .JmasterRow8LeftIcon {
    position: absolute;
    /*right: 8%;*/
    right: 0;
    top: 0px;
    max-width: 85px;
}

.JmasterRow8Content .JindexRow5SlideLeftInner .JmasterRow8LeftImg {
    display: block;
    max-width: 100%;
    width: 100%;
}

.JmasterRow4Subtitle {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRow8Content .JmasterRow4Desc p {
    margin-top: 31px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRow8Container .JindexRow5SlideRight {
    margin-left: 50px;
}

.JmasterRow8Container .JindexRow3SplideNavi {
    width: 100%;
    margin: 0px
}

.JmasterRow8Container .JindexRow3SplideNavi .JindexRow3SplideNaviInner {
    bottom: auto;
    top: 60px;

    width: 35.70%;
    right: 9%;
}

.JmasterRow8RightMark {
    position: absolute;
    right: 0px;
    bottom: -100px;
}

.JmasterRow10Container {
    /*padding: 0px 15px;*/
    /*z-index: 2;*/
    height: 100%;
    position: relative;
}

.JmasterRow10ContainerInner {
    /* max-width: 1450px; */
    margin: auto;
    /*position: relative;
    z-index: 2;*/
    height: 100%;
    width: calc(100% - 160px);
    /* padding: 0px 65px; */
    margin: 0px 80px;
}

.JmasterRow10BGouter {
    position: absolute;
    /* left: 50%; */
    top: 0px;
    height: 100%;
    width: calc(100% - 160px);
    /* padding: 0px 80px; */
    margin: 0px 80px;
    left: 0px;
    /*z-index: 1;*/
}

.JmasterRow10BGouter .JmasterRow10BG {
    width: 800px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 51.25%;
    background: #00a19c;
}

.JmasterRow10Container svg:nth-child(1) {

}

.JmasterRow10Container svg:nth-child(1) circle {
    stroke-dasharray: 341%;
    stroke-dashoffset: 341%;
    stroke-dashoffset: 100%;
}

.JmasterRow11Container {
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
}

.JmasterRow11BGouter {
    position: absolute;
    top: 0px;
    height: 100%;
    width: calc(100% - 160px);
    margin: 0px 80px;
    left: 0px;
}

.JmasterRow11BG {
     background: #00a19c; 
    width: 800px;
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: -50px;
    /* left: -60px; */
    height: calc(100% + 50px);
    left: 0px;
    width: 51.25%;
}

.JmasterRow11ContainerInner {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.JmasterRow11Container .JindexRow3SplideNaviInner {
    width: 35.70%;
    right: 9%;
}

.JmasterRow2ContainerW {

}

/*.JmasterRow2ContainerW .JmasterRow2BG {
    background-image: url(../images/master-banner-bg-white.png);
}*/

.JmasterRow2ContainerW .JmasterRowContent {
    color: #000;
}

.JmasterRow2ContainerW .JmasterRowContent a i {
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JmasterRow2ContainerW .JmasterRowContent a p {
    color: #0da6a1;
    text-transform: none;
}

.JmasterRow6ContentInnerM,
.JmasterRow6ContentSlideM,
.JmasterRow9ContainerM {
    display: none;
}

.JmasterRow7RightListLeft svg {
    width: 76px;
}

.JgeneralFooter2 {
    padding-top: 22px;
}

.JmasterRow3ContentRightM,
.JindexRow3RightM {
    display: none;
}

.JindexRow3LeftBtnM {
    display: none;
}

.JmasterRow11Container {
    height: auto;
}

.JmasterRow11Container .splide__list .JindexRow3Full {
    padding: 0px 80px;

    flex-direction: row-reverse;
}

.JmasterRow11Container .JindexRow3Left {
    width: 45.92%;
    padding: 0px;

    width: 51.25%;
}

.JmasterRow11Container .JindexRow3LeftInner {
    /*width: calc(100% - 155px);*/
    width: 100%;
    padding-right: 115px;

    position: static;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.JmasterRow11Container .JindexRow3Right {
    position: static;
    width: 42.65%;
    width: 54.08%;

    width: 48.75%;
}

.JmasterRow11Container .JindexRow3Right > div {
    margin-right: -80px;
    margin-left: -80px;
}

.JmasterRow11Container .JindexRow3RightImg img {
    left: 35%;
}

.JmasterRow11Container .JindexRow3Right .JindexRow3RightBG {
    width: 100%;
    height: auto;
    padding-bottom: 79.322%;

    position: static;
    transform: none;
}

.JmasterRow11Container .JindexRow3RightContent {
    position: static;
    /*width: calc(100% - 240px);*/
    width: 100%;
    padding: 0px 120px;
    margin-top: 20px;
}

.JmasterRow11Container .JindexRow3Content .splide .splide__track {
    padding: 100px 0px;
}

.JmasterRow11Container .JindexRow3SplideNaviInner {
    bottom: 160px;
}

.JbopRow1Container {
    height: calc(100% + 190px);
    margin-bottom: -190px;
}

.JbopRow1Container .JindexImgContent {
    position: absolute;
    bottom: calc(80px + 190px) !important;
}

.JbopImg01BG {
    /*background: url(../images/BOP-banner-bg.png) left bottom repeat-x;*/
    background: var(--bg-overlay);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.JbopRow2Container {
    margin-top: 50px;
    overflow: hidden;
}

.JbopRow2Container.banner-page-links {
    margin-top: -106px;
}

.JbopRow2ContainerInner {
    position: relative;
    z-index: 1;
}

.JbopRow2ContainerInner .JbopTabsNav {
    padding: 0px 73px;
    display: flex;
    text-align: center;
    /*margin-top: -78px;*/
    position: relative;
    z-index: 1;
    align-items: end;
    /*width: calc(100% - 146px);*/
    justify-content: center;
}

.JbopRow2ContainerInner .JbopTabsNav li {
    margin: 0px;
    -webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.16);
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,.16);
    position: relative;
    font-size: 14px;
    color: #00A19C;
    line-height: 18px;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 0px 15px;
    font-weight: 600;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(2) {
    z-index: -1;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(3) {
    z-index: -2;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(4) {
    z-index: -3;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(5) {
    z-index: -4;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(6) {
    z-index: -5;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(7) {
    z-index: -6;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(8) {
    z-index: -7;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(9) {
    z-index: -8;
}

.JbopRow2ContainerInner .JbopTabsNav li:nth-child(10) {
    z-index: -9;
}

.JbopRow2ContainerInner .JbopTabsNav li:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.JbopRow2ContainerInner .JbopTabsNav li:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.JbopRow2ContainerInner .JbopTabsNav li a {
    text-decoration: none;
}

.JbopRow2ContainerInner .JbopTabsNav li.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 0px 15px !important;
    border-top: none;
    border:  none !important;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #763F98 !important;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    max-width: 200px;
    min-height: 106px;
}

.banner-page-links .JbopRow2ContainerInner .JbopTabsNav li,
.banner-page-links .JbopRow2ContainerInner .JbopTabsNav li.resp-tab-active {
    padding: 0px 35px !important;
}

.JbopRow2ContainerInner .JbopTabsNav li.resp-tab-active a {
    color: #fff;
}

.JbopRow2ContainerInner .JbopTabsNav li.resp-tab-active a:hover {
    opacity: 1;
}

.JbopRow2ContainerInner .resp-tab-content {
    padding: 0px;
    border:  none;
}

.JbopRow2ContentContainer {
    width: 100%;
}

.JbopRow2Content01 {
    width: 100%;
    padding-bottom: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JbopRow2Content02 {
    background: #00A19C;
}

.JbopRow2Content02Inner {
    padding: 70px 125px 60px;
    /*width: calc(100% - 250px);*/
    display: flex;
}

.JbopRow2Content02Inner > div {
    color: #fff;
    width: calc(50% - 50px);
}

.JbopRow2Content02Right {
    margin-left: 100px;
}

.JbopRow2Content02Inner > div h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: normal; 
    font-family: 'Museo Sans', sans-serif;  
}

.JbopRow2Content02Inner > div ul {
    padding: 0px 0px 0px 15px;
    margin: 30px 0px 0px;
}

.JbopRow2Content02Inner > div ul li {
    margin-top: 20px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JbopRow2Content02Inner > div ul li:first-child {
    margin-top: 0px;
}

.JbopRow2Content03 {

}

.JbopRow2Content03Inner {
    padding: 80px 125px 110px;
    /*width: calc(100% - 250px);*/
}

.JbopRow2Content03Inner h3 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
}

.JbopRow2Content03Graph {
    margin-top: 60px;
    text-align: center;
    /*overflow-x: auto;*/
}

.JbopRow2Content03Graph img {
    max-width: 100%;
   /* width: 100%;*/
    display: block;
    margin: auto;
}

.JbopRow2Content03Txt {
    max-width: 1030px;
    margin: 100px auto 0px;
}

.JbopRow2Content03List {
    display: flex;
    margin-bottom: 55px;
    align-items: center;
}

.JbopRow2Content03List:last-child{
    margin-bottom: 0px;
}

.JbopRow2Content03ListLeft {
    width: 19.5%;
    display: flex;
    align-items: center;
}

.JbopRow2Content03ListLeft span {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00A19C;
}

.JbopRow2Content03ListLeft p {
    width: calc(100% - 71px);
    margin-left: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
    color: #00A19C;
    font-size: 20px;
    line-height: 24px;
}

.JbopRow2Content03ListRight {
    margin-left: 110px;
    width: calc(80.5% - 110px);
}

.JbopRow2Content03ListRight p {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JbopRow2Content03List:nth-child(2) .JbopRow2Content03ListLeft span {
    background: #763F98;
}

.JbopRow2Content03List:nth-child(2) .JbopRow2Content03ListLeft p {
    color: #763F98;
}

.JbopRow2Content03List:nth-child(3) .JbopRow2Content03ListLeft span {
    background: #20419A;
}

.JbopRow2Content03List:nth-child(3) .JbopRow2Content03ListLeft p {
    color: #20419A;
}

.JbopRow2Content03List:nth-child(4) .JbopRow2Content03ListLeft span {
    background: #51BCBC;
}

.JbopRow2Content03List:nth-child(4) .JbopRow2Content03ListLeft p {
    color: #51BCBC;
}

.JbopRow2Content03List:nth-child(5) .JbopRow2Content03ListLeft span {
    background: #F9A330;
}

.JbopRow2Content03List:nth-child(5) .JbopRow2Content03ListLeft p {
    color: #F9A330;
}

.JbopRow2Content03List:nth-child(6) .JbopRow2Content03ListLeft span {
    background: #A6CA42;
}

.JbopRow2Content03List:nth-child(6) .JbopRow2Content03ListLeft p {
    color: #A6CA42;
}

.JbopRow2ContainerInner .ui-tabs-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
    margin: 40px 15px 0px;
    z-index: 1;
    padding: 0px;
    overflow: auto;
    text-align: center;

    width: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*margin-left: -50%;*/
}

.JbopRow2ContainerInner .ui-tabs-nav li {
    list-style-type: none;
    margin: 0px 68px;
    position: relative;
}

.JbopRow2ContainerInner .ui-tabs-nav li a {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
        display: block;
    padding-bottom: 5px;
}

.JbopRow2ContainerInner .ui-tabs-nav li.ui-state-active a {
    color: #00A19C;
}

.JbopRow2ContainerInner .ui-tabs-nav li.ui-state-active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% + 14px);
    height: 1px;
    background: #00A19C;
    margin-left: -7px;
}

.JmasterInnerRow1Container {

}

.JmasterInnerRow1Container .JindexImgContent {
    position: absolute;
    bottom: 80px !important;
    left: 125px !important;
}

.JmasterInnerRow1Container.banner-extended .JindexImgContent {
    bottom: 186px !important;
}

.JindexImgContent p.subContent {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    max-width: 700px;
}

.JmasterInnerRow2Container {
    padding: 90px 0px 0px; 
}

.paragraph--type--inner-circle-image-and-title.JmasterInnerRow2Container {
    padding-top: 0;
}

.JmasterInnerGeneralInner {
    padding: 0px 125px; 
    /*width: calc(100% - 250px);*/
}

.JmasterInnerRow2ContainerInner {
    display: flex;
}

.JmasterInnerRow2Left {
    width: 39%;
}

.JmasterInnerRow2Left h3 {
    font-size: 40px;
    line-height: 48px;
}

.JmasterInnerRow2Left p {
    margin-top: 20px;
}

.JmasterInnerRow2Left p:first-child {
    margin-top: 0px;
}

.JmasterInnerRow2Right {
    width: calc(61% - 125px);
    margin-left: 125px;
}

.JmasterInnerRow2Content {
    margin-top: 90px;
    /*padding: 0px 125px; 
    width: calc(100% - 250px);*/
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.JmasterInnerRow2ContentList img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.JmasterInnerRow2ContentList h4 {
    margin-top: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.JmasterInnerRow2ContentList p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterInnerRow3Container {
    padding: 90px 0px 0px; 
}

.JmasterInnerRow3ContainerInner {
    /*padding: 0px 125px; 
    width: calc(100% - 250px);*/
}

.JmasterInnerRow3List {
    margin-bottom: 110px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.JmasterInnerRow3ListLeft {
    width: calc(61% - 60px + 125px);
    margin-left: 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -125px;
    -webkit-border-top-left-radius: 69px;
    -webkit-border-bottom-left-radius: 69px;
    -moz-border-radius-topleft: 69px;
    -moz-border-radius-bottomleft: 69px;
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
    height: 430px;
}

.JmasterInnerRow3ListRight {
    width: 39%;
}

.JmasterInnerRow3ListRightTxt {

}

.JmasterInnerRow3ListRightTxt2 {
    margin-top: 40px;
}

.JmasterInnerRow3ListRightList {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 25px;
}

.JmasterInnerRow3ListRightList:last-child {
    margin-bottom: 0px;
}

.JmasterInnerRow3ListRightList span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #00A19C;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
}

.JmasterInnerRow3ListRightList p {
    width: calc(100% - 84px);
    margin-left: 38px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    margin-top: 5px;
}

.JmasterInnerRow3List:nth-child(2n) {
    flex-direction: row;
}

.JmasterInnerRow3List:nth-child(2n) .JmasterInnerRow3ListLeft {
    margin-left: -125px;
    margin-right: 69px;
    -webkit-border-top-right-radius: 69px;
    -webkit-border-bottom-right-radius: 69px;
    -moz-border-radius-topright: 69px;
    -moz-border-radius-bottomright: 69px;
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.JmasterInnerRow3List:last-child {
    margin-bottom: 0px;
}

.JmasterInnerRow4Container {
    padding: 60px 0px 0px;
}

.JmasterInnerRow4ContainerInner {
    /*padding: 0px 125px;
    width: calc(100% - 250px);*/
}

.JmasterInnerRow4ListContainer {
    display: flex;
    flex-wrap: wrap;
}

.JmasterInnerRow4List {
    display: flex;
    width: calc(50% - 23px);
    margin-bottom: 70px;
}

.JmasterInnerRow4List:nth-child(2n) {
    margin-left: 46px;
}

.JmasterInnerRow4ListLeft {
    width: 151px;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #763F98;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.JmasterInnerRow4ListLeft img {
    max-width: 100%;
    padding: 10px;
    display: block;
}

.JmasterInnerRow4ListRight {
    margin-left: 30px;
    width: calc(100% - 181px);
    margin-top: 15px;
}

.JmasterInnerRow4ListRight h3 {
    color: #00A19C;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
}

.JmasterInnerRow4ListRight p {
    color: #707070;
    margin-top: 10px;
}

.JmasterInnerRow4Footer {

}

.JmasterInnerRow5Container {
    padding: 110px 0px 0px;
}

.JmasterInnerRow6Container {
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(118,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(118,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(118,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#763f98",GradientType=1);
    padding: 120px 0px;
}

.JmasterInnerRow6ContainerInner {

}

.JmasterInnerRow6List {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;

    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.JmasterInnerRow6List:last-child {
    margin-bottom: 0px;
}

.JmasterInnerRow6ListLeft {
    width: 39%;
    color: #fff;
}

.JmasterInnerRow6ListLeft h3 {
    font-size: 40px;
    line-height: 44px;
}

.JmasterInnerRow6ListLeft p {
    margin-top: 25px;
}

.JmasterInnerRow6ListLeft a.link-read-more p {
    margin-top: 15px;
}

.JmasterInnerRow6ListRight {
    width: calc(61% - 130px);
}

.JmasterInnerRow6ListRight img {
    margin-left: auto;
    max-width: 100%;
    display: block;
}

.JmasterInnerRow6List:nth-child(2n) {
    flex-direction: row-reverse;
}

.JmasterInnerRow6List:nth-child(2n) .JmasterInnerRow6ListRight img {
    margin-left: 0px;
    margin-right: auto;
}

.JmasterInnerRow7Container{
    padding: 0px 0px 90px;
    background: #F7F7F7;
}

.JmasterInnerRow7ContainerInner {
    padding: 0px 100px;
    /*width: calc(100% - 200px);*/
}

.JmasterInnerRow7Content {
    padding-top: 100px;
}

.JmasterInnerRow7Content h3 {
    font-size: 30px;
    line-height: 36px;
        text-align: center;
}

.JmasterInnerRow7ContentInner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.JmasterInnerRow7List {
    width: calc(25% - 18.75px);
    margin-right: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 60px;
    background: #fff;
}

.JmasterInnerRow7List:nth-child(4n) {
    margin-right: 0px;
}

.JmasterInnerRow7List img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.JmasterInnerRow7ListInner {
    padding: 25px 22px;
}

.JmasterInnerRow7ListInner h4 {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #00A19C;
}

.JmasterInnerRow7ListInner p {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

.JmasterInnerRow8Container {
    padding: 70px 0px;
}

.JmasterInnerRow8ContainerInner {
    padding: 0px 100px;
    /*width: calc(100% - 200px);*/
}

.JmasterInnerRow8List {
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;

    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.JmasterInnerRow8List:last-child {
    margin-bottom: 0px;
}

.JmasterInnerRow8ListLeft {
    width: 43%;
}

.JmasterInnerRow8ListLeft h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 70px;
}

.JmasterInnerRow8ListLeft img {
    display: block;
    max-width: 100%;
}

.JmasterInnerRow8ListRight {
    width: 46.6667%;
    margin-top: 35px;
}

.JmasterInnerRow8List:first-child .JmasterInnerRow8ListRight {
    margin-top: 0px;
}

.JmasterInnerRow8List:nth-child(2n) {
    flex-direction: row-reverse;
}

.JmasterInnerRow8List:nth-child(2n) .JmasterInnerRow8ListLeft img {
    margin-left: auto;
}

.JmasterInnerGeneral {
    overflow: hidden;
}

.JindexImg04Outer .splide__track {
    height: 100%;
}

.scrollmagic-pin-spacer {
    inset: 0px auto auto 0px !important;
}

.paragraph--type--page-tabs-item .paragraph--type--inner-banner-image {
    height: 100vh;
}

.region-notification-bar {
    background: var(--petronas-green);
    color: #fff;
    text-align: center;
}

.region-notification-bar a {
    color: #fff;
    text-decoration: underline;
}

.region-notification-bar p:last-child {
    margin: 0;
}

.region-notification-bar a.notif-bar-close {
    display: block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    background-image: url('../images/icon-close.png');
    background-repeat: no-repeat;
    background-size: contain;
}
            
@media only screen and (max-width: 1280px) {


}


@media only screen and (max-width: 1200px) {

.JindexRow3LeftListContainer {
    margin-top: 0px;
}

.JindexRow3RightContent {
   top: 79%; 
}

.JindexRow3RightContent p {
        margin-top: 0px;
}

.JindexRow3LeftList {
    margin-top: 10px;
}

}


@media only screen and (min-width: 1025px) {
/*@media only screen and (min-width: 1181px) {*/
/*@media only screen and (min-width: 1195px) {*/
.JindexNaviRightBtm {
    display: block !important;
}
}


/*@media only screen and (max-width: 1180px) {*/
/*@media only screen and (max-width: 1194px) {*/
@media only screen and (max-width: 1024px) {

.JindexRow3LeftBGOuter {
    width: 100% !important;
}

.JindexNaviRightTopSub a.burgerMenuIconM {
    display: block;
}

.JindexNaviRightTopSub.active a.burgerMenuIconM span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.JindexNaviRightTopSub.active a.burgerMenuIconM span:nth-child(2) {
    opacity: 0;
}

.JindexNaviRightTopSub.active a.burgerMenuIconM span:nth-child(3) {
    width: 100%;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

.JindexNaviRightTopSub.active .languageIcon,
.JindexNaviRightTopSub.active .searchIcon,
.JindexNaviRightTopSub.active .languageIcon2 {
    display: none;
}

.JindexNaviRightBtmM,
.JindexNaviRightBtmPatternM,
.JindexNaviRightBtmSocialM {
    display: block;
}

.JindexNaviContainer {
    /*background: #fff;*/
}

.JindexNaviContainer.active .JindexNaviRightTopSub .languageIcon,
.JindexNaviContainer.active .JindexNaviRightTopSub a.searchIcon,
.JindexNaviContainer.active .JindexNaviRightTopSub .languageIcon2,
.JindexNaviContainer.force-active .JindexNaviRightTopSub .languageIcon,
.JindexNaviContainer.force-active .JindexNaviRightTopSub a.searchIcon,
.JindexNaviContainer.force-active .JindexNaviRightTopSub .languageIcon2 {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.JindexNaviRightTopSub a.burgerMenuIconM span {
    background: #fff;
}

.JindexNaviContainer.active .JindexNaviRightTopSub a.burgerMenuIconM span,
.JindexNaviContainer.force-active .JindexNaviRightTopSub a.burgerMenuIconM span {
    background: #000;
}

.JindexNaviContainer.active .JindexNaviLeft p,
.JindexNaviContainer.force-active .JindexNaviLeft p,
.JindexNaviRightTop ul {
    display: none;
}

.JindexNaviRightBtm {
    margin-top: 0px;
    padding-top: 0px;
    border:  none;
    position: absolute;
    width: 100%;
    top: 96px;
    left: 0px;
    height: calc(100% - 96px);
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    display: none;
    padding-right: 0px;
}

.JindexNaviLeft a img.JindexNaviLeftLogoW {
    /*display: none;*/
    max-width: 80px;
}

.JindexNaviLeft a img.JindexNaviLeftLogoB {
    /*display: block;*/
    max-width: 80px;
}

.JindexNaviContainer.active .JindexNaviLeft a img.JindexNaviLeftLogoW,
.JindexNaviContainer.force-active .JindexNaviLeft a img.JindexNaviLeftLogoW {
    display: none;
}

.JindexNaviContainer.active .JindexNaviLeft a img.JindexNaviLeftLogoB,
.JindexNaviContainer.force-active .JindexNaviLeft a img.JindexNaviLeftLogoB {
    display: block;
}

.JindexNaviLeft p {
    display: none;

}

.JindexNaviLeft {
    padding-left: 33px;
}

.JindexNaviRight {
    margin-left: auto;
}

.JindexNaviRightBtm.show {
    height: 100vh;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi {
    display: block;
    width: 100%;
    /*position: absolute;
    height: calc(100% - 107px);*/
    /*background: #fff;*/
    margin-top: 22px;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi > li,	
.JindexNaviRightBtm ul.JindexNaviRightBtmM > li {
    position: relative;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi > li > a,	
.JindexNaviRightBtm ul.JindexNaviRightBtmM > li > a {
    font-size: 24px;
    line-height: 29px;
    padding: 18px 15px 15px 33px;
    color: #000;
    font-family: 'Museo Sans', sans-serif;
    display: inline-block;
    background: none;

    font-weight: normal;
}

.JindexNaviRightBtmNavi .JhasSubInner {
    border-top: none;
}

.JindexNaviRightBtmM li a.activeNavi {
    font-weight: 900;
    color: #00A19C;
    background: #fff;
/*    position: relative;*/
    display: inline-block;
}

.JhasSub {
    position: relative;
}

.JindexNaviRightBtmM li a.activeNavi:after {
    content: '';
    position: absolute;
    background: #00A19C;
    width: calc(100% - 33px);
    height: 1px;
    top: 35px;
    z-index: -1;
    left: 33px;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi > li > a.activeNavi,	
.JindexNaviRightBtm ul.JindexNaviRightBtmM > li > a.activeNavi {
    color: #00A19C;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
}

.JindexNaviRightBtm ul.JindexNaviRightBtmNavi > li > a.activeNavi:before,	
.JindexNaviRightBtm ul.JindexNaviRightBtmM > li > a.activeNavi:before {
    content: '';
    position: absolute;
    background: #00A19C;
    width: calc(100% - 33px);
    height: 1px;
    top: 35px;
    z-index: -1;
}

.JindexNaviRightBtmM > ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.JindexNaviRightBtmM li a {
    font-size: 24px;
    line-height: 29px;
    padding: 18px 33px 15px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: normal;
    display: block;
    color: #000;
}

.JindexNaviRightBtmPatternM {

}

.JindexNaviRightBtmPatternM img {
    margin-left: auto;
    margin-top: -50px;
    display: block;
}

.JindexNaviRightBtmSocialM {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}

.JindexNaviRightBtmSocialM li {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JindexNaviRightBtmSocialM li a {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    text-indent: -999em;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialFB {
    background-position: -10px -10px;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialIN {
    background-position: -10px -80px;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialTT {
    background-position: -10px -45px;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialYT {
    background-position: -10px -150px;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialLI {
    background-position: -10px -115px;
}

.JindexNaviRightBtmSocialM li a.JindexNaviRightBtmSocialTok {
    background-position: -39px -10px;
}

.JhasSubInner {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.JhasSubInnerInner {
    max-width: 100%;
    padding: 10px 33px;
    /*margin-top: 10px;*/
}

.JhasSubInner ul {
    display: block;
}

.JhasSubInner ul li {
    width: 100%;
    margin-right: 0px;
}

.JhasSubInnerInner ul li a {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-family: 'Museo Sans', sans-serif !important;
}

.JindexHomeDesktop {
    display: none;
}

.JindexHomeMobile {
    display: block;
    height: 100%;
}

.JindexNaviContainerInner {
    padding: 33px 0px;
}

.JindexRow1M {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.JindexRow1M.youtube-background iframe {
    z-index: -1;
}

.JindexRow1PatternM {
    position: absolute;
    right: -140px;
    bottom: 67px;
}

.JindexRow1InnerM {
    position: absolute;
    bottom: 80px;
    left: 125px;
    color: #fff;
    width: calc(100% - 250px);
    z-index: 0;

    left: 50px;
    /*padding: 0px 50px;*/
    width: calc(100% - 100px);
    bottom: 110px;
    text-shadow: var(--text-shadow);
}

.JindexRow1ContentM p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow1ContentM h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
}

.JindexRow1aM {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexRow2M {
    background: #00a19c;
}

.JindexRow2InnerM {
    padding: 0px 125px;
    /*width: calc(100% - 250px);*/

    padding: 0px 50px;
    /*width: calc(100% - 100px);*/
}

.JindexRow2ContentM {
    padding: 70px 0px 90px;
    color: #fff;
}

.JindexRow2M .JindexContainer02Title p,
.JindexRow2M .JindexContainer02Title h2,
.JindexRow2M .JindexContainer02Desc > p,
.JindexRow2M .JindexContainer02DescList,
.JindexRow2M .JindexContainer02Btn {
    opacity: 1 !important;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.JindexRow3M {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexRow3InnerM {
    position: absolute;
    bottom: 75px;
    left: 50px;
    top: auto;
    right: auto;
    color: #fff;
    width: calc(100% - 100px);
    text-shadow: var(--text-shadow);
}

.JindexRow3ContentM p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow3ContentM h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
}

.JindexRow3ContentM p:last-child {
    margin-top: 18px;
}

.JindexRow4M,
.JindexRow4InnerM {
    height: 100%;
}

.JindexRow4InnerM {
    padding: 0px 50px;
    position: relative;
    width: calc(100% - 100px);
}

.JindexRow4InnerM .JindexRow4MLeftBG {
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 60%, rgba(12,126,156,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 60%, rgba(12,126,156,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 60%, rgba(12,126,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#0c7e9c",GradientType=1);
    left: 50px;
    width: 45.921%;
    position: absolute;
    top: -50px;
    height: calc(100% + 50px);
}

.JindexRow4MContent {
    height: 100%;
}

.JindexRow4MFull {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.JindexRow4MLeft {
    /*width: calc(45.921% - 80px);*/
    padding: 0px 40px 0px 40px;

/*    max-width: 540px;*/
    width: 52.921%;
}

.JindexRow4MLeftTitle {
    color: #fff;
}

.JindexRow4MLeftTitle p:first-child {
    font-size: 14px;
    line-height: 17px;
}

.JindexRow4MLeftTitle h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 10px;
}

.JindexRow4MLeftTitle p:last-child {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow4MLeftDesc {
    margin-top: 30px;
}

.JindexRow4MLeftDescList {
    display: flex;
    align-items: center;
}

.JindexRow4MLeftDescList span {
    color: transparent;
    /*font-weight: 900;*/
    font-size: 50px;
    line-height: 60px;
    -webkit-text-stroke: 1px white;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
    /*font-size: 0px;*/
    width: 32px;
    /*background: url(../images/1.svg) center no-repeat;*/
}

.JindexRow4MLeftDescList p {
    max-width: 300px;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
}

.JindexRow4MLeftYears,
.JindexRow2LeftYears {
    margin-top: 150px;
    color: #fff;
}

.JindexRow4MLeftYearsList, 
.JindexRow4MLeftYearsListLast,
.JindexRow2LeftYearsList,
.JindexRow2LeftYearsListLast {
    display: flex;
    margin-top: 15px;
}

.JindexRow4MLeftYearsList i,
.JindexRow2LeftYearsList i {
    width: 16px;
    height: 16px;
    background: #20419A;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.JindexRow4MLeftYearsList p,
.JindexRow2LeftYearsList p {
    margin-left: 30px;
    font-size: 20px;
}

.JindexRow4MLeftYearsListLast p,
.JindexRow2LeftYearsListLast p {
    font-size: 14px;
    font-weight: 300;
}

.JindexRow4MRight,
.JindexRow2Right {
    width: calc(56.5% - 50px);
    /* margin-left: 50px; */
    width: 44.8%;
    margin-right: 7.1%;
}

.JindexRow4MRightContainer,
.JindexRow2RightContainer {
    position: relative;
    max-width: 680px;
}

.JindexRow4MRightContainer svg,
.JindexRow2RightContainer svg {
    -webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .3) );
    filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .3) );
}

.JindexRow4MRightContainer svg:nth-child(1),
.JindexRow2RightContainer svg:nth-child(1) {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.JindexRow4MRightContainer svg:nth-child(1) circle,
.JindexRow2RightContainer svg:nth-child(1) circle {
    /*stroke-dasharray: 341%;*/
    stroke-dashoffset: 341%;
}

.JindexRow4MRightContainer svg:nth-child(2),
.JindexRow2RightContainer svg:nth-child(2) {
    position: absolute;
    right: -5%;
    top: -5%;
    max-width: 55%;
}

.JindexRow4MContent, 
.JindexRow4MContent > .splide, 
.JindexRow4MContent > .splide > .splide__track,
.JindexRow2Content, 
.JindexRow2Content > .splide, 
.JindexRow2Content > .splide > .splide__track {
    height: 100%;
}

.JindexRow4MSplideNavi,
.JindexRow2SplideNavi {
    position: absolute;
    right: 9%;
    width: 35.70%;
    bottom: 25px;

    right: 6%;
    width: 38.7%;
}

.JindexRow4MContent .splide__arrows,
.JindexRow2Content .splide__arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.JindexRow4MContent .splide__arrows .splide__arrow,
.JindexRow2Content .splide__arrows .splide__arrow {
    width: 49px;
    height: 49px;
    background: transparent;
    border: 2px solid #0ba5a0;
    position: static;
    transform: none;
}

.JindexRow4MContent .splide__arrows .splide__arrow svg,
.JindexRow2Content .splide__arrows .splide__arrow svg {
    width: 22px;
    height: 30px;
    fill: #00a09c;
}

.JindexRow4MContent .splide__pagination,
.JindexRow2Content .splide__pagination {
    position: absolute;
    width: calc(100% - 150px);
    bottom: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    width: calc(100% - 110px);
    padding: 0px;
}

.JindexRow4MContent .splide__pagination li,
.JindexRow2Content .splide__pagination li {
    margin: 0px 12px;
}

.JindexRow4MContent .splide__pagination__page.is-active,
.JindexRow2Content .splide__pagination__page.is-active {
    background: #00a19c;
    border-color: #00a19c;
    transform: none;
}

.JindexRow4MContent .splide__pagination__page,
.JindexRow2Content .splide__pagination__page {
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    background: transparent;
    margin: 0px;
}

.JindexRow5M,
.JindexRow5InnerM  {
    height: 100%;
}

.JindexRow5InnerM {
    padding: 0px 50px;
    position: relative;
    width: calc(100% - 100px);

    width: 100%;
    padding: 0px;
}

.JindexRow5MLeftBG {
    background: rgb(12,126,156);
    background: -moz-linear-gradient(180deg, rgba(12,126,156,1) 0%, rgba(32,65,154,1) 50%, rgba(110,69,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12,126,156,1) 0%, rgba(32,65,154,1) 50%, rgba(110,69,152,1) 100%);
    background: linear-gradient(180deg, rgba(12,126,156,1) 0%, rgba(32,65,154,1) 50%, rgba(110,69,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7e9c",endColorstr="#6e4598",GradientType=1);
    left: 50px;
    width: 45.921%;
    position: absolute;
    top: 0px;
    height: 100% ;
}

.JindexRow5MContainerInner {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.JindexRow5MContent {
    position: relative;
    height: 100%;
}

.JindexRow5MContent .splide, 
.JindexRow5MContent .splide .splide__track, 
.JindexRow5MContent .splide .splide__track .splide__list, 
.JindexRow5MContent .splide .splide__track .splide__list .splide__slide, 
.JindexRow5MLeft {
    height: 100%;
}

.JindexRow5MContent .splide__list .JindexRow5MFull {
    display: flex;
    height: 100%;
    /*padding: 0px 15px;*/
}

.JindexRow5MLeft {
    /* max-width: 1450px; */
    width: 100%;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 1;
    /*width: calc(100% - 130px);
    padding: 0px 65px;*/

    padding: 0px 50px;
}

.JindexRow5MLeftInner {
    width: 43.5%;
    color: #fff;
    width: calc(45.921%);
    padding: 0px 40px 0px 40px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.JindexRow5MLeftTitle h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    /* margin-bottom: 10px; */
}

.JindexRow5MLeftTitle p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow5MLeftTitle a {
    margin-top: 35px;
    display: flex;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow5MLeftTitle a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow5MLeftTitle a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0px;
}

.JindexRow5MLeftList {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.JindexRow5MLeftList i {
    width: 63px;
    height: 63px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.JindexRow5MLeftList:nth-child(1) i {
    background-image: url(../images/power-icon.png);
}

.JindexRow5MLeftList:nth-child(2) i {
    background-image: url(../images/energy-icon.png);
}

.JindexRow5MLeftList:nth-child(3) i {
    background-image: url(../images/recycle-icon.png);
}

.JindexRow5MLeftListContent {
    margin-left: 20px;
}

.JindexRow5MLeftListContent p {
    display: block;
    font-size: 20px;
    line-height: 25px;
}

.JindexRow5MLeftListContent span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow5MRight {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.JindexRow5MRightContainer {
    height: 100%;
}

.JindexRow5MRightBG {
    background-size: cover;
    background-position: 0px 50%;
    height: 100%;
    width: 100%;
    border-radius: 69px 0px 0px 69px;
    /* transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0); */
    /* left: 100%; */
    /* opacity: 0; */
    position: absolute;
    left: 100%;
    height: 70%;
    width: 55%;
    transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0);
    top: 50%;

    /*width: calc(55% + 50px);
    left: calc(100% + 50px);*/
}

.JindexRow5MRightImg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.JindexRow5MRightImg img {
    position: absolute;
    transform: translate(0%, -10%) matrix(1, 0, 0, 1, -487, 0);
    margin-left: 0%;
    left: 65%;
    top: 22%;

    left: 90%;
    top: 11%;
    max-width: 55%;
    display: block;
}

.JindexRow5MRightContent {
    position: absolute;
    top: 80%;
    width: calc(47% - 50px);
    right: 50px;
}

.JindexRow5MRightContent p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow6M {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 2;
}

.JindexRow6M video, 
.JindexRow6M iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.JindexRow6MContainerOuter {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    padding: 0px 15px;
    top: 0px;
    left: 0px;

    width: 100%;
    padding: 0px;
}

.JindexRow6MContainerOuter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.5;

}

.JindexRow6MContainerInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    /* max-width: 1450px; */
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.JindexRow6MContent {
    position: absolute;
    bottom: 75px;
    left: 125px;
    top: auto;
    right: auto;
    color: #fff;
    width: calc(100% - 250px);

    left: 50px;
    width: calc(100% - 100px);
}

.JindexRow6MContent > p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow6MContent h2 {
    margin-top: 17px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    max-width: 700px;
}

.JindexRow6MContentInner {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.JindexRow6MContentList {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.JindexRow6MContentList i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow6MContentList p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
}

.JindexRow7M {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2;

    height: auto;
}

.JindexRow7MInner {
    /* max-width: 1450px; */
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    width: calc(100% - 100px);
    padding: 0px 50px;
}

.JindexRow7MLeftBG {
    /* background: #00a19c; */
    /*width: 800px;*/
    /* padding-bottom: calc(100% + 30px); */
    position: absolute;
    top: 0px;
    left: -60px;
    height: 100%;
    /*background: rgb(55,65,154);
    background: -moz-linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    background: linear-gradient(180deg, rgba(55,65,154,1) 0%, rgba(56,115,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37419a",endColorstr="#38739a",GradientType=1);*/
    background: #00a19c;
    width: 51.25%;
    left: 0px;

    left: 50px;
    width: 45.921%;
    position: absolute;
    top: 0px;
    height: 100%;
}

.JindexRow7MContent {
    height: 100%;
}

.JindexRow7MContent .splide, 
.JindexRow7MContent .splide .splide__track, 
.JindexRow7MContent .splide .splide__track .splide__list, 
.JindexRow7MContent .splide .splide__track .splide__list .splide__slide {
    height: 100%;
}

.JindexRow7MSlide {
    position: relative;
    height: calc(100% - 35px);
    display: flex;
    padding: 35px 0px 0px;

    padding-top: 118px;
    height: auto;
    padding-bottom: 303px;
}

.JindexRow7MSlideLeft {
    width: 51.25%;
}

.JindexRow7MSlideLeftInner {
    /* width: 800px; */
    /* margin-left: -60px; */
    height: 100%;
    /* width: 100%; */
    width: 90%;
    margin-left: 5%;
}

.JindexRow7MSlideLeftImg {
    /* top: 35px; */
    padding-bottom: 85%;
    height: 0px;
    width: 85%;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100%;
    width: 100%;
}

.JindexRow7MSlideRight {
    margin-left: 40px;
    margin-top: 50px;
    width: 41%;

    width: calc(48.75% - 45px);
}

.JindexRow7MSlideRight h2 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

.JindexRow7MSlideRightInner a {
    display: flex;
    margin-top: 30px;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow7MSlideRightInner a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JindexRow7MSlideRightInner a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #0da6a1;
}

.JindexRow7MSplideNavi {
    position: absolute;
    top: 0px;
    left: -60px;
    width: 800px;
    height: 100%;
    left: 0px;
    width: 51.25%;
}

.JindexRow7MSplideNaviInner {
    position: absolute;
    display: block;
    /* top: 80%; */
    /* left: 110%; */
    left: 90%;
    /* padding-bottom: 40%; */
    /* width: 40%; */
    width: 53.311%;
    /* top: 78%; */
    /* top: 60%; */
    bottom: 25px;
}

.JindexRow7MSplideNaviInner .splide__arrows .splide__arrow--prev {
    display: none;
}

.JindexRow7MSplideNaviInner .splide__arrows .splide__arrow--next {
    width: 100%;
    height: 100%;
    background: #ccc;
    padding-bottom: 100%;
    right: auto;
    opacity: 1 !important;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: none;
    position: static;
}

.JindexRow7MSplideNaviInner .splide__arrows .splide__arrow--next:before {
    content: "Next";
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 40%;
    height: 40%;
    position: absolute;
    top: 50% moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JindexRow7MSplideNaviInner .splide__arrows .splide__arrow--next svg {
    display: none;
}

.JindexRow7MSplideNaviInner .splide__pagination {
    display: none;
}

.JindexRow8M {
    /*z-index: 2;*/
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.JindexRow8MSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.JindexRow8MSlideBG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: 0px 50%;
    height: 65%;
    width: 55%;
    border-radius: 69px 0px 0px 69px;
    transform: translate(-100%, -60%) matrix(1, 0, 0, 1, 0, 0);
    left: 100%;
}

.JindexRow8MLeftBGOuter {
    position: absolute;
    /* left: 50%; */
    top: 0px;
    height: 100%;
    width: calc(100% - 100px);
    /* padding: 0px 80px; */
    padding: 0px 50px;
    left: 0px;
}

.JindexRow8MLeftBG {
    /*width: 800px;*/
    position: absolute;
    top: -50px;
    /*height: calc(100% + 50px);*/
    left: 50px;
    width: 51.25%;

    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(89,87,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(89,87,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(89,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#595799",GradientType=1);*/

    background: #00a19c;
    top: 0px;
    height: 100%;

    width: 45.921%;
}

.JindexRow8MContainerInner {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    width: calc(100% - 100px);
    padding: 0px 50px;
}

.JindexRow8MContent {
    width: calc(45.921% - 80px);
    padding: 0px 40px 0px 40px;
    position: relative;
    margin-top: 120px;
}

.JindexRow8MContent h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 700px;
    color: #fff;
}

.JindexRow8MContent > p {
    margin-top: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    color: #fff;
}

.JindexRow8MContent a {
    margin-top: 35px;
    display: flex;
    align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.JindexRow8MContent i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow8MContent a p {
    font-weight: 300;
    margin-left: 10px;
    color: #fff;
    text-transform: capitalize;
}

.JindexRow3LeftBGOuter {
    width: calc(100% - 100px);
    padding: 0px 50px;
    margin: 0px;
}

.JindexRowFooterM {
    margin-top: -18%;
    overflow: visible;
}

.JindexRowFooterM .JindexFooterBG {
    position: absolute;
    left: 50px;
    width: 51.25%;
    background: #00a19c;
    top: 0px;
    height: 100%;
    width: 45.921%;
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(90,86,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(90,86,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(90,86,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#5a5699",GradientType=1);
}

.JindexRowFooterM .JindexFooterPattern img:nth-child(1) {
    margin-left: -30%;
}

.JindexRowFooterM .JindexFooterInner {
    width: 100%;
    padding: 0px 50px;
    margin:  0px;
    z-index: 1;
}

.JindexFooterInnerTopLeft ul,
.JindexFooterInnerBtmLeft {
    margin-left: 40px;
}

.JindexRowFooterM .JindexFooterPattern {
/*    margin-top: -35%;*/
}

.JindexRow5M640btn {
    display: none;
}

.JgeneralBannerInner {
    width: calc(100% - 66px);
    left: 33px !important;
}

.JgeneralBannerContent {
    max-width: 100%;
}

.JpressMidContainer {
    /*width: calc(100% - 66px);*/
    padding: 0px 33px;
}

.JgeneralFooterSliderContent {
    left: 33px;
}

.JpressMidHeaderLeft {
    width: calc(100% - 485px);
}

.JindexRow1ScrollDown {

}

.JindexRow1ScrollDown {
    position: absolute;
    bottom: -47px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    animation: example 0.75s ease-in-out infinite alternate;
    /*animation-name: example;
    animation-duration: 1s;
    animation-timing-function: ease;*/
}

@keyframes example {
  0%   {bottom: -47px;}
  100% {bottom: -57px}
}

.JindexRow2RightContentM,
.JindexRow2RightContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JindexRow2RightContentM p,
.JindexRow2RightContent p {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    max-width: 143px;
    text-align: center;
}

.JindexRow2RightContent01M,
.JindexRow2RightContent01 {
    position: absolute;
    top: 130%;
    left: -136%;
    color: #fff;
    top: 50%;
    left: auto;
    right: 103%;
}

.JindexRow2RightContent01InnerM,
.JindexRow2RightContent01Inner {
    width: 150px;
}

.JindexRow2RightContentM p,
.JindexRow2RightContent p {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    max-width: 143px;
    text-align: center;
}

.JindexRow2RightContent01InnerM h5,
.JindexRow2RightContent01Inner h5 {
    /* font-family: 'Museo Sans', sans-serif;
    font-weight: 700; */
    font-size: 30px;
    line-height: 36px;
}

.JindexRow2RightContent01InnerM p,
.JindexRow2RightContent01Inner p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-top: 17px;
}

.JindexRow2RightContent01M svg,
.JindexRow2RightContent01 svg {
    max-width: 178px !important;
    top: 53% !important;
    left: 2% !important;
    width: 178px;
    right: 0px !important;
}

.JindexRow2RightContent02M,
.JindexRow2RightContent02 {
    position: absolute;
    right: auto;
    top: -19%;
    left: 77%;
}

.JindexRow2RightContent02M svg,
.JindexRow2RightContent02 svg {
    max-width: 178px !important;
    top: 54% !important;
    left: -40% !important;
    width: 178px;
    right: auto !important;
}

.JindexRow2RightContent01InnerM p,
.JindexRow2RightContent01Inner p {
    text-align: left;
}

.JindexRow2RightContent02M p,
.JindexRow2RightContent02 p {
    color: #000;
}

.JindexRow2RightContent01M p,
.JindexRow2RightContent01 p {
    color: #fff;
}

.JindexRow3SplideNaviInner {
    bottom: 10px;
}

}


/*@media only screen and (max-width: 640px) {*/
@media only screen and (max-width: 820px) {

.JsideNaviContainer {
    display: none;
}

.JsideNaviFooter {
    right: 20px;
    bottom: 20px;
}

.JindexRow1InnerM {
    width: calc(100% - 66px);
    left: 33px;
    bottom: 104px;
}

.JindexRow1ContentM p {

}

.JindexRow1ContentM h2,
.JindexContainer02Title h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexRow2InnerM {
    /*width: calc(100% - 66px);*/
    padding: 0px 33px;
}

.JindexRow2ContentM {
    padding: 70px 0px;
}

.JindexContainer02DescInner {
    flex-wrap: wrap;
    margin-top: 7px;
}

.JindexContainer02DescList {
    width: calc(50% - 20px);
    margin-top: 35px;
}

.JindexContainer02DescList h3 {
    font-size: 43px;
    line-height: 47px;
}

.JindexRow3InnerM {
    width: calc(100% - 66px);
    left: 33px;
    bottom: 50px;
}

.JindexRow3ContentM h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexRow4InnerM,
.JindexRow2Inner {
    width: 100%;
    padding: 0px;
}

.JindexRow4InnerM .JindexRow4MLeftBG,
.JindexRow2Inner .JindexRow2LeftBG {
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;

    display: none;
}

.JindexRow4M, 
.JindexRow4InnerM,
.JindexRow4MContent, 
.JindexRow4MContent > .splide, 
.JindexRow4MContent > .splide > .splide__track,
.JindexRow4MContent > .splide > .splide__track > .splide__list,
.JindexRow4MContent > .splide > .splide__track > .splide__list > .splide__slide,
.JindexRow4MFull,
.JindexRow2, 
.JindexRow2Inner,
.JindexRow2Content, 
.JindexRow2Content > .splide, 
.JindexRow2Content > .splide > .splide__track,
.JindexRow2Content > .splide > .splide__track > .splide__list,
.JindexRow2Content > .splide > .splide__track > .splide__list > .splide__slide,
.JindexRow2Full {
    height: auto;
}

.JindexRow4MFull,
.JindexRow2Full {
    display: block;
}

.JindexRow4MLeft,
.JindexRow2Left {
    padding: 100px 33px;
    /*width: calc(100% - 66px);*/

    background: #00a19c;
}

.JindexRow4MRight,
.JindexRow2Right {
    padding: 0px 33px 190px;
    /*width: calc(100% - 66px);*/
    width: 100%;
    background: #fff;
    margin-right: 0px;
}

.JindexRow4MLeftTitle h2,
.JindexRow2LeftTitle h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexRow4MLeftYears,
.JindexRow2LeftYears {
    margin-top: 35px;
}

.JindexRow4MRightContainer,
.JindexRow2RightContainer {
    margin: auto;
    top: -45px;
    margin-bottom: -45px;

    max-width: 215px;
    height: 215px;
}

.JindexRow4MRightContainer {
    max-width: none;
    height: auto;
}

.JindexRow2RightContent p {
    font-size: 14px;
    line-height: 16px;
}

.JindexRow4MContent .splide__arrows,
.JindexRow2Content .splide__arrows {
    display: none;
}

.JindexRow4MSplideNavi,
.JindexRow2SplideNavi {
    left: 33px;
    width: calc(100% - 66px);
    bottom: 110px;
}

.JindexRow4MContent .splide__pagination,
.JindexRow2Content .splide__pagination {
    left: 50%;
    width: 100%;
}

.JindexRow4MContent .splide__pagination__page,
.JindexRow2Content .splide__pagination__page {
    border-color: #00A19C;
}

.JindexRow2RightContent02M h5,
.JindexRow2RightContent01M h5,
.JindexRow2RightContent02 h5,
.JindexRow2RightContent01 h5 {
    font-size: 14px;
    line-height: 21px;
}

.JindexRow2RightContentM p,
.JindexRow2RightContent01M p,
.JindexRow2RightContent p,
.JindexRow2RightContent01 p {
    font-size: 10px;
    line-height: 12px;
    margin-top: 7px;
    text-align: left;
}

.JindexRow2RightContent02M,
.JindexRow2RightContent02 {
    top: -107px;
    right: -155px;

    top: 0px;
    left: auto;
}

.JindexRow2RightContent02M svg,
.JindexRow2RightContent01M svg,
.JindexRow2RightContent02 svg,
.JindexRow2RightContent01 svg {
    max-width: 77px !important;
    top: 13px !important;
    right: -146px;
}

.JindexRow2RightContent02M svg path,
.JindexRow2RightContent02 svg path {
    stroke:  #fff;
}

.JindexRow2RightContent01M svg path,
.JindexRow2RightContent01 svg path {
    stroke: #000;
}

.JindexRow2RightContent02M svg,
.JindexRow2RightContent02 svg {
    left: -17% !important;
}

.JindexRow2RightContent01InnerM,
.JindexRow2RightContent01Inner {
    margin-left: 0px;
}

.JindexRow2RightContent02M h5,
.JindexRow2RightContent02M p,
.JindexRow2RightContent02 h5,
.JindexRow2RightContent02 p {
    color: #fff;
}

.JindexRow2RightContentMidM p,
.JindexRow2RightContentMid p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 0px;
}

.JindexRow2RightContentMid p span {
    display: block;
    font-weight: 300;
}

.JindexRow2RightContent01M h5,
.JindexRow2RightContent01M p,
.JindexRow2RightContent01 h5,
.JindexRow2RightContent01 p {
    color: #000;
}

.JindexRow2RightContent01M,
.JindexRow2RightContent01 {
    top: 46px;
    /*left: -86px;*/

    left: -74px;
}

.JindexRow5MLeftBG {
    /*display: none;*/
        width: 100%;
    left: 0px;
    height: calc(100% - 312px);
    top: 312px;
}

.JindexRow5MContent .splide__list .JindexRow5MFull,
.JindexRow5MContent .splide__list .JindexRow5MFull > div {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.JindexRow5MContent .splide__list .JindexRow5MFull {
    display: block;
        height: auto;
}

.JindexRow5MRight {
    position: static;
}

.JindexRow5MRightBG {
    height: auto;
    padding-bottom: 450px;
    position: static;
    transform: none;
    border-radius: 50px 0px 0px 50px;
    width: calc(100% - 33px);
    margin-left: 33px;
}

.JindexRow5MRightImg img {
    left: 0px;
    top: -10px;
    transform: none;
    max-width: 500px;
}

.JindexRow5MContent .splide .splide__track {
    /*padding-top: 10px;*/
}

.JindexRow5MContent .splide .splide__track .splide__list .splide__slide {
    padding-top: 10px;
    overflow: hidden;
}

.JindexRow5MRightContent {
    position: static;
    width: 100%;
    padding: 0px 33px;
    margin-top: 45px;
}

.JindexRow5MLeft {
    padding: 0px 33px;
    /*width: calc(100% - 66px);*/
    height: auto;
    padding-top: 90px;
    padding-bottom: 25px;
}

.JindexRow5MLeftInner {
    width: 100%;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0px;
}

.JindexRow5MContent .splide, 
.JindexRow5MContent .splide .splide__track, 
.JindexRow5MContent .splide .splide__track .splide__list, 
.JindexRow5MContent .splide .splide__track .splide__list .splide__slide, 
.JindexRow5MLeft,
.JindexRow5MContent,
.JindexRow5MContainerInner,
.JindexRow5M, 
.JindexRow5InnerM {
    height: auto;
}

.JindexRow5MRightContent p {
    color: #fff;
}

.JindexRow5MLeftTitle h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexRow3SplideNavi {
    top: 424px;
    width: calc(100% - 66px);
    left: 33px;
    margin: 0px;
}

.JindexRow3SplideNaviInner {
    position: static;
    width: 100%;
}

.JindexRow3SplideNaviInner .splide__arrows {
    display: none;
}

.JindexRow3SplideNaviInner .splide__pagination {
    bottom: 0px;
    width: 100%;
}

.JindexRow3SplideNaviInner .splide__pagination__page {
    border-color: #fff;
    opacity: 1;
}

.JindexRow3SplideNaviInner .splide__pagination__page.is-active {
    background: #fff;
    border-color: #fff;
}

.JindexRow6M {
    padding-bottom: 0px;
    height: 100%;
}

.paragraph--type--inner-page-tabs .JindexRow6M {
    height: 90vh;
}

.JindexRow6MContent {
    width: calc(100% - 66px);
    left: 33px;
    bottom: 50px;
}

.JindexRow6MContent h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
}

.JindexRow6MContentInner {
    display: block;
}

.JindexRow6MContentList {
    margin-right: 0px;
}

.JindexRow6MContentList:nth-child(2) {
    margin-top: 20px;
}

.JindexRow5M640btn {
    display: block;
    margin-top: 50px;
}

.JindexRow5M640btn a {
    display: flex;
    align-items: center;
}

.JindexRow5M640btn a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow5M640btn a p {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JindexRow5MLeftTitle a {
    display: none;
}

.JindexRow7MLeftBG {
    display: none;
}

.JindexRow7M {
    background: #00a19c;
    height: auto;
}

.JindexRow7MInner {
    width: calc(100% - 32px);
    padding: 0px 16px;
}

.JindexRow7MContent .splide, 
.JindexRow7MContent .splide .splide__track, 
.JindexRow7MContent .splide .splide__track .splide__list, 
.JindexRow7MContent .splide .splide__track .splide__list .splide__slide {
    height: auto;
}

.JindexRow7MSlide {
    padding-top: 130px;
    padding-bottom: 0px;
    display: block;
}

.JindexRow7MSlideLeft {
    width: 100%;
    margin: 0px;
}

.JindexRow7MSlideLeftInner {
    width: 100%;
    margin-left: 0px;
}

.JindexRow7MSlideRight {
    margin: 45px 0px 0px;
    /*width: calc(100% - 34px);*/
    width: 100%;
    padding: 0px 17px;
}

.JindexRow7MSlideRightInner p,
.JindexRow7MSlideRightInner h2 {
    color: #fff;
}

.JindexRow7MSlideRightInner h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexRow7MSplideNavi {
    display: none;
}

.JindexRow7MSlideRightInner a {

}

.JindexRow7MSlideRightInner a i {
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow7MSlideRightInner a p {
    color: #fff;
}

.JindexRow7MContent {
    height: auto;
    padding-bottom: 250px;
}

.JindexRow8MLeftBGOuter {
    display: none;
}

.JindexRow8M {
    margin-top: -158px;
    height: auto;
    z-index: 2;
    background: transparent;
}

.JindexRow8MSlide {
    position: static;
    height: auto;
}

.JindexRow8MSlideBG {
    width: calc(100% - 33px);
    height: auto;
    padding-bottom: 350px;
    position: static;
    transform: none;
    margin-left: 33px;
}

.JindexRow8MContainerInner {
    /*width: calc(100% - 66px);*/
    width: 100%;
    padding: 0px 33px;
}

.JindexRow8MContent {
    width: 100%;
    margin-top: 50px;
    padding: 0px;
}

.JindexRow8MContent h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
}

.JindexRow8MContent > p {
    color: #000;
}

.JindexRowFooterM {
    margin-top: 0px;
    padding-top: 240px;
    overflow: hidden;
}

.JindexRow3LeftBGOuter {
    width: calc(100% - 66px);
    padding: 0px 33px;
    height: auto;
}

.JindexFooter .JindexFooterPattern,
.JgeneralFooter .JgeneralFooterPattern {
    margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    background-image: url(../images/footerLeftPatternM.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 490px;
    -moz-background-size: 490px;
    -o-background-size: 490px;
    background-size: 490px;

    top: 15px;
    left: -80px;
    height: 240px;
    width: 490px;
}

.JindexFooter .JindexFooterPattern img,
.JgeneralFooter .JgeneralFooterPattern img {
    display: none;
}

.JindexRow8MContent a {

}

.JindexRow8MContent i {
    background: url(../images/read-more-c.svg) center no-repeat;
}

.JindexRow8MContent a p {
    color: #000;
}

.JindexRowFooterM .JindexFooterInner,
.JgeneralFooterInner {
    width: 100%;
    padding: 0px 33px;
    margin:  0px;
}

.JindexFooterInnerTop {

}

.JindexFooterInnerTop > div {
    width: calc(50% - 6px);
}

.JindexFooterInnerTop > div:nth-child(2) {
    margin-left: 12px;
}

.JindexFooterInnerTopLeft ul, 
.JindexFooterInnerBtmLeft {
    margin-left: 0px;
    display: block;
}

.JindexFooterInnerTopRight ul {
    margin-right: 0px;
    display: block;
}

.JindexFooterInnerTopLeft ul li {
    margin-right: 0px;
    margin-bottom: 20px;
}

.JindexFooterInnerTopLeft ul li a,
.JindexFooterInnerTopLeft ul li span.nav-link {
    color: #000;
}

.JindexFooterInnerTopLeft ul li span.nav-link:hover {
    cursor: pointer;
}

.JindexFooterInnerTopRight ul li {
    margin-left: 0px;
    margin-bottom: 20px;
}

.JindexFooterInnerBtm {
    display: block;
    margin-top: 12px;
}

.JindexFooterInnerBtmLeft {
    width: 100%;
}

.JindexFooterInnerBtmLeft p {
    color: #000;
}

.JindexFooterInnerBtmRight {
    margin-top: 36px;
}

.JgeneralBannerContent h1, 
.JgeneralBannerContent h2 {
    font-size: 30px;
    line-height: 35px;
}

.JgeneralBannerInner {
    bottom: 75px;
}

.JpressMidHeader {
    padding-top: 45px;
    display: block;
}

.JpressMidHeaderLeft {
    width: 100%;
}

.JpressMidHeaderRight {
    display: block;
}

.JpressMidHeaderRight .ui-selectmenu-button,
.JpressMidHeaderRight .ui-selectmenu-button:last-child {
    width: calc(100% - 78px);
    margin-top: 15px;
}

.JpressMidHeaderRightInner {
    display: flex;
}

.JpressMidHeaderRightInner .ui-selectmenu-button {
    margin-right: 15px;
}

.JpressMidBody {
    margin-top: 0px;
}

.JpressMidBodyList {
    margin-top: 40px;
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0px;
}

.JgeneralFooterSliderContent h2{
    font-size: 24px;
    line-height: 29px;
}

.JgeneralFooterSliderInner > section > div > ul {
    padding-right: 95px !important;
}

.JgeneralFooterSliderNavi {
    width: 70px;
    height: 70px !important;
}

.JgeneralFooterSliderNavi button {
    width: 12px;
    height: 19px;
    left: 14px;
}

.JgeneralFooterSliderNavi button.splide__arrow--prev:before {
    width: 8px;
    height: 12.5px;
    background-size: cover;
}

.JgeneralFooterSliderNavi button.splide__arrow--next:before {
    width: 11.5px;
    height: 18.37px;
    background-size: cover;
}

.JgeneralFooterSliderNavi button:last-child {
    left: 45px;
}

.JgeneralFooterSliderNaviInner > div:before {
    width: 5px;
    height: 5px;
}

.JgeneralFooterSliderNavi {
    left: calc(100% - 95px);
    margin-left: -35px;
}

.JgeneralFooterSlider {
    height: 287px;
}

.JgeneralFooterSliderContent {
    top: 35px;
}

.JgeneralFooter {
    margin-top: 0px;
    padding-top: 165px;
}

.JgeneralFooterTopNavi {
    margin-top: 14px;
}

.JgeneralFooterTopNaviLeft ul,
.JgeneralFooterTopNaviRight ul {
    display: block;
}

.JgeneralFooterTopNaviLeft ul li {
    margin-right: 0px;
    margin-bottom: 20px;
}

.JgeneralFooterTopNaviRight ul li {
    margin-left: 0px;
    margin-bottom: 20px;
}

.JgeneralFooterTopNavi > div {
    width: calc(50% - 6px);
}

.JgeneralFooterTopNavi > div:nth-child(2) {
    margin-left: 12px;
}

.JgeneralFooterBtm {
    display: block;
    margin-top: 12px;
}

.JgeneralFooterBtmRight {
    margin-top: 36px;
}

.JgeneralFooterBtmRight ul {
    display: flex;
    /* align-items: center; */
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-right: 45px;
}

.JgeneralFooterBtmRight ul li {
    margin-left: 18px;
}

.JgeneralFooter .JgeneralFooterPattern {
    margin-top: -70px;
}

.JgeneralFooterBtmLeft p br {
    display: none;
}

.JpressDetailsMiddle {
    padding: 0px 0px 50px;
}

.JpressDetailsMiddleInner{
    padding: 0px 25px 25px;
}

.JmasterRow1Container .JindexImg01Inner {
    background-position: left top;
}

.JmasterRow1Container .JindexImgContent {
    width: calc(100% - 66px);
    left: 33px !important;
    bottom: 55px !important;
}

.JmasterRow1Container .JindexImgContent > p {

}

.JmasterRow1Container .JindexImgContent h2,
.JmasterRow2Container .JmasterRowContent h2 {
    font-size: 30px;
    line-height: 35px; 
}

.JmasterRow1Container .JindexImgContent h2 br {
    display: none;
}

.JmasterRow2Container .JmasterRowContent {
    width: calc(100% - 66px);
    left: 33px !important;
    bottom: 50px !important;
}

.JmasterRow2Container .JmasterRowContent p {
    font-size: 16px;
    line-height: 19px;
}

.JmasterRow3ContainerInner, 
.JmasterRow4ContainerInner {
    width: calc(100% - 36px);
    margin: 0px 18px;
}

.JmasterRow3Container {
    background: #00a19c;
}

.JmasterRow3ContentLeftBG {
    display: none;
}

.JmasterRow3Content {
    padding-top: 68px;
    /*-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    display: block;
    padding: 0px 0px 0px;
}

.JmasterRow3Content > div {
    /*-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    width: 100%;
}

.JmasterRow3ContentLeft {
    padding: 0px;
}

.JmasterRow3ContentLeftTitle {
    padding-top: 50px;
}

.JmasterRow3ContentLeftTitle h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow3ContentLeftDesc {
    margin-top: 43px;

}

.JmasterRow3ContentLeftDescList {
    margin-bottom: 30px;
}

.JmasterRow3ContentRight {
    width: calc(100% + 36px) !important;
    margin: 0px -18px;

    /*display: none;*/
        margin-top: 68px;
}

.JmasterRow3ContentRightM {
    width: calc(100% + 36px) !important;
    margin: 0px -18px;
    /*display: block;*/

    padding-top: 68px;
    text-align: center;
}

.JmasterRow3ContentRight img,
.JmasterRow3ContentRightM img {
    max-width: 100%;
}

.JmasterRow4Container {
    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);*/
}

.JmasterRow4ContentLeftBG {
    display: none;
}

.JmasterRow4Container .JindexRow5Slide {
    padding-top: 100px;
    display: block;
}

.JmasterRow4Container .JindexRow5Slide .JindexRow5SlideLeft:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -15px;
    width: calc(100% + 30px);
    padding-bottom: calc(50% + 100px);
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(31,65,154,1) 50%, rgba(86,64,153,1) 100%);
}

.JmasterRow4Container .splide__track {
    /*overflow: visible;*/
}

.JmasterRow4Container .JindexRow5Slide > div {
    width: 100%;
}

.JmasterRow4Container .JindexRow5SplideNavi {
    display: none;
}

.JmasterRow4Container {
    height: auto;
    width: 100%;
    padding: 0px;
}

.JindexRow5Content .splide {
    width: calc(100% + 36px);
    margin: 0px -18px;
}

.JmasterRow4Container .JindexRow5SlideLeftInner {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin: 0px 15px;
}

.JmasterRow4Container .JindexRow5SlideRight {
    margin: 0px 33px;
    margin-top: 60px;
    width: calc(100% - 66px) !important;
    padding-bottom: 100px;
}

.JmasterRow5Container {
    padding-top: 75px;
    background: rgb(86,64,153);
    background: -moz-linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    background: linear-gradient(180deg, rgba(86,64,153,1) 0%, rgba(0,161,156,1) 50%);
    filter: progid:DXImageTransform.Microsoft.
}

.JmasterRow5BGouter,
.JmasterRow5Pattern {
    display: none;
}

.JmasterRow5ContainerInner {
    background: transparent;
}

.JmasterRow5Container .JindexRow3Content .splide__list .JindexRow3Full {
    display: block;
}

.JmasterRow5Container .JindexRow3Left {
    width: 100%;
    padding:  0px !important;
    position: relative;
}

.JmasterRow5Container .JindexRow3LeftInner {
    width: calc(100% - 66px);
    padding: 0px 33px;
}

.JmasterRow11Container .JindexRow3Right {
    /*display: none;*/
}

.JmasterRow11Container .JindexRow3RightM {
   /* display: block;*/
}

.JmasterRow5Container .JindexRow3Right {
    margin-top: 55px;
}

.JmasterRow5Container .JindexRow3RightContainer {
    padding-left: 15px;
}

.JmasterRow5Container .JindexRow3RightBG {
    transform: none;
    left: auto;
    width: 100%;
    padding-bottom: 350px;
    border-radius: 55px 0px 0px 55px;
}

.JmasterRow5Container .JmasterRow5RightContent {
    width: calc(100% - 36px);
    margin:  0px 18px;
}

.JmasterRow5Container .JmasterRow5RightContentInner {
    position: static;
    width: 100%;
    color: #fff;
}

.JmasterRow5Container .JindexRow3Content .splide .splide__track .splide__list {
    padding-bottom: 175px !important;
}

.JmasterRow5Container .JmasterRow5RightContentInner a i {
    background: url(../images/read-more.svg) center no-repeat;
}

.JmasterRow5Container .JmasterRow5RightContentInner a p {
    color: #fff;
}

.JmasterRow5Container .JindexRow3SplideNavi {
    top: auto;
    bottom: 90px;
}

.JmasterRow6BGouter,
.JmasterRow6ContentInner {
    display: none;
}

.JmasterRow6Container {
    padding-top: 70px;
}

.JmasterRow6ContentSlide {
    margin-top: 0px;
    display: none;
}

.JmasterRow6Left {
    position: static;
    width: calc(100% - 15px);
    margin-top: 45px;
}

.JmasterRow6ContentInnerM {
    display: block;
    width: calc(100% - 66px);
    margin: 0px 33px;
}

.JmasterRow6ContentInner2 {
    position: static;
    width: 100%;
}

.JmasterRow6ContentInner2 h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow6ContentInner2 h2 br {
    display: none;
}

.JmasterRow6ContentSlideM {
    display: block;
    width: 100%;
    position: static;
    margin-top: 35px;
    padding-bottom: 85px;
    overflow: hidden;
}

.JmasterRow6ContentSlideM .splide .splide__track {
    overflow: visible;
    margin: 0px 15px;
    width: calc(100% - 30px);
} 

.JmasterRow6ContentSlideM li.splide__slide {
    border:  none !important;
}

.JmasterRow6ContentSlideM li.splide__slide a {
    width: calc(100% - 15px);
    margin-right: 15px;
    padding-bottom: calc(100% - 15px);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*width: 100%;   
    padding-bottom: 100%;*/
}

.JmasterRow6ContentSlideM li.splide__slide a:hover {
    -webkit-box-shadow: inset 0 0 0 3px rgb(0 161 156);
    box-shadow: inset 0 0 0 3px rgb(0 161 156);
    opacity: 1;
}

.JmasterRow6ContentSlideM .JindexRow3SplideNavi{
    display: none;
}

.JmasterRow7Container {
    padding-top: 0px;
}

.JmasterRow7BGouter {
    display: none;
}

.JmasterRow7ContentBanner {
    width: 100%;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-bottom: 100%;
}

.JmasterRow7ContentInner {
    width: calc(100% - 66px);
    margin: 0px;
    padding: 65px 33px 0px;
    /*background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 50%, rgba(88,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#583f98",GradientType=1);*/

    display: block;

    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(88,63,152,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(88,63,152,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 46%, rgba(88,63,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#583f98",GradientType=1);
}

.JmasterRow8Content .JindexRow5SlideLeftInner .JmasterRow8LeftIcon {
    right: 0px;
}

.JmasterRow7Left,
.JmasterRow7Right {
    width: 100%;
    padding: 0px;
}

.JmasterRow7Left h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow7Left h2 br {
    display: none;
}

.JmasterRow7RightInner {
    margin-left: 0px;
    display: block;
}

.JmasterRow7RightList {
    margin-top: 40px;
    width: 100%;
}

.JmasterRow7RightList:nth-child(2n) {
    margin-left: 0px;
}

.JmasterRow7RightList:last-child {
    margin-bottom: 0px;
}

.JmasterRow7RightListLeft svg {
    filter: contrast(0%) brightness(1000%) invert(0) grayscale(1);
}

.JmasterRow7RightListRight p {
    color: #fff;
}

.JmasterRow8Container{
    padding-top: 0px;
    width: 100%;
    padding: 0px;
}

.JmasterRow8BGouter {
    display: none;
}

.JmasterRow8ContainerInner {
    width: 100%;
    margin: 0px;
}

.JmasterRow8Content {
    padding-bottom: 240px;
}

.JindexRow5Slide {
    padding-top: 0px;
    display: block;
}

.JmasterRow8Container .JindexRow5SlideLeft:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 30px);
    background: rgb(88,63,152);
    background: -moz-linear-gradient(180deg, rgba(88,63,152,1) 0%, rgba(66,64,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(88,63,152,1) 0%, rgba(66,64,153,1) 100%);
    background: linear-gradient(180deg, rgba(88,63,152,1) 0%, rgba(66,64,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#583f98",endColorstr="#424099",GradientType=1);
}

.JmasterRow8Container .JindexRow5SlideLeft {
    position: relative;
    padding-top: 60px;
}

.JmasterRow8Container .JindexRow5SlideLeft,
.JmasterRow8Container .JindexRow5SlideRight {
    width: 100%;
}

.JmasterRow8Content .JindexRow5SlideLeftInner {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin: 0px 15px;
}

.JmasterRow8Container .JindexRow5SlideRight {
    margin-left: 0px;
    width: calc(100% - 66px);
    margin: 45px 33px 0px;
}

.JmasterRow8Container .JindexRow5SlideRight h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow8RightMark {
    right: 15px;
    bottom: -120px;
}

.JmasterRow8Container .JindexRow3SplideNavi {
    top: auto;
    bottom: -130px;
    left: 0px;
}

.JmasterRow8Container .JindexRow3SplideNaviInner .splide__pagination__page {
    border-color: #ccc;
    opacity: 1;
}

.JmasterRow8Container .JindexRow3SplideNaviInner .splide__pagination__page.is-active {
    background: #00a19c;
    border-color: #00a19c;
    transform: none;
}

.JmasterRow9Container {
    display: none;
}

.JmasterRow10ContainerInner {
    width: 100%;
    margin: 0px;
}

.JmasterRow10BGouter {
    display: none;
}

.JmasterRow10Content {
    height: auto;
}

.JmasterRow10Content .JindexRow2Full {
    display: block;
    width: calc(100% - 66px);
    margin: 0px 33px;
        height: auto;
}

.JmasterRow10Content .JindexRow2Left {
    width: 100%;
    padding: 0px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
}

.JmasterRow10Content .JindexRow2Left:before {
    content: '';
    width: calc(100% + 66px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: -33px;
    background: #00a19c;
    z-index: -1;
}

.JmasterRow10Content .JindexRow2LeftTitle p:first-child {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.JmasterRow10Content .JindexRow2LeftTitle h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow10Content .JindexRow2LeftYears {
    margin-top: 35px;
}

.JmasterRow10Content .JindexRow2Right {
    padding: 0px 0px 240px;
    width: 100%;
    background: #fff;
    margin-right: 0px;
}

.JmasterRow10Content .JindexRow2RightContainer {
    /*max-width: 215px;*/
    max-width: 100%;
    margin: auto;
    top: -45px;
    margin-bottom: -45px;
    height: 215px;
}

.JmasterRow10Content .JindexRow2RightContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JmasterRow10Content .JindexRow2RightContentMid {
    max-width: 50px;
}

.JmasterRow10Content .JindexRow2RightContent02 {
    right: -155px;
    top: 0px;
    left: auto;
}

.JmasterRow10Content .JindexRow2RightContent01Inner {
    width: 150px;
}

.JmasterRow10Content .JindexRow2RightContent02 .JindexRow2RightContent01Inner h5 {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

.JmasterRow10Content .JindexRow2RightContent02 .JindexRow2RightContent01Inner p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-top: 7px;
    text-align: left;
}

.JmasterRow10Content .JindexRow2RightContent02 svg {
    left: -17% !important;
    max-width: 77px !important;
    top: 13px !important;
}

.JmasterRow10Content .JindexRow2RightContent02 svg path {
    stroke: #fff;
}

.JmasterRow10Content .JindexRow2RightContent01 {
    top: 46px;
    left: -86px;
    left: -74px;
}

.JmasterRow10Content .JindexRow2RightContent01 svg {
    max-width: 77px !important;
    top: 13px !important;
    right: -146px;
}

.JmasterRow10Content .JindexRow2RightContent01 svg path {
    stroke: #000;
}

.JmasterRow10Content .JindexRow2RightContent01 .JindexRow2RightContent01Inner h5 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.JmasterRow10Content .JindexRow2RightContent01 .JindexRow2RightContent01Inner p {
    color: #000;
    font-size: 10px;
    line-height: 12px;
    margin-top: 7px;
    text-align: left;
}

.JmasterRow10Content .JindexRow2SplideNavi {
    left: 33px;
    width: calc(100% - 66px);
    bottom: 137px;
}

.JmasterRow10Content .splide__arrows {
    display: none;
}

.JmasterRow10Content .splide__pagination__page {
    border-color: #00A19C;
}

.JmasterRow10Container {
    height: auto;
}

.JmasterRow11BGouter {
    height: calc(100% - 312px);
    top: 312px;
    width: 100%;
    margin: 0px;
}

.JmasterRow11BG {
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgb(0,161,156);
    background: -moz-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(48,64,153,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(48,64,153,1) 100%);
    background: linear-gradient(180deg, rgba(0,161,156,1) 0%, rgba(48,64,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a19c",endColorstr="#304099",GradientType=1);
}

.JmasterRow11Content {

}

.JmasterRow11Content .splide__list .JindexRow3Full {
    display: block;
}

.JmasterRow11Content .splide__list .JindexRow3Full,
.JmasterRow11Content .splide__list .JindexRow3Full > div {
    padding: 0px;
    /*-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

.JmasterRow11Content .splide__list .JindexRow3Full .JindexRow3RightM {
    /*width: calc(100% - 15px);
    margin-left: 15px;*/

    width: 100%;
}

.JmasterRow11Container .JindexRow3Right > div {
    margin: 0px;
}

.JmasterRow11Container .JindexRow3Content .splide .splide__track {
    padding: 0px;
}

.JmasterRow11Content .JindexRow3Right {
    position: static;

    width: 100%;
}

.JmasterRow11Container .JindexRow3Right .JindexRow3RightBG {
    height: auto;
    padding-bottom: 450px;
    position: static;
    transform: none;
    border-radius: 50px 0px 0px 50px;
    width: calc(100% - 33px);
    margin-left: 33px;
}

.JmasterRow11Content .splide__list .JindexRow3Full {
    height: auto;
}

.JmasterRow11Content .JindexRow3RightImg img {
    left: 0px;
    top: -10px;
    transform: none;
    max-width: 500px;
}

.JmasterRow11Content .JindexRow3RightContent {
    position: static;
    width: calc(100% - 66px);
    padding: 0px 33px;
    margin-top: 45px;
}

.JmasterRow11Content .JindexRow3RightContent p {
    color: #fff;
}

.JmasterRow11Content .splide .splide__track .splide__list .splide__slide {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.JmasterRow11Content .JindexRow3Left {
    padding: 0px 33px;
    width: calc(100% - 66px);
    height: auto;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.JmasterRow11Content .JindexRow3LeftInner {
    width: 100%;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0px;
}

.JmasterRow11Container {
    height: auto;
}

.JmasterRow11Content .JindexRow3LeftInner h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow2ContainerW .JmasterRowContent {
    bottom: auto !important;
    top: 90px !important;
}

.JmasterRow2ContainerW {
    background-position: right 30% center;
}

.JmasterRow9ContainerM {
    display: block;
}

.JmasterRow5Container .JmasterRow5RightContentInner h2,
.JmasterRow4Container .JindexRow5SlideRight h2 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterRow2Container,
.JmasterRow3Container,
.JmasterRow4Container,
.JmasterRow5Container,
.JmasterRow6Container,
.JmasterRow7Container,
.JmasterRow8Container,
.JmasterRow9Container,
.JmasterRow9ContainerM {
    overflow: hidden;
}

.JmasterRow10Content .splide__pagination {
   width: 100%; 
}

.JgeneralFooter2 .JgeneralFooterPattern {
    display: none;
}

.JgeneralFooter2 {
    padding-top: 20px;
}

.JindexRow3LeftBtnM {
    display: block;
    margin-top: 50px;
}

.JindexRow3LeftBtnM a {
    display: flex;
    align-items: center;
}

.JindexRow3LeftBtnM a i {
    width: 32px;
    height: 32px;
    background: url(../images/read-more.svg) center no-repeat;
}

.JindexRow3LeftBtnM a p {
    margin-left: 10px;
    color: #fff;
    margin-top: 0px;
    text-transform: capitalize;
}

.JindexRow3LeftTitle a {
    display: none;
}

.JbopRow2ContainerInner .JbopTabsNav {
    display: none;
}

.JbopRow1Container {
    height: 100%;
    margin-bottom: 0px;
}

.JbopRow1Container .JindexImgContent {
    width: calc(100% - 66px);
    left: 33px !important;
    bottom: 104px !important;
}

.JbopRow1Container .JindexImgContent h2 {
    font-size: 30px;
    line-height: 35px;
}

.JbopRow1Container .JindexImgContent p {
    margin-top: 15px;
}

.JbopRow2Container {
    margin-top: 0px;
    /*padding-bottom: 80px;*/
}

.JbopRow2ContainerInner h2.resp-accordion {
    padding: 30px 33px 30px !important;
    border: none !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #000;
    background: #fff !important;
}

.JbopRow2ContainerInner h2.resp-accordion:after {
    content: "";
    position: absolute;
    left: 33px;
    bottom: 0px;
    width: calc(100% - 66px);
    height: 1px;
    background: #00A19C;
}

.JbopRow2ContainerInner h2.resp-accordion.resp-tab-active:after {
    display: none;
}

.JbopRow2ContainerInner h2.resp-accordion .resp-arrow {
    background: url(../images/BOP-accordion-arrow.svg) no-repeat;
    border:  none;
    width: 30px;
    height: 8px;
    margin-top: 0px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: invert(50%) sepia(52%) saturate(3753%) hue-rotate(146deg) brightness(88%) contrast(101%);
}

.JbopRow2ContainerInner .resp-tab-content {
    position: relative;
}

.JbopRow2ContainerInner .resp-tab-content:after {
    content: "";
    position: absolute;
    left: 33px;
    bottom: 0px;
    width: calc(100% - 66px);
    height: 1px;
    background: #00A19C;
}

.JbopRow2ContainerInner h2.resp-accordion.resp-tab-active {
    color: #fff;
    background: #763F98 !important;
}

.JbopRow2ContainerInner h2.resp-accordion.resp-tab-active .resp-arrow {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: none;
}

.JbopRow2Content01 {
    display: none;
}

.JbopRow2Content02 {
    background: #763F98;
}

.JbopRow2ContainerInner .ui-tabs-nav {
    margin: 30px 15px 0px;
    width: calc(100% - 30px);
}

.JbopRow2ContainerInner .ui-tabs-nav li a {
    color: rgba(255,255,255,.3);
}

.JbopRow2ContainerInner .ui-tabs-nav li.ui-state-active a {
    color: #fff;
}

.JbopRow2ContainerInner .ui-tabs-nav li.ui-state-active:after {
    background: #fff;
}

.JbopRow2Content02Inner {
    padding: 120px 33px 60px;
    width: calc(100% - 66px);
    display: block;
}

.JbopRow2Content02Inner > div {
    width: 100%;
}

.JbopRow2Content02Right {
    margin-left: 0px;
    margin-top: 38px;
}

.JbopRow2Content02Inner > div h3 {
    font-size: 24px;
    line-height: 29px;
}

.JbopRow2Content02Inner > div ul {
    margin: 13px 0px 0px;
}

.JbopRow2Content02Inner > div ul li {
    font-size: 14px;
    line-height: 19px;
}

.JbopRow2Content03Inner {
    padding: 45px 33px 60px;
    width: calc(100% - 66px);
}

.JbopRow2Content03Graph {
    overflow-x: auto;
    margin: 60px -33px 0px;
}

.JbopRow2Content03Graph img {
    width: 712px;
    max-width: none;
    margin: 0px 15px;
}

.JbopRow2Content03Txt {
    margin-top: 65px;
}

.JbopRow2Content03List {
    margin-bottom: 40px;
    display: block;
}

.JbopRow2Content03ListLeft {
    width: 100%;
}

.JbopRow2Content03ListLeft span {
    width: 30px;
    height: 30px;
}

.JbopRow2Content03ListLeft p {
    width: calc(100% - 50px);
    margin-left: 20px;
}

.JbopRow2Content03ListRight {
    margin-left: 0px;
    width: 100%;
    margin-top: 12px;
}

.JbopRow2ContainerInner .ui-tabs-nav li {
    margin: 0px 30px;
}

.JmasterInnerRow1Container .JindexImgContent {
    width: calc(100% - 66px);
    left: 33px !important;
    bottom: 55px !important;
}

.JmasterInnerRow1Container .JindexImgContent h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexImgContent p.subContent {
    font-size: 14px;
    line-height: 19px;
}

.JmasterInnerRow2Container {
    padding: 30px 0px 0px;
}

.JmasterInnerGeneralInner {
    padding: 0px 33px;
    width: calc(100% - 66px);
}

.JmasterInnerRow2ContainerInner {
    display: block;
}

.JmasterInnerRow2Left,
.JmasterInnerRow2Right {
    width: 100%;
    margin-left: 0px;
}

.JmasterInnerRow2Left h3 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterInnerRow2Right {
    margin-top: 14px;
}

.JmasterInnerRow2Content {
    display: block;
}

.JmasterInnerRow2ContentList {
    margin-bottom: 60px;
}

.JmasterInnerRow2ContentList:last-child {
    margin-bottom: 0px;
}

.JmasterInnerRow2ContentList img {
    margin: auto;
}

.JmasterInnerRow3List {
    margin-bottom: 90px;
    display: block;
}

.JmasterInnerRow3ListLeft {
    width: calc(100% + 33px);
    margin-left: 0px;
    margin-right: -33px;
}

.JmasterInnerRow3ListRight {
    width: 100%;
    margin-top: 50px;
}

.JmasterInnerRow3List:nth-child(2n) .JmasterInnerRow3ListLeft{

    margin-left: 0px;
    margin-right: -33px;

    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -webkit-border-top-left-radius: 69px;
    -webkit-border-bottom-left-radius: 69px;
    -moz-border-radius-topleft: 69px;
    -moz-border-radius-bottomleft: 69px;
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
}

.JmasterInnerRow2Left p:first-child {
    margin-top: 0px;
}

.JmasterInnerRow4Container {
    padding: 80px 0px 0px;
}

.JmasterInnerRow4ListContainer {
    display: block;
}

.JmasterInnerRow4List {
    width: 100%;
    margin-bottom: 35px;
}

.JmasterInnerRow4List:nth-child(2n) {
    margin-left: 0px;
}

.JmasterInnerRow4ListLeft {
    width: 118px;
    height: 118px;
}

.JmasterInnerRow4ListRight {
    width: calc(100% - 148px);
}

.JmasterInnerRow5Container {
    padding: 80px 0px 0px;
}

.JmasterInnerRow6Container {
    padding: 40px 0px 80px; 
}

.JmasterInnerRow6List {
    display: block;
    margin-bottom: 100px;
}

.JmasterInnerRow6ListLeft,
.JmasterInnerRow6ListRight {
    width: 100%;
}

.JmasterInnerRow6ListRight {
    margin-top: 40px;
}

.JmasterInnerRow6ListLeft h3 {
    font-size: 30px;
    line-height: 36px;
}

.JmasterInnerRow6ListRight img {
    width: calc(100% + 34px);
    margin: 0px -17px;
    max-width: calc(100% + 34px);
}

.JmasterInnerRow7Container {
    padding-top: 0px;
}

.JmasterInnerRow7Content {
    margin-top: 0px;
    padding-top: 80px;
}

.JmasterInnerRow7Content h3 {
    font-size: 24px;
    line-height: 29px;
}

.JmasterInnerRow7List {
    width: 100%;
    margin-right: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: visible;
}

.JmasterInnerRow7ListInner {
    padding: 25px 0px 0px;
}

.JmasterInnerRow7List img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.JmasterInnerRow8Container {
    padding: 65px 0px 55px;
}

.JmasterInnerRow8List {
    margin-bottom: 55px;
    display: block;
}

.JmasterInnerRow8ListLeft,
.JmasterInnerRow8ListRight {
    width: 100%;
}

.JmasterInnerRow8ListLeft h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 45px;
}

.JmasterInnerRow8ListLeft img {
    width: calc(100% + 34px);
    margin: 0px -17px;
    max-width: calc(100% + 34px);
}

.JmasterInnerRow8ListRight,
.JmasterInnerRow8List:first-child .JmasterInnerRow8ListRight {
    margin-top: 45px;
}

.JmasterInnerRow4ListLeft img {
    max-width: 80px;
    max-height: 80px;
}

.financial-results .JindexRow4MRightContainer .temp-graph img {
    transform: scale(1) !important;
}

.JindexRow4InnerM .JindexRow4MContent .splide__list {
    height: auto !important;
}

.JindexRow4MLeft {
    width: 100%;
}


}

@media only screen and (max-width: 360px) {
  .JindexRow6MContent {
    max-width: 300px;
    overflow-x: hidden;
    width: 100%;
  }
}

/*New Changes as of December 23rd for myMesra*/
/*---------------------------------------------
                DYNAMIC DIESEL PAGE 
---------------------------------------------*/

/*---------------------------------------------
                Hero Section
---------------------------------------------*/
.JindexContainer{
    height: 80%;
}

/* Base styles for the dynamic diesel banner */
.dynamic-diesel-banner .JindexImg01Inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Desktop - 1920px (default) */
.dynamic-diesel-banner .JindexImg01Inner {
    background-position: 10%;
}

/* Large laptop - 1440px */
@media (max-width: 1440px) {
    .dynamic-diesel-banner .JindexImg01Inner {
        background-position: 8% ;
    }
}

/* Tablet landscape - 1024px */
@media (max-width: 1024px) {
    .dynamic-diesel-banner .JindexImg01Inner {
        background-position: 5%;
    }
}

/* Tablet portrait - 768px */
@media (max-width: 768px) {
    .dynamic-diesel-banner .JindexImg01Inner {
        background-position: 10% 
    }
}

/* Mobile - 425px */
@media (max-width: 425px) {
    .dynamic-diesel-banner .JindexImg01Inner {
        background-position: 8% center;
    }
}

/*---------------------------------------------
Built for Work. Ready for Weekends. [Section] 
---------------------------------------------*/

.JmasterInnerRow3Container {
    padding: 90px 0px; 
}

.JmasterInnerRow3ListRightTxt h2 {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.2;
  color: #20419A;
  /*filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.25));*/
  margin-bottom: 20px; /* Add spacing between heading and paragraph */
}

.JmasterInnerRow3ListRightTxt p {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #20419A;
  margin-bottom: 30px; /* Add spacing before button */
}

/* Formula 1 Watch Video Button */
.myMesraBtn {
  display: inline-flex;
  align-items: center;
  gap: 18px; /* Space between text and icon */
  background-color: transparent; /*button color*/
  color: #20419A ;
  text-decoration: none;
  /*Text Styling*/
  font-family: 'Museo Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  transition: all 0.3s ease;
  border: 0;
}

.myMesraBtn:hover {
  color: #1a3580; /* Keep text white on hover */
}

/* If you want to add an icon/image after the text */
.myMesraBtn::before {
  content: "";
  display: inline-block;
  width: 32px; /* Adjust size as needed */
  height: 32px;
  background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-1.svg) center no-repeat;/*Icon for CTA*/
  background-size: contain;
}

@media (max-width:768px) {
    .JmasterInnerRow3ListRightTxt h2 {
        font-size: 40px !important;
    }

    .JmasterInnerRow3ListRightTxt p {
        font-size: 18px;
        font-weight: 300;
    }

    .myMesraBtn {
        font-size: 16px;
    }
}

/*---------------------------------------------
        Testimonial Card (section)
---------------------------------------------*/
.myMesraRevampedPurple{
    padding-top: 93px;
    background: #763F98;
}

.myMesraRevampedPurple > div > div > h2{
    color:#ffffff;
    font-size:64px;
    font-weight: 900;
    line-height: 1.2;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.myMesraRevampedPurple > div > div > p{
    color:#ffffff;
    font-size:24px;
    font-weight: 500;
    line-height: 1.2;
    width: 75%;
}

@media (max-width:768px) {
    .myMesraRevampedPurple > div > div > h2{
        font-size:40px;
    }
    .myMesraRevampedPurple > div > div > p{
        font-size:18px;
        font-weight: 300;
        width: 100%;
    }
}

/*---------------------------------------------
        You May Also Like(section)
            [LIGHT GREEN]
---------------------------------------------*/
.myMesraRevampedLightGreen{
    /* padding-top: 93px; */
    background: #00A19C;
}

.myMesraRevampedLightGreen > div > div > h2{
    color:#ffffff;
    font-size:64px;
    font-weight: 900;
    line-height: 1.2;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.myMesraRevampedLightGreen> div > div > p{
    color:#ffffff;
    font-size:24px;
    font-weight: 500;
    line-height: 1.2;
    width: 75%;
}

@media (max-width:768px) {
    .myMesraRevampedLightGreen > div > div > h2{
        font-size:40px;
    }
    .myMesraRevampedLightGreen > div > div > p{
        font-size:18px;
        font-weight: 300;
        width: 100%;
    }
}

/*---------------------------------------------
        You May Also Like(section)
            [Dark Blue]
---------------------------------------------*/
.myMesraRevampedDarkBlue{
    padding-top: 93px;
    background: #20419a;
}

.myMesraRevampedDarkBlue > div > div > h2{
    color:#ffffff;
    font-size:64px;
    font-weight: 900;
    line-height: 1.2;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.myMesraRevampedDarkBlue> div > div > p{
    color:#ffffff;
    font-size:24px;
    font-weight: 500;
    line-height: 1.2;
    width: 75%;
}

@media (max-width:768px) {
    .myMesraRevampedDarkBlue > div > div > h2{
        font-size:40px;
        margin-bottom: 40px;
    }
    .myMesraRevampedDarkBlue > div > div > p{
        font-size:18px;
        font-weight: 300;
        width: 100%;
    }
}

/*---------------------------------------------
        Footer (Styling Changes)
---------------------------------------------*/
.JgeneralFooterSlider{
    height: 750px;
}

.JgeneralFooterSliderContent a {
    text-decoration: none;
}

.JgeneralFooterSliderNaviInner > div:before {
    background: #00A19C;
}

.JgeneralFooterSliderNavi button.splide__arrow--prev:before {
    background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/footer-prev-button.svg) center no-repeat;
    width:16px;
    height:25px;
}

.JgeneralFooterSliderNavi button.splide__arrow--next:before{
    background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/footer-next-button.svg) center no-repeat;
    transform: unset;
    -webkit-transform: unset;
    width:16px;
    height:25px;
}

.JgeneralFooterSliderContent{
    top:140px;
    max-width: 480px;
}


.JgeneralFooterSliderContent h2{
    font-size: 64px;
    font-weight:900;
    line-height: 1.2;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

/* Main downloads container - horizontal layout */
.JgeneralFooterSliderDownloads {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* QR Code */
.JgeneralFooterSliderDownloads > img:first-child {
    max-width: 140px;
    max-height: 140px;
    flex-shrink: 0;
}

/* Badges container - vertical stack */
.JgeneralFooterSliderDownloadBadges {
    display: flex;
    flex-direction: column;
}

/* App Store and Google Play badges */
.JgeneralFooterSliderDownloadBadges img {
    max-width: 160px;
    height: auto;
}

@media (max-width:821px) {
    .JgeneralFooterSliderContent h2{
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .JgeneralFooterSlider{
        height:520px;
    }

    .JgeneralFooterSliderContent{
        top:110px;
    }

    .JgeneralFooterSliderContent a{
        margin-top:16px
    }

    .JgeneralFooterSliderDownloads > img:first-child {
        max-width: 120px;
        max-height: 120px;
    }
    
    .JgeneralFooterSliderDownloadBadges img {
        max-width: 140px;
    }
}

@media (max-width:425px) {

    .JgeneralFooterSliderContent h2{
        font-size:32px ;
    }

    .JgeneralFooterSliderContent p{
        width: 90%;
    }

    .download-badges .JgeneralFooterSliderContent{
        top:50px;
    }

    .JgeneralFooterSliderDownloads{
        gap:0;
        flex-direction: column;
        align-items: flex-start;
    }
}
a{
    text-decoration: none !important;
}

/*---------------------------------------------
        Where to find us(section)
            [Dark Blue]
---------------------------------------------*/
.myMesraRevampedDarkBlue .JmasterInnerRow2ContentList h4{
    margin-top:0;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}

.myMesraRevampedDarkBlue .JmasterInnerRow2Content{
    margin-bottom:84px;
    margin-top: 10px;
    padding: 0 !important; /*Added on 11/01/2026*/
}

/*CTA Styling*/
.circle-cta{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:18px;
    margin: auto auto 0;
}

.circle-cta p{
    color: #ffffff;
    font-size: 24px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.circle-cta i{
    background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-white.svg) center no-repeat;
    width: 32px;
    height: 32px;
}

.circle-image-cta{
    display: flex;
    flex-direction: column;
    gap:16px;
}

/*--------------------------
        New Changes
    Date: 11/01/2026
----------------------------*/
.where-to-find-us .JmasterInnerRow2ContentList .subtitle{
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
}

.where-to-find-us .JmasterInnerRow2ContentList .sub-subtitle{
    margin:auto 0 auto 0;
}

.where-to-find-us .circle-image-content-wrapper p{
    margin:0;
}

.where-to-find-us .circle-image-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    gap:16px;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContentList .subtitle{
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin: 0 auto auto;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContentList .sub-subtitle{
    margin-top: auto;
}

/*--------------------------
        Responsiveness
----------------------------*/

@media (max-width:1440px){
    .where-to-find-us .JmasterInnerRow2Content,
    .where-to-find-us .JmasterInnerRow2ContainerInner,
    .sustainability-our-impact .JmasterInnerRow2Content,
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 100px;
    }
}

@media (max-width: 1280px) {
    .where-to-find-us .JmasterInnerRow2ContentList h4 {
        font-size: 32px !important;
    }
}

@media (max-width: 1024px) {
    .where-to-find-us .JmasterInnerRow2ContentList h4 {
        font-size: 24px !important;
    }

    .where-to-find-us .JmasterInnerRow2Content,
    .where-to-find-us .JmasterInnerRow2ContainerInner,
    .sustainability-our-impact .JmasterInnerRow2Content,
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 64px;
    }
}

@media only screen and (max-width: 820px) {
    .where-to-find-us .JmasterInnerRow2Content,
    .where-to-find-us .JmasterInnerRow2ContainerInner,
    .sustainability-our-impact .JmasterInnerRow2Content,
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 33px;
    }

    .where-to-find-us .JmasterInnerRow2ContainerInner{
        padding-bottom: 90px;
    }

    .myMesraRevampedLightGreen .JmasterInnerRow2ContainerInner{
        padding-top: 70px;
    }
}

/* Custom styling - general */
@media (min-width: 768px) {
    .h-mb-md-4 h2{
        margin-bottom: 1.5rem !important;
    }
}

/*---------------------------------------------
            Inner- Inner Tabs
            Changes: 07/01/2026
---------------------------------------------*/

/*Reset the design*/
.inner-bottom-tabs {
	margin-top: 0;
}

.inner-bottom-tabs .JmasterInnerRow8ContainerInner {
	padding: 50px 100px;
	background: #f4f4f4;
}

.inner-bottom-tabs .JmasterInnerRow8Container {
	padding: unset;
}

.outer-upper-tabs .paragraph--type--inner-one-column-content .JmasterInnerRow2ContainerInner {
	padding: 100px 100px 50px 100px;
}

.outer-upper-tabs
	.inner-bottom-tabs
	.paragraph--type--inner-one-column-content
	.JmasterInnerRow2ContainerInner {
	background: #f4f4f4;
	padding: 50px 100px 50px 100px;
}

.outer-upper-tabs .JmasterInnerRow2Container {
	padding: unset;
}

@media (max-width: 768px) {
	.outer-upper-tabs .paragraph--type--inner-one-column-content .JmasterInnerRow2ContainerInner,
	.inner-bottom-tabs .JmasterInnerRow8ContainerInner {
		padding: 50px 33px;
	}
}

/*---------------------------------------------
                Homepage
            Changes: 10/01/2026
    Changes made: Where to find us section
---------------------------------------------*/

.paragraph--type--inner-circle-image-and-title.JmasterInnerRow2Container {
    padding-top: 93px;
}

/*---------------------------------------------
              Sustainability 
            Changes: 12/01/2026
---------------------------------------------*/

/*------------------------------
    Sustainability Hero
--------------------------------*/
.sustainability .JindexContainerInner{
    background-color: #ffffff;
}

.sustainability .JindexImgContent{
    text-shadow: unset;
}

.sustainability .JindexImgContent h1{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#00A19C;
    max-width: 747px;
}

.sustainability .JindexImgContent .subContent{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#000000;
    max-width: 747px;
    text-shadow: unset;
}

/*------------------------------
Our Sustainability Commitment
--------------------------------*/

.sustainability-commitment.JmasterInnerRow3Container{
    background-color: #00A19C;
}

.sustainability-commitment .JmasterInnerRow3ListRightCta a{
    display: flex;
    align-items: center;
    gap: 16px;
}

.sustainability-commitment .JmasterInnerRow3ListRightCta p{
    color: #ffffff;
    line-height: normal;
}

.sustainability-commitment .JmasterInnerRow3ListRightCta{
    width: fit-content;
}

.sustainability-commitment .JmasterInnerRow3ListRightCta i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat;
    width: 32px;
    height: 32px;
}

.sustainability-commitment .JmasterInnerRow3ListRightTxt h1{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.sustainability-commitment .JmasterInnerRow3ListRightTxt p{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    max-width: 747px;
    text-shadow: unset;
}

.sustainability + .JmasterInnerRow1Container{
    height:100%;
}

/*------------------------------
Our Impact -Black Text White BG CIRCLE-IMAGE-SECTION
--------------------------------*/
.sustainability-our-impact{
    padding: 80px 0 100px 0 !important;
}

.sustainability-our-impact .circle-image-content-wrapper{
    height: 100%;
    justify-content: flex-start;
    margin-top: 16px;
}

.sustainability-our-impact .subtitle{
    padding: 0 16px 0 16px;
}

.sustainability-our-impact .circle-image-content-wrapper,
.sustainability-our-impact .circle-image-title-subtitle,
.sustainability-our-impact .circle-image-sub-cta{
    display: flex;
    flex-direction: column;
    gap:16px;
}

/*
.sustainability-our-impact .circle-image-cta{
    padding: 0 25px;
}
*/

.sustainability-our-impact .JmasterInnerRow2Content{
    gap: 25px;
}

/*first div after .JmasterInnerRow2ContainerInner*/
.sustainability-our-impact .JmasterInnerRow2ContainerInner .inner-circle-title-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    text-align: center;
}

.sustainability-our-impact .JmasterInnerRow2ContentList h4{
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    color:#000000;
}

.sustainability-our-impact-white .circle-image-title-subtitle h4{
    color:#FFFFFF;
}

.sustainability-our-impact .JmasterInnerRow2ContainerInner h2{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#000000;
}

.sustainability-our-impact .JmasterInnerRow2ContainerInner h2 + p{
    text-align: center;
}

.sustainability-our-impact .JmasterInnerRow2ContainerInner p{
    margin:0;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#000000;
}

.sustainability-our-impact .JmasterInnerRow2ContentList h4,
.sustainability-our-impact .JmasterInnerRow2ContentList .subtitle{
    margin: 0;
}

.sustainability-our-impact .JmasterInnerRow2Content{
    padding: 0 !important; /*Removing padding for the cards within section*/
}

/*--------------------------
        Responsiveness
----------------------------*/
@media (min-width: 768px) and (max-width: 1800px) {
    .sustainability-our-impact-white .circle-image-title-subtitle h4{
        font-size: 28px;
    }

    .sustainability-our-impact-white .sub-subtitle p{
        font-size: 24px;
    }

}

@media (max-width:1440px){
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 100px;
    }
}


@media (max-width: 1024px) {
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 64px;
    }

    .sustainability-our-impact .subtitle{
        padding: 0 8px 0 8px;
    }
}

@media only screen and (max-width: 820px) {
    .sustainability-our-impact .JmasterInnerRow2ContainerInner{
        padding: 0 33px;
    }

    .sustainability-our-impact .subtitle{
        padding: unset;
    }
}

/*------------------------------
Sustainability - Inner Tabs
--------------------------------*/
.sustainability-inner-tabs .JbopRow2ContainerInner .JbopTabsNav li.resp-tab-active {
    background: #00A19C !important;
    box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.sustainability-inner-tabs .JbopRow2ContainerInner .JbopTabsNav li {
    box-shadow: 6px 0px 5px 0px rgba(0, 0, 0, 0.16);
}

/*------------------
Economic
------------------*/
.sustainability-economic{
    background: linear-gradient(180deg, #00A19C 0%, #2041A9 50%, #763F98 100%) !important;
    padding: 150px 0 !important;
}

.sustainability-economic .JmasterInnerRow3ListRightTxt h2{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.sustainability-economic .JmasterInnerRow3ListRightTxt p,
.sustainability-economic .JmasterInnerRow3ListRightTxt li{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#ffffff;
}

.sustainability-economic .JmasterInnerRow3Container{
    padding:0;
}

/*---------------------------------------
Economic - Remove Gradient Padding Issue
-----------------------------------------*/
.sustainability-economic-plain{
    background: linear-gradient(180deg, #00A19C 0%, #2041A9 50%, #763F98 100%) !important;
    padding: 150px 0 0 0!important;
}

.sustainability-inner-tabs .sustainability-environment{
    padding-bottom: 50px !important;
}

.sustainability-economic-plain .JmasterInnerRow3ListRightTxt h2{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.sustainability-economic-plain .JmasterInnerRow3ListRightTxt p,
.sustainability-economic-plain .JmasterInnerRow3ListRightTxt li{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#ffffff;
}

.sustainability-economic-plain .JmasterInnerRow3Container{
    padding:0;
}

/*------------------
Environment
------------------*/
.sustainability-economic .sustainability-environment{
    background: #763F98;
}

/*------------------------------
Circle Image Carousel (default)
--------------------------------*/
.slider-dots{
    margin: 0 20px;
}

.default{
    padding: 90px 0 100px 0;
}

.default .JindexRow5SlideRightInner h2{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
}

@media (min-width: 1440px){
   .default .JindexRow5SlideRightInner h2{
        width: 80%;
    } 
}

.default .JmasterRow4Desc p{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
}

.default .slider-nav .slider-next{
    background: url(/sites/default/files/uploads/content/2025/next-button-purple-bg.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    transform: unset;
}

.default .slider-nav .slider-prev{
    background: url(/sites/default/files/uploads/content/2025/prev-button-purple-bg.svg) no-repeat center center;
    width: 32px;
    height: 32px;
}

.default .slider-nav .owl-dot.active{
    background: #763F98;
    border: none;
}

.default .slider-nav .owl-dot{
    background: transparent;
    border: 1px solid #763F98;
    margin: 0 1.25rem;
}

.default .JindexRow5SlideRightInner a{
    width: fit-content;
}

.default .JindexRow5SlideRightInner a:hover{
    opacity: 0.5;
}


.default .JindexRow5SlideRightInner a i {
    background: url(/sites/default/files/uploads/content/2025/cta-icon-green.svg) center no-repeat;
    width: 32px;
    height: 32px;
}

.default .JindexRow5SlideRightInner a p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0%;
}

/*------------------------------
Sustainability --
Circle Image Carousel
--------------------------------*/
.sustainability-cooking-oil {
    background-color: #FDB924;
}

.sustainability-cooking-oil .JindexRow5SlideRightInner h2{
    /*text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
}

.sustainability-cooking-oil .JindexRow5SlideRightInner h2,
.sustainability-cooking-oil .JindexRow5SlideRightInner p,
.sustainability-cooking-oil .JindexRow5SlideRightInner a p
{
    color: #FFFFFF !important;
}

.sustainability-cooking-oil  .JindexRow5SlideRightInner a i {
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat;
}

.sustainability-cooking-oil .slider-nav .owl-dot.active{
    background: #FFFFFF;
    border: none;
}

.sustainability-cooking-oil .slider-nav .owl-dot{
    background: transparent;
    border: 1px solid #FFFFFF;
    margin: 0 1.25rem;
}

/*------------------------------
    Sustainability Results
--------------------------------*/
.sustainability-results .JindexContainerInner{
    background-color: #BFD730;
}

.sustainability-results .JindexImgContent{
    text-shadow: unset;
}

.sustainability-results .JindexImgContent h1{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    max-width: 747px;
}

.sustainability-results .JindexImgContent .subContent{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    max-width: 747px;
    text-shadow: unset;
}

.sustainability-results .link-read-more{
    width: fit-content;
}

.sustainability-results .link-read-more i {
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat;
} 

.sustainability-results .link-read-more p {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
}

/*---------------------------------------------
                Who We Are
            Changes: 13/01/2026
---------------------------------------------*/
/*------------------------------
    Who We Are -- Hero
--------------------------------*/
.who-we-are .JindexContainerInner{
    background-color: #ffffff;
}

.who-we-are .JindexImgContent{
    text-shadow: unset;
}

.who-we-are .JindexImgContent h1{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    max-width: 747px;
}

.who-we-are .JindexImgContent .subContent{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
    max-width: 747px;
    text-shadow: unset;
}

/*---------------------------------------------
            myMesra General
    paragraph--inner-multi-column-content-v2
            Changes: 13/01/2026
---------------------------------------------*/
.paragraph--type--inner-multi-column-content-v2 .row{
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/*---------------------------------------------
        Who We Are -- Cards Section
---------------------------------------------*/
.who-we-are-cards .content .row .myMesraRevampedBlue{
    width: 83.333333%;
}

/*---------------------------------------------
        Who We Are -- Cultural Beliefs
---------------------------------------------*/
.who-we-are-cultural-belief{
    padding-bottom: 150px;
    background-color: #00A19C;
}

.who-we-are-cultural-belief .circle-image-cta{
    padding: 0 25px;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContentList h4{
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    color:#FFFFFF;
}

/*first dive after .JmasterInnerRow2ContainerInner*/
.who-we-are-cultural-belief .JmasterInnerRow2ContainerInner > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContainerInner h2{
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContainerInner p{
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0%;
    color:#FFFFFF;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContentList h4{
    margin: 50px 0 0 0;
}

.who-we-are-cultural-belief .JmasterInnerRow2ContentList .subtitle{
    margin: 0;
}

/*---------------------------------------------
            NEW CHANGES
            Date: 14/01/2026
---------------------------------------------*/
.JindexContainerInner a.link-read-more p{
    text-transform: none !important;
}

.JmasterInnerRow3List .JmasterInnerRow3ListRightCta{
    width: fit-content;
}

.JmasterInnerRow3List .JmasterInnerRow3ListRightCta a{
    display: flex;
    align-items: center;
    gap: 16px;
}

/*---------------------------------------------
            NEW CHANGES
            Date: 15/01/2026
---------------------------------------------*/
.paragraph--type--inner-organisation-chart .JmasterInnerRow7ListInner{
    color: #000000;
}

.paragraph--type--inner-organisation-chart .JmasterInnerRow7Content h3{
    color: #000000;
}

.where-to-find-us h4,
.where-to-find-us p{
    color:#ffffff;
}

.circle-cta p {
    margin: 0;
}

/*
.circle-image-title-subtitle:empty{
    height: 0;
    display:none;
}

.circle-image-title-subtitle:not(:empty) {
    height: 60%;
}

.circle-image-sub-cta:not(:empty) {
    height: 40%;
}
*/

.circle-image-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* keeps items centered horizontally */
    text-align: center; /* keeps text centered */
}

.JmasterInnerRow3ListRightCta a p{
    margin-bottom:0;
    margin-top:0;
}

/*---------------------------------------------
            NEW CHANGES
            Date: 21/01/2026
---------------------------------------------*/
/*---------------------------------------------
            IR Presentations
---------------------------------------------*/
/**/
@media only screen and (max-width: 820px) {
    .JbopRow2ContainerInner .ui-tabs-nav li a{
        color:#000;
    }

    .JbopRow2ContainerInner .ui-tabs-nav li.ui-state-active a{
        color: rgb(0, 0, 0, 0.5);
    }
}

/*---------------------------------------------
            NEW CHANGES
            Date: 22/01/2026
---------------------------------------------*/
/*---------------------------------------------
            myMesra Sustainability
---------------------------------------------*/
.mymesra-sustainability .circle-image-cta{
    padding: 0 20px;
}

.mymesra-sustainability .sub-subtitle p{
    font-size: 16px !important;
}

.mymesra-sustainability .circle-image-content-wrapper p{
    color: #ffffff !important;
}

.mymesra-sustainability-bottom{
    padding-top: 0!important;
}

.mymesra-sustainability-top{
    padding-bottom: 50px !important;
}

.mymesra-sustainability-bottom .JmasterInnerRow2Content{
    margin-top: 0;
}

@media (max-width: 1024px) {
    .mymesra-sustainability .JmasterInnerGeneralInner{
        padding: 0 62px;
    }   
}

/*---------------------------------------------
        myMesra List Of Aviation Sales
---------------------------------------------*/
.JprivacySlide ul{
    overflow-x: auto;
}

/*---------------------------------------------
            NEW CHANGES
            Date: 23/01/2026
---------------------------------------------*/
/*---------------------------------------------
        Banner-image section
---------------------------------------------*/
.JindexImgContent h1{
    font-weight: 900 !important;
    font-size: 64px !important;
    line-height: normal !important;
}

.JindexImgContent p{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: normal !important;
}

@media (max-width:1024px) {
    .JindexImgContent h1{
    font-weight: 900 !important;
    font-size: 48px !important;
    line-height: 1.3 !important;
    }

    .JindexImgContent p{
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}

/*---------------------------------------------
        Sustainabilit our Impact 
        Circle image and words section
---------------------------------------------*/
.circle-image-content-wrapper:empty {
  display: none;
}

/*---------------------------------------------
        MAYBANK Credit Card 
        Double CTA
---------------------------------------------*/
.JmasterInnerRow3ListRightCta{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.JmasterInnerRow3ListRightCta .mymesra-cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px !important;
}

.JmasterInnerRow3ListRightCta .mymesra-cta i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-green.svg) center no-repeat;
    width: 32px;
    height: 32px;
}

.JmasterInnerRow3ListRightCta .mymesra-cta p{
    color: #00A19C;
    font-size: 24px;
    font-weight: 500;
}


/*---------------------------------------------
            NEW CHANGES
            Date: 24/01/2026
---------------------------------------------*/
/*--------------------------------
        PRIMAX 95 VIDEO
----------------------------------*/
.mymesra-video-banner .JindexRow4Content h2{
    font-weight: 900;
    font-size: 64px;
    line-height: 1.2;
}
.mymesra-video-banner .JindexRow4Content{
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
}
@media (max-width: 1024px) {
    .mymesra-video-banner ~ .JmasterRow9ContainerM .JindexRow6MContent h2{
         font-size: 40px !important;
        line-height: 1.3 !important;
    }
}

/*--------------------------------
        HERO BANNER
----------------------------------*/
.link-read-more{
    width:fit-content;
}

/*--------------------------------
        TABLET FONT SIZE
----------------------------------*/

@media (max-width:1024px) {
    h1, h2, h4{
        font-size: 48px !important;
        line-height: 1.3 !important;
    }

    p{
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}

/*---------------------------------------------
            NEW CHANGES
            Date: 25/01/2026
---------------------------------------------*/
.link-read-more i {
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat;
    width: 32px;
    height: 32px
}

/*---------------------------------------------
            NEW CHANGES
            Date: 27/01/2026
---------------------------------------------*/
.JgeneralPopupTitle h2{
    color:#000;
}

.JgeneralPopupContentListInner p{
    color:#000;
}

.mymesra-default-heading-white .JmasterInnerRow2Content .circle-image-content-wrapper h4{
    color:#ffffff;
}

/*---------------------------------------------
            NEW CHANGES
            Date: 29/01/2026
---------------------------------------------*/
@media(max-width:1024px){
    /*Broken nav image on mobile*/
    .JindexNaviRightBtmPatternM{
        display: none;
    }

    /*Social Media Links appearing on mobile nav*/
    .JindexNaviRightBtmSocialM{
        display: none;
    }
}

@media (max-width:425px) {

    .JgeneralFooterSliderContent h2 .field--name-title{
        font-size:32px !important;
        line-height: 1 !important;
    }

    .JgeneralFooterSliderContent h2{
        line-height: 1 !important;
    }
}
/*-----------------------------------------------------------------------------------
TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY
TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY TEMPORARY
-----------------------------------------------------------------------------------*/
.JsideNaviContainer{
    display: none;
}

.link-read-more p{
    margin-bottom: 0;
    margin-top:0;
}

/*chatbot and popup*/
#ymPluginDivContainerInitial{
    display:none !important;
}

/* .field--name-field-image{
    display:none !important;
} */


/*navigation line
.JindexNaviRightBtm{
    border-top: 0px solid rgba(255, 255, 255, .3);
}
*/

/* Temp Padding 
.JindexNaviRightTop > ul > li > a {
    padding: 36px 25px 36px !important;
}
.JhasSubInnerTop {
    top: 69px  !important;
}
*/

/* mobile hamburger  */
@media only screen and (max-width: 1024px) {
    .JindexNaviContainer.show .JindexNaviRightTopSub a.burgerMenuIconM span{
        background: #000;
    }
    .JindexNaviContainer.show .JindexNaviRightTopSub a{
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }
    .JindexNaviRightBtmSocialM li a {
        padding: 0;
    }
}

/* remove section line - Temp */
.pelement-id--dca46462, .pelement-id--09936415{
    margin-top: -1px;
}


/*---------------------------------------------
            DEFAULT STYLING
            -- TEXT
---------------------------------------------*/
.mymesra-default-heading-black h1,
.mymesra-default-heading-black h2{
    font-weight: 900 !important;
    font-size: 64px !important;
    line-height: normal !important;
    color:#000000 !important;
}

.mymesra-default-heading-white h1,
.mymesra-default-heading-white h2{
    font-weight: 900 !important;
    font-size: 64px !important;
    line-height: normal !important;
    color:#FFFFFF !important;
}

.mymesra-default-body-black p{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: normal !important;
    color:#000000 !important;
}

.mymesra-default-body-white p{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: normal !important;
    color:#FFFFFF !important;
}

.mymesra-default-text-shadow h1,
.mymesra-default-text-shadow h2{
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.mymesra-default-no-text-shadow h1,
.mymesra-default-no-text-shadow h2{
    text-shadow: unset;
}

@media (max-width:1024px) {
    .mymesra-default-heading-black h1,
    .mymesra-default-heading-black h2,
    .mymesra-default-heading-white h1,
    .mymesra-default-heading-white h2{
        font-size: 48px !important;
        line-height: 1.3 !important;
    }

    .mymesra-default-body-black p,
    .mymesra-default-body-white p{
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}

/*---------------------------------------------
            DEFAULT STYLING
            -- BACKGROUND
---------------------------------------------*/

.mymesra-default-bg-green{
    background-color: #00A19C !important;
}

.mymesra-default-bg-purple{
    background-color: #763F98 !important;
}

/*---------------------------------------------
            DEFAULT STYLING
            -- CTA
---------------------------------------------*/
.mymesra-default-cta-white a,
.mymesra-default-cta-black a,
.mymesra-default-cta-green a{
    width: fit-content;
}

.mymesra-default-cta-white a i{ 
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat;
    width: 32px;
    height: 32px
}

.mymesra-default-cta-black a i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-black.svg) center no-repeat;
    width: 32px;
    height: 32px
}

.mymesra-default-cta-green a i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-green.svg) center no-repeat;
    width: 32px;
    height: 32px
}

.mymesra-default-cta-green-white a i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-green.svg) center no-repeat;
    width: 32px;
    height: 32px
}

.mymesra-default-cta-green-white a:hover i{
    background: url(/sites/default/files/uploads/content/2025/cta-icon-white.svg) center no-repeat !important;
    width: 32px;
    height: 32px
}

/*---------------------------------------------
            DEFAULT STYLING
            -- SPACING
---------------------------------------------*/
.mymesra-default-padding-top-bottom-120{
    padding: 120px 0 !important;
}

.mymesra-default-padding-top-bottom-100{
    padding: 100px 0 !important;
}

.mymesra-default-padding-top-bottom-80{
    padding: 80px 0 !important;
}

.mymesra-default-padding-top-bottom-60{
    padding: 60px 0 !important;
}

.mymesra-default-padding-top-bottom-40{
    padding: 40px 0 !important;
}

.mymesra-default-padding-top-none{
    padding-top: 0 !important;
}

.mymesra-default-padding-bottom-none{
    padding-bottom: 0 !important;
}

/*---------------------------------------------
            Mesra Reward Temp Styling
---------------------------------------------*/
.rewards-section .hero-left-inner{
    padding-left: 125px;
}
.rewards-section .hero-title{
    text-shadow: none;
}
@media (max-width: 1440px) {
    .rewards-section .hero-left-inner{
        padding-left: 100px;
    }  
}
@media (max-width: 1024px) {
    .rewards-section .hero-left-inner{
        padding-left: 64px;
    }  
}
@media only screen and (max-width: 820px) {
    .rewards-section .hero-left-inner{
        padding-left: 33px;
        padding-right: 33px;
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .rewards-wrap {
        flex-direction: column;
    }
     .rewards-wrap .col-md-8{
        width: 100%;
    }
     .rewards-wrap .col-md-4{
        width: 100%;
    }
    .rewards-section .hero-left-inner{
        margin: 0 auto auto;
    }
}

/*Footer*/
.JgeneralFooterTopNaviLeft ul li a, .JgeneralFooterTopNaviLeft ul li span{
    padding: 0 !important;
}