@charset "utf-8";
/* CSS Document */
.Cat {
  display: flex;
  width: 100%;
  border-radius: 0 50px 50px 0;
  height: 74px;
  margin-top: 20px;
  box-shadow: 1px 1px 10px 0px #ccc;
}
.Cat-LRec {
  display: block;
  width: 10px;
  height: 100%;
  background-color: var(--bs-info);
  float: left;
  position: relative;
  left: 0;
}
.Cat-Count {
  display: block;
  width: 50px;
  height: 100%;
  float: left;
}
.Cat-Count-Numbers {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  top: 0;
}
.Cat-Name {
  display: block;
  width: 100%;
  line-height: 74px;
}
.Cat-Name p {
  text-align: center;
  margin-bottom: 0;
}
.Cat-Desc p {
  margin-bottom: 0;
  text-align: center;
}
.Cat-Desc {
  display: block;
  width: 100%;
  line-height: 35px;
}
.Cat-Circle {
  display: block;
  width: 60px;
  height: 60px;
  float: right;
  border-radius: 50px;
  margin-top: 7px;
  margin-right: 6px;
}
.Cat-Circle img {
  margin: 12px 0 0 12px;
}
.Cat-Name-Desc {
	flex: 1;
  height: 100%;
  margin-left: 1%;
  margin-right: 1%;
}
.Cat-Numbers {
  display: block;
  text-align: center;
  margin-top: 25px;
	margin-left: 5px;
  /*rotate: -90deg;*/
}

.Circle {
	width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50px;
	margin-top: 5px;
}

.Sub-Cat {
  display: flex;
  width: 75%;
  height: 55px;
  margin-left: 4px;
  border-bottom-left-radius: 15px;
}
.Sub-Cat-Name {
  flex: 1;
  padding: 15px;
}
.Sub-Cat-Name p {
  margin-bottom: 0;
}
.Sub-Cat-Icon {
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
  top: 5px;
  right: -27px;
  background-color: #444;
  border-radius: 50px;
}
.Sub-Cat-Icon img {
	margin: 8px 0 0 8px;
}
.Sub-Cat-Count {
  display: block;
  width: 50px;
  float: right;
  position: relative;
  right: -20px;
  line-height: 55px;
  margin-bottom: 0;
}
.Sub-Cat-Count p {
  margin-bottom: 0;
}

.Introduction {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.Introduction-Text {
  display: block;
  width: 49%;
  min-height: 430px;
  float: left;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.Introduction-Text p:first-letter {
  font-size: 40px;
  color: #007885;
  font-weight: bold;
  line-height: 2.2rem;
  text-shadow: 2px 2px #c1c1c4;
}
.Introduction-Slider {
  display: block;
  width: 49%;
  float: right;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
	height:auto;
  min-height: 430px;
}
.Introduction-Slider img {
  margin: 0 auto;
  display: block;
}

/*====== Start Slider ======*/
.Site-Slider-Slides {
	display: block;
	width: 100%;
	height: 400px;
	margin:0 auto;
	background-color: transparent;
    margin-top: 0px;
}
.Site-Slider-Nav {
	display: block;
	height: 35px;
	margin:0 auto;
	background-color: transparent;
    margin-top: 0px;
}
.Slides-BG {
	display: block;
	width: 100%;
	height: 358px;
}
.Nav-BG {
    background-color: transparent;
    width: 100%;
    height: 40px;
}
/*====== /End Slider ======*/


@media (min-width: 768px) and (max-width: 991px) {
    .Introduction-Text {
    height: auto;
  }
    .Introduction-Slider {
    padding-top: 60px;
    height: 517px;
  }
    
}
@media (min-width: 300px) and (max-width: 640px) { 
    .Introduction-Text {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
    .Introduction-Slider {
    width: 100%;
    float: right;
  }
}



@media screen and (max-width: 768px) {
	.Cat {

  width: 100%;
}
	.home #main .categories .col,
	.home #main .categories .col.c2,
	.home #main .categories .col.c3,
	.home #main .categories.c2 .col,
	.home #main .categories.c2 .col.c2,
	.home #main .categories.c1 .col,
	.home #main .categories.c1 .category ul,
	.home #main .categories.c1 .category li{
		width: auto; 
		float: none; 
		clear: both; 
		margin: 0;
	}
	.home #main .category ul{
		display: none;
	}
}