@font-face {
    font-family: pyidaungsu;
    src: url(../fonts/pyidaungsu.ttf);
}

body, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, div, ul, a, span, blockquote {
    font-family: pyidaungsu !important;
    letter-spacing: 0 !important;
}

/** Helpers Class **/
.text-black {
    color: #000;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.fz-27 {
    font-size: 27px;
}

.ml-30 {
    margin-left: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

/** New Class **/
#lang a {
    color: #aaa;
    font-size: 15px;
}

#lang a:hover {
    color: #000;
}

#lang a.active {
    color: #000;
}

.box {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.box h5 img {
    width: 20px;
    margin-top: -6px;
}

.box h6 {
    margin-top: 5px;
}

.box h6 a {
    font-size: 14px;
}

.last-dropdown {
    left: -103px !important;
    min-width: 200px !important;
}

.page-box h5 {
    color: #222222;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-box {
    background: #eee;
    border-radius: 50%;
    padding: 57px;
}

.service-box h4 {
    font-size: 21px;
    padding: 18px 0 20px 0;
    color: #000;
    text-transform: uppercase;
    background: url(../images/red-line.png) center bottom no-repeat;
}

.service-box p {
    margin-top: 20px;
}

.timeline-continue {
    position: absolute !important;
    bottom: 15px;
}

.health-wellbeing {
    background: #EFEFEF;
}

.health-wellbeing h3 {
    font-size: 25px;
    font-weight: bold;
}

.health-wellbeing h4 {
    margin: 40px 0;
    font-weight: bold;
}

.readmore {
    font-size: 14px;
    color: #00a3c8;
    border: 1px solid #00a3c8;
    padding: 7px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

.readmore:hover {
    background: #00a3c8;
    color: #fff;
}

#ss_menu {
    width: 100%;
}

.ss_button {
    background-color: #1976d2;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding: 20px 10px;
    color: #FFFFFF;
}

.ss_content {
    background-color: #EFEFEF;
    display: none;
    padding: 10px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: black;
}

.latest-post {
    min-height: 350px;
    max-height: 450px;
}

.intro-img img {
    width: 365px;
    height: 520px;
}

.service-modal-img {
    margin: 20px 0;
}

/** Overwrite Class **/
.logo-area {
    height: 165px;
}

.logo-area, .menu-sticky.sticky {
    padding-top: 5px;
}

.menu-sticky.sticky {
    height: 123px;
}

.menu-sticky.sticky .hotline {
    display: none;
}

.logo-area .main-menu ul li a {
    margin-right: 10px;
}

.logo-area .main-menu ul li:last-child {
    margin-left: 4px;
}

.logo-area .main-menu ul li ul.dropdown {
    min-width: 316px;
}

.mean-container .mean-bar .mean-nav a img {
    margin-right: -123px;
}

.breadcrumb-area:before {
    background: rgba(0, 0, 0, 0.2);
}

.breadcrumb-area {
    background-image: url(../images/aa-about-introduction.jpg);
}

.csr-breadcrumb {
    background-image: url(../images/corporate_social_responsibility_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #ccc;
}

.consumer-breadcrumb {
    background-image: url(../images/aa-consumers-product.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #ccc;
}

.business-breadcrumb {
    background-image: url(../images/aa-business-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #ccc;
}

.partner-breadcrumb {
    background-image: url(../images/aa-partner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #ccc;
}

.career-breadcrumb {
    background-image: url(../images/aa-career-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #ccc;
}

.contact-breadcrumb {
    background-image: url(../images/contact-us-photo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative;
    color: #ccc;
}

.breadcrumb-area h2,
.csr-breadcrumb h2,
.consumer-breadcrumb h2,
.business-breadcrumb h2,
.partner-breadcrumb h2,
.career-breadcrumb h2,
.contact-breadcrumb h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.breadcrumb-area ul li i, .breadcrumb-area ul li {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #ddd;
}

.breadcrumb-area ul li a,
.csr-breadcrumb ul li a,
.consumer-breadcrumb ul li a,
.business-breadcrumb ul li a,
.partner-breadcrumb ul li a,
.career-breadcrumb ul li a,
.contact-breadcrumb ul li a {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #ddd;
}

.service-1 {
    background-image: url("../images/services-pattern-bg.jpg") !important;
    background-repeat: repeat-x;
    background-position: left center;
    background-size: unset;
    padding-top: 170px;
    height: 500px;
}

.widget-cat ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.blog-five .blog-box .blog-image a img {
    width: 100%;
    min-height: 450px;
}
@media only screen and (max-width: 990px) {
    .blog-five .blog-box .blog-image a img {
        min-height: auto;
    }
}

.award-box {
    border: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 20px;
    background: #EFEFEF;
}

.blog-five .blog-box .blog-heading .heading-box h5 a,
.blog-details .blog-d-box .image-content h4 {
    line-height: 31px;
}

footer {
    padding: 60px 0 20px;
}

footer .qlink ul li a {
    font-size: 13px;
}

footer .f-menu {
    padding-top: 30px;
}