@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@font-face {
  font-family: "dentistfont";
  src: url("../fonts/dentistfont.ttf");
  src: url("../fonts/dentistfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #007cc2;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #00a3ff;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #007cc2;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #4c4c4c;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

.pt-30 {
  padding-top: 30px;
}

.button,
a.button {
  padding: 17px 40px;
  background-color: #007cc2;
  border-color: #007cc2;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.06px;
  font-weight: 500;
  /*&:hover{ color: #fff; border-color: #fff; background-color: $color_page_1; }
  &:after{ display: table; content: ""; line-height: 0; clear: both; }*/
}

.page {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container .row {
  margin: 0;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 40px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  color: #007cc2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-title:after {
  content: "";
  width: 80%;
  height: 2px;
  margin-top: 5px;
  background: #00a3ff;
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
}

.box {
  position: relative;
}

.box-header {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.box-title {
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  font-size: 30px;
  color: #007cc2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-title span {
  /*color: #9cdbff; 
  text-transform: initial; 
  font-size: 26px; */
  color: #00a3ff;
  display: block;
  font-size: 26px;
  line-height: 30px;
}
.box-title:after {
  display: none;
  content: "";
  width: 60%;
  height: 2px;
  margin-top: 5px;
  background: #00a3ff;
}
.box-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.box-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.box-description {
  text-align: center;
  color: #007cc2;
  font-size: 16px;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  z-index: 2;
  background: #f7f7f7;
  text-transform: uppercase;
  line-height: 1.7;
}
.breadcrumbs a {
  color: #007cc2;
}
.breadcrumbs a:hover {
  color: #4c4c4c;
}
.breadcrumbs span.item_sep {
  opacity: 0.5;
  margin: 0 5px;
}
.breadcrumbs.brb-header {
  padding: 25px 0;
}
.breadcrumbs.brb-header .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs.brb-header .breadcrumbs-header {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.more {
  position: relative;
  height: 110px;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #4c4c4c;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.readmore {
  text-align: center;
  padding: 20px 0 0;
}
.readmore a {
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  background: #007cc2;
  color: #fff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  text-decoration: none;
  /*font-size:14px; */
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 24px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.readmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a3a3a;
  background: #004fa2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.readmore a:hover {
  color: #fff !important;
}
.readmore a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*------------------------------------------------
** MENU
**------------------------------------------------*/
nav.main_menu {
  position: relative;
  z-index: 99;
  width: 100%;
}
nav.main_menu .menu_inner {
  width: 100%;
}
nav.main_menu.stick .menu_inner {
  position: fixed;
  top: 0;
  border-bottom: 3px solid #007cc2;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.main_menu {
  height: 70px;
}
.main_menu ul.menunav {
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 3px solid #007cc2;
  background: #FFF;
  border-radius: 10px;
  display: flex;
}
.main_menu ul.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*display: inline-block;*/
}
.main_menu ul.menunav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  line-height: 70px;
  text-align: center;
  color: #007cc2;
  font-size: 17px;
  white-space: nowrap;
  text-transform: uppercase;
}
.main_menu ul.menunav li:hover, .main_menu ul.menunav li.active {
  position: relative;
}
.main_menu ul.menunav li:hover:after, .main_menu ul.menunav li.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #00a3ff;
}
.main_menu ul.menunav li:hover a {
  color: #00a3ff;
}
.main_menu ul.menunav li.active a {
  color: #00a3ff;
}
.main_menu ul.menunav li.column {
  display: none;
  position: initial;
}
.main_menu ul.menunav li ul.level1 {
  position: absolute;
  left: 0;
  /*top: 73px;*/
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #00a3ff;
  padding: 0;
  border-top: 3px solid #00a3ff;
  z-index: 9;
  margin-bottom: 10px;
}
.main_menu ul.menunav li ul.level1 li {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #00a3ff;
}
.main_menu ul.menunav li ul.level1 li a {
  line-height: 25px;
  text-align: left;
  font-size: 13px;
}
.main_menu ul.menunav li ul.level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.main_menu ul.menunav li ul.level1 li:hover, .main_menu ul.menunav li ul.level1 li.active {
  /*color: $color_page;*/
  border-bottom: 1px solid #007cc2;
  background: linear-gradient(301deg, transparent, #007cc2);
}
.main_menu ul.menunav li ul.level1 li:hover:after, .main_menu ul.menunav li ul.level1 li.active:after {
  height: 0;
}
.main_menu ul.menunav li:hover ul.level1 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
  transform: translateY(0px) !important;
  left: 0;
}
.main_menu ul.menunav li:hover ul.level1 li {
  padding: 0 20px;
}
.main_menu ul.menunav li:hover ul.level1 li a {
  color: #FFF;
  padding: 0;
  line-height: 40px;
  text-align: left;
}
.main_menu ul.menunav li:hover ul.level1 li a .fa {
  margin-right: 8px;
  color: #FFF;
}
.main_menu ul.menunav li:hover ul.level1 li a:hover, .main_menu ul.menunav li:hover ul.level1 li a.active {
  color: #FFF;
}
.main_menu ul.menunav li:hover ul.level1 li.active, .main_menu ul.menunav li:hover ul.level1 li:hover {
  /*background: $color_page;*/
  /*border-bottom: 1px solid $color_page;*/
}
.main_menu ul.menunav li:hover ul.level1 li.active a, .main_menu ul.menunav li:hover ul.level1 li:hover a {
  color: #FFF;
}
.main_menu ul.menunav li ul.submenu_inner {
  width: 100%;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu {
  display: block;
  width: 25%;
  float: left;
  padding: 0 20px;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu a.title {
  font-size: 18px;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu:hover {
  background: none;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu:last-child {
  border-right: 0;
}
.main_menu ul.menunav li ul.submenu_inner:after {
  display: block;
  content: "";
  clear: both;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 {
  display: block;
  position: relative;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li {
  display: block;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li a {
  line-height: 25px;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li:hover {
  background: none;
}
.main_menu ul.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.main_menu ul.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.main_menu ul.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_menu ul.menunav .lang-inner .item:hover {
  border-color: #00a3ff;
}
.main_menu.stick ul.menunav {
  border: 0;
  border-radius: 0;
}
.main_menu.stick ul.menunav > li a {
  line-height: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*color: #FFF;*/
}

@media only screen and (max-width: 935px) {
  .main_menu ul.menunav li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 865px) {
  .main_menu ul.menunav li a {
    font-size: 14px;
  }
}
.lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lang-inner .item:hover {
  border-color: #00a3ff;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.rd-mobilepanel .rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel .rd-mobilepanel_toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel .rd-mobilepanel_toggle span:before, .rd-mobilepanel .rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel .rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-mobilepanel .rd-mobilepanel_title {
  display: none;
  float: left;
  margin: 5px 0 0 55px;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rd-mobilepanel .lang {
  width: calc(100% - 110px);
}
.rd-mobilepanel .lang .lang-inner {
  justify-content: flex-end;
}
.rd-mobilepanel .lang .lang-inner .item {
  width: 30px;
  height: 30px;
}
.rd-mobilepanel .lang .lang-inner .item img {
  height: 100%;
  margin: auto;
  left: 50%;
}
.rd-mobilepanel .online {
  display: flex;
  align-items: center;
  position: absolute;
  right: 6px;
  height: 100%;
}
.rd-mobilepanel .online .button {
  padding: 8px 22px;
}

.rd-mobilemenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu .rd-mobilemenu_ul {
  position: fixed;
  z-index: 99;
  top: 50px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px 24px 100px;
  color: #666;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu .rd-mobilemenu_ul > li {
  line-height: 21px;
}
.rd-mobilemenu .rd-mobilemenu_ul > li > a {
  display: block;
  padding: 0;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}
.rd-mobilemenu .rd-mobilemenu_ul > li ul.level1 > li {
  padding-left: 5px;
}
.rd-mobilemenu .rd-mobilemenu_ul > li ul.level1 > li a {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 32px;
  color: #4c4c4c;
}
.rd-mobilemenu .rd-mobilemenu_ul > li ul.level1 > li a i {
  width: 16px;
  font-size: 20px;
  line-height: 30px;
}
.rd-mobilemenu .rd-mobilemenu_ul > li ul.level1 > li:hover a, .rd-mobilemenu .rd-mobilemenu_ul > li ul.level1 > li.active a {
  color: #007cc2;
}
.rd-mobilemenu .rd-mobilemenu_ul > li:hover > a, .rd-mobilemenu .rd-mobilemenu_ul > li.active > a {
  color: #007cc2;
}
.rd-mobilemenu .rd-mobilemenu_ul hr {
  background: #dbdbdb;
}
.rd-mobilemenu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
nav.top {
  background: linear-gradient(to right, #007cc2 0%, #00a3ff 100%);
  border-bottom: 2px solid #007cc2;
  padding: 5px 0;
}
nav.top .container {
  max-width: 1400px;
}
nav.top .box_t {
  width: calc(100% - 150px);
  display: flex;
  justify-content: space-between;
}
nav.top .box_t .header_address {
  position: relative;
  padding-left: 0;
  /*width: calc(100% / 4);*/
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  line-height: 20px;
  /*&:before {
     content: "";
     position: absolute;
     background: #FFF;
     width: 1px;
     height: 75px;
     top: -21px;
     left: -13px;
     z-index: 9999999;
     overflow: visible;
  }*/
}
nav.top .box_t .header_address .header_icon {
  margin-right: 7px;
  overflow: hidden;
}
nav.top .box_t .header_address .header_icon i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
nav.top .box_t .header_address .header_icon i:hover {
  background: #00a3ff;
  color: #fff;
}
nav.top .box_t .header_address .header_address_text h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
nav.top .box_t .header_address .header_address_text p {
  font-size: 13px;
}
nav.top .box_t .header_address .header_address_text a {
  color: #fff;
}
nav.top .box_icon {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav.top .box_icon a.icon {
  display: block;
  /*width: 50%;*/
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
nav.top .box_icon a.icon i:before {
  font-size: 25px;
}
nav.top .box_icon a.icon.fb:hover {
  background: #fff;
  color: #4267b2;
}
nav.top .box_icon a.icon.yt:hover {
  background: #fff;
  color: red;
}

header {
  width: 100%;
  height: 160px;
  padding: 30px 0;
}
header .box_l {
  float: left;
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
header .box_l .logo {
  height: 100%;
  padding: 10px 10px 10px 0;
}
header .box_l .logo a img {
  max-width: initial;
  height: 100%;
}
header .box_l .name {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .box_l .name p {
  color: #007cc2;
  font-size: 22px;
  text-transform: uppercase;
}
header .box_r {
  float: right;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .box_r .online {
  margin-right: 30px;
}
header .box_r .time {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .box_r .time .header_icon {
  margin-right: 7px;
  overflow: hidden;
}
header .box_r .time .header_icon i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #00a3ff;
  color: #00a3ff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
header .box_r .time .header_icon i:hover {
  background: #00a3ff;
  color: #fff;
}
header .box_r .time .desc .title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
header .box_r .time .desc p span {
  display: block;
}
header .box_r .time .desc p span:nth-child(2) {
  letter-spacing: 2px;
}

.online .button {
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #00a3ff;
  padding: 12px 22px;
}
.online .button .fa {
  font-size: 25px;
  margin-right: 16px;
}
.online .button:hover {
  background-color: #007cc2;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(0, 124, 194, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #007cc2;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

.slider {
  margin-top: -15px;
  overflow: hidden;
}
.slider .slick-track .item {
  height: auto;
  min-height: 200px;
}
.slider .slick-track .item a {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-track .item a img {
  visibility: hidden;
}

/*------------------------------------------------
** MAIN-BODY
**------------------------------------------------*/
.heading {
  background: url("../images/header_bg.jpg") no-repeat center/cover;
  height: 200px;
  margin-top: -35px;
}

.load_more {
  text-align: center;
}
.load_more .fa-angle-down {
  font-size: 10em;
  cursor: pointer;
}
.load_more .fa-angle-down:hover {
  color: #00a3ff;
}

#main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
#main-body #center {
  margin: 0 380px 0 0;
}
#main-body #right {
  float: right;
  width: 100%;
  max-width: 300px;
}
#main-body #full {
  width: 100%;
}

#main-content {
  margin: 30px 0;
}
#main-content:after {
  display: block;
  content: "";
  clear: both;
}

.main-content {
  padding: 60px 0;
}

.form {
  /*.notice{display: none;}
  .notice.success {
  	width: 93%;
  	padding: 10px 0 10px 45px;
  	border-top: 2px solid #0F61CE;
  	border-bottom: 2px solid #0F61CE;
  	margin: 0 0 20px 5px;
  	font-weight: 400;
  	background: #D7E8FF url(../images/notice-info.png) no-repeat 10px center;
  	font-size: 10pt;
  	color: #000;
  }
  .notice.error {
  	width: 93%;
  	padding: 10px 0 10px 45px;
  	border-top: 2px solid #BF0000;
  	border-bottom: 2px solid #BF0000;
  	margin: 0 0 20px 5px;
  	font-weight: 400;
  	background: #FFEAEA url(../images/notice-alert.png) no-repeat 10px center;
  	font-size: 10pt;
  	color: #BF0000;
  }*/
}
.form input[type=text],
.form textarea {
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 0px 15px 15px;
  background: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto";
  color: #3498d9;
  margin-bottom: 30px;
  font-size: 11pt;
  line-height: 1.2;
}
.form input[type=text].error,
.form textarea.error {
  border: 1px solid red;
}
.form input.submit {
  width: fit-content;
}
.form #loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.form #loading img {
  position: relative;
  margin: 0 auto;
  top: 40%;
}
.form .notice {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
}
.form .notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.form .notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.form .notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}

.box-welcome {
  padding-bottom: 0;
}
.box-welcome .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-welcome .box-body .image {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.box-welcome .box-body .content {
  width: 46%;
  margin: 0 0 0 4%;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.box-welcome .box-body .content .desc {
  background-color: #ffffff;
  box-shadow: 0px 8px 59px 0px rgba(6, 30, 52, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 44px 40px 40px 40px;
  border-radius: 10px;
  text-align: center;
}
.box-welcome .box-body .content .desc p {
  margin: 5px 0;
  font-size: 15px;
  color: #5c5c5c;
  text-align: justify;
}
.box-welcome .box-body .content .desc a.button {
  border-radius: 30px;
  margin: 30px auto 0;
}

.box-service {
  padding-bottom: 10px;
  background: rgba(0, 124, 194, 0.2) url("../images/bg-image-1.jpg") center;
}
.box-service .box-title {
  color: #fff;
}
.box-service .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box-service .box-body .service-item {
  display: block;
  width: 25%;
  max-width: 240px;
  margin: 10px 0 30px;
  text-align: center;
  color: #fff;
}
.box-service .box-body .service-item .service-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 0px #007eb7;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-service .box-body .service-item .service-icon img {
  display: none;
}
.box-service .box-body .service-item .service-title {
  padding: 10px 5px 0;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.box-service .box-body .service-item .service-title:hover {
  color: #004fa2;
}
.box-service .box-body .service-item:hover {
  transition: all 0.3s ease;
}
.box-service .box-body .service-item:hover .service-icon {
  box-shadow: 0 0 15px 0px #004f73;
  transition: all 0.3s ease;
}
.box-service .box-body .service-item:hover .service-title {
  color: #004fa2;
}

.box-doctors {
  padding-bottom: 60px;
}
.box-doctors.home {
  background: #fdfdfd;
}
.box-doctors .team-listing {
  display: flex;
  flex-wrap: wrap;
}
.box-doctors .team-listing .team-item {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.box-doctors .team-listing .team-item .wrap {
  border: 1px solid rgba(6, 30, 52, 0.1);
  background: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.box-doctors .team-listing .team-item .wrap .image {
  position: relative;
  text-align: center;
  height: 380px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.box-doctors .team-listing .team-item .wrap .image img {
  visibility: hidden;
}
.box-doctors .team-listing .team-item .wrap .person_info {
  padding: 33px 30px 40px;
  background: #fbfbfb;
  height: calc(100% - 380px);
}
.box-doctors .team-listing .team-item .wrap .person_info .person_position {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box-doctors .team-listing .team-item .wrap .person_info .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  line-height: 30px;
  color: #007cc2;
}
.box-doctors .team-listing .team-item .wrap .person_info .subject {
  font-size: 14px;
  line-height: 22px;
}
.box-doctors .team-listing .team-item .wrap:hover {
  color: #fff;
}
.box-doctors .team-listing .team-item .wrap:hover .person_info {
  background: #00a3ff;
}
.box-doctors .team-listing .team-item .wrap:hover .person_info .name {
  color: #fff;
}
.box-doctors .slick-slider {
  margin-bottom: 0;
}
.box-doctors .slick-slider .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.box-doctors .slick-slider .slick-list .slick-track .slick-slide {
  height: auto;
}

.box-appointment {
  padding: 60px 0 0 0;
  /*background: url(https://ld-wp.template-help.com/wordpress_65156/wp-content/uploads/2017/09/contact-bg_04.jpg);*/
  border-style: solid;
  border-width: 1px 0px;
  border-color: #f2f4f5;
  background: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.box-appointment .container-wrapper {
  display: flex;
  flex-direction: row;
}
.box-appointment .image {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.box-appointment .content {
  width: 47%;
  max-width: 600px;
  margin-left: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 0 60px 0;
}
.box-appointment .content .desc {
  background-color: #ffffff;
  box-shadow: 0px 8px 59px 0px rgba(6, 30, 52, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}
.box-appointment .content .desc p {
  margin: 5px 0;
  padding: 0;
  font-size: 15px;
  color: #5c5c5c;
}
.box-appointment .content .desc input,
.box-appointment .content .desc select,
.box-appointment .content .desc textarea {
  color: #595959;
  padding: 10px 16px 10px 16px;
  margin: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #b3b3b3;
  border-radius: 6px;
  width: 100%;
  height: 48px;
}
.box-appointment .content .desc textarea {
  height: initial;
}
.box-appointment .content .desc a.button {
  border-radius: 30px;
  margin: 20px auto 0;
}
.box-appointment .content .desc .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.box-appointment .content .desc .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}
.box-appointment .content .desc .wpcf7-form p i {
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.box-appointment .content .desc .wpcf7-form p i {
  pointer-events: none;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 17px;
  z-index: 1;
}

.box-quote {
  padding-bottom: 0;
}
.box-quote .box-header {
  display: none;
}
.box-quote .box-body {
  padding-bottom: 0;
  height: 100%;
}
.box-quote .slick-list {
  height: 100%;
  padding: 15px 0;
}
.box-quote .slick-list .slick-track {
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.box-about .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-about .wrapper .box-item {
  width: calc(50% - 5px);
}
.box-about .wrapper .box-item .slick-slider .slick-dots {
  bottom: -10px;
}
.box-about .wrapper .box-video {
  width: calc(50% - 5px);
  padding: 15px 0;
}
.box-about .wrapper .box-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.box-partner {
  /*background: linear-gradient(to bottom, #FFF 0%, #e4e4e4 100%);*/
  /*padding: 0 0 30px;*/
}
.box-partner .head_title .title {
  padding: 0px 0 30px;
}
.box-partner .container .slick-list {
  height: 200px;
}
.box-partner .container .slick-list .slick-track {
  height: 100%;
}
.box-partner .container .slick-prev,
.box-partner .container .slick-next {
  top: calc(50% - 25px);
}
.box-partner .container .slick-prev {
  left: 0px;
}
.box-partner .container .slick-next {
  right: 0px;
}
.box-partner .container .item {
  padding: 0 15px;
}
.box-partner .container .item .image {
  height: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}
.box-partner .container .item .image a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-partner .container .item .image a img {
  max-height: 100%;
  min-width: 120px;
}
.box-partner .container .item .image:hover {
  /*background: #f1f1f1;*/
  border: 1px solid #d4d4d4;
}

ul.da-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.da-thumbs li {
  width: calc(25% - 30px);
  padding: 0;
  margin: 15px;
  height: initial;
  float: initial;
}
ul.da-thumbs li a {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75%;
}
ul.da-thumbs li a img {
  visibility: hidden;
  display: none;
}
ul.da-thumbs li a div {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  background: rgba(0, 163, 255, 0.2);
}
ul.da-thumbs li a div span {
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px;
  color: #fff;
}
ul.da-thumbs li a div span:hover {
  color: #00a3ff;
}
ul.da-thumbs:after {
  display: block;
  content: "";
  clear: both;
}

.device {
  padding-bottom: 40px;
}

.box-device {
  background: #f7f7f7;
}
.box-device .container {
  overflow: hidden;
  padding: 0;
}
.box-device.list_item ul.da-thumbs li {
  /*height: 300px;*/
}

.box_contact {
  padding: 60px 0;
  border-top: 1px solid #f2f4f5;
  background: rgba(249, 249, 249, 0.5);
}
.box_contact .container {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.box_contact .container .map {
  width: 65%;
  min-height: 600px;
  background: #d2d2d2;
  border: 1px solid #d1d1d1;
}
.box_contact .container .map iframe {
  width: 100%;
  height: 100%;
}
.box_contact .container .info {
  width: 30%;
  max-width: 400px;
  margin-left: 5%;
}

.box_why {
  padding: 60px 0;
  background: #f7f7f7;
}
.box_why .head_title .title {
  padding: 0 0 30px 0;
}
.box_why .contentWrapper .content {
  padding: 0 0 30px;
  font-size: 16px;
}
.box_why .contentWrapper .image-list {
  display: flex;
  flex-direction: row-reverse;
}
.box_why .contentWrapper .image-list .large-image {
  width: 40%;
}
.box_why .contentWrapper .image-list .list_item {
  width: 60%;
  flex-wrap: wrap;
  display: flex;
}
.box_why .contentWrapper .image-list .list_item .item {
  width: 50%;
  padding: 0 30px 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.box_why .contentWrapper .image-list .list_item .item .image {
  width: 70px;
}
.box_why .contentWrapper .image-list .list_item .item .image .material-icons {
  font-size: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #007cc2;
  color: #fff;
  cursor: pointer;
}
.box_why .contentWrapper .image-list .list_item .item .image .material-icons:hover {
  color: #004fa2;
  background: #fff;
  border-color: #004fa2;
}
.box_why .contentWrapper .image-list .list_item .item .blog {
  width: calc(100% - 70px);
}
.box_why .contentWrapper .image-list .list_item .item .blog h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #007cc2;
}
.box_why .contentWrapper .image-list .list_item .item .blog p {
  font-size: 14px;
}
.box_why .contentWrapper .image-list .list_item:after {
  display: block;
  content: "";
  clear: both;
}

.box_achievements {
  padding: 60px 0;
  background: #00a3ff;
}
.box_achievements .contentWrapper {
  display: flex;
  flex-direction: row;
}
.box_achievements .contentWrapper .item {
  color: #fff;
  width: 25%;
  padding: 20px 30px;
  text-align: center;
}
.box_achievements .contentWrapper .item span {
  font-size: 40px;
}
.box_achievements .contentWrapper .item h4 {
  font-size: 25px;
  line-height: 30px;
}

.box_support {
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 80px;
}
.box_support .support {
  margin-bottom: 25px;
}
.box_support .support:last-child {
  margin-bottom: 0;
}
.box_support .support.zalo .support_link-frame {
  background: #007cc2;
  padding: 5px;
}
.box_support .support.zalo .support_link::before {
  box-shadow: 0 0 0 0 #007cc2;
  background-color: rgba(0, 124, 194, 0.7);
}
.box_support .support.messenger .support_link::before {
  box-shadow: 0 0 0 0 #6a4ffe;
  background-color: rgba(106, 79, 254, 0.5);
}
.box_support .support.hotline .support_link-frame {
  background: #bb181e;
  padding: 5px;
}
.box_support .support.hotline .support_link::before {
  box-shadow: 0 0 0 0 #bb181e;
  background-color: rgba(187, 24, 30, 0.7);
}
.box_support .support_link {
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
}
.box_support .support_link-frame {
  border-radius: inherit;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.box_support .support_link::before {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: inherit;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.box_support .support_link-img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

#sidebar {
  float: right;
  width: 100%;
  max-width: 300px;
  will-change: min-height;
}
#sidebar .sidebar__inner {
  /*padding: 10px;*/
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sidebar {
  padding: 0;
}
.sidebar:before {
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
}
.sidebar h5 {
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 30px;
}
.sidebar .contactWrapper {
  padding: 0;
}
.sidebar.sb_contact .item {
  margin: 0 0 20px 0;
}
.sidebar.sb_contact .item .title {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.4);
  margin-left: 40px;
}
.sidebar.sb_contact .item .desc {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 30px 0;
}
.sidebar.sb_contact .item .desc .fa {
  color: #007cc2;
  font-size: 25px;
  width: 30px;
  margin-right: 10px;
}
.sidebar.sb_contact .item .desc .fa.fa-mobile {
  font-size: 40px;
}
.sidebar.sb_contact .item .desc .fa.fa-map-marker {
  font-size: 35px;
}
.sidebar.sb_contact .item .desc a {
  display: block;
  width: calc(100% - 40px);
  color: #333;
}
.sidebar.sb_contact .item .desc a.phone {
  font-size: 20px;
}
.sidebar.sb_contact .item:last-child .desc {
  border-bottom: 0;
}

ul.menu_bar {
  width: 100%;
  padding-bottom: 30px;
}
ul.menu_bar span {
  font-size: 35px;
  color: #007cc2;
}
ul.menu_bar > li {
  width: 100%;
}
ul.menu_bar > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  /*font-weight: 400;*/
  color: #4c4c4c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.3s;
  position: relative;
  line-height: 60px;
  font-weight: 400;
}
ul.menu_bar > li > a .fa {
  margin-right: 5px;
  display: none;
}
ul.menu_bar > li > a:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  bottom: -1px;
  background: #007cc2;
  width: 0;
  transition: all 0.3s;
}
ul.menu_bar > li:hover a {
  color: #007cc2;
}
ul.menu_bar > li:hover a:after {
  width: 100%;
  transition: all 0.3s;
}
ul.menu_bar > li.active a {
  color: #007cc2;
}
ul.menu_bar > li.active a:after {
  width: 60%;
  transition: all 0.3s;
}
ul.menu_bar .sub_menu {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
}
ul.menu_bar .sub_menu li {
  line-height: 40px;
}
ul.menu_bar .sub_menu li a {
  display: flex;
  align-items: center;
  color: #4c4c4c;
  font-weight: 400;
}
ul.menu_bar .sub_menu li .fa {
  margin-right: 6px;
}
ul.menu_bar .sub_menu li:hover a, ul.menu_bar .sub_menu li.active a {
  color: #007cc2;
}
ul.menu_bar a.button {
  width: 100%;
  height: 80px;
  margin: 30px 0 0;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.map {
  background: #ccc;
  width: 100%;
  height: 450px;
  border: 1px solid #ebebeb;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.pricing {
  overflow: initial;
}
.pricing .desc {
  padding-bottom: 30px;
}
.pricing .module {
  max-width: 900px;
}

.faq ul.list_faq li {
  position: relative;
  padding: 0px 0px 20px 70px;
  margin: 10px 0px 30px;
  overflow: hidden;
}
.faq ul.list_faq li .question {
  color: #00a3ff;
}
.faq ul.list_faq li .answer .title {
  font-weight: 600;
}
.faq ul.list_faq li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f128";
  top: 5px;
  left: 0;
  font-size: 20px;
  color: #00a3ff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #00a3ff;
  border-radius: 50%;
  text-align: center;
}
.faq ul.list_faq li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}

.review .top_review .testimonial .item {
  /*width: 50%;*/
  margin-bottom: 30px;
}
.review .top_review .testimonial .item img {
  width: 100%;
}
.review ul.list_review li {
  position: relative;
  padding: 0px 0px 20px 70px;
  margin: 10px 0px 30px;
}
.review ul.list_review li .infor p {
  font-weight: 600;
}
.review ul.list_review li .infor p span {
  font-weight: 300;
}
.review ul.list_review li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f007";
  top: 5px;
  left: 0;
  font-size: 20px;
  color: #00a3ff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #00a3ff;
  border-radius: 50%;
  text-align: center;
}
.review ul.list_review li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.review ul.list_review li span.published {
  position: relative;
  display: block;
  line-height: 20px;
  text-align: right;
  padding: 10px 0;
}
.review ul.list_review li span.published:before {
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
  margin-right: 5px;
}

.relative {
  padding: 40px 0 20px;
  border-top: 1px solid #e9e9e9;
}
.relative h2 {
  font-size: 30px;
  line-height: 40px;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.relative h2:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #007cc2;
}

/*------------------------------------------------
** Typo
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 98%;
  font-size: 14px;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 0 auto;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #007cc2;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
  padding: 0;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  /*width: 100% !important;*/
}

.scroll-x {
  width: 100%;
  overflow-x: scroll;
}

/*------------------------------------------------
** Service
**------------------------------------------------*/
#service .service ul.nav-title {
  margin: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#service .service ul.nav-title li {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
#service .service ul.nav-title li a {
  display: block;
  padding: 14px 30px 14px;
}
#service .service ul.nav-title li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #00a3ff;
  content: "";
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#service .service ul.nav-title li:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00a3ff;
  top: 1px;
  content: "";
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#service .service ul.nav-title li:hover:before, #service .service ul.nav-title li:hover:after, #service .service ul.nav-title li.active:before, #service .service ul.nav-title li.active:after {
  opacity: 1;
}
#service .service .article {
  display: none;
  padding: 5px 0 20px 0;
}
#service .service .article.active {
  display: block;
}

/*------------------------------------------------
** Customers
**------------------------------------------------*/
.quote-item {
  padding: 0 10px;
  height: auto;
  float: initial;
}
.quote-item .wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 20px 20px 40px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 #d2d2d2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #fff;
}
.quote-item .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #00a3ff;
}
.quote-item .wrap blockquote {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.quote-item .wrap blockquote .quote {
  width: calc(100% - 80px);
  margin: 28px auto 20px;
  padding: 0 10px;
  font-size: 15px;
}
.quote-item .wrap blockquote .fa-quote-left,
.quote-item .wrap blockquote .fa-quote-right {
  width: 40px;
  margin: 10px auto;
  font-size: 30px;
  color: #e6e6e6;
}
.quote-item .wrap blockquote .fa-quote-right {
  display: flex;
  align-items: flex-end;
}
.quote-item .wrap .customer {
  color: #4c4c4c;
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
.quote-item .wrap .customer .avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-item .wrap .customer .avatar img {
  width: 100%;
  visibility: hidden;
}
.quote-item .wrap .customer .info {
  width: calc(100% - 120px);
}
.quote-item .wrap .customer .info span {
  display: block;
  font-size: 16px;
}
.quote-item .wrap .customer .info .name {
  font-size: 20px;
  color: #007cc2;
}

.customers .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.customers .quote-item {
  width: calc(50% - 10px);
  max-width: 700px;
  margin-bottom: 20px;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news.news-list .item {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 30px;
}
.news.news-list .item .item-wrap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #FFF;
  overflow: hidden;
}
.news.news-list .item .image-wrap {
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
.news.news-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.news-list .item .image a {
  display: block;
  background-color: rgba(0, 124, 194, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 66.6666666667%;
  overflow: hidden;
  position: relative;
}
.news.news-list .item .image a img {
  visibility: hidden;
  display: none;
}
.news.news-list .item .content {
  padding: 0 15px 15px;
}
.news.news-list .item .title {
  height: 52px;
  padding: 0;
  margin: 15px 0 0 0;
}
.news.news-list .item .title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news.news-list .item .description {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news.news-list .item .published {
  text-align: right;
  color: #a7a7a7;
}
.news.news-list .item .view-more {
  margin: 40px 0;
  text-align: right;
  font-size: 13px;
}
.news.news-list .item:hover .item-wrap {
  box-shadow: 0px 0px 15px #ccc;
}
.news.news-list .item:hover .image {
  transform: scale(1.1);
}
.news.news-list .item:hover .view-more a {
  color: #fff !important;
}
.news.news-list .item.column {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news.news-list .item.column .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-list .item.column .image-wrap {
  width: 40%;
  max-width: 300px;
  min-width: 120px;
}
.news.news-list .item.column .content {
  width: 60%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 120px);
  padding: 0 0 0 10px;
}
.news.news-list .item.column .content .title {
  margin: 0;
  height: initial;
  border: 0;
  padding: 0;
}
.news.news-list .item.column:last-child {
  margin: 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news.news-list .view-more {
  margin: 30px 0;
}
.news.news-list .view-more a:hover {
  color: #fff;
}
.news.news-detail .module {
  max-width: 860px;
}
.news.news-detail .title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.news.news-detail .description {
  font-weight: 500;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 1000px) {
  .news.news-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-list .module-content {
    margin: 0;
  }
  .news.news-list .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.contact h2.title {
  font-weight: 400;
  font-size: 25px;
  text-align: inherit;
  color: #404040;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.contact .contact-inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.contact .contact-inner .form {
  position: relative;
  text-align: center;
}
.contact .contact-inner .form .submit {
  margin: auto;
}
.contact .location {
  display: flex;
  flex-wrap: wrap;
}
.contact .location .pos {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contact .location .pos._1 {
  width: 100%;
}
.contact .location .pos._2 {
  padding-right: 30px;
}
.contact .location .pos._3 {
  padding-left: 30px;
}
.contact .location .pos .name {
  font-size: 20px;
}
.contact .location .pos .desc p {
  display: flex;
  line-height: 40px;
}
.contact .location .pos .desc .fa {
  color: #007cc2;
  font-size: 25px;
  width: 30px;
  line-height: 40px;
  /*color: #333;*/
}
.contact .location .pos .desc .fa.fa-mobile {
  font-size: 40px;
}
.contact .location .pos .desc .fa.fa-maker {
  font-size: 35px;
}

@media only screen and (max-width: 1000px) {
  .contact {
    padding: 0;
  }
  .contact .container {
    padding: 20px;
  }
  .contact .location {
    flex-direction: column;
  }
  .contact .location .pos {
    width: 100%;
    padding: 0 !important;
  }
  .contact .contact-inner {
    flex-direction: column-reverse;
    display: flex;
  }
  .contact .contact-inner .form {
    margin: 0;
  }
}
@media only screen and (max-width: 550px) {
  .contact h2.title {
    font-size: 30px;
  }
}
.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #00a3ff;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #00a3ff;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #4c4c4c;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #00a3ff;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #00a3ff;
}
.page-maintain .container-wrapper .content .back {
  margin-top: 20px;
  font-size: 25px;
  color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

/*------------------------------------------------
** Multimedia
**------------------------------------------------*/
.multimedia.multimedia-list {
  padding: 60px 0;
}
.multimedia.multimedia-list ul.da-thumbs li {
  width: calc(33.3333333333% - 30px);
}
.multimedia.multimedia-list ul.da-thumbs li span {
  display: block;
  padding: 10px 0;
}
.multimedia.multimedia-list ul.da-thumbs li .title {
  padding: 10px 0;
}
.multimedia.multimedia-list ul.da-thumbs li .title.video-customer {
  color: #007cc2;
  font-weight: 400;
}

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
footer {
  background: #00a3ff;
  border-top: 3px solid #007cc2;
}
footer .container {
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
  overflow: hidden;
}
footer .container .container_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
footer .container .container_inner .company {
  padding-left: 20px;
}
footer .container .container_inner .company .footer_logo {
  padding: 0 0 10px 0;
  text-align: left;
}
footer .container .container_inner .company .footer_logo a {
  float: left;
  margin: 0 20px 0 0;
}
footer .container .container_inner .company .footer_logo label {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  position: relative;
}
footer .container .container_inner .company .footer_logo label:before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 150px;
}
footer .container .container_inner .company .footer_logo:after {
  display: block;
  content: " ";
  clear: both;
}
footer .container .container_inner .company .info {
  text-align: left;
}
footer .container .container_inner .company .info p {
  font-size: 15px;
  margin-bottom: 2px;
}
footer .container .container_inner .company .info p .fa {
  width: 35px;
  text-align: left;
  font-size: 18px;
}
footer .container .container_inner .company .info p:nth-child(2n) {
  margin-bottom: 10px;
}
footer .container .container_inner .company .info a,
footer .container .container_inner .company .info span {
  color: #fff;
}
footer .container .container_inner .map {
  width: initial;
  height: 250px;
}
footer .container .container_inner .fan_page {
  margin-top: 0px;
  padding-right: 20px;
}
footer .container .container_inner .fan_page .fb-page {
  width: 100%;
}
footer .container .container_inner:after {
  content: " ";
  clear: both;
  display: block;
}
footer .container .copyright {
  color: #fff;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #37b7ff;
}

/*------------------------------------------------
** PAGING
**------------------------------------------------*/
.pagination {
  margin: 20px auto 10px;
  text-align: center;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li span, .pagination li a {
  font: 14px/24px sans-serif;
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  font-weight: normal;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
.pagination li a:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.pagination li.active span {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

/*------------------------------------------------
** BOX ACTION
**------------------------------------------------*/
.box_action {
  width: 60px;
  text-align: center;
  display: block;
  position: fixed;
  right: 18pt;
  z-index: 99;
  bottom: 100px;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #fff;
  visibility: hidden;
}
.box_action .gotop {
  display: none;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  margin: 0 auto 0;
  background: #004fa2;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 450ms ease;
  -moz-transition: height 450ms ease;
  -ms-transition: height 450ms ease;
  -o-transition: height 450ms ease;
  transition: height 450ms ease;
  border-radius: 50%;
  border: 1px solid rgba(144, 148, 156, 0.36);
}
.box_action .gotop:before {
  position: absolute;
  content: "\f106";
  font-family: "FontAwesome";
  top: 0;
  left: 6px;
  font-size: 40px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  height: 100%;
  line-height: 34px;
}
.box_action .gotop:hover {
  opacity: 1;
}
.box_action .gotop.active {
  display: block;
}

.open_app {
  overflow: hidden;
  position: fixed;
  right: 5px;
  bottom: -320px;
  transition: bottom 500ms ease;
  z-index: 999;
  max-width: 310px;
  width: 100%;
}
.open_app .box_hotro {
  background: #007cc2;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.open_app .box_hotro .hideface:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 15px;
  top: 18px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 15px;
  right: 14px;
  position: absolute;
}
.open_app.active {
  bottom: 0px;
}
.open_app.active .box_hotro .hideface:before {
  top: 9px;
  transform: rotate(132deg);
}

.more {
  position: relative;
}
.more .loading {
  display: none;
  /*background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

/* materialize */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible li {
  position: relative;
}
.collapsible li .collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  color: #00a3ff;
}
.collapsible li .collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible li .collapsible-body dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 0 10px;
  border-bottom: 1px solid #f1f1f1;
  margin: 10px 0 0 0;
}
.collapsible li .collapsible-body dl:last-child {
  border: 0;
}
.collapsible li .collapsible-body dl dt {
  width: 50%;
  text-align: left;
  font-weight: 300;
}
.collapsible li .collapsible-body dl dd {
  width: 50%;
  text-align: right;
}
.collapsible li:after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: FontAwesome;
  content: "\f107";
}
.collapsible li.active:after {
  content: "\f106";
  right: 10px;
}
.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible.popout > li {
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 98%;
}
.modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal .modal-content,
.modal #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal .close {
  position: absolute;
  top: 60px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/* dentist font*/
@font-face {
  font-family: "dentistfont";
  src: url("../fonts/dentistfont.eot?22141114");
  src: url("../fonts/dentistfont.eot?22141114#iefix") format("embedded-opentype"), url("../fonts/dentistfont.woff2?22141114") format("woff2"), url("../fonts/dentistfont.woff?22141114") format("woff"), url("../fonts/dentistfont.ttf?22141114") format("truetype");
  /*url('../fonts/dentistfont.svg?22141114#dentistfont') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
.service-icon .icon {
  line-height: 1.4em;
}

.service-icon .icon:before {
  font-family: "dentistfont";
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "dentistfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-01:before {
  content: "\e800";
}

.icon-02:before {
  content: "\e801";
}

.icon-03:before {
  content: "\e802";
}

.icon-04:before {
  content: "\e803";
}

.icon-05:before {
  content: "\e804";
}

.icon-06:before {
  content: "\e805";
}

.icon-07:before {
  content: "\e806";
}

.icon-08:before {
  content: "\e807";
}

.icon-09:before {
  content: "\e808";
}

.icon-10:before {
  content: "\e809";
}

.icon-11:before {
  content: "\e80a";
}

.icon-12:before {
  content: "\e80b";
}

.icon-13:before {
  content: "\e80c";
}

.icon-14:before {
  content: "\e80d";
}

.icon-15:before {
  content: "\e80e";
}

.icon-16:before {
  content: "\e80f";
}

.icon-17:before {
  content: "\e810";
}

.icon-18:before {
  content: "\e811";
}

.icon-19:before {
  content: "\e812";
}

.icon-20:before {
  content: "\e813";
}

/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-mobilemenu,
  .page .rd-mobilepanel {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page .rd-mobilemenu img,
  .page .rd-mobilepanel img {
    position: absolute;
    height: calc(100% - 10px);
    margin: 5px auto;
    left: 58px;
  }
  .page .main_menu {
    display: none;
  }
  .page .slider {
    margin-top: 0;
  }
  nav.top {
    display: none;
  }
  header {
    display: none;
  }
  .box_why .contentWrapper .image-list {
    display: flex;
    flex-direction: column;
  }
  .box_why .contentWrapper .image-list .large-image {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .box_why .contentWrapper .image-list .large-image img {
    max-width: 500px;
    width: 100%;
  }
  .box_why .contentWrapper .image-list .list_item {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  nav.top .box_t .header_address .header_icon {
    display: none;
  }
  footer .container .container_inner .fan_page {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #main-body #center {
    margin: 0;
  }
  #main-body #sidebar {
    float: initial;
    max-width: 100%;
    will-change: initial;
  }
  #main-body #sidebar .sidebar__inner {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    transform: initial !important;
  }
  #main-body #sidebar .sidebar__inner .sidebar_contact:before {
    display: none;
  }
  #main-body #sidebar ul.menu_bar span {
    display: block;
  }
  #main-body #sidebar ul.menu_bar li {
    /*display: inline-block;*/
    padding: 0 40px 0 0;
    width: 140px;
    width: initial;
  }
  #main-body #sidebar ul.menu_bar a.button {
    width: 200px;
    height: 60px;
    margin-bottom: 0;
  }
  #main-body #sidebar ul.menu_bar #sidebar .sidebar__inner {
    position: relative !important;
  }
  .box-service .box-body .service-item {
    width: 33.3333333333%;
  }
  #news .sidebar {
    display: none;
  }
  #khach-hang #main-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-doctors .contentWrapper .team-listing.full .team-item {
    width: 33.3333333333%;
  }
  #main-content {
    display: flex;
    flex-direction: column-reverse;
  }
  #main-content.connecting-love {
    flex-direction: column;
  }
  .sidebar.sb_contact h5 {
    padding-top: 30px;
  }
  .box-device.list_item ul.da-thumbs li {
    width: calc(50% - 30px);
  }
  .box_contact {
    padding: 0;
  }
  .box_contact .container {
    flex-direction: column-reverse;
  }
  .box_contact .container .map {
    width: 100%;
  }
  .box_contact .container .info {
    width: 90%;
    max-width: initial;
  }
  .collapsible.popout > li {
    margin: 0;
  }
  #service .service ul.nav-title {
    display: none;
  }
  #service .service .detail .article.show_all {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .box-welcome .box-body {
    flex-direction: column;
  }
  .box-welcome .box-body .image {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .box-welcome .box-body .content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .box-welcome .box-body .content .desc {
    box-shadow: unset;
  }
  .box-appointment .image {
    display: none;
  }
  .box-appointment .content {
    width: 100%;
    margin: 0 auto;
  }
  .quote-item .wrap {
    padding: 20px 5px 20px 20px;
  }
  .quote-item .wrap .customer {
    padding-left: 10px;
  }
  .box-about .wrapper {
    flex-direction: column;
  }
  .box-about .wrapper .box-item {
    width: 100%;
  }
  .box-about .wrapper .box-video {
    padding: 0;
    height: 300px;
    margin-bottom: 30px;
  }
  .box-about .wrapper .box-quote {
    padding: 0;
    overflow: hidden;
  }
  .box-about .wrapper .box-quote .box-header {
    display: block;
  }
  .box-about .wrapper .box-quote .box-title {
    font-size: 26px;
  }
  .box-about .wrapper .box-quote .slick-list {
    margin: 0 -10px;
    padding: 0 0 30px;
  }
  .box-about .wrapper .box-quote .slick-slider .slick-dots {
    bottom: 5px;
  }
  .customers .quote-item {
    width: 100%;
  }
  .multimedia.multimedia-list ul.da-thumbs li {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 860px) {
  #team {
    padding: 40px 0;
  }
  .box-doctors .contentWrapper .team-listing.full .team-item {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .box-welcome .box-body .content .desc {
    padding-left: 0;
    padding-right: 0;
  }
  .box-service .box-body .service-item {
    width: 50%;
  }
  .news.news-list .item.col {
    flex-direction: column;
  }
  .news.news-list .item.col a.image {
    width: 100%;
  }
  .news.news-list .item.col .blog-dsc {
    width: 100%;
    padding: 0;
  }
  .news.news-list .item.col .blog-dsc h4.title {
    margin: 10px 0;
  }
  footer .container .container_inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .box-device.list_item ul.da-thumbs li {
    width: calc(100% - 30px);
  }
  .box_why .contentWrapper .image-list .list_item .item {
    width: 100%;
    padding-right: 0;
  }
  .multimedia.multimedia-list ul.da-thumbs li {
    width: 100%;
  }
  .box_support {
    left: 20px;
    right: auto;
  }
  .box_support .support {
    margin-bottom: 20px;
  }
  .box_support .support_link {
    width: 40px;
    height: 40px;
  }
  .box_support .support_link::before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
@media only screen and (max-width: 550px) {
  .box-service .box-body .service-item {
    margin-bottom: 10px;
  }
  .box-service .box-body .service-item .service-title {
    font-size: 16px;
  }
  .quote-item .wrap blockquote .quote {
    width: 100%;
    margin: auto;
  }
  .review ul.list_review li,
  .faq ul.list_faq li {
    padding-left: 0;
  }
  .review ul.list_review li:before,
  .faq ul.list_faq li:before {
    display: none;
  }
  .box-doctors .contentWrapper .team-listing.full {
    justify-content: center;
  }
  .box-doctors .contentWrapper .team-listing.full .team-item {
    width: 100%;
    max-width: 300px;
  }
  .box-appointment .content .desc {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .page .rd-mobilepanel img {
    display: none;
  }
  .page .rd-mobilepanel img.img_s {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .box-service .box-body .service-item {
    margin-bottom: 10px;
  }
  .box-service .box-body .service-item .service-icon {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 360px) {
  header .container .wrapper .logo {
    padding: 15px 10px 0 10px;
  }
  header .container .wrapper .logo a img {
    width: 50px;
    height: auto;
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}

/*# sourceMappingURL=style.css.map */
