/*****************FirstPageLanding WillRemove*******************/

.ItemDownloadCalender {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/mftzf/assets/images/blurred-restaurante-with-purple-chairs.jpg");
  background-size: cover;
  height: 100vh;
}

.ItemImgBg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 1.5rem;
}

.ItemDownloadDocument {
  border-radius: 5rem;
  border: 0.1rem dashed #643579;
  background-color: rgba(100, 53, 121, 7%);
  display: inline-flex;

  padding: 0.4rem 0.5rem 0.4rem 0.4rem;
  align-items: center;
}

.ItemDownloadDocument ul {
  margin: 0 !important;
  list-style: none !important;
}

.ItemDownloadDocument ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12rem;
}
.ItemSwiperCareer .swiper-slide{
  height: unset !important;
}
.ItemDownloadDocument a {
  display: flex;
}
.box-document-inst{
  box-shadow:0 0 .7rem var(--Gray);
border-radius: calc(var(--b-radius)*2);
}
.ItemNameFile {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.ItemNameFile svg {
  width: 0.95rem;
  height: 1.01rem;
}

.ItemNameFile strong {
  color: #000;
}

.ItemFooterComingSoon {
  background-color: #484848;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.ItemFooterComingSoon strong,
.ItemFooterComingSoon a {
  color: #fff;
}

/**************************Slider****************************/
.ItemDsecSlider {
  right: 0;
  bottom: 0;
  left: 0;
  top: -24%;
  gap: 4rem;
}
.ItemDsecSlider2 {
  right: 0;
  bottom: 0;
  left: 0;
  top: 10%;
  gap: 4rem;
}
.BoxReCtangle {

  border-radius:var(--b-radius);
}

.ItemTitleDepartment.bg-DPurple.BoxReCtangle {
    background-color: #643579c2 !important;
}

.ItemNameDepartment {
  font-size: 4rem;
}

.InnerDescriptionDepartment {
  font-size: 1.5rem;
}

.ItemButtonSlider a {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.ButtonRegister {
  color: var(--White) !important;
}

.ButtonViewDetail {
  color: var(--Black) !important;
}

.SwiperHome {
  z-index: 0;
}

.SwiperHome .swiper-slide .ItemTitleSlider {
  transform: translateY(10vh);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  z-index: 0;
  word-spacing: 0.5rem;
  filter: blur(1rem);
}

.SwiperHome .swiper-slide.swiper-slide-active .ItemTitleSlider {
  transform: initial;
  filter: blur(0);
  z-index: 1;
  opacity: 1;
  word-spacing: unset;
}

.SwiperHome .ItemButtonSlider a {
  scale: 0;
  transition: all 0.4s ease-in-out;

  filter: blur(1rem);
}

.SwiperHome .swiper-slide.swiper-slide-active a {
  scale: 1;
  filter: blur(0);
}

.SwiperHome .swiper-slide.swiper-slide-active a:hover {
  background-color: var(--DPurple);
  transition-delay: unset;
  color: var(--White) !important;
}

/* FAQ CSS*/

.FAQ-List details {
  box-sizing: border-box;
  border-bottom: 0.1rem solid var(--Silver-Primary-Color);
}

.FAQ-List label {
  color: var(--Black);
  height: 4.5rem;
  padding: 0 1rem;
}

.FAQ-List label :where(strong, span, h1, h2, h3, h4, h5, h6) {
  font-size: 1.1rem;
}

.FAQ-List label::after,
.FAQ-List label .after {
  content: "";
  top: 1.5rem;
  left: 1rem;
  transform: rotate(-315deg);
  width: 0.7rem;
  height: 0.7rem;
  transition: rotate 0.6s ease-in-out;
  border: solid;
  border-width: 0 0.2em 0.2em 0;
  padding: 0.2em;
  display: inline-block;
}

.FAQ-List input+details .content {
  max-height: 0;
  overflow: auto;
  transition: max-height 0.6s ease-out;
  padding: 0 1rem;
}

.FAQ-List input:checked+details .content {
  max-height: 10rem;
}

.FAQ-List input:checked+details label::after,
.FAQ-List input:checked+details label .after {
  rotate: 180deg;
}

.article_pager {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0.3rem;
}

.article_pager .page {
  color: var(--button-color);
  min-width: 2rem;
  min-height: 2rem;
  transition: 300ms ease-in-out all;
  border: 0.1rem solid var(--Gray);
}

.article_pager .active {
  background: var(--button-color);
  color: var(--White);
}

.article_pager .page:hover {
  background: var(--button-color);
  color: var(--White);
}

.FAQ-List details {
  border: 0.1rem solid var(--Gray);
  border-radius: var(--b-radius);
  transition: 300ms ease-in-out all;
}

.FAQ-List details:hover {
  box-shadow: 0rem 0.2rem 0.4rem var(--Gray);
}

/***********************news homepage*************************/
.MetaRightNews {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 100%) 0%,
      rgba(0, 0, 0, 50%) 25%,
      rgba(0, 0, 0, 10%) 50%);
}

.ItemNewsRight a {
  color: var(--White) !important;
}

.ItemArticlesHome img,
.ItemNewsRight {
  border-radius: var(--b-radius);
  overflow: hidden;
}

.MetaLeftNews {
  margin: -35% 8% auto;
}

.MetaLeftNews a {
  color: var(--Black) !important;
}

.InnerMetaLeft {
  box-shadow: 0rem 0.5rem 0.7rem rgba(89, 89, 89, 20%);
  border-radius: var(--b-radius) 0 var(--b-radius) var(--b-radius);
}

.ItemCategoryNews {
  border-radius: var(--b-radius) var(--b-radius) 0 0;
}

.InnerMetaLeft svg,
.TitleSidebarNews svg {
  max-width: 1.2rem;
  max-height: 1.2rem;
}

/**********************Site guide**********************/
.SiteGuideItems {
  background-image: url("/Portals/0/bg-siteguide.jpg");
  border-radius: var(--b-radius);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.SiteGuideItems a {
  color: var(--White) !important;
}

.SiteGuideList img {
  border-radius: var(--b-radius);
}

.GuidListItem img {
  max-width: 4rem;
  height: auto;
}

/*************************Career Opportunities**************************/
.FAQ-List details {
  border: 0.1rem solid var(--Gray);
}

.ItemFaqCareer details {
  border: 0.1rem solid var(--DPurple);
}

.ItemFaqCareer label {
  height: unset !important;
}

.CareerArrow::before {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.2rem solid var(--DPurple);
  content: "";
  transform: rotate(45deg);
  margin: 1rem;
}

.ButtonSwiperCareer {
  left: 0;
}

.CareerArrow {
  border-radius: 100%;
  box-shadow: 0 0 .7rem var(--Gray);

}

.CareerArrowNext.CareerArrow::before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.CareerArrowPrev.CareerArrow::before {
  border-right-color: transparent;
  border-top-color: transparent;
}

.ItemSwiperCareer img {
  border-radius: var(--b-radius);
}

.ItemBottomFaq {
  padding-bottom: 7rem
}

/********************************News List************************************/
.TitleCoverTop,
.TitleListNews,
.TitleDetailNews {
  bottom: 0;
  background-image: url(/Portals/0/bg-title.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.CategoryNews ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: unset;
}

.CategoryNews ul li a {
  color: var(--Black) !important;
  display: block;
}

.CategoryNews ul li.node.level_1 {
  background-color: var(--LGray);
  padding: 0.5rem 1rem;
  border-radius: calc(var(--b-radius) * 2);
}

.CategoryNews {
  border: 0.1rem solid var(--Gray);
  border-radius: calc(var(--b-radius) * 2);
}

.ItemListNews svg,
.DetailNews .BreadCrumb svg {
  max-width: 1rem;
  max-height: 1rem;
}

.NewsBottomProduct img {
  border-radius: var(--b-radius);
}

/************************Detail News*****************************/
.TitleDetailNews {
  top: 0;
}

.TitleSidebarNews a {
  color: var(--Black) !important;
}

.ListNewsSidebarDetail,
.ListNewsSidebarDetail img,
.ItemLastNews {
  border-radius: calc(var(--b-radius) * 2);
}

.ItemLastNews {
  border: 0.1rem solid var(--Gray);
}

.BreadCrumb a {
  color: var(--accent-color) !important;
}

.DetailNews img {
  border-radius: calc(var(--b-radius)*2);
  margin-right:auto ;
  margin-left: auto;
  text-align: center;
  display: block;
}

/*******************about us*************************/
.CommentBG {
  background: url(/Portals/0/BGV.jpg);
}

.VirRight {
  top: 20%;
  font-size: 2.5rem;
  font-family: serif;
}

.VirLeft {
  bottom: 20%;
  left: 10%;
  font-size: 2.5rem;
  font-family: serif;
}

/* Swiper Comment AboutUs */
.CmAboutUS .swiper {
  width: 100%;
  height: 100%;
}

.CmAboutUS .swiper-slide img {
  object-fit: cover;
}

.ServiceAboutUsPic .VideoAboutUs {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  width: 90%;
}

.promotion-list {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-row {
  display: table-row;
}

.table-row:hover {
  background: var(--BGray);
}

.table-cell,
.table-head {
  display: table-cell;
  padding: 1em;
  border: var(--accent-color3) 1px solid;
}

.table-head {
  font-weight: bold;
}

/***********************Podcast***********************/
.FAQ-List.Podcast label::after {
  display: none
}

.FAQ-List.Podcast .volume[type=range] {
  accent-color: var(--accent-color2);
}

.FAQ-List.Podcast .buttons>* {
  line-height: 0;
}

/*********************Pictures****************************/
.pictures .picturesTitle,
.Videos .VideoTitle {
  border-bottom-right-radius: calc(var(--b-radius)*1.6);
  border-bottom-left-radius: calc(var(--b-radius)*1.6);
  bottom: 0;
}

/*********************Portfolioa******************************/
.portfoliosBox .portfolioTitle {
  border-bottom-right-radius: calc(var(--b-radius)*1.6);
  border-bottom-left-radius: calc(var(--b-radius)*1.6);
  bottom: 0;
}

/*************blog***************/
.portfolios .portfoliosBox {
  border-radius: calc(var(--b-radius)*2);
  -webkit-border-radius: calc(var(--b-radius)*2);
  -moz-border-radius: calc(var(--b-radius)*2);
  -ms-border-radius: calc(var(--b-radius)*2);
  -o-border-radius: calc(var(--b-radius)*2);
}

.portfolios .portfoliosBox .imgBox img {
  border-top-left-radius: calc(var(--b-radius)*2);
  border-top-right-radius: calc(var(--b-radius)*2);
}


.portfolios .categoryMenu ul {
  list-style: none;
  padding: 7rem 0 1.5rem 0rem;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.portfolios .categoryMenu ul li {
  padding: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: calc(var(--b-radius)*1.5);
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  background: var(--LGray);
  display: flex;
  gap: 1rem;
}

.eds_contentError,
.edn_contentBlock_trigger {
  display: none;
}

.edn__contentBlock_wrapper.edn__contentBlock_noContent,
.edn__contentBlock_wrapper.edn__contentBlock_disablePreviousPage {
  animation: animblog ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.edn__contentBlock_wrapper.edn__contentBlock_noContent .edn__articleListWrapper,
.edn__contentBlock_wrapper.edn__contentBlock_disablePreviousPage .eds_noContent {
  opacity: 0;
  max-height: 0rem;
  animation: animblog ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}


.edn__contentBlock_wrapper.edn__contentBlock_disablePreviousPage .edn__articleListWrapper,
.edn__contentBlock_wrapper.edn__contentBlock_noContent .eds_noContent {
  opacity: 1;
  max-height: 500rem;
  animation: animblog ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}



@keyframes animblog {
  from {
    max-height: 0rem;
    opacity: 0
  }

  to {
    max-height: 500rem;
    opacity: 1
  }
}

.edn__contentBlock_wrapper.edn__contentBlock_noContent .edn__contentBlock_previousPage,
.edn__contentBlock_wrapper.edn__contentBlock_noContent .edn__contentBlock_nextPage,
.edn__contentBlock_wrapper.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage,
.edn__contentBlock_wrapper.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage {
  display: none;
}

.edn__contentBlock_wrapper .edn_pagination {
  text-align: center;
}

.edn__contentBlock_wrapper .edn_pagination .edn__contentBlock_nextPage,
.edn__contentBlock_wrapper .edn_pagination .edn__contentBlock_previousPage {
  cursor: pointer;
  border: 0.1em solid var(--accent-color);
  padding: 0.8rem 0.5rem;
  border-radius: calc(var(--b-radius)*2);
}

.category-next {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--White);
  border: 0.1em solid var(--DPurple);
  z-index: 2;
}


.category-next:after {
  content: '';
  position: absolute;
  width: 0.5rem;
  left: 0.9rem;
  height: 0.5rem;
  border: 0.14em solid var(--DPurple);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

.category-next.swiper-button-disabled:before,
.category-next.swiper-button-disabled:after,
.category-prev.swiper-button-disabled:before,
.category-prev.swiper-button-disabled:after,
.category-next.swiper-button-disabled,
.category-next.swiper-button-disabled,
.category-prev.swiper-button-disabled,
.category-prev.swiper-button-disabled {
  border-color: var(--BorderGrey);
}


.category-prev {
  width: 2.14rem;
  height: 2.14rem;
  background: var(--White);
  border: 0.1em solid var(--DPurple);
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.category-prev:after {
  content: '';
  position: absolute;
  width: 0.5rem;
  right: 0.9rem;
  height: 0.5rem;
  border: 0.14em solid var(--DPurple);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

/***********************Portfolio***************/
.BigGallery-pg {
  right: 0;
  bottom: 0.1rem;
  z-index: 2;
  width: 7rem;
  height: 3rem;
  border-bottom-right-radius: var(--b-radius);
  border-top-left-radius: var(--b-radius);
}

.BigGallery :where(.BigGallery-next, .BigGallery-prev) {
  top: 50%;
  transform: translateY(-54%);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.3rem);
  height: 40%;
  width: 4rem;
  z-index: 22;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

.BigGallery :where(.BigGallery-next, .BigGallery-prev):before {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  transition: .9s;
  border: solid var(--White);
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
  top: calc(50% - 1rem);
  opacity: 0.7;
  transition: all ease-in-out 0.2s;
}

.BigGallery .BigGallery-prev {
  left: -4rem
}

.BigGallery .BigGallery-next {
  right: -4rem
}

.BigGallery:hover .BigGallery-prev {
  left: 0
}

.BigGallery:hover .BigGallery-next {
  right: 0%
}

.BigGallery :where(.BigGallery-next, .BigGallery-prev):hover:before {
  opacity: 1
}

.BigGallery .BigGallery-prev:before {
  transform: rotate(135deg);
  right: 1rem;
}

.BigGallery .BigGallery-next:before {
  transform: rotate(-45deg);
  left: 1rem;
}
.offeritem{
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.offeritem:hover {
  transform:scale(1.4);
  z-index:9999;
}
.list-gallery{
  border-radius:calc(var(--b-radius)*2);
  overflow: hidden;
}
.picturesTitle{
  background-color:rgba(187, 153, 205, 0.7);
}
/************************Educational Regulation*********************/
.ItemRegulation ul li{
  list-style:none;
  counter-increment: item;
  list-style-type: none;
  counter-increment: item;
  border-bottom: 0.1em solid var(--BorderGrey);
  gap: 1rem;
  display: flex;
  align-items: stretch;
  height:100%;
 
}
.ItemRegulation ul li::before{
    content: counter(item, decimal-leading-zero);
    display: flex;
  line-height:2rem;
    opacity: 0.5;
    padding: 0 0.5rem;
   

}
.ItemRegulation ul li::after{
  display: flex;
  border-bottom: 0.1em solid var(--Black);
  content:" ";
  position:absolute;
  width:2rem;
  height:0.1rem;
  bottom:0;
  right:0;
}
/************************Category**************************/
.ItemCategoriesListBlog a,.ItemCategoriesListBlog a:link,.MetaSidebarBlog a,.MetaSidebarBlog a:link{
  color: var(--Black);
}

.ItemCategoriesListBlog ul li{
  list-style: none;
  position:relative;
  
}
.ItemCategoriesListBlog ul li::before{
  content:"";
  width: 0.3rem;
  height: 0.3rem;
  background-color:var(--accent-color2);
  display: block;
  border-radius:100%;
  position: absolute;
  right:.5rem;
  top: 1.6rem;
}
.ItemCategoriesListBlog .hasChild .edn_hasCount{
  position: relative;
 
}
.ItemCategoriesListBlog  .edn_hasCount{
  border-bottom: 0.1rem solid #efefef;
  line-height:3.5rem;
  padding-left:0.5rem;
  padding-right:1.5rem;
  z-index: 999;
}
.ItemCategoriesListBlog .level_0{
  cursor: pointer;
  z-index: 999;
}
.ItemCategoriesListBlog .level_0.hasChild::after,.ItemCategoriesListBlog .level_1.hasChild::after{
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4008 7.60002L9.60078 12.4L4.80078 7.60002' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
position: absolute;
top: 1rem;
left: 0;
width: 1rem;
height: 1rem;
}
.ItemCategoriesListBlog .level_0.active ul {
 display: none;
}
.ItemCategoriesListBlog .level_0.active ul{
  display: block;
 
}
.ItemCategoriesListBlog ul ul{
  margin-right: 0;
}
.ItemCategoriesListBlog{
  height:50vh;
  overflow:auto;
 
}
.ItemCategoriesListBlog::-webkit-scrollbar {
  width:0.5rem;
  height:1rem;
}
.ItemCategoriesListBlog::-webkit-scrollbar-track {
background-color: #f8f8f8;
  border-radius:5rem;
}
.ItemCategoriesListBlog::-webkit-scrollbar-thumb {
  background:var(--accent-color); 
  border-radius:5rem;
}
.ItemCategoriesListBlog .edn_category_menu_wrapper{
  direction: rtl;
}

.ItemLastBlogSidebar .ItemLastBlog{
  margin-left:0.1rem;
 margin-right:0.1rem;
 }
 .ItemLastBlogSidebar .ItemLastBlog:not(:last-of-type){
  border-bottom:0.1rem solid #efefef;
  margin-bottom: 1rem;
  padding-bottom:1rem
}
/***********************************************/
@media (max-width:768px) and (min-width:431px){
  .ItemNameDepartment{
    font-size: 1rem;
  }
  .InnerDescriptionDepartment{
      font-size: 0.8rem;
  }


}
@media(max-width:430px){
  .ItemNameDepartment{
    font-size: 1rem;
  }
  .InnerDescriptionDepartment{
    font-size: 0.8rem;
}
.ItemDsecSlider{
  gap:0.5rem;
}
.offeritems {
   flex-wrap: nowrap;
        overflow-x: auto;
}

  .offeritems .offeritem{
     width: 40%;
     flex-shrink:0;
  }
  .InnerArticleHome{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.PicturesCategory  {
  border:0.1rem solid var(--BorderGrey);
  padding:1rem 1rem 1rem 0rem;
  border-radius:var(--b-radius)
}
.box-desc-blog a{
  color:var(--Red) !important;
}