/* homepage */
html body {
   margin: 0;
   overflow-x: hidden;
   overflow-y: auto;
   font-family: "Cabin", sans-serif;
}
.elementor-element.custom-position-relative > .e-con-inner {
   position: relative;
}
img.site-logo {
   width: 123px;
   height: 60px;
}

.stick-header-section {
   position: fixed;
   right: 20px;
   z-index: 998;
   transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.stick-header-container {
   display: flex;
   justify-content: space-between;
}

.stick-header-div-1 {
   background-color: #ED1C24;
   padding: 7px 20px 10px 20px ;
   border-bottom-left-radius: 20px;
   color: white;
}

.stick-header-div-2 {
   background-color: #000000;
   padding: 7px 20px 10px 20px;
   border-bottom-right-radius: 20px;
   color: white;
}

.custom-ele-header-sec {
   position: fixed;
   width: 100%;
   z-index: 999;
   background-color: white;
}

.e-n-tab-title {
   width: 265px;
   height: 58px;
}

.footer-social-div {
   display: flex;
   gap: 10px;
   justify-content: center;
}

/* .footer-social-btn-title span {
   padding: 8px 20px;
   background-color: white;
   border-radius: 100px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
}

.footer-social-btn-title {
   font-size: 14px;
   color: #C30008;
   justify-content: center;
} */

.footer-social-icon {
   display: flex;
}

a.footer-social-icon-fb {
   width: 35px;
   height: 35px;
   background-image: url("../image/ic_baseline-facebook.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
   margin-right: 10px;
}

a.footer-social-icon-ig {
   width: 37px;
   height: 37px;
   background-image: url("../image/mingcute_instagram-fill.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
}

.frm_forms form .frm_form_fields .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, 
.frm_forms form .frm_form_fields .form-field select:focus, 
.frm_forms form .frm_form_fields .form-field textarea:focus {
   background: none;
   border-color: #ED1C24;
   box-shadow: 0 0 0;
}
.frm_forms form .frm_form_fields .form-field textarea,
.frm_forms form .frm_form_fields .form-field input[type=text], 
.frm_forms form .frm_form_fields .form-field input[type=password], 
.frm_forms form .frm_form_fields .form-field input[type=email], 
.frm_forms form .frm_form_fields .form-field input[type=number], 
.frm_forms form .frm_form_fields .form-field input[type=url], 
.frm_forms form .frm_form_fields .form-field input[type=tel], 
.frm_forms form .frm_form_fields .form-field input[type=search] {
   border-color: none;
   color: black;
   box-shadow: none;
   background: none;
   border-top: none;
   border-left: none;
   border-right: none;
   border-radius: 0px;
   background: none;
   box-shadow: 0 0 0;
   transition: all .3s ease-in-out;
}

body .frm_forms form .frm_form_fields .frm_submit .frm_button_submit {
   padding: 8px 16px;
   background-color: #ED1C24;
   border-radius: 50px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 14px;
   color: #ffffff;
   justify-content: center;
   min-height: 36px;
   border: 1px solid #ED1C24;
   transition: all .3s ease-in-out;
}

.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit {
   background-color: #ffffff00;
   padding: 0 36px 0 0;
   position: relative;
   display: inline-flex;
   border: 0;
}

.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit:before {
   content: "";
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: rgba(255, 208, 20, 1);
   opacity: 1;
   border-radius: 50px;
}

.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit:after {
   content: "";
   display: flex;
   justify-content: center;
   align-items: center;
   background-image: url("../image/arrow-right.png"), url("../image/arrow-right.png");
   background-position: -100% 50%, 50% 50%;
   background-repeat: no-repeat;
   background-size: 13px;
   background-color: black;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   position: absolute;
   right: 3px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   transition: all .3s ease-in-out;
}

.news-sec {
   display: flex;
   justify-content: center;
}

.news-container {
   max-width: 1200px;
   width: 100%;
}

.news-content {
   display: flex;
   flex-wrap: wrap;
   gap: 22px;
   justify-content: center;
}

.news-media-item {
   background: white;
   /* padding: 30px 20px; */
   border-radius: 15px;
   display: flex;
   flex-direction: column;
   width: 365px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease-in-out;
  
}

.news-date {
   color: #6A6A6A;
   margin: 0;
   padding-left: 30px;
   padding-right: 29px;
   padding-top: 29px;
}

.media-title-div {
   color: black;
   font-size: 20px;
   padding-top: 3px;
   padding-left: 30px;
   padding-right: 29px;
   padding-bottom: 22px;
}

.news-image-container {
   position: relative;
   display: inline-block; 
   width: 100%;
   height: 255px;
   overflow: hidden;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
}

.media-title p {
   margin-top: 0;
}

.news-image-container img {
   display: block;
   object-position: center;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
/* .news-image-container .news-image {
   position: absolute;
   top: 0; left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
 } */

.news-button {
   position: absolute;
   bottom: 0;
   margin-bottom: 20px;
   margin-left: 29px;
}

.with_frm_style .frm_checkbox input[type=checkbox] {
   border-radius: 10px !important;
   background-color: #E7E2E2 !important;
   border: none !important;
   margin-bottom: 3px;
}


/* .frm_style_formidable-style.with_frm_style .frm_submit button {
   display: inline-flex;
   position: relative;
   border-radius: 50px;
   overflow: hidden;
   padding-right: 36px;
   margin-top: 7px;
   z-index: 1;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:before {
   content: "";
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 34px;
   z-index: 1;
   background-color: rgba(255, 208, 20, 1) !important;
   opacity: 1;
   border-radius: 50px;
   border: none !important;
} */

/* img.home-img {
   margin-top: 12px;
} */

img.search-img {
   margin-top: 14px;
}

.custom-slider-sec {
   position: relative;
   max-width: 100%;
   /* padding: 50px 0; */
   /* overflow: hidden; */
}

.custom-slider-wrapper {
   display: flex;
   gap: 14px;
}

.custom-slider-div {
   max-width: 367px;
   border-radius: 20px;
   position: relative;
}

.custom-slider-image {
   width: 100%;
   height: 254px;
   border-radius: 35px;
   display: block;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

/* .custom-slider-image img {
   border-radius: 30px !important;
} */

.custom-slider-image::before {
   content: "";
   position: absolute;
   width: 367px;
   height: 258px;
   background: linear-gradient(52.14deg, #000000 14.73%, rgba(0, 0, 0, 0) 58.91%);
   z-index: 1;
}

.custom-slider-image::after {
   content: "";
   position: absolute;
   bottom: -110px;
   left: -41px;
   width: 217px;
   height: 217px;
   background: rgba(165, 0, 0, 0.8);
   border-radius: 50%;
   z-index: 1;
}


.custom-slider-title {
   display: flex;
}

.custom-slider-number {
   font-size: 150px;
   margin-bottom: -100px;
   z-index: 4;
   color: #FFD014;
   margin-left: 20px;
}

.card-slider-content {
   margin-top: 19px;
   font-weight: 600;
   font-size: 20px;
}

.navigation-container {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0;
   margin-top: 83px;
   position: relative;
}

.navigation-container .sswiper-button-prev.active,
.navigation-container .sswiper-button-next.active {
    background-color: #000000; /* Active color */
    color: #FFFFFF;
}

.navigation-container .sswiper-button-prev:hover,
.navigation-container .sswiper-button-next:hover {
    background-color: #000000; /* Active color */
    color: #FFFFFF;
}

.navigation-container .sswiper-button-prev {
   order: 0;
}

.navigation-container .swiper-pagination {
   order: 1;
}

.navigation-container .sswiper-button-next {
   order: 2;
}

.navigation-container .swiper-pagination {
   flex-grow: inherit;
   display: flex;
   justify-content: center;
   position: relative;
   width: auto !important;
   margin-top: 0;
   bottom: 0 !important;
   padding: 10px;
}

.navigation-container .sswiper-button-prev,
.navigation-container .sswiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: none;
    left: 0;
    right: 0;
    margin-top: 0;
    transition: background 0.3s;
    background-color: #ED1C24;
}

/* .sswiper-button-prev {
    background: #ED1C24; 
    color: white;
} */

/* .sswiper-button-next {
    background: #000000; 
    color: white;
} */

.sswiper-button-prev::before,
.sswiper-button-next::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sswiper-button-prev::before {
    background-image: url('../image/arrow-left.png');
    /* width: 18px;
    height: 12px; */
}

.sswiper-button-next::before {
    background-image: url('../image/arrow-right.png');
    /* width: 18px;
    height: 12px; */
}

.custom-slider-person-image img {
   position: absolute;
   width: 210px;
   height: 315px;
   margin-top: -247px;
   transform: translateX(-10%);
   margin-left: 30px;
   z-index: 4;
}

img.custom-slider-image:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(52.14deg, #000000 14.73%, rgba(0, 0, 0, 0) 58.91%);
   z-index: 1;
   border-radius: 20px;
}

body .html-cw-button.white-cw-btn > span {
   border: 1px solid #ffffff;
   background-color: #ffffff;
   color: #ED1C24;
}

.elementor-element.cw-button a.elementor-button > .elementor-button-content-wrapper,
body .html-cw-button > span,
.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit span {
   padding: 8px 16px;
   background-color: #ED1C24;
   border-radius: 50px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 14px;
   color: #ffffff;
   justify-content: center;
   min-height: 36px;
   border: 1px solid #ED1C24;
   transition: all .3s ease-in-out;
}

.elementor-element.cw-button a.elementor-button > .elementor-button-content-wrapper:hover,
.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit:hover > span,
body .html-cw-button:hover > span {
   background-color: #ffffff;
   border-radius: 50px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 14px;
   color: #ED1C24;
   justify-content: center;
   min-height: 36px;
   border: 1px solid #ED1C24;
}

body .html-cw-button.white-cw-btn:hover > span {
   border: 1px solid #000;
   background-color: #000;
   color: #ffffff;
}

.elementor-element.cw-button a.elementor-button,
body .html-cw-button {
   background-color: #ffffff00;
   padding: 0 36px 0 0;
   position: relative;
   display: inline-flex;
}

.elementor-element.cw-button a.elementor-button:before,
body .html-cw-button:before {
   content: "";
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: rgba(255, 208, 20, 1);
   opacity: 1;
   border-radius: 50px;
}

.elementor-element.cw-button a.elementor-button:after,
body .html-cw-button:after {
   content: "";
   display: flex;
   justify-content: center;
   align-items: center;
   background-image: url("../image/arrow-right.png"), url("../image/arrow-right.png");
   background-position: -100% 50%, 50% 50%;
   background-repeat: no-repeat;
   background-size: 13px;
   background-color: black;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   position: absolute;
   right: 3px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   transition: all .3s ease-in-out;
}
.elementor-element.cw-button a.elementor-button:hover:after,
.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit:hover:after,
body .html-cw-button:hover:after {
   background-position: 50% 50%, 200% 50%;
}
body .html-cw-button.reverse-cw-arrow:after {
   transform: translateY(-50%) rotate(90deg);
}

body:before {
   /* content: ""; */
   background-image: url("http://akyu.iconcept-staging.com/wp-content/uploads/2025/07/About-Us_V2-1-scaled.jpg");
   background-position: top center;
   background-repeat: no-repeat;
   background-size: 1920px;
   position: absolute;
   width: 100%;
   height: 5000px;
   top: 0;
   left: 0;
   z-index: 999999;
   pointer-events: none;
   opacity: 0.6;
}

.news-btn-title span {
   padding: 8px 20px;
   background-color: #ED1C24;
   border-radius: 100px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
}

.news-btn-title span:hover {
   background-color: #ffffff;
   border-radius: 50px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 14px;
   color: #ED1C24;
   justify-content: center;
   /* min-height: 36px; */
   border: 1px solid #ED1C24;
}

.news-btn-title {
   font-size: 14px;
   color: #ffffff;
   justify-content: center;
}

body .news-btn-title {
   border-radius: 50px;
   overflow: hidden;
   display: inline-flex;
   position: relative;
   padding-right: 36px;
   margin-top: 7px;
}

.news-btn-title:before {
   content: "";
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 34px;
   z-index: 1;
   background-color: rgba(255, 208, 20, 1);
   opacity: 1;
   border-radius: 50px;
}

.news-btn-title:after{
   content: "";
   display: flex;
   justify-content: center;
   align-items: center;
   background-image: url("../image/arrow-right.png"), url("../image/arrow-right.png");
   background-position: -100% 50%, 50% 50%;
   background-repeat: no-repeat;
   background-size: 13px;
   background-color: black;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   position: absolute;
   right: 3px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   transition: all .3s ease-in-out;
}

.news-btn-title:hover:after {
   background-position: 50% 50%, 200% 50%;
}


.site {
   overflow: hidden;
}

.sswiper-button-prev.swiper-button-disabled, 
.sswiper-button-next.swiper-button-disabled {
   opacity: .35;
   cursor: auto;
   pointer-events: none;
}

.elementor-element.crystal-tab .e-n-tabs-heading {
   width: 100%;
   max-width: 1170px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:not(:last-child) {
   border-right: 3px solid #EBEBEB;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 3px;
   background-color: #EE282F;
   bottom: 0;
   left: 0;
   transition: all .3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs {
   gap: 0 !important;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:not([aria-selected="true"]):before {
   bottom: -5px;
   opacity: 0;
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:first-child:before, .elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:last-child:before {
   width: 100vw;
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title:first-child:before {
   left: auto;
   right: 0;
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title.elementor-animation-shrink {
   transform: scale(1);
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title.elementor-animation-shrink > * {
   transition: all .3s ease-in-out;
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title.elementor-animation-shrink:hover > *,
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title.elementor-animation-shrink:focus > * {
   transform: scale(1.05);
}
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title {
   width: 50%;
   flex: 1;
   height: 125px;
   max-height: 125px;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title#crystalwrap {
   background-image: url("http://akyu.com.my/wp-content/uploads/2025/04/logo-crystalwrap.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title#crystalbio {
   background-image: url("http://akyu.com.my/wp-content/uploads/2025/03/crystalbio.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}

.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title#crystalwrap:not([aria-selected="true"]),
.elementor-element.crystal-tab .e-n-tabs-heading button.e-n-tab-title#crystalbio:not([aria-selected="true"]) {
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   filter: grayscale(100%);
}

.elementor-element.cp-footer-menu ul.eael-simple-menu li.menu-item > a {
   position: relative;
}

.elementor-element.cp-footer-menu ul.eael-simple-menu li.menu-item:not(:last-child) > a:before {
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   position: absolute;
   width: 1px;
   height: 10px;
   background-color: white;
   opacity: 1;
   margin: auto;
}

.frm_form_fields .frm_fields_container {
   grid-gap: 0 9%;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style 
.frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
   padding: 10px;
}

.elementor-element .elementor-widget .frm_form_fields .frm_submit .frm_button_submit span {
   padding: 8px 29px;
}

.field_7opy5-0 {
   display: flex;
   align-items: center;
}

h1.entry-title {
   display: none !important;
}

/* ------ our services ------ */
.elementor-1772 .elementor-element.elementor-element-0c3dab8 p {
   margin-top: 19px;
}

/* ------ article ------ */
.article-sec {
   width: 100%;
}

.article-title-div {
   text-align: center;
   margin-bottom: 40px;
}

.article-date {
   color: #6A6A6A;
   margin-top: 50px;
   margin-bottom: 0px;
}

.article-title {
   font-size: 35px;
   font-weight: 700;
   margin: 0;
}

.article-banner-div {
   display: flex;
   justify-content: center;
   margin-left: 15px;
   margin-right: 15px;
}

.article-banner-div img {
   width: 1140px;
   height: 400px;
   object-fit: cover;
   border-radius: 50px;
}

.article-content-container {
   max-width: 1140px;
   margin: 0 auto;
   padding: 20px 15px 20px 15px;
}
 
.article-content-div {
   display: flex;
   align-items: flex-start;
   gap: 20px;
}
 
.article-left-div {
   flex: 0 0 80px; /* fixed width for social icons */
}
 
.article-left-social-title {
   font-weight: 400;
   font-size: 16px;
   margin-bottom: 10px;
   color: #6A6A6A;
}
 
.article-left-social-icon-div {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
 
.article-left-social-icon {
   display: block;
   width: 32px;
   height: 32px;
   object-fit: contain;
   transition: transform 0.2s ease;
}
 
.article-left-social-icon:hover {
   transform: scale(1.1);
}
 
.article-right-div {
   flex: 1;
}
 
.article-right-content-div {
   line-height: 1.6;
   color: #444;
}
 
.article-right-content-text {
   margin-left: 330px;
   font-size: 16px;
   color: #6A6A6A;
}

/* Container and title */
.article-other-sec {
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 15px 80px 15px;
 }
.article-other-title {
   font-size: 30px;
   font-weight: 600;
   margin-bottom: 30px;
}
 
 /* Flex‑row of cards */
.article-other-div {
   display: flex;
   flex-wrap: wrap;
   gap: 1.5rem;
}
 
 /* Each card */
.article-other-container {
   position: relative;
   flex: 1;
   aspect-ratio: 16/9;
   border-radius: 1rem;
   overflow: hidden;
   box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
 
 /* Full‑cover image */
.article-other-banner {
   display: block;
   top: 0; left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
 
 /* Dark overlay + content */
.article-other-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 1rem;
}
 
 /* Text */
.article-other-card-date {
   color: #fff;
   font-size: 0.875rem;
   margin: 0;
}
 .article-other-card-title {
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 80px;
   line-height: 1.4;
}

.news-button.article-btn {
   margin-left: 0px;
}

a.article-other-link {
   color: white;
   text-decoration: none;
}

.news-update-sec {
   max-width: 1200px;
   /* background: #ddd; */
   position: relative;
}

.news-update-sec:after {
   content: '';
   display: block;
   clear: both;
}

.news-update-item {
   float: left;
   width: 365px;
   /* height: 300px; */
   background: rgb(255, 255, 255);
   margin-bottom: 20px;
   border-radius: 20px;
}
.news-card-image {
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.news-card-image.image-content {
   border-radius: 20px;
   height: 300px;
}

.news-update-item--height {
   width: 365px;
   /* height: 400px; */
}

.news-card-content {
   padding: 30px;
   border-top-left-radius: 20px;
}

.news-card {
   position: relative;
   overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
   border-radius: 20px;
}

.news-image-card-date {
   color: white;
}

.news-image-card-title {
   color: white !important;
}

.news-card-image.image-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* start transparent */
  transition: background-color 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.news-card:hover {
   /* background-color: rgba(0, 0, 0, 0.4);  */
   border-radius: 20px;
   transform: translateY(-5px);
}

.news-card:hover .news-card-image::before {
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay on hover */
  border-radius: 20px;
}

.news-card-content.inside-image {
  position: absolute;
  z-index: 2;
  padding-bottom: 162px;
  color: white;
}

.news-card-title {
   font-size: 20px;
}

.news-image-card-title {
   font-size: 20px;
}

.news-button.card-image {
    margin-left: 0px;
}

.news-button.card-button {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.news-card:hover .news-button.card-button {
  opacity: 1;
  transform: translateY(0);
}

.news-button.card-image {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.news-card:hover .news-button.card-image {
  opacity: 1;
  transform: translateY(0);
}

.our-core-values {
   padding-top: 50px;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 30px;
   background-color: #F3F3F3;
   border-radius: 20px;
}

.our-core-values-icon {
   width: 70px;
   height: 100px;
}

.our-core-values-title {
   font-size: 20px;
   font-weight: 700;
}

.our-core-values-content {
   font-size: 16px;
   font-weight: 400;
   color: #6A6A6A;
   line-height: 1.6em;
}

.navigation-container-core {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0;
   margin-top: 83px;
   position: relative;
}

.navigation-container .swiper-button-prev.core-values.active,
.navigation-container .swiper-button-next.core-values.active {
    background-color: #000000; /* Active color */
    color: #FFFFFF;
}

.navigation-container .swiper-button-prev.core-values:hover,
.navigation-container .swiper-button-next.core-values:hover {
    background-color: #000000; /* Active color */
    color: #FFFFFF;
}

.navigation-container .swiper-button-prev.core-values {
   order: 0;
}

.navigation-container .swiper-pagination {
   order: 1;
}

.navigation-container .swiper-button-next.core-values {
   order: 2;
}

.navigation-container-core .swiper-pagination {
   flex-grow: inherit;
   display: flex;
   justify-content: center;
   position: relative;
   width: auto !important;
   margin-top: 0;
   bottom: 0 !important;
   padding: 10px;
}

.navigation-container-core .swiper-button-prev.core-values,
.navigation-container-core .swiper-button-next.core-values {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: none;
    left: 0;
    right: 0;
    margin-top: 0;
    transition: background 0.3s;
    background-color: #ED1C24;
}

/* .sswiper-button-prev {
    background: #ED1C24; 
    color: white;
} */

/* .sswiper-button-next {
    background: #000000; 
    color: white;
} */

.swiper-button-prev.core-values::after,
.swiper-button-next.core-values::after {
   content: "";
   width: 30px;
   height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-button-prev.core-values::after {
    background-image: url('../image/arrow-left.png');
    width: 18px;
    height: 12px;
}

.swiper-button-next.core-values::after {
    background-image: url('../image/arrow-right.png');
    width: 18px;
    height: 12px;
}

/* history and milestone */

.hm-timeline-content-div {
   display: flex;
   gap: 20px;
}

.hm-timeline-years-div {
   margin-bottom: -110px;
}

img.timeline-img {
   border-radius: 20px !important; 
}

.hm-timeline-content-text {
   align-content: flex-end;
}

.swiper-button-prev.history-milestone,
.swiper-button-next.history-milestone {
   display: none;
}

.hm-timeline-years {
   font-size: 150px;
   font-weight: 600;
   color: #E6E6E6;
   margin-right: 0px !important;
}

.hm-timeline-years-wrapper {
   z-index: 3 !important;
}

.hm-timeline-content-description {
   color: #6A6A6A;
   line-height: 1.6em;
}

.hm-timeline-years.swiper-slide-active {
   color: #f7c400;
}

.hm-timeline-years.swiper-slide.swiper-slide-active::before {
   color: #f7c400;
   border-color: #f7c400;
   background-color: #f7c400;
}

.hm-timeline-years.swiper-slide::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   transform: translateX(-50%);
   width: 13px;
   height: 13px;
   background-color: #F3F3F3;
   border-radius: 50%;
   border: 2px solid #C6C6C6;
   z-index: 2;
}

.hm-timeline-years.swiper-slide::after {
   content: '';
   position: absolute;
   top: 5px;
   left: 0;
   height: 1px;
   width: 600px;
   background-color: #ccc;
   z-index: 1;
}

.hm-timeline-years.swiper-slide:last-child {
   width: 100%;
}

.hm-timeline-years.swiper-slide {
   width: 600px;
}

.hm-timeline-content {
   overflow: hidden;
}

.hm-timeline-content-image {
   width: 50%;
}

.hm-timeline-content-text {
   width: 50%;
   padding-left: 28px;
   /* padding-top: 271px; */
}

.our-products-sec.swiper-container {
   width: calc(100% + 160px);
   margin-left: -80px;
   margin-right: -80px;
}

.our-products-image {
   width: calc(100% - 85px);
   display: block;
   margin: auto;
}

.our-products-gallery.swiper-slide.swiper-slide-active .our-products-image {
   transform: scale(1.3);
}

.our-products-gallery.swiper-slide {
   margin: 32px 0;
}

.hm-timeline-content-title {
   font-size: 30px;
   font-weight: 600;
}

.view-all-news {
   display: flex;
   justify-content: center;
   margin-top: 80px;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
   display: flex;
   flex-direction: column;
}

.back-to-article-link {
   margin-top: 37px;
   margin-left: 15px;
}

a.back-article-anchor {
   text-decoration: none;
}

.ast-container {
   max-width: 1170px;
   margin: 0 auto;
   padding: 30px 15px;
}

.addtoany_list .addtoany_share img {
   max-width: 28px;
}

button.view-all-news-button {
   background-color: white;
   border: none;
   text-decoration: underline;
   position: relative;
   left: 50%;
   transform: translate(-50%, 0);
}

button.view-all-news-button:hover {
   color: #ED1C24;
}

.sitemap-main-menu-container {
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}
/* Main menu UL */
.sitemap-main-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
}
.sitemap-main-menu > li {
    margin: 0;
}
.sitemap-main-menu > li > a {
    display: block;
    padding: 14px 20px;
    background-color: #f7cecf87;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}
.sitemap-main-menu > li > a:hover {
    background-color: #ffecedbe;
    color: #000;
    transform: translateY(-2px);
}
.sitemap-main-menu li ul {
    list-style: none;
    padding-left: 20px;
    margin: 12px 0 0;
    border-left: 3px solid #f6aaadff;
}
.sitemap-main-menu .home-img {
    display: none !important;
}

.sitemap-main-menu .menu-item-home a::before {
    content: 'Home';
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: inherit;
}
.sitemap-main-menu li ul {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 10px;
}

/* search results  */
.search-results-container {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
   gap: 20px 30px;
   width: 100%;
   max-width: 1200px;
   margin: 0px auto;
   padding: 30px 20px;
}
.search-results-item {
   padding: 20px;
}
.search-title a {
	font-size: 18px;
	color: #ED1C24; /* Deep blue */
	font-weight: bold;
	text-decoration: none;
}
.search-results-excerpt {
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	line-height: 1.6;
}
.search-read-more {
	display: inline-block;
	color: #ecbd00; 
	font-weight: 500;
	text-decoration: none;
}
.search-read-more:hover {
	text-decoration: underline;
}
a.btn.btn-secondary.understrap-read-more-link {
   display: none;
}



@media (max-width: 1200px) {
   .news-media-item {
      width: 300px;
   }

   .news-image-container {
      height: 210px;
   }

   a.footer-social-icon-fb {
      margin-top: 0px;
   }

   a.footer-social-icon-ig {
      margin-top: 0px;
   }

   .hm-timeline-content-text {
      padding-top: 0px;
   }

   .our-products-image {
      width: calc(100% - 65px);
      display: block;
      margin: auto;
   }
}

@media (max-width: 1169px) {
   .news-update-item {
      width: 250px;
   }

   .news-update-item--height {
      width: 250px;
   }
   .news-card-content.inside-image {
      padding-bottom: 120px;
   }  

}

@media (max-width: 1024px) {
   .article-right-content-text {
      margin-left: 230px;
   }

   .hm-timeline-content-text {
      padding-left: 28px;
      padding-top: 0px;
   }
   .news-update-item {
      width: 240px;
   }

   .news-update-item--height {
      width: 240px;
   }
   .news-card-content.inside-image {
      padding-bottom: 130px;
   }  
   .our-products-image {
      width: calc(100% - 55px);
      display: block;
      margin: auto;
   }
   .our-products-sec.swiper-container {
      width: calc(100% + 100px);
      margin-left: -50px;
      margin-right: -50px;
   }
   .our-products-gallery.swiper-slide.swiper-slide-active .our-products-image {
      transform: scale(1.2);
   }
}  

@media (max-width: 960px) {
   .news-update-item {
      width: 230px;
   }

   .news-update-item--height {
      width: 230px;
   }

   .news-image-container {
      height: 142px;
   }

   .footer-social-btn-title {
      font-size: 11px;
   }
   
   .article-other-card-title {
      font-size: 16px;
   }

   .article-other-container {
      aspect-ratio: 0;
   }

   .hm-timeline-content-div {
      margin-top: 60px;
   }

   .hm-timeline-years-div {
    font-size: 100px;
   }

}

@media (max-width: 768px) {
   .news-media-item {
       width: 200px;
   }

   .news-date {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 25px;
  }

   .media-title-div {
      color: black;
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px;
   }

   .news-button {
      margin-left: 15px;
   }

   body .news-btn-title {
      padding-right: 30px;
   }

   .news-btn-title {
      font-size: 12px;
   }

   .news-btn-title:after {
      width: 23px;
      height: 23px;
      background-size: 10px;
   }

   .news-btn-title span {
      padding: 8px 15px;
   }

   .article-right-content-text {
      margin-left: 0px;
   }

   .article-other-container {
      aspect-ratio: 16 / 9;
   }

   .article-other-div {
      flex-direction: column;
      padding: 0px 150px;
   }

   .article-other-card-title {
      font-size: 18px;
   }

   .table-image {
      display: block;
      width: 100%;
  }

  .table-image tbody,
  .table-image tr,
  .table-image td {
      display: block;
      width: 100% !important;
      height: auto !important;
  }

  .table-image .text-content {
      text-align: center;
      margin-bottom: 15px;
  }

   .table-image ul {
      padding-left: 20px;
      margin-top: 0;
   }

   .news-update-sec {
      padding: 0 15px;
   }

   .news-update-item,
   .news-update-item--height {
      width: 95% !important;
      float: none;
      margin: 0 auto 20px;
   }

   .news-card-content {
      padding: 20px;
   }

   .news-card-content.inside-image {
      padding-bottom: 92px;
   }

   .news-card-title,
   .news-image-card-title {
      font-size: 18px;
   }

   .news-button.card-button,
   .news-button.card-image {
      opacity: 1 !important;
      transform: none !important;
      display: inline-block;
      margin-top: 10px;
   }

   .news-card:hover .news-button.card-button,
   .news-card:hover .news-button.card-image {
      opacity: 1 !important;
      transform: none !important;
   }

   .news-card-image,
   .news-card-image.image-content {
      height: 220px;
   }

   .hm-timeline-years-div {
      margin-bottom: -50px;
   }

   .hm-timeline-years {
      font-size: 100px;
   }

   .hm-timeline-content-div {
      flex-direction: column;
   }

   .hm-timeline-content-image {
      width: 60%;
   }

   .hm-timeline-content-text {
      width: 100%;
   }
   .our-products-gallery.swiper-slide.swiper-slide-active .our-products-image {
      transform: scale(1.0);
   }
   .our-products-image {
      width: calc(100% - 30px);
      display: block;
      margin: auto;
   }
   .our-products-sec.swiper-container {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-right: -30px;
   }
}

@media (max-width: 636px) {
   .news-button {
      position: relative;
      margin-top: -50px;
   }

   .article-banner-div img {
      width: 100%;
      height: 400px;
   }

   .article-other-div {
      padding: 0px 100px;
   }

   .news-card-title,
   .news-image-card-title {
      font-size: 16px;
   }

   .news-button.card-button,
   .news-button.card-image {
      font-size: 14px;
      /* padding: 8px 16px; */
   }

   .news-button.card-button {
      position: absolute;
   }

   .news-button.card-image {
      margin-top: 50px;
   }
   
}

@media (max-width: 545px ) {
   .article-other-div {
      padding: 0px 50px;
   }
}

@media (max-width: 450px ) {
   .article-banner-div img {
      /* width: 400px; */
      height: 300px;
   }

   .article-other-div {
      padding: 0px;
   }

   .article-title {
      font-size: 30px !important;
   }

   .hm-timeline-content-image {
      width: 100%;
   }

   .hm-timeline-years {
      font-size: 80px;
   }
}

@media (max-width: 375px) {
  .article-other-card-title {
      font-size: 15px;
      margin-bottom: 65px;
   }

 
}
