.container2 {
  max-width: 1230px;
  margin: 0 auto;
}

body {
  background: none !important;
  font-size: 16px;
}

.content-header-beta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-bt {
  width: 120px;
}

.search-button {
  width: 55%;
  display: flex;
  justify-content: space-between;
}

.button-action {
  display: flex;
  justify-content: flex-end;
}

.form-search form input {
  height: 40px;
  background: #fafafa;
  width: 100%;
  border-radius: 30px;
  border: none;
  padding-left: 40px;
}

.form-search form {
  position: relative;
}

.form-search form button {
  background: none;
  border: none;
  position: absolute;
  top: 7px;
  left: 10px;
}

.form-search a {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 7px;
  color: #2b3268;
}

.button-action a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  gap: 5px;
  background: #eef4ff;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
}

.button-action a.booking-btn {
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  color: #fff;
}

.beta-menu {
  text-align: center;
}

.beta-menu ul li {
  position: relative;
}

.beta-menu ul li a {
  color: #2b3268;
  font-weight: 500;
  padding: 0 10px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 7px;
}

.beta-menu ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.beta-menu ul li ul {
  display: block;
  text-align: left;
  position: absolute;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.beta-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

header.header-beta {
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .1);
}

.beta-menu ul li ul li a {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
}

.beta-menu ul li ul li:hover a {
  display: block;
  width: 100%;
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  color: #fff;
  border-radius: 4px;
}

.slider-show .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.slider-show .owl-theme .owl-nav .owl-prev {
  left: 30px;
  position: absolute;
  background: none;
}

.slider-show .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  background: none;
}

.box-icon-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}

.icon-s-box img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #e7f0f9;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.list-icon-service {
  margin-top: 50px;
}

.box-icon-s a {
  color: #2b3268;
}

.box-icon-s .icon-s-box:hover a {
  color: #216ae2;
}

.service-cat {
  padding: 50px 0;
}

.title-home-2 h2 {
  color: #2b3268;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}


.list-cate-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.cate-service-list {
  background: #fff;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.cate-service-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cate-service-list span {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: #2b3268;
}

.cate-service-list:hover span {
  color: #216ae2;
}

.box-s-like {
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.box-s-like h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}

.cat-l a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 11px;
  background: #ededed;
  border-radius: 30px;
}

.cat-l {
  text-align: center;
}

.cat-l:hover a {
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  color: #fff;
}

.box-s-like form {
  padding: 15px;
}

.list-check-order .check-r {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #002244;
}

.list-check-order .check-r label {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #002244;
}

.list-check-order .check-r .price {
  color: #216ae2;
  font-size: 13px;
}

.button-check-sv {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.button-check-sv>* {
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  background: #eef4ff;
}

.button-check-sv button {
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  color: #fff;
}

.service-like .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.service-like .owl-theme .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
  background: none;
}

.service-like .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  background: none;
}

.note-like {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 50px;
}

.doctor-home {
  padding: 50px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f6faff 100%);
}

.title-home-2 .decs {
  text-align: center;
  margin-bottom: 30px;
}

.item-doctor-home {
  padding: 50px 30px;
  box-shadow: 0 0 2.4rem 0 rgba(33, 106, 226, 0.1);
  border-radius: 14px;
  position: relative;
  opacity: 0.5;
  background: url('../images/doctor_bg2.webp') no-repeat;
  background-size: cover;
}

.slider-doctor-home .item {
  padding: 40px 0;
}

.if-doctor {
  width: calc(100% - 150px);
}

.img-doctor {
  position: absolute;
  right: -30px;
  bottom: 0;
}

.img-doctor img {
  width: 250px !important;
}

.if-doctor ul {
  padding-left: 20px;
  font-size: 13px;
  color: #002244;
}

.if-doctor ul li {
  margin-bottom: 10px;
  list-style: disc;
}

.name-d {
  margin: 10px 0;
  font-size: 25px;
  font-weight: 600;
  color: #313b79;
  margin-bottom: 20px;
}

.item-doctor-home .button-check-sv {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}

.center .item-doctor-home {
  opacity: 1;
}

.doctor-home .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.doctor-home .owl-theme .owl-nav .owl-prev {
  left: 200px;
  position: absolute;
  background: none;
}

.doctor-home .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 200px;
  background: none;
}

.content-button-center {
  margin: 30px 0;
  text-align: center;
}

.content-button-center a {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 30px;
  background: #eef4ff;
  color: #216ae2;
  transition: all 0.3s;
  font-size: 14px;
}

.content-button-center a:hover {
  background: #313b79;
  color: #fff;
  transition: all 0.3s;
}

.customer-home {
  padding: 50px 0;
}

.list-cus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.list-cus .item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.list-cus .item {
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #fff;
  cursor: pointer;
}

.form-search p {
  margin-bottom: 0;
  height: 30px;
  overflow: hidden;
}

.list-cus .item.active {
  border: 1px solid #70d3ff;
}

.slider-customer-home .item-cus,
.mobile-show .item-cus {
  border-radius: 8px;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.slider-customer-home .item {
  padding: 10px 26px;
}

.mobile-show .item-cus {
  margin-bottom: 20px;
}

.mobile-show div#sync2 .item-cus img {
  height: 100px;
}

.slider-customer-home .title-cus,
.mobile-show .title-cus {
  text-align: center;
  padding: 10px;
}

.slider-customer-home .title-cus .name-c,
.mobile-show .title-cus .name-c {
  font-size: 20px;
  font-weight: 600;
  color: #313b79;
  margin-top: 10px;
}

.slider-customer-home .title-cus,
.mobile-show .title-cus {
  font-size: 14px;
  color: #626262;
}

.title-child-cus {
  font-size: 12px;
  text-align: right;
  padding: 10px 0;
  padding-bottom: 0;
  background: url('https://shinbi.vn/wp-content/uploads/2024/10/LOGO-SHINBI-1.png') no-repeat;
  background-size: 50px;
}

.title-child-cus .name-c {
  font-weight: 600;
  color: #2b3268;
  font-size: 12px;
}

.return-home {
  padding: 50px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f6faff 100%);
}

.return-home .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.return-home .owl-theme .owl-nav .owl-prev {
  left: -40px;
  position: absolute;
  background: none;
}

.return-home .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  background: none;
}

.feedback-c {
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
}

.return-home .item {
  padding: 40px 20px;
}

.f-text {
  width: calc(100% - 250px);
}

.f-imge {
  width: 250px;
}

.f-imge img {
  border-radius: 8px;
}

.img-b-t {
  margin-bottom: 30px;
}

.f-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 27px;
}

.f-text h4 {
  font-size: 18px;
}

.menu-item-has-children>a::after {
  content: '';
  width: 20px;
  height: 15px;
  background: url('../images/ico_down.svg') no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
}

.beta-menu ul li:hover>a::after {
  transform: rotate(180deg);
  position: relative;
  top: 5px;
}

.mobile-show {
  display: none;
}

.mobile-show .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

.mobile-show .owl-theme .owl-nav .owl-prev,
.mobile-show .owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0 !important;
  margin: 0 !important;
  background: none !important;
}

.mobile-show .owl-theme .owl-nav .owl-prev {
  left: -10px;
  position: absolute;
  background: none;
}

.mobile-show div#sync2 .owl-nav .owl-prev img,
.mobile-show div#sync2 .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  border: none !important;
}

.mobile-show .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -10px;
  background: none;
}

@media (max-width: 1399px) {
  .container2 {
    width: 1200px;
  }
}

@media (max-width: 1299px) {
  .container2 {
    width: 1170px;
  }

  .search-button {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .container2 {
    width: 1024px;
  }

  .list-cate-box {
    grid-template-columns: repeat(3, 1fr);
  }

  .return-home .item {
    padding: 30px 10px;
  }

  .f-text p {
    font-size: 14px;
    line-height: 23px;
  }

  .feedback-c {
    gap: 10px;
    padding: 15px;
  }

  .slider-customer-home .item {
    padding: 10px 20px;
  }

  .title-child-cus {
    background: none;
  }
}

@media (max-width: 1100px) {
  .container2 {
    width: 992px;
  }

  .service-like .owl-theme .owl-nav .owl-prev {
    left: 50px;
  }

  .service-like .owl-theme .owl-nav .owl-next {
    right: 50px;
  }

  .return-home .owl-theme .owl-nav .owl-prev {
    left: 40px;
  }

  .return-home .owl-theme .owl-nav .owl-next {
    right: 40px;
  }
}

@media (max-width: 992px) {
  .beta-menu ul {
    display: block;
  }

  .menu-icon {
    background: #024;
    display: block !important;
    height: 2px;
    transition: background ease .3s, top ease .3s .3s, transform ease .3s;
    width: 30px;
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    background: #024;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease .3s, top ease .3s .3s, transform ease .3s;
    width: 30px;
  }

  .menu-icon::before {
    top: -.6rem;
  }

  .menu-icon::after {
    top: .6rem;
  }

  .beta-menu.active-menu {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    text-align: justify;
    height: 100%;
    padding-top: 84px;
  }

  .beta-menu.active-menu ul#home_nav {
    border-radius: 0;
    background: #fff !important;
    display: block !important;
    height: 100%;
    margin-top: 0;
  }

  .content-header-beta {
    position: relative;
    z-index: 2222;
  }

  .beta-menu ul li {
    margin-bottom: 20px;
  }

  .beta-menu ul li a {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    justify-content: space-between;
  }

  .menu-icon.active-menu {
    background: 0 0;
  }

  .menu-icon.active-menu::before,
  .menu-icon.active-menu::after {
    top: 0;
    transition: top ease .3s, transform ease .3s .3s;
  }

  .menu-icon.active-menu::before {
    transform: rotate(45deg);
  }

  .menu-icon.active-menu::after {
    transform: rotate(-45deg);
  }

  .beta-menu ul li ul {
    position: relative;
    width: 100%;
    top: 0;
    box-shadow: none;
    padding-bottom: 0;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }

  .beta-menu>ul>li.menu-item-has-children>a:hover {
    border-color: #FFF;
  }

  .beta-menu ul li ul li {
    margin-bottom: 0;
  }

  .beta-menu ul li ul li a {
    padding: 4px 10px;
  }

  .beta-menu>ul>li.menu-item-has-children.active-menu-show-child>ul {
    display: block;
  }

  .menu-item-has-children>a::after {
    transform: rotate(0deg) !important;
  }

  .beta-menu>ul>li.menu-item-has-children.active-menu-show-child>a::after {
    transform: rotate(180deg) !important;
    position: relative;
    top: 5px;
  }

  .mobile-hidden {
    display: none;
  }

  .container2 {
    width: 100%;
    padding: 0 15px;
  }

  .button-action {
    display: none;
  }

  .form-search {
    width: calc(100% - 50px);
  }

  .beta-menu {
    display: block;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 84px;
    position: fixed;
    background: #fff;
    left: 100%;
  }

  .box-icon-s {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
  }

  .list-cate-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .doctor-home .item {
    padding: 0 15px;
  }

  .feedback-c {
    display: block;
  }

  .feedback-c>* {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .form-search a {
    font-size: 11px;
    margin-right: 5px;
  }

  .title-home-2 h2 {
    font-size: 25px;
  }

  .return-home .item {
    padding: 0;
  }

  .slider-show .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 33%;
  }

  .mobile-show {
    display: block;
  }
}

.box-s-like .thumb img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.box-pkh {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.box-pkh .mark {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 16, 29, 0) 0%, rgba(9, 16, 29, 0.82) 100%);
  display: flex;
  align-items: end;
  text-align: center;
  color: #fff;
}

.box-pkh .mark h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.box-pkh:hover img {
  transition: .3s;
  transform: scale(1.2);
}

.box-pkh img {
  transition: .3s;
  width: 100%;
  height: 260px;
}

.brands-shinbi {
  padding: 50px 0;
  padding-top: 30px;
}

.brands-shinbi h2 {
  margin-bottom: 70px;
}

.brands-shinbi h2:before {
  display: inline-block;
  width: 200px;
  height: 2px;
  background: #2b3268;
  content: '';
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.formcontact {
  padding: 2.4rem;
  border-radius: 2rem;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .08);
}

.formcontact h2 {
  color: #024;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-ip {
  margin-bottom: 30px;
}

.form-ip span {
  display: block;
  color: #024;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-ip input {
  height: 54px;
  display: block;
  border-radius: 5rem;
  padding: 1.6rem;
  width: 100%;
  font-family: var(--font-pri);
  font-weight: 500;
  margin-top: .8rem;
  transition: .3s ease-in-out;
  border: 1px solid #ededed;
  font-size: 15px;
}

.section-contact {
  padding: 50px 0;
}

.formcontact button {
  display: block;
  margin: 0 auto;
  height: 44px;
  padding: 0 20px;
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  border-radius: 30px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
}

.formcontact p {
  margin-bottom: 0;
}

.image-box img {
  width: 100px;
  margin-bottom: 15px;
}

.info-contact {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.button-box a {
  display: block;
  width: 100%;
  text-align: center;
}

.button-box {
  width: 100%;
}

.image-box h3 {
  font-size: 24px;
  color: #494f7d;
  margin-bottom: 20px;
  font-weight: 600;
}

.formcontact {
  padding: 2.4rem;
  border-radius: 2rem;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .08);
}

.formcontact h2 {
  color: #024;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-ip {
  margin-bottom: 30px;
}

.form-ip span {
  display: block;
  color: #024;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-ip input {
  height: 54px;
  display: block;
  border-radius: 5rem;
  padding: 1.6rem;
  width: 100%;
  font-family: var(--font-pri);
  font-weight: 500;
  margin-top: .8rem;
  transition: .3s ease-in-out;
  border: 1px solid #ededed;
  font-size: 15px;
}

.section-contact {
  padding: 50px 0;
}

.formcontact button {
  display: block;
  margin: 0 auto;
  height: 44px;
  padding: 0 20px;
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  border-radius: 30px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
}

.formcontact p {
  margin-bottom: 0;
}

.image-box img {
  width: 100px;
  margin-bottom: 15px;
}

.info-contact {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.button-box a {
  display: block;
  width: 100%;
  text-align: center;
  background: #eef4ff;
  color: #216ae2;
  height: 48px;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.button-box {
  width: 100%;
}

.image-box h3 {
  font-size: 24px;
  color: #494f7d;
  margin-bottom: 20px;
  font-weight: 600;
}

.button-box a.call path {
  fill: #216ae2;
}

div#sync2 .current img {
  border: 2px solid #ffb9b4;
}

.button-box a.call:hover {
  background: #024;
  color: #fff;
}

.button-box a.call:hover path {
  fill: #fff;
}

.beta-menu>ul>li>a:hover {
  border-bottom-color: #3171B7;
}

.button-box a.mess {
  color: #fff;
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
}

footer.beta {
  background: #313b79;
  border: none;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.box-footer-2>p {
  margin-bottom: 0;
}

.box-footer-2>p img {
  width: 115px;
}

.box-footer-2 ul li {
  margin-bottom: 14px;
  line-height: 23px;
}

.box-footer-2 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-footer-2 ul li a {
  color: #fff;
}

.box-footer-2 ul {
  margin-bottom: 30px;
}

.box-footer-2 ul.menu {
  display: flex;
  gap: 15px;
}

nav.breadcrumb2 {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
}

nav.breadcrumb2 a {
  color: #383f70;
}

.container2 .single-post-content {
  font-size: 16px;
}

.container2 .single-page h2,
.container2 .single-post-content h2 {
  color: #2b3268;
  font-size: 25px;
  margin-bottom: 20px;
}

.container2 .single-post-content p,
.container2 .single-post-content ul,
.container2 .single-post-content li {
  font-size: 18px;
}

div#sync1 img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

div#sync1 {
  margin-bottom: 15px;
}

div#sync2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
  box-sizing: content-box;
  height: 125px !important;
  width: 194px !important;
}

.single-service-content-post {
  margin-top: 40px;
}

h1.title-single-service-2 {
  color: #313b79;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.sidebar-single-service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #313b79;
  margin-bottom: 15px;
}

.form-price .title-fprice {
  background: #ededed;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 13px;
  color: #216ae2;
  font-weight: 600;
}

.form-price {
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}

.form-price form .check-r {
  padding: 10px 20px;
}

.mobile-show #sync2 .item-cus .title-child-cus .pos {
  font-size: 10px;
}

.mobile-show div#sync2 .current img {
  border: 0;
}

.mobile-show div#sync2 img {
  border: 0 !important;
}

.form-price form .check-r:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.menu-icon {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  background: #3771e0 !important;
  transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot span {
  transition: all 0.3s;
}

.feedback-c {
  margin-bottom: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.slider-show video {
  width: 100%;
  max-height: 611px;
  object-fit: cover;
}

.button-check-sv .button {
  background-image: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
  color: #fff;
}

.button-check-sv a:hover {
  opacity: 0.8;
}

.container2 .single-post-content.taxomony-content h2,
.container2 .content-posts h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.container2 .single-post-content.taxomony-content h3,
.container2 .content-posts h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.container2 .single-post-content.taxomony-content h4,
.container2 .content-posts h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.container2 .single-post-content.taxomony-content h5,
.container2 .content-posts h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.container2 .single-post-content.taxomony-content h6,
.container2 .content-posts h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px
}

.title-service-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.title-service-search h1.service-title {
  margin: 0;
  font-size: 34px;
  border-left: 5px solid #2196F3;
  padding-left: 15px;
}

.title-service-search .sort {
  display: flex;
  gap: 15px;
  align-items: center;
}

.title-service-search .sort a {
  color: #2b3369;
  display: flex;
  align-items: center;
  gap: 5px;
}

.title-service-search .sort a:hover {
  color: #216ae2;
}

.title-service-search .sort a img {
  height: 24px;
}

.news-home {
  padding: 50px 0;
}

.news-home h2 {
  color: #2b3268;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.row-news {
  display: flex;
  gap: 30px;
  padding: 20px;
  background: #f6fafe;
}

.row-news>* {
  flex: 1;
}

.news-grid img {
  border: 1px solid #ededed;
  padding: 1px;
  margin-bottom: 10px;
}

.info-new-decs-2 h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.info-new-decs-2 h4 a {
  color: #2b3268;
}

.meta-2 {
  display: flex;
  font-size: 14px;
  gap: 11px;
  margin-bottom: 15px;
}

.news-list ul li .item-news-2 {
  display: flex;
}

.news-list ul li .item-news-2>a {
  width: 200px;
  display: block;
}

.news-list ul li .info-new-decs-2 {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.news-list ul li .info-new-decs-2 h4 {
  font-size: 16px;
  line-height: 22px;
}

.news-list ul li .item-news-2>a img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #c5e5ff;
  padding: 1px;
}

.news-list ul li .meta-2 {
  margin-bottom: 0;
}

.news-list ul li .info-new-decs-2 p {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
}

.news-list ul li {
  margin-bottom: 15px;
}

.container-customer-list {
  max-height: 455px;
  overflow: auto;
}

.newspaper {
  padding: 50px 0;
  background: #f6fafe;
}

.newspaper h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.newspaper .owl-carousel .owl-item img.image-1 {
  width: 180px;
  display: block;
  margin: 20px auto;
  height: 100px;
  background: #fff;
  object-fit: contain;
  border-radius: 3px;
}

.newspaper .owl-carousel .owl-item img.image-2 {
  border: 1px solid #ededed;
  padding: 2px;
  background: #fff;
  border-radius: 4px;
}


.video-story {
  padding: 50px 0;

  .video-youtube {
    position: relative;
  }

  a.mark-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  a.mark-play svg {
    height: 45px;
    width: 81px;
    background: #000000b5;
    padding: 10px 0;
    border-radius: 8px;
  }

  a.mark-play svg path {
    fill: #fff;
  }

  .item-video-story h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0;
  }

  .view {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
  }

  .item-video-story p {
    font-size: 15px;
    color: #000;
    font-style: italic;
  }

  a.mark-play:hover svg {
    background: #ca0101;
  }
}

.video-story h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.video-youtube img {
  height: 250px;
  object-fit: cover;
}

.news-list ul li ul {
  display: flex;
  gap: 4px;
}

.info-new-decs-2 ul {
  display: flex;
  gap: 10px;
}

.news-list ul li ul {
  display: flex;
  gap: 4px;
}

.info-new-decs-2 ul {
  display: flex;
  gap: 10px;
}

.news-home .content-button-center {
  margin: 0;
  background: #f6fafe;
  padding-bottom: 10px;
}

.news-home .content-button-center a {
  background: #fff;
  border: 1px solid #313b79;
  color: #313b79;
}

.news-home .content-button-center a:hover {
  background: #313b79;
  color: #fff;
}

.doctor-home.doctor-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.doctor-home.doctor-section .content-button-center {
  margin-bottom: 0;
  margin-top: 0;
}

.mobile-show .video-youtube,
.customer-home .video-youtube {
  position: relative;
}

.mobile-show .video-youtube img,
.customer-home .video-youtube img {
  height: auto;
}

.mobile-show .video-youtube a.mark-play,
.customer-home .video-youtube a.mark-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mobile-show .video-youtube a.mark-play svg,
.customer-home .video-youtube a.mark-play svg {
  height: 45px;
  width: 81px;
  background: #000000b5;
  padding: 10px 0;
  border-radius: 8px;
}

.mobile-show .video-youtube a.mark-play svg path,
.customer-home .video-youtube a.mark-play svg path {
  fill: #fff;
}

.mobile-show .video-youtube a.mark-play:hover svg,
.customer-home .video-youtube a.mark-play:hover svg {
  background: #e00;
}