.JindexHomeRotator,
.JindexHomeRotator > section,
.JindexHomeRotator > section > div.splide__track {
	width: 100%;
	height: 100%;
}

.JindexHomeRotator > section > div.splide__track {
  position: relative;
  z-index: 3;
}

.JindexHomeRotator .splide__list > li {
/*	height: 100%;*/
/*    padding-bottom: 100%;*/
}

.JindexHomeRotator {
	position: relative;
	z-index: 1;
}

.JindexHomeRotatorList {
	position: relative;
	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%;*/
    height: 100vh;
}

.JindexHomeRotatorNavi {
  position: relative;
  z-index: 9;
}

.JindexHomeRotator .JindexImgContent {
	z-index: 3;
	position: absolute;
	    bottom: 130px !important;
	    max-width: 900px;
}

.JindexHomeRotator .JindexImgContent h1 {
	font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
    position: relative;
    opacity: 0;
    left: 50px;
}

.JindexHomeRotator .JindexImgContent p {
	font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans',sans-serif;
    font-weight: 300;
    position: relative;
    opacity: 0;
    left: 50px;
    margin-top: 15px;
}

.JindexHomeRotator .JindexImgContent a {
	margin-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.JindexHomeRotator .JindexImgContent a i {
    width: 32px;
    height: 32px;
    background: url(https://www.petronas.com/themes/custom/petronas/images/read-more.svg) center no-repeat;
}

.JindexHomeRotator .JindexImgContent a p {
    margin-left: 0.625rem;
    color: #fff;
    font-family: "Museo Sans",sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 0px;
}

.JindexHomeRotator .JindexRow3SplideNaviInner {
	/*right: auto;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);*/
    bottom: 68px;
    width: 35.70%;
    right: 9%;
    z-index: 99;
}

.JindexHomeRotator .JindexRow3SplideNaviInner .splide__pagination__page.is-active {
	background: #fff;
    border-color: #fff;
}

.JindexHomeRotator .JindexRow3SplideNaviInner .splide__arrows .splide__arrow {
    border-color: #fff;
}

.JindexHomeRotator .JindexRow3SplideNaviInner .splide__arrows .splide__arrow svg {
    fill: #fff;
}

.JindexImg03 {
	z-index: 0;
}

.JindexImg04Inner  .JindexImg04InnerW {
    z-index: 1;
}

.JindexImg04Inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -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%);
}

.JindexImg04Inner > .splide__track {
    position: relative;
    z-index: 3;
}

.JindexHomeRotator .splide__list {
    height: 100vh;
}

.JindexImg04Content2 {
    opacity: 1 !important;
    visibility: visible !important;
}

.JindexImg04Content2 p:last-child {
      opacity: 1 !important;  
      visibility: visible !important;
}

.JindexRow4Container2 {
/*    padding-bottom: auto;*/

}

.JindexRow4Container2 .splide__slide {
        padding-bottom: 41.85%;
}

.JindexRow4Container2 .splide__slide__container {
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.JindexRow4Container2 .splide__video__wrapper {
/*    background-color: transparent !important;*/
}

#primary-slider .splide__track  {
    height: 100%;
}

.JindexVideo .JindexRow3SplideNaviInner {
    bottom: 68px;
}

.JindexVideo .JindexRow3SplideNaviInner .splide__arrows .splide__arrow {
    border-color: #fff;
}

.JindexVideo .JindexRow3SplideNaviInner .splide__arrows .splide__arrow svg {
    fill: #fff;
}

.JindexVideo .JindexRow3SplideNaviInner .splide__pagination__page {
    border-color: #fff;
}

.JindexVideo .JindexRow3SplideNaviInner .splide__pagination__page.is-active {
    border-color: #fff;
    background: #fff;
}

.JportraitIcon {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00A19C;
    z-index: 1000000;
    top: 0px;
    left: 0px;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
}

.JportraitIcon svg path {
    fill: #fff;
    stroke: #fff;
}

.JportraitIcon svg path.st4 {
    fill: #763F98 !important;
    stroke: transparent !important;
}

.rotate-arrow {
    transform-origin: center center;
    -webkit-animation: spin-data-v-422f02ef 3s ease infinite;
    animation: spin-data-v-422f02ef 3s ease infinite;
}

@keyframes spin-data-v-422f02ef {
  0%   {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}





/*@media only screen and (max-width: 1180px) {*/
/*@media only screen and (max-width: 1194px) {*/
@media only screen and (max-width: 1024px) {

.JindexHomeRotatorM,
.JindexHomeRotatorM > section,
.JindexHomeRotatorM > section > div  {
	width: 100%;
	height: 100%;
}

.JindexHomeRotatorM .JindexImgContent {
	position: absolute;
	max-width: 100%;
	width: calc(100% - 100px);
    bottom: 140px !important;
    left: 50px !important;
}

.JindexHomeRotatorM h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    max-width: 700px;
    margin-top: 18px;
        opacity: 0;
    left: 50px;
    position: relative;
}

.JindexHomeRotatorM p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Museo Sans',sans-serif;
    font-weight: 300;
        margin-top: 15px;
}

.JindexHomeRotatorM .JindexImgContent a {
	margin-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.JindexHomeRotatorM .JindexImgContent a i {
    width: 32px;
    height: 32px;
    background: url(https://www.petronas.com/themes/custom/petronas/images/read-more.svg) center no-repeat;
}

.JindexHomeRotatorM .JindexImgContent a p {
    margin-left: 0.625rem;
    color: #fff;
    font-family: "Museo Sans",sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 0px;
}

.JindexHomeRotatorM .JindexRow3SplideNaviInner {
    right: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
    bottom: 50px;
}

.JindexRow1ScrollDown {
    animation: example2 0.75s ease-in-out infinite alternate;
    /*animation-name: example;
    animation-duration: 1s;
    animation-timing-function: ease;*/
}

@keyframes example2 {
  0%   {bottom: -45px;}
  100% {bottom: -35px}
}

.JindexVideoM {
    padding-bottom: 56.25%;
        position: relative;
}

.JindexVideoM .JindexVideoInner {
    position: absolute;
        width: 100%;
}

.JindexVideoM .JindexVideoInner,
.JindexVideoM .splide__track,
.JindexVideoM .splide__slide__container--has-video {
    height: 100%;
}

.JindexVideoM .JindexRow4Content {
    bottom: 75px;
    width: calc(100% - 100px);
    left: 50px;
}

.JindexVideoM .JindexRow3SplideNaviInner {
    bottom: 68px;
}

.JindexVideoM .JindexRow3SplideNaviInner .splide__arrows .splide__arrow {
    border-color: #fff;
}

.JindexVideoM .JindexRow3SplideNaviInner .splide__arrows .splide__arrow svg {
    fill: #fff;
}

.JindexVideoM .JindexRow3SplideNaviInner .splide__pagination__page {
    border-color: #fff;
}

.JindexVideoM .JindexRow3SplideNaviInner .splide__pagination__page.is-active {
    background: #fff;
    border-color: #fff;
}

.JindexHomeRotator .splide__list,
.JindexHomeRotator .splide__list li {
    height: 100%;
}

.JindexHomeRotatorList {
    height: 100%;
}

.sliderImageRotator2M.JindexImg04Inner {
    position: relative;
}

}


@media only screen and (max-width: 820px) {

.JindexHomeRotator .JindexRow3SplideNaviInner {
    position: absolute;
    bottom: 48px;
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.JindexHomeRotator .JindexRow3InnerM {
    bottom: 138px;
}

.JindexVideoM .JindexRow3SplideNaviInner .splide__pagination {
    bottom: 48px;
}

.JindexVideoM .JindexRow4Content {
    bottom: 112px;
    width: calc(100% - 56px);
    left: 28px;
}

.JindexVideoM .JindexRow4Content h2 {
    font-size: 30px;
    line-height: 35px;
}

.JindexVideoM .JindexRow4ContentInner {
    display: block;
}

.JindexVideoM .JindexRow4ContentList:nth-child(2) {
    margin-top: 20px;
}

.JindexVideoM .splide__video__wrapper iframe {
    width: 260% !important;
    left: -130%;
    position: relative;
}

.JindexVideoM {
    padding-bottom: 0px;
    height: 100%;
}

/*.JindexHomeRotator .splide__list,
.JindexHomeRotator .splide__list li {
    height: 100%;
}

.JindexHomeRotatorList {
    height: 100%;
}*/

}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    .JportraitIcon {
        display: flex;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .JportraitIcon {
        display: flex;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .JportraitIcon {
        display: flex;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .JportraitIcon {
        display: flex;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .JportraitIcon {
        display: flex;
    }
}


/*@media screen and (max-device-width: 893px)
and (orientation: landscape) {
    .JportraitIcon {
        display: flex;
    }
}*/

