/* ANIMATION */
@keyframes pulse{
    100%{
        opacity: 0;
        transform: 
            translate(-50%, -50%)
            scale(2.5);
    }
}

@keyframes animateAndPause {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20px); /* Adjust the distance and direction of the animation */
    }
  }
  
/* Add a delay for the pause */
@keyframes pause {
    0%, 100% {
      transform: translateX(0);
    }
}


/* APPLY TO ALL */
html{
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 5rem);
}

*{
    box-sizing: border-box;
}

@font-face {
    font-family: AvenirLight;
    src: url(AvenirLight.ttf);
}

@font-face {
    font-family: AvenirReg;
    src: url(AvenirRegular.ttf);
}

@font-face {
    font-family: georgiaReg;
    src: url(GeorgiaRegular.ttf);
}

body{
    font-family:AvenirLight;
}

#avenir{
    font-family:AvenirReg;
}

#georgia{
    font-family: georgiaReg!important;
}

#large_title{
     font-family: georgiaReg!important;
}

.btn{
    transition: transform 0.5s ease 0s;
}

.btn:hover{
    transform: translateY(-3px);
}

body{
    background-color: #ffffff!important;
    margin:0px;
}

.p-container{
    padding:30px 100px 30px 100px;
}

.why-container{
    padding:0px 30px 0px 30px;
    text-align: center;
}

.expand-box{
    margin:10px 0px 10px 0px;
    padding: 10px;
    position: relative;
    border:1px solid black;
    background-color: #fff;
    cursor: pointer;
}


.toggle-btn {
    height:20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-weight: bold;
}


.content{
    display: none;
    margin-top:10px;
}

.des-1{
    /* color: #343a40; */
    color:#fff;
}

.main-title{
    margin-bottom:10px;
}

.main-title-1{
    /* color: #000814; */
    color:#fff;
    font-weight: bold;
}

.main-title-1-au{
    color: #000814;
    /* color:#fff; */
    font-weight: bold;
}

.main-title-2{
    color: #000814;
    font-weight: bold;
    font-size: x-large;
}

.sub-title{
    margin-bottom:5px;
}

.sub-title-1{
    /* color: #000814; */
    color:#fff;
    font-weight: bold;
}

.sub-title-2{
    color: #000814;
    font-weight: bold;
}

.label-1{
    color:#fff;
    font-weight: bold;
}

.label-2{
    color:#fff;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 5px;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

/* HOME */
.c-item {
    height: 480px;
}
  
.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.his-item{
    width:100%;
    object-fit: cover;
}

.his-block{
    margin: auto;
}

.caption{
    margin-top:150px;
}


.back-top {
    position: absolute;
    top: 80%;
    right: 1%;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .back-top-img{
    width: 20px;
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  

/* SERVICES */
.s-img-arrow{
    width: 18px;
    object-fit: cover;
    animation: animateAndPause 2s infinite;
}

.s-img-arrow-career{
    width: 14px;
    object-fit: cover;
    animation: animateAndPause 2s infinite;
}

.s-img-arrow:after{
    animation: pause 1s;
}

.s-img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.s-container{
    border-radius: 20px;
    background-color: #023e7d;
    position:relative;
    height: 100%;
}

.s-container:hover{
    transform: translateY(-3px);
    box-shadow: 5px 6px 7px #032a78;
}

.explore-a{
    color:#9ac7f1;
}

.explore-a:hover{
    color:#00b4d8;
}

.bg-services{
    background: -webkit-linear-gradient(to bottom, #3285d8, #5499e0, #76adf0, #98c1f8, #baddff);
    background: linear-gradient(to bottom, #3285d8, #5499e0, #76adf0, #98c1f8, #baddff);    
}

.error{
    font-size: small;
    color: red;
}

/* HEADER */
.h-img-box{
    margin-left:75px;
}

.h-img{
    height: 75px;
}

.h-nav{
    display: none;
}

.h-title-page{
    padding-top: 3px;
    margin-left:200px;
}

.career-title-page{
    padding-top: 3px;
    margin-left:70px;
}

.h-large_title{
    padding-top:10px;
    padding-bottom:10px;
}

.header-bg{
    background-color: #fff; 
    box-shadow: rgba(0, 0, 0, 0.075) 0 1px;
    position:relative;
}

.navbar{
    color:#fff;
}

.header-item{
    color: black;
}

.header-item:hover{
    color:#1083a9!important;
}

.header-item.itemScrolled{
    color: #fff!important;
}

.header-item.itemScrolled:hover{
    color:#0693c2!important;
}

.scroll-header {
    transition: background-color 0.3s ease;
  }
  
.scroll-header.scrolled {
    background-color: #001c55 !important; /* Change background color to your desired color */
    /* Add any additional styling for the scrolled header */
}
  
.navbar-toggler{
    position:absolute; 
    top: 20px; 
    right:10px; 
    background-color:white;
}

/* FOOTER */
.f-img{
    height:75px;
}

.horizontal-line{
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom:3px solid #3380FF;
    width: 80%;
}

.f-a{
    text-decoration: none;
    color:#ffffffa8;
}

.f-a:hover{
    color:#a6e1fa;
}

.f-info{
    color:#ffffffa8;
}

.contents{
    margin-bottom:5px;
    color:#ffffffa8;
}

.f-bg{
    background-color: #001c55;
}

.f-container{
    position:relative;
    display: flex;
}

.f-left{
    margin-left:75px;
    margin-right:25px;
}

.f-right{
    width:75%;
    float:left;
}

.f-right-center{
    text-align: center;
}

/* ABOUT US */
.mission-box3{
    position: absolute;
    top:195px;
    width: 300px;
    background-color: white;
    padding: 10px;
    left:180px;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0.8;
}

.mission-box2{
    position: absolute;
    top:175px;
    width: 280px;
    background-color: white;
    padding: 10px;
    left:130px;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0.8;
}

.mission-box{
    position: absolute;
    top:190px;
    width: 300px;
    background-color: white;
    padding: 10px;
    left:110px;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0.8;
}

.mission-box3:hover, .mission-box2:hover, .mission-box:hover{
    transform: translateY(-3px);
    opacity: 1;
}

.about-us-container{
    background-color: rgb(243, 251, 250);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.asterisk-list{
    list-style-type: none;
    padding: 0; 
}
  
.asterisk-list li::before{
    content: "*"; 
    margin-right: 5px; 
}

/* PAPER BAG - LABEL PRINTING - FLEXIBLE PACKAGING*/
.pb-img{
    width: 100%;
    object-fit: cover;
}

.lp-img{
    width: 100%;
    object-fit: cover;
}

#option_img{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left:30px;
}

.option-img{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left:30px;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #494949;
    width:fit-content;
}
  
ul.topnav li {
    float: left;
    border-right: 1px solid black;
    border-collapse: collapse;
}
  
ul.topnav li a {
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}


ul.topnav li.right{
    float: right;
}

ul.topnav li.clicked:hover {
    color: #fc9e4f;
}

#opt1{
    color: #fc9e4f;
}

.options{
    cursor: pointer;
    color:#fff;
}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li{
    float: none;
}
}

/* CONTACT FORM */
textarea{
    resize: both;
    max-width: 500px;
    max-height: 200px;
    min-width: 80px;
    min-height: 80px;
}

.form-input{
    padding: 8px;
    margin-top:5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px dashed #dee2e6;
    overflow-x: scroll;
}

.form-input:hover{
    box-shadow: 1px 2px 3px lightgray; 
}

.form-input:focus{
    box-shadow: 5px 6px 7px black;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    margin-bottom:0px;
}
  
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
  
.select-selected {
    background-color: white;
    padding: 8px;
    margin-top:5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
  
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: black transparent transparent transparent;
}
  
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent black transparent;
    top: 14px;
}
  
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: black;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
  
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
  
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
  
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.grid-1-row{
    display: flex;
    flex-wrap: wrap;
}

.map-iframe{
    width: 100%;
    height:500px;
    object-fit: cover;
}

.contact-fieldset{
    padding:20px;
    border: 5px solid black;
}

.us-a{
    color:#fff!important;
}

.us-a:hover{
    color:#00b4d8!important;
}

.us-a-box:hover{
    transform: translateY(-3px);
}

/* OUR LOCATIONS */
.map-box{
    height: 100%;
    object-fit: cover;
}

/* HISTORY */
.his-img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.his-container{
    border:1px dashed #ced4da;
    border-radius: 200px;
    padding: 50px;
}

.his-year{
    font-size: large;
}

.his-bg {
    position: relative;
    background-image: url("../hexachas-manage/image/bg-img2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
  
.h-find{
    text-decoration: none;
    color:grey;
}

.h-find:hover{
    color:blue;
}

/* SUSTAINABILITY */
.sus-target img{
    width: 100%;  
    object-fit: cover;  
}

.sus-stra-container{
    padding: 50px 300px;
}

.x-img{
    cursor: pointer;
}

/* MAPS */
.maps-left-col{
    overflow: scroll;
    height: 450px;
}

.location-title{
    font-weight: bold;
}

.location-title-2{
    font-weight: 600;
}

.work-time{
    margin-left:20px;
}

.location-contact-img{
    width:20px;
    margin-right:5px;
    background-color: white;
    border-radius: 30%;
}

/* LABELS */
.menu-img-box{
    border-radius: 30px;
    cursor: pointer;
    background-color: #ced4da;
}

.menu-img-box:hover{
    background-color: #555;
}

.dropdown-menu2 {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    margin: 0;
    top: 100%;
    left: 0;
}
  
.dropdown-menu2 li {
    padding: 5px 0;
}
  
.dropdown-menu2 .divider {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #ccc;
}



/* MARKET */
.market-bg{
    padding: 10px 50px;
}

.world-map{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.world-map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.market-title{
    text-align: left;
    padding: 10px 70px 10px 70px;
    background-color: #0077b6;
    width: fit-content;
    color: white;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 80% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 80% 100%, 0px 100%);
}

.pin{
    background-color: #4362f8;
    position:absolute;
    width: 0.7em;
    height:0.7em;
    border-radius: 50%;
}

.pin::before{
    content: '';
    background-color: #4362f8;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 1.3s ease-in-out infinite;
}

.pin span{
    visibility: hidden;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top:50%;
    transform: translateY(-50%);
    background-color: #03045e;
    color:#fff;
    border-radius:  3em;
    padding: 0.3em 0.6em;
    z-index: 1000;
}

.pin:hover span {
    visibility: visible;
}

.usa{
    top:25%;
    left:23%;
}

.canada{
    top:15%;
    left:25%;
}

.europe{
    top:20%;
    left:53%;
}

.ghana{
    top:52%;
    left:48.7%;
}

.vietnam{
    top:48%;
    left:79.5%;
}

.thailand{
    top:46%;
    left:77.5%;
}

.sriLanka{
    top:52%;
    left:71.8%;
}

.mly{
    top:55%;
    left:81%;
}

.sg{
    top:56%;
    left:78%;
}

.indo{
    top:58%;
    left:81%;
}

.philip{
    top:49%;
    left:84%;
}

.aus{
    top:75%;
    left:84%;
}

.new{
    top:90%;
    left:93%;
}



/* CAREER */
.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent); /* Adjust the colors and direction as needed */
}

.career-banner-left{
    padding: 70px;
    z-index:10;
}

.career-banner-left-des{
    font-size:20px;
}

/* Style 7
----------------------------- */
.seven h1 {
    text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;
    
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}
    
.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color:#f8f8f8;
}

.expand-career-box{
    padding:10px;
    border-bottom: 1px solid #d5d8dc;
    width:100%;
}

.expand-career-box:hover span{
    color:#a6e1fa;
    cursor: pointer;
}

.expand-career-box:hover{
    cursor: pointer;
}

.expand-career-box span{
    font-size:18px;
}

.change-career-color{
    color:#a6e1fa;
}

.expand-career-box-content{
    margin-top:10px;
}

.expand-career-box-content:hover{
    cursor: default;
}

.career-cat-title{
    text-align:center; 
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.15)!important;
}

.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
    /* height: 200px; */
	min-width: 200px;
	max-width: 230px;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	font-family: 'helvetica', san-serif;
	min-height: 25vh;
	background: #262a2b;
	border: 1px solid #252727;
	text-align: left;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #b7b7b7;
	margin-bottom: 5px;
}
.tilesWrap li p {
	font-size: 16px;
	line-height: 18px;
	color: #b7b7b7;
	margin-top: 5px;
}

.tilesWrap li button:hover {
	color: #262a2b;
}

.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
    color:#ffffff4f;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}

.tilesWrap li:before {
	background: #C9FFBF;
    background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
    background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}

.career-value-text{
    margin: auto;
    margin-left:0px!important;
    margin-right:0px!important;
    padding:10px;
    background-color: #EAD4C2;
}

.career-box{
    border-radius: 15%;
}

.career-img-container{
    padding:0px!important;
    flex:20%; 
    background-size: cover;
    border-top-left-radius: 15%;
    border-bottom-left-radius: 15%;
}

.career-container{
    text-align: justify;
    align-items: center;
    justify-content: center;
    margin:auto;
    padding:50px 100px;
}

.round-long-border {
    position: relative;
    width: 70%; /* Adjust the width for the round long border */
    height: auto; /* Auto height to accommodate the content */
    border-radius: 60px;
    background-color: #EAD4C2;
    background-size: 40% 100%; /* Adjust the background size to cover only 1/3 of the left side */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    justify-content: flex-end; /* Align text to the right side */
    align-items: center;
}

.text-career {
    text-align: justify; /* Justify text */
    color: black; /* Text color */
    padding: 40px; /* Increase padding to create more space between text and border */
    width: 100%; /* Adjust the width of the text container */
    box-sizing: border-box; /* Include padding in the width */
}

.title-career {
    font-size: 20px; /* Smaller title font size */
    font-weight: bold; /* Bold font for the title */
    padding: 5px; /* Add padding to the title */
}

.career-read-more{
    font-size:12px!important;
    margin-left:10px;
}

.career-read-more-a{
    text-decoration: none;
}

.career-read-more-a:hover{
    color:rgb(2, 47, 95);
}

.content-career {
    font-size: 16px; /* Smaller content font size */
    padding: 5px; /* Add padding to the content */
}




/* GALLERY */
/* Import Google font - Poppins */
.bg-gallery{
    /* background-color: #555; */
    padding: 50px;
}

.wrapper{
    display: flex;
    justify-content: center;
    position: relative;
}

.wrapper i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #e1e1e1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active{
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover{
    background: #aeaeae;
}

.wrapper i:first-child{
    left: -22px;
    display: none;
}

.wrapper i:last-child{
    right: -22px;
}

.wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img{
    pointer-events: none;
}

.carousel img{
    /* height: 400px; */
    width: 100%;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
}

.carousel img:first-child{
    margin-left: 0px;
}
  
/* FLEXIBLE PACKAGING & LABELS PRINTING IMG FRAME */
/* First the Grid */
.gallery-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
    margin: 0;
    padding: 0;
}
  
/* The Picture Frame */
.gallery-frame {
    padding: .5rem;
    font-size: 1.2rem;
    text-align: center;
    background-color: #023047;
    color: #d9d9d9;
}
  
/* The Images */
.gallery-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.25s ease-in-out;
    border-radius: 10%;
}

.c-flexible-packaging-slideimg:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
    opacity:0.9!important;
}
  

.gallery-img:hover {
    opacity: .7;
}

.carousel-control-prev-icon{
    background-image: url("../hexachas-manage/image/forward.png")!important;
    transform: rotate(180deg);
}

.carousel-control-next-icon{
    background-image: url("../hexachas-manage/image/forward.png")!important;
}

.usel-indicators{
    position: relative!important;
    margin-bottom: 0px!important;
}

.flexible-packaging-slideimg{
    width: 100%;
    border-radius: 10%;
    border: 1px solid #f0efeb;
}

.career-bg{
    background-color: #aeaeae;
}

@media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }
}
  
@media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
    }

    .about-us-company-img{
        width:300px!important;
    }

    .mission-box{
        top:58%;
        left:13%;
    }

    .mission-box2{
        top:41%;
        left:13%;
    }

    .mission-box3{
        top:38%;
        left:13%;
    }

    #option_img{
        margin-left:5px;
    }

    .pin{
        width: 5px;
        height:5px;
    }

    .pin .us-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .cnd-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .euro-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .ghana-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .sri-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .viet-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .thai-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .sing-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .aus-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .new-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -120px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .phi-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .indo-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .mly-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .chosen-map{
        margin-top:10px;
    }

    .market-bg{
        padding:0px;
        margin-top:20px;
    }

    .option-img{
        margin-left:10px;
    }

    .tm-bg-circle-white{
        margin-bottom:20px;
    }

    .c-img{
        height:450px;
        width: 100%;
    }

    .caption{
        margin-top:0px;
    }

}

@media screen and (max-width: 1500px) {
    .pin{
        width: 8px;
        height:8px;
    }

    .pin .us-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .cnd-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .euro-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .ghana-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 10px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .sri-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .viet-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .thai-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .sing-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .aus-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:10%;
        padding: 0.3em 0.6em;
    }

    .pin .new-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -120px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .phi-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .indo-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -100px;
        top:50%;
        padding: 0.3em 0.6em;
    }

    .pin .mly-span{
        visibility: hidden;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: -90px;
        top:50%;
        padding: 0.3em 0.6em;
    }
}

/* MEDIA */
@media (max-width: 992px) {
    .h-img-box{
      margin-left: 0;
    }

    .f-container{
        margin-left: 0;
    }
    
    .sus-stra-container{
        padding:10px 20px;
    }
    
    .h-title-page{
        margin-left:10px;
    }

    .f-container{
        margin-left:10px;
    }

    .f-left{
        margin-left:10px;
        margin-top:10px;
    }

    .career-container{
        padding:10px;
    }

    .career-value-text{
        padding:10px;
    }

    .career-img-container{
        height:300px;
        border-radius:15%;
    }
}

@media (max-width: 530px) {
    .p-container{
        padding:30px;
    }

    #message, #contact, #service, #email, #name{
        max-width: 300px;
    }

    .why-container{
        padding:0px;
    }
    
    .market-title{
        padding:5px 20px 5px 5px;
    }

    .back-top{
        top:95%;
    }

    .f-container{
        display: inline-block;
    }

    .f-right{
        width: 50%;
    }
    
    #title_page{
        margin-left:10px!important;
    }
}

/* SUSTAINABILITY */
/* CARD FLIP */
.sus-prac-img{
    width: 100%;
    object-fit: cover;
}

.card-container {
    perspective: 1000px;
}

.card {
    width: 300px;
    height: 150px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    border:none;
    margin:10px;
}

.card-front {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: grid;
    grid-template-columns: 150px auto;
    justify-content: center;
    align-items: center;
    border-radius: var(--bs-border-radius);
    background-color: #3498db;
    padding: 10px;
}

.card-back {
    background-color: #0095bf;
    transform: rotateX(-180deg);
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    justify-content: center;
    align-items: center;
    border-radius: var(--bs-border-radius);
    padding:5px;
}

.card-back p{
    color:#fff;
}

.prac-box{
    width:80%;
}

.sus-prac-des{
    color:#fff;
    font-weight: 500;
}

/* CONSUMER PAKCAGING */
.consumer-title{
    text-align: left;
    padding: 10px 70px 10px 70px;
    background-color: #0077b6;
    width: fit-content;
    color: white;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 90% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 90% 100%, 0px 100%);
}

.consumer-bg{
    position: relative;
}

.consumer-pack-item:hover{
    transform: translateY(-3px);
    box-shadow: 3px 4px 5px grey;
}

.consumerpack-title {
    width:50%;
    margin:auto;
}

.consumer-bag-container{
    display:flex;
}

/* FAQ */
.section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.faq_area {
    position: relative;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
}

.faq-accordian .faq-card {
    position: relative;
    margin-bottom: 1.5rem;
}
.faq-accordian .faq-card:last-child {
    margin-bottom: 0;
}

.faq-accordian .faq-card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}

.faq-accordian .faq-card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-accordian .faq-card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .faq-card .card-header h6.collapsed {
    color: #070a57;
}

.faq-accordian .faq-card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-accordian .faq-card .card-body {
    padding: 1.75rem 2rem;
}

.faq-accordian .faq-card .card-body p:last-child {
    margin-bottom: 0;
}

.card-body{
    background-color: white;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
    
    .f-wid-full{
        width:100%!important;
    }
    
    .f-right-left{
        text-align:left;
        margin-left:35px;
    }
    
    .consumer-pack-item{
        width:300px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}