@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");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Katibeh&display=swap");
@font-face {
  font-family: 'vl_kathya';
  src: url("../fonts/VL_KATHYA.otf");
}
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: #1B75BC;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #FFBB00;
  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;
}

button {
  border: 0;
}

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: 300;
  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: #1B75BC;
}

.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;
}

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

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}

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

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: #1b75bc;
  text-decoration: none;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: none;
  margin: auto;
}
.button:hover,
a.button:hover {
  color: #585858;
  border-color: #FFBB00;
  background-color: #ffbb00;
}

.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: #1B75BC;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*&:after {
    content: "";
    width: 80%;
    height: 2px;
    margin-top: 5px;
    background: $color_page_1;
  }*/
}
.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 {
  width: 100%;
  position: relative;
  background-color: #E7F1F8;
  border: 1px solid #ececec;
  padding: 0 15px;
  border-radius: 5px;
  overflow: hidden;
}

.box-header {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #1B75BC;
}

.box-title {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #1B75BC;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 30px;
}
.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: #1B75BC;
  font-size: 16px;
}

.box-body {
  padding: 35px 0 15px 0;
}

.box-footer {
  padding: 25px 0;
  margin-top: 25px;
  text-align: center;
  border-top: 1px solid #1B75BC;
}

.heading {
  background-color: #1B75BC;
  background-image: url(../images/heading_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.heading .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.heading .container h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.heading .container .content {
  position: relative;
  margin: 0;
  text-align: left;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
}
.heading .container .content a {
  color: #fff;
}
.heading .container .content a:hover {
  text-decoration: underline;
}
.heading .container .content span {
  line-height: 1.5;
}
.heading .container .content span.item_sep {
  opacity: 0.5;
  margin: 0 15px;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  text-align: left;
  z-index: 2;
  background: #f7f7f7;
}
.breadcrumbs a {
  color: #1B75BC;
}
.breadcrumbs a:hover {
  color: #585858;
}
.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;
}

dl {
  margin: 0 0 25px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.7;
}

dt {
  width: 120px;
}

dd {
  flex-grow: 1;
}

input.textbox {
  background-color: rgba(255, 255, 255, 0.68);
  padding: 5px 10px;
}

select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 5px 10px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: none;
  vertical-align: baseline;
}

.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;
}
.more .readmore a {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: #ffbb00;
  text-decoration: none;
  font-weight: 400;
  color: #585858;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: none;
  margin: auto;
}
.more .readmore a:hover {
  color: #FFF;
  border-color: #FFBB00;
  background-color: #1b75bc;
}

#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: calc(100%);
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #585858;
}
.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;
}

.warning {
  width: 100%;
}

/*------------------------------------------------
** 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: calc(100% * 3 / 4);
  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(27, 117, 188, 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: #1b75bc;
}
.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: white;
}
.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";
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  color: #585858;
  font-weight: 400;
  white-space: nowrap;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #1B75BC;
}
.menunav li.column {
  position: initial;
}
.menunav li .menu-header {
  color: #1B75BC;
  font-weight: 600;
  text-align: left;
  padding: 0 20px;
}
.menunav li.online {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.menunav li.online a {
  height: 42px;
  border-radius: 5px;
  background-color: #FFBB00;
  color: #585858 !important;
  padding: 0 20px;
}
.menunav li:last-child ul.level1 {
  left: initial !important;
  right: 0;
}
.menunav li:last-child ul.level1:before {
  left: initial;
  right: 10px;
}
.menunav ul.level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #FFF;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav ul.level1:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFF;
}
.menunav ul.level1 li {
  width: 100%;
  margin: 0;
}
.menunav ul.level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #585858;
  background-color: #FFF;
}
.menunav ul.level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav ul.level1 li:hover:after, .menunav ul.level1 li.active:after {
  height: 0;
}
.menunav li:hover ul.level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover ul.level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover ul.level1 li a .fa {
  margin-right: 8px;
  color: #585858;
}
.menunav li:hover ul.level1 li.active a, .menunav li:hover ul.level1 li:hover a {
  color: #FFBB00;
}
.menunav li:hover ul.level1 li.active a .fa, .menunav li:hover ul.level1 li:hover a .fa {
  color: #FFBB00;
}
.menunav ul.level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav ul.level2:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav ul.level2 li {
  width: 100%;
  margin: 0;
}
.menunav ul.level2 li a {
  padding: 0 20px;
  color: #585858;
  background-color: #f7faff;
}
.menunav ul.level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav ul.level2 li:hover:after, .menunav ul.level2 li.active:after {
  height: 0;
}
.menunav ul.level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav ul.level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #585858;
}
.menunav ul.level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #585858;
}
.menunav ul.level1 li:hover ul.level2 li.active a, .menunav ul.level1 li:hover ul.level2 li:hover a {
  color: #FFBB00;
}
.menunav ul.level1 li:hover ul.level2 li.active a .fa, .menunav ul.level1 li:hover ul.level2 li:hover a .fa {
  color: #FFBB00;
}
.menunav li ul.submenu_inner {
  width: 100%;
  display: flex;
}
.menunav li ul.submenu_inner li.submenu {
  display: block;
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}
.menunav li ul.submenu_inner li.submenu a.title {
  font-size: 18px;
}
.menunav li ul.submenu_inner li.submenu:hover {
  background: none;
}
.menunav li ul.submenu_inner li.submenu:last-child {
  border-right: 0;
}
.menunav li ul.submenu_inner:after {
  display: block;
  content: '';
  clear: both;
}
.menunav li ul.submenu_inner li ul.submenu_level {
  display: block;
  position: relative;
}
.menunav li ul.submenu_inner li ul.submenu_level li {
  display: block;
  margin-bottom: 15px;
}
.menunav li ul.submenu_inner li ul.submenu_level li a {
  line-height: 20px;
  font-weight: 100;
}
.menunav li ul.submenu_inner li ul.submenu_level li:hover a, .menunav li ul.submenu_inner li ul.submenu_level li.active a {
  color: #1B75BC;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #FFBB00;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: relative;
  height: 60px;
  z-index: 990;
  transition: all 0.3s ease-in-out;
}
header .header {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .container-wrapper {
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  height: 100%;
  padding: 5px;
}
header .logo img {
  height: 100%;
}
header .main_menu {
  height: 100%;
}
header.home {
  display: none;
}
header.home .header {
  background: transparent;
}
header.home .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
header.home .logo img {
  display: none;
}
header.home .logo img.light {
  display: block;
  height: 60%;
}
header.home .main_menu .menunav > li > a {
  color: #FFF;
}
header.home .main_menu .menunav > li:hover > a, header.home .main_menu .menunav > li.active > a {
  color: #FFBB00;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  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-panel .rd-panel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
}
.rd-panel .rd-panel_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-panel .rd-panel_toggle span:before, .rd-panel .rd-panel_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-panel .rd-panel_toggle span:after {
  top: 8px;
}
.rd-panel .rd-panel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .rd-panel_toggle.active span:before, .rd-panel .rd-panel_toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .rd-panel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .rd-panel_toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
}
.rd-panel .logo img {
  height: 100%;
  max-width: initial;
}
.rd-panel .header-account {
  padding-right: 10px;
}

.rd-menu {
  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-menu .menunav {
  display: block;
}
.rd-menu .menunav li {
  height: auto;
}
.rd-menu .menunav li a {
  text-align: left;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  color: #666;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 100px;
  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-menu ul li {
  line-height: 21px;
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a {
  display: block;
  padding: 0;
  color: #585858;
  font-weight: 500;
  line-height: 55px;
  text-transform: uppercase;
}
.rd-menu ul li ul {
  display: block;
  position: initial;
  width: 100%;
  padding: 0;
  background: transparent;
}
.rd-menu ul li ul .mm-image {
  display: none;
}
.rd-menu ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
}
.rd-menu ul li ul li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu ul li ul li ul.submenu_level li a {
  font-weight: 400;
}
.rd-menu ul li ul li:hover a {
  color: #FEDB6B;
}
.rd-menu ul li:hover a, .rd-menu ul li.active a {
  color: #1B75BC;
}
.rd-menu ul li:hover ul.level1 a, .rd-menu ul li.active ul.level1 a {
  color: #585858;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #1B75BC;
}
.rd-menu ul.level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
}
.rd-menu ul.level1 li a {
  padding: 0 0 5px 0;
  background: transparent;
  line-height: 30px;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 300px;
}
.rd-menu.active ul li ul {
  width: 100%;
}
.rd-menu ul.level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 400px) {
  .rd-panel .header-account span {
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

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

.box-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box-main .container {
  max-width: 1020px;
}
.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

.box-head {
  background: url("../images/heading.jpg") no-repeat center/cover;
}
.box-head .content {
  padding: 150px 0;
}

.header-account {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.header-account .image {
  margin-right: 6px;
}
.header-account span {
  display: block;
  position: relative;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
}
.header-account span:after {
  position: absolute;
  top: 10%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  background-color: #1e1e1e;
  height: 80%;
}

.form-login {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  padding: 25px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px 0px rgba(27, 117, 188, 0.5);
}
.form-login .box-description {
  margin-bottom: 20px;
}
.form-login .form-group {
  margin-bottom: 1.5rem;
}
.form-login .form-group label {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #1B75BC;
}
.form-login .form-group input {
  padding: 15px;
  height: 50px;
  font-size: 16px;
}
.form-login .button {
  margin: 30px auto 10px;
}

.box-online {
  padding: 30px 0;
  background: url("../images/online_cover.jpg") no-repeat center/cover;
  position: relative;
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-online:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.box-online .logo {
  text-align: center;
}
.box-online .logo img {
  width: 200px;
}
.box-online .box-header {
  border: 0;
  padding: 45px 0 0 0;
}
.box-online .box-title {
  font-size: 50px;
  color: #1B75BC;
  font-family: 'vl_kathya';
  text-transform: initial;
  justify-content: center;
  text-align: center;
  line-height: 44px;
}
.box-online .box-description {
  color: #585858;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}
.box-online .box-body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.box-online .box-body .item {
  width: calc(100% / 3 - 40px);
  max-width: 400px;
  margin: 20px auto;
}
.box-online .box-body .item .item-wrap {
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  border: 1px solid #cecece;
  box-shadow: 0 0 15px 0px #e8e8e8;
}
.box-online .box-body .item .item-wrap .icon {
  width: 120px;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box-online .box-body .item .item-wrap .icon img.img-hover {
  display: none;
}
.box-online .box-body .item .item-wrap .text {
  width: calc(100% - 120px);
  text-transform: uppercase;
  font-weight: 500;
  color: #585858;
}
.box-online .box-body .item:hover .item-wrap {
  border: 1px solid #1B75BC;
  box-shadow: 0 0 15px 0px rgba(27, 117, 188, 0.5);
}
.box-online .box-body .item:hover .item-wrap .icon img {
  display: none;
}
.box-online .box-body .item:hover .item-wrap .icon img.img-hover {
  display: block;
}
.box-online .box-body .item:hover .item-wrap .text {
  color: #1B75BC;
}

.box-online-category {
  width: 100%;
}
.box-online-category ul {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.box-online-category ul li {
  border-bottom: 1px solid #518db7;
}
.box-online-category ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #FFF;
  background-color: #1B75BC;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  padding: 10px 20px;
}
.box-online-category ul li a:hover {
  color: #FFBB00;
}
.box-online-category ul li.active a {
  color: #FFBB00;
}

.box-partner {
  background-color: rgba(27, 117, 188, 0.1);
}
.box-partner .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-partner .box-body .content {
  width: 40%;
}
.box-partner .box-body .content p {
  margin-bottom: 15px;
}
.box-partner .box-body .content p .fa {
  color: #FFBB00;
}
.box-partner .box-body .content-images {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.box-partner .box-body .content-images .item {
  width: calc(100% / 3);
  padding: 5px 10px;
}
.box-partner .box-body .content-images .item .image {
  height: 100%;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-partner .box-body .content-images .item .image a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-partner .box-body .content-images .item .image a img {
  max-height: 100%;
}
.box-partner .box-body .content-images .item .image:hover {
  background: #f1f1f1;
}
.box-partner .box-body a.button {
  margin: 30px 0 0;
}
.box-partner .box-body .slick-list {
  height: 200px;
}
.box-partner .box-body .slick-list .slick-track {
  height: 100%;
}
.box-partner .box-body .slick-prev, .box-partner .box-body .slick-next {
  top: calc(50% - 25px);
}
.box-partner .box-body .slick-prev {
  left: 0;
}
.box-partner .box-body .slick-next {
  right: 0;
}
.box-partner.partner-list .box-body .content-images {
  width: 100%;
}
.box-partner.partner-list .box-body .content-images .item {
  width: calc(100% / 4);
}

.box-profile .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-profile .box-body dl {
  width: 100%;
}
.box-profile .box-body dl:last-child {
  margin-bottom: 0;
}

.box-account dl.password dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.box-account dl.password dd input {
  width: calc(100% - 120px);
}
.box-account dl.password dd a {
  display: flex;
  width: 120px;
  padding-left: 20px;
}

.box-card .box-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-card .box-body .card-info {
  width: 60%;
}
.box-card .box-body .card-info dl {
  margin-bottom: 15px;
}
.box-card .box-body .card-info dl dt {
  width: 160px;
}
.box-card .box-body .card-info dl dd {
  width: calc(100% - 160px);
  font-weight: 400;
}
.box-card .box-body .card-image {
  width: 40%;
}

.box-transaction table {
  width: 100%;
  max-width: 100%;
  min-width: 600px;
  background: #e7f1f8;
  border-collapse: separate;
  border-spacing: 1px;
}
.box-transaction table tr {
  background: #FFF;
}
.box-transaction table tr td {
  padding: 5px;
  vertical-align: middle;
}
.box-transaction table tr:first-child {
  background: #1B75BC;
}
.box-transaction table tr:first-child td {
  text-align: center;
  font-weight: 600;
  color: #FFF;
}
.box-transaction table tr:nth-child(n+1) td .content {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.box-transaction table tr:nth-child(n+1) td:first-child {
  text-align: center;
}

.box-benefit .box-body .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.box-benefit .box-body .item .image {
  width: 160px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.box-benefit .box-body .item .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #cecece;
}
.box-benefit .box-body .item .image a img {
  max-width: 100%;
  max-height: 100%;
}
.box-benefit .box-body .item .content {
  width: calc(100% - 160px);
  padding-left: 30px;
}
.box-benefit .box-body .item .content .title {
  color: #1B75BC;
  font-weight: 500;
}

.box-treatment .box-body .item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1B75BC;
}
.box-treatment .box-body .item .treatment-day {
  color: #1B75BC;
  font-weight: 400;
  margin-bottom: 20px;
}
.box-treatment .box-body .item .treatment-info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cce4f5;
  border-left: 1px solid #cce4f5;
  background: rgba(255, 255, 255, 0.8);
}
.box-treatment .box-body .item .treatment-info dl {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
}
.box-treatment .box-body .item .treatment-info dl dt {
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #cce4f5;
  border-right: 1px solid #cce4f5;
  height: auto;
}
.box-treatment .box-body .item .treatment-info dl dd {
  width: calc(100% - 120px);
  padding: 5px;
  font-weight: 400;
  border-bottom: 1px solid #cce4f5;
  border-right: 1px solid #cce4f5;
  height: auto;
}
.box-treatment .box-body .item .treatment-detail > h4 {
  margin: 10px 0;
}
.box-treatment .box-body .item:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*------------------------------------------------
** 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: 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: #1B75BC;
  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;
}

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
footer {
  background: #1B75BC;
  border-top: 3px solid #1B75BC;
}
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 {
  font-size: 18px;
  margin-right: 10px;
  width: 16px;
  text-align: center;
}
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;*/
  height: auto;
}
footer .container .container_inner .map iframe {
  height: 100%;
}
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: 30px;
  padding: 20px 0;
  border-top: 1px solid #1e70b1;
}
footer.home {
  display: none;
}

@media only screen and (max-width: 1100px) {
  footer .container .container_inner .fan_page {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  footer .container .container_inner {
    flex-direction: column;
  }
}
@medi;
/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 166px;
  right: 29px;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414C5B;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #ffffff;
  background: #1B75BC;
}
.scroll-to-top.active {
  display: flex;
}

.icon_zalo {
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 95px;
  right: 18pt;
  z-index: 99;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #1B75BC;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 40px;
}
.icon_zalo:hover {
  background: #FFBB00;
}

.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: 10px;
  z-index: 999;
}
.contact-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  /*padding: 3px 20px;*/
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  margin: 10px;
  /*border: 1px solid #208f5c;*/
}
.contact-fixed .inner .phone .fa {
  color: #FFF;
  background: #1B75BC;
  border-radius: 50%;
  padding: 10px;
  margin: 2px 0 0 19px;
  animation: 1s ease-in-out 0s normal none infinite running ring;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-fixed .inner .phone .number {
  color: #31d256;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #1B75BC;
  border-radius: 100%;
  height: 85px;
  left: 1px;
  opacity: 0.1;
  position: absolute;
  top: -18px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 85px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #FFF;
  background: #BF0000;
  color: #FFF;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background: #fff;
  width: 95%;
  max-width: 1100px;
  max-height: 750px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner .head {
  padding: 30px 20px 0;
}
.popup .popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup .popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup .popup-inner .head .sub_title {
  font-size: 18px;
}
.popup .popup-inner span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/popup-close.png") no-repeat center;
}
.popup .popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup .popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup .popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup .popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #1B75BC;
  font-weight: 600;
  padding-bottom: 15px;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page header {
    display: none;
  }

  .box-online .box-body .item {
    width: calc(100% / 2 - 40px);
  }
}
@media only screen and (max-width: 900px) {
  .box-main .container-wrapper .block.block-left {
    display: none;
  }
  .box-main .container-wrapper .block.block-main {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .box-card .box-body .card-info {
    width: 100%;
  }
  .box-card .box-body .card-image {
    width: 100%;
  }
  .box-card .box-body .card-image img {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .box-online .box-body .item {
    width: calc(100% / 2 - 20px);
    margin: 10px auto;
  }
  .box-online .box-body .item .item-wrap .icon {
    width: 70px;
    height: 70px;
  }
  .box-online .box-body .item .item-wrap .icon img {
    width: 50px;
  }
  .box-online .box-body .item .item-wrap .text {
    width: calc(100% - 70px);
  }

  .box-benefit .box-body .item {
    flex-direction: row;
  }
  .box-benefit .box-body .item .image {
    margin: auto;
  }
  .box-benefit .box-body .item .content {
    width: 100%;
    padding: 0;
  }
  .box-benefit .box-body .item .content .title {
    text-align: center;
    padding: 10px 0;
  }

  .box-treatment .box-body .item .treatment-info dl {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 500px) {
  dl {
    flex-direction: column;
  }
  dl dt {
    width: 100%;
    padding-bottom: 5px;
  }
  dl dt, dl dd {
    width: 100%;
  }

  .box-online .box-body .item .item-wrap {
    flex-direction: column;
  }
  .box-online .box-body .item .item-wrap .icon {
    width: 70px;
    height: 70px;
  }
  .box-online .box-body .item .item-wrap .icon img {
    width: 50px;
  }
  .box-online .box-body .item .item-wrap .text {
    width: calc(100%);
    text-align: center;
    padding-bottom: 10px;
  }

  .box-account dl.password dd input {
    width: 100%;
  }
  .box-account dl.password dd a {
    padding: 10px 0 0 0;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }

  .box-card .box-body .card-info dl dt {
    width: 100%;
  }
  .box-card .box-body .card-info dl dd {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .box-online .box-body {
    justify-content: space-between;
  }
  .box-online .box-body .item {
    width: calc(100% / 2 - 5px);
    margin: 5px 0;
  }
  .box-online .box-body .item .item-wrap .text {
    text-transform: initial;
    font-weight: 300;
  }
}
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@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);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

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