.TagsBottom {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.TagsNameTitleS {
    font:18px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight: bold ;
	margin-bottom: 10px;
}
.TagsNameTitle {
    font: 20px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight: bold ;
	margin-bottom: 10px;
}
.TagsNameBottomS {
	width: 100%;
	margin-left: -9px;
	float:left;margin-top:0px;
	margin-bottom:25px;
}
.TagsNameBottomS a {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #F2F2F2;
}
.TagsNameBottomS a:hover {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight:normal ;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #FFF;
}
.TagsNameBottomS div {
	margin-left:10px;
	margin-bottom:10px;
	float:left;
    background-color:#FFF;
    padding: 2px 1px 2px 1px;
	border: solid 1px #969696;
	border-radius:3px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.TagsNameBottom {
	width: 100%;
	margin-left: -9px;
	float:left;margin-top:0px;
}
.TagsNameBottom a {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #F2F2F2;
}
.TagsNameBottom a:hover {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight:normal ;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #FFF;
}
.TagsNameBottom div {
	margin-left:10px;
	margin-bottom:10px;
	float:left;
    background-color:#FFF;
    padding: 2px 1px 2px 1px;
	border: solid 1px #969696;
	border-radius:3px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.TagsTop {
    margin-top:25px;
	margin-bottom: 0px;
    overflow: hidden;
}
.TagsNameTop {
	width:100%;
	margin-left: -9px;
	float:left;margin-top:0px;
}
.TagsNameTop a {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #F2F2F2;
}
.TagsNameTop a:hover {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: normal;
    font-weight:normal ;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    background-color: #FFF;
}
.TagsNameTop div {
	margin-left:10px;
	margin-bottom:10px;
	float:left;
    background-color:#FFF;
    padding: 2px 1px 2px 1px;
	border: solid 1px #969696;
	border-radius:3px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.MainContainer {
	width:100%;
	height: auto; 
	margin: 0px 10px 0px 0px;
}
.MainContainer .DetailCenter {
    float: left;
    width: 990px;
    background-color: rgb(242, 242, 242);
    overflow: hidden;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 20px;
	padding-bottom:20px;
	top:0;
	left: 50%;
	transform: translate(-50%, 0%);
}
.MainContainer .DetailCenter h1 {
    font:40px supermarket, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    color: #292ca9;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}
.MainContainer .DetailCenter .Content {
	margin:26px;
}
.MainContainer .DetailCenter .Content .ContentTop {
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b3b3b3;
}
.MainContainer .DetailCenter .Description {
    padding-left: 2px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #706d6d;
}
.MainContainer .DetailCenter .Description img {
    vertical-align: bottom;
    width: 20px;
	margin-right: -2px;
}
.MainContainer .DetailCenter .Content .ContentListing  {
 	border-bottom: 1px dotted #b3b3b3;
    margin-bottom: 26px;
    padding-bottom: 50px;
}
.MainContainer .DetailCenter .Content .ContentListing h2 {
    font:26px supermarket, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    color: #292ca9;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}
.MainContainer .DetailCenter .Content .ContentListing .DescriptionListing {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height:26px;
    color:#000000;
}
.MainContainer .DetailCenter .Content .ContentListing .DescriptionListing .More {
    margin-left: 1px;
    display: inline-block;
   	padding: 2px 8px 1px 8px;
    border: solid 1px #494949;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 2px 1px;
}
.MainContainer .DetailCenter .Content .ContentListing .DescriptionListing .More:hover {
    margin-left:1px;
    display: inline-block;
   	padding: 2px 8px 1px 8px;
    border: solid 1px #494949;
    border-radius: 4px;
	background-color:#ffffa9;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 2px 1px;
}
.MainContainer .DetailCenter .Content .ContentListing .DescriptionListing .More a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #494949;
	text-decoration: none;
}
.MainContainer .DetailCenter .LocationListing {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:20px;
    color: #646161;
    font-weight: normal;
}
.MainContainer .DetailCenter .LocationListing h3 {
	margin: 0px;
	display: contents;
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:20px;
    color: #646161;
    font-weight: normal;
}
.MainContainer .DetailCenter .LocationListing h3 a {
	margin: 0px;
	display: contents;
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:22px;
    color: #646161;
    font-weight: normal;
}
.MainContainer .DetailCenter .CategoryListing {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:22px;
    color: #646161;
    font-weight: normal;
}
.MainContainer .DetailCenter .CategoryListing a, .MainContainer .DetailCenter .CategoryListing a:hover {
	margin: 0px;
	display: contents;
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:22px;
    color: #646161;
    font-weight: normal;
	text-decoration:none;
}
.MainContainer .DetailCenter .HighlightListing {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:24px;
    color:#0a4397;
    font-weight: normal;
}
.MainContainer .DetailCenter .HighlightListing a {
    padding-top: 12px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:24px;
    color:#0a4397;
    font-weight: normal;
	text-decoration:none;
}
.MainContainer .DetailCenter .HighlightListing a:hover {
    padding-top: 12px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:24px;
    color:#0a4397;
    font-weight: normal;
	text-decoration: underline;
}
.MainContainer .DetailCenter .FacilitiesListing {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #646161;
    font-weight: normal;
}
.MainContainer .DetailCenter .FacilitiesListing a {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #646161;
    font-weight: normal;
	text-decoration:none;
}
.MainContainer .DetailCenter .FacilitiesListing a:hover  {
    padding-top: 16px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #646161;
    font-weight: normal;
	text-decoration:underline;
}
.MainContainer .DetailCenter .PriceListing {
    font:26px supermarket, Arial, Helvetica, sans-serif;
    margin-bottom:26px;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    color: #292ca9;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing li {
	float:left;
	display:block;
	margin-right:16px;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing a.detaillink {
    line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	color:#292ca9;
    background-color:#f8f8eb;
    padding: 8px 15px 8px 15px;
	border:solid 1px #292ca9;
	border-radius:4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing a.detaillink:hover {
    line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	color:#292ca9;
    background-color: #F5FFB0;
    padding: 8px 15px 8px 15px;
	border:solid 1px #292ca9;
	border-radius:4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing a img  {
	vertical-align: middle;
    width:30px;
    padding-bottom: 5px;
    padding-right: 2px;
	padding-top: 2px;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing a img.view  {
	vertical-align: middle;
    width:30px;
    padding-bottom: 5px;
    margin-left: -3px;
    margin-right: -2px;
}
.MainContainer .DetailCenter .Content .ContentListing .LinkListing a img.viewS  {
	vertical-align: middle;
	width: 27px;
	padding-bottom: 4px;
	margin-left: -3px;
	margin-right: -2px;
	margin-top: -1px;
}
.MainContainer .DetailCenter .Alls_Listing {
	text-align:center;
    float: left;
    width:620px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 40px;
    margin-bottom: 30px;
	top:0;
	left: 50%;
	transform: translate(-50%, 0%);
	border-radius:5px;
	background-color:#292ca9;
	padding: 15px 5px 10px 5px;
}
.MainContainer .DetailCenter .Alls_Listing:hover {
	text-align:center;
    float: left;
    width:620px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 40px;
    margin-bottom: 30px;
	top:0;
	left: 50%;
	transform: translate(-50%, 0%);
	border-radius:5px;
	background-color: #03C;
	padding: 15px 5px 10px 5px;
}
.MainContainer .DetailCenter .Alls_Listing a {
	font:24px supermarket, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.MainContainer .DetailCenter .Section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.MainContainer .DetailCenter .Section .Listing {
	text-align:center;
    overflow: hidden;
    position: relative;
}

.MainContainer .DetailCenter .Section .Listing .Button {
	margin: 15px;
	text-align:center;
    float: left;
    width:390px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-radius:5px;
	background-color:#292ca9;
	padding: 15px 5px 10px 5px;
}
.MainContainer .DetailCenter .Section .Listing .Button:hover {
	text-align:center;
    float: left;
    width:390px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-radius:5px;
	background-color: #03C;
	padding: 15px 5px 10px 5px;
}
.MainContainer .DetailCenter .Section .Listing .Button a {
	font:18px supermarket, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.showlisting {
	width: 930px;
    height:350px;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0px 5px 5px 5px;
}
.thumbnail {
    width:440px;
	height:348px;
    float: left;
    margin-right: 2px;
}
.swiper-wrapper {
   margin-left:-3px;
}

    .swiper {
      width: 100%;
	  margin-bottom:10px;
	  margin-top:-30px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
	  border-radius:6px;
    }
    .swiper-slide img {
	display: block;
	width: 440px;
	height: 360px;
	min-height:355px;
	object-fit: cover;
	box-shadow: rgb(14 64 115 / 60%) 1px 2px 2px 0px;
    }
    .swiper-pagination-bullet {
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      font-size: 18px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }
	.swiper-pagination {
		margin-bottom: -5px;
	}
	
.swiper-wrapper {
	margin-left:-5px;
}