@media screen and (max-width: 1200px) {
  html {
    font-size: 90%; } }
nav.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: .5rem 2.5rem; }
  nav.navbar .nav-item a.nav-link {
    color: #fff;
    padding: .5rem 2rem; }
  nav.navbar .nav-item.on a.nav-link {
    color: #fb9d94 !important; }
    nav.navbar .nav-item.on a.nav-link:before {
      content: ' ';
      display: block;
      width: 2rem;
      border: 1px solid #fb9d94;
      position: absolute;
      bottom: .5rem; }
  nav.navbar button {
    color: #fff;
    border-color: #fff; }
    nav.navbar button:hover {
      color: #fff;
      border-color: #fb9d94;
      background-color: #fb9d94; }
  nav.navbar.nav-opaque {
    position: relative; }
    nav.navbar.nav-opaque .nav-item a.nav-link {
      color: #6c757d; }
    nav.navbar.nav-opaque button {
      color: #6c757d;
      border-color: #6c757d; }
      nav.navbar.nav-opaque button:hover {
        color: #fff;
        border-color: #fb9d94;
        background-color: #fb9d94; }

footer {
  padding-top: 2rem; }
  footer .row {
    margin: 0; }
  footer li {
    padding: .5rem; }
    footer li img {
      padding-bottom: 1.5rem; }
  footer p {
    line-height: 2rem; }

.reserve {
  position: fixed;
  color: #fb9d94;
  font-size: 1.25rem;
  right: -6rem;
  top: 30%;
  display: flex;
  align-items: flex-start;
  width: 14.5rem;
  height: 4.75rem;
  transition: all .5s ease-in-out;
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem 0 0 1rem; }
  .reserve .tip {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #fff;
    border-radius: 1rem 0 0 1rem;
    transition: opacity 1s ease-in-out; }
    .reserve .tip p {
      margin: 0 1rem 0 0; }
  .reserve .content {
    z-index: -1;
    background-color: #fff;
    padding: 1rem;
    font-size: 1rem;
    position: absolute;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border-radius: 1rem 0 0 1rem; }
    .reserve .content p {
      color: #6c757d;
      text-align: center; }
    .reserve .content img {
      width: 100%; }
  .reserve:hover {
    height: 14.5rem;
    right: 0; }
    .reserve:hover .tip {
      opacity: 0; }
    .reserve:hover .content {
      height: 100%; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #fb9d94;
  border-color: #fb9d94; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #fb9d94; }

.container-home {
  text-align: right;
  color: #6c757d; }
  .container-home .row {
    height: 100%;
    display: flex;
    align-items: center; }
  .container-home h1 {
    font-size: 3.75rem;
    margin-bottom: 1.875rem; }
  .container-home h2 {
    font-size: 1.875rem;
    margin: 3.125rem 0; }
    .container-home h2:after {
      content: ' ';
      background: url(../img/title_after.png) no-repeat;
      width: 1.5rem;
      height: 1.875rem;
      display: inline-block;
      vertical-align: sub;
      margin-left: 1rem; }
  .container-home p {
    font-size: 1.125rem;
    margin-bottom: 8rem; }
  .container-home .dot {
    margin: 0 2rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #6c757d;
    vertical-align: middle; }

.row {
  margin: 0; }

.msg {
  color: #fff;
  background: linear-gradient(-45deg, #fca394, #f99595);
  padding: 2.5rem;
  border-radius: 1rem;
  position: relative; }
  .msg h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    padding-left: 2.75rem;
    position: relative; }
    .msg h2:before {
      content: ' ';
      background: url(../img/hospital.png) no-repeat;
      width: 2.25rem;
      height: 2.25rem;
      margin-right: .5rem;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 5px; }
  .msg p {
    font-size: 1.125rem;
    letter-spacing: .1rem; }
  .msg:after {
    content: ' ';
    position: absolute;
    bottom: -2.5rem;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 5.625rem solid #fca394;
    transform: rotate(-45deg);
    z-index: -1; }

.col-msg {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 5%;
  justify-content: center; }

.control {
  display: flex;
  justify-content: center;
  padding: 5rem 0; }
  .control a {
    position: relative;
    margin: 0 3rem; }

.col-screen {
  padding: 0; }
  .col-screen .screen img {
    width: 100%; }

.screen {
  position: relative; }
  .screen .carousel {
    padding: 3.9% 0 9% 13.9%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .screen .carousel .carousel-inner {
      height: 100%; }
      .screen .carousel .carousel-inner .carousel-item {
        height: 100%; }
      .screen .carousel .carousel-inner img {
        height: 100%; }

.sec-iphone {
  margin-top: 10rem; }
  .sec-iphone .col-screen {
    display: flex;
    justify-content: center; }
  .sec-iphone .msg {
    background: linear-gradient(45deg, #f99595, #fca394); }
    .sec-iphone .msg h2:before {
      background-image: url(../img/user.png); }
    .sec-iphone .msg:after {
      left: 10%;
      width: 0;
      height: 0;
      border-top-color: #f99595;
      transform: rotate(45deg);
      z-index: -1; }
  .sec-iphone .screen {
    position: relative; }
    .sec-iphone .screen .carousel {
      padding: 71px 20px; }
  .sec-iphone .carousel-control-next, .sec-iphone .carousel-control-prev {
    position: relative; }

.sec-ipad {
  margin-top: 10rem; }
  .sec-ipad .screen {
    position: relative; }
    .sec-ipad .screen .carousel {
      padding: 3.59% 0 3.9% 10.8%; }

.sec-cases {
  margin-top: 10rem; }
  .sec-cases header {
    text-align: center;
    position: relative;
    margin-bottom: 4rem; }
    .sec-cases header span {
      display: flex;
      align-items: center;
      color: #fb9d94;
      position: absolute;
      right: 5rem;
      top: 1.2rem; }
      .sec-cases header span:after {
        content: ' ';
        width: 1rem;
        height: 1rem;
        background: url("../img/more.png") no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: .5rem; }
  .sec-cases .content {
    display: flex;
    overflow-x: hidden; }
    .sec-cases .content .hd.next {
      position: relative; }

#case {
  flex: auto;
  width: 100%; }
  #case .picScroll-left {
    display: flex;
    justify-content: space-between; }
    #case .picScroll-left .hd {
      display: flex;
      align-items: center;
      flex: 0 0 10%;
      width: 15rem;
      justify-content: space-between; }
      #case .picScroll-left .hd .next, #case .picScroll-left .hd .prev {
        max-width: 50%;
        flex: 0 0 50%;
        text-align: center;
        cursor: pointer; }
    #case .picScroll-left .bd {
      width: 100% !important; }
      #case .picScroll-left .bd .tempWrap {
        width: 100% !important; }
        #case .picScroll-left .bd .tempWrap .picList li img {
          width: 100%; }
      #case .picScroll-left .bd .title {
        text-align: left; }
        #case .picScroll-left .bd .title h5 {
          font-size: 1.125rem;
          margin-top: 1.5rem; }
        #case .picScroll-left .bd .title p span {
          color: #fb9d94;
          margin-right: 2rem; }
  #case * {
    margin: 0;
    padding: 0;
    list-style: none; }
  #case img {
    border: 0; }
  #case a {
    text-decoration: none;
    color: #333; }
  #case .picScroll-left {
    overflow: hidden;
    position: relative; }
  #case .picScroll-left .hd .prevStop {
    opacity: 0; }
  #case .picScroll-left .hd .nextStop {
    opacity: 0; }
  #case .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1; }
  #case .picScroll-left .bd ul li {
    margin: 0 1rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center; }
  #case .picScroll-left .bd ul li .pic {
    text-align: center; }
  #case .picScroll-left .bd ul li .pic img {
    display: block;
    padding: 2px; }
  #case .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999; }
  #case .picScroll-left .bd ul li .title {
    line-height: 24px; }

html {
  overflow-x: hidden; }

#search {
  cursor: pointer; }

/*# sourceMappingURL=care.css.map */
