


             .navbar-toggler:focus {
                 box-shadow: none;
             }

             .navbar-collapse .row>* {
                 padding-right: 0;
                 padding-left: 0;
             }





             /* End six section and top tab section */
             .footer_wrapper nav {
                 background: #000;
             }

             .footer_wrapper nav ul li:last-child {
                 border-right: 1px solid transparent;
             }

             .collapse {
                 overflow-y: visible;
             }

             .nav-link {
                 font-weight: 500;
                 letter-spacing: 3;
             }

             .nav-link.active {
                 background-color: #116894;
             }

             .dropdown-toggle::after {
                 color: #fff;
             }

             .dropdown-menu {
                 background-color: #116894;
                 border: none !important;
             }


             .dropdown-divider {
                 color: #fff;
                 line-height: 10px;
             }

             .main_drop_menu {
                 display: none;
                 overflow: auto !important;
             }

             .dropdown:hover>.dropdown-menu {
                 display: block;
                 /* margin-top: .125em; */
             }

             .dropdown-item:hover {
                 background-color: #116894;
             }

             .dropdown_link:hover {
                 background-color: #2980b9;
             }

             .nav-item:hover {
                 background-color: #116894;
             }




             /* test css */

             .navbar-nav {
                 padding-left: 12px;
             }

             .main_nav {
                 background: #116894;
                 padding: 0;
                 color: #FFF;
             }


             .main_nav .nav-link,
             .dropdown-item {
                 color: #fff;
             }

             .nav-link {
                 font-size: 16px;
             }



             .nav-item {
                 border-right: 1px solid #ccc;
             }

             .main_nav ul li:last-child {
                 border-right: 1px solid transparent;

             }

             .navbar_nav_main {
                 display: grid;
                 grid-template-columns: repeat(15, 1fr);
             }

             .dropdown-item {
                 border-bottom: 1px solid #f3eeee2c;
                 transition: .6s;
                 color: #fff;
                 border: none;
             }


             .dropdown-item:hover {
                 background: #116894;
                 color: #fff;
             }

            .dropdown-menu{
                border-radius: 0;
                margin-top: 1px;
             }
        .dropdown-menu li:first-child{
            border-left: none!important;
        }
        .extra_item .dropdown-item{
            border-bottom: 1px solid #fff;
        }
        .extra_item .dropdown-item:hover{
            background: #2980b9;
        }
        .extra_item .dropdown-menu li:last-child a.dropdown-item {
            border-bottom: none!important;
         }


.news__box .news_item{
    overflow: hidden;
}
.news__box .news_item a{
    overflow: hidden!important;
}


.news__box .news_item a span.link{
    color: #111;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
}
.card_news{
    margin-top: 10px;
}
 .feature-story-info {
     padding-right: 15px;
 }

 .feature-story-block a {
     color: #082035 !important;
 }

 .feature-story-block h2 {
     font-size: 20px;
     line-height: 24px;
     font-weight: 700;
 }

 .feature-story-block p {
     padding: 0 0 10px 0;
     margin: 0;
     line-height: 24px;
     text-align: justify;
     font-size: 14px;
 }

   .feature-preview {
       float: left;
       max-width: 180px;
       margin-right: 15px;
       display: inline-block;
       *zoom: 1;
   }

   .feature-story-wrap{
    padding: 5px;
   }
.feature-story-wrap img{
    vertical-align: middle;
    object-fit: contain;
}
         .footer_search {
             margin: 10px 0;

         }
                 .search_section {
                                background: #F3F4F4;
                     padding: 10px 10px;
                 }



                 .search_section .form-select {
                     border-radius: 0;
                     background: #EFEFEF;
                 }

                 .search_section .form-select:focus {
                     outline: none;
                 }
.btn_custom{
    background: #222B46;
}
