a.footer-text{
	xcolor:#333333;
	text-decoration: underline;
}

:root {


    --news-font-size: 1rem;
    --news-font-weight: 600;


}
/* ############### */
.list-unstyled {
    margin-bottom: 0px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/* ############### */
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

/* ############### */



.media .media-img {
    width: 280px;
    border-radius: 8px;
}
.media .title_text {
    font-size: 1.1rem;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 10px;
}
.media .duration_text, 
.media .desc_text {
    font-size: 0.9rem;
    margin-bottom: 0px;
    padding-bottom: 4px;
}
.media .media-top {
    position: relative;
    text-align: center;
    cursor: pointer;
}
.media .media-body {
    margin-left: 1.6rem;
}
.media .overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    opacity: 0.8;
    transition: .3s ease;
}
.media .media-top .fa-play-circle {
  font-size: 3.5rem;
  color: #ffffff;
}
.media .media-top:hover {
  opacity: 0.8;
  box-shadow: 1px 3px 10px grey;
  border-radius: 12px;
}

@media (max-width: 767.98px) { 
    .media .media-img {
        width: 100%;
    }
    .media .media-body {
        margin-top: 1.6rem;
        margin-left: 0px;
    }

    .web-wrap .d-card .img-itm {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: auto;
        object-fit:initial;
    }
}


/* ############### */

.web-wrap .d-card {
    border-radius: 12px;
    padding: 0px;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    transition: all 0.3s ease;
}
.web-wrap .d-card:hover{
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

.web-wrap .d-card .img-itm.novw {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
    height: auto;
}

.web-wrap .d-card .img-itm {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 15vw;
    object-fit: cover;
}
.web-wrap .d-card .word-content {
    padding-top:12px;
    text-align: center;
}

/* ############### */
/*   end ces custom*/

.news-table {
    width: 100%;
    margin-bottom: 12px;
}

.news-table thead th {
    padding-bottom: 4px;
    color: #399d81;
    font-size: 1.1rem;
    font-weight: bold;
}

.news-table thead tr {
    border-bottom: 2pt solid #399d81;
}

.news-table tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.news-table tbody tr:first-child td {
    padding-top: 8px;
}

.news-table tbody tr:nth-child(odd) {
    background-color: #cff2eb;
}
.news-table tbody tr:nth-child(even) {
    background-color: #f1fcf8;
}

.news-table tfoot tr td {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #399d81;
}


.news-table .fist_col {
    min-width: 60px;
    padding-left: 4px;
}
.news-table .second_col {
    font-size: 0.9rem;
}
.news-table .third_col {
    min-width: 135px;
    font-size: 0.9rem;
    text-align: center;
}




.tab_main_icon_text {
    width: 160px;
}
@media  (max-width: 991.98px) { 
    .tab_main_icon_text {
        width: 100px;
    }
}



.form-group {
    margin-bottom: 1rem;
}


#modal-mers-login .title {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 16px;
    font-size: 18px;
    color: #ffffff;
	background-color: #f6635c;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}

#modal-mers-login .text-eng {
	font-size: 80%;
}

#modal-mers-login .modal-body {
	padding: 0px;
}

#modal-mers-login form {
    padding: 20px 20px;
}


/*** breadcrumb container ***/
.bcca-breadcrumb {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}

/*** breadcrumb items ***/
.bcca-breadcrumb-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 18px -2px #d9d9d9;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;

  font-weight: 600;
  color: rgba(74, 74, 74, 0.8);
  position: relative;
  cursor: pointer;
  float: left;

}

.bcca-breadcrumb-item:after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
  transform: rotate(45deg);
  margin-left: -4px;
}

.bcca-breadcrumb-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}

.bcca-breadcrumb-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(23, 165, 98, 0.06);
}

.bcca-breadcrumb-item:first-child:after {
  content: "";
  display: none;
}

.bcca-breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

/*** hover breadcrumbs ***/
.bcca-breadcrumb-item:hover {
  background-color: #f9f9f9;
}

.bcca-breadcrumb-item:hover:after {
  border: 14px solid #f9f9f9;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bcca-breadcrumb-item:first-child:hover {
  background-color: rgba(23, 165, 98, 0.15);
}




/* from pgs */
/* Breadcrumbs */
.main-breadcrumb {
    margin: 10px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 999px;
}


.content-tabs {
    margin: 10px;
    margin-top: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.data_container_2{
    background-color: #fafafa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
}
