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


.container > div > div.card1 {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}
.main-card-container {
    padding: 5px;
    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: 6px 25px;
		border: 1.5px solid #df7900;
    background: #df7900;
    color: #fff;
		margin: 20px 0px;
    font-size: 1rem;
    line-height: 1.81;
    font-weight: 700;
    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;
  }#}
.my-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
 .fluid11 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bg-dark {
   background: #877a77;
}
{#section p {
  font-size: 12px;
  color: #df7900;
}#}
.my-card-title h6{
    font-size: 0.9rem;
    font-family: museo_sans300,sans-serif !important;
    font-weight: 600;
    color: #51443f;
}

.my-card-title {
    font-weight: 600;
    font-size: 1rem;
    padding-top: 10px;
    padding-left: 3px;
    text-align: left;
    height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.my-card a{
  cursor: pointer;
}
.my-img-fluid {
    max-width: 100%;
    height: auto;
}
.col-2 {
    max-width: none !important;
}
.col-4 {
    max-width: none !important;
}

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

.fa-play {
    font-size: 35px !important;
}

.CIONET-card{
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
}
{#
.CIONET-card-detail{
  cursor: pointer;
  padding-left: 9.5rem;
  padding-top: 4.5rem;
  position: absolute;
  overflow: auto;
  height: 100%;
  background-color: transparent;
  transform: translateX(150%);
  transition: transform 0.3s ease-in-out;
}
.CIONET-card:hover .CIONET-card-detail{
  transform: translateY(0%);
}

.CIONET-card-detail a{
  color: #ffffff !important;
}
.CIONET-card-detail a:hover{
  color: red !important;
}
#}