@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
:root{
    --white: #fff;
    --gray: #797A7B;
    --gold: #C1A556;
    --darkgray: #7E8080;
    --darkgold: #7D6A3A;
    --red: #CE7547;
    --silver: #C4D0C7;
    --silver-7: rgba(196, 208, 199, 0.3);
    --blue: #294A68;
    --black: #000000;
}
@font-face {
    font-family: 'Aptos';
    src: url('font/Aptos/Aptos.eot');
    src: url('font/Aptos/Aptos.eot?#iefix') format('embedded-opentype'),
        url('font/Aptos/Aptos.woff2') format('woff2'),
        url('font/Aptos/Aptos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AptosLight';
    src: url('font/Aptos/AptosLight.eot');
    src: url('font/Aptos/AptosLight.eot?#iefix') format('embedded-opentype'),
        url('font/Aptos/AptosLight.woff2') format('woff2'),
        url('font/Aptos/AptosLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AptosBold';
    src: url('font/Aptos/AptosBold.eot');
    src: url('font/Aptos/AptosBold.eot?#iefix') format('embedded-opentype'),
        url('font/Aptos/AptosBold.woff2') format('woff2'),
        url('font/Aptos/AptosBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: url('fonts/Pyidaungsu/Pyidaungsu.eot');
    src: url('fonts/Pyidaungsu/Pyidaungsu.eot?#iefix') format('embedded-opentype');
      src: url('fonts/Pyidaungsu/Pyidaungsu.woff2') format('woff2');
    src: url('fonts/Pyidaungsu/Pyidaungsu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: var(--white);
    color: var(--blue);
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Aptos', 'AptosLight', 'AptosBold', 'Pyidaungsu', Arial, 'Roboto-regular', sans-serif;
}
a:hover {
    text-decoration: none;
    color: var(--blue);
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
.ft-18,
h6 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AptosBold';
    margin-bottom: 16px;
}
a {
    color: var(--blue);
    text-decoration: none;
}
section {
    padding: 40px 0 40px;
}
main {
    min-height: calc(100vh - 145px);
    /*background-image: linear-gradient(to bottom, var(--white), var(--silver-7));*/
}
.bg-gray {
    background-image: linear-gradient(to bottom, var(--white), var(--silver-7));
}
.cmn-btn {
    min-width: 184px;
    min-height: 62px;
    background-color: var(--darkgold);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 3px 10px #5c5454;
    border-radius: 4px;
    font-size: 20px;
}
.cmn-btn:after {
    content: "";
    width: 100%;
    height: 240%;
    background-color: #c1a55636;
    border-radius: 123%;
    position: absolute;
    left: -30%;
    transition: all 0.3s;
}
.cmn-btn:hover:after {
    width: 100%;
    height: 100%;    
    left: 0;
    border-radius: 0;
    transition: all 0.3s;
}
.cmn-btn:hover {
    color: var(--white);
}
.cmn-btn-sm {
    min-width: 160px;
    min-height: 40px;
    font-size: 18px;
}
.contact-btn {
    outline: none;
    border: 0;
}
.cmn-ttl {
    color: var(--blue);
    font-size: 36px;
    margin-bottom: 32px;
}
.cmn-ttl strong,
.cmn-ttl span {
    /*font-weight: bold;*/
    /*border-bottom: 2px solid var(--blue);*/
}
.bg-gold {
    background-color: var(--gold);
}
.ft-white {
    color: var(--white);
}
.ft-gold {
    color: var(--gold);
}
.bg-white {
    background-color: var(--gold);
}
.logo-img {
	width: 180px;
}
/*--------------------------------------------------------------------
Home
---------------------------------------------------------------------*/
.page-box {
    font-family: 'AptosBold';
    height: 306px;
    max-height: 306px;
    padding: 8px 32px;
    color: var(--blue);
    border-radius: 16px;
    box-shadow: 1px 1px 10px #33333375;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #00000017;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    /*text-shadow: 1px 2px 5px #0000007d;*/
}
.page-box:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -10%;
    right: -11%;
    transition: all 0.3s;
}
.page-box:hover  {
    opacity: 0.9;
    color: var(--blue);
    text-shadow: none;
}
.page-box:hover:after  {
    width: 100%;
    height: 100%;
    border-radius: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.page-box span {
    display: inline-block;
    line-height: 1.4;
    font-size: 24px;
}
.strategic-box {
    text-align: center;
    height: 100%;
    border-radius: 0;
    border: 0;
    padding: 8px 24px;
}
.strategic-icon {
    font-size: 40px;
    color: var(--white);
    display: inline-flex;
    background: var(--gold);
    min-width: 80px;
    min-height: 80px;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
.strategic-box:hover .strategic-icon{
    transform: rotateY(-180deg);
}
#thumbnail-carousel .splide__slide img {
    vertical-align: bottom;
    object-fit: contain;
    height: 200px;
}
#thumbnail-carousel .splide__track--nav>.splide__list{
    /*flex-direction: column;*/
}

#main-slider .splide__slide img {
    height: 700px;
}
.common-slider .splide__slide,
#main-slider .splide__slide {
    position: relative;
}

.cmn-img-box {
    position: relative;
    display: block;
}
.cmn-img-box .info, 
.common-slider .splide__slide .info,
#main-slider .splide__slide .info {
         position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white);
    width: 100%;
    padding: 8px 24px;
    text-align: center;
}
.cmn-img-box .info p, 
#main-slider .splide__slide .info p {
    font-size: 20px;
    margin-bottom: 4px;
}
.cmn-img-box .info p, 
.common-slider .splide__slide .info p {
    font-size: 14px;
    margin-bottom: 0px;

}
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border-color: var(--gold);
}
.common-slider {
    padding-bottom: 40px;
}
.common-slider .splide__pagination__page {
    background: var(--white);
    height: 12px;
    margin: 4px;
    opacity: 0.9;
    width: 12px;
    border-radius: 0;
}
.common-slider .splide__pagination__page.is-active {
    background: var(--gold)
}
.values-main {
    background-color: var(--gold);
    padding: 32px 24px;
}
.values-box {
       min-height: 150px;
       height: 100%;
    color: var(--blue);
    justify-content: center;
    align-items: center;
}
.values-box span i {
    font-size: 40px;
    color: var(--darkgold);
}
.contact-form {
    background-color: var(--white);
    padding: 40px 40px 20px;
    height: 100%;
}
.contact-form label {
    display: block;
}
.contact-form label input, 
.contact-form label textarea {
    margin-top: 4px;
    display: block;
}
.contact-table td {
       vertical-align: top;
    padding: 6px;
    font-size: 18px;
    border: 0;
}
.contact-table td:first-child {
    width: 50px;
}
.contact-iframe iframe {
    height: 360px;
}
.icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--blue);
}
.icon-bg i {
    color: var(--white);
    font-size: 16px;
}
/*--------------------------------------------------------------------
Header
---------------------------------------------------------------------*/

header {
    background-color: var(--silver);
} 
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
} 
#navbarToggleExternalContent {
    width: 280px;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0px;
    background: rgb(255, 255, 255);
    z-index: 999;
    transition: all 0.3s;
}
#navbarToggleExternalContent.show {
    right: 0px;
    transition: all 0.3s;
}
#menu-main-menu {
    list-style-type: square;
    padding-top: 16px;
    padding-bottom: 16px;
}
#menu-main-menu li {
    margin-bottom: 8px;
}
#menu-main-menu li.current-menu-item a {
    color: var(--gold);
}
.logo {  
    display: flex;  
    gap: 12px;
    align-items: center;
}
.logo span {
    font-size: 18px;
    display: block;
    color: var(--blue);
}
.logo  .logo-text-main {
    font-size: 22px;
    font-weight: bold;
}
.logo .logo-text-small {
    font-size: 16px;
    font-style: italic;
}
.nav-close-btn {
        position: absolute;
    left: -47px;
    background: var(--gold);
    border-radius: 0;
    padding: 4px 12px;
}
.nav-close-btn span {
        font-size: 40px;
    color: var(--white);
    width: auto;
    height: auto;
}
.navbar-dark .navbar-toggler {
        outline: none;
    border: 1px solid var(--blue);
    padding: 6px 7px;
}
.searchform  {
    width: 280px;;
}
.searchform input {
    background-color: var(--white);  
    font-size: 14px;
    min-height: 40px;
}
.searchform input:focus {
    box-shadow: none;
}
.search-icn {
    background-color: var(--darkgold);
    height: 100%;
    border: 1px solid #acbed0d4;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.search-icn i {
    color: var(--white);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--blue);
}
/*--------------------------------------------------------------------
Footer
---------------------------------------------------------------------*/
.footer-copy {
    background-color: var(--red);
    font-size: 12px;
    text-align: center;    
}
.footer-copy p {
    color: var(--white);
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 575px) {
    .logo {
        display: block;
    }
    .logo-img {
        width: 100px;
    }
    .logo span,
    .logo .logo-text-main,
    .logo .logo-text-small {
        font-size: 10px;
    }
}