
.header > .header-content .header-logo {
    width: 36px;
    height: 36px;
    margin: 8px 12px 8px 0px;
}
.header-navbar {
    margin-right: 0px;
    width: 70%;
    justify-content: flex-start !important;
}
a:hover{   
    color: #f2c94c !important;
    text-decoration: none;
}
.header[data-type="1"][is-inverse=true]>.header-content .header-navbar .navbar-more .more-label {
    color: #fff;
}
.header .header-navbar .navbar-more .more-label:hover .fa,
.header .header-navbar .navbar-more .more-label:hover,
.header[data-type="1"][is-inverse=true]>.header-content .header-navbar .navbar-more .more-label:hover,
.bar-link.user-button:hover {
    color: #f2c94c;
}
.header .header-navbar .navbar-more .more-link,
.bar-link.user-button .user-link {
    color: #896c1b;
    text-decoration: none;
    margin-top: 8px;
}
.header .header-navbar .navbar-more .more-content {
    position: absolute;
    width: 186px;
    background: #efec9c;
    border: 1px solid #efec9c;
    border-radius: 3px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 24px;
    margin-top: 16px;
    right: calc(-100% - 3px);
}

.header-nav-top .top-bar .header-nav-top-right {
	display: block;
	position: relative;
}

.header-nav-top.mb-header-nav{
    background: #191919;
}
.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 30px;
	height: 40px;
}
.header .header-nav-top .header-nav-top-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav-top .top-bar .header-nav-top-right {
	display: none;
}
/************Top Bar Slider***************/
#top-bar-slider{
	width: 350px;
}

#top-bar-slider .slick-prev::before{
    content: "\f104";
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

#top-bar-slider .slick-next::before{
	content: "\f105";
	font-family: "FontAwesome";
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
}
#top-bar-slider .slick-arrow {
    font-size: 0;
    line-height: 24px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: #000000;
    border: none;
    outline: 0;
    background: #9F9F9F;
    z-index: 9;
}
#top-bar-slider .slick-prev {
	top: 20px;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

#top-bar-slider .slick-next {
    top: 20px;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
#top-bar-slider a {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #000000;
	font-size: 14px;
}

@media only screen and (max-width: 991px) {
   #top-bar-slider{
   		display: none;
   }
}
@media screen and (min-width: 768px){
    .market-overview {
        width: 100%;
    }
}
.market-overview a img {
    margin-right: 15px;
    max-width: 100px;
}
nav.header-right-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
}
.yangon-news {
    background: #f2c94c;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}
a#navigation-item-20 {
    color: #967620;
}
.header-nav-top-right a {
    color: black;
    font-size: 14px;
    margin-right: 20px;
}
.header-nav-top-right a #navbar-signin {
    color: #ffffff;
}
p.top-nav-slider {
    margin-bottom: 5px;
    border: 1px solid #9f9f9f;
    margin: 0 25px;
    text-align: center;
    display: flex;
    justify-content: stretch;
}

p.top-nav-slider span{
    width: 33%;
}

p.top-nav-slider span.value{
    border-left: 1px solid #9f9f9f;
}

#navbar-signin{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.header > .navbar-mobile #navbar-signin{
	color: #000;
	font-size: 1.12em;
}

.header .container{
    max-width: 1280px !important;
}

@media only screen and (min-width: 768px) {
    .header-nav-top .top-bar .header-nav-top-right {
        display: flex;
        justify-content: space-between;
    }	
}

@media only screen and (max-width: 768px) {
    .header-nav-top .top-bar .header-nav-top-right {
        display: none;
    }	
}
.bar-link.user-button .user-content{
    position: absolute;
    width: 120px;
    background: #efec9c;
    border: 1px solid #efec9c;
    border-radius: 3px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 24px;
    margin-top: 16px;
}

.bar-link.user-button .user-content::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: -3px;
    left: 50%;
    background: #fff;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.header .header-navbar .navbar-more .more-content::before,
.bar-link.user-button .user-content::before{
    background-color: #efec9c;
}
