

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    margin: 0;
    padding: 0;
}
h3, h5, p, a {
    color: #212529;
}



#m_header {
	display: none;
}
#m_header2 {
	display: none;
}
#m_footer {
	display: none;
}
#m_footer2 {
	display: none;
}
#m_body {
	display: none;
}
#m_body2 {
	display: none;
}
#m_body3 {
	display: none;
}
#m_body4 {
	display: none;
}
#m_body5 {
	display: none;
}



.translate_drop {
	width: 75px;
}
.translate_drop .btn {
	padding: 5px 13px 5px 7px;
	border: none;
	color: #212529 !important;
}
.translate_drop .btn:focus {
	border: none;
}
.translate_drop img {
	width: 80%;
    height: 23px;
	/* object-fit: cover; */
}
.m_drop_fix img {

}
@media (max-width: 1199px) {
    .translate_drop {
        width: 65px;
    }
    .m_drop_fix img {
        
    }
    .translate_drop img {
        width: 80%;
        height: 20px;
        /* object-fit: cover; */
    }
}
.translator {
	padding: 15px 0 0 0 !important;
    background-color: #F1F5FF;
}
.translator li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
    cursor: pointer;
}
.translator #english_t img {
	width: 28%;
    height: 23px;
	margin-left: 10px;
}
.translator #myanmar_t img {
	width: 50%;
	height: 33px;
	margin-left: -8px;
	background-color: transparent;
}
.translator #english_t span {
	color: #212529;
	margin-left: 10px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 500;
}
.translator #myanmar_t span {
	color: #212529;
	margin-left: -5px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 500;
}
.translator #english_t2 img {
	width: 28%;
    height: 23px;
	margin-left: 10px;
}
.translator #myanmar_t2 img {
	width: 50%;
	height: 33px;
	margin-left: -8px;
	background-color: transparent;
}
.translator #english_t2 span {
	color: #212529;
	margin-left: 10px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 500;
}
.translator #myanmar_t2 span {
	color: #212529;
	margin-left: -5px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 500;
}




.header_section {
    background-color: #fff;

}
.header_main_section {
    border-bottom: 1px solid #dbdbdb;
}
.header_main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1150px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 5px;
    padding-bottom: 5px;
}
.header_title {
    width: 20%;
}
.header_title a {
    display: block;
    width: 85%;
}
.header_title a img {
    width: 100%;
}
.window_header {
    margin-right: 57px;
}
.window_header nav {
    margin-top: 17px;
}
.window_header ul {
    display: flex;
    list-style: none;
}
.window_header ul li {
    margin-right: 23px;
}
.window_header ul li a {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.window_header ul li:nth-child(5) a:hover {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.header_right {
    display: flex;
}
.header_search {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 6.5px;
    margin-right: 5px;
}
.header_search .bi {
    display: block;
    color: #212529;
    font-size: 17px;
    width: 25px;
    cursor: pointer;
}
.header_search input::-webkit-search-cancel-button,
.header_search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
#header_search_close {
    display: none;
    color: #212529;
    font-size: 23px;
    width: 25px;
    cursor: pointer;
}
#header_search_close2 {
    display: none;
    color: #212529;
    font-size: 23px;
    width: 25px;
    cursor: pointer;
}
.header_search_page {
    display: none;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: #fff;
}
.header_search_page form {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header_search_page input {
    border: 1px solid #c5c5c5;
    width: 450px;
    outline: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 37px;
    font-size: 15px;
    border-radius: 5px;
    color: #373737;
}
.header_search_page button {
    border: none;
    outline: none;
    position: relative;
    right: 30px;
    background-color: transparent;
    font-size: 17px;
}
.header_search_page input::-webkit-search-cancel-button,
.header_search_page input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.mobile_header {
    display: none;
}
#setting_close {
    display: none;
}
#setting_close2 {
    display: none;
}
.mobile_header_setting {

}
.mobile_header_setting .bi {
    color: #212529;
    font-size: 27px;
    cursor: pointer;
}
.mobile_page {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #F1F5FF;
    width: 100%;
    height: 100%;
}
.mobile_page nav {
    margin-top: 15px;
    padding-top: 13px;
    padding-bottom: 5px;
    /* border-top: 1px solid #dbdbdb; */
}
.mobile_page nav ul {
    list-style: none;
}
.mobile_page nav ul li {
    margin-bottom: 23px;
}
.mobile_page nav ul li a {
    text-decoration: none;
    color: #212529;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .mobile_page {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .window_header {
        display: none;
    }
    .mobile_header {
        display: block;
        margin-top: 3.5px;
        width: 30%;
    }
    .header_main {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    
        display: flex;
        align-items: center;
        justify-content: space-between;
    
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header_title {
        width: 40%;
    }
    .header_title a {
        display: block;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .header_title a img {
        width: 100%;
    }
    .header_right {
        display: flex;
        justify-content: end;
        width: 30%;
    }
    .header_search {
        margin-right: 3px;
    }
    .header_search_page {
        display: none;
        justify-content: center;

        padding-top: 25px;
        padding-bottom: 20px;
        background-color: #F1F5FF;
        border-bottom: 1px solid #dbdbdb;
    }
    .header_search_page form {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .header_search_page input {
        border: 1px solid #c5c5c5;
        width: 85%;
        outline: none;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        padding-right: 37px;
        margin-left: 10px;
        font-size: 15px;
        border-radius: 5px;
        color: #373737;
    }
    .header_search_page button {
        border: none;
        outline: none;
        position: relative;
        right: 30px;
        background-color: transparent;
        font-size: 17px;
    }
}
@media (max-width: 500px) {
    .header_title a {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile_header {
        width: auto;
    }
    .header_title {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header_right {
        width: auto;
    }
}
@media (max-width: 395px) {
    .header_title a {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile_header {
        width: auto;
    }
    .header_title {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header_right {
        width: auto;
    }
}
@media (max-width: 375px) {
    .header_title a {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 355px) {
    .header_title a {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}




.context_index {
    width: 67%;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.info_section {
    margin-top: 30px;
}
.info {

}
.info h3 {
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
}
.info_text {
    margin-top: 15px;
}
.info_text p {
    font-size: 15px;
}
.info_drop {
    margin-top: 15px;
    padding: 23px 13px 0 13px;
    border: 1px solid #e0e0e0;
    /* cursor: pointer; */
}
.info_drop_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10px;
}
.info_drop_title h3 .bi {
    color: #BB8C41;
}
.info_drop_title h3 {
    font-size: 16px;
    font-weight: 700;
}
.info_drop_title .bi {
    font-size: 17px;
    margin-top: -7px;
}
.info_drop_text {
    
}
.info_drop_text p {
    font-size: 15px;
}


@media (max-width: 1199px) {
    .context_index {
        width: 90%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .info {
        padding-right: 0;
    }
}


.online_body_section {
    margin-top: 50px;
}
.online_body {

}
.online_body h3 {
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
}
.online_body_table {
    margin-top: 30px;
    overflow: auto;

}
.online_body_table table {
    min-width: 580px;
}
.online_body_table table a {
    text-decoration: none;
    color: #0d6efd;
}




.web_section {
    margin-top: 30px;
    background-color: #FAFAFA;
}
.web_panel {
}
.web_panel ul {
    display: flex;
    list-style: none;
    margin-left: -30px;
    margin-bottom: 15px;
}
.web_panel ul li {
    font-size: 13.5px;
    margin-right: 11px;
    padding: 5px 13px 5px 13px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    cursor: pointer;
}
.web_panel .panel_active {
    background-color: #0a5c79;
    color: #e1e1e1;
}
.web {

}
.web_item {
    display: flex;
    padding: 15px 15px 15px 15px;
    margin-bottom: 17px;
    border-radius: 9px;
    box-shadow: 0 0 4px 0 #b3b3b3;
    background-color: #fff;
}
.web_item_provider {
    padding-bottom: 15px;
}
.top_one {
    border: 4px solid #FFCB3F;
    box-shadow: none;
}
.web1 {
    width: 25%;
    margin-right: 23px;
}
.web1_top {
    position: relative;
}
.web1_top p {
    position: absolute;
    top: -7px;
    left: -7px;
    font-size: 15px;
    font-weight: 700;
    background-color: #6FBF44;
    color: #fff;
    padding: 1px 8px 1px 8px;
    border-radius: 50%;
}
.web_item:nth-child(10) .web1_top p {
    position: absolute;
    top: -7px;
    left: -7px;
    font-size: 15px;
    font-weight: 700;
    background-color: #6FBF44;
    color: #fff;
    padding: 1px 5px 1px 5px;
    border-radius: 50%;
}
.web1_top_image {

} 
.web1_top_image img {
    width: 100%;
}
.web1_bot {

}
.web1_bot a {
    text-decoration: none;
    font-size: 15px;
    color: #495057;
    margin-top: 5px;
}
.web1_bot_rank_mobile {
    display: none;
    justify-content: end;
    margin-right: -7px;
}
.web1_bot_rank_mobile .web1_bot_rank_mobile_image {
    width: 130px;
}
.web1_bot_rank_mobile img {
    width: 100%;
}
.web2 {
    width: 53%;
    margin-right: 23px;
}
.web2 h3 {
    font-size: 18px;
    font-weight: 700;
}
.web2 a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.web2 ul {
    list-style: none;
    margin-left: -30px;
}
.web2 ul li {
    display: flex;
    margin-bottom: 3px;
}
.web2 ul li .bi {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
}
.web2 ul li p {
    margin: 0;
    font-size: 15px;
}
.web2_bot {
    display: flex;
}
.web2_bot .web2_bot_image {
    width: 91px;
}
.web2_bot .web2_bot_image img {
    width: 100%;
    height: 34px;
}
.web3 {
    width: 30%;
}
.web3_rank {
    margin-bottom: 5px;
    margin-right: -25px;
}
.web3_rank img {
    width: 90%;
}
.web3_rank p {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.web3_rank label {
    
}
.web3_rank a {
    font-size: 15px;
}
.web3_play {
    width: 100%;
}
.web3_play .web3_play_image {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-right: 9px;
}
.web3_play .web3_play_image a {
    display: flex;
    justify-content: end;
    width: 75%;
}
.web3_play .web3_play_image a img {
    width: 100%;
}
.web4 {
    width: 30%;
}
.web4 .carousel-indicators {
    bottom: -38.7px;
}
.web4 .carousel-indicators button {
    background-color: #212529;
    border-radius: 100%;
    width: 7px;
    height: 7px;
}
.web4 .carousel {
    width: 100%;
}
.web4 img {
    width: 100%;
    padding: 4.5px;
    object-fit: cover;
}
.web4_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 31px;
}
.web4_image img {
    width: 100%;
    padding: 0;
}

@media (max-width: 850px) {
    .web_item {
        display: block;
        padding: 15px 15px 15px 15px;
        margin-bottom: 17px;
        border-radius: 9px;
        box-shadow: 0 0 4px 0 #b3b3b3;
        background-color: #fff;
    }
    .web_item_provider {
        padding-bottom: 15px;
    }
    .web1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
        margin-bottom: 23px;
    }
    .web1_top_image {
        display: block;
        width: 110px;
    } 
    .web1_top_image img {
        width: 100%;
    }
    .web1_top_image_provider {
        width: 145px;
    }
    .web2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .web2_bot {
        display: flex;
        margin-bottom: 3px;
    }
    .web3 {
        width: 100%;
        display: flex;
        margin-bottom: 0px;
    }
    .web3_rank {
        display: none;
    }
    .web3_play {
        width: 100%;
    }
    .web3_play .web3_play_image {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-right: 0;
    }
    .web3_play .web3_play_image a {
        display: flex;
        justify-content: end;
        width: 170px;
    }
    .web3_play .web3_play_image img {
        width: 100%;
    }
    .web1_bot_rank_mobile {
        display: flex;
    }
    .web1_bot a {
        display: block;
        text-align: end;
        margin-top: 3px;
    }
    .web4 {
        width: 100%;
    }
    .web4 .carousel {
        width: 87%;
        margin-left: auto;
        margin-right: auto;
    }
    .web4_image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        margin-top: 31px;
    }
    .web4_image img {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 250px) {
    .web4_image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 31px;
    }
}


.web4 .carousel-control-next, .carousel-control-prev {
	opacity: 0.8 !important;
}
.web4 .carousel-control-next:hover, .carousel-control-prev:hover {
	opacity: 1 !important;
}
.web4 .m_pre {
	/* background-color: #F19021 !important; */
	/* background:rgba(241, 144, 33, 0.75) !important; */
	background:rgba(0, 0, 0, 0.75) !important;
	padding: 5px;
    margin-left: 17px;
	border-radius: 100px;
}
.web4 .m_next {
	background:rgba(0, 0, 0, 0.7) !important;
	padding: 5px;
    margin-right: 17px;
	border-radius: 100px;
}
.web4 .carousel-control-prev-icon {
	display: block !important;
	width: 1.3rem !important;
	height: 1.3rem !important;
}
.web4 .carousel-control-next-icon {
	display: block !important;
	width: 1.3rem !important;
	height: 1.3rem !important;
}
@media (max-width: 850px) {
	.web4 .carousel-control-prev-icon {
		width: 2rem !important;
		height: 2rem !important;
	}
	.web4 .carousel-control-next-icon {
		width: 2rem !important;
		height: 2rem !important;
	}
}
@media (max-width: 500px) {
	.web4 .m_pre {
		padding: 5px;
        margin-left: 17px;
	}
	.web4 .m_next {
		padding: 5px;
        margin-right: 17px;
	}
	.web4 .carousel-control-prev-icon {
		width: 1.3rem !important;
		height: 1.3rem !important;
	}
	.web4 .carousel-control-next-icon {
		width: 1.3rem !important;
		height: 1.3rem !important;
	}
}




.provider_section {

}
.provider {
    
}



.footer_section {
    margin-top: 50px;
}
.footer_top_main {
    background-color: #04090c;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1e1e1e;
}
.footer_top {
    width: 85%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.footer_top_1 {
    width: 25%;
    margin-right: 50px;
}
.footer_top_1 a {
    display: block;
    width: 80%;
}
.footer_top_1 a img {
    width: 100%;
}
.footer_top_1 h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}
.footer_top_2 {
    width: 30%;
    margin-right: 50px;
}
.footer_top_2 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer_top_2 ul {
    list-style: none;
    margin-left: -30px;
}
.footer_top_2 ul li {
    margin-bottom: 5px;
}
.footer_top_2 ul li a {
    text-decoration: none;
    color: #aeaeae;
    font-size: 14px;
    font-weight: 500;
}
.footer_top_3 {
    width: 40%;
    margin-right: 50px;
}
.footer_top_3 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer_top_3 p {
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 0;
}
.footer_top_3 a {
    color: #aeaeae;
    font-size: 14px;
}
.footer_top_3 h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.footer_top_3 ul {
    list-style: none;
    margin-left: -30px;
    margin-top: 15px;
}
.footer_top_3 li {
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_bot_main {
    background-color: #000;
}
.footer_bot {
    width: 85%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 15px;
    padding-bottom: 7px;
}
.footer_bot h3 {
    color: #aeaeae;
    font-size: 14px;
    font-weight: normal;
}
.footer_bot a {
    display: inline-block;
    margin-top: 7px;
    color: #0d6efd;
    font-size: 14px;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .footer_section {
        margin-top: 50px;
    }
    .footer_top_main {
        background-color: #04090c;
        padding-top: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #1e1e1e;
    }
    .footer_top {
        width: 85%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        justify-content: center;
    }
    .footer_top_1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .footer_top_1 a  {
        width: 200px;
    }
    .footer_top_2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .footer_top_3 {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 284px) {
    .footer_top_1 a  {
        width: 85%;
    }
}




.info_text1_section {
    margin-top: 30px;
}
.info_text1 {

}
.info_text1 h3 {
    font-size: 23px;
    font-weight: 700;
}
.info_text1 p {
    font-size: 15px;
    margin-bottom: 15px;
}
.info_text1 a {
    color: #0d6efd;
}

.info_text2_section {
    margin-top: 30px;
}
.info_text2 {

}
.info_text2 h3 {
    font-size: 23px;
    font-weight: 700;
}
.info_text2 p {
    font-size: 15px;
    margin-bottom: 15px;
}

