
    #news_main .category{
        position: absolute;
        z-index:6;
        background-color:#FFFFFF;
        width:100%;
        margin-right: 0px;
        max-width: 720px;
        overflow: auto;
    }
    #news_main .title {
        font-size : 100%;
        color: #343434;
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav li.active {
        color: #034ea1;
        border-bottom: 2px solid #034ea1;
    }

    .btn {
        padding: 6px 0px;
        border-radius: 20px;
    }

    .btn-block {
        font-size: 10pt;
    }

/*    @media screen and (min-width:480px){
        .btn-block {
            width: 120%;
            margin-left: -10px;
            font-size: 100%;
        }
    }

    @media screen and (min-width:360px) and (max-width:480px){
        .btn-block {
            width: 135%;
            margin-left: -10px;
            font-size: 100%;
        }
    }*/

    .btn-outline-secondary{
        border-color:#E5E5E5;
    }
    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).focused {
        color: #fff;
        background-color: #034EA1;
        border-color: #034691;
    }
    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #034EA1;
        border-color: #034691;
    }
    .btn-outline-secondary.focus,.btn-outline-secondary:focus{
        box-shadow:0 0 0 .0rem rgba(255,255,255,.1)
    }
    .news-category-collapse{
        width: 49%;
    }

    /* #category { list-style-type: none; margin: 0; padding: 0; width: 350px; } */
    #category li { float: left;  background-color: #ededed; display: inline-block;}

    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        font-size: 18px;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
    }
    .h-slide > .swiper-slide {
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .h-slide {
        height: 100%;
    }
    .v-swiper > .swiper-slide {
        height: auto;
    }
    .dot {
        /*height: 10px;*/
        /*width: 10px;*/
        top:-12px;
        /*background-color: #ff0000;*/
        /*border-radius: 50%;*/
        display: inline-block;
        position: relative;
    }
    #nav_category ::-webkit-scrollbar{width:0;height:0}
    /* ::-webkit-scrollbar-thumb{background:transparent}
    ::-webkit-scrollbar-track{background-color:transparent} */
    #nav_category {
      /*max-width: 100%;*/
    }
    #nav_category li {list-style:none;padding:8px}
    #nav_category .nav {display:block;overflow:auto;white-space:nowrap}
    #nav_category .nav li{display:inline-block}
    #nav_category .nav li span {display:inline-block;font-size:14px;font-weight: bold}


    /* Search */
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc !important;
        font-size: 20px !important;
        line-height:27px;
      }
      ::-moz-placeholder { /* Firefox 19+ */
        color: #ccc !important;
        font-size: 20px !important;
        line-height:27px;
      }
      :-ms-input-placeholder { /* IE 10+ */
        color: #ccc !important;
        font-size: 20px !important;
        line-height:27px;
      }
      :-moz-placeholder { /* Firefox 18- */
        color: #ccc !important;
        font-size: 20px !important;
        line-height:27px;
      }
      .addbtn{
          background-color:#034ea1;
          color: #fff;
      }
      .disabled {
          background-color:#ababab;
          color: #fff;
      }
      .search-font {
          font-size: 20px !important;
      }
      @media screen and (max-width:360px){
          .search-font {
              font-size: 17px !important;
          }
      }

      

    ::-webkit-scrollbar {
        display:none;    
    }