@charset "utf-8";
 body {
     font-family: SolaimanLipi, "Siyam Rupali", Vrinda;
     font-size: 18px;
     background: #fff;
}
::-moz-selection { /* Code for Firefox */
  color: #f7f7f7;
  background: #F17D00;
}

::selection {
  color: #f7f7f7;
  background: #F17D00;
}
 .ads-center {
     display: block;
     margin: 10px auto;
     width: 75%;
     box-shadow: 5px 5px 5px 5px grey;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: SolaimanLipi, "Siyam Rupali", Vrinda;
}
 a {
     color: #000;
}
 a:hover {
     text-decoration: none;
     color: #D30202;
}
 p {
     margin-bottom: 0;
}
 .container {
     width: 1200px;
}
/*Common*/
 .Padding0 {
     padding: 0;
}
 .Margin0 {
     margin: 0;
}
 .img100 {
     width: 100%;
     border-radius: 3px;
}
 .w100 {
     width: 100%;
     border-radius: 3px;
}
 .img101 {
     padding-left: 10px 
}
 .PaddingTop10 {
     padding-top: 10px;
}
 .PaddingTop20 {
     padding-top: 20px;
}
 .PaddingTop30 {
     padding-top: 30px;
}
 .PaddingTop50 {
     padding-top: 50px;
}
 .PaddingBottom20 {
     padding-bottom: 20px;
}
 .PaddingBottom30 {
     padding-bottom: 30px;
}
 .PaddingLIVE {
     padding-top: 0;
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 10px;
}
 .HeadingLIVE {
     padding-top: 10px;
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 5px;
     font-size: 20px;
}
/*.img100{
    width:100%
}
*/
 .Margin10 {
     margin: 10px;
}
 .MarginTop10 {
     margin-top: 10px;
}
 .MarginT10LR0 {
     margin: 10px 15px;
}
/*EMM*/
 .MarginT15 {
     margin-top: 15px;
}
/*EMM*/
 .MarginTop20 {
     margin-top: 20px;
}
 .MarginTop40 {
     margin-top: 40px;
}
 .DMarginTB10 {
     margin-top: 10px;
     margin-bottom: 10px;
}
 .DMarginB20 {
     margin-bottom: 20px;
}
 .DMarginB20Eid {
     margin-bottom: 5px;
     max-height: 150px;
}
 .DImgBG {
     background: #DDDDDD;
}
 .Nav1 {
     display: inline;
}
 .Nav2 {
     display: none;
}
/*Submenu*/
 .sub {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     min-width: 160px;
     margin: 2px 0 0;
     font-size: 14px;
     text-align: left;
     list-style: none;
     display: none;
}
 .dropdown-submenu {
     position: relative;
     z-index: 1000;
}
 .dropdown-submenu>.dropdown-menu {
     top: 50;
     border-radius: 0 6px 6px 6px;
     z-index: 1000;
}
 .dropdown-submenu> .sub {
     top: 0;
     left: 100%;
     z-index: 1000;
}
 .dropdown-submenu:hover>.dropdown-menu {
     display: block;
     border: 0 !important;
     padding: 0 !important;
}
 .dropdown-submenu>a:after {
     display: block;
     content: " ";
     float: right;
     width: 0;
     height: 0;
     border-color: transparent;
     border-style: solid;
     border-width: 5px 0 5px 5px;
     border-left-color: #ccc;
     margin-top: 5px;
     margin-right: -10px;
}
 .dropdown-submenu:hover>a:after {
     border-left-color: #fff;
}
 .dropdown-submenu.pull-left {
     float: none;
}
 .dropdown-submenu.pull-left>.dropdown-menu {
     left: -100%;
     margin-left: 10px;
     -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
     border-radius: 6px 0 6px 6px;
}
/*End Submenu*/
/*Header-Footer*/
 .TopHeader {
     background: #ebeded;
     padding: 10px 0;
}
 .TopHeader .HeaderLogo img {
     width: 100%;
     float: left;
     margin-top: 15px;
    margin-bottom: 3px;
}
 .TopHeader .HeaderLogo .DLogoTitle {
     width: 100%;
     float: left;
     color: #fff;
     margin-top: 16px;
}
 p.tagline1 {
     font-size: 24px;
}
 p.tagline3 {
     font-size: 20px;
}
 .DateList {
     padding: 43px 15px 0 15px;
}
 .DateList p {
     font-size: 16px;
     color: #fff;
     text-align: center;
}
/*for search*/
 .search-form .form-group {
     float: right !important;
     transition: all 0.35s, border-radius 0s;
     width: 33px;
     height: 33px;
     background-color: #fff;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
     border-radius: 25px;
}
 .search-form .form-group input.form-control {
     padding-right: 20px;
     border-radius: 25px;
     background: transparent;
     box-shadow: none;
     display: block;
}
 .search-form .form-group:hover, .search-form .form-group.hover {
     width: 100%;
     border-radius: 25px;
}
 .search-form .form-group span.form-control-feedback {
     position: absolute;
     top: -1px;
     right: -2px;
     z-index: 2;
     display: block;
     width: 32px;
     height: 32px;
     line-height: 34px;
     text-align: center;
     color: #0c4470;
     left: initial;
     font-size: 14px;
}
 .col-sm-offset-2 {
     margin: 0;
}
 .SocialLink {
     padding: 5px 20px 0 15px;
}
 .SocialLink a .btn {
     padding: 3px 12px;
}
 .SocialLink a i {
     padding: 5px;
     margin-left: 3px;
     color: #fff;
     width: 26px;
     height: 26px;
     border-radius: 3px;
     box-shadow: 0 2px 3px #0B1A6F;
}
 .SocialLink a .fa-facebook {
     background: #2E4D82;
}
 .SocialLink a .fa-twitter {
     background: #0094CF;
}
 .SocialLink a .fa-google-plus {
     background: #DA3903;
}
 .SocialLink a .fa-youtube {
     background: #EB2126;
}
 .SocialLink a .fa-instagram {
     background: #AF9A7F;
}
 .SocialLink a .fa-rss {
     background: #E3850B;
}
/*Navbar*/
 .TopHeader2 {
     background: #171717;
     box-shadow: 0 5px 5px -5px #000;
     border-color: transparent;
     border-radius: 0;
     border: none;
}
 .navbar-default {
     background: #171717;
     margin-bottom: 0;
}
 #bs-example-navbar-collapse-1 .nav.navbar-nav.nav1 {
     border-bottom: 1px solid #C4161C;
     display: block;
     margin: 0;
     padding: 0;
    /*width: 100%;
    */
}
 .navbar-default .collapse {
     padding: 0;
}
/*navbar-default{
    background:rgb(17,84,142);
    /*Old browsers*/
    /* background:-moz-linear-gradient(top, rgba(17,84,142,1) 0%, rgba(0,54,155,1) 100%);
    /*FF3.6-15*/
    /* background:-webkit-linear-gradient(top, rgba(17,84,142,1) 0%,rgba(0,54,155,1) 100%);
    /*Chrome10-25,Safari5.1-6*/
    /* background:linear-gradient(to bottom, rgba(17,84,142,1) 0%,rgba(0,54,155,1) 100%);
    /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    /*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11548e', endColorstr='#00369b',GradientType=0 );
    /*IE6-9*/
    /*border-color:transparent;
    border-radius:0;
    margin-top:10px;
    border:none;
}
*/
 #bs-example-navbar-collapse-1 .nav.navbar-nav.nav1 {
     border-bottom: 1px solid #C4161C;
     display: block;
     margin: 0;
     padding: 0;
     width: 100%;
}
 .navbar-default .collapse {
     padding: 0;
}
/*.navbar-default .navbar-nav > li{
    border-right:1px solid #000;
}
*/
 .navbar-default .navbar-nav>li:last-child {
     border-right: none;
}
 .navbar-default .navbar-nav>li>a {
     font-size: 18px;
     color: #fff;
     transition: 0.6s;
     padding: 15px 12px;
}
 .navbar-default .navbar-nav>li>a i {
     font-size: 18px;
}
 .navbar-default .navbar-nav>li>a span {
     font-size: 14px;
     color: red;
     font-weight: bold;
}
 .navbar-default .navbar-nav>li>a:hover {
     background: #141414;
    /*Old browsers*/
     background: -moz-linear-gradient(top, #9b9b9b 0%, #c1c1c1 100%);
    /*FF3.6-15*/
     background: -webkit-linear-gradient(top, #9b9b9b 0%, #c1c1c1 100%);
    /*Chrome10-25,Safari5.1-6*/
     background: linear-gradient(to bottom, #9b9b9b 0%, #c1c1c1 100%);
    /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111f6d', endColorstr='#03136d', GradientType=0);
    /*IE6-9*/
     color: #fff;
     text-decoration: none;
}
 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     color: #fff;
}
 .navbar {
     margin-bottom: 0;
     min-height: 38px;
     position: relative;
     border: none;
}
 .navbar-nav>li>a {
     padding: 4px 15px;
}
 .navbar-default .navbar-collapse {
     padding-left: 0;
     max-height: 600px;
}
 .navbar-nav .dropdown-menu li {
     border-bottom: 1px solid#0B1A6F;
}
 .navbar-nav .dropdown-menu li:last-child {
     border-bottom: none;
}
 .navbar-nav .dropdown-menu li a {
     color: #313131;
     font-size: 14px;
     padding: 4px 15px;
}
 .navbar-nav .dropdown-menu li a:hover {
     color: #313131;
     transition: 0.8s;
     background: #d4d4d4;
     text-decoration: none;
}
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     background: #d8d8d8;
}
 .navbar-nav .dropdown-menu {
     background: #efefef;
}
 .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover {
     text-decoration: underline;
}
 @media (min-width:768px) {
     ul.nav li:hover>ul.dropdown-menu {
         display: block;
    }
     #navbar {
         text-align: center;
    }
}
 @media (max-width:412px) {
     .container{
         align-items: center;
         width: auto;
         height: auto;
    }
     .DFLogo {
         padding-left: 125px;
    }
}
 .FooterBG {
     background: #ebeded;
     margin-top: 10px;
     border-top: 1px solid #242323;
     color: #242323;
     padding: 5px 0;
}
 .FooterBG a {
     color: #242323;
}
 .p-first{
     text-align: center;
     font-size: 12px;
     font-family: 'Times New Roman', Times, serif;
}
 .p-second{
     text-align: center;
     font-size: 20px;
     font-family: 'Times New Roman', Times, serif;
}
 .DFLogo {
     align-items: center;
     width: auto;
     height: auto;
}
 .DFLogo img{
     align-items: center;
     width: auto;
}
 .DEitor {
     text-align: center;
     border-right: 2px solid#fff;
}
 .DFContact {
     text-align: center;
}
 .FAddress {
     text-align: center;
}
 .DFSocialLink {
     border-right: 2px solid #fff;
     text-align: center;
}
 .DFSocialLink a .btn {
     padding: 3px 12px;
}
 .DFSocialLink a i {
     padding: 4px;
     margin-left: 2px;
     color: #fff;
     width: 22px;
     height: 22px;
     border-radius: 3px;
     box-shadow: 0 2px 3px #0B1A6F;
}
 .DFSocialLink a .fa-facebook {
     background: #2E4D82;
}
 .DFSocialLink a .fa-twitter {
     background: #0094CF;
}
 .DFSocialLink a .fa-google-plus {
     background: #DA3903;
}
 .DFSocialLink a .fa-youtube {
     background: #EB2126;
}
 .DFSocialLink a .fa-instagram {
     background: #AF9A7F;
}
 .DFSocialLink a .fa-rss {
     background: #E3850B;
}
 .DFooterBottom {
     background: #242323;
     color: #ffffff;
     text-align: center;
     padding: 10px 0;
     font-size: 14px;
}
 .DFooterBottom a {
     color: #ffffff;
}
 .DFooterBottom a:hover {
     color: #fdb5b5;
}
 .FOtherLinkBG {
     background: #ebeded;
     border-top: 1px solid #404040;
     padding: 8px 0;
}
 .FOtherLink {
     padding: 0;
     margin: 0;
     text-align: center;
     color: #fff;
}
 .FOtherLink a {
     color: #fff;
     font-size: 16px;
     padding: 0 5px;
}
 .FOtherLink a:hover {
     color: #333;
}
 .DTopNews .thumbnail {
     border: 0 none;
     box-shadow: none;
     margin-bottom: 20px;
     padding: 0;
}
 .DTopNews .thumbnail .caption {
     padding: 5px 10px 5px 10px;
}
 .DTopNews .caption {
     margin: 0;
     font-size: 18px;
     font-weight: 500;
     line-height: 22px;
}
 .DTopNews .caption {
     width: 100%;
     bottom: 0;
     position: absolute;
     background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
     z-index: 0;
}
 .DTopNews .caption a:hover {
     color: #fff;
     text-decoration: underline;
     transition: 0.2s;
}
 .DTopNews .caption a {
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     font-weight: bold;
}
 .DTopNews1 .thumbnail {
     border: 0 none;
     box-shadow: none;
     margin-bottom: 15px;
     padding: 0;
}
 .DTopNews .thumbnail img {
     min-height: 144px;
     overflow: hidden;
}
 .DSportsLeadMore .DTopNews .thumbnail img {
     min-height: 130px;
     overflow: hidden;
}
 .DTopNews1 .thumbnail .caption {
     padding: 5px 10px 5px 10px;
}
 .DTopNews1 .caption {
     margin: 0;
     font-size: 22px;
     font-weight: 500;
     line-height: 26px;
}
 .DTopNews1 .caption {
     width: 100%;
     bottom: 0;
     position: absolute;
     background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
     z-index: 0;
}
 .DTopNews1 .caption a:hover {
     color: #fff;
     text-decoration: underline;
     transition: 0.2s;
}
 .DTopNews1 .caption a {
     color: #fff;
     font-size: 24px;
     line-height: 28px;
     font-weight: bold;
}
 .DSportsLeadMore {
     display: block;
     overflow: hidden;
}
 .second-lead-news-wrapper {
     padding: 8px 8px 0 8px;
     background: #fff;
     margin-top: 24px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .second-lead-news-wrapper .text-heading {
     padding: 6px 8px 3px;
     min-height: 77px;
     max-height: 77px;
     overflow: hidden;
}
 .DTopNews2 {
    /*margin-top:30px;
    */
     background: #ccc;
     box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}
 .DCategoryNewsSpWc {
     background: url("../../media/common/wc-crick-19.jpg");
     background-size: cover;
     margin-top: 0;
}
 .DTopNews2 a p {
     padding: 7px 10px;
     margin: 0;
     font-size: 18px;
     color: #333;
     min-height: 81px;
     line-height: 22px;
     background: #f8f8f8;
}
 @media all and (min-width:779px) {
     .DTopNews2 img {
         width: auto;
         height: 134px;
         display: block;
         margin-left: auto;
         margin-right: auto;
    }
     .DCatTopNews .col-sm-12 img {
         width: auto;
         height: 210px;
         display: block;
         margin-left: auto;
         margin-right: auto;
    }
     .DCatNewsList3 img {
         width: auto;
         height: 70px;
         display: block;
         margin-left: auto;
         margin-right: auto;
    }
}
/*Home*/
/*Top Special Image*/
 .containerBox {
     position: relative;
     display: inline-block;
}
 .text-box {
     position: absolute;
     height: 100%;
     text-align: center;
     width: 100%;
}
 .text-box:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}
/*Top Special Image*/
/*Scroll*/
 .DScrollS {
     border-bottom: 1px solid #374B9B;
     border-top: 1px solid #374B9B;
     border-left: 1px solid #374B9B;
     border-right: 1px solid #374B9B;
     margin-top: 1px;
     font-size: 20px;
     font-weight: bold;
}
 .DScrollS .col-sm-1 {
     background: #374B9B;
     padding: 2px;
}
 .DScrollS .col-sm-2 {
     background: #C4161C;
}
 .DScrollS h5 {
     font-size: 18px;
     font-weight: bold;
     margin: 6px 0;
     color: #fff;
     text-align: center;
}
 .DScrollS i {
     margin-left: 30px;
}
 .DScrollS p {
     font-size: 16px;
     font-weight: bold;
     padding-top: 2px;
}
 .DScrollS a {
     font-size: 16px;
     font-weight: bold;
     color: #C4161C;
}
/*Breaking*/
 .DScroll {
     border-bottom: 1px solid #C4161C;
     border-top: 1px solid #C4161C;
     border-left: 1px solid #C4161C;
     margin-top: 5px;
     font-size: 20px;
     font-weight: bold;
}
 .DScroll .col-sm-1 {
     background: #C4161C;
     padding: 4px;
     white-space: nowrap;
}
 .DScroll .col-sm-2 {
     background: #C4161C;
}
 .DScroll h5 {
     font-size: 18px;
     font-weight: bold;
     margin: 6px 0;
     color: #fff;
     text-align: center;
}
 .DScroll i {
     margin-left: 0px;
}
 .DScroll p {
     font-size: 20px;
     font-weight: bold;
     padding-top: 8px;
}
 .DScroll a {
     font-size: 20px;
     font-weight: bold;
     color: #C4161C;
}
/*For Video Highlight*/
 .wrap {
     position: relative;
     float: left;
     clear: none;
     overflow: hidden;
}
 .wrap img {
     position: relative;
     z-index: 2;
}
 .wrap .carousel-caption {
     display: block;
     position: absolute;
     width: 100%;
     bottom: 5px;
     left: 0;
     z-index: 2;
     text-align: center;
     background-image: url(../../media/common/bg.png);
     background-repeat: repeat;
     padding: 5px;
     margin: 0 15px 0 5px;
     overflow: hidden;
}
 .wrap .carousel-caption a {
     color: #fff;
}
 .wrap .desc {
     text-align: center;
}
 .wrap .desc2 {
     text-align: center;
     height: 50px;
}
 .wrap .desc a {
     color: #033b99;
}
 .wrap .desc2 a {
     color: #033b99;
}
 .DCategoryName a {
     color: #0A196D;
     font-size: 1.1em;
}
 .wid_line {
     border-top: 2px solid #0A196D;
     margin-bottom: 5px;
     margin-top: 0;
     position: relative;
}
 .wid_line::after {
     border-top: 2px solid #ED1C24;
     content: "";
     left: 0;
     position: absolute;
     top: -2px;
     width: 80px;
}
/*Left-Content*/
 .DAllNews {
     background-color: #00CC00;
     text-align: center;
}
 .DAllNews a {
     color: #fff;
}
/*.DTopNews .caption{
    height:170px;
    overflow:hidden;
}
EMM*/
 .DTopNews .caption h1 {
     margin-top: 0;
     font-size: 30px;
     line-height: 40px;
}
/*EMM*/
 .DTopNewsList {
     padding: 5px 0;
     background: #fff;
     margin: 0 0 3px 0;
}
 .DTopNewsList h2 {
     font-size: 16px;
     margin-top: 5px;
}
 .DSpecialTop1 {
     margin: 15px 0;
     padding: 10px;
     background-color: #fff;
}
/*EMM*/
 .DTopNewsList .col-sm-4 {
     padding-right: 0;
}
 .latestPanelDefaultHm {
     max-height: 410px;
     overflow: auto;
     padding: 0;
}
 .latestPanelDefault {
     max-height: 360px;
     overflow: auto;
     padding: 0;
}
 .panel-heading {
     padding: 0;
}
 .panel-heading .nav-pills .active a h4 {
     margin: 0;
     font-weight: bold;
}
 .panel-heading .nav-pills li a h4 {
     margin: 0;
     font-weight: bold;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
     background: #084F91;
}
 .panel-heading .nav>li>a {
     display: block;
     padding: 10px auto;
     position: relative;
}
 .DTopNewsList2 {
     padding: 5px 0;
     background: #fff;
     margin: 0 0 3px 0;
     border-bottom: 2px solid #C9C9C9;
}
 .DTopNewsList2:last-child {
     border-bottom: none;
}
 .DTopNewsList2 p a {
     font-weight: normal;
}
 .DTopNewsList2 .col-sm-4 {
     padding-right: 0;
}
 .DCategoryNews {
     background: #fff;
}
 .DCategoryNews p {
     padding: 5px 10px;
     font-size: 1em;
     font-weight: bold;
}
/*.DCategoryNews img{
    padding:5px 10px;
}
*/
 .DCategoryNews h4 {
     padding: 0 10px 15px 10px;
     font-size: 1.1em;
     min-height: 60px;
}
 .DCategoryNewsSp {
     background: url("../../media/common/asiacup4.jpg");
     background-size: cover;
     margin-top: 0;
}
 .DCategoryNewsSp p {
     margin-left: 10px;
     padding: 6px 10px;
     font-size: 1em;
     font-weight: bold;
}
 .DCategoryNewsSp img {
     margin-top: 5px;
     margin-left: 0;
     padding: 5px 5px;
}
 .DCategoryNewsSp h4 {
     padding: 0 0 0 30px;
     font-size: 1.1em;
     min-height: 60px;
}
 .DCategoryNewsSp2 img {
     margin-top: 3px;
     margin-left: 10px;
     margin-right: 00px;
     padding: 1px 1px;
}
 .DCategoryNewsSp2 h4 {
     padding: 0 0 0 10px;
     font-size: 1.1em;
     min-height: 60px;
}
 .DCategoryNewsSPBack {
     opacity: 0.5;
}
 .DCategoryNewsList .col-sm-8 {
     padding-right: 0;
}
 .DCategoryNewsList .col-sm-4 {
     padding-left: 0;
}
 .DCategoryNewsList .col-sm-8 p {
     margin: 0;
     font-weight: normal;
     min-height: 70px;
}
 .DCategoryNewsList2 {
     padding: 0;
     margin: 0;
     min-height: 30px;
}
 .DCategoryNewsList2 p {
     font-weight: normal;
     border-bottom: 1px solid #C9C9C9;
     margin-bottom: 5px;
     min-height: 60px;
}
 .DCategoryNewsList2 p:last-child {
     border-bottom: 0 solid #C9C9C9;
}
 .DCategoryNewsList2 p i {
     color: #084F91;
     font-size: 14px;
}
 .DCategoryNewsList3 p {
     font-weight: normal;
     font-size: 1em;
     color: #000;
}
 .DCategoryNewsList3 .col-sm-5 {
     padding-left: 0;
}
 .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-4 {
     padding: 0;
}
 .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8 {
     padding-left: 0;
}
 .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8 p {
     font-size: 1em;
}
 .DCategoryNewsList4 .col-sm-4 {
     padding-right: 0;
}
 .DCategoryNewsList4 .col-sm-8 {
     padding-left: 0;
}
 .DCategoryNewsList4 .col-sm-8 p {
     margin: 0;
     font-weight: normal;
}
 .MultimediaSlider img {
     padding: 0;
}
 .MultimediaSlider .carousel-caption {
     padding: 10px 0;
     left: 0;
     right: 0;
     background: #000;
     opacity: 0.7;
     bottom: 0;
}
 .NewsCategory {
     background: #084F91;
     padding: 3px 10px;
     font-size: 1em;
     border-bottom: 2px solid#0B1A6F;
     margin: 10px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategory a {
     color: #fff;
}
 #slider .carousel-inner .item p {
     max-height: 0;
     min-height: 0;
}
 .NewsCategoryNevyBlue {
     background: #022868;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 1px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryNevyBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryWebBlue {
     background: #084F91;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryWebBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryBlue {
     background: #0316C0;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryGreen {
     background: #007100;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategory4year {
     background: #B95800;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategory4year a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryWhite {
     background: #fff;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryWhite a {
     color: #000000;
     font-size: 22px;
}
 .NewsCategoryJGreen {
     background: #119033;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryJGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryLGreen {
     background: #00A400;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryLGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryGray {
     background: #2E2E2E;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryGray a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryAsh {
     background: #646464;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryAsh a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategorySky {
     background: #0081C9;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategorySky a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryViolate {
     background: #522773;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryViolate a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryOrange {
     background: #B75B00;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryOrange a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryMaroon {
     background: #8A5533;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryMaroon a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryRed {
     background: #DD0000;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryRed a {
     color: #fff;
     font-size: 22px;
}
 .DSpeNews {
     background: #fff;
     padding: 0 10px;
}
 .DSpeNewsLine {
     width: 100%;
     height: 25px;
}
 .DSpeNews h4 {
     margin: 0;
     padding-top: 10px;
     text-align: center;
     font-size: 1.1em;
     color: #084F91;
     font-weight: bold;
}
 .DSpeNews .panel-body p {
     padding: 0 5px;
}
 .DEtvNews {
     background: #fff;
     padding: 0 10px;
}
 .DEtvNews h4 {
     margin: 0;
     padding-top: 10px;
     text-align: center;
     font-size: 1.1em;
     color: #084F91;
     font-weight: bold;
}
 .DEtvNews .panel-default .panel-body p {
     margin: 5px;
}
/*for special slider*/
 .fa.fa-chevron-circle-right {
     right: 0;
}
 .fa.fa-chevron-circle-left {
     left: 0;
}
 .fa.fa-chevron-circle-right, .fa.fa-chevron-circle-left {
     color: #fff;
     font-size: 24px;
}
 .col-img-responsive02 span {
     color: #fff;
}
 .col-img-responsive02 {
     display: none;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
     height: 100%;
     position: absolute;
     width: 100%;
}
 .carousel-control {
     width: 5%;
}
 .panel-body {
     position: relative;
     padding: 0;
}
 .panel-bodyN {
     padding: 5px;
     width: 100%;
     text-align: center;
     margin-top: 0;
     height: 65px;
     overflow: hidden;
     background: #f0f0f0;
}
 .panel-bodyN p {
     font-size: 15px;
     line-height: 20px;
     overflow: hidden;
}
 .panel-bodyETVN {
     padding: 5px;
     width: 100%;
     text-align: center;
     margin-top: 0;
     height: 65px;
     overflow: hidden;
     background: #f0f0f0;
}
 .panel-bodyETVN p {
     font-size: 15px;
     line-height: 20px;
     overflow: hidden;
}
 .btn-primary {
     background-color: #337ab7;
     border-color: #2e6da4;
     border-radius: 0;
     bottom: -15px;
     color: #fff;
     position: relative;
     width: 100%;
     -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
     -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
}
 .btn-primary {
     background-color: #084F91;
     border-color: #fff;
     margin-top: -20px;
}
 .panel-default {
     -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
     -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
     border: medium none;
     border-radius: 0;
}
 .panel-heading {
     padding: 0;
     position: relative;
}
 .panel-headingN {
     padding: 0;
     width: 100%;
     margin-bottom: 0;
}
 .panel-heading img {
     width: 100%;
}
 .carousel-control.left {
     background-image: none;
}
 .carousel-control.right {
     background-image: none;
}
 .more_video p a {
     background: #084F91;
     color: #fff;
     font-size: 14px;
     padding: 2px 5px;
     margin-bottom: 20px;
     border: 1px solid #fff;
}
 .DCoronaSide {
     display: block;
     border: 1px solid #000;
     box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.3);
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     color: #fff;
}
 .DCoronaSide .DCaption {
     padding-left: 0;
}
 .DSpecialTopic {
     background: #000;
     Margin: 0 0 30px;
     padding: 20px 0;
}
 .SportsLead {
     border-top: 2px dashed #b1b1b1;
     margin-top: 10px;
}
 .SportsLead a .SportsLeadHeading {
     padding: 6px 0;
     font-size: 22px;
     font-weight: bold;
     color: #fff;
}
 .SportsLead p {
     padding-bottom: 10px;
     border-bottom: 2px dashed #b1b1b1;
     color: #FFF;
}
 .DSportsSide {
     display: block;
     border: 1px solid #000;
     box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.3);
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     color: #fff;
}
 .DCaption {
     padding: 10px 10px;
}
 .DCaption a p {
     font-size: 18px;
     font-weight: bold;
     color: #fff;
}
 .DSportsSide .DCaption {
     padding-left: 0;
}
 .DSportsList2 .DCaption {
     padding: 0;
}
 .DSpecialTopicList {
     padding-top: 10px;
     padding-bottom: 10px;
     margin: 0;
     border-bottom: 1px dotted #f1f1f1;
}
 .paddingRLB10 {
     padding: 5px 5px 5px 5px;
}
 .paddingTopBottom {
     padding: 10px 0;
}
 .paddingbottom10 {
     padding-bottom: 10px;
}
 .DSpecialTopicList a p {
     color: #fff;
}
 .DSpecialTopicList .col-sm-5 {
     padding-left: 0;
     font-size: 17px;
     line-height: 26px;
}
 .DSpecialTopicTitle {
     text-align: center;
     margin: 10px 0 20px;
}
 .DSpecialTopicTitle a p {
     font-size: 35px;
     font-weight: bold;
     color: #fff;
}
 .DSpecialTopicTitle:before {
     content: "";
     position: absolute;
     width: 140px;
     bottom: 0;
     left: 50%;
     margin-left: -70px;
     height: 1px;
     background: #ebebeb;
}
 .DSpecialTopicTitle:after {
     content: "";
     position: absolute;
     width: 24px;
     height: 24px;
     bottom: -11px;
     left: 50%;
     margin-left: -12px;
     border: 5px solid #fff;
     border-radius: 20px;
     background: #45aed6;
}
 .section-header {
     text-align: center;
     margin: 10px 0 20px;
}
 .section-header .section-title {
     font-size: 36px;
     color: #fff;
     position: relative;
     padding-bottom: 15px;
     margin: 0 0 25px;
}
 .section-header .section-title::before {
     content: "";
     position: absolute;
     width: 280px;
     bottom: 0;
     left: 50%;
     margin-left: -140px;
     height: 3px;
     background: #fff;
     border-radius: 10px;
}
 .section-header .section-title::after {
     content: "";
     position: absolute;
     width: 26px;
     height: 26px;
     bottom: -11px;
     left: 50%;
     margin-left: -12px;
     border: 5px solid #000;
     border-radius: 26px;
     background: #45aed6;
}
/*Bijoyer Mash NEW*/
 .WorldCupFIFA {
     background: url("../../media/common/fifa22b2s.jpg");
     margin-top: 15px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
 .FIFACountBack {
     border-radius: 25px;
     border: 2px solid #73AD21;
     padding: 20px;
     width: 200px;
     height: 150px;
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .DCategoryNewsLIVE {
     background: url("../../media/common/election-2018.jpg");
     margin-top: 15px;
}
 .DCategoryNewsLIVE p {
     padding: 5px 10px;
     font-size: 16px;
     font-weight: bold;
}
 .DCategoryNewsLIVE img {
     padding: 5px 10px;
}
 .DCategoryNewsLIVE h4 {
     padding: 0 10px 15px 10px;
     font-size: 18px;
     min-height: 60px;
}
/*Bijoyer Mash*/
 .DCategoryNewsImg p {
     padding: 5px 10px;
     font-size: 16px;
     font-weight: bold;
}
 .DCategoryNewsImg img {
     padding: 5px 10px;
}
 .NewsCategoryGreen {
     background: #007100;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryGreen a {
     color: #FFFFFF;
     font-size: 22px;
}
/*Right Content*/
 .DLatestDrama {
     background: #fff;
     border-radius: 5px;
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
}
 .DLatestDrama .thumbnail {
     margin-bottom: 0;
}
 .DLatestDrama #carouselButtons {
     margin-left: 100px;
     position: absolute;
     bottom: 0;
}
 .DMoreLink {
     float: right;
     padding: 10px;
}
 .DPayerTime {
     background: #fff;
}
 .DPayerTime table.salat {
     margin-bottom: 15px;
     overflow: hidden;
     padding: 0;
     width: 100%;
     border: 1px solid#848484;
}
 .DPayerTime table tr td {
     border: 1px solid#848484;
     text-align: center;
     font-size: 16px;
}
 .DPayerTime .list-group {
     margin-bottom: 0;
}
 .DPayerTime .list-group-item {
     padding: 6px 10px;
}
 .DEtvLive {
     background: #fff;
}
 .DEvent {
     background: #fff;
}
 .DEvent .list-group {
     margin: 0 15px 10px 15px;
}
 .DEvent .list-group li {
     padding: 8px 15px;
     text-align: center;
}
 .DArcrive {
     background: #fff;
}
 .DPopularNews {
     background: #fff;
}
 .DCategoryName2 {
     background: #0096D2;
     padding: 5px 20px;
     color: #fff;
}
 .DCategoryName2 a {
     color: #fff;
}
 .DPopularNews ul {
     padding: 0;
     margin-top: 10px;
}
 .DPopularNews ul li {
     float: left;
     list-style: none;
     text-decoration: none;
     margin: 3px 5px;
     display: inline;
}
 .DPopularNews ul li a {
     background: #C6C6C6;
     padding: 5px 15px;
     color: #1E196D;
     display: inline-block;
     border-radius: 3px;
}
 .back-to-top {
     cursor: pointer;
     position: fixed;
     bottom: 60px;
     right: 20px;
     display: none;
}
 .Back-up-top .btn-danger {
     background: #0B1A6F;
     width: 45px;
     height: 45px;
     border-radius: 25px;
     border: 2px solid#E6EAE9;
}
 .Back-up-top .btn-danger .glyphicon.glyphicon-chevron-up {
     padding-top: 7px;
}
 .DOnlineServe {
     background: #fff;
}
 .nav-tabs>li.active>a, .nav-tabs>li>a:hover {
     border: none;
     color: #0B1A6F !important;
     background: transparent;
}
 .nav-tabs>li>a::after {
     content: "";
     background: #0B1A6F;
     height: 2px;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: -1px;
     transition: 0.8s;
     transform: scale(0);
}
 .nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after {
     transform: scale(1);
}
 .tab-nav>li>a::after {
     background: #21527d;
     color: #fff;
}
 .card {
     background: #fff;
     color: #fff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     margin-bottom: 10px;
}
 .card .nav-tabs {
     background: #084F91;
     color: #000;
}
 .card .nav-tabs li a {
     color: #fff;
     font-weight: bold;
}
/*Toolbar-Bottom*/
 #DToolbar {
     z-index: 99;
     position: fixed;
     left: 0;
     bottom: 0;
}
/*Category*/
 .DCategoryTopNews {
     background: #fff;
     padding: 15px;
}
 .DCategoryTopNews h1 {
     margin-top: 0;
}
 .DCategoryTopNews h3 {
     margin-top: 0;
}
 .DCategoryTopNewsL {
     background: #fff;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
     float: left;
     width: 48%;
     height: 160px;
     overflow: hidden;
}
 .DCategoryTopNewsL h1 {
     margin-top: 0;
}
 .DCategoryTopNewsL h3 {
     margin-top: 0;
}
 .DCategoryTopNewsR {
     background: #fff;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
     float: right;
     width: 48%;
     height: 160px;
     overflow: hidden;
}
 .DCategoryTopNewsR h1 {
     margin-top: 0;
}
 .DCategoryTopNewsR h3 {
     margin-top: 0;
}
 .CategoryDetImage {
     padding-left: 15px;
     padding-right: 10px;
     padding-top: 8px;
     padding-bottom: 20px;
}
 .CategoryDetBrf {
     padding-left: 3px;
     padding-right: 10px;
     padding-top: 8px;
     padding-bottom: 5px;
}
 .DCategoryTopNewsList {
     background: #fff;
     padding: 10px;
}
 .DCategoryTopNewsList h3 {
     margin-top: 0;
}
 .DCategoryTopNewsList .col-sm-5 {
     padding-right: 0;
}
 .DCategoryTopNews .DDate {
     padding-top: 10px;
     float: right;
     color: #4C4C4C;
}
 .DCategoryTopNewsList .DDate {
     padding-top: 20px;
     float: right;
     color: #4C4C4C;
}
 .DEndNote {
     border: 1px solid #C9C9C9;
     padding: 10px;
     text-align: center;
     margin: 10px 0;
}
/*Details*/
 .DetailsLeftContent {
     background: #fff;
     padding: 20px;
}
 .DetailsLeftContent p {
     margin-bottom: 15px;
}
 .DDetailsHeading p {
     font-size: 16px;
     margin-bottom: 10px;
}
 .DDetailsHeading h1 {
     margin-top: 0;
     font-size: 30px;
}
 .DDetailsHeading h3 {
     margin-top: 5px;
     font-size: 22px;
}
 .DDetailsHeading span {
     color: #848484;
}
 .DetailsLeftContent img {
     margin-bottom: 30px;
}
 .DetailsAdd img {
     margin: 15px 0;
}
 .DetailsLeftContent h4 {
     margin: 0 0 25px 0;
     font-size: 17px;
}
 .DetailsRecentNews ul {
     list-style: none;
     padding: 0;
     border: 1px solid #EAEAEA;
     background-color: #FCFCFC;
}
 .DetailsRecentNews ul li {
     border-bottom: 1px solid #C9C9C9;
     padding: 10px 5px;
     margin: 0 5px;
}
 .DetailsRecentNews ul li:last-child {
     border-bottom: 0 solid #EAEAEA;
}
 .DetailsRecentNews ul li h2 {
     font-size: 15px;
     font-weight: bold;
     margin: 0;
     padding: 3px 0;
}
 .DetailsRecentNews ul li h2 a {
     text-decoration: none;
}
 .DetailsRecentNews ul li h2 a:hover {
     color: #ED1C24;
}
 .RelatedTagNewsCaption {
     font-size: 24px;
     font-weight: bold;
     color: #333;
     border-bottom: 5px solid #ff0000;
     padding-bottom: 8px;
}
 .RelatedNewsList {
     padding: 0;
     margin-top: 10px;
     list-style: none;
}
 .TimeBlock i {
     margin-right: 5px;
}
 .RelatedNewsList li {
     padding: 10px 2px;
     background: #fff;
     list-style: none;
}
 .RelatedNewsList li a p {
     font-size: 18px;
}
 .NewsTags {
     padding: 0;
     margin: 10px 0 30px;
}
 .Tagitle .NewsTags li {
     display: inline-block;
}
 .Tagitle .NewsTags li a {
     color: #333;
     border: 1px solid #dfdfdf;
     font-size: 16px;
     padding: 8px 12px;
     border-radius: 20px;
}
 .Tagitle .NewsTags li a:hover {
     background: #333;
     color: #fff;
     border-color: #ccc;
}
 .RelatedTagNews {
     margin: 20px 0;
}
/*InfoPages*/
 .Eng {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
}
 .Info h1 {
     margin: 15px 0;
}
 .Info h3 {
     margin: 15px 0;
}
 .Info p {
     margin: 10px 0;
}
 table.TblDirectors td {
     width: 33%;
}
 table.TblDirectors td p {
     text-align: center 
}
 table.TblDirectors img {
     margin-top: 20px;
}
 table.TblContact td {
     padding: 10px 0;
     text-align: left;
}
/*PhotoGallery*/
 .DPanelTitle {
     padding: 7px 0;
     font-size: 20px;
     text-align: center 
}
 .carousel-indicators {
     bottom: -35px;
}
 .carousel-indicators li {
     width: 12px;
     height: 12px;
     margin: 10px;
     background-color: #319bbd;
     box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
     cursor: pointer;
}
 .carousel-indicators .active {
     width: 15px;
     height: 15px;
     margin: 10px;
     background-color: #285090;
}
 .carousel-caption {
     position: relative;
     padding: 10px;
     left: 0;
     right: 0;
     background-color: #000;
     opacity: 0.7;
     bottom: 0;
}
 .DPhotoMark a>i {
     background: rgba(255, 255, 255, 0.8);
     color: red;
     padding: 10px 15px;
     left: 15px;
     top: 0;
     position: absolute;
     z-index: 99;
}
 .DVideoMark a>i {
     background: rgba(255, 255, 255, 0.6);
     color: red;
     padding: 10px 15px;
     left: 100px;
     top: 70px;
     position: absolute;
     z-index: 99;
     font-size: 5px;
}
 @media screen and (max-width:1024px){
     .container{
        width:1024px;
    }
     .navbar-default .navbar-nav > li > a{
        font-size:14px;
    }
     .DScroll .col-sm-1{
        width:100%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-9{
        width:55%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-2{
        width:25%;
        float:left;
        padding:0;
    }
     .DScroll p{
        padding-top:2px;
    }
     .T-20-GameBoard .col-sm-4{
        width:80%;
        float:left;
        padding-left: 0px;
        padding-right: 0px;
         padding-top: 0px;
         padding-bottom: 0px;
    }
}
 @media screen and (max-width:768px){
     .container{
        width:768px;
    }
     .DHeaderNav{
        padding:10px 15px;
    }
     .navbar-default .navbar-nav > li > a{
        font-size:14px;
        padding:3px 0;
    }
     .DImageResize3{
        overflow:hidden;
        position:relative;
        height:45px;
    }
     .DImageResize3 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DImageResize{
        overflow:hidden;
        position:relative;
        height:50px;
    }
     .DImageResize img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:212px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:100px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail .caption h2{
        margin:0;
        padding:0;
        font-size:14px;
        line-height:18px;
    }
     .DCatMoreLeadNews .thumbnail .caption h3{
        margin:0;
        padding:0;
        font-size:14px;
        line-height:18px;
    }
}
 @media screen and (max-width:736px){
     .container{
        width:736px;
    }
     .DateList{
        padding:10px 15px 10px 15px;
    }
     .navbar-default .navbar-nav > li{
        border-right:0 solid #0B1A6F;
        padding:0 15px;
    }
     .DTopNewsList .col-sm-4{
        width:30%;
        float:left;
    }
     .DTopNewsList .col-sm-8{
        width:70%;
        float:left;
    }
     .panel-heading .nav > li > a{
        padding:10px 23px;
    }
     .DCategoryNews{
        margin-top:10px;
    }
     .DCategoryNewsList{
        margin-bottom:10px;
    }
     .DCategoryNewsList .col-sm-8 p{
        padding:0 10px 10px 10px;
        margin:0;
    }
     .DCategoryNewsList .col-sm-8{
        width:75%;
        float:left;
    }
     .DCategoryNewsList .col-sm-4{
        width:25%;
        float:left;
    }
     .TopAdd{
        margin-top:10px;
    }
     .DCategoryNewsList3 .col-sm-5{
        padding-left:15px;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-4{
        padding:0 15px;
        width:30%;
        float:left;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8{
        margin-bottom:15px;
        width:70%;
        float:left;
    }
     .DCategoryNewsList4 .col-sm-4{
        width:25%;
        float:left;
    }
     .DCategoryNewsList4 .col-sm-8{
        width:75%;
        float:left;
    }
     .DEHeading .col-sm-3{
        width:25%;
        float:left;
    }
     .DEHeading .col-sm-6{
        width:50%;
        float:left;
    }
     .DEHeading .col-sm-6 h3{
        font-size:16px;
        margin:10px 0;
        font-weight:bold;
    }
     .DFLogo{
        width:20%;
        float:left;
        padding-right:15px;
    }
     .DEitor{
        width:45%;
        float:left;
    }
     .DFContact{
        width:35%;
        float:left;
    }
     .TopHeader .HeaderLogo{
        width:23.33%;
        float:left;
        padding-right:20px;
    }
     .TopHeader .HeaderLogo img{
        width:105px;
    }
     .TopHeader .DateList{
        width:43.33%;
        float:left;
    }
     .TopHeader .DHeaderSearch{
        width:33.33%;
        float:left;
    }
     .TopHeader .DHeaderSearch .SocialLink{
        padding:0 15px;
    }
     .DSpeNews{
        margin-top:20px;
    }
     .DLatestDrama{
        margin-top:20px;
    }
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:140px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatMorContainList .col-sm-4{
        width:20%;
        float:left;
    }
     .DCatMorContainList .col-sm-8{
        width:80%;
        float:left;
    }
     .DCatLatestContent .col-sm-4{
        width:20%;
        float:left;
    }
     .DCatLatestContent .col-sm-8{
        width:80%;
        float:left;
    }
     .DImageResize3{
        overflow:hidden;
        position:relative;
        height:65px;
    }
     .DImageResize3 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DImageResize{
        overflow:hidden;
        position:relative;
        height:70px;
    }
     .DImageResize img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:385px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:385px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail .caption h2{
        margin:0;
        padding:0;
        font-size:18px;
        line-height:22px;
    }
     .DCatMoreLeadNews .thumbnail .caption h3{
        margin:0;
        padding:0;
        font-size:18px;
        line-height:22px;
    }
     .DTRNewsList .col-sm-4{
        width:20%;
        float:left;
    }
     .DTRNewsList .col-sm-8{
        width:80%;
        float:left;
    }
     .navbar-default .navbar-brand{
        display:inline;
        padding:0;
    }
     .navbar-default .navbar-brand img{
        width:90px;
    }
     .TopHeader{
        display:none;
    }
     .DTopNews2{
        margin-bottom:15px;
    }
     .DTopNews2 a p{
        min-height:100%;
    }
     .cricket-worldcup{
        margin-top:15px;
    }
     .DAdd3{
        margin-bottom:15px;
    }
     .DAdd4{
        margin-bottom:15px;
    }
     .DAdd5{
        margin-bottom:15px;
    }
     .DSpecialCatMainNews{
        margin-bottom:15px;
    }
     .DOponion .DLatestNewsList .col-sm-3{
        width:20%;
        float:left
    }
     .DOponion .DLatestNewsList .col-sm-9{
        width:80%;
        float:left
    }
     .DLifeStyle .row .col-sm-4{
        width:33.33%;
        float:left
    }
     .DLifeStyle .DTopNews2 a p{
        min-height:80px;
    }
     .DPhotoGList{
        margin-bottom:15px;
    }
     .DPhotoGList .row .col-sm-3{
        width:50%;
        float:left
    }
     .DCatNewsList2 li{
        min-height:100%;
    }
     .Nav1{
        display:none;
    }
     .Nav2{
        display:inline;
    }
     .Nav2 .navbar-nav li{
        width:33.33%;
        float:left;
    }
     .Nav2 .navbar-default .navbar-nav > li > a{
        font-size: 13px;
        padding:0;
    }
     .navbar-default .navbar-nav > li > a:hover{
        color:#ccc;
    }
     main {
        margin-top: 40px;
    }
     .DHeaderNav2{
        background:#0081C9;
        padding:5px 0;
    }
     .DTopNews2{
        height:80px;
        background: #fff;
    }
     .DTopNews2 a p{
        padding: 2px 10px;
        font-size: 16px;
        line-height: 20px;
        background: transparent;
    }
     .DTopNews2 img{
        width:20%;
        float:left;
    }
     .DTopNews2 p{
        width:80%;
        float:left;
         background: transparent;
    }
}
 @media screen and (max-width:667px){
     .container{
        width:667px;
    }
    /*.DTopNews .caption{
        height:170px;
        overflow:hidden;
    }
    */
     .TopHeader .DHeaderSearch .SocialLink{
        padding:0 10px;
    }
     #DToolbar{
        z-index:99;
        position:fixed;
        left:0;
        bottom:0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:125px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DTopNews2{
        height:72px;
        background: #fff;
    }
}
 @media screen and (max-width:640px){
     .container{
        width:640px;
    }
     .TopHeader .DHeaderSearch .SocialLink{
        padding:0 7px;
    }
     #DToolbar{
        z-index:99;
        position:fixed;
        left:0;
        bottom:0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:120px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatMorContainList .col-sm-4{
        width:25%;
        float:left;
    }
     .DCatMorContainList .col-sm-8{
        width:75%;
        float:left;
    }
     .DCatLatestContent .col-sm-4{
        width:25%;
        float:left;
    }
     .DCatLatestContent .col-sm-8{
        width:75%;
        float:left;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:345px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:345px;
        border-radius:0;
    }
     .DTRNewsList .col-sm-4{
        width:25%;
        float:left;
    }
     .DTRNewsList .col-sm-8{
        width:75%;
        float:left;
    }
     .DTopNews2 img{
        width:21%;
        float:left;
    }
     .DTopNews2 p{
        width:79%;
        float:left;
    }
     .ins{
        data-purplepatch-slotid=811 ;
    }
}
 @media screen and (max-width:568px){
     .container{
        width:568px;
    }
     .TopHeader .HeaderLogo{
        width:23%;
        float:left;
    }
     .TopHeader .HeaderLogo img{
        width:105px;
    }
     .TopHeader .DateList{
        width:40%;
        float:left;
    }
     .TopHeader .DHeaderSearch{
        width:37%;
        float:left;
    }
     .TopHeader .DHeaderSearch .SocialLink{
        padding:0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:100px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:320px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:320px;
        border-radius:0;
    }
     .DTopNews2 img{
        width:24%;
        float:left;
    }
     .DTopNews2 p{
        width:76%;
        float:left;
    }
     #DToolbar{
        z-index:99;
        position:fixed;
        left:0;
        bottom:0;
    }
}
 @media screen and (max-width:480px){
     .container{
        width:480px;
    }
     .DateList{
        padding:10px 15px 10px 15px;
    }
     .DScroll .col-sm-1{
        width:100%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-9{
        width:55%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-2{
        width:25%;
        float:left;
        padding:0;
    }
     .DScroll p{
        padding-top:2px;
    }
     #DToolbar{
        z-index:99;
        position:fixed;
        left:0;
        bottom:0;
    }
     .DTopNewsList .col-sm-4{
        width:30%;
        float:left;
    }
     .DTopNewsList .col-sm-8{
        width:70%;
        float:left;
    }
     .panel-heading .nav > li > a{
        padding:10px 23px;
    }
     .DCategoryNews{
        margin-top:10px;
    }
     .DCategoryNewsList{
        margin-bottom:10px;
    }
     .DCategoryNewsList .col-sm-8 p{
        padding:0 10px 10px 10px;
        margin:0;
    }
     .DCategoryNewsList .col-sm-8{
        width:65%;
        float:left;
    }
     .DCategoryNewsList .col-sm-4{
        width:35%;
        float:left;
    }
     .TopAdd{
        margin-top:10px;
    }
     .DCategoryNewsList3 .col-sm-5{
        padding-left:15px;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-4{
        padding:0 15px;
        width:30%;
        float:left;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8{
        margin-bottom:15px;
        width:70%;
        float:left;
    }
     .DCategoryNewsList4 .col-sm-4{
        width:35%;
        float:left;
    }
     .DCategoryNewsList4 .col-sm-8{
        width:65%;
        float:left;
    }
     .DEHeading .col-sm-3{
        width:25%;
        float:left;
    }
     .DEHeading .col-sm-6{
        width:50%;
        float:left;
    }
     .DEHeading .col-sm-6 h3{
        font-size:16px;
        margin:10px 0;
        font-weight:bold;
    }
     .DFLogo{
        border-right:0 solid #fff;
        padding-left:150px;
        width:100%;
    }
     .DEitor{
        margin:10px 0;
        border-right:0 solid #fff;
        width:100%;
    }
     .DFContact{
        width:100%;
    }
     .DFSocialLink{
        margin:15px 0;
    }
     .TopHeader .HeaderLogo{
        width:100%;
    }
     .TopHeader .HeaderLogo img{
        width:100%;
    }
     .TopHeader .DateList{
        width:100%;
    }
     .TopHeader .DHeaderSearch{
        width:100%;
    }
     .TopHeader .DHeaderSearch .SocialLink{
        text-align:center;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:230px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatMorContainList .col-sm-4{
        width:30%;
        float:left;
    }
     .DCatMorContainList .col-sm-8{
        width:70%;
        float:left;
    }
     .DCatLatestContent .col-sm-4{
        width:30%;
        float:left;
    }
     .DCatLatestContent .col-sm-8{
        width:70%;
        float:left;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:280px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:280px;
        border-radius:0;
    }
     .DTRNewsList .col-sm-4{
        width:30%;
        float:left;
    }
     .DTRNewsList .col-sm-8{
        width:70%;
        float:left;
    }
     .DOponion .DLatestNewsList .col-sm-3{
        width:30%;
        float:left
    }
     .DOponion .DLatestNewsList .col-sm-9{
        width:70%;
        float:left
    }
     .DLifeStyle .row .col-sm-4{
        width:100%;
        float:left
    }
     .DLifeStyle .DTopNews2 a p{
        min-height:100%;
    }
     .DLifeStyle .DTopNews2 img{
        width:40%;
        float:left;
        margin-bottom:15px;
    }
     .DLifeStyle .DTopNews2 p{
        width:60%;
        float:left;
    }
     .DTopNews2 img{
        width:28%;
        float:left;
    }
     .DTopNews2 p{
        width:72%;
        float:left;
    }
}
 @media screen and (max-width:375px){
     .container{
        width:375px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1{
        width:100%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-9{
        width:55%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-2{
        width:25%;
        float:left;
        padding:0;
    }
     .DScroll p{
        padding-top:2px;
    }
     #DToolbar{
        z-index:99;
        position:fixed;
        left:0;
        bottom:0;
    }
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:200px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatMorContainList .col-sm-4{
        width:35%;
        float:left;
    }
     .DCatMorContainList .col-sm-8{
        width:65%;
        float:left;
    }
     .DCatLatestContent .col-sm-4{
        width:35%;
        float:left;
    }
     .DCatLatestContent .col-sm-8{
        width:65%;
        float:left;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:200px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:200px;
        border-radius:0;
    }
     .DTRNewsList .col-sm-4{
        width:35%;
        float:left;
    }
     .DTRNewsList .col-sm-8{
        width:65%;
        float:left;
    }
     .DTopNews2{
        height:78px;
    }
     .DTopNews2 img{
        width:40%;
        float:left;
    }
     .DTopNews2 p{
        width:60%;
        float:left;
    }
}
 @media screen and (max-width:360px){
     .container{
        width:360px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1{
        width:100%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-9{
        width:55%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-2{
        width:25%;
        float:left;
        padding:0;
    }
     .DScroll p{
        padding-top:2px;
    }
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:180px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:190px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:190px;
        border-radius:0;
    }
     .DTopNews2 img{
        width:42%;
        float:left;
    }
     .DTopNews2 p{
        width:58%;
        float:left;
    }
}
 @media screen and (max-width:320px){
    /*.DTopNews .caption{
        height:230px;
        overflow:hidden;
    }
    */
     .DTopNews .caption h1{
        margin-top:0;
        font-size:24px;
        line-height:35px;
    }
     .container{
        width:320px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1{
        width:100%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-9{
        width:55%;
        float:left;
        padding:0;
    }
     .DScroll .col-sm-2{
        width:25%;
        float:left;
        padding:0;
    }
     .DScroll p{
        padding-top:2px;
    }
     .DImageResize2{
        overflow:hidden;
        position:relative;
        height:170px;
    }
     .DImageResize2 img{
        max-width:100%;
        min-height:100%;
        object-fit:cover;
    }
     .DCatLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:180px;
        border-radius:0;
    }
     .DCatMoreLeadNews .thumbnail{
        overflow:hidden;
        position:relative;
        height:180px;
        border-radius:0;
    }
     .DTopNews2 img{
        width:47%;
        float:left;
    }
     .DTopNews2 p{
        width:53%;
        float:left;
        font-size: 15px;
    }
}
 .col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4{
     position:relative;
     width:100%;
     min-height:1px;
     padding-right:15px;
     padding-left:15px;
     float:left;
}
 .col-2dot4{
     -webkit-box-flex:0;
     -ms-flex:0 0 20%;
     flex:0 0 20%;
     max-width:20%;
     float:left;
}
 @media (min-width:540px){
     .col-sm-2dot4{
         -webkit-box-flex:0;
         -ms-flex:0 0 20%;
         flex:0 0 20%;
         max-width:20%;
         float:left;
    }
}
 @media (min-width:720px){
     .col-md-2dot4{
         -webkit-box-flex:0;
         -ms-flex:0 0 20%;
         flex:0 0 20%;
         max-width:20%;
         float:left;
    }
}
 @media (min-width:960px){
     .col-lg-2dot4{
         -webkit-box-flex:0;
         -ms-flex:0 0 20%;
         flex:0 0 20%;
         max-width:20%;
         float:left;
    }
}
 @media (min-width:1140px){
     .col-xl-2dot4{
         -webkit-box-flex:0;
         -ms-flex:0 0 20%;
         flex:0 0 20%;
         max-width:20%;
         float:left;
    }
}
 @media (max-width:768px) {
     .dropdown-menu-large {
         margin-left: 0;
         margin-right: 0;
    }
     .dropdown-menu-large>li {
         margin-bottom: 30px;
    }
     .dropdown-menu-large>li:last-child {
         margin-bottom: 0;
    }
     .dropdown-menu-large .dropdown-header {
         padding: 3px 15px !important;
    }
}
 .worldcup-time {
     width: 100%;
     position: relative;
     display: inline-block;
     text-align: right;
     margin-top: 46px;
     padding-right: 2px;
}
 .countdown {
     color: #fff;
     font-size: 28px;
     line-height: 30px;
     text-align: center;
     padding-top: 5px;
     display: inline-flex;
}
 .countdown .time {
     display: inline-block;
     margin-left: 5px;
     border-radius: 2px;
     padding: 5px;
     text-align: center;
}
 .DAugust15 {
     background: #313131;
     border: 1px solid #000 
}
 .Bijoy16 {
     background: #0f6c51;
     border: 1px solid #056146;
     margin-bottom: 2px;
}
 .MujibCount {
     background: #ffffff;
     border: 0px #056146;
     margin-bottom: 2px;
     align-content: center 
}
 .ETVLive {
     background-image: linear-gradient(30deg, #087ac0, #00175f, #001036);
     font-size: 20px;
     text-align: center;
     padding-top: 5px;
     padding-bottom: 2px;
     font-weight: bold;
     color: #fff;
}
 .ETVLive a {
     color: #FFFFFF;
    /*background-image:linear-gradient(30deg,#087ac0,#00175f,#001036);
    */
}
 .ETVLive a:hover {
     color: #FF3E41;
    /*background-image:linear-gradient(30deg,#087ac0,#00175f,#FF3339);
    */
}
 .ETVLive p {
     color: #fff;
     margin: 0;
     padding: 0;
     font-size: 17px;
}
 .special-day {
     background-image: linear-gradient(30deg, #FFFFFF, #D8D7D7, #535353);
}
 .special-day-ul {
     margin: 0;
     padding: 0;
}
 .DWCTop {
     padding: 8px 8px 0;
}
 .special-day-ul li {
     list-style: none;
     width: 100%;
     margin-bottom: -7px;
     position: relative;
     overflow: hidden;
     padding: 0 8px;
}
 .special-day-ul li a {
     display: inline-block;
    /*background-image:linear-gradient(30deg,#087ac0,#00175f,#001036);
    */
     width: 100%;
     position: relative;
     overflow: hidden;
}
 .special-day-ul li {
     list-style: none;
}
 .DWCTop p {
     font-size: 18px;
     color: #fff;
     padding-top: 5px 
}
 .DWCTop p a {
     color: #fff;
}
/*.special-day-ul li a:hover img{
     -webkit-transition:all 0.5s ease 0s;
     -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
     transition:all 0.5s ease 0s;
     transform:scale(1.15);
     overflow:hidden;
}
*/
 .special-day-ul .col-sm-4 {
     padding-right: 0;
}
 .special-day-ul .col-sm-6 p {
     color: #fff;
     margin: 0;
     padding: 0;
     font-size: 17px;
}
 .special-day-left img {
     height: 63px;
     width: 105px;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     overflow: hidden;
}
/*.Bijoy2020{
    background-image:linear-gradient(30deg,#a8ccaf,#26a73e,#035813);
}
 */
 .Budget-23 {
     background-image: linear-gradient(30deg, #dee5f9, #bccefb, #6a93fb);
     padding: 30px 15px;
     box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
     border-radius: 2px;
}
 .Budget23-24 {
     background-image: linear-gradient(30deg, #dee5f9, #bccefb, #6a93fb);
     padding: 30px 15px;
     box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
     border-radius: 2px;
}
 .Bijoy2020 {
     background-image: linear-gradient(30deg, #a8ccaf, #2e5735, #055313);
}
 .Special-day-21f {
     background-image: linear-gradient(30deg, #dee5f9, #bb4b5a, #732d36);
}
 .Special-day-Cus {
     background-image: linear-gradient(30deg, #dee5f9, #bccefb, #6a93fb);
}
 .Special-day-Ramadan {
     background-image: linear-gradient(30deg, #dee5f9, #bccefb, #6a93fb);
}
 .Special-day-Eid {
     background-image: linear-gradient(30deg, #dbd2d8, #daa7c9, #ca6aaa);
}
 .Special-day-August {
     background-image: linear-gradient(30deg, #fdf4ed, #fcdec8, #ffc498);
}
 .Special-day-Puja {
     background-image: linear-gradient(30deg, #f9fbfc, #d3f0fb, #ace6fc);
}
 .Special-day-AL-Anni {
     background-image: linear-gradient(30deg, #dee5f9, #f78461, #1d9f49);
}
 .Special-day-ETV-Anni {
     background-image: linear-gradient(30deg, #dee5f9, #f78461, #6a93fb);
}
 .Special-day-15August {
     background-image: linear-gradient(30deg, #fdb5b5, #680505, #000);
}
 .SpDay-SheikhHasina {
     background-image: linear-gradient(30deg, #60d4eb, #4baabe, #1d6d7e);
}
 .SpDay-SheikhHasina-Birthday {
     background-image: linear-gradient(30deg, #60d3eb, #4baabe, #1d6d7e);
}
 .Horoscope-body {
     background-image: linear-gradient(30deg, #dee5f9, #bccefb, #6a93fb);
}
 .T-20-WorldCup {
     background-image: linear-gradient(30deg, #daf1fa, #92dcf8, #54ccf8);
}
 .T-20-WorldCupBoard {
     background-image: linear-gradient(30deg, #92dcf8, #92dcf8, #096FCD);
}
/*.T-20-GameBoard{
    background-image:linear-gradient(30deg,#dde5fa,#c1d2fc,#9ab7fc);
}
 */
 .T-20-GameBoard {
     background-image: linear-gradient(30deg, #7d4900, #7d4900, #7d4900);
}
 .T-20-GameBoard .col-sm-4 {
     width: 33.33%;
     float: left;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 0px;
     padding-bottom: 0px;
}
 .T-20-GameBoardEvent {
     background-image: linear-gradient(30deg, #08a773, #0b9a74, #0e8776);
     min-height: 85px;
}
 .T-20-GameBoard p {
     font-size: 14px;
     font-weight: normal;
     color: #fff;
     line-height: 16px;
     padding: 4px 5px 4px 10px;
}
 .t20-worldcup-2021-pointtableETV {
     background-image: linear-gradient(30deg, #dde5fa, #c1d2fc, #9ab7fc);
}
 .text-leftETV {
     font-size: 16px;
     font-weight: normal;
     color: #fff;
     line-height: 16px;
     padding: 4px 5px 4px 10px;
}
 .cricket-worldcup {
     background-image: linear-gradient(30deg, #087ac0, #00175f, #001036);
}
 .cricket-worldcup-ul {
     margin: 0;
     padding: 0;
}
 .DWCTop {
     padding: 8px 8px 0;
}
 .cricket-worldcup-ul li {
     list-style: none;
     width: 100%;
     margin-bottom: -7px;
     position: relative;
     overflow: hidden;
     padding: 0 8px;
}
 .cricket-worldcup-ul li a {
     display: inline-block;
    /*background-image:linear-gradient(30deg,#087ac0,#00175f,#001036);
    */
     width: 100%;
     position: relative;
     overflow: hidden;
}
 .cricket-worldcup-ul li {
     list-style: none;
}
 .DWCTop p {
     font-size: 18px;
     color: #fff;
     padding-top: 5px 
}
 .DWCTop p a {
     color: #fff;
}
/*.cricket-worldcup-ul li a:hover img{
     -webkit-transition:all 0.5s ease 0s;
     -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
     transition:all 0.5s ease 0s;
     transform:scale(1.15);
     overflow:hidden;
}
*/
 .cricket-worldcup-ul .col-sm-4 {
     padding-right: 0;
}
 .cricket-worldcup-ul .col-sm-8 p {
     color: #fff;
     margin: 0;
     padding: 0;
     font-size: 17px;
}
 .cricket-worldcup-left img {
     height: 63px;
     width: 105px;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     overflow: hidden;
}
 .DTRNewsList {
     padding: 5px 0;
     border-top: 1px dotted #fff;
    /*background:#fff;
    */
}
 ul li:first-child .DTRNewsList {
     border-top: 0 solid;
}
 .DTRNewsList .col-sm-4 {
     padding-right: 0;
}
 .DTRNewsList h3 {
     font-size: 18px;
     margin: 0;
     padding: 0;
     color: #fff;
     line-height: 22px;
}
 .DTRNewsList h3 a {
     color: #fff;
}
 .cricket-worldcup-right {
     float: left;
     padding-left: 3%;
     width: 60%;
     min-height: 63px;
     max-height: 63px;
     position: relative;
     overflow: hidden;
}
 .cricket-worldcup-right h2 {
     color: #fff;
     margin: 0;
     font-size: 17px;
     padding-top: 3px;
     line-height: 20px;
}
 .DSpecialCatMainNews .DHeading {
     font-size: 20px;
     margin: 0;
     line-height: 26px;
    /*padding:0 0px 5px 0px;
    */
     min-height: 72px;
     overflow: hidden;
     font-weight: 600;
     padding: 10px;
}
 .DSpecialCatMainNews {
     background: #f8f8f8;
     box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}
 .DSpecialCatMainNews .DSportsCatMainNewsDetails, .DSpecialCatMainNews p {
     font-size: 16px;
     overflow: hidden;
     color: #333;
     padding: 7px 10px;
     margin: 0;
}
 .DSportsCatNewsList:first-child {
     border-top: 0;
     padding-top: 0;
}
 .DSportsCatNewsList .DHeading {
     font-size: 18px;
     padding: 0;
     margin: 0;
}
 .DSportsCatNewsList p:last-child {
     border-bottom: 0 solid #C9C9C9;
}
 .DSportsCatNewsList {
     border-top: 1px dashed #ccc;
     margin: 0;
     padding: 6px 0 6px 0;
}
 .DLPSTab {
     margin-bottom: 0;
}
 .DLPSTab .panel-body li {
     padding: 3px 10px;
}
 .latestPanelDefault {
     max-height: 280px;
     overflow: auto;
     padding: 0;
}
 .panel-heading {
     padding: 0;
}
 .panel-heading .nav-pills li {
     width: 50%;
     float: left;
     text-align: center;
}
 .nav-pills>li+li {
     margin-left: 0;
}
 .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 24px;
}
 .panel-heading .nav-pills li a p {
     margin: 0;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a {
     color: #000;
     font-size: 18px;
     border-radius: 0;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
     background: #084F91;
     color: #fff;
     border-radius: 0;
}
 .panel-heading .nav>li>a {
     display: block;
     padding: 5px 12px;
     position: relative;
}
 .LatestNewsList {
     padding: 0;
     margin-bottom: 0;
     min-height: 500px;
}
 .LatestNewsList li {
     border-bottom: 1px solid #ccc;
     background: #fff;
     padding-left: 15px;
}
 .LatestNewsList li:last-child {
     border-bottom: 0 solid #ccc;
}
 .LatestNewsList li a {
     font-size: 16px;
}
 .LatestNewsList2 {
     padding: 0;
     margin-bottom: 0;
     min-height: 500px;
}
 .LatestNewsList2 li {
     padding: 5px 10px;
     border-bottom: 1px solid #ccc;
     background: #fff;
}
 .LatestNewsList2 li:last-child {
     border-bottom: 0 solid #ccc;
}
 .LatestNewsList2 li a {
     font-size: 15px;
}
 .panel-default>.panel-heading {
     border-top: 2px solid #C4161C;
}
 .LatestNewsList .col-sm-4 {
     padding-left: 0;
}
 .LatestNewsList a p {
     font-size: 16px;
     line-height: 24px;
}
 .NewsCaption {
     position: relative;
     padding: 10px;
     left: 0;
     right: 0;
     background-color: #fff;
     bottom: 0;
}
 .VideoCaption {
     position: relative;
     padding: 10px;
     left: 0;
     right: 0;
     color: #fff;
     bottom: 0;
}
 .SPTitle {
     padding-top: 10px;
}
 .DSportsCatNewsList .col-sm-4 {
     padding-left: 0 
}
 .DSpecialCatMainNews:hover {
     background: #fff;
     box-shadow: 2px 3px 9px rgba(0, 0, 0, .2);
     transition: 0.3s ease-out;
}
 .VideoCaption p {
     min-height: 54px;
     overflow: hidden;
}
 .DTopNews2:hover {
     background: #f6f6f6;
     box-shadow: 1px 4px 9px rgba(0, 0, 0, .2);
     transition: 0.3s ease-out;
}
 .DCatNews {
     background: #fff;
}
 .border_bottom2 {
     border-top: 3px solid #0a1633;
     border-bottom: 1px solid #cacaca;
     padding: 5px 0;
     margin-bottom: 10px;
}
 .DCatNewsList2 span {
     font-size: 14px;
     margin: 0;
     line-height: 18px;
     padding: 3px 5px 0 5px;
     overflow: hidden;
     font-weight: 600;
     color: #ff0000;
}
 .DMoney ul li {
     font-size: 14px;
}
 .DCatMainNews3 p {
     font-size: 20px;
     line-height: 26px;
     padding: 0 5px 5px 5px;
     overflow: hidden;
     font-weight: 600;
}
 .carousel-inner>.item>img {
     line-height: 1;
     height: 330px;
}
 #carousel-text .carousel-desc {
     max-height: 255px;
     overflow: hidden;
     font-size: 16px;
     padding: 5px 0;
}
 .DCatNewsList3T20 {
     margin: 0;
     border-top: 0px;
     padding: 3px 0;
}
 .DCatNewsList3 {
     margin: 0;
     border-top: 1px dashed #969696;
     padding: 10px 0;
}
 .DCatNewsList3 .col-sm-4 {
     padding-right: 0;
}
 .DCategoryTitle {
     display: inline-block;
     font-size: 24px;
     color: #0a1633;
     font-weight: bold;
}
 .NewsCategoryNevyBlue {
     background: #022868;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 1px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryNevyBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryWebBlue {
     background: #084F91;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryWebBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryBlue {
     background: #0316C0;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryBlue a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryGreen {
     background: #007100;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategory4year {
     background: #B95800;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategory4year a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryWhite {
     background: #fff;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryWhite a {
     color: #000000;
     font-size: 22px;
}
 .NewsCategoryJGreen {
     background: #119033;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryJGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryLGreen {
     background: #00A400;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryLGreen a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryGray {
     background: #2E2E2E;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryGray a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryAsh {
     background: #646464;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryAsh a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategorySky {
     background: #0081C9;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategorySky a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryViolate {
     background: #522773;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryViolate a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryOrange {
     background: #B75B00;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryOrange a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryMaroon {
     background: #8A5533;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryMaroon a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategoryRed {
     background: #DD0000;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategoryRed a {
     color: #fff;
     font-size: 22px;
}
 .NewsCategory21feb {
     background: #fff;
     padding: 3px 10px;
     font-size: 24px;
     border-bottom: 2px solid#0B1A6F;
     margin: 2px 0;
     box-shadow: 0 3px 5px #a1a19f;
}
 .NewsCategory21feb a {
     color: #000000;
     font-size: 22px;
}
 .RedTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     margin-bottom: 10px;
     border-bottom: 1px solid #00710052;
     border-top: 3px solid #007100;
     width: 100%;
     text-align: center;
     font-size: 24px;
     background: #850101;
}
 .GreenTtile i {
     font-size: 25px;
     color: #007100;
     padding-right: 5px;
}
 .BlueTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #0316C052;
     border-top: 3px solid #0316C0;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .BlueTtile i {
     font-size: 25px;
     color: #0316C0;
     padding-right: 5px;
}
 .OrangeTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #B75B0052;
     border-top: 3px solid #B75B00;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .OrangeTtile i {
     font-size: 25px;
     color: #B75B00;
     padding-right: 5px;
}
 .SkyTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #0081C952;
     border-top: 3px solid #0081C9;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .SkyTtile i {
     font-size: 25px;
     color: #0081C9;
     padding-right: 5px;
}
 .GreyTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #2E2E2E52;
     border-top: 3px solid #2E2E2E;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .GreyTtile i {
     font-size: 25px;
     color: #2E2E2E;
     padding-right: 5px;
}
 .ViolateTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #02286852;
     border-top: 3px solid #022868;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .ViolateTtile i {
     font-size: 25px;
     color: #022868;
     padding-right: 5px;
}
 .WebBlueTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #084F9152;
     border-top: 3px solid #084F91;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .WebBlueTtile i {
     font-size: 25px;
     color: #084F91;
     padding-right: 5px;
}
 .MaroonTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #8A553352;
     border-top: 3px solid #8A5533;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .MaroonTtile i {
     font-size: 25px;
     color: #8A5533;
     padding-right: 5px;
}
 .AshTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #C6C6C652;
     border-top: 3px solid #C6C6C6;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .AshTtile i {
     font-size: 25px;
     color: #C6C6C6;
     padding-right: 5px;
}
 .LgreenTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #00A40052;
     border-top: 3px solid #00A400;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .LgreenTtile i {
     font-size: 25px;
     color: #00A400;
     padding-right: 5px;
}
 .EntertainmentTtile {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 10px;
     border-bottom: 1px solid #b8d6e1;
     border-top: 3px solid #0878BE;
     width: 100%;
     font-size: 24px;
     background: #c2c2c23d;
}
 .EntertainmentTtile i {
     font-size: 25px;
     color: #447587;
     padding-right: 5px;
}
 .CoronaTitle {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 2px;
     border-bottom: 1px solid #000;
     border-top: 3px solid #000;
     width: 100%;
     font-size: 24px;
     background: #880002;
}
 .CoronaTitle i {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .CoronaTitle a {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .JobTitle {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 2px;
     border-bottom: 1px solid #000;
     border-top: 3px solid #000;
     width: 100%;
     font-size: 24px;
     background: #8A5533;
}
 .JobTitle i {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .JobTitle a {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .AugustDayTitle {
     padding: 5px 8px;
     display: inline-block;
     color: #000;
     border-radius: 3px;
     margin-bottom: 2px;
     border-bottom: 1px solid #000;
     border-top: 3px solid #000;
     width: 100%;
     font-size: 24px;
     background: #000000;
}
 .AugustDayTitle i {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .AugustDayTitle a {
     font-size: 25px;
     color: #fff;
     padding-right: 5px;
}
 .DCatMainNews2 {
     min-height: 210px;
     overflow: hidden;
}
 .DCatTopNews .thumbnail {
     border: 0 none;
     box-shadow: none;
     padding: 0;
     margin-bottom: 10px;
}
 .DCatTopNews .thumbnail .caption {
     padding: 5px 10px 5px 10px;
}
 .DCatTopNews .caption {
     margin: 0;
     font-size: 20px;
     font-weight: 500;
     line-height: 26px;
     border-radius: 3px;
}
 .DCatTopNews .caption {
     width: 100%;
     bottom: 0;
     position: absolute;
     background: rgba(0, 0, 0, 0.41) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
     z-index: 0;
}
 .DCatTopNews .caption a:hover {
     color: #fff;
     text-decoration: underline;
     transition: 0.2s;
}
 .DCatTopNews .caption a {
     color: #fff;
}
 .DCatTopNews .col-sm-12 {
     background: #ccc;
}
 .DAdd {
     padding: 15px 0;
}
 .DAdd4 img {
     min-height: 190px;
}
/*.DAdd5 img{
    height:150px;
}
*/
 .DAdd2 {
     display: inline-block;
     padding-top: 15px;
     margin-bottom: 15px;
}
 .DOponion .DLatestNewsList:first-child {
     padding-top: 0;
     padding-bottom: 7px;
     border-bottom: 1px dashed #ccc 
}
 .DLatestNewsList {
     padding: 7px 0;
     border-bottom: 1px dashed #ccc 
}
 .DLatestNewsList:last-child {
     padding: 7px 0;
     border-bottom: 0 dashed #ccc 
}
 .DLatestNewsList .col-sm-3 {
     padding-right: 15px;
}
 .DVideoBg {
     background-image: linear-gradient(30deg, #087ac0, #00175f, #001036);
     padding: 30px 15px;
     box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
     border-radius: 2px;
}
 .corona-crisis {
     background-image: url(../../media/common/corona-etv-r.jpg);
     border-radius: 2px;
     padding: 0px 0px 0px 2px;
}
 .sorrowing-August {
     background-image: url(../../media/common/august_back.jpg);
     border-radius: 2px;
     padding: 0px 0px 0px 2px;
}
 .DCatMainNews2 p {
     font-size: 18px;
     margin: 0;
     padding: 5px 0;
     font-weight: 600;
}
 .DCatNewsList2 {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .DCatNewsList2 li {
     padding: 10px 0;
     border-top: 1px dashed #969696;
     min-height: 70px;
     overflow: hidden;
}
 .DCatNewsList2 li a {
     font-size: 16px;
}
 .DCatNewsList2 li a i {
     font-size: 14px;
     color: #0053A6;
     padding-right: 5px;
}
 .DLatestNewsList img {
     border-radius: 50%;
     height: 68px;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .DLatestNewsList .PlayerName {
     font-size: 16px;
     padding: 0;
     color: #FA9000;
}
 .DLatestNewsList .PlayerTeamName a {
    /*font-weight:bold;
    */
     font-size: 18px;
     color: #369;
     margin: 0 
}
 .list-group-item:first-child {
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
}
 .VideoTypeTitle {
     font-size: 20px;
     text-align: center;
     padding-bottom: 10px;
     font-weight: bold;
     color: #fff;
}
 .VideoTypeTitle a {
     color: #fff;
}
/*WORLD CUP*/
 .pagination {
     display: inline-block;
     padding-left: 0;
     margin: 20px 0;
     border-radius: 4px;
}
 .pagination>li {
     display: inline;
}
 .pagination>li>a, .pagination>li>span {
     position: relative;
     float: left;
     padding: 6px 12px;
     margin-left: -1px;
     line-height: 1.42857143;
     color: #FAF8EF;
     text-decoration: none;
     background-color: #2B3F7E;
     border: 1px solid #ddd;
}
 .pagination>li:first-child>a, .pagination>li:first-child>span {
     margin-left: 0;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
}
 .pagination>li:last-child>a, .pagination>li:last-child>span {
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
}
 .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
     z-index: 2;
     color: #eee;
     background-color: #337ab7;
     border-color: #ddd;
}
 .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #337ab7;
     border-color: #337ab7;
}
 .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
     color: #777;
     cursor: not-allowed;
     background-color: #fff;
     border-color: #ddd;
}
 .mega-dropdown {
     position: static !important;
}
 .mega-dropdown-menu {
     padding: 20px 0;
     min-width: 1170px;
     box-shadow: none;
     -webkit-box-shadow: none;
}
 .mega-dropdown-menu>li>ul {
     padding: 0;
     margin: 0;
}
 .mega-dropdown-menu>li>ul>li {
     list-style: none;
}
 .mega-dropdown-menu>li>ul>li>a {
     display: block;
     color: #222;
     padding: 3px 5px;
}
 .mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
     text-decoration: none;
}
 .mega-dropdown-menu .dropdown-header {
     font-size: 18px;
     color: #ff3546;
     padding: 5px 60px 5px 5px;
     line-height: 30px;
}
 .carousel-control {
     width: 30px;
     height: 30px;
     top: -35px;
}
/*.left.carousel-control{
     right:30px;
     left:inherit;
}
*/
 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
     font-size: 24px;
     line-height: 30px;
     text-shadow: none;
     color: #fff;
     top: 200px;
}
 .content {
     padding: 16px;
}
 .sticky {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: 0.4s;
    /*transition-timing-function:ease-in-out;
    */
     box-shadow: 0 5px 5px -5px #000;
}
 .sticky+.container {
     padding-top: 102px;
}
/*.TopHeader2{
    padding:10px 0;
}
*/
/*.DPhotoGallery{
    padding:10px 15px;
    background:#414042;
}
*/
 .hide-bullets {
     list-style: none;
     margin-left: -40px;
     margin-top: 20px;
}
 #carousel-text {
     color: #333;
}
 #carousel-text a {
     color: #333;
}
 #carousel-text .carousel-heading {
     font-size: 24px;
     font-weight: bold;
}
 .DPhotoGList p {
     font-size: 16px;
     font-weight: bold;
}
 .DPhotoGList p a {
     color: #333;
}
 .DPhotoGList p a:hover {
     color: #CB0000;
}
 .DHeadingNewsList span {
     font-size: 18px;
}
 .DPhotoGList {
     margin-top: 20px;
}
 .DMoney {
     background: #fff;
}
 .DMoney ul li {
     padding: 6px 10px;
     font-size: 14px;
}
 .LatestNewsListTop {
     padding: 0;
     margin-bottom: 0;
     max-height: 800px;
     overflow: auto;
}
/*.DCatLatestContent{
    padding:5px 0;
    border-bottom:1px solid #ddd;
}
*/
/*.h-450{
    height:450px;
    overflow:hidden;
}
*/
 .LatestNewsList {
     padding: 0;
     margin-bottom: 0;
     overflow: auto;
}
/*Category*/
 .breadcrumb {
     margin: 0 0 18px 0;
     padding: 2px 5px;
     background: #D5DCFF;
}
 .breadcrumb li a {
     font-size: 1.1em;
     color: #333;
}
 .breadcrumb li a i {
     font-size: 1.05em;
     color: #333;
}
 .h-915 {
     height: 915px;
}
 .h-915 .latest-content-tab, .h-915 .LatestNewsListTop {
     max-height: 830px;
}
 .h-880 {
     height: 880px;
}
 .h-880 .latest-content-tab, .h-880 .LatestNewsListTop {
     max-height: 830px;
}
 .h-880 .LatestNewsList {
     max-height: 790px;
}
 .h-450 {
     height: 450px;
     overflow: hidden;
     margin-bottom: 0 
}
 .h-450 .featured-content-tab, .h-450 .LatestNewsList {
     max-height: 400px 
}
 .DCatLeadNews .caption {
     width: 100%;
     bottom: 0;
     position: absolute;
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
 .DCatLeadNews .thumbnail {
     border: 0 none;
     box-shadow: none;
     padding: 0;
     margin-bottom: 15px;
     overflow: hidden;
     position: relative;
     height: 335px;
     border-radius: 0;
}
 .DCatLeadNews .thumbnail a img {
     max-width: 100%;
     min-height: 100%;
     object-fit: cover;
}
 .DCatLeadNews .thumbnail .caption {
     padding: 10px 15px;
}
 .DCatLeadNews .thumbnail .caption h1 {
     margin: 0;
     padding: 0;
     font-size: 24px;
     line-height: 30px;
     font-weight: 600;
}
 .DCatLeadNews .thumbnail .caption h1 a {
     color: #fff;
}
 .DCatLeadNews .thumbnail .caption h1 a:hover {
     color: #FFFF00;
}
 .DCatMoreLead {
     margin-bottom: 15px;
}
 .DCatMoreLeadNews .caption {
     width: 100%;
     bottom: 0;
     position: absolute;
     background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}
 .DCatMoreLeadNews .thumbnail {
     border: 0 none;
     box-shadow: none;
     padding: 0;
     margin-bottom: 15px;
     overflow: hidden;
     position: relative;
     height: 160px;
     border-radius: 0;
}
 .DCatMoreLeadNews .thumbnail img {
     max-width: 100%;
     min-height: 100%;
     object-fit: cover;
}
 .DCatMoreLeadNews .thumbnail .caption {
     padding: 8px 10px;
}
 .DCatMoreLeadNews .thumbnail .caption h2 {
     margin: 0;
     padding: 0;
     font-size: 18px;
     line-height: 22px;
}
 .DCatMoreLeadNews .thumbnail .caption h2 a {
     color: #fff;
}
 .DCatMoreLeadNews .thumbnail .caption h2 a:hover {
     color: #FFFF00;
}
 .DCatMoreLeadNews .thumbnail .caption h3 {
     margin: 0;
     padding: 0;
     font-size: 18px;
     line-height: 22px;
}
 .DCatMoreLeadNews .thumbnail .caption h3 a {
     color: #fff;
}
 .DCatMoreLeadNews .thumbnail .caption h3 a:hover {
     color: #FFFF00;
}
 .DCatMoreLeadList {
     margin-top: 15px;
     background: #f0f0f0;
     box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17);
}
 .DCatMoreLeadList h4 {
     font-size: 18px;
     margin: 4px 5px 10px 5px;
     line-height: 22px;
     color: #000;
     min-height: 48px;
     font-weight: normal;
}
 .DCatMoreLeadList a:hover h4 {
     color: #1C117A;
}
 .DCatMoreLeadList h5 {
     font-size: 18px;
     margin: 4px 5px 10px 5px;
     line-height: 22px;
     color: #000;
     min-height: 48px;
     font-weight: normal;
}
 .DCatMoreLeadList a:hover h5 {
     color: #1C117A;
}
 .DCatMoreLeadList h6 {
     font-size: 18px;
     margin: 4px 5px 10px 5px;
     line-height: 22px;
     color: #000;
     min-height: 48px;
     font-weight: normal;
}
 .DCatMoreLeadList a:hover h6 {
     color: #1C117A;
}
 .DCatMoreLeadList p {
     font-size: 18px;
     margin: 4px 5px 10px 5px;
     line-height: 23px;
     color: #000;
     min-height: 50px;
     font-weight: normal;
}
 .DCatMoreLeadList a:hover p {
     color: #1C117A;
}
 .DCatMorContain {
     margin-top: 15px;
     padding-bottom: 15px;
     border-top: 5px solid #ddd;
}
 .DCatMorContainList {
     margin-top: 12px;
     background: #f0f0f0;
}
 .DCatMorContainList:hover {
     background: #E8E8E8;
     color: #1C117A;
}
 .DCatMorContainList a:hover p {
     color: #1C117A;
}
 .DCatMorContainList a p {
     font-size: 18px;
     margin: 0;
     line-height: 22px;
     color: #000;
     padding-top: 2px;
}
 .DCatMorContainList a .DCatDate {
     font-size: 0.9em;
     margin: 0;
     line-height: 18px;
     color: #888;
}
 .DCatMorContainList .col-sm-4 {
     padding-right: 0;
}
 .latest-content-tab-block {
     margin-bottom: 0;
     border-radius: 0;
     margin-top: 15px;
     border: none;
     border-bottom: 1px solid #ccc;
}
 .latest-content-tab {
     max-height: 400px;
     overflow: auto;
     padding: 0;
}
 .latest-content-tab .panel-default>.panel-heading {
     padding: 0;
     background: #000;
     border-bottom: none;
}
 .latest-content-tab-block .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 1em;
     font-weight: 600;
     color: #fff;
}
 .latest-content-tab-block .nav-pills>li {
     background: #0081C9;
     color: #fff;
     width: 100%;
}
 .latest-content-tab-block .nav-pills>li a {
     background: #0081C9;
     color: #fff;
     display: block;
     padding: 5px 10px;
     position: relative;
}
 .latest-content-tab-block .nav-pills>li a:hover {
     background: #0081C9;
     color: #fff;
}
 .latest-content-tab-block .latest_more_link {
     margin-top: 7px;
     text-align: right;
     font-size: 1.1em;
     font-weight: bold;
}
 .latest-content-tab-block .latest_more_link a:hover {
     color: #1C117A;
}
 .DCatLatestContent {
     padding: 5px 0 5px 5px;
     border-bottom: 1px solid #ddd;
}
 .DCatLatestContent:last-of-type {
     border-bottom: none;
}
 .DCatLatestContent a .row {
     margin-right: 0;
}
 .DCatLatestContent:hover {
     background: #EDEEEE;
     color: #1C117A;
}
 .DCatLatestContent a:hover p {
     color: #1C117A;
}
 .DCatLatestContent a p {
     font-size: 18px;
     margin: 0;
     line-height: 22px;
     color: #000;
}
 .DCatLatestContent .col-sm-4 {
     padding-right: 0;
}
 .MostRead-content-tab-block {
     margin-bottom: 0;
     border-radius: 0;
     margin-top: 25px;
     border: none;
     border-bottom: 1px solid #ccc;
}
 .MostRead-content-tab {
     overflow: auto;
     padding: 0;
}
 .MostRead-content-tab .panel-default>.panel-heading {
     padding: 0;
     background: #000;
     border-bottom: none;
}
 .MostRead-content-tab-block .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 1.2em;
     font-weight: 600;
     color: #fff;
}
 .MostRead-content-tab-block .nav-pills>li {
     background: #0081C9;
     color: #fff;
     width: 100%;
}
 .MostRead-content-tab-block .nav-pills>li a {
     background: #0081C9;
     color: #fff;
     display: block;
     padding: 5px 10px;
     position: relative;
}
 .MostRead-content-tab-block .nav-pills>li a:hover {
     background: #0081C9;
     color: #fff;
}
 .featured-cat-content-tab-block {
     border-radius: 0;
     margin-top: 25px;
     border: none;
     border-bottom: 1px solid #ccc;
     margin-bottom: 20px;
}
 .featured-content-tab {
     max-height: 500px;
     overflow: auto;
     padding: 0;
}
 .featured-content-tab .panel-default>.panel-heading {
     padding: 0;
     background: #000;
     border-bottom: none;
}
 .featured-cat-content-tab-block .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 1.2em;
     font-weight: 600;
     color: #fff;
}
 .featured-cat-content-tab-block .nav-pills>li {
     background: #0081C9;
     color: #fff;
     width: 100%;
}
 .featured-cat-content-tab-block .nav-pills>li a {
     background: #0081C9;
     color: #fff;
     display: block;
     padding: 5px 10px;
     position: relative;
}
 .featured-cat-content-tab-block .nav-pills>li a:hover {
     background: #0081C9;
     color: #fff;
}
/*Details*/
 .DetMostRead-content-tab-block {
     margin-bottom: 0;
     border-radius: 0;
     margin-top: 25px;
     border: none;
     border-bottom: 1px solid #ccc;
}
 .DetMostRead-content-tab {
     max-height: 250px;
     overflow: auto;
     padding: 0;
}
 .DetMostRead-content-tab .panel-default>.panel-heading {
     padding: 0;
     background: #000;
     border-bottom: none;
}
 .DetMostRead-content-tab .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 1.2em;
     font-weight: 600;
}
 .DetMostRead-content-tab-block .nav-pills>li {
     background: #000;
     color: #fff;
     width: 100%;
}
 .DetMostRead-content-tab-block .nav-pills>li a {
     background: #000;
     color: #fff;
     display: block;
     padding: 5px 10px;
     position: relative;
}
 .DetMostRead-content-tab-block .nav-pills>li a:hover {
     background: #000;
     color: #fff;
}
 .featured-det-content-tab-block {
     border-radius: 0;
     margin-top: 25px;
     border: none;
     border-bottom: 1px solid #ccc;
     margin-bottom: 20px;
}
 .featured-det-content-tab {
     max-height: 420px;
     overflow: auto;
     padding: 0;
}
 .featured-det-content-tab .panel-default>.panel-heading {
     padding: 0;
     background: #000;
     border-bottom: none;
}
 .featured-det-content-tab .panel-heading .nav-pills li a p {
     margin: 0;
     font-size: 1.2em;
     font-weight: 600;
}
 .featured-det-content-tab-block .nav-pills>li {
     background: #000;
     color: #fff;
     width: 100%;
}
 .featured-det-content-tab-block .nav-pills>li a {
     background: #000;
     color: #fff;
     display: block;
     padding: 5px 10px;
     position: relative;
}
 .featured-det-content-tab-block .nav-pills>li a:hover {
     background: #000;
     color: #fff;
}
 p.pCaption {
     color: #666;
     text-align: center;
     border-bottom: 1px solid #ccc;
     padding-bottom: 5px;
}
 .DAdditionalInfo {
     font-size: 0.7em;
}
 .DAdditionalInfo button {
     border-radius: 50px;
     width: 30px;
     height: 30px;
     border: 1px solid #000;
}
 .DAdditionalInfo button:hover {
     border: 2px solid #000;
}
 .DAuthor {
     font-size: 18px;
}
 .DInitial {
     color: #F60000;
     font-style: italic;
     font-size: 16px;
}
 .DDateHit {
     font-size: 0.8em;
     margin-top: 10px;
}
 div.DDetailsNews h3 {
     font-size: 18px;
     margin: 0 0 0 3px;
     color: #d90e0e;
     padding: 0;
     font-weight: normal;
}
 div.DDetailsNews h1 {
     font-size: 30px;
     color: #081db3fa;
     font-weight: bolder;
     padding-top: 0;
     padding-bottom: 7px;
     margin: 0 0 0 3px;
     line-height: 40px;
}
 div.DDetailsNews h2 {
     font-size: 16px;
     padding: 0;
     font-weight: normal;
}
 div.DDetailsNews h4 {
     font-size: 20px;
     font-weight: normal;
     color: #0E6B54;
     padding-top: 0;
     padding-bottom: 7px;
     margin: 0 0 0 3px;
     line-height: 26px;
}
 div#DDetailsBody h5 {
     color: #000;
     font-size: 14px;
}
 div.DDetailsNews {
     color: #000;
     line-height: 24px;
     text-align: justify;
     font-size: 1.1em;
}
 div.DDetailsBody {
     color: #000;
     line-height: 24px;
     text-align: justify;
     font-size: 1.1em;
}
 div.DDetailsBody h2 {
     color: #000;
     line-height: 26px;
     text-align: justify;
     padding: 5px 0;
     font-size: 18px;
     font-weight: normal;
}
 div.DDetailsBody p {
     margin-bottom: 16px;
     font-size: 18px;
     line-height: 30px;
     color: #333;
}
 div.DDetailsNews img {
     max-width: 100%;
     height: auto !important;
}
 .spc_cat_btn {
     display: inline-block;
     padding: 3px 15px;
     margin-left: 10px;
     border: 1px solid #ccc;
     border-radius: 25px;
     font-weight: bold;
     font-size: 1.1em;
     color: #333;
}
 .spc_cat_btn:hover {
     color: #1C117A;
}
 .DDetMoreReadTitle {
     display: block;
     border-bottom: 2px solid #043D98;
     font-size: 1.3em;
     padding-bottom: 5px;
     margin: 0;
     color: #000;
}
 .DDetMoreReadTitle a:hover {
     color: #1C117A;
}
 .DDetMoreReadList {
     margin-top: 15px;
     background: #f0f0f0;
}
 .DDetMoreReadList p {
     font-size: 1.0em;
     margin: 5px;
     line-height: 24px;
     color: #000;
     min-height: 75px;
     font-weight: normal;
}
 .DDetMoreReadList a:hover p {
     color: #1C117A;
}
 .content_tags {
     padding-bottom: 30px;
}
 .content_tags .content_tags_header {
     float: left;
     color: #000;
     font-weight: 600;
     margin: 2px 10px 2px 0;
}
 .topic_list a {
     float: left;
     padding: 2px 8px;
     background: #eee;
     border-radius: 3px;
     color: #000;
     margin-right: 8px;
     margin-bottom: 8px;
}
 .topic_list a:hover {
     background: #BDBDBD;
}
 .writer_div {
     float: left;
     margin-right: 25px;
     margin-bottom: 15px;
     width: 33%;
     border: 1px solid#ccc;
}
 .writer_div img {
     padding: 10px 40px 20px 40px;
}
 .writer_div .col-md-12.ndiv {
     padding-left: 0;
     padding-right: 0;
     padding-top: 15px;
}
 .writer_name_div {
     text-align: center;
     border-bottom: 1px solid#000;
     border-top: 1px solid#000;
     padding: 6px 0;
}
 .writer_name_div a {
     font-size: 16px;
     color: #000;
}
 .writer_bio_div {
     color: rgb(68, 68, 68);
     font-size: 16px;
     padding: 10px;
}
 .DImageResize {
     overflow: hidden;
     position: relative;
     height: 70px;
}
 .DImageResize img {
     max-width: 100%;
     min-height: 100%;
     object-fit: cover;
}
 .DImageResize2 {
     overflow: hidden;
     position: relative;
     height: 150px;
}
 .DImageResize2 img {
     max-width: 100%;
     min-height: 100%;
     object-fit: cover;
}
 .DImageResize3 {
     overflow: hidden;
     position: relative;
     height: 68px;
}
 .DImageResize3 img {
     max-width: 100%;
     min-height: 100%;
     object-fit: cover;
}
 i.video_icon_small {
     position: absolute;
     background-color: #bd3953cc;
     font-size: 17px;
     padding: 13px;
     border-radius: 5px 0 0 0;
     right: 0;
     left: auto;
     top: auto;
     bottom: 0;
     color: #fff;
}
 .DImageResize3 i.video_icon_small {
     font-size: 12px;
     padding: 8px;
}
 i.video_icon {
     position: absolute;
     background-color: #bd3953cc;
     font-size: 20px;
     padding: 15px;
     border-radius: 5px;
     left: 44%;
     top: 40%;
}
 .DImageResize3 i.video_icon {
     font-size: 16px;
     padding: 10px;
     left: 70%;
     top: 44%;
}
 .DCatNewsSpWc {
    /*background:url("../../media/common/wc-crick-19.jpg");
    */
     background-size: cover;
     padding: 80px 10px 10px 10px;
     min-height: 455px;
}
 .DSpWcLead {
     background: rgba(234, 234, 234, 0.9);
     padding: 5px;
     margin-bottom: 10px;
}
 .DSpWcLead h4 {
     min-height: 50px;
     margin: 5px;
}
 .DSpWcList {
     background: rgba(234, 234, 234, 0.9);
     padding: 5px;
     margin-bottom: 10px;
}
 .DSpWcList .col-sm-4 {
     padding-right: 0;
}
 .navbar-default .navbar-brand {
     display: none;
}
 .DDivisionNav {
     min-height: 30px !important;
     margin-bottom: 15px;
     text-align: center;
}
 .DDivisionNav .nav {
     padding: 0;
     margin: 0;
     text-align: center;
}
 .DDivisionNav .nav li {
     float: left;
}
 .DDivisionNav .nav li a {
     padding: 10px 15px;
     margin-right: 1px;
     background-color: #ddd;
     border-bottom: 1px solid #fff;
     font-size: 1.1em;
}
 .DDivisionNav .dropdown-menu {
     padding: 0;
     border: none;
     border-radius: 0;
}
 .DDivisionNav .dropdown-menu li {
     width: 100%;
     border-bottom: 0;
}
 .DDivisionNav .dropdown-menu li a {
     padding: 7px 15px;
}
 .related_content_block {
     margin-bottom: 20px;
}
 .related_content_block .related_caption {
     font-size: 18px;
     padding-bottom: 10px;
     border-bottom: 1px dotted #ddd;
     margin-bottom: 10px;
     color: #204ecf;
     font-weight: 700;
}
 .related_content_block ul {
     padding: 0;
     margin: 0 0 40px 0;
     list-style: none;
}
 .related_content_block ul li {
     padding: 5px 0;
}
 .content-panel {
     margin-top: 20px;
     border-bottom: 1px solid #ddd;
     display: block;
}
 .panel-header {
     background: #ececec none repeat scroll 0 0;
     display: block;
     height: 29px;
     margin-bottom: 8px;
     overflow: hidden;
     border-bottom: 1px solid #0181CA;
}
 .content-panel .panel-header b {
     color: #000;
     display: block;
     float: left;
     font-size: 16px;
     padding: 2px 10px 7px 10px;
     position: relative;
     text-transform: uppercase;
     z-index: 0;
}
 .article-big-block, .article-small-block {
     border-bottom: 1px dotted #ccc;
     display: block;
     margin-bottom: 10px;
     padding-bottom: 10px;
}
 .cat_content_block {
     margin: 5px 0 0 0;
     padding-bottom: 7px;
}
 .DLeadNewsList {
     margin-bottom: 20px;
     background: #D5D5D5;
     padding: 15px;
     min-height: 252px;
}
 .DLeadNewsList .DSubHead {
     margin: 5px 0;
     color: #166629;
     font-size: 16px;
     line-height: 20px;
}
 .DLeadNewsList p {
     margin: 5px 0;
     line-height: 24px;
     font-size: 20px;
}
 .DLeadNewsList .DWriterName {
     margin: 5px 0;
     font-size: 16px;
     line-height: 20px;
}
 .DCatMainNewsCorona {
     background: #fff;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
 .DCatMainNewsCorona:hover {
     background: #F1F1F1;
}
 .DCatMainNews {
     background: #fff;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
 .DCatMainNews:hover {
     background: #F1F1F1;
}
 .DCatMainNews p {
     font-size: 20px;
     margin: 0;
     line-height: 26px;
     padding: 5px;
     max-height: 65px;
     min-height: 65px;
     overflow: hidden;
     font-weight: 600;
}
 .DCatMainNewsDetails p {
     font-size: 15px;
     line-height: 23px;
     font-weight: 400;
     text-align: justify;
     min-height: 85px;
     overflow: hidden;
     color: #000;
}
/*.DSportsList2 p{
    font-size:16px;
    line-height:22px;
    padding:3px 5px 5px 5px;
    font-weight:600;
    color:#000;
}
*/
/*.DSportsList2 a:hover{
    color:#369;
    transition:0.2s;
}
*/
 .DCoronaSide {
     min-height: 72px;
     display: block;
     border: 0px solid #fff;
     box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .0);
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .DCoronaSide:hover {
     background: #F1F1F1;
}
 .DCoronaSide .DCaption {
     min-height: 28px;
     overflow: hidden;
}
 .DCoronaSide .DCaption a p {
     font-size: 16px;
     font-weight: bold;
     color: #000;
     line-height: 20px;
     padding: 5px 5px 5px 5px;
}
 .DCoronaSide {
     padding: 5px 8px;
}
 .DSportsSide {
     min-height: 185px;
     display: block;
     border: 1px solid #fff;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .DSportsSide:hover {
     background: #F1F1F1;
}
 .DSportsSide .DCaption {
     min-height: 68px;
     overflow: hidden;
}
 .DSportsSide .DCaption a p {
     font-size: 16px;
     font-weight: bold;
     color: #000;
     line-height: 20px;
     padding: 3px 5px 5px 5px;
}
 .DCaption {
     padding: 10px 10px;
}
 .col-sm-6.DSportsList2 {
     margin-bottom: 15px;
}
 .DSportsList2 .DSportsSide2 {
     height: 142px;
     overflow: hidden;
     display: block;
     border: 1px solid #fff;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .DSportsList2 .DSportsSide2:hover {
     background: #F1F1F1;
}
/*.DSportsList2 .DSportsSide2 .DCaption{
    min-height:68px;
    overflow:hidden;
}
*/
 .DSportsList2 .DSportsSide2 .DCaption a p {
     font-size: 15px;
     color: #000;
     line-height: 19px;
     padding: 3px 5px 5px 5px;
     font-weight: normal;
}
/*Archives*/
 .DCategoryListNews {
     background: #F0F0F0;
     border: 1px solid#ccc;
     padding: 7px;
     margin-top: 20px;
}
 .DCategoryListNews:hover {
     background: #E8E8E8;
     color: #006699;
}
 .DCategoryListNews:hover .pHead {
     color: #006699;
}
 .pHead {
     font-size: 24px;
     line-height: 30px;
}
 .btnCatName {
     margin-bottom: 10px;
}
 .related_content_block ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .related_content_block ul li {
     padding: 5px 0;
}
 .related_content_block ul li span img {
     width: 16px;
     height: 16px;
     margin-right: 10px;
     margin-top: -5px;
}
 .related_content_block ul li a {
     color: #006699;
     font-size: 18px;
     line-height: 20px;
}
 .related_content_block .related_caption {
     font-size: 18px;
     padding-bottom: 10px;
     border-bottom: 1px dotted #ddd;
     margin-bottom: 10px;
     color: #006699;
     font-weight: 700;
}
 .Involved_content_block img {
     height: 12px;
     width: 12px;
     margin-right: 10px;
}
 .Involved_content_block a {
     font-size: 16px;
     color: #000;
     text-align: left;
}
 .Involved_content_block a:hover {
     color: #337ab7 
}
 .Involved_content_block li {
     border-bottom: 1px solid #ccc;
     padding: 5px 0;
     line-height: 19px;
}
 .Involved_content_block li:last-child {
     border-bottom: 0 dotted #ccc 
}
 .Involved_content_block .img-caption {
     display: none 
}
/*.dCaption{
    float:left
}
*/
 .Involved_content_block .dCaption {
     float: left 
}
 .Involved_content_block {
     float: right;
     margin: 10px;
     padding: 10px;
     border: 1px solid #ccc;
     box-shadow: 2px 2px 3px #ccc;
     background: rgba(0, 0, 0, 0.05) 
}
 .Involved_content_block ul {
     padding: 0;
     margin: 0;
     list-style: none;
     width: 150px;
}
 .Involved_content_block .related_caption {
     font-size: 18px;
     padding-bottom: 5px;
     border-bottom: 2px solid #000;
     margin-bottom: 10px;
     color: #000;
     font-weight: 700;
}
 .overlay {
     position: relative;
     z-index: 5;
     height: 200px;
     margin-top: -200px;
}
 .overlay .icon {
     color: #f9443e;
     font-size: 35px;
     position: absolute;
     top: 87%;
     left: 81%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     opacity: .5;
}
/*87,81*/
 .overlay .iconBig {
     color: #f9443e;
     font-size: 55px;
     position: absolute;
     top: 68%;
     left: 48%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     opacity: .5;
}
 .overlay .iconLarge {
     color: #f9443e;
     font-size: 75px;
     position: absolute;
     top: 28%;
     left: 52%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     opacity: .5;
}
 .sm .overlay .icon {
     font-size: 40px 
}
 .sm .overlay {
     margin-top: -75px;
     height: 75px;
}
 .catTitle {
     position: relative;
     overflow: hidden;
     margin: 0 0 10px 0;
     padding: 2px 0 10px 2px;
     font-size: 26px;
     line-height: 26px;
     color: #0A196D;
}
 .catTitle .liner::before {
     position: absolute;
     content: '';
     width: 100%;
     border-top: 6px solid #d9d9d9;
     top: 10px;
     display: inline-block;
     vertical-align: bottom;
}
 .catTitle .liner::after {
     position: absolute;
     content: '';
     width: 100%;
     border-top: 6px solid #d9d9d9;
     top: 18px;
     display: inline-block;
     vertical-align: bottom;
}
 @media screen and (max-width:1024px) {
     .container {
         width: 1024px;
    }
     .navbar-default .navbar-nav>li>a {
         font-size: 14px;
    }
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 55%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 25%;
         float: left;
         padding: 0;
    }
     .DScroll p {
         padding-top: 2px;
    }
     .T-20-GameBoard .col-sm-4 {
         width: 80%;
         float: left;
         padding-left: 0px;
         padding-right: 0px;
         padding-top: 0px;
         padding-bottom: 0px;
    }
}
 @media screen and (max-width:768px) {
     .container {
         width: 768px;
    }
     .DHeaderNav {
         padding: 10px 15px;
    }
     .navbar-default .navbar-nav>li>a {
         font-size: 14px;
         padding: 3px 0;
    }
     .DImageResize3 {
         overflow: hidden;
         position: relative;
         height: 45px;
    }
     .DImageResize3 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DImageResize {
         overflow: hidden;
         position: relative;
         height: 50px;
    }
     .DImageResize img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 212px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 100px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail .caption h2 {
         margin: 0;
         padding: 0;
         font-size: 14px;
         line-height: 18px;
    }
     .DCatMoreLeadNews .thumbnail .caption h3 {
         margin: 0;
         padding: 0;
         font-size: 14px;
         line-height: 18px;
    }
}
 @media screen and (max-width:736px) {
     .container {
         width: 736px;
    }
     .DateList {
         padding: 10px 15px 10px 15px;
    }
     .navbar-default .navbar-nav>li {
         border-right: 0 solid #0B1A6F;
         padding: 0 15px;
    }
     .DTopNewsList .col-sm-4 {
         width: 30%;
         float: left;
    }
     .DTopNewsList .col-sm-8 {
         width: 70%;
         float: left;
    }
     .panel-heading .nav>li>a {
         padding: 10px 23px;
    }
     .DCategoryNews {
         margin-top: 10px;
    }
     .DCategoryNewsList {
         margin-bottom: 10px;
    }
     .DCategoryNewsList .col-sm-8 p {
         padding: 0 10px 10px 10px;
         margin: 0;
    }
     .DCategoryNewsList .col-sm-8 {
         width: 75%;
         float: left;
    }
     .DCategoryNewsList .col-sm-4 {
         width: 25%;
         float: left;
    }
     .TopAdd {
         margin-top: 10px;
    }
     .DCategoryNewsList3 .col-sm-5 {
         padding-left: 15px;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-4 {
         padding: 0 15px;
         width: 30%;
         float: left;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8 {
         margin-bottom: 15px;
         width: 70%;
         float: left;
    }
     .DCategoryNewsList4 .col-sm-4 {
         width: 25%;
         float: left;
    }
     .DCategoryNewsList4 .col-sm-8 {
         width: 75%;
         float: left;
    }
     .DEHeading .col-sm-3 {
         width: 25%;
         float: left;
    }
     .DEHeading .col-sm-6 {
         width: 50%;
         float: left;
    }
     .DEHeading .col-sm-6 h3 {
         font-size: 16px;
         margin: 10px 0;
         font-weight: bold;
    }
     .DFLogo {
         width: 20%;
         float: left;
         padding-right: 15px;
    }
     .DEitor {
         width: 45%;
         float: left;
    }
     .DFContact {
         width: 35%;
         float: left;
    }
     .TopHeader .HeaderLogo {
         width: 23.33%;
         float: left;
         padding-right: 20px;
         margin-top: 20px 
    }
     .TopHeader .HeaderLogo img {
         width: 105px;
    }
     .TopHeader .DateList {
         width: 43.33%;
         float: left;
    }
     .TopHeader .DHeaderSearch {
         width: 33.33%;
         float: left;
    }
     .TopHeader .DHeaderSearch .SocialLink {
         padding: 0 15px;
    }
     .DSpeNews {
         margin-top: 20px;
    }
     .DLatestDrama {
         margin-top: 20px;
    }
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 140px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatMorContainList .col-sm-4 {
         width: 20%;
         float: left;
    }
     .DCatMorContainList .col-sm-8 {
         width: 80%;
         float: left;
    }
     .DCatLatestContent .col-sm-4 {
         width: 20%;
         float: left;
    }
     .DCatLatestContent .col-sm-8 {
         width: 80%;
         float: left;
    }
     .DImageResize3 {
         overflow: hidden;
         position: relative;
         height: 65px;
    }
     .DImageResize3 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DImageResize {
         overflow: hidden;
         position: relative;
         height: 70px;
    }
     .DImageResize img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 385px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 385px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail .caption h2 {
         margin: 0;
         padding: 0;
         font-size: 18px;
         line-height: 22px;
    }
     .DCatMoreLeadNews .thumbnail .caption h3 {
         margin: 0;
         padding: 0;
         font-size: 18px;
         line-height: 22px;
    }
     .DTRNewsList .col-sm-4 {
         width: 20%;
         float: left;
    }
     .DTRNewsList .col-sm-8 {
         width: 80%;
         float: left;
    }
     .navbar-default .navbar-brand {
         display: inline;
         padding: 0;
    }
     .navbar-default .navbar-brand img {
         width: 90px;
    }
     .TopHeader {
         display: none;
    }
     .DTopNews2 {
         margin-bottom: 15px;
    }
     .DTopNews2 a p {
         min-height: 100%;
    }
     .cricket-worldcup {
         margin-top: 15px;
    }
     .DAdd3 {
         margin-bottom: 15px;
    }
     .DAdd4 {
         margin-bottom: 15px;
    }
     .DAdd5 {
         margin-bottom: 15px;
    }
     .DSpecialCatMainNews {
         margin-bottom: 15px;
    }
     .DOponion .DLatestNewsList .col-sm-3 {
         width: 20%;
         float: left 
    }
     .DOponion .DLatestNewsList .col-sm-9 {
         width: 80%;
         float: left 
    }
     .DLifeStyle .row .col-sm-4 {
         width: 33.33%;
         float: left 
    }
     .DLifeStyle .DTopNews2 a p {
         min-height: 80px;
    }
     .DPhotoGList {
         margin-bottom: 15px;
    }
     .DPhotoGList .row .col-sm-3 {
         width: 50%;
         float: left 
    }
     .Nav1 {
         display: none;
    }
     .Nav2 {
         display: inline;
    }
     .Nav2 .navbar-nav li {
         width: 33.33%;
         float: left;
    }
     .Nav2 .navbar-default .navbar-nav>li>a {
         font-size: 13px;
         padding: 0;
    }
     .navbar-default .navbar-nav>li>a:hover {
         color: #ccc;
    }
     main {
         margin-top: 40px;
    }
     .DHeaderNav2 {
         background: #0081C9;
         padding: 5px 0;
    }
     .DTopNews2 {
         height: 80px;
         background: #fff;
    }
     .DTopNews2 a p {
         padding: 2px 10px;
         font-size: 16px;
         line-height: 20px;
         background: transparent;
    }
     .DTopNews2 img {
         width: 20%;
         float: left;
    }
     .DTopNews2 p {
         width: 80%;
         float: left;
         background: transparent;
    }
}
 @media screen and (max-width:667px) {
     .container {
         width: 667px;
    }
    /*.DTopNews .caption{
        height:170px;
        overflow:hidden;
    }
    */
     .TopHeader .DHeaderSearch .SocialLink {
         padding: 0 10px;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 125px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DTopNews2 {
         height: 72px;
         background: #fff;
    }
}
 @media screen and (max-width:640px) {
     .container {
         width: 640px;
    }
     .TopHeader .DHeaderSearch .SocialLink {
         padding: 0 7px;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 120px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatMorContainList .col-sm-4 {
         width: 25%;
         float: left;
    }
     .DCatMorContainList .col-sm-8 {
         width: 75%;
         float: left;
    }
     .DCatLatestContent .col-sm-4 {
         width: 25%;
         float: left;
    }
     .DCatLatestContent .col-sm-8 {
         width: 75%;
         float: left;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 345px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 345px;
         border-radius: 0;
    }
     .DTRNewsList .col-sm-4 {
         width: 25%;
         float: left;
    }
     .DTRNewsList .col-sm-8 {
         width: 75%;
         float: left;
    }
     .DTopNews2 img {
         width: 21%;
         float: left;
    }
     .DTopNews2 p {
         width: 79%;
         float: left;
    }
}
 @media screen and (max-width:568px) {
     .container {
         width: 568px;
    }
     .TopHeader .HeaderLogo {
         width: 23%;
         float: left;
    }
     .TopHeader .HeaderLogo img {
         width: 105px;
    }
     .TopHeader .DateList {
         width: 40%;
         float: left;
    }
     .TopHeader .DHeaderSearch {
         width: 37%;
         float: left;
    }
     .TopHeader .DHeaderSearch .SocialLink {
         padding: 0;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 100px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 320px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 320px;
         border-radius: 0;
    }
     .DTopNews2 img {
         width: 24%;
         float: left;
    }
     .DTopNews2 p {
         width: 76%;
         float: left;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
}
 @media screen and (max-width:480px) {
     .container {
         width: 480px;
    }
     .DateList {
         padding: 10px 15px 10px 15px;
    }
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 55%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 25%;
         float: left;
         padding: 0;
    }
     .DScroll p {
         padding-top: 2px;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
     .DTopNewsList .col-sm-4 {
         width: 30%;
         float: left;
    }
     .DTopNewsList .col-sm-8 {
         width: 70%;
         float: left;
    }
     .panel-heading .nav>li>a {
         padding: 10px 23px;
    }
     .DCategoryNews {
         margin-top: 10px;
    }
     .DCategoryNewsList {
         margin-bottom: 10px;
    }
     .DCategoryNewsList .col-sm-8 p {
         padding: 0 10px 10px 10px;
         margin: 0;
    }
     .DCategoryNewsList .col-sm-8 {
         width: 65%;
         float: left;
    }
     .DCategoryNewsList .col-sm-4 {
         width: 35%;
         float: left;
    }
     .TopAdd {
         margin-top: 10px;
    }
     .DCategoryNewsList3 .col-sm-5 {
         padding-left: 15px;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-4 {
         padding: 0 15px;
         width: 30%;
         float: left;
    }
     .DCategoryNewsList3 .col-sm-5 .DNewsList3 .col-sm-8 {
         margin-bottom: 15px;
         width: 70%;
         float: left;
    }
     .DCategoryNewsList4 .col-sm-4 {
         width: 35%;
         float: left;
    }
     .DCategoryNewsList4 .col-sm-8 {
         width: 65%;
         float: left;
    }
     .DEHeading .col-sm-3 {
         width: 25%;
         float: left;
    }
     .DEHeading .col-sm-6 {
         width: 50%;
         float: left;
    }
     .DEHeading .col-sm-6 h3 {
         font-size: 16px;
         margin: 10px 0;
         font-weight: bold;
    }
     .DFLogo {
         border-right: 0 solid #fff;
         padding-left: 150px;
         width: 100%;
    }
     .DEitor {
         margin: 10px 0;
         border-right: 0 solid #fff;
         width: 100%;
    }
     .DFContact {
         width: 100%;
    }
     .DFSocialLink {
         margin: 15px 0;
    }
     .TopHeader .HeaderLogo {
         width: 100%;
    }
     .TopHeader .HeaderLogo img {
         width: 100%;
    }
     .TopHeader .DateList {
         width: 100%;
    }
     .TopHeader .DHeaderSearch {
         width: 100%;
    }
     .TopHeader .DHeaderSearch .SocialLink {
         text-align: center;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 230px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatMorContainList .col-sm-4 {
         width: 30%;
         float: left;
    }
     .DCatMorContainList .col-sm-8 {
         width: 70%;
         float: left;
    }
     .DCatLatestContent .col-sm-4 {
         width: 30%;
         float: left;
    }
     .DCatLatestContent .col-sm-8 {
         width: 70%;
         float: left;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 280px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 280px;
         border-radius: 0;
    }
     .DTRNewsList .col-sm-4 {
         width: 30%;
         float: left;
    }
     .DTRNewsList .col-sm-8 {
         width: 70%;
         float: left;
    }
     .DOponion .DLatestNewsList .col-sm-3 {
         width: 30%;
         float: left 
    }
     .DOponion .DLatestNewsList .col-sm-9 {
         width: 70%;
         float: left 
    }
     .DLifeStyle .row .col-sm-4 {
         width: 100%;
         float: left 
    }
     .DLifeStyle .DTopNews2 a p {
         min-height: 100%;
    }
     .DLifeStyle .DTopNews2 img {
         width: 40%;
         float: left;
         margin-bottom: 15px;
    }
     .DLifeStyle .DTopNews2 p {
         width: 60%;
         float: left;
    }
     .DTopNews2 img {
         width: 28%;
         float: left;
    }
     .DTopNews2 p {
         width: 72%;
         float: left;
    }
}
 @media screen and (max-width:414px) {
     .container {
         width: 414px;
    }
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 50%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 28%;
         float: left;
         padding: 0;
    }
     .DScroll h5 {
         font-size: 14px;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
     .DFLogo {
         padding-left: 115px;
    }
     .DFLogo img {
         width: 150px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 220px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 250px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 250px;
         border-radius: 0;
    }
     .DTopNews2 img {
         width: 33%;
         float: left;
    }
     .DTopNews2 p {
         width: 67%;
         float: left;
    }
}
 @media screen and (max-width:375px) {
     .container {
         width: 375px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 55%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 25%;
         float: left;
         padding: 0;
    }
     .DScroll p {
         padding-top: 2px;
    }
     #DToolbar {
         z-index: 99;
         position: fixed;
         left: 0;
         bottom: 0;
    }
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 200px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatMorContainList .col-sm-4 {
         width: 35%;
         float: left;
    }
     .DCatMorContainList .col-sm-8 {
         width: 65%;
         float: left;
    }
     .DCatLatestContent .col-sm-4 {
         width: 35%;
         float: left;
    }
     .DCatLatestContent .col-sm-8 {
         width: 65%;
         float: left;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 200px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 200px;
         border-radius: 0;
    }
     .DTRNewsList .col-sm-4 {
         width: 35%;
         float: left;
    }
     .DTRNewsList .col-sm-8 {
         width: 65%;
         float: left;
    }
     .DTopNews2 {
         height: 78px;
    }
     .DTopNews2 img {
         width: 40%;
         float: left;
    }
     .DTopNews2 p {
         width: 60%;
         float: left;
    }
}
 @media screen and (max-width:360px) {
     .container {
         width: 360px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 55%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 25%;
         float: left;
         padding: 0;
    }
     .DScroll p {
         padding-top: 2px;
    }
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 180px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 190px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 190px;
         border-radius: 0;
    }
     .DTopNews2 img {
         width: 42%;
         float: left;
    }
     .DTopNews2 p {
         width: 58%;
         float: left;
    }
}
 @media screen and (max-width:320px) {
    /*.DTopNews .caption{
        height:230px;
        overflow:hidden;
    }
    */
    .Ads{
        display: block;
        margin: auto;
        width: 100%;
    }
     .DTopNews .caption h1 {
         margin-top: 0;
         font-size: 24px;
         line-height: 35px;
    }
     .container {
         width: 320px;
    }
    /*#DToolbar{
        display:none;
    }
    */
     .DScroll .col-sm-1 {
         width: 100%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-9 {
         width: 55%;
         float: left;
         padding: 0;
    }
     .DScroll .col-sm-2 {
         width: 25%;
         float: left;
         padding: 0;
    }
     .DScroll p {
         padding-top: 2px;
    }
     .DImageResize2 {
         overflow: hidden;
         position: relative;
         height: 170px;
    }
     .DImageResize2 img {
         max-width: 100%;
         min-height: 100%;
         object-fit: cover;
    }
     .DCatLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 180px;
         border-radius: 0;
    }
     .DCatMoreLeadNews .thumbnail {
         overflow: hidden;
         position: relative;
         height: 180px;
         border-radius: 0;
    }
     .DTopNews2 img {
         width: 47%;
         float: left;
    }
     .DTopNews2 p {
         width: 53%;
         float: left;
         font-size: 15px;
    }
}
 .col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
     float: left;
}
 .col-2dot4 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
     float: left;
}
 @media (min-width:540px) {
     .col-sm-2dot4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
         float: left;
    }
}
 @media (min-width:720px) {
     .col-md-2dot4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
         float: left;
    }
}
 @media (min-width:960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
    .Ads{
        display: block;
        margin: auto;
        width: 970px;
        height: 90px;
    }
}
 @media (min-width:1140px) {
     .col-xl-2dot4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
         float: left;
    }
    .Ads{
        display: block;
        margin: auto;
        width: 970px;
        height: 90px;
    }
}
 .CatTitle{
     background: #A7A7A7;
     margin-top: 20px;
     text-align: center;
     padding: 5px 10px;
     display: block;
}
 .CatTitle a{
     display: block;
     font-size: 20px;
}
 .ads-border{
     border: 1px solid #000;
}
.ads-default{
    display: block;
    margin: auto;
    width: 970px;
    height: 90px;
}
 .Ads-Vertical{
     display: block;
     margin-right: auto;
     width: 95%;
}
 .Ads-PageR-02{
     border: 1px solid black;
     margin: 0 5px;
}
 .CatTitleOne{
     text-align: center;
     border: 1px solid black;
     background-color: #850101;
     color: #fff;
     padding: 3 10px;
     font-size: 24px;
     margin: 0 15px;
}
 .CatTitleTwo{
     text-align: center;
     border: 1px solid black;
     background-color: #850101;
     color: #fff;
     font-size: 20px;
     padding: 10 20px;
}
 @media (min-width:768px) {
     .navbar {
         border-radius: 4px 
    }
}
 @media (min-width:768px) {
     .navbar-header {
         float: left 
    }
}
 .navbar-collapse {
     padding-right: 15px;
     padding-left: 15px;
     overflow-x: visible;
     -webkit-overflow-scrolling: touch;
     border-top: 1px solid transparent;
     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1) 
}
 .navbar-collapse.in {
     overflow-y: auto 
}
 @media (min-width:768px) {
     .navbar-collapse {
         width: auto;
         border-top: 0;
         -webkit-box-shadow: none;
         box-shadow: none 
    }
     .navbar-collapse.collapse {
         display: block !important;
         height: auto !important;
         padding-bottom: 0;
         overflow: visible !important 
    }
     .navbar-collapse.in {
         overflow-y: visible 
    }
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
         padding-right: 0;
         padding-left: 0 
    }
}
 .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     max-height: 690px;
     padding-bottom: 10%;
}
 @media (max-device-width:480px) and (orientation:landscape) {
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 200px 
    }
}
 .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: -15px;
     margin-left: -15px 
}
 @media (min-width:768px) {
     .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
         margin-right: 0;
         margin-left: 0 
    }
}
 .navbar-static-top {
     z-index: 1000;
     border-width: 0 0 1px 
}
 @media (min-width:768px) {
     .navbar-static-top {
         border-radius: 0 
    }
}
 .navbar-fixed-bottom, .navbar-fixed-top {
     position: fixed;
     right: 0;
     left: 0;
     z-index: 1030 
}
 @media (min-width:768px) {
     .container-fluid {
         width: 750px 
    }
}
 @media (min-width:992px) {
     .container-fluid {
         width: 970px 
    }
}
 @media (min-width:1200px) {
     .container-fluid {
         width: 1170px 
    }
}
 