@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: url('font/Pyidaungsu/Pyidaungsu.eot');
    src: url('font/Pyidaungsu/Pyidaungsu.eot?#iefix') format('embedded-opentype'),
        url('font/Pyidaungsu/Pyidaungsu.woff2') format('woff2'),
        url('font/Pyidaungsu/Pyidaungsu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('./font/Archivo/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
body.mce-content-body {
    font-family: Archivo, sans-serif;
}
:root {
	--white: #FFFFFF;
    --black: #000;
    --red: #DA7751;
	--blue: #0D2944;
    --blue-50: #F1F8FE;
    --blue-100: #E2EFFC;
    --blue-200: #D9E2EC;
    --blue-300: #87C5F2;
    --blue-500: #1F8CD8;
    --blue-600: #126EB7;
    --blue-700: #105894;
    --blue-800: #114B7B;
    --blue-900: #123A5D;
    --blue-950: #0D2944;
    --gray-50: #F6F6F6;
    --gray-100: #E7E7E7;
    --gray-200: #D1D1D1;
    --gray-300: #B0B0B0;
    --gray-400: #888888;
    --gray-500: #6D6D6D;
    --gray-600: #5D5D5D;
    --gray-700: #4F4F4F;
    --gray-800: #454545;
    --gray-900: #3D3D3D;
    --text-xs: 12px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-md: 20px;
    --text-lg: 24px;
    --text-xl: 32px;
    --text-2xl: 36px;
    --text-3xl: 42px;
    --text-4xl: 48px;
}
html {
    scroll-padding-top: 65px;
}
body {
	background: var(--white);
	/*color: var(--gray-900);*/
	color: var(--black);
	font-size: var(--text-base);
	line-height: 1.6;
	font-family: 'Archivo', 'Pyidaungsu', sans-serif;
    font-weight: normal;
}
body.lang-mm, 
body.lang-mm h1, 
body.lang-mm h2, 
body.lang-mm h3, 
body.lang-mm h4, 
body.lang-mm h5, 
body.lang-mm h6, 
body.lang-mm .h1, 
body.lang-mm .h2, 
body.lang-mm .h3, 
body.lang-mm .h4, 
body.lang-mm .h5, 
body.lang-mm .h6 {
    line-height: 1.8;
}
body.lang-mm h1 {
    font-size: calc(var(--text-4xl) - 6px);
}
body.lang-mm h2 {
    font-size: calc(var(--text-3xl) - 6px);
}
body.lang-mm h3 {
    font-size: calc(var(--text-2xl) - 6px);
}
body.lang-mm h4 {
    font-size: calc(var(--text-xl) - 6px);
}
body.lang-mm h5 {
    font-size: calc(var(--text-lg) - 6px);
}
body.lang-mm h6 {
    font-size: calc(var(--text-md) - 6px);
}
body.lang-mm .cmn-page-info p {
    font-size: calc(var(--text-lg) - 4px);
}

body.lang-mm .text-xl {
    font-size: calc(var(--text-xl) - 4px);
}
body.lang-mm .text-lg {
    font-size: calc(var(--text-lg) - 4px);
}
body.lang-mm .text-md {
    font-size: calc(var(--text-md) - 4px);
}
a:hover {
	text-decoration: none;
}
img {
	/*width: 100%;*/
	max-width: 100%;
}
h1 {
    font-size: var(--text-4xl);
}
h2 {
    font-size: var(--text-3xl);
}
h3 {
    font-size: var(--text-2xl);
}
h4 {
    font-size: var(--text-xl);
}
h5 {
    font-size: var(--text-lg);
}
h6 {
    font-size: var(--text-md);
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 24px;
}
.news_img img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
main {
    min-height: 600px;
}
section {
    padding: 60px 0;
}
main>section:first-child {
    padding-top: 0;
}
.top-65 {
    top: 65px;
}
/*--------------------------------------------------------------------
Common
---------------------------------------------------------------------*/
.text-white {
    color: var(--white);
}
.text-gray {
    color: var(--gray-900);
}
.text-blue {
    color: var(--blue);
}
.bg-blue {
    background-color: var(--blue-900)
}
.bg-blue-light {
    background-color: var(--blue-50);
}
.bg-red {
    background-color: var(--red)
}
.text-xl {
    font-size: var(--text-xl);
}
.text-lg {
    font-size: var(--text-lg);
}
.text-md {
    font-size: var(--text-md);
}
.text-sm {
    font-size: var(--text-sm);
}
.text-xs {
    font-size: var(--text-xs);
}
.text-red {
    color: var(--red);
}
.cmn-ttl-line {
    position: relative;
    padding-left: 34px;
    color: var(--blue-900);
}
.cmn-ttl-line:before {
    content: '';
    background-color: var(--blue-900);
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}
.lang-mm .cmn-ttl-line:before {
    top: 16px;
}
.download-btn {
    min-width: 350px;
    min-height: 62px;
    background-color: var(--blue-900);
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: var(--white);
    position: relative;
    text-transform: capitalize;
}
/*--------------------------------------------------------------------
Header
---------------------------------------------------------------------*/
.logo-sec {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: end;
    align-items: center;
        flex-wrap: wrap;
}
.logo {
    margin-right: auto;
}
.logo img {
    width: 200px;
}
.logo-right  {
	display: flex;
	align-items: center;
    justify-content: end;
}
.logo-sec .form-inline {
    align-items: flex-end;
    position: relative;
}
.logo-sec .form-control {
   border: 0;
    border-radius: 12px;
    padding: 0.375rem 2.3rem 0.375rem 0.75rem;
    background-color: var(--blue-200);
    min-height: 40px;
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
    color: var(--gray-900);
}
.logo-sec .search-icn {
    position: absolute;
    bottom: 5px;
    right: 9px;
    font-size: 18px;
    color: var(--gray-900);
    border: 0;
    cursor: pointer;
    background: none;
    outline: none;
    z-index: 9999;
}

.lang-switcher {
  position: relative;
  margin-right: 16px;
}
.lang-switcher__button {
  min-width: 70px;
  background-color: var(--blue-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 0;
  outline: none;
}
.lang-switcher__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.lang-switcher__caret {
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white);
}
.lang-switcher__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  color: #2d1fb0;
  border-radius: 10px;
  padding: 6px;
  min-width: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  display: none;
  z-index: 999999;
}

.lang-switcher__item {
    display: flex;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #2d1fb0;
    text-decoration: none;
    align-items: center;
    gap: 8px
}

.lang-switcher__item:hover {
  background: #f0ebff;
}

.lang-switcher.is-open .lang-switcher__menu {
  display: block;
}

#navigation .menu-main-menu-container > ul > li:hover>a, 
#navigation .menu-main-menu-container > ul > li.current-menu-ancestor  {
    background: var(--blue-700);
    /*color: #fff !important;*/
}
#navigation .menu-main-menu-container .sub-menu>li:hover>a,
#navigation .menu-main-menu-container .sub-menu>.current-menu-ancestor>a,
#navigation .menu-main-menu-container .sub-menu>li.current-menu-item a {
    text-decoration: underline;
}

.breadcrumb {
    margin: 0;
    padding: 24px 0 40px;
}
.breadcrumb li {
        padding-right: 24px;
    margin-right: 12px;
    position: relative;
}
.breadcrumb li:after {
        content: '\f101';
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    font-size: 13px;
    color: var(--gray-900);
    position: absolute;
    right: 0;
    top: 2px;
}
.breadcrumb li:last-child:after {
        content: initial;
}
.breadcrumb li a {
    color: var(--gray-900);
    text-decoration: none;
}
/*--------------------------------------------------------------------
footer
---------------------------------------------------------------------*/
footer {
	background-color: var(--blue-950);
	padding: 40px 0;
	color: var(--white);
}
footer .copy-txt {
    margin-bottom: 0;
    font-size: var(--text-sm);
	text-align: center;
	color: var(--white);
}
.footer-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-list .menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-list .menu>li {
	width: 50%;
	font-size: var(--text-md);
    margin-bottom: 24px;
}
.footer-list>p,
.footer-list .menu>li>a {
    margin-bottom: 16px;
    color: var(--red);
    font-weight: 600;
}
.sub-menu li {
	font-size: var(--text-sm);
	    margin-bottom: 8px;
}
.footer-list li a {
    display: inline-block;
	color: var(--white);
	text-decoration: none;
}

/*--------------------------------------------------------------------
Slick Slider
---------------------------------------------------------------------*/
.slick-slide img {
    width: 100%;
}
.slick-next,
.slick-prev {
    background: var(--gray-900);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}

.slick-next:focus,
.slick-prev:focus,
.slick-next:hover,
.slick-prev:hover {
    background: var(--blue);
}
.main-slick-slider .slick-next,
.main-slick-slider .slick-prev {
    background: var(--white);
}
.slick-next-prev-bg-blue .slick-prev,
.slick-next-prev-bg-blue .slick-next {
    background: var(--blue-900);
}
.main-slick-slider .slick-prev {
	left: 34px;
}
.main-slick-slider .slick-next {
	right: 34px;
}
.slick-next-arrow-type1 .slick-next:before,
.main-slick-slider .slick-next:before {
    content: '❯';
}
.slick-next-arrow-type1 .slick-prev:before,
.main-slick-slider .slick-prev:before {
    content: '❮';
}
.main-slick-slider .slick-next:before, 
.main-slick-slider .slick-prev:before {
    color: var(--black);
}
.main-slick-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.main-slick-slider .slick-dots {
    bottom: 0;
}
.main-slick-slider .slick-dots li button:before {
	content: initial;
}
.main-slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0; 
    background: var(--white);
    border-radius: 50%;
}
.main-slick-slider .slick-dots li.slick-active {
	width: 60px;
}
.main-slick-slider .slick-dots li.slick-active button {
    width: 60px;
    border-radius: 14px;
    background: var(--blue);
}
.cmn-slick-slider {
    padding-bottom: 60px;
}
.cmn-slick-slider .slick-track {
    /*display: flex;
    gap: 24px;*/
}
.cmn-slick-slider .slick-next, 
.cmn-slick-slider .slick-prev {
    top: initial;
    bottom: 0;
}
.cmn-slick-slider .slick-prev {
    left: calc(50% - 60px);
}
.cmn-slick-slider .slick-next {
    right: calc(50% - 60px);
}
.cmn-slick-slider .slick-list {
    margin-bottom: 32px;
}
.bod-slick-slider .slick-next, 
.bod-slick-slider .slick-prev {
    background-color: var(--gray-200);
}
.bod-slick-slider .slick-next:before, 
.bod-slick-slider .slick-prev:before {
    color: var(--gray-900);
}
.cmn-slick-slider-height .slick-track {
    display: flex;
}
.cmn-slick-slider-height .slick-slide {
    display: flex;
    height: auto;
}
.cmn-slick-slider-height .slick-slide>div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
  .slick-slider-three.first-position .slick-list {
        /*margin-left: -120px;*/
    }
/*--------------------------------------------------------------------
Common Page Info
---------------------------------------------------------------------*/
.main-title {
    max-width: 308px;
    display: inline-block;
    padding-left: 40px;
    text-transform: uppercase;
    position: relative;
    color: var(--blue-900);
}
.main-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    background-color: var(--blue-900);
}
.sub-title {
    max-width: 308px;
    color: var(--blue-900);
}
.cmn-page-info p {
    font-size: var(--text-lg);
}
.lang-mm .main-title, 
.lang-mm .sub-title {
    max-width: 480px;
}
/*--------------------------------------------------------------------
Common Button
---------------------------------------------------------------------*/
.arrow-link {
    background-color: var(--blue-200);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: var(--blue-900);
}
.cmn-btn {
    min-width: 135px;
    min-height: 42px;
    background-color: var(--blue-900);
    padding: 4px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: var(--white);
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
}
.cmn-btn-white {
    background-color: var(--white);
    border: 1px solid var(--blue-900);
    border-radius: 12px;
    color: var(--blue-900); 
}
.cmn-btn-arrow:after {
    content: "\f178";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    padding-left: 12px;
}
.cmn-btn-sm {
    min-width: 125px; 
}
.cmn-btn-lg {
    min-width: 155px;
    min-height: 48px;
}
.cmn-btn-xl {
    min-width: 245px;
    min-height: 48px;
}
.cmn-btn-2xl {
    min-width: 350px;
    min-height: 48px;
}
.cmn-btn-arrow-animation.cmn-btn-sm:hover {
    min-width: calc(125px + 24px);
}
.cmn-btn-arrow-animation.cmn-btn-lg:hover {
    min-width: calc(155px + 24px);
}
.cmn-btn-arrow-animation.cmn-btn-xl:hover {
    min-width: calc(245px + 24px);
}
.cmn-btn-arrow-animation.cmn-btn-2xl:hover {
    min-width: calc(350px + 24px);
}
.cmn-btn-arrow-animation:hover:after {
    content: "\f178";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    padding-left: 12px;
    animation: all 0.3s;
}
.link-text {
    display: inline-block;
    font-size: var(--text-lg);
    text-decoration: none;
    color: var(--gray-700);
}
.link-text span {
    display: inline-block;
    margin-left: 16px;
}
/*--------------------------------------------------------------------
Common Tab
---------------------------------------------------------------------*/
.cmn-tab {
    display: flex;
    justify-content: space-between;
    gap: 34px;
}
.cmn-tab .cmn-tab-left {
    width: 31%;
    background-color: var(--white);
}
.cmn-tab .cmn-tab-right {
    width: 65%;
}
.cmn-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 34px;
}
.home-webinar .cmn-tab .cmn-tab-left {
    background-color: transparent;
}
.cmn-tab .cmn-tab-left a,
.cmn-tab .cmn-tab-left button {
    width: 100%;
    background-color: transparent;
    display: block;
    font-size: 20px;
    color: var(--gray-900);
    border-bottom: 1px solid var(--gray-900);
    border-radius: 0;
    outline: none;
    text-align: left;
    padding: 16px 50px 16px 16px;
    border-left: 4px solid var(--white);
    text-decoration: none;
    position: relative;
}
.home-webinar .cmn-tab .cmn-tab-left button {
    color: var(--white);
    border-left-color: var(--blue-900);
    border-bottom-color: var(--white);
    position: relative;
}
/*.cmn-tab .cmn-tab-left a:last-child,
.cmn-tab .cmn-tab-left button:last-child {
    border-bottom: 0;
}*/
/*.cmn-tab .cmn-tab-left a:hover,*/
.cmn-tab .cmn-tab-left a.active,
/*.cmn-tab .cmn-tab-left button:hover,*/
.cmn-tab .cmn-tab-left button.active {
    background-color: var(--blue-700);
    border-left-color: var(--red);
    position: relative;
    color: var(--white);
    border-bottom-color: var(--white);
}
.cmn-tab .cmn-tab-left a:hover:after,
.cmn-tab .cmn-tab-left a.active:after,
.cmn-tab .cmn-tab-left button:hover:after,
.cmn-tab .cmn-tab-left button.active:after {
    content: '\f061';
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    position: absolute;
    right: 23px;
    top: 12px;
    color: var(--gray-900);
}
.cmn-tab .cmn-tab-left a.active:after,
.cmn-tab .cmn-tab-left button.active:after,
.home-webinar .cmn-tab .cmn-tab-left a:not(.active):hover:after,
.home-webinar .cmn-tab .cmn-tab-left button:not(.active):hover:after {
    color: var(--white);
}
.post-item {
    background-color: var(--blue-100);
    margin-bottom: 24px;
    padding: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid var(--blue-50);
    animation: all 0.3s;
}
.post-item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: all 0.3s;
}
.post-item:hover a.arrow-link {
    background-color: var(--blue-900);
    color: var(--white);
    animation: all 0.3s;
}
.post-item .webinar-thumb {
    width: 120px;
}
.post-item .webinar-post-info {
    width: 69%;
}
.webinar-cat {
    min-width: 140px;
    min-height: 24px;
    background-color: var(--blue-900);
    padding: 4px 16px;
    margin-bottom: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 30px;
    font-size: var(--text-xs);
}
.webinar-info {
    list-style: none;
    margin-top: 24px;
    color: var(--blue-900);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.dataTables_wrapper .dataTables_paginate, 
.custom-pagination, 
.cmn-pagination__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 24px 0 32px;
    justify-content: center;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.custom-pagination a ,
.custom-pagination span,
.cmn-pagination__list button {
    background-color: var(--blue-100);
    border: 0;
    outline: none;
       min-width: 32px !important;
    min-height: 32px !important;
    padding: 2px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--blue-200);
    box-shadow: 1px 1px 1px var(--gray-200);
    text-decoration: none;
    color: var(--black)
}
.custom-pagination a:hover,
.custom-pagination .current, 
.cmn-pagination__list button:hover,
.cmn-pagination__list button.current {
    background-color: var(--blue-900);
    color: var(--white);
    border-color: var(--blue-900);
}
/*--------------------------------------------------------------------
Learning Series
---------------------------------------------------------------------*/
.single-learning-post {
    background-color: var(--gray-50);
    padding: 24px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
}

/*--------------------------------------------------------------------
Home
---------------------------------------------------------------------*/
.home-learning-series-card {
    background-image: linear-gradient(to right, var(--white), var(--blue-50));
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--blue-300);
    border-radius: 12px;
    animation: all 0.3s;
}
.home-learning-series-card:hover {
    background-image: linear-gradient(to right, var(--blue-600), var(--blue-900));
    color: var(--white);   
    animation: all 0.3s;
}
.home-learning-series-card:hover .learing-series-info-list li>span {
    color: var(--white);
    animation: all 0.3s;
}
.learing-series-status {
    min-width: 72px;
    min-height: 24px;
    background-color: var(--blue-50);
    margin-bottom: 24px;
    display: inline-flex;
    align-self: start;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    color: var(--gray-900);
    font-size: var(--text-xs);
    font-weight: bold;
}
.learing-series-info-list {
    margin-bottom: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--blue-100);
}
.learing-series-info-list li {
    margin-bottom: 16px;
}

.learing-series-info-list li>span {
  font-size: 18px;
    color: var(--blue-900);
    display: inline-block;
    margin-right: 8px;
}
.home-learning-series-card .cmn-btn {
    margin-top: auto;
}
.youtube-video iframe {
    width: 100%;
}
/*--------------------------------------------------------------------
BOD
---------------------------------------------------------------------*/
.bod-box {
    display: flex;
    flex-direction: column;
    color: var(--black);
    text-decoration: none;
    align-items: center;
    text-align: center;
        gap: 12px 0;
}
.bod-box-img {
    background-color: var(--blue-200);
    /*margin-bottom: 12px;*/
    display: block;
    height: 368px;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
        box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.05);
}
.bod-box h5 {
    margin-bottom: 0;
}
.single-bod-sec .bod-box-img {
    /*height: auto;*/
}
.bod-box-img img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}
.membership-director-registry-sec .bod-box-img {
    height: auto;
}
.membership-director-registry-sec .bod-box-img img {
    height: auto;
    object-fit: initial;
}
.bod-box-img.bod-box-img-dt {
    height: auto;
}
.bod-box-img.bod-box-img-dt img {
    height: auto;
    object-fit: initial;
}
.bod-box-position {
   min-width: 122px;
    min-height: 38px;
    margin: 0 auto;
    padding: 4px 12px;
    display: inline-flex;
    justify-content: center;
    align-self: start;
    align-items: center;
    border-radius: 24px;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--red);
    text-align: center;
}
.single-bod-sec {
    padding-top: 32px;
    margin-top: 40px;
    border: 1px solid var(--gray-100);
    border-left: 0;
    border-right: 0;
}
.cmn-slick-slider .bod-box {
    padding: 0 16px;
}
.detail-invited-speaker h3 {
        font-weight: bold;
    margin-bottom: 12px;
    color: var(--blue);
}
.detail-invited-speaker h5 {
        font-weight: bold;
  color: var(--red);
    margin-bottom: 10px;
    font-size: var(--text-md);
}
.detail-invited-speaker h5:nth-of-type(2) {
       margin-bottom: 32px;
}

/*--------------------------------------------------------------------
Membership Categories
---------------------------------------------------------------------*/
.director-registry-sec .slick-list {
    margin: 0 40px;
}
.director-registry-sec .bod-box {
    margin: 0 16px;
}
.director-registry-sec.slick-slider .bod-box-img {
    border-radius: 12px;
}
.slick-slide img.rounded-bod-image {
    width: 126px;
    height: 126px;
    margin: 0 auto 16px;
    object-fit: cover;
    border-radius: 100%;
}
.membership-nav-tabs {
    border-bottom: 1px solid var(--gray-200);
    font-size: 24px;
    margin-bottom: 24px;
    justify-content: space-between;
}
.membership-nav-tabs .nav-link {
    padding: 8px;
}
.nav-tabs .nav-item.show .nav-link, 
.membership-nav-tabs .nav-link, 
.membership-nav-tabs .nav-link:hover {
    color: var(--gray-900);
    outline: none;
    border: 0;
}
.membership-nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 3px solid transparent;
}
.membership-tab-content .tab-pane {
    padding: 32px;
    border-radius: 24px;
    color: var(--white);
}
.membership-tab-content .tab-pane h3,
.membership-tab-content .tab-pane h4{
    margin-bottom: 24px;
}
.why-should-box {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    padding: 32px 120px;
    max-width: 1166px;
    margin: 0 auto;
    border-radius: 48px;
    align-items: center;
    flex-wrap: wrap;
}
.why-should-box .main-title {
    color: var(--white);
}
.why-should-box .main-title:before {
    background-color: var(--white);
}
/*home*/
.home-member-box {
    height: 100%;
    padding: 38px 24px;
    border-radius: 24px;
    color: var(--white);
}
.home-member-box .price-text {
    margin: 60px 0 90px;
    font-size: var(--text-lg);
}
.home-member-box  .cmn-btn {
    background-color: var(--gray-200);
    margin-top: auto;
}
.glueup-login-form {
    width: 100%;
    min-height: 280px;
}
.youtube-video iframe {
   width: 100%;
    height: 430px;
    border-radius: 12px;
    border: 1px solid var(--gray-50);
}

/*--------------------------------------------------------------------
Director Registry Page
---------------------------------------------------------------------*/
.filter-box {
    margin-top: 24px;
    margin-bottom: 36px;
}
.filter-box .form-control {
    border-color: #42617d;
}
.dataTables_filter {
   display: none;
}
#director-registry {
    border-bottom: 0;
    /*margin-bottom: 24px;*/
}
#director-registry tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
}
#director-registry tr {
    width: calc(25% - 24px);
}
#director-registry tr td {
    display: block;
    padding: 0;
}
.dataTables_empty {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* box-shadow: 1px 1px 1px #ddd; */
    width: calc(100% - 16px);
    padding: 16px 8px !important;
    color: #f00 !important;
    border: 1px solid #ddd;
}
.director-name {
    /*height: 52px;*/
}
.director-name a {
 display: block;
    margin-top: 16px;
    color: var(--gray-900);
    font-size: var(--text-lg);
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}
/*#director-registry tr:nth-child(even) .director-name a {
        background: #d97951;
}*/
.dataTables_wrapper .dataTables_paginate>span{
    /*    float: initial !important;*/
    /*text-align: center !important;*/
    /*margin: 36px 0 16px;*/
    display: flex;
    gap: 20px;
}
/*.dataTables_wrapper .dataTables_paginate span .paginate_button,*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
/*    padding: 2px 10px !important;*/
/*    font-size: 16px !important;*/
/*    color: #133a5d !important;*/
/*    margin: 0 2px !important;*/
/*    border: 0 !important;*/
/*}*/
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
        background: #133a5d !important;
    color: #fff !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active {
    background: initial !important;
    color: #133a5d !important;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
    display: none !important;
}

.single-director-registry-img {
   /*width: 180px;*/
   /* float: left;*/
   /* margin: 0 32px 24px 0;*/
   width: 216px;
    height: 253px;
    object-fit: cover;
}
.director-linkedin {
       color: #153B60;
}
.director-linkedin i {
   font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #0077b5;
    margin-right: 4px;
}
.single-directory-list ul {
    padding-left: 20px;
}
.directory-registry-edu-info {
    margin-bottom: 16px;
}
.directory-registry-edu-info h5 {
    padding-left: 16px;
    border-left: 3px solid var(--red);
}
/*--------------------------------------------------------------------
About Us Page
---------------------------------------------------------------------*/
.about-miod-count {
    max-width: 90px;
    margin: 0 auto;
    color: var(--white);
    text-align: center;
}
.mission-bg {
    background-image: url(../images/mission_bg.png);
}
.vision-bg {
    background-image: url(../images/vision_bg.png);
}
.mission-bg,
.vision-bg {
    background-repeat: no-repeat;
    background-position: top right;
}
/*--------------------------------------------------------------------
Events Page
---------------------------------------------------------------------*/
.toggle-container {
    width: 280px;
   min-height: 50px;
    background-color: var(--blue-100);
    margin: 0 0 32px auto;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    justify-content: space-between;
}
.toggle-btn {
    width: calc(100% / 2);
    border: none;
    padding: 4px 8px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
.toggle-btn.active {
    background-color: var(--blue-900);
    color: var(--blue-100);
}
.toggle-btn:not(.active) {
    background-color: transparent;
    color: var(--gray-900);
}
.card-img-wrapper {
    padding: 16px;    
}
.img-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--gray-200);
  padding-top: 56.25%; 
  background-color: #f8f9fa;
  overflow: hidden; 
}

.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out; 
}
.events-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
    height: 100%;
    transition: transform 0.2s ease;
}
.events-card:hover {
    box-shadow: 0px 8px 24px -4px #18274B14;
    box-shadow: 0px 6px 12px -6px #18274b94;
}
.events-card:hover .img-container img {
  transform: scale(1.08); 
}
.events-card:hover a {
    text-decoration:underline;
    text-underline-offset: 3px;
}
.events-card h6 {
    line-height: 28px;
    font-weight: 400;
}
.status-badge {
    display: inline-block;
    background-color: #f0f4f8;
    color: #5c728a;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}
.date-text {
    font-size: 16px;
    color: var(--gray-900);
}
.read-more-btn {
    font-size: 16px;
    color: var(--blue-600);
    text-decoration: none;
    font-weight: 500;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.pagination-wrapper .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    text-decoration: none;
    font-size: 14px;
    color: #4a5568;
    background: transparent;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}
.pagination-wrapper .page-numbers.current {
    background-color: #0d233a;
    color: #ffffff !important;
    font-weight: 500;
}
.pagination-wrapper a.page-numbers:hover {
    background-color: #f1f3f5;
    color: #0d233a;
}
.pagination-wrapper span.dots {
    color: #a0aec0;
    padding: 0 4px;
    letter-spacing: 2px;
}
.pagination-wrapper a.next.page-numbers {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
    color: #2d3748;
    font-weight: 500;
}
.event-sg-box h5,
.event-sg-box h6 {
    color: var(--blue-900);
    font-weight: bold;
}
.event-sg-box a {
    color: var(--gray-900);
}
/*--------------------------------------------------------------------
Research
---------------------------------------------------------------------*/
.research {
    font-weight: 400;
}
.research h2 {
    color: var(--blue-900);
    line-height: 60px;
}
.research h5 {
    color: var(--gray-900);
    line-height: 40px;
    margin-top: 3rem;
}
.research img {
    border: 1px solid var(--gray-100);
    border-radius: 12px;
}
.research p {
    font-size: 18px;
    line-height: 32px;
    color: var(--gray-900);
}
.research ul li {
    font-size: 18px;
    line-height: 32px;
    color: var(--gray-900);
}
hr {
    margin: 3rem 0;
    color: var(--gray-200);
}
.research h4 {
    color: var(--blue-900);
}
/*--------------------------------------------------------------------
Publications
---------------------------------------------------------------------*/
.publications-box {
    background-color: var(--gray-50);
    border-radius: 12px;
    padding: 12px;
}
.publications h2 {
    color: var(--blue-900);
    line-height: 60px;
}
.publications h5 {
    color: var(--blue-950);
    line-height: 30px;
    border-left: 3px solid var(--red);
}
.publications ul li {
    font-size: 18px;
    line-height: 32px;
    color: var(--gray-900);
}
/*--------------------------------------------------------------------
Photo Gallery
---------------------------------------------------------------------*/
.img-wrapper img { 
    border-radius: 24px;
    border: 1px solid var(--blue-200);
    overflow: hidden; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    /*margin-bottom:28px;*/
}
.gallery-title h5 {
    border-left: 3px solid var(--red); 
    color: var(--blue); 
    font-weight: 400; 
    text-transform: uppercase; 
}
.gallery-desc p {
    color: var(--gray-800);
    line-height: 31px;
}

/* .custom-pagination {*/
/*    margin-top: 20px;*/
/*    text-align: center;*/
/*}*/
/*.custom-pagination a ,*/
/*.custom-pagination span {*/
/*    padding: 5px 9px; */
/*color: #133a5d;*/
/*}*/
/*.custom-pagination .current {*/
/*    background: #133a5d;*/
/*    border: 1px solid #89adcf;*/
/*    color: #fff;*/
/*}*/
/*--------------------------------------------------------------------
Learning Management System (e-learning) Platform
---------------------------------------------------------------------*/
.inner-banner img {
    width: 100%;
}
.inner-banner p {
    line-height: 32px;
    font-size: 18px;
}
.video-sec {
    padding: 20px 0;
}
.video-sec h5 {
    color: var(--blue-900);
}
.video-wrapper iframe {
    border-radius: 24px;
    margin: 30px 0;
}
.download-btn {
    min-width: 350px;
    min-height: 62px;
    background-color: var(--blue-900);
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: var(--white);
    position: relative;
    text-transform: capitalize;
}
/*--------------------------------------------------------------------
Our Corporate Members
---------------------------------------------------------------------*/
.corporate-members-card {
	background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
	padding: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease;
}
.corporate-members-card:hover {
    box-shadow: 0px 8px 24px -4px #18274B14;
    box-shadow: 0px 6px 12px -6px #18274b94;
}
.corporate-members h2 {
    color: var(--blue-900);
    line-height: 60px;
}
/* .company-logo img {
  max-width: 284px;
  min-height: 130px; 
  border-radius: 12px;
  margin-bottom: 10px;
} */
.company-logo {
    width: 280px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.company-name {
  font-weight: 700;
  color: var(--blue-900); 
  margin-bottom: 0px;
}
.member-since {
  font-size: 18px;
  color: var(--red); 
  font-weight: 500;
  margin-bottom: 12px;
}
.description {
  font-size: 18px;
  line-height: 32px;
  color: var(--gray-900);
  text-align: justify;
}
/*--------------------------------------------------------------------
Contact Us 
---------------------------------------------------------------------*/
.contact-detail h4 {
    color: var(--blue-900);
    line-height: 40px;
}
.contact-info, .contact-info a {
    font-size: 18px; 
    color: var(--gray-900); 
    line-height: 27px;
    padding: 12px 0;
}
.sns-links-block a {
    color: var(--blue-900); 
    font-size: 36px; 
    text-decoration: none;
}
/*MOU Partner*/
.partner-table-list {
    width: 100%;
}
.partner-table-list td {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.partner-table-list td:first-child {
    padding-right: 16px;
}
.partner-table-list td:last-child {
    padding-left: 16px;
}
.partner-table-list td img {
    max-width: 100%;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin-bottom: 8px;
}

/*--------------------------------------------------------------------
Single Webinar
---------------------------------------------------------------------*/
.single-webinar-sec {
    padding: 36px 0 70px;
}
.webinar-detail__header {
    margin-bottom: 48px;
}
.webinar-detail__title {
    color: var(--blue-900);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 26px;
}
.webinar-detail__date {
    color: var(--gray-800);
    font-size: 13px;
}
.webinar-detail__date i {
    color: var(--blue-900);
}
.webinar-detail__media {
    border-radius: 14px;
    margin-bottom: 58px;
    overflow: hidden;
    background-color: var(--blue-50);
}
.webinar-detail__image-media {
    box-shadow: 0 16px 36px rgba(13, 41, 68, 0.16);
}
.webinar-detail__media img,
.webinar-detail__media iframe {
    display: block;
    width: 100%;
    border: 0;
}
.webinar-detail__content {
    color: var(--gray-900);
    font-size: 14px;
    line-height: 1.65;
}
.webinar-detail__content h2,
.webinar-detail__content h3,
.webinar-detail__content h4 {
    color: var(--blue-900);
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 14px;
}
.webinar-detail__content h2 {
    font-size: 24px;
}
.webinar-detail__content p {
    margin-bottom: 32px;
}
.webinar-speakers {
    padding: 0;
}
.webinar-speaker-section {
    margin-bottom: 46px;
}
.webinar-speaker-section:last-child {
    margin-bottom: 0;
}
.webinar-section-title {
    color: var(--blue-900);
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.webinar-speaker-section__description {
    color: var(--gray-900);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 40px;
}
.webinar-speaker-section__description ul,
.webinar-speaker-section__description ol {
    padding-left: 24px;
    margin-bottom: 0;
}
.webinar-speaker-section__description li {
    margin-bottom: 6px;
}
.webinar-speaker-section__description p:last-child,
.webinar-speaker-section__description li:last-child {
    margin-bottom: 0;
}
.webinar-speaker {
    margin-bottom: 60px;
}
.webinar-speaker:last-child {
    margin-bottom: 0;
}
.webinar-speaker__image {
    background-color: var(--blue-50);
    overflow: hidden;
    width: 390px;
    max-width: 100%;
}
.webinar-speaker__image img {
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
}
.webinar-speaker__text h3 {
    color: var(--gray-800);
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 3px;
}
.webinar-speaker__position {
    color: var(--gray-700);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 22px;
}
.webinar-speaker__bio {
    color: var(--gray-900);
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.webinar-speaker__bio p:last-child {
    margin-bottom: 0;
}
#my-calendar {
    background: var(--blue-100);
    max-width: 100% !important;
}
#mc_head_my-calendar {
        padding: 8px;
    background-color: var(--blue-900);
    color: var(--white);
    margin-bottom: 24px;
    text-transform: capitalize;
}
.mc-main .my-calendar-navigation {
    padding: 0 24px;
}
.mc-main .mc-content {
    padding: 24px;
}
.mc-main nav ul {
    column-gap: 1px;
}
#my-calendar.mc-main .my-calendar-navigation a {
    background-color: var(--gray-200);
    color: var(--black);
    outline: 0;
}
#my-calendar.mc-main .my-calendar-navigation a:hover {
    border-color: var(--gray-600);
}
#my-calendar.mc-main .my-calendar-navigation .mc-active {
    background-color: var(--blue-700);
    color: var(--white);
}
#my-calendar.mc-main .has-events .mc-date {
    background-color: var(--red);
}

@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    #director-registry tr {
        width: calc(calc(100% / 3) - 24px);
    }
}
@media (max-width: 992px) {
    .logo-sec {
        justify-content: space-between;
}
    .lang-switcher {
         margin-right: 0; 
    }
    #search-container {
        width: 100%;
        margin-top: 16px;
    }
    .membership-nav-tabs {
        border-bottom: 0;
        justify-content: start;
    }
    .membership-nav-tabs li {
        border-bottom: 1px solid var(--gray-200);
    }
    .single-bod-sec {
        margin-top: 20px;
    }
    #director-registry tr {
        width: calc(calc(100% / 2) - 24px);
    }
}
@media (max-width: 768px) {
    :root {
        --text-xs: 12px;
        --text-sm: 14px;
        --text-base: 14px;
        --text-md: 18px;
        --text-lg: 22px;
        --text-xl: 28px;
        --text-2xl: 30px;
        --text-3xl: 34px;
        --text-4xl: 40px;
    }
    section {
        padding: 30px 0;
    }
    .sub-title {
        max-width: 100%;
    }
    .cmn-tab .cmn-tab-left,
    .cmn-tab .cmn-tab-right {
        width: 100%;
    }
    .main-slick-slider .slick-slide img {
        height: auto;
    }
    .bod-box-img {
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .why-should-box {
        padding: 8px 32px;
    }
    
    .partner-table-list td {
        width: 100% !important;
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }
    
    .partner-table-list td:first-child {
        padding-right: 0;
    }
    .partner-table-list td:last-child {
        padding-left: 0;
    }
    
    .webinar-detail__header {
        margin-bottom: 28px;
    }
    .webinar-detail__title {
        font-size: 24px;
    }
    .webinar-detail__media {
        margin-bottom: 34px;
    }
    .webinar-speaker__text h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

}
@media (max-width: 576px) {
    :root {
        --text-xl: 24px;
        --text-2xl: 28px;
        --text-3xl: 32px;
        --text-4xl: 38px;
    }
    #director-registry tbody {
        gap: 32px 0;
    }
    .footer-list #menu-footer-menu>li{
        width: 100%;
    }
    #director-registry tr {
                width: 284px;
        margin: 0 auto;
    }
    .research h2 {
        line-height: 48px;
    }
    .research h5 {
        margin-top: 1rem;
    }
    .cmn-btn-2xl {
        min-width: 100%;
    }
    .membership-tab-content .tab-pane {
        padding: 16px;
    }
}