body {
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font-family: "Open sans", "Arial", "Helvetica Neue", sans-serif;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.list-gan ul li {
  background-color: #f2f2f2;
  padding: 5px;
  margin-bottom: 14px!important;
  border-radius: 4px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  box-shadow: 0px 4px 9px 0px #00000026;
}

.list-gan ul li:hover {
  background-color:#5b9ec5;
  color: #fff !important;
}


.document-download{
  background-color: #eff2fa;
  padding: 20px;
  width: 500px;
 /* margin-top: 40px!important;*/
  margin-bottom: 140px!important;
  border-radius: 18px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  box-shadow: 0px 4px 9px 0px #00000026;
}

/* ========================= */

a.view-btn {
  padding: 5px 16px 5px 0px;
  border-right: 2px solid #595959;
}

a.download-btn {
  padding: 5px 0px 5px 16px;
}

.item_title{
  font-size: 20px;
  color: #1765c1;
  font-weight: 800!important;
  }
 
     


.w-30 {/* width: 346px; */height: 50px;}

@media screen and (max-width: 1200px) {
  .list-gan ul li {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  .list-gan {
    overflow-x: auto;
  }
}

/* ==========================================================================
   #search
   ========================================================================== */

   .search-years {
    position: relative;
}
   .search-years form {
    display: block;
    margin-bottom: 2em;
    text-align: center;
}
   .search-years .btn-submit {
    position: relative;
    display: inline-block;
    line-height: 54px;
    font-family: inherit;
    background: #007bff;
    -moz-border-radius: 10px;
    margin-bottom: 25px;
    bottom: 11px;
    border-radius: 10px;
    text-transform: capitalize;
    color: #333;
    /* font-size: 46px; */
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 6px;
    -webkit-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.26);
    -webkit-border-radius: 10px;
  }

  .search-years .btn-submit:hover {
    background: #60c8fe;
  }
  
  @media (max-width: 767px) {
    .search-years .btn-submit {
      width: 100%;
    }
  }
  .search-years button {
    cursor: pointer;
  }
  

  .search-years input{
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
}

  .search-years .input-group {
  /* position: relative; */
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 4px 47px 8px 23px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  /* float: left; */
  /* margin-right: 10px; */
}

.search-years .form::after {
  content: "";
  clear: both;
  display: table;
}

.search-years .input-icon::before {
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-years .label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  display: block;
  margin: 0!important;
  padding: 0!important;
  float: left;
  font-weight: 700;
}


.search-years .input--medium {
  width: 350px;
  /* height: 12px; */
}

@media (max-width: 767px) {
    .search-years .input--medium {
    width: 100%;
  }
}

.search-years .input--style-1 {
  font-size: 18px;
  padding: 9px 0 4px 0;
  font-weight: 600;
  width: 300px;
  color: #666;
  font-family: "Open sans", "Arial", "Helvetica Neue", sans-serif;
}

.search-years .input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}

.search-years .input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}

/*==========================================================================*/


.search-years .quantity {
  font-size: 18px;
  color: #333;
}

.search-years .icon-con {
  position: absolute;
  width: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #f2f2f2;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-years .minus,
.search-years .plus{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  transform: rotate(90deg);
  color: #007bff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-years .minus:hover,
.search-years .plus:hover {
  background: #2c6ed5;
  color: #fff;
}

.search-years input[type=number]::-webkit-inner-spin-button,
.search-years input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination {
  display: inline-block;
  margin-top: 40px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  background: #ebebeb;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #4ea8da;
  margin: 0 4px;
  margin-top: 0 4px;
}

.pagination a.active {
  background-color: #4ea8da;
  color: white;
  border: 1px solid #4ea8da;
}



/*==========================================================================*/



/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}


#myTab a {
  height: 5rem;
  padding: 20px 10px;}


#myTab img {
  position: relative;
  /*
  right: 30px;
  */
  bottom: 3px;}

  
  #myTab {
    border-radius: 0.25rem;
    width: 80%;
    display: inline-flex;
    padding: 12px;
    box-shadow: 0px 1px 15px #0000003d;
}

#bloc-tabs{
position: relative!important;
bottom: 100px!important;
}


.tab-sec{
 background-color: #eff2fa;

}


div#myTabContent {
  width: 85%;
  display: inline-block;
}