.ItemSliderTop{
  background-image:url("/Portals/0/bg-slider.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size:100% 100%;
overflow: hidden;
}
.BubleSlider{
  position: absolute;
}
.Buble-1 {
  background:#D6ACB1;
  width: 20rem;
  height: 17rem;
  top: -1rem;
  right: -8rem;
  margin: 0 auto;
}
.Buble-2 {
  width: 20rem;
  height: 17rem;
  bottom: -5rem;
  background: #D6ACB1;
  left: 50%;
  transform: translateX(-50%);
}
.Buble-3{
  width: 20rem;
  height: 17rem;
  top: 8rem;
  background: #D6ACB1;
  left: -12rem;
}
[class*="Buble"] {
  animation:Buble 15s ease-in-out infinite alternate;
}
@keyframes Buble{
  0%{border-radius:26% 74% 61% 39% / 54% 67% 33% 46%}
  10%{border-radius:74% 26% 47% 53% / 68% 46% 54% 32%}
  20%{border-radius:48% 52% 30% 70% / 27% 37% 63% 73%}
  30%{border-radius:73% 27% 57% 43% / 28% 67% 33% 72%}
  40%{border-radius:63% 37% 56% 44% / 25% 28% 72% 75%}
  50%{border-radius:39% 61% 70% 30% / 61% 29% 71% 39%}
  60%{border-radius:27% 73% 29% 71% / 73% 51% 49% 27%}
  70%{border-radius:39% 61% 65% 35% / 74% 65% 35% 26%}
  80%{border-radius:55% 45% 37% 63% / 38% 30% 70% 62%}
  90%{border-radius:25% 75% 70% 30% / 39% 50% 50% 61%}
  100%{border-radius:66% 34% 33% 67% / 65% 73% 27% 35%}
}

.ItemButtomLink a,.ItemButtomLink a:link{
  color: var(--White);
}
 
.SwiperBlogTop strong a,.ItemDescPopular a,.ItemDescPopular a:link{
  color: var(--Black);
}
.ItemButtomLink a,.SwiperBlogTop img,.DetailBlogs img{
  border-radius: var(--b-radius);
}
.ItemButtomLink a svg{
  width: 0.3rem;
  height: 0.7rem;
}
.ItemPopularArticle{
  margin:3rem 0 2rem 0;
}
.ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl{
  display: flex;
  justify-content:center;
  gap:1rem;
  
}
.ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span{
  background-color: var(--White);
 box-shadow:0 0 0.3rem rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: var(--b-radius);
  width: calc(100%/4);
    gap:2rem;
    padding:3rem 0;
    cursor: pointer;

  }
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span ::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
   
    width: 100%;
    height: 0.2rem;
    background-color: var(--accent-color2);
  
    transform: scale(0);
    content: "";
    display: block;
    transition: all 0.3s linear;
  }
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span:hover ::after{
        transform:scale(1);
  }
  .ItemPopularArticle .edncf_RadioButton.active::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: var(--accent-color2);
    content: "";
    display: block;
  }
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span label{
    font-weight: bold;
    color: var(--Black);
  }
.ItemPopularArticle .edncf_submitContainer,.edncf_RadioButton input{
  display: none;
}
.ItemPopularArticle  #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span::before{
  content:"";
  width: 10rem;
  height: 10rem;
  display: block;
  background-position:100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ItemPopularArticle  #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span:nth-child(1)::before{
  background-image: url("/Portals/0/stir-fry.png");

 
}
.ItemPopularArticle  #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span:nth-child(2)::before{
  background-image:url("/Portals/0/diet.png")
}
.ItemPopularArticle  #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span:nth-child(3)::before{
  background-image:url("/Portals/0/restaurant.png")
}
.ItemPopularArticle  #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span:nth-child(4)::before{
  background-image:url("/Portals/0/salad.png");
}
.CategoriesList span{
  background-color:#00b862;
  display: flex;
  border-radius: var(--b-radius);
 
  padding:0.2rem 0.5rem;
  font-weight: normal;
}
.ItemAuthorArticle svg{
  width: 1.5rem;
  height:1.5rem;
}
.ItemListBlog,.ItemPopularList,.BoxShareBlog{
  box-shadow:0 0 0.3rem rgba(0, 0, 0, 0.2);
  border-radius:0.7rem;
  overflow: hidden;
}
.ItemListBlog strong a{
color: var(--Black);
}
.ButtonListArticle,.ButtonListArticle:link{
  color: var(--White);
}
.ItemRightBlog img,.ButtonListArticle,.ItemLastBlog img{
  border-radius: var(--b-radius);
}
.ItemDate{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: var(--b-radius);
  border: 0.15rem solid var(--accent-color2);
}
.ItemDate span{
  border-radius: var(--b-radius);
}
.ButtonListBlog{
  border: 0.1rem solid var(--accent-color2);
  border-radius: var(--b-radius);
}
.ButtonListBlog svg{
  width: 1.5rem;
  height: 1.5rem;
}
.ButtonListArticle svg{
  width: 0.8rem;
  height: 0.8rem;
}
.ArrowButton{
  bottom: 1rem;
  left: 1.5rem;
  z-index: 999;
}
.swiper-slide .ItemTxtSlider{
  transform: translateY(-100vw);
  opacity: 0;
  transition: all 1s linear;
}
.swiper-slide-active .ItemTxtSlider{
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide .ItemImgSlider{
  transform: translateX(-100vw);
  opacity: 0;
  transition: all 1s linear;
}
.swiper-slide-active .ItemImgSlider {
  transform: translateX(0);
  opacity: 1;
}
.ContainerSliderTop{
  padding-left:10% !important;
  padding-right: 10% !important;
}
@media (max-width:767px){
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span{
    width: calc((100% / 2) - .5rem);
  }
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl{
    flex-wrap: wrap;
  }
}
@media (max-width:431px){
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl > span{
    /* width: 100%; */
    flex-wrap: wrap;
  }
  .ItemPopularArticle #dnn_ctr424_ViewEasyDNNNewsSearch_1_1004_edncfrbl{
    flex-wrap: wrap;
  }
}
.ItemFade{
  opacity: 0 !important;
}
.ItemFade.swiper-slide-active{
  opacity: 1 !important;
}
.ButtonSlider.NextButton svg{
transform:scale(-1,1);
}
.ButtonSlider svg{
  width:0.9rem;
  height:0.9rem;
}
.ButtonSlider{
  background-color:rgba(0,0,0,0.5);
  border-radius:100%;
  padding:0.5rem;
border:0.1rem solid var(--Black);
line-height: 0.5rem;
}
.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.7rem;
  height: 0.7rem;
  background-color:var(--accent-color2);
  display: block;
  border-radius:100%;
  position: absolute;
  right:.5rem;
  top:1.4rem
}
.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{
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: 0;
}
.ItemCategoriesListBlog{
  height:35vh;
  overflow:auto;
  direction: ltr;
}
.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
}
.ItemDescPopular svg{
  width: 1.4rem;
  height: 1.06rem;
}
.ItemCategoeyDetail{
  background-color: #f6f6f6;
  border-radius: var(--b-radius);
}
.BoxShareBlog svg{
  width:1.7rem;
  height: 1.4rem;
}
.DetailBlogs  img,.ItemLastBlog img{
  outline:0.15rem solid var(--pink);
  outline-offset: -0.5rem;
  border-radius:0.7rem;
}
.ItemImgPopular img{
  outline:0.15rem solid var(--pink);
  outline-offset: -0.5rem;
  border-radius:0.7rem 0.7rem 0 0;
}
.ItemDescriptionBlog img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.ItemImgDetail img {
  width: 100% !important;
 
}
.ItemLatestBlogFooter svg{
  max-height:0.6rem;
  max-width: 0.6rem;
}
.ItemLatestBlogFooter a:visited,.ItemLatestBlogFooter a:link,.ItemButtomLink:link,.ItemButtomLink:visited{
  color: var(--White) !important;
}
.sticky{
  position: sticky;
  align-self: flex-start;
  top:5rem;
}
.ItemCategoriesListBlog .level_0 ul{
 margin-right:1rem;
}
/*****************Search*********************/
.SearchBlog a.do_search{
  font-size:0;
  
  z-index: 999;
  display:inline-flex;
}
.bg-image-f {
 background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(41, 41, 41, .85));
}

.bg-image-f:hover {
  background-color: #0e0e0e73;
  transition: all 0.6s linear;
}
.figcaption_majale{
  top: 0;
  left: 0;

  
}

/* .ItemDescriptionBlog {
  height:50vh;
  overflow:auto
} */
.ItemListWeblog .article_pager {
  display:flex;
  justify-content:center;
  gap:1rem;
}
.ItemListWeblog  .article_pager .page{
  display:flex;
  background-color:var(--White);
  padding:0.25rem 0.7rem;
  flex-shrink:0;
  border-radius:var(--b-radius);
  box-shadow:0 0 0.3rem rgba(0, 0, 0, 0.2);
  font-size:1rem;
  color:var(--Dark);
}
.ItemListWeblog  .active.page{
  background-color:var(--accent-color);
  color:var(--White);
}
.ItemListWeblog  .article_pager .page:hover{
   background-color:var(--accent-color);
  color:var(--White);
}
.in_article_image img{
  display: block;
  margin: 1rem auto;
}