.mt-1, .mt-5 {
    max-width: 1260px !important;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    background: #ececec;
}

.form-control-search {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #fff !important;
    color: #635e5c;
    border: 0;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 30%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-custome {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    color: #fff;
    background-color: #df7900 !important;;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.filter{
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
}
textarea:focus, input:focus, option:focus, select:focus{
    outline: none;
}
.container > div > div.card1 {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}
.main-card-container {
    padding: 15px;
    background: transparent;
    float: left;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-card {
    display: inline-block;
		text-decoration: none;
		padding: 5px 55px;
		border: 1.5px solid #df7900;
    background: #df7900;
    color: #fff;
		margin: 20px 0px;
    font-size: 1rem;
    line-height: 1.81;
    font-weight: 400;
    transition: .2s ease-in-out;
}
.btn-card:hover {
  text-decoration: none;
	color: #fff;
}
.my-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0px;
    color: #a4abae;
    text-align: left;
    transition: .4s;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.my-card:hover{
  background: #fff;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.30);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
  {#height: 600px;#}
}
{#.mt-5 {
    margin-top: 3rem!important;
  }#}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.bg-dark {
   background: #877a77;
}

.my-img-fluid {
   max-width: 100%;
   height: 537.5px;
   {# height: auto;#}
}
.col-2 {
    max-width: none !important;
}
.col-4 {
    max-width: none !important;
}
{#
@media (max-width: 992px){
  .my-img-fluid {
    max-width: 100%;
    height: auto;
  }
}
#}

@media (max-width: 767px) {
  .filter-section, .filter-search{
    padding-bottom: 10px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .my-img-fluid {
    max-width: 100%;
    height: auto !important;
   }
}

.CIONET-card{
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
}

.CIONET-card-detail{
  padding: 1rem;
  position: absolute;
  overflow: auto;
  height: 100%;
  background-color: #51433e;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.CIONET-card:hover .CIONET-card-detail{
  transform: translateY(0%);
}