﻿.BgItemsAboutHome{
 background-image:url(assets/images/bg-shade.jpg);
 background-repeat:repeat;
 background-size:100% 100%;
 background-position:left center;
  opacity:0.85;
  border-radius: var(--b-radius);
}

.row-no-spacing:has(.BgItemsAboutHome){
  padding:2rem 0 7rem 0;
}
.FaqHomePage{
  box-shadow:var(--box-shadow);
  border-radius:var(--b-radius);
  cursor: pointer;
}
.ContentFaq{
  border-top:1px solid var(--accent-color4);
}
.TitleFaqHome h3{
  font-weight:normal;
}
.InnerListNews{
  border-radius:var(--b-radius);
  overflow:hidden;
}
.MetaListNews svg{
  width:1rem;
  height:1rem;
}
.ItemListNews a{
  display:block;
}
.ListArticleNews a,.ListArticleNews a:link,.ListArticleNews a:visited,.CategoryListServices a,.CategoryListServices a:link,.CategoryListServices a:visited{
  color:var(--accent-color);
}
.LinkDetailNews::after{
  position: absolute;
  border-bottom:3px solid var(--accent-color);
 bottom:-1.1rem;
 right: 0;
 left:0;
 content:"";
}
.LinkListNews svg{
  width:1rem;
  height:1rem;
}
.BgColorListNews{
  background-color: var(--custom-color2);
}


.RealtedBlogsServices{
  background-color:var(--custom-color2);
  border-radius:var(--b-radius);
  
}
.RealtedBlogsServices img{
  border-radius: var(--b-radius);
}



.Most_Visited_Image{
  border-radius: var(--b-radius);
  overflow: hidden;
}

.BgDescServices{
  
  background-image:url(/Portals/0/bg-servicepage.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.InnerItemServices a,.InnerItemServices a:link{
  color:var(--accent-color);
}
.Border_Radius_Img img{
  border-radius: var(--b-radius);
  overflow:hidden;
}

.TitleFaqService{
  font-size:1.1rem;
  font-weight: bold;
}
.InnerListService svg{
  width:1rem;
  height: 1rem;
}
.InnerListService,.ItemBlogSidebar img{
  border-radius: var(--b-radius);
  overflow: hidden;
}
/*****track shipment****/
.InnerLogoCustomer img{
  width:auto;
  height: 8rem;
}
.in_article_image img{
  width: 100%;
  height: auto;
}
.ArticleServicePage img{
  width: 100%;
  height: 100%;
  padding:0.2rem;
  border-radius: var(--b-radius);
  box-shadow: 0px 4px 15px  rgba(41,67,89,0.20);
}