body {
  background-color: #fff;
  color: #000;
}
.wrapper {
}
.banner {
  margin: 0 auto;
}
.bg-banner {
  height: 300px;
  position: relative;
}
.bg-banner .button-box {
  position: absolute;
  transform: translate(30px, 30px);
  width: 30px;
}
.bg-banner .button-box .back-button {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.bg-banner .bg {
  height: 100%;
}
.bg-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-banner {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -50px;
  position: relative;
}
.content-banner .profile_img-box {
  position: absolute;
  transform: translate(50%, -50%);
}
.content-banner .profile_img-box .img {
  background-image: linear-gradient(transparent, transparent),
    radial-gradient(circle at top left, #9c20aa, #fb3570);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: solid 1px transparent;
  border-radius: 50%;
  padding: 2px;
}
.content-banner .profile_img-box .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}
.content-banner .profile_tel-box {
  position: absolute;
  left: 130px;
  transform: translateY(-50%);
}
.content-banner .profile_tel-box .text {
  font-size: 14px;
  padding: 3px 9px;
  border-radius: 30px;
  color: #fff;
  background-image: linear-gradient(to bottom, #9c20aa, #fb3570);
}

.content-banner .content-box .text-box {
  color: #000;
  line-height: 1.5;
  padding: 55px 30px 40px;
}
.content-banner .content-box .text-box .text-viewed {
  font-size: 14px;
  margin-bottom: 25px;
  color: #9b9aa1;
}
.content-banner .content-box .text-box .title-box {
  display: flex;
  align-items: center;
  position: relative;
}
.content-banner .content-box .text-box .title-box .text-name {
  font-weight: 600;
  font-size: 22px;
}
.content-banner .content-box .text-box .title-box .badge-box {
  position: relative;
  transform: translateX(10px);
}
.content-banner .content-box .text-box .title-box .badge-box .text {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 4px;
  padding: 2px 4px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  display: none;
}
.content-banner .content-box .text-box .title-box .badge-box .text-new {
  background-image: linear-gradient(#9c20aa, #fb3570);
}
.content-banner .content-box .text-box .title-box .badge-box .text-hot {
  background-image: linear-gradient(#9c20aa, #fb3570);
}
.content-banner .content-box .text-box .title-box .badge-box .text.active {
  display: inline-block;
}
.content-banner .content-box .text-box .text-exp {
  margin-top: 10px;
  white-space: pre-line;
}
.content-banner .content-box .text-box .text-category {
}
.content-banner .content-box .text-box .text-category span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 2px 5px;
  margin-top: 15px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #333;
  line-height: 1.5;
}

.category-banner {
  padding-bottom: 30px;
}
.category-banner .title-box {
  text-align: center;
}
.category-banner .title-box .title {
}
.category-banner .category-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.category-banner .category-box .item {
}
.category-banner .category-box .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-banner .category-box .item .img {
  background-image: linear-gradient(transparent, transparent),
    radial-gradient(circle at top left, #9c20aa, #fb3570);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: solid 1px transparent;
  border-radius: 50%;
  padding: 1px;
  margin: 0 5px;
  display: flex;
}
.category-banner .category-box .item .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}
.category-banner .category-box .item .text {
  text-transform: capitalize;
  margin-top: 5px;
  color: #444444;
  font-size: 14px;
}

.image-banner {
  background-color: #fff;
}
.image-banner .button-box {
  display: flex;
}
.image-banner .button-box .left {
  border-right: 1px solid #ddd;
}
.image-banner .button-box .left,
.image-banner .button-box .right {
  flex: 1 1 0%;
  padding: 10px 0;
  box-sizing: content-box;
  border-bottom: 2px solid #fff;
}
.image-banner .button-box .button {
  cursor: pointer;
}
.image-banner .button-box .button.selected {
  border-bottom: 2px solid #9c20aa;
}
.image-banner .button-box .button.selected .text {
  color: #9c20aa;
}
.image-banner .button-box .left .text,
.image-banner .button-box .right .text {
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.image-banner .gallery-box,
.image-banner .video-box {
  flex-wrap: wrap;
  display: none;
}
.image-banner .gallery-box.selected,
.image-banner .video-box.selected {
  display: flex;
}
.image-banner .gallery-box img {
  width: calc(1 / 3 * 100%);
  min-height: 100px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.image-banner .video-box video {
  cursor: pointer;
  width: 100%;
}
.image-banner .gallery-box img:nth-of-type(3n + 2),
.image-banner .video-box video:nth-of-type(3n + 2) {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.fix-banner {
  width: 100%;
  max-width: 720px;
  min-width: 300px;
  position: sticky;
  bottom: -2px;
  margin-top: 10px;
}
.fix-banner svg {
  display: flex;
  width: 100%;
}
.fix-banner svg .svg-bar {
  fill: url(#gradient-1);
  stroke-miterlimit: 10;
  stroke: #c33677;
}
.fix-banner svg .svg-circle {
  fill: url(#gradient-2);
}
svg .cls-3,
svg .cls-4 {
  fill: transparent;
  stroke: #fff;
}
svg .cls-3 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg .cls-4 {
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
svg .cls-5 {
  fill: transparent;
}
.fix-banner svg a {
  position: relative;
  z-index: 9999;
  border: 1px red solid;
}

/* .fix-banner .button-box{
    
}
.fix-banner .button-box .icon{
    position: fixed;
}
.fix-banner .button-box .home{
    
}
.fix-banner .button-box .tel{
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.fix-banner .button-box .tel a{
    border: 1px red solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-banner .button-box .tel img{
    width: 30px;
    height: 30px;
    
    
}
.fix-banner .button-box .menu{
    
} */

/*media query*/
@media all and (max-width: 1440px) {
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 479px) {
  .desktop-tel {
    display: none;
  }
}
