/**
 * @file
 * Wtyles by OrientWebs
 */


/* body */
h1, h2, h3, h4, h5, h6{
	letter-spacing: 0 !important;
}
p{
	margin-top: 0;
	margin-bottom: 1.2rem;
}

body.gin-login .user-form-page__user-form img{
	max-height: 100%!important;
}
.region--bright-background, #drupal-off-canvas-wrapper label.region--bright-background{
	color: #333;
	font-size: 17px;
}

/* 	header	------------------------------------------ */
.header-top .header-top__container {
  padding: 15px 0;
}

.header__container .header-second .region-header{
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: strat; 	
}

.header-top + .sticky-wrapper .header, .header-top + .header{
	background:  var(--mt-color-primary);
}

.header-top-highlighted{
	background: #e3e6e8;
}

.header-top-icon .header-icon{
	display: inline-block;
	margin-right: 15px;
}
.header-top-highlighted__section .header-icon a {
  color: #132661;
  font-size: 15px;
  font-family: Pyidaungsu;
}
.header-icon .i, .header-icon svg{
	border: 1px solid var(--mt-color-primary);
	  border-radius: 5px;
	  padding: 5px;
	  margin-right: 5px;
	  color: ;#f7f7f7;
	  vertical-align: middle;
}

.internal-banner-container .page-title.title{
	font-size: 26px;
	line-height: 1.6;
	color: ;var(--mt-color-primary);
}

/*	Slider	*/
.banner .container-fluid{
	padding: 0;
	overflow: hidden;
}
.slider_name, .slider_description{
	display: none;
}


/*	Language Switcher	----------------------------*/

select#edit-lang-dropdown-select {
	padding-top: 0;
	padding-bottom: 0;
  /*background: transparent;
  color: #fff; */
}
.block-language ul::before{
	content: none!important;
}
#block-basecore-languageswitcher ul li {
  float: left;
  position: relative;
  font-size: 13px;
  margin-right: 5px;
  padding: 2px 0;
}
#block-basecore-languageswitcher ul li a {
  position: relative;
  padding: 0 10px;
  font-size: 13px;
}
#block-basecore-languageswitcher ul li.is-active {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}
#block-basecore-languageswitcher ul li a.language-link[hreflang="en"]:before {
  content: url(../../images/en.png);
  font-size: 16px;
  padding-right: 5px;
}
#block-basecore-languageswitcher ul li a.language-link[hreflang="my"]::before {
  content: url(../../images/my.png);
  font-size: 16px;
  padding-right: 5px;
}




/*	Menu	----------------------------------------------*/

.headings-wide-spacing-enabled .header-container nav ul.menu li a,
.headings-wide-spacing-enabled .header-container nav ul.menu li > span {
	color: #f7f7f7;
	letter-spacing: 0;
	padding: 20px 5px;
  font-weight: 500;
  font-size: 16px;
  font-family: pyidaungsu;
}

.header-container ul.menu li.menu-item--active-trail,
.header-container ul.menu li:hover{
	background: var(--mt-color-secondary);
}
.header-container ul.menu a.is-active{
	color: #fff;
}

/*	TB Mega Menu	*/
.tbm{
	background: transparent;
}
.tbm-item.level-1{
	border: none;
}
.tbm-link.level-1, .tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link{
	color: #fff;
	padding: 20px 5px;
	font-weight: 500;
	font-size: 14px;
	font-family: pyidaungsu;
	letter-spacing: 0;
	text-decoration: none;
	margin: 0 10px;
	display: inline;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link{
	color: #333;
	padding: 0.8em 1em;
	margin: 0;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover,
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:focus{
	background: #fff;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus{
	background: var(--mt-color-secondary);
}

.tbm-submenu{
	background: #edf2f7;
	padding: 0;
	border: none;
}
ul.tbm-subnav{
	padding: 0.5rem 0;
}

/*	Homepage	------------------------------------*/

.big-num{
	padding: 2rem;
	background: #f7fafc;
	border-radius: 5px;
	margin-top: -80px;
}
.big-num .card{
	padding: 0.5rem;
	text-align: center;
	border-color: var(--mt-color-primary);
	box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.2);
}
.big-num .card h2{
	font-size: 50px;
  	font-family: "Impact", "Charcoal", sans-serif;
  	margin: 0;
}
.big-num .card p{
	margin: 0;
	color: var(--mt-color-primary);
}

/*	Blocks	--------------------------------------------*/

.page-container .region--tint-background, #drupal-off-canvas-wrapper label.region--tint-background {
  background-color: #EDF2F7;
  
}

.box1, .box2, .box3{
	display: flex;
	padding: 30px;
	transition: all .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.box2{
	padding: 0;
}


.box1.color-primary, .box2.color-primary{
	background: var(--mt-color-primary);
	color: #fff;
}
.color-light{
	background: #fff;
	color: var(--mt-color-primary);
}
.icon-box .card{
	text-align: center;
	transition: all .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.color-primary h4, .color-primary a, .color-light h4, .icon-box h4{
	color:#fff;
	letter-spacing: 0;
}
.color-light h4, .icon-box h4{
	color: var(--mt-color-primary);
}
.box1 .card-body, .box2 .card-body{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1rem;
}
.box1 .card-body div, .box2 .card-body div{
	margin-right: 40px;
}
.box1 .card-body div + div, .box2 .card-body div + div{
	flex-grow: 1;
	margin: 0;
}
.box1 svg, .box2 svg{
	border: 2px solid;
	padding: 20px;
	border-radius: 50px;
	font-size: 36px;
}
.box2 svg{
	padding: 10px;
	font-size: 22px;
}
.box2 .card-body img{
	max-width: 60px
}
.box2 .card-body a:hover{
	text-decoration: none;
}
.color-primary svg{
  border-color: #fff;
}
.color-light svg, .icon-box svg{
	color: var(--mt-color-primary);
  	border-color: var(--mt-color-primary);
  	border: 2px solid;
	padding: 20px;
	border-radius: 50px;
	font-size: 36px;
}
.icon-box svg{
	margin: 20px 0;
}
.box1 h4, .box1 p, .box2 h4, .box2 p,
.box1 .card-body h4, .box1 .card-body p,
.icon-box .card-body h4, .icon-box .card-body p{
	margin: 0 0 20px;
	letter-spacing: 0;
	font-family: Pyidaungsu;
}
.box2 h4{
	font-size: 16px;
	margin: 0;
	letter-spacing: 0;
}
.icon-box p{
	font-size: 16px;
}

.color-primary .mt-button{
  	background-color: #fff;
  	color: var(--mt-color-primary);
}


.color-primary:hover{
	background: #edf2f7;
	color: var(--mt-color-primary);
}
.color-light:hover, .icon-box .card:hover, 
.icon-box.reverse .card{
	background: #132867;
	color: #fff;
}
.color-primary:hover h4, .color-primary:hover h4 a{
	color: var(--mt-color-primary);
}
.color-light:hover h4, .icon-box .card:hover h4, .icon-box .card:hover p, 
.icon-box.reverse .card p, .icon-box.reverse .card h4{
	color: #fff;
}
.color-primary:hover svg{
	border-color: var(--mt-color-primary);
}
.color-light:hover svg, .icon-box .card:hover svg{
	border-color: #fff;
	color: #fff;
}
.icon-box.reverse .card svg{
	background: #fff;
}
.icon-box.reverse .card:hover svg{
	background: #2483FF;
}

/*	Calendar	---------------------------------*/

.meeting-calendar .calendar-view-table {
  width: 100%;
  box-shadow: ;0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  border: 1px solid #eaeaea;
  border-radius: 10px !important;
}
.meeting-calendar .calendar-view-table caption {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  background: var(--mt-color-primary);
  width: 80%;
  margin: 0 auto 20px;
  border-radius: 3px;
}
.meeting-calendar .calendar-view-pager{
	list-style: none;
	padding: 0;
	margin-top: 0;
}
.meeting-calendar .calendar-view-pager .pager__item a{
	padding: 0; 0.5rem;
	color: transparent;
}
.meeting-calendar .calendar-view-pager .pager__item.pager__previous a:before,
.meeting-calendar .calendar-view-pager .pager__item.pager__next a:before{
	content: "‹‹";
	color: var(--mt-color-primary);
	background: #fff;
	padding: 7px 20px;
	border: 1px solid var(--mt-color-primary);
	border-radius: 5px;
	position: relative;
}
.meeting-calendar .calendar-view-pager .pager__item.pager__next a:before{
	content: "››";
}
.meeting-calendar li.pager__item a:not(.mt-button):hover{
	background: none;
	color: transparent;
}
.meeting-calendar li.pager__item a:not(.mt-button):hover:before{
	background-color: var(--mt-color-primary);
  	color: var(--mt-color-primary-contrast);
}

.meeting-calendar .calendar-view-pager .pager__item > .form-item {
  padding: 0.5rem;
  line-height: 1.7;
  color: transparent;
}

.meeting-calendar .calendar-view-table caption{
	line-height: 1;
	padding: 10px 0;
}
.meeting-calendar .calendar-view-table thead th{
	font-size: 13px;
	line-height: 1.6;
	font-weight: ;400;
	padding: 5px 0;
	color: #132663;
	background: transparent;
}
.meeting-calendar .calendar-view-table td{
	min-height: auto;
}
.meeting-calendar table thead + tbody tr:first-child td, .meeting-calendar table tr:last-child td{
	padding: 0;
}
.meeting-calendar .calendar-view-table .calendar-view-day{
	flex-direction: unset;
}
.meeting-calendar .calendar-view-table td, .meeting-calendar .calendar-view-table th{
	/*border-left-width: 1px; 
	border-bottom-width: 1px;
	border-top-width: 0;
	border-right-width: 0;
	border-color: #132663;*/
	border: none;
}
.meeting-calendar .calendar-view-day {
  padding: 0.2rem;
}
.meeting-calendar .calendar-view-table .calendar-view-day__number{
	background: #132663;
	width: 2.5rem;
  border-radius: 15px;
  line-height: 2.3;
}
.meeting-calendar .calendar-view-table .next-month, .meeting-calendar .calendar-view-table .previous-month {
  background: none;
  
}
.meeting-calendar .calendar-view-table .previous-month .calendar-view-day__number,
.meeting-calendar .calendar-view-table .next-month .calendar-view-day__number {
  background: #7689b8; var(--calendar-view-color-gray);
}
.meeting-calendar .calendar-view-table .calendar-view-day:hover .calendar-view-day__number {
  background: var(--mt-color-primary);
}


/*	Content	-----------------------------------------*/

h2.title:not(#footer h2.title, .page-view-type-term aside h2.title){
  font-size: 22px !important;
  font-weight: ;600;
  letter-spacing: 0!important;
  color: #fff;
  background: var(--mt-color-primary);
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 3px;
  display: inline-block;
}
.path-frontpage #main-content{
	/* background-color: var(--mt-color-primary);
	background-image: url(/sites/default/files/2026-07/IMG_20260630_101151_958.jpg);
	background-size: cover;
 	background-position: 4% 57%;
  	background-attachment: scroll;
  	background-repeat: no-repeat; */
}

.front-meeting .views-view-grid .views-row{
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
	margin-bottom: 1rem;
	padding: 1rem;
	background: #EDF2F7; #f7f7f7;
	border-radius: 5px;
}
.front-meeting .views-field.views-field-created {
	  flex-basis: 20%;
	  background: var(--mt-color-secondary); #718096;
	  border-radius: 5px;
	  color: #fff;
	  padding: 0.67rem;
	  font-size: 15px;
	  box-shadow: 0 3px 5px 0 #5b6b8a;
}
.front-meeting .views-field.views-field-created .views-label-created{
	display: block;
	margin-bottom: 10px;
 	border-bottom: 1px solid #fff;
  	padding-bottom: 10px;
}
.front-meeting .views-field.views-field-title {
  flex-basis: 80%;
}
.front-meeting .views-field.views-field-title .field-content a{
	font-size: 16px;
}
.front-meeting .views-field.views-field-title h4{
	margin: 0;
	letter-spacing: 0;
}

.path-frontpage .content-bottom{
	background: var(--mt-color-primary);
	padding-top: 40px;
	padding-bottom: 40px;
}
.path-frontpage #highlighted-top{
	background: #e9ecef; #EDF2F7;
}

.path-node.page-node-type-news .region.region-hero-top{
	max-width: 75%;
	margin: 0 auto 60px;
	min-height: 120px;
}
div.region-hero-top:not(.path-node.page-node-type-news .region.region-hero-top){
	text-align: center;
}
/*
.page-view-type-term .region.region-hero-top, .page-node-type-basic-page .region.region-hero-top{
	margin: 0 auto;
	text-align: center;
	min-height: 0;
}*/

.main-content.region--bright-background aside{
	padding-left: 3rem;
}

article.contextual-region, article.node--view-mode-full{
	max-width: 75%;
  	margin: 0 auto 60px;
}
.path-node.page-node-type-news article .field.field--name-field-featured-image{
	margin-top: -200px;
 	z-index: 9;
  	position: relative;
}
article .field.field--name-field-featured-image{
	margin-bottom: 30px;
}

article .field--entity-reference-target-type-taxonomy-term:before, article .field--entity-reference-target-type-taxonomy-term.field__item:before,
article .field--label-above.field--entity-reference-target-type-taxonomy-term .field__label:before{
	content: '\f07c';
	top: -2px!important;
}
article .field--entity-reference-target-type-taxonomy-term.field--name-field-category{
	float: left;
	margin-right: 30px;
	margin-bottom: 2em;
	font-size: 14px;
	line-height: ;2;
}
article .mt-text-content{
	clear: both;
	
}
article .field--entity-reference-target-type-taxonomy-term--tags::before, article.field--entity-reference-target-type-taxonomy-term--tags.field__item::before{
	content: '\f02c';
}
article .field--entity-reference-target-type-taxonomy-term--tags, article .field--entity-reference-target-type-taxonomy-term--tags.field__item {
	padding-left: 30px;
}
article .field.field--name-field-photo-gallery {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EDF2F7;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.field.field--name-field-photo-gallery .field__item{
	flex: 25%;
	padding: 15px;
}

article .field.field--name-field-video-live-stream-link{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EDF2F7;
	clear: both;
}

article .field.field--name-field-pdf-file-upload,
article .field.field--name-field-terms,
article .field.field--name-field-date {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EDF2F7;
	clear: both;
	
}
article .field--label-inline .field__label{
	min-width: 200px;
  	color: var(--mt-color-primary);
}

article .field.field--name-field-pdf-file-upload .field__label{
	margin-right: 30px;
}

article .field.field--name-field-terms{
	
}


aside .sidebar-menu{
	border: 1px solid #ddd;
  	padding: 30px;
  	border-radius: 10px;
}

/*	Views	----------------------------------------------*/

/*.front-live-stream .field-content{
	padding: 20px;
	border: 1px solid var(--mt-color-primary);
	border-radius: 3px;
} */

.news-grid {
  padding: 15px 30px;
  box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
  min-height: 380px;
  transition: all .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  display: table-cell;
}
.views-view-grid .news-grid.views-col{
  float: none!important;
}
.news-grid:hover{
	box-shadow: 0px 15px 15px 10px rgba(0,0,0,0.05);
}
.news-grid h4.field-content, .news-grid h4,
.news-grid h2.node__title{
	margin: 1.25rem 0;
	font-size: 16px;
}
.news-grid .field-content a, .news-grid h2.node__title a,
.front-meeting .views-field.views-field-title .field-content a{
  color: var(--mt-color-high-contrast, #323232);
  line-height: 1.6;
  transition: all .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.news-grid .field-content a:hover, .news-grid h2.node__title a:hover{
	color: var(--mt-color-primary);
}
.news-grid .views-field-created .field-content {
  font-size: 14px;
}

/* layout List	*/
.layout-list .views-field.views-field-field-featured-image{
	float: left;
	margin-right: 30px;
}
.layout-list .views-view-grid .views-row{
	margin-bottom: 30px;
	padding-bottom: 30px;
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
}
.layout-list .views-field.views-field-title a {
  color: #333;
  margin-bottom: 20px;
}
.layout-list .views-field.views-field-title a:hover {
	color: var(--mt-color-primary);
}
.layout-list .views-field.views-field-created {
  font-size: 14px;
  margin: 10px 0;
  font-style: italic;
}
.layout-list .btn.readmore, .btn.law-download{
  padding: 10px 35px;
  font-size: 14px;
  margin: 10px 0;
}
.btn.law-download{
	padding: 5px 10px;
	margin: 0;
}


/*	Table	*/
.views-table.views-view-table {
	padding: 0;
}
.views-table th{
	font-size: 14px;
	background: #EDF2F7;
}
.views-table td{
	border-top: 1px solid #EDF2F7;
	border-right: 1px solid #EDF2F7;
	font-size: 14px;
	padding: 5px;
}

/* Footer	-------------------------------------------*/

#footer, #subfooter{
	font-family: 'pyidaungsu';
}
#footer{
	background-color: var(--mt-color-primary-dark);
	color: #edf2f7;
}
#subfooter{
	background-color: var(--mt-color-primary);
	color: #edf2f7;
}
#subfooter .subfooter__container{
	padding: 20px 0;
}
#footer a, #subfooter a{
	color: #f7f7f7;
}
#footer .title{
	color: #fff;
	font-weight: 600;
}
.bg-solid{
  display: inline-block;
  background: #F5A524;
  color: #fff;
  font-size: 15px;
  line-height: 2;
   width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin: 0 5px 5px 0;
  border: 3px solid #fff;
}
.footer .bg-solid{
	
}
.footer .social a{
  color: #fff;
  margin-right: 10px;
  background: #718096;
  font-size: 26px;
  line-height: 2;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
}
.footer .link a{
	margin-left: 10px;
	margin-bottom: 5px;	
	display: inline-block;
}
.footer .link svg{
	font-size: 18px;
	color: ;
	
}