* {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
     font-size: 15px;
}

html:lang(ar){
    direction: rtl;
}

html:lang(ar) footer .half-circle {
    right: -25%;
    left: 0;
}

html, body {
    width: 100% !important;
    height: auto;
   overflow-x: hidden !important;
   margin: 0 !important;
}

body {
    padding-top: 100px !important;
    min-height: 100vh;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

a, a:hover {
    text-decoration: none !important;
}

a{
    color: #404040 !important;
    cursor: pointer !important;
}

a:hover, a:focus{
    color: #0D6528 !important;
    outline: none !important;
    border: none !important;
}
p {
    line-height: 24px;
}
ul li {
    list-style: none !important;
}

h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0 !important;
    margin-block-end:  0 !important;
    margin-inline-start:  0 !important;
    margin-inline-end:  0 !important;
}
.fr {
    float: right !important;
}

section {
    padding: 100px 0;
}

.sp {
    display: none;
}
.color-gradient {
    background: rgb(13,101,40);
    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);
}

nav .container #logo img{
    width: 76px;
    height: auto;
}

nav {
    width: 100%;
    position: relative;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
    z-index: 998;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

nav .container::after, nav .container::before {
    content: none;
}

nav .container ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

nav .container ul li {
    padding: 0 15px;
    position: relative;
    
}


nav .btn-primary {
    padding: 0 !important;
    border: none;
    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);
    color: #ffffff;
}
nav .btn-primary a {
    color: #ffffff !important;
    padding: 12px 24px !important;
    display: block;
    position: relative;
    z-index: 2;
}
nav .container ul li.active a {
    font-weight: 500;
    color: #0D6528 !important;
}

nav .container ul > li.active:nth-last-child(1) a {
    color: #ffffff !important;
}

nav .container ul li.dropdown.active a {
    font-weight: normal;
    color: #404040 !important;
}

/*nav::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    background: rgb(13,101,40);*/
/*    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);*/
/*}*/

.nav-top-small {
    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);
    
}

.nav-top-small ul li {
    border-right: 1px solid #dddddd;
}

.nav-top-small ul li:last-child {
    border: none;
}

.nav-top-small .container {
    padding: 5px 15px;
}

.nav-top-small a {
    color: #ffffff !important;
    font-size: 14px !important;
}

.nav-top-small i {
    font-size: 14px;
}

.btn-primary {
    font-family: 'Poppins', sans-serif;
    border-radius: 50em;
    padding: 12px 20px;
    border: none;
    font-weight: 400;
    color: #0D6528;
}
.btn-outline {
    background-color: transparent;
    border-radius: 100px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.btn-outline:hover {
    color: #ffffff;
    background-position: left bottom;
}

.btn-outline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
       background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
       transition: all 0.5s ease;
       z-index: 1;
       /* content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px; 
    padding: 1px; 
    background:var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
          mask-composite: exclude;  */
}

.btn-outline:before {
       content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px; 
    padding: 1.5px; 
    background:var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.btn-outline:hover:after {
    width: 100%;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-outline span {
    position: relative;
    z-index: 2;
}
.btn-video {
    background: none;
    color: #ffffff;
    padding: 0;
}
.btn-video i {
    background: #ffffff;
    color: #0D6528;
    padding: 12px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.btn-video i:before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-video a {
    color: #ffffff !important;
}

nav .container ul.dropdown-menu {
    display: none;
}

a[data-toggle="dropdown"] {
    pointer-events: none;
    cursor: pointer !important;
}

.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
     font-weight: 900;
     color: #505050;
     position: relative;
     top: 1px;
     font-size: 13px;
}

#menu-pc {
    position: relative;
    z-index: 999;
}

/* #menu-menu-navbar .dropdown-menu  {
   display: block !important;
} */

#myScrollspy {
    top: 0;
}

.navbar-sticky {
       background-color: #ffffff;
            position: fixed;
            width: 100%;
            top: 0;
            transition: top 0.3s;
}


#menu-menu-navbar .dropdown-menu a  {
    display:block;
}

#menu-menu-navbar .dropdown-menu a > span {
    display: flex;
    align-items: center;
}

#menu-menu-navbar .dropdown-menu > li {
    width: 100%;
}

#menu-menu-navbar .dropdown-menu > li a{
    color: #000000 !important;
    font-weight: 400;
}

#menu-menu-navbar .dropdown-menu > li .current-lan a {
    color: #0D6528 !important;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
   /* background: linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%); */
    z-index: 9999;
    overflow-y: hidden;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .bounce {
            width: 100px;
            height: auto;
            position: relative;
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #0D6528 -6.25%, #CECD03 46.32%, #0D6528 100%);
     animation: overlay 1s ease-in-out; */
}

/*svg {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  margin: 20px;*/
/*  display: inline-block;*/
/*}*/

#overlay p {
    position: relative;
    z-index: 9999;
    max-width: 120px;
    height: auto;
}


@keyframes overlay {
  0%   { width: 0; }
  100% { width: 100%; }
}

.dropdown-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    background: #fff;
    top: 47px;
    right: 0;
    border-radius: 10px;
    padding: 10px 15px;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
}

nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
}

nav .container .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
}

nav .container .dropdown-menu li:last-child {
    border: none;
}

nav .container .dropdown-menu li span {
    margin-right: 5px;
}

nav .container .dropdown-menu li a {
    padding: 6px 50px 6px 0;
    display: block;
}

#slider {
    background: #f5f5f5;
    padding: 0;
    margin: 0;
    /*height: 75vh;*/
    height: calc(100vh - 76px);
    /*max-height: 700px;*/
    overflow: hidden;
    border-radius: 0px 0px 200px 0px;
    position: relative;
}

#slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#slider button.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: repeat;
}

#slider button.slick-arrow.slick-next {
    transform: rotate(-180deg);
}

#slider .slick-prev:before, #slider .slick-next:before {
    content: '' !important;
}

#slider button.slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 50%;
}

#slider button.slick-next {
    right: 30px;
}

#slider button.slick-prev {
    left: 30px;
}

#slider .slick-item {
    background-size: 100%;
}


#slider .slider-item:before {
    content: '<';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*max-height: 700px;*/
    opacity: 0.8;
    background: linear-gradient(90deg, #0D6528 23.44%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
    color: #0D6528;
}

#slider .slider-item {
    position: relative;
    /*height: 75vh;*/
    height: calc(100vh - 76px);
    /*max-height: 700px;*/
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


#slider .slider-item .slider-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    z-index: 2;
    max-width: 600px;
}

#slider .slider-item .slider-content h1 {
    color: #ffffff;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 6rem;
}

#slider .slider-item .slider-content div{
   margin: 30px 0
}

#slider .slider-item .slider-content div button:nth-child(1) {
    margin-right: 30px;
}

#slider .slider-item .container {
    display: flex;
    justify-content: left;
    align-items: left;
    position: relative;
    height: 100%;
}
#slider .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
object-fit: cover; 
overflow: hidden;
}

#slider .slider-image img {
    width: 100%;
    height: 100%;
         transform: scale(1.2);
     transition: 3s all ease-in-out;
     transform-origin: center center;
     object-fit: cover;
}

#slider .slick-current .slider-image img{
    transform: scale(1);
    transform-origin: center center;
}


#slider .slick-dots {
    bottom: 30px;
}

#slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 60px;
    content: '•';
    text-align: center;
    color: #CECD03;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #0D6528;
    font-weight: 500;
}

.title p{
    font-size: 18px;
    color: #CECD03;
    font-weight: 500;
}

.title.title-reverse h2 {
    color: #CECD03;
}

.title.title-reverse p {
    color: #ffffff;
}

.align-item-center {
    align-items: center;
}

/* About us */
#about .yt-side{
    display: flex;
    justify-content: end;
}
#about .yt-side a{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
#about .yt-thum{
    max-width: 480px;
    display: block;
}

#about button {
    margin-top: 30px;
}

#benefits {
    background-color: #0D6528;
    background-image: url(../images/city-outline.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#benefits .benefit-item {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 35px;
    text-align: center;
    aspect-ratio : 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 320px;
    margin: 15px auto;
}


#benefits .benefit-item p {
    text-align: center;
}

#benefits .benefit-item span {
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

#benefits .review-item {
    position: relative;
    display: block !important;
}

#benefits .review-item:before {
    content: "";
    background: url(../images/quote.png);
    background-size: contain;
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 2;
}

#benefits .benefit-item strong {
    font-size: 18px;
    margin-bottom: 10px;
}

#benefits  .review-item .review-slide-item span{
    border-radius: 100%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#benefits .slick-dotted.slick-slider {
    margin: 0;
}

#benefits .review-item .review-slide-item span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#benefits .container .row > div:nth-child(odd) {
    margin-top: 50px;
}

#history {
    position: relative;
}

#history .history-scroll {
    display: flex;
    width: 100%;
     direction: rtl;
     position: relative;
     z-index: 2;
     padding-bottom: 30px;
   
}

#history .history-wrap {
    position: relative;
}

#history .history-line {
    width: 100%;
    content: '';
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 0px 100px 100px 0px;
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    z-index: 1;
}

#history .history-scroll .history-item {
   
}


/* #history .history-scroll::after {
    content: '';
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 0px 100px 100px 0px;
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    z-index: 1;
} */

#history .history-scroll {
    overflow-x: scroll;
}

#history .history-item {
    max-width: 400px;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
    z-index: 2;
}

#history .history-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 6.5%;
    width: 1px;
    height: 85%;
    background: #dddddd;
    z-index: 1;
}

#history .history-item:nth-child(even) .history-content .history-thumb {
    background: #CECD03;
} 

#history .history-item:nth-child(even) span p  {
    color: #CECD03;
} 

#history .history-item:nth-child(even) span em {
        -webkit-text-stroke-color: #CECD03;
} 

#history .history-item:nth-child(even) .history-content{
    display: flex;
    flex-direction: column-reverse;
} 

#history .history-item:nth-child(even) .history-thumb{
    margin-bottom: 0;
}

#history .history-item:nth-child(even) .history-text{
    margin-bottom: 10px;
}

#history .history-item .history-dot {
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    color: #0D6528;
    position: relative;
    padding-bottom: 25px;
}

#history .history-item .history-dot:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url(../images/dot-on.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#history .history-item .history-content{
    margin-top: 30px;
    margin-right: 50px;
    direction: ltr;
}



#history .history-item .history-thumb{
    background-color: #0D6528;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
}

#history .history-item .history-thumb .history-img {
    overflow: hidden;
    border-bottom-right-radius: 100px;
    aspect-ratio: 16 / 9;
}

#history .history-item .history-thumb img {
    max-width: 100%;
    height: auto;      
}

#history .history-item span {
    display: flex;
    align-items:last baseline;
    justify-content: space-between;
}

#history .history-item span p {
    font-size: 18px;
    color: #0D6528;
    font-weight: 600;
}

#history .history-item span em{
     font-size: 40px;
    color: transparent;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0D6528;
  font-style: normal;
}

#history .history-item small {
    font-size: 14px;
    color: #808080;
}

.history-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none !important;

}

/* Track */
.history-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.history-scroll::-webkit-scrollbar-thumb {
  background: #888;
    border-radius: 100px;
}

/* Handle on hover */
.history-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#facility {
    background: #FFFAF4;
}

#facility h3 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 500;
    color: #0D6528;
    padding-bottom: 15px;
}

#facility p {
    padding-bottom: 15px;
    text-align: justify;
}

#facility button {
    margin-top: 15px;;
}

#facility .tab a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#facility .tab a img {
    width: 80px;
    height: 80px;
    position: relative;
}

#facility .tab a span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 15px;
}

#facility .tab a.current span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(../images/icon-facility.png);
    background-size: cover;
    z-index: 1;
}

#facility .tab a:nth-child(2).current span:before{
    background-image: url(../images/icon-staffs.png);
}

#facility .tab a:nth-child(3).current span:before{
    background-image: url(../images/icon-curriculum.png);
}

/* #facility .tab a:before {
    content: '';
    background-image: url(../images/icon-facility.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
} */


#country-region {
    background: rgb(13,101,40);
    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);
}

#country-region .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#country-region ul {
    display: flex;
    flex-wrap: wrap;
}

#country-region ul li {
    border: 1px solid rgba(225, 225, 225, 0.7);
    border-radius: 100px;
    padding: 10px 15px;
    margin: 0 15px 15px 0;
    color: #ffffff;
    position: relative;
}

#country-region ul li i {
    color: #CECD03;
}

#awards .awards-title {
    font-size: 16px;
    padding-bottom: 30px;
}

#awards .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#awards .awards-title strong{
    display: block;
    color: #0D6528;
}

#awards .award-img {
    padding: 15px;
    max-width: 460px;
    margin: 0 auto;
}

#awards .award-img img{
   width: 80%;
   margin: 0 auto;
}

/* #news {
    background-color: #FFFAF4;
} */

#news .news-wrap {
    display: flex;
    flex-wrap: wrap;
}

#news .news-wrap .news-slide span{
    background: #0D6528 !important;
    color: #ffffff !important;
}

#news .news-wrap .news-slide:nth-child(even) span{
    background: #CECD03 !important;
    color: #0D6528 !important;
}

#news .news-slide a{
    width: 100%;
    /*margin: 15px;*/
    /* max-width: 270px; */
    display: inline-block;
    padding: 10px 10px 30px 10px;
    background: #ffffff;
    border-radius: 10px 10px 30px 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

#news .news-slide .slick-track {
    display: flex;
    align-items: stretch;
    padding: 30px 0;
}

#news .news-slide .slick-track a {
    margin: 0 10px;
    height: auto;
}

#news .news-slide a .news-thumbnail img{
    transform: scale(1);
     transition: 0.5s all ease-in-out;
}

#news .news-slide a:hover .news-thumbnail img{
    transform: scale(1.2);
     transition: 0.5s all ease-in-out;
}

#news .news-slide a span {
    background-color: #0D6528;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 0px 0px 10px 10px;
}

#news .news-slide a:nth-child(odd) span {
    background-color: #CECD03;
    color: #404040;
}

#news .news-slide a .news-thumbnail {
   position: relative;
   overflow: hidden;
   width: 100%;
/*   height: 100%;*/
   border-radius: 10px 10px 10px 0;
   aspect-ratio: 16 / 10;
}

#news .news-slide a .news-thumbnail img {
    width: 100%;
    height: 100%;
     object-fit: cover;
}

#news .news-slide a p {
    font-size: 17px;
    padding-top: 15px;
    font-weight: 500;
}
#news .news-slide a p strong {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #0D6528;
}

#news button.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow-green.png);
    background-size: cover;
    background-repeat: repeat;
}

#news button.slick-arrow.slick-next {
    transform: rotate(-180deg);
}

#news .slick-prev:before, #news .slick-next:before {
    content: '' !important;
}

#news button.slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 50%;
}

#news button.slick-next {
    right: -5%;
}

#news button.slick-prev {
    left: -5%;
}


#partners .container {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 100px;
}

#partners ul {
    /* margin: 0 -15px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#partners ul li{
   padding: 0 15px;
   width: 16.6%;
   filter: grayscale(100%);
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
}

#partners .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.partners-slide a img {
    filter: grayscale(100%);
}

.partners-slide a:hover img {
    filter: grayscale(0);
}

#partners .slick-track:before, #partners .slick-track:after{
    content: '' !important;
    display: none;
}

#partners ul li:hover{
    filter: grayscale(0);
}
#partners ul li a img {
    max-width: 140px;
    max-height: 70px;
}
#gallery ul {
    display: flex;
    /*overflow: hidden;*/
}

#gallery {
    padding: 0 0 100px 0;
}

.slider-centerx {
     animation: moveLeft 50s linear infinite;
}

#gallery ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 270px;
    height: 100%;
    aspect-ratio : 4 / 2.5;
    border-radius: 10px;
    margin: 15px;
    flex-shrink: 0;
    transition: transform 0.5s ease-in-out;
}


@keyframes moveLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

footer {
    color: #ffffff;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    /* position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; */
    z-index: 3;
}

footer .half-circle{
    background: #0D6528;
  width: 150%;
  height: 150%;
  border-radius: 100%;
  top: 0;
  left: -25%;
  right: 0;
  position: absolute;
  height: 500px;
}

footer .footer-logo {
    max-width: 70px;
}

footer a {
    color: #ffffff !important;
}

footer a:hover {
    color: #ffffff !important;
    opacity: 0.7;
}

footer .container {
    padding: 30px 15px;
}

footer p {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);;
}

footer li {
    margin-bottom: 10px;
}

footer li i{
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}

footer .social-media {
    display: flex;
}
footer .social-media li a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100%;
    margin: 0 10px;
}
footer .social-media li:hover a{
    opacity: 0.7;
}
    

footer .social-media li i{
    font-size: 16px;
    color: #0D6528;
    margin: 0;
}

footer .footer-bg {
        background-color: #0D6528;
        position: relative;
        z-index: 10;
}

#tabs .tab{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 15px 50px 15px;
}

#tabs .tab a {
    font-family: 'Poppins';
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #404040;
    position: relative;
    padding: 0 15px 15px 15px;
}

#tabs .tab a {
    color: #0D6528;
    font-weight: 400;
    border-bottom: 4px solid transparent !important;
    word-break: keep-all;
}

#tabs .tab a.current {
    border-bottom: 4px solid #0D6528 !important;
    font-weight: 500;
}




#tabs .tab a:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

#tabs .tab a.current:after {
    background: url(../images/caret.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.tab-content {
  display: none;
  
}

.tab-content.current {
    display: block;
}

.tab-content img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: table;
}
/* Initially, hide the element */
.fade-in {
  opacity: 0;
  transform: translateY(50px); /* Start with the element translated down */
  transition: opacity 2s ease, transform 2s ease;
}

.fade-in.animated {
  opacity: 1;
  transform: translateY(0); /* Bring the element back to its original position */
}

.slick-current .slide-in {
    width: 100%;
    height: auto;
    position: relative;
    animation: slideIn 3s ease-in-out forwards;
}

.slide-in {
    left: -100px;
}

 @keyframes slideIn {
        0% {
            left: -100px;
        }
        100% {
            left: 0;
        }
}

.menu-language-mobile .dropdown-menu {
    display: block;
    height: 100vh;
}

.menu-language-mobile .dropdown-menu li:first-child {
    margin-right: 0;
}

.dropdown-menu-content {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    position: fixed;
}

.dropdown-menu-content ul {
    padding: 15px;
}
.dropdown-menu-content ul li.active a {
    font-weight: 500;
    color: #0D6528 !important;
}

.dropdown-menu-content ul li, .menu-language-mobile .dropdown-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}


.dropdown-menu-sp ul li, .dropdown-lang-sp ul li, .menu-language-mobile .dropdown-menu li {
    position: relative;
}

.dropdown-menu-content ul li, .menu-language-mobile .dropdown-menu li a{
    color: #404040 !important;
    font-weight: 400;
}

.dropdown-menu-content ul li, .menu-language-mobile .dropdown-menu li.current-lang a{
    color: #0D6528 !important;
}

.dropdown-menu-sp ul li:after, .dropdown-lang-sp ul li:after, .menu-language-mobile .dropdown-menu li:after {
    font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   position: absolute;
    top: 15px;
    right: 0; 
    font-size: 12px;
}

#menu-sp li{
    border: 1px solid #dddddd;
    border-radius: 100px;
    padding: 10px 15px;
}

#menu-sp li:first-child {
    margin-right: 15px;
}

/* #menu-sp li:nth-child(2) {
    background: linear-gradient(90deg, rgba(13,101,40,1) 0%, rgba(206,205,3,1) 100%);
    color: #ffffff;
    width: 42px;
    height: 42px;
    padding: 10px 13px;
} */

#menu-sp li:nth-child(2) i {
    font-size: 16px;
    text-align: center;
}

.menu-language-mobile, .menu-language-mobile  > li {
    position: static;
}

.menu-language-mobile ul{
    right: auto;
    top: 100px;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
}

.menu-language-mobile ul li {
    padding: 0;
    margin: 0;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
}

.menu-language-mobile ul li {
    margin-right: 0 !important;
}

.toggle-content {
    display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

#whatsapp {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 999;
}

.full-screen-image {
    width: 270px;
    height: 100%;
            position: relative;
            top: 0;
            left: 0;
            object-fit: cover; /* Scale the image to cover the entire container */
            overflow: hidden;
        }

/* Page About us */

h2.page-title {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 500;
    color: #0D6528;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
    position: relative;
    display: block;
    border-bottom: 0 !important;
}

h2.page-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #CECD03;
}

h2.page-title.align-center {
    text-align: center;
    color: #ffffff;
}

h2.page-title.align-center:before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-news .news-content h1 {
    margin-bottom: 15px !important;
}

.page-header {
    padding: 50px 0;
    color: #ffffff;
}

.page-header {
    position: relative;
    background-image: url(../images/history.JPG);
    background-size: cover;
    background-position: center center;
}

.page-header:before {
    content: '';
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.page-header .container {
    position: relative;
}

.page-nav {
    background-color: rgba(235, 235, 235, 0.9);
    backdrop-filter: blur(10px);
    text-align: center;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}
.page-nav:after {
    display: none !important;
}

.page-nav .container {
    padding: 0;
}

.page-nav ul li a {
    padding: 25px 0;
    display: block;
}

.page-nav ul li a.active {
    color: #0D6528 !important;
}

.page-nav ul{
    display: flex;
    width: 100%;
}

.page-nav ul li {
    width: 20%;
}

.page-nav ul li.active {
    border-bottom: 2px solid #0D6528;
}

.page-nav ul{
    width: 100%;
    /*overflow-x: scroll;*/
    direction: ltr;
    justify-content: flex-start !important;
}

.page-nav ul li{
    width: 100%;

}

ul.menu-about {
    overflow-x: auto;
}

ul.menu-about li {
    white-space: nowrap;
}

ul.menu-about li a span{
    display: block;
}

.breadcumb {
    display: flex;
    font-size: 12px;
    margin-top: 15px;
}

.breadcumb li  {
    margin-right: 10px;
    position: relative;
}

.breadcumb li:after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    font-size: 10px;
}

.breadcumb li:nth-last-child(1):after  {
    display: none;
}

.breadcumb li a {
    color: #ffffff !important;
}



.company-profile {
    background-image: url(../images/background.jpg);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    text-align: justify;
    background-color: #ffffff;
    padding: 0;
}

.company-profile .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.align-center {
    margin: 0 auto;
}

.company-profile p {
    margin-bottom: 15px !important;
}

.company-profile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 90%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, #FFF 90%);
}
.company-profile.history {
    background-image: url(../images/history.jpg);
    background-size: 70% 100%;
    background-position: bottom right;
}
.company-profile.history:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, #FFF 90%);
}

.company-profile .container {
    position: relative;
}

.mission {
    background: #0D6528;
    text-align: justify;
}

.mission .row {
    display: flex;
    flex-wrap: wrap;
}

.mission .mission-inner {
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    height: 100%;
    padding: 30px;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.mission .row > div {
    padding-bottom: 15px;
    padding-top: 15px;
}

.mission .mission-inner h3{
    color: #CECD03;
    font-size: 24px;
    padding: 15px 0;
    font-weight: 400;
}


.mission .mission-inner img {
    max-width: 100px;
}

.page-about {
    background-image: url(../images/director-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
     background-attachment: fixed;
}

.directors {
    position: relative;
}

.page-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.directors .container {
    position: relative;
}

.directors .directors-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   
}
.directors .director-box {
    background: #ffffff;
        background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
}

.directors .directors-inner {
     padding: 0 15px;
}

.directors .directors-wrap .directors-inner:nth-child(1) {
    display: block;
    width: 100%;
}
.directors .directors-wrap .directors-inner:nth-child(1) .director-box {
    margin: 0 auto;
    max-width: 262px;
}

.directors .director-box:hover {
   background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
   color: #ffffff;
}

.directors .directors-inner .directors-img {
    border-bottom-right-radius: 20%;
    overflow: hidden;
}

.directors .directors-inner .directors-text {
    padding: 15px 20px;
}

.directors .directors-inner .directors-text p {
    opacity: 0.7;
}

/* NEWS PAGE */
.page-news {
    background: #F5F5F5;
}

.page-news  #news {
    background: none;
}

#news .news-slide {
    margin-bottom: 15px;
}

/* #news .news-slide:nth-child(even) span {
    background: #0D6528;
    color: #404040;
} */
.page-news #news .news-slide a {
    margin: 0;
}

.sidebar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px 10px 20% 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.sidebar p {
    font-family: 'Poppins';
    font-size: 20px;
    color: #0D6528;
    font-weight: 500;
    border-bottom: 2px solid #CECD03;
    padding-bottom: 10px;
}

.sidebar ul {
    margin-top: 10px;
}

.sidebar ul li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding: 0 !important;
}

.sidebar ul li:before {
    display: none;
}

.sidebar ul li:nth-last-child(1) {
    border: none;
}

.sidebar ul li span {
    background: #eeeeee;
    padding: 5px;
    border-radius: 100px;
    font-size: 13px;
    width: 28px;
    height: 28px;
    text-align: center;
}


.sidebar ul li:hover span {
    background: #0D6528;
    color: #ffffff;
}

.sidebar ul li a::before {
    color:#000;
    position: absolute;
    top: 16px;
    left: 0;
    content: "\f054"; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-weight: 900;
    font-size:12px;
    color: #404040;
}

.sidebar ul li:hover a::before {
    color: #0D6528;
}

.sidebar ul li a {
    display: block;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 15px;
}

.pagination {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li {
    background: #0D6528;
    border-radius: 100px;
    margin: 0 5px;
    min-width: 40px;
    min-height: 40px;
}


/* .pagination ul li a.current {
    background: #dddddd;
}

.pagination ul li a.current {
    color: #404040 !important;
} */

.pagination ul li a {
    display: block;
    padding: 9px;
    color: #ffffff !important;
    text-align: center;
}

.relate-news {
    border-top: 1px solid #cccccc;
    padding-top: 50px;
}

.img-thumbnails {
    overflow: hidden;
    padding: 0;
    border-radius: 10px 10px 80px 0 !important;
    aspect-ratio: 16 / 10;
}

.img-thumbnails img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-tag {
    background: #0D6528;
    color: #ffffff;
    display: table;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
}

.news-date {
    color: #0D6528;
    margin: 30px 0 10px 0;
}

.news-inner a {
    color: #0D6528 !important;
    text-decoration: underline !important;
}

.news-inner p {
    font-size: 15px !important;
    line-height: 180%;
    text-align: justify !important;
    margin-bottom: 20px !important;
}

.news-inner {
    margin-bottom: 30px;
}

/* Page Achievement */

body.bg-cream {
    position: relative;
    background: #ffffff;
}

body.bg-cream:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFAF4;
    width: 20%;
    height: 100%;
}

.bg-cream2 {
    background: #FFFAF4;
}

.news-inner h1{
    
}

.news-content h6 {
    font-size: 24px;
    border-bottom: 1px solid #0D6528;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
    font-weight: 500;
    color: #0D6528;
    display: flex;
}

.news-content h6 .fi {
    font-size: 40px;
    margin-right: 15px;
}

.news-content.acv-content .news-inner {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-content.acv-content .news-inner h1{
    color: #0D6528;
    border-bottom: 1px solid #0D6528;
    padding-bottom: 30px;
    margin-bottom: 50px !important;
    font-weight: 500;
}

.news-content.acv-content .news-inner h3 {
    color: #CECD03;
    font-size: 28px;
    font-weight: 500;
}

.news-content.acv-content#news {
    background: #ffffff;
    padding: 0;
}



.news-content ul li{
    position: relative;
    padding: 5px 0 5px 25px;
}

.news-content ul li:before {
    content: '●';
    position: absolute;
    top: 5px;
    left: 0;
    color: #0D6528;
    font-size: 14px;
}

dl.gallery-item {
    margin: 0 !important;
}

dl.gallery-item dt {
    margin: 5px;
}

dl.gallery-item dt img {
    border: none !important;
}

.acv-tab {
    /*width: 80%;*/
    height: 100%;
    min-height: 100vh;
    z-index: 2;
    top: 0;
}


.vh-100 {
    height: 100%;
    min-height: 100vh;
    display: block;
}

.sticky {
    position: fixed;
    top: 20px; /* Adjust as needed */
}

.hp-content .container > .row {
    display: flex;
    flex-wrap: wrap;
}

.acv-tab ul {
    position: relative;
    padding-top: 100px;
    height: 100%;
    /*background: #FFFAF4;*/
}

.acv-tab ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 2px;
    height: 100%;
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
}


.acv-tab ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.acv-tab ul li:before {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/dot-off.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
}

.acv-tab ul li.active:before, .acv-tab ul li:hover.active:before{
    position: absolute;
    top: 15%;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/dot-on.png);
    background-size: cover;
    background-repeat: no-repeat;   
}

.acv-tab ul li:hover:before{
    position: absolute;
    top: 15%;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/dot-hover.png);
    background-size: cover;
    background-repeat: no-repeat;   
}

.acv-tab ul li a {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    color: #DDDDDD !important;
}

.acv-tab ul li.active a, .acv-tab ul li.active:hover a {
    color: #0D6528 !important;
}

.acv-tab ul li:hover a  {
    color: #CECD03 !important;
}

.acv-tab ul li a small {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.acv-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.acv-card .side-text  {
    padding-top: 15px;
}

.acv-card b {
    color: #0D6528;
}


.news-content .gallery dl{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.news-content .gallery-column-2 dl dt{
    width: 50%;
    padding: 30px;
}

.cer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.cer-inner strong {
    color: #0D6528;
    display: block;
}

.cer-inner .cer-txt {

}

/* Gallery */
.masonry-container {
        display: grid;
    grid-gap: 10px;
        grid-template-columns: repeat(3, 33.3%);
}

.masonry-container a {
  
}

.modal-grid{
    margin: 0 auto;
    width: 100% !important;
}

.modal-grid-item { 
    width: calc(33.3% - 30px);
    margin-bottom: 30px;
     /* padding: 15px; */
}

.modal-grid-item img { 
    width: 100%; height: auto; 
}

.modal-grid-item p {
    margin-top: 15px !important;
    font-family: 'Poppins' !important;
}

.masonry-item {
   display: block;
}


.modal-grid-item span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}


.modal-grid-item span:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    
    transition: all 0.5s ease-in-out;
}

.modal-grid-item:hover span:before {
    content: '';
    opacity: 0.7;
    background: var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    transition: all 0.5s ease-in-out;
}

.modal-grid-item span:after{
    content: '';
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -20%);
    margin: 0 auto;
    width: 40px;
    height: 40px;
   background: url(../images/zoom.png);
   background-size: contain;
   background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.modal-grid-item:hover span:after{
    content: '';
    opacity: 1;
    transform: translate(-60%, -50%);
   transition: all 0.5s ease-in-out;
}


@keyframes fadeInHover {
    0% {
         top: 60%;
    }
    100% {
         top: 50%;
    }
}


.masonry-item img {
    max-width: 100%;
    height: auto;
}

/* Contact */


.contact li {
    margin: 15px 0;
    width: 100%;
    max-width: 270px;
}

.contact li i{
    
}

.contact a {
    margin: 15px 0;
    display: block;
}

.contact a:hover i{
     background:var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
    color: #ffffff;
}


.contact a:hover {
    color: #0D6528 !important;
}

.contact a i{
    background: #0D6528;
    color: #ffffff;
    font-size: 14px;
    padding: 13px;
    border-radius: 100px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.form-container {
    background: #0D6528;
    padding: 30px;
    border-radius: 10px 10px 8em 10px;
    max-width: 500px;
 margin: 0 auto;
}

.form-container form input, .form-container form textarea, .form-container form select {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 12px;
}

.form-container input:focus, .form-container textarea:focus  {
  outline: none;
  border: none;
}

.form-container form .contact-form {
    margin-bottom: 15px;
}

.form-container form textarea {
    width: 100%;
    min-height: 100px;
}

.form-container form button:hover {
    background: #CECD03;
    color: #000000;
}

.contact-location {
    background: #FFFAF4;
}

.contact-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}

.map-wrap {
    position: relative;
    max-width: 500px;
    margin-bottom: 50px;
}
.contact-location .bg-yellow {
    background: #CECD03;
    width: 90%;
/*    height: 100%;*/
    aspect-ratio: 16 / 10;
    z-index: 1;
    border-radius: 30px;
    position: relative;
}
.contact-map {
    position: absolute;
    top: 10%;
    right: 0;
    width: 90%;
}
.contact-map iframe {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 30px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 13px;
}

.bg-green {
    background: #0D6528;
}

.bg-gradient {
        color: #ffffff;
     background:var(--mypds-1, linear-gradient(90deg, #0D6528 -6.25%, #CECD03 100%));
}

.map-loc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-loc i {
    background: #0D6528;
    color: #ffffff;
}

.map-loc p {
    margin-left: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}


      #scrollContainer {
            width: 300px;
            overflow-x: scroll;
            white-space: nowrap;
        }

        #scrollList {
            list-style: none;
        }

        #scrollList li {
            display: inline-block;
            margin: 10px;
            padding: 10px;
            background-color: #ccc;
            cursor: pointer;
        }

        #scrollList li.active {
            background-color: #3498db;
        }

.no-page {
    min-height: 50vh;
}

.no-page button{
    margin-top: 30px;
}

.no-page p {
    margin: 0 auto !important;
    text-align: center;
    max-width: 500px;
}

.lang-item a span{
    display: flex;
    justify-content: center;
    align-items: center;
}


.lang-item a{
   color: #404040 !important;
}



/*MAP*/

.map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #0D6528;
  border-radius: 50%;
    border: 1px solid #ffffff;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(206, 205, 3, 0.4);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .Kuwait {
      top: 40%;
    left: 57%;
}

.map-container .Macau {
  top: 46%;
    left: 79%;
}

.map-container .Hungary {
      top: 28%;
    left: 50%;
}

.map-container .Korea {
top: 31%;
    left: 82%;
}

.map-container .Japan {
     top: 35%;
    left: 86%;
}

.map-container .Saudi {
  top: 46%;
    left: 60%;
}

.map-container .Hongkong {
  top: 40%;
    left: 80%;
}

.map-container .Taiwan {
 top: 39%;
    left: 83%;
}

.map-container .Malaysia {
 top: 50%;
    left: 79%;
}

.map-container .Singapore {
 top: 50%;
    left: 79%;
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(206, 205, 3, 0.9);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(206, 205, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(206, 205, 3, 0);
  }
}

/*Accordion*/

.panel-group {
    display: block;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.panel-group .panel {
   
    padding: 25px;
}

.panel-group .panel .panel-heading {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.panel-group .panel:last-child .panel-heading{
    border: none;
}

.panel-group .panel .panel-heading .panel-title {
    position: relative;
}

.panel-group .panel .panel-heading .panel-title a{
   text-decoration: none !important;
   display: flex;
   align-items: center;
}

.panel-group .panel .panel-heading .panel-title .fi {
    font-size: 48px;
    margin-right: 15px;
}

.panel-group .panel .panel-heading .panel-title i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    transform: rotate(180deg);
    transition: transform 1s ease;
    color: #CECD03;
}

.panel-group .panel .panel-heading .panel-title .collapsed i {
    transform: rotate(-0deg);
     transition: transform 1s ease reverse;
       color: #0D6528;
}

.panel-group .panel .collapse.in{
    /*height: 100%;*/
}

.panel-group .panel .panel-collapse {
     transition: all 1s ease-in-out;
}

.panel-group .panel .panel-body {
    padding-top: 25px;
    
}

.panel-collapse {
    overflow: hidden;
}

.fi:before {
    border: 1px solid #dddddd;
    width: 100%;
    display: block;
}

.no-link {
    pointer-events: none;
    cursor: pointer;
}

#tab-nav li:hover {
    cursor: pointer;
}

#country-placement ul li:first-child span{
    display: none;
}

#country-placement ul li.active {
    background: #0D6528;
}


#country-placement ul li.active a{
    color: #ffffff !important;
}

 #country-placement {
        background-color: white;
        }

        #country-placement .row {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        
 
        .news-wrap .fi-all {
            display: none;
        }
        
        .news-wrap i.fi {
            font-size: 24px;
        }

        #country-placement ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 50px;
        }

        #country-placement ul li {
            border: 1px solid rgba(225, 225, 225, 0.7);
            border-radius: 100px;
            padding: 10px 15px;
            margin: 0 15px 15px 0;
            color: black;
            position: relative;
        }

        #country-placement ul li i {
            color: #CECD03;
        }

        #country-placement ul li.all{
            background-color: #0E6528;
            color: white;
        }
        .news-content ul li:before {
            display: none;
        }
        
footer ul li {
    position: relative;
}
        
footer .dropdown-menu {
    display: block !important;
    position: relative !important;
    background: transparent;
    top: 0;
    padding: 10px 0 0 10px;
}

footer .menu-item-has-children:after {
    display: none;
   position: absolute;
   top: 0;
   right: 0;
   color: #ffffff;
}






