@media screen and (max-width: 767px) {
	
	.nav-main {
        padding: 15px 15px;
    }
	 .megamenumobile {
        position: fixed;
        top: -150%;
        /* top: 0vh; */
        left: 0;
        background: white;
        width: 100%;
        /* height: 70vh; */
        /* height: auto; */
        /* min-height: 100vh; */
        z-index: 899;
        transition: all .5s ease-out;
        padding-top: 75px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: none;
        overflow-y: auto;
        overflow-y: auto;
    }
	.megamenumobile.active {
        top: 0vh;
    }
	.togglebutton {
        color: #22b2a8;
        font-size: 28px;
        background: none;
        width: 45px;
        max-width: 45px;
        max-height: 45px;
        height: 45px;
        border-radius: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        -webkit-transition: background-color .15s linear;
        -ms-transition: background-color .15s linear;
        transition: background-color .15s linear;
        padding: 0;
		        border: 0;
    }
	.togglebutton.togglemenu {
        background: #fff;
    }
	.togglebutton.togglemenu span::before {
        content: "\f479";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
	.togglebutton.togglemenu.active span::before {
        content: "\f659";
    }
	.brand img {
		width: auto;
        height: 45px;
}
.list-nav-main {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    background: #fff;
    border-radius: 0;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: flex-end;
            padding: 20px 0;
}
.list-nav-main a {
    color: #313131;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 11px 25px;
    display: block;
}
.list-nav-main .dropdown-menu {
    padding: 5px 0 0;
    margin: 0;
    font-size: inherit;
    color: inherit;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    position: relative !important;
    width: 100%;
}
    .item-main-menu {
        display: block;
        border-bottom: 0px solid #e5e5e5;
        font-size: 16px;
        padding: 16px 0;
        font-weight: 500;
        line-height: 1;
        transition: all .25s ease;
        width: 100%;
        text-align: left;
        background: none;
        position: relative;
        color: #313131;
    }
	.megamenumobile .accordion-body {
        /* background-color: #f2f2f2; */
        background-color: #fff;
        border-radius: 0px 0px;
        padding: 0;
        transform: translateY(1px);
    }
body {
    font-size: 16px;
}	
.section-top {
    margin-top: 75px;
}
.section-info,
.order-lg-1 .section-info {
    padding-left: 0;
    padding-right: 0;
	text-align: left;
	margin-bottom: 30px;
}
.container{
	padding-left: 20px;
	padding-right: 20px;
}
label {
    font-size: 16px;
}
.h2, h2 {
    font-size: 38px;
    letter-spacing: 2px;
}
.section-100vh,
.section-90vh {
    min-height: 700px;
    height: auto !important;
}
.vertical-align-middle{
    flex-direction: column;
}
.section-100vh.mobile-height-auto, 
.section-90vh.mobile-height-auto{
	 min-height: unset;
}
.info-why {
    padding-right: 0;
}
.box-why{
	background: #fff;
	margin: 0 0;
	font-size: 16px;
	height: 300px;
}
.overlay-why {
    font-size: 15px;
}
.slickmobile.row-why .slick-list {
	padding-right: 40vw;
}
.top-why {
    height: 50%;
}
.img-bghome {
    position: fixed;
    right: -10%;
    top: 14%;
    z-index: -1;
    width: 75vw;
    animation: moving 15s infinite linear;
}
.wrapper-why {
    padding: 0 0px;
    margin-bottom: 0;
}
.section-img{
	padding-bottom: 30px;
}

.bottom-why h3, 
.overlay-why h3 {

    font-size: 18px;
}
.button-default {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 13px 22px;
}
.section-partner {
    height: auto;
}
.section-blue {
    height: auto;
}
.section-brand, .section-brand .row{
	height: auto;
}
.wrapper-logo-partner {
    padding: 15px 0px;
}
.wrapper-follow {
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin-top: 29px;
}
.list-social {
    justify-content: center;
	column-gap: 10px;
	        margin-top: 10px;
}
.list-social img{
	width: 45px;
}
.footermenu {
    font-size: 16px;
}
.copyright {
    text-align: center;
    letter-spacing: 0.7px;
    padding: 10px 0;
}
.list-pnc a {
    padding: 10px 13px;
}
.list-pnc {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.slidercontainer {
    width: 100%;
    left: 0;
	    margin-bottom: 50px;
}
.slidercontainer {
    position: relative;
    top: 0%;
    height: auto;
    transform: none;
}
.slider-half .slider-item img {
    width: 100%;
    /* height: 100%; */
    height: 300px;
    object-fit: cover;
    margin-right: 0;
    margin-left: 0;
}
.fromleft .slider-item img {
    margin-right: 0px;
    margin-left: 0px;
}
.slickarrows {
    width: 100%;
}
.slidercontainer.fromleft {
    width: 100%;
    left: 0%;
}
.list-faq > li {
    max-width: 100%;
    flex: 0 0 auto;
    width: 100%;
}
.box-faq h3 {
    font-size: 16px;
    height: auto;
}
.bg-video {
    background-size: 209vw;
    background-position-y: bottom;
}
.section-video{
    height: 350px;
}
.section-video img.img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box-corporate-governance {
    position: relative;
    height: 264px;
    margin: 0 0px 20px;
}
.wrapper-box-corporate-governance {
    padding: 0 0px;
}

.img-bg-whoweare {
    /* top: 70%; */
    /* width: 300px; */
	        /* top: 70%; */
        width: 100vw;
}
.img-bg-brochure {
    position: fixed;
    left: -20%;
    top: 0;
    width: 145vw;
}
.imgmapbm {
    transform: translateY(-30px);
}
.row.slider-full {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
}
.slickmobile.row{
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
}
.slickmobile .slick-list{
    padding-right: 84px;
}
.slickmobile.slickesg .slick-list {
	padding-right: 160px;
}
.slickmobile.slickesg .slick-slide {
	margin-right: 13px;
}
.slickmobile .slick-track,
.slider-half .slick-track{
	    display: flex;
}
.slider-half .slider-item {
	height: inherit !important;
}
.slickmobile  .slick-slide{
	 margin-right: 20px;
	  height: inherit !important;
}
.slickmobile  .slick-slide.padding-x-3,
.slickmobile  .slick-slide.padding-x-5{
    padding: 0 0px;
}
.box-sustainability {
    position: relative;
    height: auto;
    margin: 0 0px;
    overflow: hidden;
	height: 100%;
}
.box-sustainability-overlay--before{
	display: none;
}
.box-sustainability-overlay--after {
    position: relative;
    padding: 25px 20px 15px;
    height: auto;
    opacity: 1;
	height: 100%;
	top: 0;
}
.box-sustainability img.img-sustainability {
    height: 250px;
}
.img-pills{
	width: 100%;
}
.img-percent{
    width: 100%;
}
.slick-slide .rev_slide_wrapper img {
    display: block;
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.rev_slide_overlay {
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 16px 21px;
    line-height: 110%;
    font-weight: 400;
    width: 100%;
}
.nav-pills-custom {
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 10px;
	/* -webkit-mask-size: 100% 54px; */
	/* -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(1, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 1))); */
}
.nav-pills-custom li{
flex: 0 0 auto;
        width: auto;
        display: inline-flex;
        margin: 0;
}
.wrapper-nav-pills{
	overflow-x: auto;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
}
.normaldots .slick-prev {
    left: -18px;
}
.normaldots .slick-next {
    right: -18px;
}
.normaldots .slider-item {
    padding: 0 15px;
}
.box-str{
    font-size: 14px;
    line-height: 1.1;
}
.box-str .img-fluid {
    max-width: 35px;
    height: auto;
}
.img-bg-ourvision {
    /* position: absolute; */
   	right: -27%;
	top: 5%;

    z-index: -1;
    /* width: 280px; */
    width: 97vw;
    animation: movingourvision 15s infinite linear;
}
.img-bg-effort {
    /* position: absolute; */
	right: -27%;
	top: 5%;
    z-index: -1;
    width: 97vw;
    animation: movingwhoweare 15s infinite linear;
}
.img-map_contact_us {
    width: 100%;
}
.box-invest {
padding: 30px 20px 20px;
    font-size: 16px;
}
.box-invest h3,
.hero h3 {
    font-size: 18px;
}
.h1, h1 {
    font-size: 60px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 84%;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.hero {
    width: 90%;
}
.img-bg-ourstory {

    z-index: -1;
    width: 100vw;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.bg-blur-half{
	display: none !Important;
}
.img-bg-cd {
    position: fixed;
    right: -23%;
    top: 10%;
    z-index: -1;
    width: 100vw;
    animation: movingwhoweare 15s infinite linear;
    opacity: .1;
}
.section-map {
    height: 100%;
    width: 100%;
    min-height: 300px;
}
/* END	 */
}
