.logo_text {
    display: inline-grid;
}
.bg-theme-red {
    background: #9b0000;
}
.right-box i {
    font-size: 20px;
}
.right-box i.fa-youtube {
    color: red;
    margin: 0 15px;
}
.navbar-nav li:hover > .dropdown-menu {
    display: block;
    margin: 0;
    background: #9b0000;
    border-radius: 0;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.btn-next {
    border: 2px solid #9b0000;
    font-weight: bold;
    transition: all .3s;
}
.btn-next:hover {
    border: 2px solid #9b0000;
    font-weight: bold;
    background: #9b0000;
    color: #fff;
    transition: all .3s;
}
.border-bottom-dash{
    border-bottom: 1px dashed;
}
.video_box .card {
    border: none;
}
.video_box .card-image:hover {
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
}
.video_box a{
    color: #000;
    text-decoration: none;
}
.bg-blue {
    background:#e8f8ff;
}



.btn.view {
    width: 110px;
}
.bg-player {
    background-color: #9b0000 !important;
}
.track-container.bg-player.m-5 {
    color: #fff;
}


.left-box {
    padding: 10px 0;
}
.logo_text span {
    font-size: 16px;
    font-weight: bold;
}

.flag-icon::before {
    display: inline-block;
    width: 16px;
    height: 11px;
    content: "";
    background: url(/img/flags.png) no-repeat -108px -1976px;
}
 .flag-icon-en:before {
    background-position: -36px -26px !important;
}
.flag-icon-mm:before {
    background-position: -36px -1717px !important;
}
.lang_box{
    display: inline-block;
}
a#navbarDropdownLanguageLink {
    padding: 0px 10px;
    border-right: 1px solid #e9ecef;
    margin-right: 5px;
}
.dropdown-toggle::after {
    vertical-align: 2px!important;
}
.right-box{
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dropdown-menu.dropdown-menu-right.show {
    padding: 0;
}

#navbarMainMenu a.nav-link {
    padding: 13px 30px!important;
    /*border: 1px solid #9b0000;*/
    border-bottom: 2px solid #fff;
    transition: all .3s;
}

#navbarMainMenu a.nav-link:hover, #navbarMainMenu a.nav-link:active {
    border-bottom: 2px solid #731c19;
    transition: all .3s;
}
#navbarMainMenu a.nav-link:active {
    border-bottom: 2px solid #731c19;
    transition: all .3s;
}
.mp3_box ul {
    padding: 0 0 0 20px;
}
.sidebar_btn {
    border-radius: 0;
}
.sidebar_btn:hover {
    text-decoration: none;
}
.mp3_box ul a {
    color: #000;
    text-decoration: none;
}
.sidebar_btn{
    text-align: left;
    border-radius: none;
    text-decoration: none;
}

@media(max-width: 768px){
.mb_hide {
    display: none;
}
.right-box {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: -70px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.info-box h5 {
    margin-top: 15px;
}
footer .text-right {
    text-align: unset!important;
}
.p-5 {
    padding: 1rem !important;
}
.w-50 {
    width: 100% !important;
}
.flex-row {
    flex-direction: column!important;
}
}

h4.card-title {
        font-size: 14px;
    min-height: 35px;
    overflow: hidden;
    line-height: 25px;
    max-height: 50px;
    font-weight: bold;
}

/*.btn-ef:link {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}*/


.btn-ef:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #9b0000!important;
    border-color: #9b0000;
    transition: all .4s;
}
.btn-ef:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #9b0000!important;
    border-color: #9b0000;
    transition: all .4s;
}


.tayartaw_type {
    display: inline-block;
    padding: 15px 15px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.tayartaw_type:hover:before {
    width: 100%;
}

.tayartaw_type:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #9b0000;
    transition: all 0.3s;
    border-radius: 5px;
    z-index: -1;
}
.tayartaw_type:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9b0000c4;
    border-radius: 5px;
    z-index: -2;
}

.tayartaw_type:hover {
    color: #fff!important;
    text-decoration: none;
}

.blogs_box .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.blogs_box .img_box{
    overflow: hidden;
}
.blogs_box .card img {
    transition: all .5s;
}

.blogs_box .card:hover img {
    transform: scale(1.2);
    transition: all .5s;
}
.blogs_box a{
    text-decoration: none;
    color: #000;
}
.blog-detail-entry {
    padding: 20px;
    border: 1px solid #efefef;
    border-top: none;
    background: #fff;
    box-shadow: 1px 3px 5px 3px #f3f3f3;
    /*display: inline-grid;*/
}
.blog-detail-entry h2 {
    font-size: 20px;
    margin-top: 15px;
}
.articlepara {
    /*font-size: 18px;*/
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 15px;
}


.card_box .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.card_box .img_box{
    overflow: hidden;
}
.card_box .card img {
    transition: all .5s;
}

.card_box .card:hover img {
    transform: scale(1.2);
    transition: all .5s;
}
.card_box a{
    text-decoration: none;
    color: #000;
}
.w-40{
    width: 40%!important;
}
.video_box .card-body{
    /*width: 50%;*/
}
nav.breadcrumb a {
    color: #9b0000;
    text-decoration: none;
}

.navbar.fixed {
    position: sticky;
    z-index: 9;
}

.navbar {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
/*    z-index: -1;*/
    padding: 0px;
}
.page-title {
    margin: 20px 0;
}
.download_btn {
    float: right;
    margin-right: 5px;
}
.play_btn {
    float: right;
    margin-right: 5px;
}
@media(max-width: 1200px) and (min-width: 991px){
#navbarMainMenu a.nav-link {
    padding: 10px 15px!important;
}
.card_box .img_box {
    overflow: hidden;
    max-height: 185px;
}
}
@media(max-width: 992px) and (min-width: 767px){
#navbarMainMenu a.nav-link {
    padding: 10px 12px!important;
    font-size: 13px;
}
.card_box .img_box {
    overflow: hidden;
    max-height: 140px;
}
}

.card-header.donar_title {
    font-size: 16px;
    color: #fff;
}
.donar_bank {
    font-weight: bold;
    color: #9b0000;
}
.info_box {
    border-bottom: 1px dashed;
    padding: 10px 0;
}

div.category li {
    padding: 5px 0;
}
table.track_list a {
    color: #000;
}
.category ul a {
    color: #000;
    text-decoration: none;
}
.tayartaw_type.active {
    color: #fff;
    font-weight: bold;
    background: #9b0000;
}
.tayartaw_type:hover {
    color: #9b0000;
    text-decoration: none;
}
.category ul {
    padding: 0 0 0 20px;
}
.category ul a {
    color: #000;
    text-decoration: none;
}
.category ul a:hover {
    color: #9b0000;
}
.video_box .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;
}
ul.pagination {
    padding: 0;
}

ul.dropdown-menu a {
    color: #fff;
    padding: 10px 1.5rem;
}
ul.dropdown-menu li a:hover {
    background: #731c19;
    color: #fff;
}

.donar_title.bg-1 {
    background: #FFC108;
}

.donar_title.bg-2 {
    background: #9b0000;
}
.donar_title.bg-3 {
    background: #2296F3;
}
body.mm {
    font-family: myanmarsagar;
}
.news_box .card {
    border: none;
}
.news_box .item {
    background: #DEEBBF;
    margin-bottom: 15px;
    border-radius: 5px;
}
.news_box .item:hover span {
    color: #9b0000;
}
.mm p {
    line-height: 30px;
    /*letter-spacing: 0.5px;*/
    margin-bottom: 0px;
}
.info_box2 {
    line-height: 35px;
    letter-spacing: 0.5px;
}

/*.donar_box.mb-3 {*/
/*    display: none;*/
/*}*/
/*.donar_box.mb-3 {*/
/*    display: none;*/
/*}*/

.hidden {
    display: none;
}
.hq-title {
    min-height: 50px;
    overflow: hidden;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9b0000;
    border-color: #9b0000;
}
.title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    line-height: 25px;
}
.b_no {
    font-weight: bold;
    margin-left: 5px;
}

.flag-icon-zh:before {
    background-position: 0px -1196px !important;
}
.flag-icon-th:before {
    background-position: -72px -1560px !important;
}

/*datatable*/
div#dataTableBuilder_wrapper {
    position: relative;
    margin-top: 10px;
}
div#dataTableBuilder_filter {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
}
div#dataTableBuilder_wrapper .btn.btn-default {
    background: #ebedef;
    margin-bottom: 15px;
}
div#dataTableBuilder_filter input.form-control {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right!important;
    position: absolute;
    bottom: -20px;
    right: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #54667a!important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0!important;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #009efb;
    color: #ffffff;
}
 .pagination li.disabled a, .pagination li .page-item.disabled a {
    color: #536c79;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #a4b7c1;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 10px!important;
    margin-left: -1px;
    /*line-height: 1.428571;*/
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.paging_simple_numbers .pagination .paginate_button a {
    padding: 5px 10px;
    border-radius: 4px;
    border: 0px;
}
.page-link {
    background-color: #fff;
    border: 1px solid #d8dbe0;
    color: #321fdb;
    display: block;
    line-height: 1.25;
    padding: 5px 10px;
    position: relative;
}
.page-item.active .page-link {
    background-color: #321fdb;
    border-color: transparent; 
    color: #fff;
    z-index: 3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    *cursor: hand;
    color: #54667a!important;
    border: 1px solid transparent;
    border-radius: 2px;
}
div#dataTableBuilder_length {
    margin-bottom: 15px;
}
/*end datatable*/

.donars .card {
    text-align: center;
    box-shadow: 0 1px 5px #ddd;
    margin-bottom: 30px;
    padding: 20px;
    border: none;
}

.btn-effect{
    background: #9b0000;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #fef200 inset;
}
.btn-effect:hover{
    box-shadow:100px 0 0 #fef200 inset;
}
.form-group.required label:after {
  content:"*";color:red;
}

.list-toggle i {
    font-size: 12px !important;
}



.ekko-lightbox.fade {
    transition: opacity 0.15s linear;
    background: #000000;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
/*.modal-title {*/
/*    display: none;*/
/*}*/
.ekko-lightbox button.close {
    position: absolute;
    top: 23px;
    left: 20px;
    color: #fff;
    /*border: 1px solid #fff;*/
    border-radius: 50px;
    width: 55px;
    height: 55px;
    text-shadow: none;
    opacity: unset !important;
    background-color: #6b6a6a;
}
.ekko-lightbox .modal-content {
    position: unset;
}
.ekko-lightbox.modal.show .modal-dialog {
    transform: none;
    position: unset;
}
.ekko-lightbox .close:hover {
    color: #fff;
    text-decoration: none;
}
.ekko-lightbox .modal-header {
    background: none;
    display: inline;
    padding: 0px;
    border: none;
}
.ekko-lightbox .modal-title img {
    width: 55px;
}
.ekko-lightbox .modal-title {
    position: absolute;
    top: 7px;
    left: 85px;
}
.ekko-lightbox .modal-footer {
    border: none;
    padding: 0;
}
.ekko-lightbox .modal-footer a {
    margin: 0;
}
.ekko-lightbox .modal-footer .lightbox-share i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 15px;
}
.ekko-lightbox h4.modal-title img {
    background: #fff;
    border-radius: 50px;
}
.cursor:hover {
    cursor: pointer;
}
.btn-input-custom {
    color: #eee;
    border: 1px solid #eee;
    border-radius: 25px;
}

.no-spinners {
 -moz-appearance: textfield;
}
  
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
button.btn.btn-link.px-2 {
    border: 1px solid #eee;
    border-radius: 0px;
}
span.cart-items {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 2px 5px;
}
.btn-success,.btn-main {
    background: #9b0000!important;
    border-color: #9b0000!important;
    transition: all .3s;
    color: #fff;
}

.btn-success:hover,.btn-main:hover {
    background: #f8931d!important;
    border-color: #f8931d!important;
    transition: all .3s;
}
.img-list-link.first img {
    margin: auto;
}

@media(min-width: 991px){
.mb-hide{
    display: none;
}
}