@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}

.clear {
  clear: both;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}

main {
  display: block;
}

.image-fit {
  display: block;
  overflow: hidden;
}

.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.image-fit:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.btn {
  line-height: 100%;
}

a:hover {
  text-decoration: none;
  color: #FFC845 !important;
}

.btn:hover {
  color: #000 !important;
  background-color: #F6F6F6 !important;
  border-color: #F6F6F6 !important;
}

.list-inline {
  letter-spacing: -0.3em;
}

.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.relative-section {
  position: relative;
}

.the-header #header .header-right .show-list {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.text-underline {
  text-decoration: underline;
}

.section-bg {
  background-position: center center;
  background-size: cover;
}

.text-orange {
  color: #FF8D4E;
}

.text-pink {
  color: #FF4EA7;
}

.text-red {
  color: #EF5350;
}

.text-green {
  color: #13B394;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-three .item-flex {
  width: 33.33%;
}

.flex-two .item-flex {
  width: 50%;
}

.flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.section-title {
  font-size: 85px;
  color: #000000;
  margin: 0 0 50px;
}

:focus {
  outline: none !important;
}

.the-header #header {
  padding: 35px 0;
}

.the-header #header .logo {
  font-size: 24px;
  color: #4A4A4A;
}

.the-header #header .logo img {
  margin-right: 25px;
  width: 60px;
}

.the-header #header .header-right .item-inline {
  margin-left: 60px;
  vertical-align: middle;
}

.the-header #header .header-right .dashboard-link {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #FFC845;
  display: block;
  padding: 15px 15px 15px 63px;
  background-image: url(../images/dashboard.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #FFC845;
  line-height: 24px;
}

.the-header #header .header-right .dashboard-link:hover {
  color: #000 !important;
  background-color: #F6F6F6 !important;
  border-color: #F6F6F6 !important;
}

.the-header #header .header-right .show-list {
  position: absolute;
  top: 40px;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  z-index: auto;
  width: 200px;
  opacity: 0;
  visibility: hidden;
}

.the-header #header .header-right .show-list li a {
  display: block;
  padding: 12px 24px;
  color: #301A4B;
}

.the-header #header .header-right .show-list li a:hover {
  font-weight: 800;
  background: rgba(0, 179, 179, 0.2);
}

.the-header #header .header-right .show-list.active {
  opacity: 1;
  visibility: visible;
  top: 44px;
}

.the-header #header .header-right .languages {
  font-size: 16px;
  padding: 15px 15px 15px 63px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background-image: url(../images/globe.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.the-header #header .header-right .languages a {
  color: #4A4A4A;
}

.the-header #header .header-right .languages a:hover {
  color: #FFC845;
}

.the-header #header .header-right .languages .current {
  width: 55px;
  background-image: url("../images/arrow-down.svg");
  background-position: right 1px center;
  background-repeat: no-repeat;
  padding-right: 20px;
  display: block;
  text-align: left;
}

.the-header #header .header-right .list-link a {
  display: block;
  font-size: 16px;
  color: #274BA4;
  line-height: 24px;
}

.the-header #header .header-right .list-link a:first-child {
  margin-bottom: 8px;
}

.the-header #header .header-right .list-link a:hover {
  color: #FFC845;
}

.the-header #header.header-page {
  padding: 10px 0;
  border-bottom: 2px solid #FFC845;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}

.the-header #header.header-page .logo img {
  width: 45px;
  margin-right: 30px;
  display: block;
}

.the-header #header.header-page #menu-main ul {
  background: none;
}

.the-header #header.header-page #menu-main ul li {
  width: auto;
}

.the-header #header.header-page #menu-main ul li a {
  padding: 10px 25px;
  background: none;
}

.the-header #header.header-page #menu-main ul li ul {
  background: #ffff;
  width: 300px;
}

.the-header #header.header-page .header-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.the-header #header.header-page .header-right .dashboard-link {
  padding: 4px 0 4px 50px;
  font-weight: 500;
  border: none;
  color: #4A4A4A;
  background-position: left center;
  background-image: url("../images/dashboard-gray.svg");
  background-color: rgba(0, 0, 0, 0) !important;
}

.the-header #header.header-page .header-right .languages {
  padding: 4px 0 4px 45px;
  border: none;
  font-weight: 500;
  background-position: left center;
}

.the-header.the-header-page {
  height: 66px;
}

.toggle-menu {
  position: fixed;
  top: 21px;
  left: 15px;
  display: none;
  z-index: 999;
}

.toggle-menu span, .toggle-menu:before, .toggle-menu:after {
  width: 28px;
  height: 3px;
  background: #274BA4;
  display: block;
  margin: 5px 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.toggle-menu:before, .toggle-menu:after {
  content: "";
  margin: 0;
}

.toggle-menu.active span {
  display: none;
}

.toggle-menu.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 3px;
  left: -1px;
}

.toggle-menu.active:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#menu-main ul {
  letter-spacing: -0.3em;
  background: #FFC845;
}

#menu-main ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  position: relative;
  border-right: 1px solid #EAEFF8;
}

#menu-main ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #363636;
  display: block;
  text-align: center;
  padding: 15px 0;
}

#menu-main ul li ul {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background: #F6F6F6;
  z-index: 9;
}

#menu-main ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}

#menu-main ul li ul li a {
  color: #393939;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: initial;
  font-weight: 400;
  display: block;
  text-align: left;
  transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}

#menu-main ul li ul li a:hover {
  color: #FFC845 !important;
}

#menu-main ul li:hover a {
  background: #F6F6F6;
  color: #393939 !important;
}

#menu-main ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#menu-main ul li.menu-item-has-children > a {
  background-image: url("../images/arrow-down-gray.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px auto;
  padding-right: 10px;
}

#menu-main ul li:last-child {
  border-right: none;
}

.part-mo {
  display: none;
}

.container {
  /*max-width: 1400px;*/
  /*padding: 0 50px;*/
}

.content-default {
  min-height: calc(100vh - 140px);
}

.content-home {
  padding: 54px 0;
}

.content-home .home-image img {
  border-radius: 10px;
}

.content-home .menu-home {
  padding-left: 35px;
}

.content-home .menu-home ul {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 25px;
}

.content-home .menu-home ul li a {
  display: block;
  border-top: 1px solid #DFDFDF;
  color: #393939;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  text-transform: uppercase;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.content-home .menu-home ul li a:hover {
  color: #FFC845;
}

.content-home .menu-home .btn {
  border-radius: 4px;
  background: #FFC845;
  color: #4A4A4A;
  font-size: 24px;
  padding: 20px 65px;
  margin: 40px 0 35px;
}

.content-home .menu-home .link-sv {
  font-size: 20px;
  color: #4A4A4A;
  text-decoration: underline;
}

.content-home .menu-home .link-sv:hover {
  color: #FFC845;
}

.content-page {
  padding: 30px 0;
}

.about-list .wp-block-columns {
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-list .wp-block-columns .wp-block-column:first-child {
  padding: 0 40px;
}

.about-list .wp-block-columns .wp-block-column:last-child {
  margin: 0;
  padding: 0 40px;
  padding-left: 0;
}

.about-list .wp-block-columns:nth-child(2n) {
  background: #EAEFF8;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.about-list h3 {
  font-size: 21px;
  color: #274BA4;
  font-weight: bold;
}

.about-list h3:after {
  content: "";
  width: 57px;
  height: 2px;
  display: block;
  background: #0C286E;
  margin: 5px 0 25px;
}

.intro {
  padding: 40px 0;
  background: #C7CEDB;
  font-size: 30px;
  color: #0C286E;
}

.intro p {
  margin: 0;
}

.content-service .custom-content .wp-block-column:first-child {
  padding-right: 100px;
}

.content-service .service-list .row {
  margin: 0 -30px;
}

.content-service .service-list .row .col-sm-6 {
  padding: 0 30px;
}

.content-service .service-list .service-item {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px;
}

.content-service .service-list .service-item h3 {
  margin: 0 0 15px;
}

.content-service .service-list .service-item h3 a {
  color: #000000;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-service .service-list .service-item .des {
  margin: 0 0 15px;
}

.content-service .service-list .service-item .read-more {
  color: #274BA4;
}

.custom-content h1 {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  margin: 0 0 15px;
}

.custom-content h4 {
  color: #0C286E;
  font-size: 17px;
  margin: 0 0 25px;
}

.custom-content .btn-content a {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 32px;
  font-size: 14px;
  font-weight: bold;
  background: #274BA4;
}

.content-service-detail .custom-content {
  padding-left: 20px;
}

.content-service-detail .custom-content .btn-content {
  margin-top: 30px;
}

.content-service-detail .svdetail-step {
  margin: 75px 0 0;
}

.content-service-detail .svdetail-step .row {
  margin: 0 -25px;
}

.content-service-detail .svdetail-step .row .col-sm-4 {
  padding: 0 25px;
}

.content-service-detail .svdetail-step .svstep-item h2 {
  font-size: 21px;
  color: #274BA4;
  border-bottom: 1px solid #274BA4;
  padding-bottom: 15px;
  margin: 0 0 35px;
}

.content-service-detail .svdetail-step .svstep-item h2 img {
  vertical-align: bottom;
  margin-right: 20px;
}

.content-service-detail .svdetail-step .svstep-item .des {
  color: #616161;
  font-size: 17px;
}

.content-service-detail .svdetail-step .svstep-item .des h4 {
  font-size: 17px;
  color: #000000;
  margin: 0;
}

.content-service-detail .svdetail-step .svstep-item .des p {
  margin: 0 0 30px;
}

.content-service-detail .svdetail-step .svstep-item .des p:last-child {
  margin: 0;
}

.content-service-detail .services-other {
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}

.content-service-detail .services-other h2 {
  font-size: 21px;
  color: #000000;
}

.content-service-detail .services-other .service-item {
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  margin-top: 40px;
}

.content-service-detail .services-other .service-item h3 a {
  font-size: 21px;
  color: #0C286E;
}

.content-service-detail .services-other .service-item h3:after {
  content: "";
  width: 57px;
  height: 2px;
  background: #0C286E;
  display: block;
  margin: 20px 0;
}

.content-service-detail .services-other .service-item .des {
  margin-bottom: 75px;
}

.content-service-detail .services-other .service-item .tools a {
  color: #274BA4;
  font-size: 17px;
}

.content-service-detail .services-other .service-item .tools a.sv-compare {
  padding-left: 27px;
  background-image: url("../images/icon-compare.svg");
  background-repeat: no-repeat;
}

.btn-default {
  height: 60px;
  min-width: 180px;
  padding: 0 15px;
  border-radius: 32px;
  background: #274BA4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  display: inline-block;
}

.btn-default:hover {
  color: #fff;
}

.btn-default.btn-full {
  width: 100%;
}

.health-advice {
  padding: 40px 0;
  background: #EAEFF8;
  color: #4A4A4A;
  font-size: 17px;
}

.health-advice .relative-section {
  padding-right: 200px;
}

.health-advice .content-text {
  max-width: 650px;
}

.health-advice h3 {
  color: #274BA4;
  font-size: 21px;
  margin: 0 0 15px;
}

.health-advice .btn-default {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}

.content-contact .custom-content {
  margin-bottom: 25px;
}

.content-contact .contact-item {
  margin: 0 0 25px;
  color: #616161;
}

.content-contact .contact-item h3 {
  font-size: 17px;
  color: #000000;
  margin: 0 0 10px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-image: url("../images/address.svg");
}

.content-contact .contact-item h3.telephone {
  background-image: url("../images/phone.svg");
}

.content-contact .contact-item h3.email {
  background-image: url("../images/email.svg");
}

.content-contact .contact-item a {
  color: #616161;
}

.content-contact .contact-map iframe {
  width: 100%;
  height: 435px;
  border-radius: 10px;
}

.page-title {
  margin: 0 0 35px;
  color: #363636;
  font-size: 21px;
}

.bussines-list .bussines-item {
  padding: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  margin-bottom: 30px;
}

.bussines-list .bussines-item h3 {
  margin: 10px 0 15px;
}

.bussines-list .bussines-item h3 a {
  color: #000000;
  font-size: 21px;
}

.bussines-list .bussines-item .des {
  margin: 0 0 20px;
  color: #616161;
}

.read-more {
  color: #274BA4;
}

.extra-content {
  font-size: 17px;
  line-height: 30px;
}

.extra-content .wp-block-verse {
  background: #FFF9EF;
  border: 1px solid #FFDC9E;
  padding: 20px 35px;
  border-radius: 10px;
  margin: 0 0 80px;
}

.extra-content .wp-block-verse a {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFA200;
  text-decoration: underline;
  font-weight: 500;
}

.extra-content h2 {
  color: #000000;
  font-size: 21px;
}

.extra-content h2:after {
  content: "";
  margin: 20px 0 30px;
  width: 57px;
  height: 2px;
  background: #000000;
  display: block;
}

.extra-content h3 {
  margin: 0 0 45px;
  font-size: 21px;
  font-weight: bold;
}

.extra-content h4 {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.extra-content ul {
  list-style: outside;
  margin-left: 15px;
}

.extra-content ul li {
  margin: 0 0 20px;
}

.extra-content p {
  margin: 0 0 25px;
}

.extra-content .row-hightlight {
  padding: 40px;
  background: #F8F8F8;
}

.nav-bottom {
  padding: 75px 0;
}

.nav-bottom a {
  display: block;
  padding: 25px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  font-size: 17px;
  color: #274BA4;
}

.nav-bottom a img {
  margin-right: 20px;
}

.content-gallery .galeries .image-fit {
  width: 25%;
  height: 340px;
}

.news-list .news-item {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.news-list .news-item .image-fit {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.news-list .news-item .info {
  width: calc(100% - 150px);
  padding-left: 20px;
}

.news-list .news-item .info h3 {
  margin: 0;
  line-height: 26px;
}

.news-list .news-item .info h3 a {
  color: #000;
  font-size: 21px;
}

.news-list .news-item .info .date {
  margin: 5px 0 10px;
  font-size: 14px;
  color: rgab(0, 0, 0, 0.6);
}

.news-list .news-item .info .des {
  margin-bottom: 20px;
}

.pagi-custom {
  margin-top: 30px;
}

.pagi-custom a, .pagi-custom span {
  height: 35px;
  display: inline-block;
  border: 1px solid #ccc;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: #000;
  margin: 0 2px;
}

.pagi-custom span {
  border-color: #274BA4;
  font-weight: bold;
}

.sidebar {
  padding-left: 15px;
}

.sidebar .widget {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 15px;
}

.sidebar .widget h2 {
  font-size: 17px;
  margin: 0 0 15px;
}

.sidebar .widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.sidebar .widget ul li a {
  color: #000;
}

.sidebar .widget ul li:last-child {
  border: none;
}

.sidebar .widget .cat-list li a {
  display: block;
}

.sidebar .widget .cat-list li a i {
  margin-right: 10px;
}

.sidebar .widget .newsw-list li .image-fit {
  width: 90px;
  height: 90px;
}

.sidebar .widget .newsw-list li h3 {
  width: calc(100% - 90px);
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
}

.content-singlepost .date {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.related-post {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.related-post h2 {
  font-size: 21px;
  margin-bottom: 30px;
}

.related-post ul li {
  padding: 0 5px;
}

.related-post ul li .newitem {
  border: 1px solid #ccc;
}

.related-post ul li .newitem .image-fit {
  height: 200px;
}

.related-post ul li .newitem .info {
  padding: 15px;
}

.related-post ul li .newitem .info h3 {
  margin: 0 0 15px;
  line-height: 16px;
}

.related-post ul li .newitem .info h3 a {
  color: #000;
  font-size: 17px;
}

.slick-prev, .slick-next {
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  width: 30px;
  height: 40px;
  background-color: #fff !important;
  border: 1px solid #ccc;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  left: 5px;
  background-image: url(../images/chevron-left.png) !important;
  z-index: 1;
}

.slick-next {
  right: 2px;
  background-image: url(../images/chevron-right.png) !important;
}

.modal-custom .modal-content {
  border-radius: 10px;
}

.modal-custom .modal-content .modal-body {
  padding: 35px;
}

.modal-custom .modal-content .modal-body h2 {
  margin: 0 0 30px;
  font-size: 21px;
}

.modal-custom .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -19px;
  right: -18px;
  background-image: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1 !important;
  background-color: transparent;
  border: unset;
}

.modal-custom.start-submit .modal-body {
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.modal-custom.start-submit .form-default {
  opacity: 0;
}

.form-default .form-group {
  margin: 0 0 20px;
}

.form-default .form-group .form-control {
  height: 60px;
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 0 15px;
  color: #242424;
  font-size: 17px;
  font-weight: 400;
}

.form-default .form-group .form-control::-webkit-input-placeholder {
  color: #242424;
}

.form-default .form-group .form-control:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

.form-default .form-group .form-control::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

.form-default .form-group .form-control:-ms-input-placeholder {
  color: #242424;
}

.form-default .form-forgot {
  margin: 20px 0 0;
  font-size: 17px;
}

.form-default .form-forgot a {
  color: #4A4A4A;
}

.form-default .form-has {
  color: #4A4A4A;
  font-size: 17px;
  margin-top: 40px;
}

.form-default .form-has a {
  color: #274BA4;
  font-weight: 500;
}

.form-succes {
  padding: 50px 0;
  display: none;
}

.form-succes h2 {
  margin: 0 0 10px !important;
}

.alert-hide {
  display: none;
  margin-top: 15px;
  font-size: 16px;
}

.single-title {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4A4A4A;
  margin-bottom: 50px;
  padding-right: 280px;
}

.single-title .back-page {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  padding-right: 36px;
  background-image: url("../images/back-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  text-transform: initial;
}

.packagecat-list a {
  display: block;
  margin-bottom: 10px;
  color: #616161;
  border: 1px solid #F3F3F3;
  padding: 20px 25px;
}

.packagecat-list a h3 {
  color: #000000;
  font-size: 26px;
  margin: 0 0 10px;
}

.packagecat-list a:hover, .packagecat-list a.active {
  border-color: #FFA200;
  background: #FFF6DF;
}

.show-package {
  padding-left: 60px;
  display: none;
}

.show-package .package-list {
  padding: 50px;
  border: 1px solid #FFA200;
  border-radius: 16px;
  margin-bottom: 25px;
  display: none;
}

.show-package .package-list ul {
  border-top: 1px solid #E2E2E2;
}

.show-package .package-list ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #E2E2E2;
  color: #616161;
}

.show-package .package-list ul li a h3 {
  font-size: 18px;
  color: #000000;
}

.show-package .package-list .compare-link {
  display: inline-block;
  margin-top: 30px;
  color: #0041E1;
  border-bottom: 1px solid #0041E1;
  background-image: url(../images/compare-icon.svg);
  background-position: right 2px top 2px;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-size: 15px auto;
}

.show-package .package-list.active {
  display: block;
}

.show-package .contact-info {
  border: 2px dashed #707070;
  padding: 10px 15px;
  color: #4A4A4A;
}

.show-package .contact-info h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.show-package .contact-info p {
  margin: 0 0 5px;
}

.show-package .contact-info a {
  color: #4A4A4A;
}

.btn-yellow {
  border-radius: 8px !important;
  background: #FFC845 !important;
  font-weight: 500 !important;
  color: #4A4A4A !important;
  font-size: 20px !important;
  padding: 16px 30px !important;
  height: auto !important;
  line-height: 100% !important;
}

.test-list {
  margin: 50px 0 0;
}

.test-list .test-note span {
  display: inline-block;
  color: #fff;
  background: #6689E1;
  border-radius: 4px;
  margin-right: 10px;
  padding: 6px 15px;
}

.test-list .test-note span.test-cancer {
  background: #A71212;
}

.test-list .test-note.test-noteoutside {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  max-width: 480px;
  margin-bottom: 30px;
}

.test-list .test-item h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.test-list .test-item h2 img {
  vertical-align: bottom;
  margin-right: 20px;
}

.test-list .test-item ul li {
  margin: 0 0 50px;
}

.test-list .test-item ul li .test-item-inner {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  color: #808080;
  font-size: 14px;
}

.test-list .test-item ul li .test-item-inner h3 {
  padding: 10px 15px;
  font-size: 22px;
  color: #000000;
  border-bottom: 1px solid #DEDEDE;
}

.test-list .test-item ul li .test-item-inner .des {
  padding: 15px;
}

.test-list .test-item ul li .test-item-inner .test-note {
  position: absolute;
  top: 13px;
  right: 15px;
}

.test-list .test-item ul li .test-item-inner .test-note span {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 10px;
}

#dashboard-header {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

#dashboard-header .result-date {
  color: #4A4A4A;
  font-size: 14px;
}

#dashboard-header .result-date b {
  font-size: 16px;
  margin-left: 10px;
}

#dashboard-header .user-info {
  position: absolute;
  top: 0;
  right: 0;
}

#dashboard-header .user-info a {
  color: #4A4A4A;
}

#dashboard-header .user-info .current {
  padding-right: 23px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-down-gray.svg);
  padding-bottom: 3px;
}

#dashboard-header .user-info .current img {
  margin-left: 5px;
}

#dashboard-header .user-info .toggle-show {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  width: 200px;
  padding: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

#dashboard-header .user-info .toggle-show.acitve {
  top: 31px;
  visibility: visible;
  opacity: 1;
}

#dashboard-header .user-info .toggle-show li {
  padding: 5px 0;
  font-size: 14px;
}

.content-profile .user-profile {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  height: 100%;
}

.content-profile .user-profile .edit {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/edit.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.content-profile .user-profile .change-cover {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../images/camera.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.content-profile .user-profile .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
}

.content-profile .user-profile .avatar {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.content-profile .user-profile .name {
  color: #0C286E;
  font-size: 28px;
  margin: 15px 0 30px;
  line-height: 34px;
}

.content-profile .user-profile .userpro-item {
  border-top: 1px solid #D6D6D6;
  padding: 20px 0 5px;
  color: #4D4D4D;
}

.content-profile .user-profile .userpro-item .col-item {
  margin: 0 0 15px;
}

.content-profile .user-profile .userpro-item h3 {
  color: #4A4A4A;
  font-size: 20px;
  margin: 0 0 20px;
}

.content-profile .user-profile .userpro-item span {
  display: block;
  font-weight: 500;
}

.content-profile .userpo-general {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  background-image: url("../images/profile-bg.png");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 100%;
}

.content-profile .userpo-general .profile-list {
  margin: 0 -10px;
}

.content-profile .userpo-general .profile-list .item-inline {
  padding: 0 10px;
  margin: 0 0 20px;
  width: 25%;
}

.content-profile .userpo-general .profile-list .item-inline .profile-iitem {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  text-align: center;
  background: #fff;
}

.content-profile .userpo-general .profile-list .item-inline .profile-iitem h4 {
  font-size: 16px;
  color: #4A4A4A;
  margin: 0 0 40px;
}

.content-profile .userpo-general .profile-list .item-inline .profile-iitem .value {
  color: #0041E1;
  font-size: 30px;
  white-space: nowrap;
}

.content-profile .userpo-general .profile-list.top-list .item-inline .profile-iitem {
  height: 200px;
}

.content-profile .userpo-general .profile-list.top-list .item-inline .profile-iitem h3 {
  color: #4A4A4A;
  font-size: 16px;
  margin: 0 0 40px;
}

.content-profile .userpo-general .profile-list.top-list .item-inline.chart-item {
  width: 75%;
}

.content-profile .userpo-general .btn-detail {
  background: #FFC845;
  border-radius: 8px;
  padding: 23px 90px 20px 30px;
  color: #4A4A4A;
  font-size: 30px;
  background-image: url(../images/enter.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 35px auto;
  display: inline-block;
  margin: 30px auto;
}

.compare-table {
  margin: 0 -10px 50px;
}

.compare-table .list-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}

.compare-table .col-compare {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 10px;
  width: 16.6%;
  overflow: hidden;
}

.compare-table .col-compare.col-name {
  width: 33.2%;
}

.compare-table .col-compare.col-name h3 {
  background: #8D8D8D;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.compare-table .col-compare .col-item {
  padding: 10px 20px;
  color: #4A4A4A;
  font-size: 14px;
  background: #F8F8F8;
}

.compare-table .col-compare .col-item:nth-of-type(odd) {
  background: #fff;
}

.compare-table .col-package h3 {
  color: #4A4A4A;
  font-size: 14px;
  padding: 20px;
  background: #74FEFF;
}

.compare-table .col-package .checked {
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.compare-table .col-package:nth-child(3) h3 {
  background: #64C0FF;
  padding-top: 25px;
}

.compare-table .col-package:nth-child(4) h3 {
  background: #5873FE;
  color: #fff;
  padding-top: 30px;
}

.compare-table .col-package:nth-child(5) h3 {
  background: #4B4CFF;
  color: #fff;
  padding-top: 35px;
}

.content-disease .disease-left {
  border-right: 1px solid #DFDFDF;
  padding: 30px 30px 30px 15px;
  min-height: calc(100vh - 131px);
}

.content-disease .disease-left #diseaseForm .form-control {
  border: 1px solid #DFDFDF;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  color: #A9A9A9;
  font-size: 15px;
  margin-bottom: 12px;
}

.content-disease .disease-left #diseaseForm .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: url("../images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}

.content-disease .alpha-list ul li {
  padding: 0 2.5px;
  margin: 0 0 5px;
  vertical-align: middle;
}

.content-disease .alpha-list ul li a {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #363636 !important;
  font-size: 15px;
  border: 1px solid #DFDFDF;
}

.content-disease .alpha-list ul li a:hover, .content-disease .alpha-list ul li a.active {
  color: #fff !important;
  background: #274BA4;
}

.content-disease .cat-list {
  display: none;
}

.content-disease .cat-list ul {
  margin: 0 -10px;
}

.content-disease .cat-list ul li {
  padding: 0 10px;
  margin: 0 0 15px;
}

.content-disease .cat-list ul li a {
  color: #404040;
  font-size: 15px;
}

.content-disease .change-type {
  color: #274BA4;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
}

.content-disease .disease-result {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DFDFDF;
}

.content-disease .disease-result p {
  color: #A5A5A5;
  font-size: 15px;
  margin: 0 0 30px;
}

.content-disease .disease-result ul li {
  margin: 0 0 20px;
}

.content-disease .disease-result ul li a {
  color: #4A4A4A;
}

.content-disease .disease-result ul li a:hover {
  color: #274BA4;
  text-decoration: underline;
}

.content-disease .disease-right {
  padding: 30px 15px 30px 30px;
}

.content-disease .disease-right h2 {
  color: #000000;
  font-size: 21px;
  margin: 0 0 15px;
}

.content-disease .loading {
  height: 200px;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px auto;
}

.toggle-content {
  border-top: 1px solid #E1E1E1;
}

.toggle-content .toogle-item {
  border: 1px solid #E1E1E1;
  border-top: none;
}

.toggle-content .toogle-item h3 {
  cursor: pointer;
  color: #000000;
  padding: 15px 15px;
  margin: 0;
  font-size: 17px;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.toggle-content .toogle-item .custom-content {
  padding: 20px 15px 20px;
  display: none;
}

.toggle-content .toogle-item.active h3 {
  background-image: url("../images/angle-up.svg");
}

.toggle-content .toogle-item:first-child .custom-content {
  display: block;
}

.custom-content p {
  margin: 0 0 15px;
}

.custom-content p:last-child {
  margin: 0;
}

.content-online {
  min-height: calc(100vh - 140px);
  padding: 50px 0;
}

.content-online .online-step {
  display: none;
}

.content-online .online-step.active {
  display: block;
}

.content-online h3 {
  color: #274BA4;
  font-size: 21px;
  margin: 0 0 25px;
}

.content-online .the-step {
  margin-bottom: 50px;
}

.content-online .the-step .step-item {
  width: 33.33%;
  padding: 15px;
  color: #4A4A4A;
  background: #EBEBEB;
  position: relative;
}

.content-online .the-step .step-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 22px solid #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}

.content-online .the-step .step-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 20px solid #EBEBEB;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}

.content-online .the-step .step-item.active {
  background: #274BA4;
  color: #fff;
}

.content-online .the-step .step-item.active:after {
  border-left: 20px solid #274BA4;
}

.content-online #onlstep1 .list-flex {
  margin: 0 -25px;
}

.content-online #onlstep1 .list-flex .item-flex {
  padding: 0 25px;
}

.content-online #onlstep1 .list-flex .item-flex:first-child {
  border-right: 1px solid #DFDFDF;
}

.content-online #onlstep1 .list-flex .item-flex ul {
  margin: 0 -10px;
}

.content-online #onlstep1 .list-flex .item-flex ul li {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.content-online #onlstep1 .list-flex .item-flex ul li a {
  color: #000;
}

.content-online #onlstep1 .list-flex .item-flex ul li a:hover {
  color: #274BA4;
  text-decoration: underline;
}

.content-online .btn-next {
  margin-top: 50px;
}

.content-online .diaonl-item {
  margin-bottom: 50px;
}

.content-online .diaonl-item ul {
  margin: 0 -10px;
}

.content-online .diaonl-item ul li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 10px;
}

.content-online .diaonl-item ul li input {
  margin-right: 10px;
}

.content-online #onlstep3 {
  border-top: 1px solid #DFDFDF;
}

.content-online .onlfinish-item {
  padding: 20px 0;
  border-bottom: 1px solid #DFDFDF;
}

.content-online .onlfinish-item h3 {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
}

.content-online .onlfinish-item h3 a {
  color: #274BA4;
}

.content-online .onlfinish-item .show-content {
  position: absolute;
  top: 20px;
  right: 0;
  color: #274BA4;
  background-image: url("../images/angle-down-blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}

.content-online .onlfinish-item ul {
  padding: 25px 0 5px;
  margin: 0 -20px;
  display: none;
}

.content-online .onlfinish-item ul li {
  padding: 0 20px;
  margin: 0 0 20px;
}

.content-online .onlfinish-item.active .show-content {
  background-image: url("../images/angle-up-blue.svg");
}

.contact-bg {
  color: #4A4A4A;
}

.contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 39px 0 52px;
}

.ct-user-feature {
  width: 300px;
  margin-right: 18px;
}

.contact-user {
  margin-left: 18px;
}

.contact-user h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.contact-bg p {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
}

.contact-bg p i {
  margin-right: 20px;
}

.contact-bg p a {
  color: #4A4A4A;
  text-decoration: none;
}

.contact-title {
  font-size: 20px;
  margin-bottom: 17px;
  padding-bottom: 6px;
  font-weight: 700;
  border-bottom: 1px solid #707070;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 44px;
  margin: 0 -15px;
}

.contact-item {
  padding: 0 15px;
  width: 33.33%;
}

.contact-item h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-name {
  margin-bottom: 12px;
  font-weight: 400;
}

.contact-item p i {
  margin-right: 10px;
}

.operating-bg {
  padding: 32px 0 83px;
  color: #4A4A4A;
}

.operating-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17.5px;
}

.operating-left {
  width: 70%;
  padding: 0 17.5px;
}

.operating-video {
  width: 100%;
  height: 428px;
  overflow: hidden;
  position: relative;
  border: none;
}

.operating-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.operating-video-info {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.operating-video-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.operating-video-function a {
  margin-left: 4px;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 4px 22px;
  min-width: 106px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.35;
}

.operating-video-function a i {
  position: absolute;
  top: 6px;
  left: 7px;
}

.operating-right {
  width: 30%;
  padding: 0 17.5px;
}

.operating-right ul li {
  list-style: none;
}

.operating-tab-title li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 100px;
  border: 1px solid #CFCFCF;
  text-align: center;
  border-radius: 12px;
  color: #B7B7B7;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 10px;
}

.operating-tab-title li a {
  text-decoration: none;
  color: #B7B7B7;
  display: block;
  line-height: 1.33;
}

.operating-tab-title li.active {
  background: #4A4A4A;
  border-color: #4A4A4A;
  color: #fff;
}

.operating-tab-title li.active a {
  color: #fff;
}

.operating-video-cat {
  border: 1px solid #DEDEDE;
  padding: 9px 12px 10px 32px;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.operating-tab-pane li.active .operating-video-cat {
  background: #989898;
  border-color: #989898;
  color: #fff;
}

.operating-tab-pane li.active .operating-video-cat img {
  display: none;
}

.operating-tab-pane li.active .operating-video-cat .operating-open {
  display: block;
}

.operating-video-cat .operating-open {
  display: none;
}

.operating-video-cat img {
  width: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.operating-tab-pane li {
  margin-bottom: 2px;
}

.operating-video-list {
  margin: 3px 0 0;
}

.operating-video-it {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
}

.operating-video-feature {
  width: 103px;
  position: relative;
}

.operating-vd-feature {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.operating-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.operating-video-it-title {
  width: calc(100% - 103px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 13px;
  font-size: 10px;
  line-height: 1.4;
}

.operating-video-it-title a {
  text-decoration: none;
  color: #4A4A4A;
}

.operating-video-it.active {
  border: 1px solid #FFC845;
  background: #FFF6DF;
}

.operating-tab-pane, .operating-tab-pane li .operating-video-list {
  display: none;
}

.operating-tab-pane.active, .operating-tab-pane li.active .operating-video-list {
  display: block;
}

.examination-bg .container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

.examination-bg {
  padding: 8px 0 17px;
}

.examination-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4A4A4A;
}

.examination-main li {
  display: block;
}

.examination-left {
  width: 130px;
  margin-right: 16px;
  padding-top: 9px;
}

.examination-box {
  border: 1px solid #FFC845;
  background: #FFF9EF;
  border-radius: 16px;
  margin-bottom: 12px;
}

.examination-box:last-child {
  margin-bottom: 0;
}

.examination-box-title {
  padding: 5px;
  background: #FFC845;
  border-radius: 16px 16px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.examination-box-main {
  padding: 2px 8px;
}

.examination-box-main li {
  padding: 8px 0;
  font-size: 10px;
  font-weight: 500;
  border-bottom: 1px solid #FFC845;
  text-align: center;
}

.examination-box-main li i {
  margin-right: 10px;
}

.examination-box-main li:last-child {
  border-bottom: none;
}

.examination-box-2 .examination-box-main {
  padding: 7px 12px 22px;
}

.examination-box-main p {
  margin-bottom: 10px;
  line-height: 1.36;
}

.examination-box-main h5 {
  margin: 39px 0 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.examination-contact {
  font-size: 16px;
  color: #FFA200;
  font-weight: 500;
  text-align: center;
  display: block;
}

.examination-right {
  width: calc(100% - 147px);
  position: relative;
}

.examination-tab-title {
  padding: 0 70px 0 17px;
}

.examination-tab-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.examination-tab-title li {
  background: #FFF6DF;
  border: 1px solid #FFA200;
  border-radius: 8px 8px 0 0;
  padding: 5px 6px;
  font-size: 10px;
  font-weight: 500;
  min-width: 95px;
  text-align: center;
}

.examination-tab-title li a {
  color: #4A4A4A;
  text-decoration: none;
  display: block;
}

.examination-tab-title li.active {
  background: #FFA200;
}

.examination-tab-title li.active a {
  color: #fff;
}

.examination-tab-content {
  padding: 0 3px;
}

.examination-fiter-active {
  display: none;
}

.examination-fiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 7px;
}

.examination-fiter a {
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.examination-fiter a.active {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #FFA200;
}

.examination-fiter a.active img {
  display: none;
}

.examination-fiter a.active .examination-fiter-active {
  display: block;
}

.examination-tab-pane {
  display: none;
  position: relative;
  z-index: 10;
  height: 100%;
}

.examination-tab-pane.active {
  display: block;
}

.examination-tab-content-1 {
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  position: relative;
}

.examination-tab-content-1::after {
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 0;
  content: "";
  border: 1px solid #E1E1E1;
  border-radius: 16px;
}

.examination-tab-content-1::before {
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  content: "";
  border: 1px solid #E1E1E1;
  border-radius: 16px;
}

.sma-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.examination-item {
  width: 50%;
  padding: 23px 30px;
  height: 100%;
}

.examination-item-box {
  border: 2px solid #FFA200;
  border-radius: 8px;
  padding: 22px;
  height: 100%;
  height: 635px;
  overflow: auto;
}

.examination-inner {
  height: 100%;
}

.examination-other {
  margin: 0 -11px;
}

.examination-other-box-bg {
  padding: 0 11px;
  width: 33.33%;
}

.examination-other-box {
  border: 1px solid #43D3D8;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 22px;
}

.examination-other-box h3 {
  padding: 4px;
  background: #5AE0E5;
  font-size: 10px;
  line-height: 1.3;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-weight: 500;
  margin: 0;
}

.examination-other-main {
  padding: 8px;
  color: #4A4A4A;
}

.examination-other-main p {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
  height: 28px;
  line-height: 14px;
  overflow: hidden;
}

.status-normal {
  height: 20px;
  overflow: hidden;
}

.examination-other-result {
  font-size: 13px;
  font-weight: 500;
}

.examination-positive {
  color: #FF0000;
}

.examination-note-bg {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.examination-note {
  max-width: 224px;
  padding: 8px 18px 23px 18px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 8px;
}

.examination-note h3 {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.examination-note h3 img {
  margin-right: 8px;
}

.examination-note-des {
  font-size: 9px;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: left;
}

.examination-note-link {
  padding: 3px;
  display: inline-block;
  min-width: 85px;
  text-align: center;
  border: 1px solid #FFA200;
  border-radius: 4px;
  font-size: 10px;
  color: #FFA200;
  font-weight: 500;
  text-decoration: none;
}

.examination-item-box-2 {
  background: #E4E4E4;
  border-color: #E4E4E4;
}

.examination-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #C9C9C9;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
}

.clinical-item {
  border: 1px solid #FFC845;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 15px 5px;
  min-height: 154px;
}

.clinical-item h3 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 5px;
}

.clinical-item p {
  padding: 0 10px;
  font-size: 10px;
  line-height: 3.2;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE19B;
  text-decoration-color: #FFE19B;
}

.examination-synthetic .examination-item-box {
  padding: 18px 11px;
}

.examination-table {
  position: relative;
  min-width: 340px;
}

.examination-table table {
  border-collapse: collapse;
  width: 100%;
}

.ex-border {
  position: absolute;
  top: 18px;
  bottom: 1px;
  border-left: 1px dashed #43D3D8;
}

.ex-border-0 {
  right: 0;
  border-left: 1px solid #43D3D8;
}

.ex-border-1 {
  right: 15.5px;
}

.ex-border-2 {
  right: 31px;
}

.ex-border-3 {
  right: 46.5px;
}

.ex-border-4 {
  right: 77.5px;
}

.ex-border-5 {
  right: 93px;
  border-left: 1px solid #43D3D8;
}

.ex-border-6 {
  right: 108.5px;
}

.ex-border-7 {
  right: 139.5px;
}

.ex-border-8 {
  right: 155px;
}

.ex-border-9 {
  right: 170.5px;
}

.examination-table th {
  padding: 2px 4px;
  color: #A4A4A4;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px solid #4A4A4A;
  line-height: 1.2;
}

.examination-table th:nth-child(2) {
  min-width: 50px;
}

.examination-table th:nth-child(3)::after {
  width: 0;
  height: 0;
  border-left: 63px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid #FFC5D9;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.examination-table th:nth-child(3) {
  width: 63px;
  position: relative;
}

.examination-table th:nth-child(4) {
  width: 63px;
  /* background: #E4FFEB; */
  color: #0C286E;
  position: relative;
}

.examination-table th:nth-child(4)::after {
  width: 0;
  height: 0;
  border-left: 63px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid  #E4FFEB;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  right: 0;
}

.examination-table th:nth-child(4)::before {
  width: 0;
  height: 0;
  height: 12px;
  width: 100%;
  background: #E4FFEB;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.examination-table th:nth-child(5) {
  width: 63px;
  /* background: #FFC5D9; */
  position: relative;
}

.examination-table th:nth-child(5)::after {
  width: 0;
  height: 0;
  border-left: 62px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 12px solid  #FFC5D9;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  z-index: -1;
}

.examination-table th:nth-child(5)::before {
  background: #FFC5D9;
  width: 100%;
  height: 24px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.examination-table td {
  font-size: 10px;
  font-weight: 500;
  color: #707070;
  min-height: 41px;
  padding: 28px 4px 1px;
  border-bottom: 1px solid #FFA200;
}

.examination-table td:nth-child(2) {
  text-align: center;
  font-size: 12px;
  position: relative;
}

.examination-table td:nth-child(3) {
  text-align: right;
  border-left: 1px solid #43D3D8;
  border-right: 1px dashed #43D3D8;
  position: relative;
}

.examination-table td:nth-child(5) {
  border-left: 1px dashed #43D3D8;
  position: relative;
}

.examination-table td:nth-child(4) {
  padding-left: 0;
  background-color: #E4FFEB;
}

.examination-table td:nth-child(4) img {
  position: relative;
  top: -18px;
  left: -2px;
}

.sma-red {
  color: #FF0000 !important;
}

.examination-table td:nth-child(2) img {
  position: absolute;
  right: 4px;
}

.examination-table td:nth-child(3) img {
  position: absolute;
  top: 10px;
}

.examination-table td:nth-child(5) img {
  position: absolute;
  top: 10px;
}

.examination-table tr:last-child td {
  border-bottom: none;
}

.examination-table tr:last-child td:nth-child(3), .examination-table tr:last-child td:nth-child(4), .examination-table tr:last-child td:nth-child(5) {
  border-bottom: 1px solid #43D3D8;
}

.ex-outside {
  position: absolute;
  right: 30px;
  top: -17px;
  font-size: 10px;
  color: #FF4181;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ex-outside img {
  width: 38px;
  position: relative;
  top: 7px;
}

.ex-outside span {
  margin: 0 5px;
}

.examination-1 .examination-item-box {
  padding: 26px 15px 15px;
}

.sma-zero {
  background-image: url("../images/zero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.examination-table-1.examination-table tr:last-child td {
  border-bottom: 1px solid #FFA200;
}


.health-bg {
  padding: 80px 0;
  background: #F8F8F8;
  color: #4A4A4A;
}

.health-main {
  max-width: 622px;
  margin: 0 auto;
  position: relative;
}

.health-box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  min-height: 420px;
}

.health-menu {
  position: absolute;
  width: 150px;
  left: -174px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

.health-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin: 30px 0;
  color: #4A4A4A;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.health-menu li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin-left: 10px;
}

.health-menu li.active span {
  background: #4579F9;
  border-color: #4579F9;
}

.health-menu li.active {
  color: #4579F9;
}

.health-left {
  padding: 105px 30px;
  width: 50%;
  border-right: 1px solid #707070;
}

.health-left h2 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}

.health-right {
  width: 50%;
}

.health-it {
  padding: 28px 25px;
  border-bottom: 1px solid #707070;
  min-height: 105px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #707070;
}

.health-it label {
  font-size: 12px;
  color: #B7B7B7;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  position: relative;
  z-index: 10;
}

.health-input {
  width: 100%;
  border: none;
  font-size: 14px;
  color: #0C286E;
  font-weight: 400;
  padding: 0;
  position: relative;
  z-index: 10;
}

.health-input:placeholder {
  color: #707070;
}

.health-it:last-child {
  border-bottom: none;
}

.health-select {
  color: #707070;
  font-size: 16px;
  width: 100%;
  border: none;
  background-image: url(../images/next.png);
  background-position: calc(100% - 10px) 4px;
  background-size: 17px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 10;
}

.health-select::-ms-expand {
  display: none;
}

input:focus, select:focus-visible {
  outline: none;
}

.health-next {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 13px;
}

.health-next a {
  color: #000;
  text-decoration: none;
}

.health-next img {
  display: block;
  margin: 3px auto 0;
}

.health-prev {
  text-align: center;
  margin-bottom: 13px;
}

.health-it-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
  margin-bottom: 34px;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
}

.health-it-inline label {
  width: 48%;
  font-size: 12px;
  color: #4A4A4A;
  padding-right: 10px;
  margin-bottom: 0;
}

.health-input-small {
  color: #0C286E;
  font-size: 14px;
  width: 52%;
  border: none;
  border-bottom: 1px solid #B7B7B7;
  position: relative;
  z-index: 10;
}

.health-inline {
  margin-top: 38px;
}

.health-it-inline::after {
  top: -14px;
  right: -7px;
  bottom: -7px;
  border: 1px dashed #4A4A4A;
  border-radius: 4px;
  content: "";
  position: absolute;
  width: calc(52% + 14px);
  opacity: 0;
}

.health-it-inline.focus::after {
  opacity: 1;
}

.health-it-bg {
  position: relative;
  z-index: 8;
  width: 100%;
}

.health-it-bg::after {
  top: -7px;
  right: -10px;
  bottom: -7px;
  left: -10px;
  border: 1px dashed #4A4A4A;
  content: "";
  position: absolute;
  opacity: 0;
}

.health-it-bg.focus::after {
  opacity: 1;
}

.health-address .health-it {
  min-height: 140px;
  font-size: 16px;
  padding: 0;
  display: block;
}

.health-address .health-it.active {
  background: #325DC8;
  color: #fff;
  font-weight: 500;
}

.health-custom-checkbox {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #4A4A4A;
}

.health-checkbox {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../images/blank-check-box.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  cursor: pointer;
}

.health-custom-checkbox input:checked ~ .health-checkbox:after {
  display: block;
  background-image: url(../images/check-box.png);
  background-position: center;
  top: 0;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  left: 0;
  width: 14px;
  height: 14px;
}

.health-custom-checkbox input:checked ~ .health-checkbox {
  background-image: none;
}

.health-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.health-check-input {
  display: none;
}

.health-checkbox-it {
  margin: 34px 0;
}

.health-checkbox-list {
  padding: 6px 30px;
}

.health-custom-checkbox input:checked + span + span {
  color: #4579F9;
}

.health-contact .health-it {
  min-height: 140px;
}

.health-datetime h4 {
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 0;
  font-weight: 400;
}

.health-review {
  padding: 20px 40px;
}

.health-review h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
  margin: 0 -22px 2px;
}

.health-review h4 {
  font-size: 12px;
  color: #4A4A4A;
  font-weight: 400;
  margin: 32px 0 7px;
  padding-left: 8px;
  border-left: 2px solid #5183FF;
}

.health-info-item {
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding-right: 30px;
}

.health-info-title {
  border-bottom: 1px solid #DEDEDE;
}

.health-info-item h5 {
  font-size: 12px;
  font-weight: 400;
  color: #B7B7B7;
  margin-bottom: 5px;
}

.health-info-item p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.health-info-edit {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
  color: #0041E1;
  text-decoration: underline;
}

.health-send {
  text-align: center;
}

.health-send a, .health-send button {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 140px;
  text-align: center;
  background: #5183FF;
  border-radius: 4px;
  margin: 32px auto 0;
  text-decoration: none;
  border: none;
}

.health-section {
  display: none;
}

.health-section.active {
  display: block;
}

.clinical-item:last-child {
  margin-bottom: 0;
}

.health-radio-input {
  display: none;
}

.health-radio-input:checked ~ span {
  color: #fff;
  background: #325DC8;
}

.health-custom-radio span {
  min-height: 140px;
  font-size: 16px;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 25px;
}

.health-custom-radio {
  margin: 0 !important;
}

.dashboard-back {
  color: #4A4A4A;
  font-size: 12px;
  background-image: url("../images/back-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 15px;
  text-indent: unset !important;
}

.examination-tab-pane {
  z-index: 1;
}

.page-template-booking-foreigner, .page-template-booking-work {
  background: #F8F8F8;
}

.page-template-result .nodata {
  text-align: center;
  padding-top: 100px;
}

.page-template-profile .nodata {
  background: #fff;
  padding: 340px 0;
  text-align: center;
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  width: 55px;
  border: none;
  background-image: url(../images/arrow-down.svg) !important;
  background-position: right 1px center !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-repeat: no-repeat !important;
  padding-right: 20px;
  display: block;
  text-align: left;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}

#changePassForm {
  max-width: 500px;
  min-height: 598px;
}

.btn-hover {
  background: #F8F8F8;
  color: #A9A9A9;
}

#footer .footer-inner {
  color: #4A4A4A;
  padding: 20px 0;
  border-top: 1px solid #4A4A4A;
}

#footer .footer-inner .socials {
  position: absolute;
  top: 10px;
  right: 0;
}

#footer .footer-inner .socials a {
  margin-left: 15px;
}

@media (max-width: 1100px) {
  .examination-item {
    padding: 23px 10px;
  }
}

@media (max-width: 991px) {
  .operating-tab-title li {
    min-width: 80px;
  }
  .health-left {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    border: none;
  }
  .health-right {
    width: 100%;
    padding: 0 20px;
  }
  .health-it, .health-contact .health-it, .health-address .health-it {
    min-height: auto;
  }
  .health-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .health-menu {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 150px;
    margin-right: 20px;
  }
  .health-section-bg {
    width: calc(100% - 170px);
  }
  .examination-item {
    padding: 10px 0;
    height: auto;
    width: 100%;
  }
  .examination-inner {
    padding: 10px 20px;
  }
  .examination-border {
    display: none;
  }
  .examination-tab-title li {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .operating-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .operating-right {
    width: 100%;
  }
  .operating-video {
    height: 250px;
  }
  .operating-video-info {
    display: block;
  }
  .contact-main {
    display: block;
    padding-bottom: 30px;
  }
  .ct-user-feature {
    margin: 0 auto 20px;
    display: block;
  }
  .contact-user {
    margin-left: 0;
    text-align: center;
  }
  .contact-item {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .health-menu {
    width: 100%;
  }
  .health-section-bg {
    width: 100%;
  }
  .health-menu {
    display: none;
  }
  .health-it {
    padding: 15px 10px;
  }
  .health-box {
    min-height: 100%;
  }
  .health-checkbox-list {
    padding: 0 10px;
  }
  .health-checkbox-it {
    margin: 15px 0;
  }
  .health-review {
    padding: 20px 30px;
  }
  .health-review h3 {
    margin: 0 -10px 0;
  }
  .examination-left {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .examination-fiter {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .examination-tab-title {
    padding: 0;
  }
  .examination-right {
    width: 100%;
  }
  .examination-item-box {
    overflow-y: auto;
  }
  .examination-tab-title li {
    margin: 5px;
    border-radius: 0;
  }
  .examination-tab-title {
    margin-bottom: 10px;
  }
  .examination-tab-title li.active {
    padding: 5px 6px;
  }
  .examination-other-box-bg {
    width: 50%;
    padding: 0 5px;
  }
  .examination-other-box {
    margin-bottom: 10px;
  }
  .examination-inner {
    height: auto;
  }
  .clinical-item {
    min-height: auto;
  }
  .examination-item-box {
    padding: 20px;
  }
  .contact-title {
    text-align: center;
  }
  .health-custom-radio span {
    min-height: auto;
  }
  .health-right {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  .toggle-menu {
    display: block;
  }
  .the-header #header {
    text-align: center;
    padding: 10px 0;
  }
  .the-header #header .logo {
    position: static;
  }
  .the-header #header .header-toolmo {
    top: 17px;
    transform: none;
    -webkit-transform: none;
    right: 15px;
  }
  #menu-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    display: none;
  }
  #menu-main ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
  }
  #menu-main ul li {
    display: block;
    margin: 0;
  }
  #menu-main ul li ul {
    position: static;
    -webkit-transform: none;
            transform: none;
    border: none;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
  }
  .part-pc {
    display: none;
  }
  .part-mo {
    display: block;
  }
  .content-home {
    padding: 30px 0;
  }
  #footer {
    text-align: left;
  }
  #footer .row {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  #footer .menu-footer {
    text-align: center !important;
    margin-bottom: 5px;
  }
  #footer .menu-footer ul li {
    margin: 0 5px;
  }
  .content-page {
    padding: 30px 0;
  }
  .about-list .wp-block-columns {
    padding: 30px 0;
  }
  .about-list .wp-block-columns:nth-child(2n) {
    padding: 30px 15px;
  }
  .intro {
    padding: 30px 0;
    font-size: 21px;
  }
  .nav-bottom a {
    margin-bottom: 15px;
  }
  .extra-content .wp-block-verse {
    margin-bottom: 30px;
  }
  .extra-content .row-hightlight {
    padding: 20px;
  }
  .content-service .custom-content .wp-block-column:first-child {
    padding: 0 0 10px;
  }
  .content-service .service-list .service-item {
    margin-top: 20px;
    padding: 20px;
  }
  .contact-map {
    margin-top: 30px;
  }
  .news-list .news-item .list-flex {
    display: block;
  }
  .news-list .news-item .list-flex .image-fit {
    margin: 0 auto 20px;
  }
  .news-list .news-item .list-flex .info {
    width: auto;
    padding: 0;
  }
  .sidebar {
    padding: 0;
    margin-top: 30px;
  }
  #dashboard-header .user-info .current span {
    font-size: 0;
  }
  .content-profile .userpo-general .profile-list .item-inline {
    display: block;
    width: auto !important;
  }
  .content-profile .userpo-general .btn-detail {
    font-size: 22px;
  }
  #dashboard-content .col-sm-4 {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=main.css.map */

