@charset "UTF-8";
@import url(../font-awesome/css/font-awesome.min.css);
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: url('fonts/Pyidaungsu/Pyidaungsu.eot');
    src: url('fonts/Pyidaungsu/Pyidaungsu.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pyidaungsu/Pyidaungsu.woff2') format('woff2'),
        url('fonts/Pyidaungsu/Pyidaungsu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 1000;   /* variable weight range */
  font-stretch: 75% 125%; /* variable width range */
  font-style: normal;
}
:root {
    --yellow: #FCA93D; 
    --gray: #F7ECFF;
    --purple: #8B4FC9;
    --purple-light: #D3ACFF;
    --purple-400: #A377D8;
    --white: #fff;
    --black-100: #E7E7E7;  
    --black-50: #F6F6F6;  
    --black-200: #D1D1D1;
    --black-700: #4F4F4F;
    --red: #CF4D4D;
}
body {
    background: #fff;
    color: var(--black-700);
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Roboto', 'Pyidaungsu', sans-serif;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h2, h3, h4, h5, h6 {
    font-weight: 600;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 0.5rem;
}
main {
  padding: 48px 0;
} 
.text-purple {
  color: var(--purple);
}
.text-red {
  color: var(--red);
}
.transition {
  transition: all 0.3s;
}
.font-18 {
  font-size: 18px;
}
/*--------------------------------------------------------------------
Header
---------------------------------------------------------------------*/
.cmn-btn {
  background-color: var(--purple);
  min-width: 123px;
  min-height: 56px;
  padding: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  outline: none;
  border-radius: 12px;
  border: 1px solid var(--purple);
}
.btn-gray {
  background-color: var(--black-200);
  color: var(--black-700);
  border-color: var(--black-200);
}
.cmn-btn:hover {
  background-color: transparent;
  color: var(--purple);
}
.btn-gray:hover {
  color: var(--black-700);
}
.btn-sm {
  min-width: 117px;
  min-height: 32px;
  padding: 4px;
  border-radius: 8px;
}
.readmore-btn {
  min-width: 110px;
  color: var(--purple);
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.view-all {
  color: var(--black-700);
  text-decoration: none;
}
.custom-pagination {
      margin-top: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.custom-pagination a ,
.custom-pagination span {
  padding: 6px 11px;
  color: #1E1E1E;
  text-decoration: none;
  min-height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .current {
    background: var(--purple);
    border: 1px solid #89adcf;
    color: #fff;
    border-radius: 8px;
}
.custom-pagination .prev ,
.custom-pagination .next {  
  background: var(--black-700);
  color: var(--white);
  border-radius: 8px;
  font-size: 12px;
}
.cmn-bnr-ttl-sec {
  margin-bottom: 40px;
}
.cmn-bnr-img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 12px;
}
.cmn-bnr-ttl {
  margin: 0 0 12px;
  padding-left: 24px;
  border-left: 6px solid var(--yellow);
}
.cmn-tab-title>* {
  background-color: var(--gray);
  width: 100%;
  padding: 8px;
  text-align: left;
  margin-bottom: 8px;
  border-left: 3px solid var(--gray);
}
.cmn-tab-title .active {
  background-color: var(--purple);
  border-left-color: var(--yellow);
  color: var(--white);
}
.cmn-accor-box {
  background-color: var(--white);
  margin-bottom: 8px;
}
.cmn-accor-qbox {
  background-color: var(--purple);
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
}
.cmn-accor-abox {
  background-color: var(--gray);
  padding: 8px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
section {
    padding: 40px 0px;
}
thead>tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    line-height: 40px;
}
/*--------------------------------------------------------------------
Header
---------------------------------------------------------------------*/
.topbar {
  background-color: var(--white);
  height: 64px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  /* opacity: 0.9; */
}
#searchform {
	align-items: flex-end;
	position: relative;
	width: 245px;
}
#searchform .form-control {
	border-color: #E7E7E7;
  border-radius: 10px;
  padding: 0.375rem 0.75rem 0.375rem 2.6rem;
  font-size: 16px;
  min-height: 40px;
	background: transparent;  
}
#searchform .search-icn {
	position: absolute;
    bottom: 4px;
    left: 10px;
    font-size: 18px;
    color: var(--black);
    border: 0;
    cursor: pointer;
    background: none;
    outline: none;
    z-index: 9999;
}
.search-box {
  padding-right: 25px;
}
.widget_polylang ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin:0;
    padding:0;
}
.widget_polylang li {
    list-style: none;
}
.widget_polylang a {
    color: var(--black-700);
}
.widget_polylang img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
}
.nav_menu {
    background-color: var(--purple);
    border-bottom: 2.5px solid var(--yellow);
    min-height: 90px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
.apply_member_loan a {
    background: var(--white) !important;
    color: var(--purple) !important;
    border-radius: 6px !important;
}
#mega-menu-wrap-main_menu {
    display: flex;
    align-items: center;
}

/*--------------------------------------------------------------------
Footer
---------------------------------------------------------------------*/
footer {
  background-image: linear-gradient(to right, #D3ACFF, #8B4FC9);
  padding: 32px 0 8px;
  color: var(--white);
  font-size: 14px;
}
footer a {
  color: var(--white);
}
.footer-copy {
  /*display: flex;*/
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--white);
}
#menu-footer-menu-en {
  list-style: none;
  display: flex;
}
#menu-footer-menu-en li {
  padding: 0 4px;
}
#menu-footer-menu-en li:after {
  content: "|";
  padding-left: 8px;
}
#menu-footer-menu-en li:last-child:after {
  content: initial;
}
.es_subscription_form.es_subscription_form.wysiwyg-form {
  background-color: transparent !important;
  display: flex;
  padding: 0 !important;
  align-items: end;
  gap: 0 8px;
}
.es_subscription_form.es_subscription_form.wysiwyg-form .ig-es-form-field {
  width: calc(100% - 62px);
}
.es_subscription_form.es_subscription_form.wysiwyg-form  .es-field-label {
  width: 100%;
}
.es_subscription_form.es_subscription_form.wysiwyg-form .ig-es-form-input {
  width: 100%;
  height: 32px !important;
}
.es_subscription_form.es_subscription_form.wysiwyg-form .es-submit-container {
  width: 62px !important;
}
.es_subscription_form.es_subscription_form.wysiwyg-form .es-subscribe-btn {
/*width: 62px !important;*/
    height: 32px !important;
    font-size: 14px !important;
    text-align: center;
    padding: 0 !important;
}
/*--------------------------------------------------------------------
Banner
---------------------------------------------------------------------*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .swiper-button-prev,
.swiper-button-next {
    background: #444;
} */
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 16px;
}
.swiper-pagination-bullet {
    background-color: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: var(--yellow);
}
.sub-banner {
    background-color: var(--gray);
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-banner .breadcrumb {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-banner .breadcrumb li {
    position: relative;
    padding-right: 30px;
}
.sub-banner .breadcrumb li:after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;      
  content: "\f105";  
  position: absolute;
  right: 10px;
}
.sub-banner .breadcrumb li:last-child:after {
  content: initial;
}
.sub-banner .breadcrumb li:last-child {
  padding-right: 0;
}
.sub-banner .breadcrumb li a {
  color: var(--black-700);
  text-decoration: none;
}
/*--------------------------------------------------------------------
Services
---------------------------------------------------------------------*/
.service{
  background:#F6F6F6;
  border-radius:12px;
  padding:29px 24px;
  transition:0.3s;
}

.service:hover{
  background:#dedede;
}
.service-icon{
  width:48px;
  height:48px;
  border-radius:8px;
  background:#F7ECFF;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 20px;
}

.service a {
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.services-bottom{
  background:#d7cde6;
  padding:60px 0;
}

.service-card{
  background:#fff;
  border-radius:14px;
  padding:40px 25px;
  text-align:center;
  height:100%;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.service-card img{
  width: 150px;
  height: 150px;
  margin-bottom:3rem;
}

.service-card h5{
  color:#7c4bd8;
  font-weight:600;
  margin-bottom:10px;
}

.service-card p{
  font-size:14px;
  color:#666;
}
/*--------------------------------------------------------------------
AEON S-Loan Scheme
---------------------------------------------------------------------*/
.doc-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.doc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.doc-table thead th {
  background-color: #6a5acd;
  color: #fff;
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

.doc-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
}

.doc-table td:nth-child(1),
.doc-table td:nth-child(4),
.doc-table td:nth-child(5) {
  text-align: center;
  width: 80px;
}

.doc-table ul {
  padding-left: 18px;
  margin: 6px 0;
}

.doc-table li {
  margin-bottom: 4px;
}

.check {
  color: green;
  font-size: 18px;
  font-weight: bold;
}

.dash {
  color: #999;
  font-size: 18px;
}

.highlight {
  color: var(--purple);
  display: block;
  margin-top: 10px;
}

/*--------------------------------------------------------------------
Events & News
---------------------------------------------------------------------*/
.news-box img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  border-radius: 16px;
}
.single-news {
  background: var(--black-50);
  padding: 40px;
  border-radius: 24px;
}
.single-news-ctn {
  padding-left: 24px;
  border-left: 6px solid var(--yellow);
  margin-bottom: 24px;
}
/*--------------------------------------------------------------------
Application Point List
---------------------------------------------------------------------*/
.cmn-tab-list li button {
  min-width: 140px;
  font-size: 18px;
  color: var(--purple);
}
.cmn-tab-list .nav-link.active, 
.cmn-tab-list .show>.nav-link {
  background-color: var(--purple);
  padding: 8px 32px;
  color: var(--white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cmn-tab-ctn .tab-pane {
  padding: 24px 24px 8px;
  background: var(--gray);
}
.cmn-shop-list-table colgroup col, 
.cmn-shop-list-table ,
.cmn-shop-list-table th,
.cmn-shop-list-table tr,
.cmn-shop-list-table td{
  width: 100% !important;
}
.cmn-shop-list-table thead tr th,
.cmn-shop-list-table tr td {
  padding: 10px 20px;
}
.cmn-shop-list-table thead tr th ,
.cmn-shop-list-table .shop-row {
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.cmn-shop-list-table thead tr th {
  background: var(--purple);
  color: var(--white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cmn-shop-list-table td {
  background-color: transparent;
  border: 0;
}
.cmn-shop-list-table .shop-name {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: var(--purple);
  font-weight: bold;
}
.cmn-shop-list-table .shop-content {
  padding-top: 0;
}
.cmn-shop-list-table .shop-content ul {
  margin-bottom: 24px;
}
.cmn-shop-list-table .shop-content ul:last-child {
  margin-bottom: 0;
}
.dt-paging .active>.page-link, 
.dt-paging .page-link.active {
  background-color: var(--purple);
}

/*--------------------------------------------------------------------
Contact Us
---------------------------------------------------------------------*/
.contact-sec-bg {
  position: relative;
}
.contact-sec-bg:after {
  content: "";
  width: 28%;
  height: 100%;
  background-color: var(--purple-400);
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
.contact-form {
  background-color: var(--white);
  padding: 24px 32px;
  box-shadow: 0px 12px 42px -4px #18274B1F, 0px 8px 18px -6px #18274B1F;
  border-radius: 24px;
}
.contact-form .wpcf7-form-control-wrap,
.contact-form label, 
.contact-form input:not(.cmn-btn), 
.contact-form select, 
.contact-form textarea {
  display: block;
  width: 100%;
}
.contact-form label {
  margin-bottom: 16px;
  font-weight: bold;
}
.contact-form input:not(.cmn-btn), 
.contact-form select, 
.contact-form textarea {
  background-color: var(--black-100);
  margin-top: 8px;
  min-height: 48px;
}
.btn-gp {
  display: flex;
    gap: 24px;
}
.btn-gp>div>p {
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------------
AML/CFT
---------------------------------------------------------------------*/
.amlcft-list ul {
  list-style-position: inside;
}
.amlcft-list ul li {
  margin-bottom: 8px;
}
.amlcft-list ul a {
  text-decoration: underline; 
  color: var(--black-700);
}
.amlcft-list ul a:hover {
  color: var(--purple);
}
/*--------------------------------------------------------------------
Repayment Option
---------------------------------------------------------------------*/
.left_side {
    background-color: #F6F6F6;
    padding: 20px;
}
.left_side img {
    padding-right: 14px;
}
.left_side button {
    font-weight: 600;
}
.nav-pills .nav-link {
    color: var(--black-700);
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: var(--bs-nav-pills-link-active-color)!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--purple-400)!important;
}
.repayment-option-page ol {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 40px;
}
/*--------------------------------------------------------------------
Repayment by Mobile Banking
---------------------------------------------------------------------*/
.phone-box {
    text-align: center;
}
.phone-box img{
    max-width:80%;
    max-height:400px;
}

.mobile-step-text{
    font-size:16px;
    font-weight: 400;
    margin-top:10px;
    color:#4F4F4F;
    text-align: left;
}

.phone-box{
    margin-bottom:40px;
}
/*--------------------------------------------------------------------
Branch
---------------------------------------------------------------------*/
.data-table-sec .top {
display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 24px;
    margin-bottom: 32px;
    flex-direction: row-reverse;
}
.data-table-sec .dt-search {
  display: flex;
    align-items: center;
}
.data-table-sec .pagination button,
.data-table-sec .bottom select, 
.data-table-sec .top input, 
.data-table-sec .top select {
    min-height: 38px;
}
.data-table-sec table {
  width: 100%;
  border: 1px solid var(--black-100);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.data-table-sec table thead tr {
  background-color: var(--purple);
  color: var(--white);
}
.data-table-sec table tr td {
  width: 20%;
  /*border: 1px solid var(--white);*/
}
.data-table-sec table tr td:nth-child(1) {
  width: 8%;
  text-align: center;
}
.data-table-sec table tr td:nth-child(4) {
  width: 40%;
}
.data-table-sec table tbody tr:nth-child(odd) {
  background-color: var(--gray);
}
.data-table-sec table tbody tr:nth-child(even) {
  background-color: var(--white);
}
.data-table-sec table thead tr td {
  padding: 20px 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.data-table-sec table thead tr td:first-child {
  border-top-left-radius: 8px;
}
.data-table-sec table thead tr td:last-child {
  border-top-right-radius: 8px;
}
.data-table-sec table tr td {
  padding: 16px 8px;
}
.data-table-sec .bottom {
  border: 1px solid var(--black-100);
    /*border-top: 0;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    /*background-color: var(--black-50);*/
}

/*--------------------------------------------------------------------
CSR Activities
---------------------------------------------------------------------*/

.club-activity-box {
  background-color: var(--white);
  border: 1px solid #DCC6FB;
  padding: 24px;
  border-radius: 16px;
}
.club-activity-box p {
  padding-left: 30px;
}
/*--------------------------------------------------------------------
Apply Membe Loan
---------------------------------------------------------------------*/
.step-card {
    position:relative;
    border-radius:15px;
    padding:20px;
}
.step-badge {
    position:absolute;
    top:-25px;
    left:50%;
    transform:translateX(-50%);
    background:#f4a037;
    color:#fff;
    padding:8px 30px;
    border-radius:12px;
    font-weight:600;
}
.step-text {
    color: var(--purple);
    font-weight:500;
    font-size:18px;
}
.alert-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #FFF2F1;
    color: #d32f2f;
    padding: 10px 20px;
    border-radius: 20px;
    width: fit-content;
    max-width: 600px;
}

.alert-icon {
    font-size: 16px;
}

.alert-text {
    font-size: 16px;
    font-weight: 400;
}
/*--------------------------------------------------------------------
World Wide AEON Network
---------------------------------------------------------------------*/

.our-group-companies h6 {
    border-bottom: 1px solid var(--black-700);
    padding: 10px 0px;
}