/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize. Delete this line and _normalize.scss if you are
# using Bootstrap. Bootstrap itself already have normalize
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 1em;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 35px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 15px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.list-unstyled {
  list-style: none;
  padding: 0;
}

.list-inline li {
  display: inline-block;
  padding: 0 10px;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text align */
.text-left {
  text-align: left;
}

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

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}

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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #666;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 0.9375em;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
ul li,
ol li {
  color: #777;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
  display: block;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 45px;
  line-height: 43px;
  margin-top: 15px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #bcbcbc;
  color: #8a8a8a;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=range]:hover,
input[type=range]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=color]:hover,
input[type=color]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #00a892;
  outline: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

textarea {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 15px;
  height: 100px;
}

select {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.back-to-top {
  position: fixed;
  left: 20px;
  bottom: -80px;
  background-color: #00a892;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  opacity: 1;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  visibility: visible;
  border: 2px solid #00a892;
  transition: all 0.5s ease 0s;
}
.back-to-top i {
  color: #fff;
  font-size: 34px;
  line-height: 55px;
  transition: all 0.3s ease 0s;
}
.back-to-top:hover {
  cursor: pointer;
  background-color: #fff;
}
.back-to-top:hover i {
  color: #00a892;
  animation: BackToTop 0.5s ease 0s infinite;
}
.back-to-top.show {
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}

@keyframes BackToTop {
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes BackToTop {
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes BackToTop {
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes BackToTop {
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes shine {
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes Zoomm {
  0% {
    transform: scale(1) translatey(-50%);
  }
  15% {
    transform: scale(1.1) translatey(-50%);
  }
  30% {
    transform: scale(1) translatey(-50%);
  }
}
@-webkit-keyframes Zoomm {
  0% {
    transform: scale(1) translatey(-50%);
  }
  15% {
    transform: scale(1.1) translatey(-50%);
  }
  30% {
    transform: scale(1) translatey(-50%);
  }
}
@-moz-keyframes Zoomm {
  0% {
    transform: scale(1) translatey(-50%);
  }
  15% {
    transform: scale(1.1) translatey(-50%);
  }
  30% {
    transform: scale(1) translatey(-50%);
  }
}
@-o-keyframes Zoomm {
  0% {
    transform: scale(1) translatey(-50%);
  }
  15% {
    transform: scale(1.1) translatey(-50%);
  }
  30% {
    transform: scale(1) translatey(-50%);
  }
}
@keyframes Zoom {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@-webkit-keyframes Zoom {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@-moz-keyframes Zoom {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@-o-keyframes Zoom {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-o-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-o-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes Rotate {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1);
  }
}
@-moz-keyframes Rotate {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@-o-keyframes Rotate {
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes KCall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes KCall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes KCall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-o-keyframes KCall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes KCall3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00a892;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 168, 146, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 146, 0);
  }
}
@-webkit-keyframes KCall3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00a892;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 168, 146, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 146, 0);
  }
}
@-moz-keyframes KCall3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00a892;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 168, 146, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 146, 0);
  }
}
@-o-keyframes KCall3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00a892;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 168, 146, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 146, 0);
  }
}
@keyframes KCall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 147, 221);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 147, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 147, 221, 0);
  }
}
@-webkit-keyframes KCall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 147, 221);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 147, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 147, 221, 0);
  }
}
@-moz-keyframes KCall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 147, 221);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 147, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 147, 221, 0);
  }
}
@-o-keyframes KCall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 147, 221);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 147, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 147, 221, 0);
  }
}
.cms-grid-masonry {
  position: relative;
}

.vc_row {
  z-index: 10;
}

/* OWL theme */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 1400px) {
  .owl-theme .owl-nav .owl-prev {
    left: -90px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -90px;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 46px;
  margin: 5px;
  text-align: center;
  background: #395896;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  border: 2px solid #395896;
  transition: all 0.25s ease 0s;
}
@media screen and (min-width: 1400px) {
  .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translatey(-50%);
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #fff;
  color: #395896;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 8px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  border: none;
  padding: 0;
  background-color: transparent;
  height: auto;
  line-height: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #999;
  display: block;
  transition: all 0.25s ease 0s;
  border-radius: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #395896;
}

button,
button[disabled]:hover,
input[type=button],
input[type=button][disabled]:hover,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=submit],
input[type=submit][disabled]:hover {
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #00a892;
  line-height: 36px;
  padding: 0 35px;
  display: inline-block;
  background-color: #00a892;
  transition: all 0.25s ease 0s;
  font-size: 16px;
}
button:hover,
button[disabled]:hover:hover,
input[type=button]:hover,
input[type=button][disabled]:hover:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover:hover {
  color: #00a892;
  background-color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #00a892;
  background-color: #fff;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

/* CMS Button */
.btn {
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  height: 46px;
  border-radius: 3px;
  border: 2px solid #00a892;
  line-height: 42px;
  padding: 0 35px;
  display: inline-block;
  background-color: #00a892;
}
.btn .fa-left {
  padding-right: 10px;
}
.btn .fa-right {
  padding-left: 10px;
}
.btn:hover {
  color: #00a892;
  background-color: #fff;
}
.btn.center {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%);
}
.btn.btn-small {
  padding: 10px 15px;
}
.btn.btn-large {
  padding: 15px 35px;
}
.btn.btn-outline {
  border: 2px solid #d5d5d5;
  color: #3b3b3b;
  background: transparent;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  border: 2px solid #00a892 !important;
  color: #00a892 !important;
}

.btn-primary {
  background: #00a892;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #000;
  color: #fff;
}

.site-boxed #page {
  width: 1200px;
  margin: 0 auto;
}

.site-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.alignleft,
.alignright {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 600px;
}
@media screen and (max-width: 1199px) {
  .alignleft,
  .alignright {
    max-width: 300px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .alignleft,
  .alignright {
    max-width: 100%;
    display: block;
    width: 100%;
  }
}

.page .hentry {
  margin-bottom: 0;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@font-face {
  font-family: "HelvetIns";
  src: url(../fonts/HelvetIns.ttf);
}
#LRdiv0 {
  display: none !important;
}

.sha-menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color: #006064;
  color: white;
  font-size: 25px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 480px) {
  .sha-menu-mobile {
    font-size: 22px;
  }
}
.sha-menu-mobile .menu-left {
  padding: 0px 15px;
  border-right: 1px solid #fff;
  width: 57px;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sha-menu-mobile .menu-center {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -2px -2px 0 white, 0 -2px 0 white, 2px -2px 0 white, 2px 0 0 white, 2px 2px 0 white, 0 2px 0 white, -2px 2px 0 white, -2px 0 0 white;
}
.sha-menu-mobile .menu-right {
  padding: 0px 15px;
  border-left: 1px solid #fff;
  width: 57px;
  text-align: center;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.header-top {
  line-height: 0;
}

.header-tops {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .header-tops {
    display: none;
  }
}
.header-tops .brand-wrapper {
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.header-tops .brand-wrapper .brand-content {
  text-align: center;
  line-height: 1.2;
}
.header-tops .brand-wrapper .brand-content .content-top {
  color: #00a892;
}
.header-tops .brand-wrapper .brand-content .content-bottom {
  font-size: 25px;
  font-weight: 700;
  color: #f0374b;
}
.header-tops .header-right {
  gap: 30px;
}
.header-tops .header-right .brand-wrapper .brand-content {
  text-align: left;
}
.header-tops .header-right .brand-wrapper .brand-content * {
  font-size: 20px;
  font-weight: 700;
}

.sha-menu-mobiles {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  z-index: 999;
  transition: all 0.3s ease 0s;
}
.sha-menu-mobiles .box-content {
  overflow: scroll;
}
.sha-menu-mobiles .box-content .sha-menu-mb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sha-menu-mobiles .box-content .sha-menu-mb li:not(:last-child) {
  border-bottom: 1px solid #ede1f7;
}
.sha-menu-mobiles .box-content .sha-menu-mb > li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 55px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: #004951;
}
.sha-menu-mobiles .box-content .sha-menu-mb > li > a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #2ea4a6;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
}
.sha-menu-mobiles .box-content .sha-menu-mb > li:nth-child(1) > a:before {
  content: "\f015";
}
.sha-menu-mobiles .box-content .sha-menu-mb > li:nth-child(2) > a:before {
  content: "\f05a";
}
.sha-menu-mobiles .box-content .sha-menu-mb > li:nth-child(3) > a:before {
  content: "\f0f1";
}
.sha-menu-mobiles .box-content .sha-menu-mb > li:nth-child(4) > a:before {
  content: "\f0f0";
}
.sha-menu-mobiles .box-content .sha-menu-mb > li:nth-child(5) > a:before {
  content: "\f21e";
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus {
  padding-left: 55px;
  list-style: none;
  margin: 0;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus p {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #111;
  display: block;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus p i {
  font-size: 14px;
  color: red;
  margin-right: 5px;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus li {
  position: relative;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus li.submenu-open .main-menu-toggle:before {
  content: "\f106";
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .main-menu-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  right: 15px;
  top: 7px;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .main-menu-toggle:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 25px;
  line-height: 0;
  color: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .menu-list {
  display: none;
  padding: 0 0 2px 0;
  margin: 0;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .menu-list li {
  display: block;
  position: relative;
  padding-left: 12px;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .menu-list li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 10px;
  color: #107440;
  font-size: 17px;
  line-height: 1;
}
.sha-menu-mobiles .box-content .sha-menu-mb .sub-menus .menu-list li a {
  color: #333;
  padding: 7px 0;
  font-weight: 500;
  font-size: 15px;
  display: block;
  border-bottom: none;
}
.sha-menu-mobiles .box-heading {
  padding: 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sha-menu-mobiles .box-heading img {
  max-width: 100%;
  width: 100%;
}
.sha-menu-mobiles .box-heading .btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 35px;
  color: red;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sha-menu-mobiles .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"%3e%3cpath d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e);
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.sha-menu-mobiles .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sha-menu-mobiles.active {
  left: 0;
  right: 0;
}
.sha-menu-mobiles.active .overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sha-menu-mobiles.active .menu-box {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sha-menu-mobiles .menu-box {
  width: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  top: 0;
  height: 100vh;
  -webkit-box-shadow: 0 0 4px 0;
  -moz-box-shadow: 0 0 4px 0;
  box-shadow: 0 0 4px 0;
  -webkit-transform: translateX(-111%);
  -moz-transform: translateX(-111%);
  -ms-transform: translateX(-111%);
  -o-transform: translateX(-111%);
  transform: translateX(-111%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.sha-menu-mobiles .menu-box:before {
  content: "";
  display: block;
  width: 45px;
  height: 100%;
  background: #e5f6f6;
  position: absolute;
  z-index: -1;
}
.sha-menu-mobiles .cta {
  padding-left: 45px;
  text-align: center;
  padding-top: 10px;
}

.header-middle {
  position: relative;
  background: #e9e9e9;
}
@media (max-width: 991px) {
  .header-middle {
    z-index: 22;
    left: 0;
    right: 0;
    top: 0;
    background-color: #eafffd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  .header-middle .container {
    max-width: 100%;
    width: 100%;
  }
  .header-middle:before {
    content: "";
    position: absolute;
    z-index: 2;
    height: 50%;
    width: 2px;
    background-color: #132b83;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-middle:after {
    content: "";
    position: absolute;
    z-index: 2;
    height: 50%;
    width: 2px;
    background-color: #132b83;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-middle .w-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header-middle .wrap-logo {
  width: 300px;
}
@media (max-width: 1199px) {
  .header-middle .wrap-logo {
    width: 150px;
  }
}
.header-middle .w-search {
  width: 220px;
}
@media (max-width: 1199px) {
  .header-middle .w-search {
    width: 180px;
  }
}
.header-middle .w-search .button-search {
  display: none;
}
@media (max-width: 991px) {
  .header-middle .w-search {
    width: auto;
  }
  .header-middle .w-search .button-search {
    display: block;
    width: 50px;
    font-size: 30px;
    text-align: center;
    color: #00617e;
  }
  .header-middle .w-search .button-search .fa-search:before {
    content: "\f002";
  }
  .header-middle .w-search .button-search.search-active .fa-search:before {
    content: "\f00d";
  }
  .header-middle .w-search .search-form {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease 0s;
  }
  .header-middle .w-search .search-form.search-active {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.header-middle .w-search .form-row-search {
  position: relative;
}
.header-middle .w-search input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #222;
  padding: 0 15px;
  margin: 0;
  color: #222;
}
.header-middle .w-search .search-submit {
  background-color: transparent;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.header-nav {
  flex: 1;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-nav .main-navigation > a {
  margin-right: 30px;
}

.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.primary-menu > li {
  flex: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .primary-menu > li {
    float: none;
  }
  .primary-menu > li .main-menu-toggle {
    transition: all 300ms ease 0ms;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    background-color: #333;
    border-radius: 5px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 30px;
    top: 2px;
  }
  .primary-menu > li .main-menu-toggle:before, .primary-menu > li .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #00a892;
  }
  .primary-menu > li .main-menu-toggle:before {
    height: 12px;
    width: 2px;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .primary-menu > li .main-menu-toggle:after {
    height: 2px;
    width: 12px;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .primary-menu > li .main-menu-toggle.close:before {
    display: none;
  }
}
.primary-menu > li > a {
  display: inline-block;
  color: #474747;
  line-height: 34px;
  font-size: 18px;
  font-weight: 400;
  padding: 18px 0;
}
@media screen and (max-width: 991px) {
  .primary-menu > li > a {
    font-size: 16px;
    line-height: 35px;
    display: block;
    color: #fff;
  }
}
.primary-menu > li > a:hover {
  color: #00a892;
}
.primary-menu > li.current-menu-item a, .primary-menu > li.current-menu-ancestor a {
  color: initial;
}
@media screen and (max-width: 991px) {
  .primary-menu > li.current-menu-item a, .primary-menu > li.current-menu-ancestor a {
    color: #ff895b;
  }
}
.primary-menu > li.megamenu {
  position: static;
}
.primary-menu > li.megamenu > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.primary-menu > li.megamenu .sha-mega {
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.primary-menu > li.megamenu .sha-mega .menu-titles ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.primary-menu > li.megamenu .sha-mega .menu-titles ul li {
  height: 40px;
  color: #111;
  background-color: rgba(197, 115, 13, 0.7);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 20%;
  transition: all 0.25s ease 0s;
  border-right: 1px solid #fff;
  flex-grow: 1;
}
.primary-menu > li.megamenu .sha-mega .menu-titles ul li.item-active, .primary-menu > li.megamenu .sha-mega .menu-titles ul li:hover {
  background-color: #00b4f9;
}
.primary-menu > li.megamenu .sha-mega .menu-items {
  padding: 20px;
}
.primary-menu > li.megamenu .sha-mega .menu-items .item-nk,
.primary-menu > li.megamenu .sha-mega .menu-items .item-pk,
.primary-menu > li.megamenu .sha-mega .menu-items .item-xh,
.primary-menu > li.megamenu .sha-mega .menu-items .item-gd,
.primary-menu > li.megamenu .sha-mega .menu-items .item-hm,
.primary-menu > li.megamenu .sha-mega .menu-items .item-msd {
  display: none;
}
.primary-menu > li.megamenu .sha-mega .menu-items .item-nk.item-active,
.primary-menu > li.megamenu .sha-mega .menu-items .item-pk.item-active,
.primary-menu > li.megamenu .sha-mega .menu-items .item-xh.item-active,
.primary-menu > li.megamenu .sha-mega .menu-items .item-gd.item-active,
.primary-menu > li.megamenu .sha-mega .menu-items .item-hm.item-active,
.primary-menu > li.megamenu .sha-mega .menu-items .item-msd.item-active {
  display: block;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li {
  width: 33.33333%;
  padding: 0 15px 0 0;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li.menu-item-has-children:before {
  display: none;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li.menu-item-has-children > a {
  position: relative;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70%;
  background-color: #1fa02c;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li > a {
  padding: 5px 0;
  border: none;
  color: #005866;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li .sub-menu {
  padding: 10px 0 0 0;
  max-width: none;
  max-height: none;
  overflow-y: auto;
  background-color: transparent;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li .sub-menu li {
  display: block;
  position: relative;
  padding-left: 12px;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li .sub-menu li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  color: #107440;
  font-size: 17px;
  line-height: 1;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li .sub-menu li a {
  color: #333;
  padding: 2px 0;
  font-weight: 500;
  font-size: 15px;
  border-bottom: none;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu > li .sub-menu li a:hover {
  color: #00a892;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu .sub-menu {
  position: static;
  box-shadow: none;
  margin: 0;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu-list > li {
  width: 33.33333%;
  padding: 0 15px 0 0;
  display: block;
  text-align: left;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu-list > li a {
  color: #333;
  padding: 7px 0;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding-left: 12px;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu-list > li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 8px;
  color: #107440;
  font-size: 17px;
  line-height: 1;
}
.primary-menu > li.megamenu .sha-mega .menu-items .menu-list > li a:hover {
  color: #00a892;
}
.primary-menu > li > .sub-menu {
  position: absolute;
  top: 150%;
  visibility: hidden;
  opacity: 0;
  background-color: #1d613e;
  z-index: 99;
  min-width: 250px;
  box-shadow: 0 0 4px 0;
  padding: 5px 10px;
  transition: all 0.25s ease 0s;
  list-style: none;
  margin: 0;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .primary-menu > li > .sub-menu {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 0px 0px 30px;
    list-style: none;
    height: 0;
    overflow: hidden;
  }
  .primary-menu > li > .sub-menu.submenu-open {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.primary-menu > li > .sub-menu a {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  padding: 7px 0;
  display: block;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .primary-menu > li > .sub-menu a {
    color: #fff;
    border: none;
  }
}
.primary-menu > li > .sub-menu li {
  position: relative;
}
.primary-menu > li > .sub-menu li.menu-item-has-children:before {
  content: "\f054";
  position: absolute;
  font-size: 13px;
  right: 0;
  top: 11px;
  font-family: "FontAwesome";
}
@media screen and (max-width: 991px) {
  .primary-menu > li > .sub-menu li.menu-item-has-children:before {
    display: none;
  }
}
.primary-menu > li > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  padding: 10px;
  left: 120%;
  visibility: hidden;
  opacity: 0;
  max-height: 400px;
  overflow-y: scroll;
  min-width: 250px;
  transition: all 0.25s ease 0s;
  background-color: #fff;
  box-shadow: 0 0 4px 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .primary-menu > li > .sub-menu .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 0px 0px 20px;
    list-style: none;
    overflow-y: auto;
    max-height: none;
    height: 0;
    overflow: hidden;
  }
  .primary-menu > li > .sub-menu .sub-menu.submenu-open {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .primary-menu > li > .sub-menu .sub-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
  }
  .primary-menu > li > .sub-menu .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00bc97;
  }
}
.primary-menu > li > .sub-menu > li:last-child > a {
  border-bottom: none;
}
.primary-menu > li > .sub-menu > li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.primary-menu > li:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .hd-fixed .info-header .wrap-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
  }
  .hd-fixed .site-content {
    padding-top: 92px !important;
  }
  .hd-fixed.admin-bar .info-header .wrap-nav {
    top: 32px;
  }
  .hd-fixed.admin-bar .site-content {
    padding-top: 96px !important;
  }
}
@media screen and (max-width: 991px) {
  .hd-fixed .header-middle {
    position: fixed;
  }
  .hd-fixed .site-content {
    padding-top: 65px !important;
  }
  .hd-fixed.admin-bar .info-header .wrap-nav {
    top: 32px;
  }
  .hd-fixed.admin-bar .site-content {
    padding-top: 86px !important;
  }
}

.main-header {
  background-color: #00aeef;
}
.main-header .main-navigation {
  float: left;
}
.main-header .search-button {
  float: right;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #008fc5;
}
.main-header .search-button:hover {
  font-size: 20px;
  transition: all 0.25s ease 0s;
}
.main-header .search-button i {
  line-height: 60px;
}
@media screen and (max-width: 991px) {
  .main-header .search-button i {
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .main-header .search-button {
    height: 40px;
    line-height: 40px;
  }
}
.main-header .primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .primary-menu > li {
  float: left;
  position: relative;
}
.main-header .primary-menu > li > a {
  color: #fffefe;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 60px;
  display: block;
}
.main-header .primary-menu > li > a:hover {
  background-color: #008fc5;
  transition: all 0.25s ease 0s;
}
.main-header .primary-menu > li:hover > .sub-menu, .main-header .primary-menu > li:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-mo {
  position: fixed;
  top: 0;
  left: -200px;
  bottom: 60px;
  right: 0;
  background-color: #fff;
  z-index: 99;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease 0s;
}
.menu-mo.menu-mo-open {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.25s ease 0s;
}
.menu-mo .head-mo {
  padding: 5px 0;
  background-color: #f3fffb;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.menu-mo .head-mo .logo-mo {
  text-align: center;
  margin-right: 50px;
  max-width: 80%;
}
.menu-mo .head-mo span {
  font-size: 21px;
  line-height: 30px;
  color: #333;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.menu-mo .content-mo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mo .content-mo > ul {
  position: relative;
}
.menu-mo .content-mo .wrap-title {
  margin-bottom: 10px;
}
.menu-mo .content-mo > ul > li > a {
  height: 80px;
  width: 100px;
  border-radius: 0 10px 10px 0;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #97ddf7;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 5px 0;
  line-height: 1.1;
}
.menu-mo .content-mo > ul > li > a:before {
  content: url("../images/mo_1.png");
  display: block;
  margin-bottom: 5px;
}
.menu-mo .content-mo > ul > li:nth-child(3) > a:before {
  content: url("../images/mo_3.png");
}
.menu-mo .content-mo > ul > li:nth-child(4) > a:before {
  content: url("../images/mo_4.png");
}
.menu-mo .content-mo > ul > li:nth-child(5) > a:before {
  content: url("../images/mo_8.gif");
}
.menu-mo .content-mo > ul > li:nth-child(1) > a:before {
  content: url("../images/mo_5.png");
}
.menu-mo .content-mo > ul > li:nth-child(6) > a:before {
  content: url("../images/mo_7.png");
}
.menu-mo .content-mo > ul > li:nth-child(7) > a:before {
  content: url("../images/mo_7.png");
}
.menu-mo .content-mo > ul > li ul {
  display: none;
  position: absolute;
  left: 105px;
  top: 0;
  background-color: #eaf0f9;
  border-radius: 5px 5px 0 0;
  width: calc(100% - 110px);
}
.menu-mo .content-mo > ul > li ul.mo-open {
  display: block;
}
.menu-mo .content-mo > ul > li ul .wrap-title {
  height: 50px;
  border-radius: 10px;
  background-color: #356cfd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.menu-mo .content-mo > ul > li ul a {
  line-height: 35px;
  color: #333;
  font-size: 15px;
  padding-left: 0;
  position: relative;
  display: block;
}
.menu-mo .content-mo > ul > li ul a:before {
  content: "\f2dc";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #356cfd;
  margin-right: 5px;
}
.menu-mo .content-mo > ul > li ul li {
  border-bottom: 1px dashed silver;
  padding: 0 5px;
}
.menu-mo .content-mo > ul > li ul li:last-child {
  border-bottom: none;
}

#main-menu-mobile {
  font-size: 40px;
  color: #00617e;
  width: 50px;
  text-align: center;
  line-height: 1;
}

/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
.single .site-content {
  padding: 40px 0;
}
.single .site-content .wrap-title-cn {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.posts-pagination {
  text-align: right;
  clear: both;
}
.posts-pagination .loop-pagination {
  display: inline-block;
}
.posts-pagination .page-numbers {
  width: 45px;
  height: 40px;
  line-height: 38px;
  float: left;
  border-style: solid;
  border-color: #4468b2;
  border-width: 1px 0 1px 1px;
  color: #4468b2;
  font-size: 15px;
  background-color: #fff;
  text-align: center;
}
.posts-pagination .page-numbers:hover, .posts-pagination .page-numbers.current {
  background-color: #4468b2;
  border-color: #4468b2;
  color: #fff;
}
.posts-pagination .page-numbers:first-child {
  border-radius: 3px 0 0 3px;
}
.posts-pagination .page-numbers:last-child {
  border-radius: 0 3px 3px 0;
  border-width: 1px;
}

.tax-tax_nt .wrap-title-cn {
  margin-bottom: 30px;
}
.tax-tax_nt .wrap-title-cn p {
  margin-bottom: 0;
}
.tax-tax_nt .wrap-noi-that {
  padding-top: 20px;
}
.tax-tax_nt .k2-content {
  margin-bottom: 20px;
}
.tax-tax_nt .wrap-k2-image {
  line-height: 0;
  display: block;
}
.tax-tax_nt .wrap-k2-image a {
  display: inline-block;
  line-height: 0;
}
.tax-tax_nt .wrap-k2-info {
  display: block;
  text-align: center;
}
.tax-tax_nt .wrap-k2-info h3 {
  display: block;
  margin-bottom: 0;
}
.tax-tax_nt .wrap-k2-info a {
  display: block;
  height: 50px;
  background-color: #999;
  color: #559209;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}
.tax-tax_nt .wrap-k2-info a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
.image-hover {
  overflow: hidden;
}
.image-hover:hover img {
  transform: scale(1.1);
}
.image-hover img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Home */
.home .site-content {
  padding: 0;
}

.d-flex {
  display: flex;
}

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

.k2-package {
  text-align: center;
  margin-bottom: 15px;
  line-height: 0;
}
.k2-package img {
  border: 1px solid #eee;
  border-radius: 10px;
}

.page-home {
  overflow: hidden;
}
.page-home .home-titles {
  margin-bottom: 35px;
  position: relative;
}
.page-home .home-titles:after {
  content: "";
  width: 200px;
  height: 6px;
  background: #00a892;
  position: absolute;
  bottom: -10px;
}
.page-home .home-titles.text-inline h2 .effect {
  display: inline-block;
}
.page-home .home-titles.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}
.page-home .home-titles h2 {
  margin-bottom: 0;
  color: #000;
  position: relative;
  line-height: 1.3;
}
.page-home .home-titles h2 .effect {
  color: #00a892;
  display: block;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-home .home-titles h2 {
    font-size: 22px;
  }
}
.page-home .home-category {
  padding: 50px 0;
}
.page-home .home-category .items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .page-home .home-category .items {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .page-home .home-category .items .item {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .page-home .home-category .items .item {
    flex: 0 0 50%;
    padding: 0 6px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-home .home-category .items .item .item-wrap {
  flex: 1;
  background: #00a892;
  text-align: center;
  padding: 15px;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 5px 0;
}
@media (max-width: 1400px) {
  .page-home .home-category .items .item .item-wrap {
    width: 212px;
    height: 212px;
  }
}
@media (max-width: 1200px) {
  .page-home .home-category .items .item .item-wrap {
    width: 176px;
    height: 176px;
  }
}
.page-home .home-category .items .item .item-wrap .item-content {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .home-category .items .item .item-wrap .item-content .item-thumb {
  min-height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .home-category .items .item .item-text {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.page-home .home-about {
  padding: 50px 0 50px;
  background: #e5f6f4;
}
@media (max-width: 1199px) {
  .page-home .home-about .about-img {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-home .home-about .w-about-right {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .home-about .w-about-right .about-img2 {
    padding-top: 50px;
  }
}
.page-home .home-about .w-about-right .about-list .item .item-icon {
  flex: 0 0 45px;
  display: flex;
  justify-content: center;
}
.page-home .home-about .w-about-right .about-list .item .item-content .item-title {
  font-weight: 700;
  color: #00a892;
}
.page-home .home-lcpk {
  padding-bottom: 50px;
}
.page-home .home-lcpk .lcpk-list {
  gap: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .page-home .home-lcpk .lcpk-list {
    flex-direction: column;
  }
}
.page-home .home-lcpk .lcpk-list .item-left, .page-home .home-lcpk .lcpk-list .item-right {
  flex: 1;
}
.page-home .home-lcpk .lcpk-list .item-left .item, .page-home .home-lcpk .lcpk-list .item-right .item {
  display: flex;
  width: 100%;
  padding: 10px;
  background: #00a892;
  color: #000;
  align-items: center;
  gap: 15px;
  font-size: 17px;
}
.page-home .home-lcpk .lcpk-list .item-left .item:nth-child(even), .page-home .home-lcpk .lcpk-list .item-right .item:nth-child(even) {
  background: #5ee9d7;
}
.page-home .home-lcpk .lcpk-list .item-left .item .item-count, .page-home .home-lcpk .lcpk-list .item-right .item .item-count {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 4px 0 #606060;
}
.page-home .home-tv {
  background: url("../images/home/tu-van-bg.jpg") center/cover no-repeat;
  padding: 50px 0;
}
.page-home .home-tv .home-titles:after {
  background: #fff;
}
.page-home .home-tv .home-titles h2 .effect {
  color: #fff;
}
.page-home .home-tv .tv-list {
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-home .home-tv .tv-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .page-home .home-tv .tv-list .item {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
.page-home .home-tv .tv-list .item .item-text {
  margin-top: 15px;
  font-size: 16px;
}
.page-home .home-dt {
  padding: 50px 0;
}
.page-home .home-dt .w-know-content {
  box-shadow: 0 0 4px 0;
}
.page-home .home-dt .w-know-content .nav {
  width: 30%;
  padding: 25px;
  margin: 0;
}
@media (max-width: 1199px) {
  .page-home .home-dt .w-know-content .nav {
    border-right: 1px solid #1ea2b0;
  }
}
@media (max-width: 991px) {
  .page-home .home-dt .w-know-content .nav {
    width: 100%;
    border-bottom: 1px solid #1ea2b0;
    border-right: none;
  }
}
.page-home .home-dt .w-know-content .nav button.nav-link {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #636363;
  line-height: 1.3;
  text-align: left;
  position: relative;
  height: auto;
  transition: all 0.25s ease 0s;
}
@media (max-width: 991px) {
  .page-home .home-dt .w-know-content .nav button.nav-link {
    font-size: 16px;
  }
}
.page-home .home-dt .w-know-content .nav button.nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #1ea297;
  transition: all 0.25s ease 0s;
}
.page-home .home-dt .w-know-content .nav button.nav-link:hover, .page-home .home-dt .w-know-content .nav button.nav-link.active {
  color: #1ea297;
}
.page-home .home-dt .w-know-content .nav button.nav-link:hover:before, .page-home .home-dt .w-know-content .nav button.nav-link.active:before {
  width: 50px;
}
.page-home .home-dt .w-know-content .tab-content {
  width: 70%;
  position: relative;
}
@media (max-width: 991px) {
  .page-home .home-dt .w-know-content .tab-content {
    width: 100%;
  }
}
.page-home .home-dt .w-know-content .tab-content .know-content {
  display: flex;
}
.page-home .home-dt .w-know-content .tab-content .know-content .im:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .page-home .home-dt .w-know-content .tab-content .know-content .im {
    display: none;
  }
}
.page-home .home-dt .w-know-content .tab-content .know-content .im,
.page-home .home-dt .w-know-content .tab-content .know-content .ct {
  width: 50%;
  position: relative;
}
.page-home .home-dt .w-know-content .tab-content .know-content .im .im-content,
.page-home .home-dt .w-know-content .tab-content .know-content .ct .im-content {
  width: 100%;
  height: 100%;
}
.page-home .home-dt .w-know-content .tab-content .know-content .im .im-content img,
.page-home .home-dt .w-know-content .tab-content .know-content .ct .im-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct {
  padding: 30px;
}
@media (max-width: 1199px) {
  .page-home .home-dt .w-know-content .tab-content .know-content .ct {
    width: 100%;
  }
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct h3 {
  font-size: 18px;
  color: #1ea297;
  margin-bottom: 15px;
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct p, .page-home .home-dt .w-know-content .tab-content .know-content .ct li {
  font-size: 16px;
  color: #636363;
  line-height: 1.4;
  margin-bottom: 10px;
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct li {
  margin-bottom: 7px;
}
.page-home .home-dt .w-know-content .tab-content .know-content .ct .dt-btn a {
  display: inline-block;
  border: 1px solid;
  padding: 5px 20px;
  color: #00a892;
}
.page-home .home-ck {
  padding-bottom: 50px;
}
.page-home .home-ck .ck-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page-home .home-ck .ck-list {
    flex-wrap: wrap;
  }
}
.page-home .home-ck .ck-list .item {
  background: url("../images/home/ck-bg.jpg") center no-repeat;
  width: 247px;
  height: 485px;
}
@media (max-width: 991px) {
  .page-home .home-ck .ck-list .item {
    flex: 0 0 50%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-home .home-ck .ck-list .item {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.page-home .home-ck .ck-list .item .item-icon {
  margin-top: 18px;
  text-align: center;
}
.page-home .home-ck .ck-list .item .item-content {
  text-align: center;
  margin-top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-home .home-ck .ck-list .item .item-content {
    margin-top: 35%;
  }
}
.page-home .home-ck .ck-list .item .item-content .item-count {
  background: url("../images/home/border-number.png") center no-repeat;
  width: 156px;
  height: 70px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  color: #00a892;
}
.page-home .home-ck .ck-list .item .item-content .item-text {
  font-size: 20px;
  margin-top: 10px;
}
.page-home .home-env {
  background: url("../images/home/env-bg.jpg") center/cover no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .page-home .home-env {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .page-home .home-env .env-swiper {
    padding: 50px 0;
  }
}
.page-home .home-env .env-swiper .env-item {
  margin: 30px;
}
@media (max-width: 991px) {
  .page-home .home-env .env-swiper .env-item {
    margin: 0;
  }
}
.page-home .home-env .env-swiper .env-item .item-thumb {
  padding-top: 100%;
  position: relative;
  border: 15px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 #d1d1d1;
}
@media (max-width: 991px) {
  .page-home .home-env .env-swiper .env-item .item-thumb {
    border-width: 6px;
  }
}
.page-home .home-env .env-swiper .env-item .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-home .home-env .env-swiper .env-item .item-content {
  text-align: center;
  margin-top: 20px;
  display: none;
}
@media (min-width: 768px) {
  .page-home .home-env .env-swiper .swiper-slide-next {
    transform: scale(1.3);
  }
  .page-home .home-env .env-swiper .swiper-slide-next .env-item .item-content {
    display: block;
  }
}
.page-home .home-cmbn {
  padding-top: 50px;
}
.page-home .home-cmbn .cm-list {
  display: flex;
}
.page-home .home-cmbn .cm-list .swiper-slide .item {
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 15px;
  box-shadow: 0 0 4px 0;
  margin: 4px;
  min-height: 518px;
}
.page-home .home-cmbn .cm-list .swiper-slide .item .item-content .name {
  font-size: 16px;
}
.page-home .home-cmbn .cm-list .swiper-slide .item .item-content .star {
  color: #fdb933;
  font-size: 18px;
  margin: 5px 0 15px;
}
.page-home .home-cmbn .cm-list .swiper-slide .item .item-content .text {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-home .home-news {
  padding: 50px 0;
}
.page-home .home-news .news-list .news-thumb {
  height: 170px;
}
.page-home .home-news .news-list .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .home-news .news-list .news-content {
  margin-top: 10px;
  margin-bottom: 30px;
  color: initial;
}
.page-home .home-news .news-list .news-content .title {
  font-weight: 600;
}

.blog-item {
  margin-bottom: 25px;
}
.blog-item .item-image {
  line-height: 0;
  margin-bottom: 15px;
}
.blog-item .item-image img {
  width: 100%;
  max-width: 100%;
}
.blog-item .tintuc-info .h4 {
  margin-bottom: 10px;
  line-height: 0;
}
.blog-item .tintuc-info .h4 a {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  height: 65px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-item .tintuc-info .h4 a {
    height: auto;
  }
}
.blog-item .tintuc-info .h4 p {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}

.page-template-home .site-content {
  padding: 0;
}
@media (max-width: 767px) {
  .page-template-home .site-content {
    margin-top: 46px;
  }
}

.k2-show-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 10;
  padding-top: 7px;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
.k2-show-mobile:before, .k2-show-mobile:after {
  content: "";
  display: table;
}
.k2-show-mobile:after {
  clear: both;
}
.k2-show-mobile .c1, .k2-show-mobile .c2, .k2-show-mobile .c3, .k2-show-mobile .c4 {
  width: 25%;
  float: left;
  padding: 0.2rem 0 0.5rem;
  color: #000;
  font-weight: 500;
}
.k2-show-mobile i {
  display: block;
  color: #000;
  font-size: 22px;
  margin-bottom: 3px;
}

.gt-title {
  text-align: center;
  margin-bottom: 25px;
}
.gt-title h2 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .gt-title h2 {
    min-width: 600px;
  }
}

.page-doctor .item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.page-doctor .item .im {
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.page-doctor .item .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.page-doctor .item .item-content h3 {
  color: #00a892;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-doctor .item .item-content p {
  font-size: 14px;
  color: #222;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.page-doctor .item .item-content p span {
  font-weight: 600;
}
.page-doctor .item .item-content p .w-star {
  display: inline-block;
  margin-left: 10px;
}
.page-doctor .item .item-content p .w-star i {
  color: #f7c60b;
  width: auto;
}
.page-doctor .item .w-cta {
  padding: 10px 0;
  position: relative;
}
.page-doctor .item .w-cta:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-doctor .item .w-cta a {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #00a892;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.page-gt {
  overflow: hidden;
}
.page-gt .my-dotor {
  padding: 30px 0;
}
.page-gt .my-dotor .wrap-doct {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .page-gt .my-dotor .wrap-doct {
    text-align: center;
    padding-top: 30px;
  }
}
.page-gt .my-dotor .wrap-doct h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}
.page-gt .my-dotor .wrap-doct p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.page-gt .my-dotor .wrap-doct .wrap-bottom a {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  background-color: #2b9231;
}
.page-gt .my-dotor .wrap-doct .wrap-bottom a.tv-1 {
  background-color: #ec1414;
}
.page-gt .gt-dd {
  padding: 30px;
  background-image: url(../images/gioi_thieu/bg_dd.jpg);
  background-size: cover;
}
.page-gt .gt-service {
  padding: 30px 0;
}
.page-gt .gt-service .sv-title {
  margin-bottom: 30px;
  overflow: hidden;
}
.page-gt .gt-service .sv-title h2 {
  margin-bottom: 0;
  position: relative;
  font-size: 22px;
  color: #000;
  display: inline-block;
}
.page-gt .gt-service .sv-title h2:before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #333;
  left: 100%;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .page-gt .gt-service .sv-title h2:before {
    display: none;
  }
}
.page-gt .gt-service .it-befo {
  position: relative;
}
.page-gt .gt-service .it-befo:before {
  content: url(../images/gioi_thieu/icon_gt_sv.png);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translatey(-50%);
  right: -46px;
}
@media screen and (max-width: 1199px) {
  .page-gt .gt-service .it-befo:before {
    display: none;
  }
}
.page-gt .gt-service .item {
  border-radius: 10px;
  border: 2px solid #333;
  min-height: 370px;
}
@media screen and (max-width: 991px) {
  .page-gt .gt-service .item {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.page-gt .gt-service .item .img {
  margin-bottom: 10px;
}
.page-gt .gt-service .item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.page-gt .gt-service .item h3, .page-gt .gt-service .item p {
  text-align: center;
}
.page-gt .gt-service .item h3 {
  font-size: 19px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-gt .gt-service .item p {
  margin-bottom: 0;
  line-height: 1.4;
}
.page-gt .gt-step {
  padding: 30px 0;
  background-image: url("../images/gioi_thieu/bg_step.jpg");
  background-size: cover;
}
.page-gt .gt-step .wrap-step .item {
  float: left;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-gt .gt-step .wrap-step .item {
    width: 50%;
  }
}
.page-gt .gt-thiet-bi {
  padding: 30px 0;
}
.page-gt .gt-thiet-bi .content,
.page-gt .gt-thiet-bi .img {
  float: left;
}
.page-gt .gt-thiet-bi .img {
  width: 410px;
  border: 1px solid #a7a6a6;
}
@media screen and (min-width: 1200px) {
  .page-gt .gt-thiet-bi .content {
    padding-right: 30px;
    width: calc(100% - 410px);
  }
}
.page-gt .gt-thiet-bi .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #307fe5;
}
.page-gt .gt-thiet-bi .content p {
  line-height: 1.6;
}
.page-gt .gt-thiet-bi .content .wrap-img {
  display: block;
  padding-top: 30px;
  margin: 0 -5px;
  clear: both;
}
.page-gt .gt-thiet-bi .content .wrap-img .item {
  padding: 5px;
  float: left;
  width: 33.3333333333%;
  line-height: 0;
}
.page-gt .gt-thiet-bi .content .wrap-img .item img {
  border: 1px solid #a7a6a6;
}
.page-gt .about-us {
  padding: 30px 0 0 0;
  margin-bottom: 30px;
}
.page-gt .about-us .img {
  float: left;
  width: 400px;
}
.page-gt .about-us .wrap-content {
  float: left;
}
@media screen and (min-width: 1200px) {
  .page-gt .about-us .wrap-content {
    width: calc(100% - 400px);
    padding-top: 80px;
    position: relative;
  }
  .page-gt .about-us .wrap-content:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 1000px;
    bottom: -60px;
    left: 0;
    z-index: -1;
    background-color: #d4d3d3;
  }
}
.page-gt .about-us .wrap-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.page-gt .about-us .wrap-content p {
  line-height: 1.4;
  margin-bottom: 0;
}
.page-gt .timh {
  padding: 30px 0;
}
.page-gt .timh .img {
  float: left;
  width: 725px;
}
@media screen and (max-width: 1199px) {
  .page-gt .timh .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-gt .timh .wrap-content {
  float: left;
  width: calc(100% - 725px);
  text-align: center;
  border-style: dashed;
  border-width: 1px;
  border-color: transparent #333 #333 #333;
}
@media screen and (max-width: 1199px) {
  .page-gt .timh .wrap-content {
    width: 100%;
  }
}
.page-gt .timh .wrap-content p, .page-gt .timh .wrap-content h3 {
  padding: 0 15px;
}
.page-gt .timh .wrap-content p {
  line-height: 1.7;
}
.page-gt .timh .wrap-content h3 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-gt .timh .wrap-content a {
  color: #fff;
  background-color: #999;
  line-height: 45px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.page-gt .timh .wrap-img {
  display: block;
  padding-top: 30px;
  margin: 0 -5px;
  clear: both;
}
.page-gt .timh .wrap-img .item {
  padding: 5px;
  float: left;
  width: 25%;
  opacity: 0.45;
  transition: all 0.25s ease 0s;
}
.page-gt .timh .wrap-img .item:hover {
  opacity: 1;
}

.archive .site-content {
  padding: 0;
}

.contact-us-archive {
  padding: 30px 0 50px;
  background-color: #307fe5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contact-us-archive .row {
    margin: 0 60px;
  }
}
.contact-us-archive .img {
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .contact-us-archive .img {
    margin-bottom: 15px;
  }
}
.contact-us-archive h2 {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin: 0 auto 20px;
  line-height: 1.4;
}
.contact-us-archive a {
  display: inline-block;
  box-shadow: 3px 3px 10px 0 rgba(255, 255, 225, 0.7);
}

.sidebar_archive .wrap-bs-wg {
  line-height: 0;
  margin-bottom: 25px;
}
.sidebar_archive .wrap-wg-regis {
  text-align: center;
  background-color: #ebebeb;
  padding: 20px 0 0;
}
.sidebar_archive .wrap-wg-regis h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #000;
  display: block;
}
.sidebar_archive .wrap-wg-regis h3 img {
  vertical-align: middle;
}
.sidebar_archive .wrap-wg-regis .wg-regis {
  padding: 0 20px;
}
.sidebar_archive .wrap-wg-regis button {
  margin-top: 20px;
  display: block;
  background-color: #e4162a;
  border-color: #e4162a;
  border-radius: 0;
  width: 100%;
  height: 45px;
  line-height: 43px;
}
.sidebar_archive .wrap-wg-regis button:hover {
  color: #e4162a;
  background-color: #fff;
}
.sidebar_archive .tu-v {
  margin-top: 20px;
}
.sidebar_archive .tu-v .wrap-content {
  margin: 0 -4px;
}
.sidebar_archive .tu-v .item {
  padding: 0 4px 8px;
  line-height: 0;
  float: left;
  width: 50%;
}
.sidebar_archive .wg-danh-muc-benh {
  margin-bottom: 30px;
}
.sidebar_archive .wg-danh-muc-benh h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background-color: #00b797;
  padding: 15px 0;
  margin-bottom: 15px;
  vertical-align: middle;
  border-radius: 5px;
}
.sidebar_archive .wg-danh-muc-benh h3 img {
  vertical-align: middle;
}
.sidebar_archive .wg-danh-muc-benh ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #56c1ad;
  border-radius: 5px;
  padding: 3px 10px;
}
.sidebar_archive .wg-danh-muc-benh ul li {
  display: block;
}
.sidebar_archive .wg-danh-muc-benh ul li:last-child a {
  border-bottom: none;
}
.sidebar_archive .wg-danh-muc-benh ul a {
  display: block;
  padding: 7px 0;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px dashed #ffecec;
}
.sidebar_archive .wg-danh-muc-benh .wg-danh-muc-benh-menus .accordion-item {
  margin-bottom: 5px;
  border: none;
}
.sidebar_archive .wg-danh-muc-benh .wg-danh-muc-benh-menus .accordion-body {
  padding: 10px 0 20px 0;
}
.sidebar_archive .wg-danh-muc-benh .wg-danh-muc-benh-menus .accordion-flush .accordion-item .accordion-button {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  background-color: #c9e4e5;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  border-radius: 5px;
}
.sidebar_archive .wg-doctor .sb_swiper {
  padding: 20px 5px 10px 5px;
}
.sidebar_archive .wg-doctor .swiper-wrapper {
  padding-bottom: 35px;
}
.sidebar_archive .wg-doctor .item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
.sidebar_archive .wg-doctor .item .im {
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.sidebar_archive .wg-doctor .item .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.sidebar_archive .wg-doctor .item .item-content h3 {
  color: #00b091;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sidebar_archive .wg-doctor .item .item-content p {
  font-size: 14px;
  color: #222;
}
.sidebar_archive .wg-doctor .item .w-cta {
  padding: 10px 0;
  position: relative;
}
.sidebar_archive .wg-doctor .item .w-cta:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sidebar_archive .wg-doctor .item .w-cta a {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #00b091;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.quy-trinh-ar {
  margin-bottom: 30px;
}
.quy-trinh-ar .qt-title {
  margin-bottom: 30px;
  text-align: center;
}
.quy-trinh-ar .qt-title h3 {
  margin-bottom: 0;
  color: #000;
  font-size: 25px;
  font-weight: 500;
}
.quy-trinh-ar .item {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  min-height: 330px;
}
@media screen and (max-width: 1199px) {
  .quy-trinh-ar .item {
    margin-bottom: 15px;
  }
}
.quy-trinh-ar .item h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.quy-trinh-ar .item p {
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .quy-trinh-ar .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .quy-trinh-ar .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.wrap-img-archive {
  display: flex;
  padding: 20px;
  display: flex;
  align-items: center;
  background: rgba(0, 124, 112, 0.2);
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px dashed #007c70;
}
.wrap-img-archive .im {
  width: 60px;
}
@media (max-width: 767px) {
  .wrap-img-archive .im {
    display: none;
  }
}
.wrap-img-archive p {
  width: calc(100% - 60px);
  padding-left: 15px;
  text-align: justify;
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wrap-img-archive p {
    width: 100%;
    padding: 0;
  }
}

.search .content-container,
.archive .content-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.search .content-container .item-archive,
.archive .content-container .item-archive {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #c0f7ff;
}
@media screen and (max-width: 1199px) {
  .search .content-container .item-archive,
  .archive .content-container .item-archive {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-radius: 0px;
    border-bottom: 2px solid #e7820b;
  }
}
.search .content-container .item-archive .archive_img,
.archive .content-container .item-archive .archive_img {
  float: left;
  width: 320px;
}
@media screen and (max-width: 1199px) {
  .search .content-container .item-archive .archive_img,
  .archive .content-container .item-archive .archive_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.search .content-container .item-archive .archive_img .post-image,
.archive .content-container .item-archive .archive_img .post-image {
  border-radius: 20px;
  border: 2px solid #7d7d7d;
  line-height: 0;
}
@media screen and (max-width: 1199px) {
  .search .content-container .item-archive .archive_img .post-image,
  .archive .content-container .item-archive .archive_img .post-image {
    border: none;
  }
}
.search .content-container .item-archive .archive_img .post-image img,
.archive .content-container .item-archive .archive_img .post-image img {
  border-radius: 20px;
}
.search .content-container .item-archive .archive_content,
.archive .content-container .item-archive .archive_content {
  float: left;
  width: calc(100% - 320px);
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .search .content-container .item-archive .archive_content,
  .archive .content-container .item-archive .archive_content {
    width: 100%;
    padding-left: 0;
  }
}
.search .content-container .item-archive .archive_content h3,
.archive .content-container .item-archive .archive_content h3 {
  margin-bottom: 10px;
  line-height: 0;
}
.search .content-container .item-archive .archive_content h3 a,
.archive .content-container .item-archive .archive_content h3 a {
  color: #212121;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
.search .content-container .item-archive .archive_content p,
.archive .content-container .item-archive .archive_content p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.search .content-container .item-archive .archive_content .wrap-bottom,
.archive .content-container .item-archive .archive_content .wrap-bottom {
  padding-top: 15px;
}
.search .content-container .item-archive .archive_content .wrap-bottom a,
.archive .content-container .item-archive .archive_content .wrap-bottom a {
  height: 30px;
  line-height: 30px;
  background-color: #ed1c24;
  padding: 0 20px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}
.search .content-container .item-archive .archive_content .wrap-bottom a img,
.archive .content-container .item-archive .archive_content .wrap-bottom a img {
  vertical-align: middle;
}
.search .content-container .item-archive .archive_content .wrap-bottom a.tu-van,
.archive .content-container .item-archive .archive_content .wrap-bottom a.tu-van {
  background-color: #e7820b;
}

.archive .content-tintuc {
  padding-top: 40px;
  padding-bottom: 40px;
}
.archive .content-tintuc .site-content {
  padding: 0;
}
.archive .content-tintuc .wrap-name {
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #00b797;
}
.archive .content-tintuc .wrap-name p {
  line-height: 41px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}
.archive .content-tintuc .wrap-name img {
  display: inline-block;
  vertical-align: middle;
}
.archive .content-tintuc .item-archive {
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.archive .content-tintuc .item-archive h3 {
  line-height: 0;
  margin-bottom: 0px;
}
.archive .content-tintuc .item-archive h3 a {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}
.archive .content-tintuc .item-archive span {
  margin-bottom: 15px;
  display: block;
}
.archive .content-tintuc .item-archive .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.archive .content-tintuc .item-archive .post-categories a {
  color: #000;
  font-size: 16px;
}
.archive .content-tintuc .item-archive .wrap-bottom {
  text-align: left;
}
@media (min-width: 767px) and (max-width: 991px) {
  .archive .content-tintuc .item-archive .wrap-bottom {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .archive .content-tintuc .item-archive .wrap-bottom {
    text-align: left;
  }
}
.archive .content-tintuc .item-archive .wrap-bottom a {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background-color: #668fe1;
  border-radius: 3px;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .archive .content-tintuc .item-archive .wrap-bottom a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.archive .content-tintuc .item-archive .wrap-bottom a.tu-van {
  background-color: #ff957e;
  margin-right: 3px;
}
@media screen and (max-width: 599px) {
  .archive .content-tintuc .item-archive .wrap-bottom a.tu-van {
    display: block;
    margin-bottom: 0;
    margin-right: 0px;
  }
}
.archive .content-tintuc .item-archive .wrap-bottom a:hover {
  background-color: #00bc97;
}
.archive .content-tintuc .item-archive .archive_img,
.archive .content-tintuc .item-archive .archive_content {
  float: left;
}
.archive .content-tintuc .item-archive .archive_img {
  width: 300px;
  border-radius: 5px;
  line-height: 0;
}
.archive .content-tintuc .item-archive .archive_img img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .archive .content-tintuc .item-archive .archive_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.archive .content-tintuc .item-archive .archive_content {
  width: calc(100% - 300px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .archive .content-tintuc .item-archive .archive_content {
    width: 100%;
    padding-left: 0;
  }
}

.single-post .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post .content-single {
  padding-top: 40px;
  padding-bottom: 20px;
}
.single-post .img-single {
  padding-top: 20px;
}
.single-post .wrap-recent {
  margin-bottom: 40px;
}
.single-post .wrap-recent .recent-title {
  border-bottom: 2px solid #06a3de;
  margin-bottom: 30px;
  position: relative;
}
.single-post .wrap-recent .recent-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 200px;
  background-color: #040404;
}
.single-post .wrap-recent .recent-title .recent-content-title {
  display: inline-block;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 7px;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-title .recent-content-title {
    font-size: 18px;
  }
}
.single-post .wrap-recent .recent-title .recent-content-title img {
  line-height: 0;
  vertical-align: bottom;
  margin-right: 10px;
}
.single-post .wrap-recent .recent-image {
  line-height: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-image {
    width: 110px;
    margin-bottom: 15px;
    float: left;
  }
}
.single-post .wrap-recent .recent-image .post-image {
  height: 230px;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-image .post-image {
    height: auto;
  }
}
.single-post .wrap-recent .recent-image .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .wrap-recent .recent-info {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-info {
    width: calc(100% - 110px);
    padding-left: 10px;
    margin-bottom: 15px;
    float: left;
  }
}
.single-post .wrap-recent .recent-info h3 {
  margin-bottom: 5px;
  line-height: 0;
}
.single-post .wrap-recent .recent-info h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-info h3 a {
    font-size: 15px;
  }
}
.single-post .wrap-recent .recent-info p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single-post .wrap-recent .recent-info p {
    font-size: 13px;
  }
}
.single-post .single-content p {
  line-height: 1.5;
  font-size: 16px;
}
.single-post .single-content p.wp-caption-text {
  font-size: 14px;
  padding: 5px;
}
.single-post .single-content img {
  max-width: 600px;
}
@media (max-width: 991px) {
  .single-post .single-content img {
    max-width: 100%;
  }
}
.single-post .single-content h1 {
  font-size: 25px;
  color: #2465c1;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-left: 7px solid #00bc97;
  line-height: 1.3;
  padding-left: 10px;
  font-weight: 700;
}
.single-post .single-content blockquote {
  border-left: 5px solid #00a892;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 30px;
  background-color: rgba(0, 168, 146, 0.05);
}
.single-post .single-content blockquote p {
  font-size: 16px;
}
.single-post .single-content .rate {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.single-post .single-content .rate .rate-star {
  display: inline-block;
}
.single-post .single-content .rate .rate-star:before, .single-post .single-content .rate .rate-star:after {
  display: table;
  content: "";
}
.single-post .single-content .rate .rate-star:after {
  clear: both;
}
.single-post .single-content .rate .rate-star i {
  color: #ffb22d;
  width: 16px;
  float: left;
  text-align: center;
}
.single-post .single-content .rate .rate-star.star-1 i:nth-child(n+2) {
  color: #999;
}
.single-post .single-content .rate .rate-star.star-2 i:nth-child(n+3) {
  color: #999;
}
.single-post .single-content .rate .rate-star.star-3 i:nth-child(n+4) {
  color: #999;
}
.single-post .single-content .rate .rate-star.star-4 i:nth-child(n+5) {
  color: #999;
}
.single-post .single-content .rate p {
  margin-bottom: 0;
}
.single-post .single-content strong {
  font-weight: 700;
}
.single-post .single-content a {
  color: #1547d7;
  font-weight: 700;
}
.single-post .single-content a:hover {
  color: #e00000;
}
.single-post .single-content h2 {
  background-image: linear-gradient(to right, #019265, #2bb58b, #019265);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 80px;
  line-height: 1.5;
  position: relative;
  margin: 30px 0 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-left: none;
}
.single-post .single-content h2:before {
  content: "";
  width: 60px;
  height: 50px;
  background: url(../images/logo-tieu-de.png) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.single-post .single-content h3, .single-post .single-content h4, .single-post .single-content h5, .single-post .single-content h6 {
  color: #007c70;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.single-post .single-content h3 *, .single-post .single-content h4 *, .single-post .single-content h5 *, .single-post .single-content h6 * {
  font-weight: 700 !important;
}
.single-post .single-content h3, .single-post .single-content h4 {
  font-size: 18px;
}
.single-post .single-content ul {
  margin-bottom: 15px;
  list-style: none;
}
.single-post .single-content ul li {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  margin-bottom: 5px;
}
.single-post .single-content ul li:before {
  content: "- ";
}

.content-single .sha-cta, .content-single p .sha-cta {
  color: #ed1c24 !important;
}

@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  }
}
.single-post .wrap-new-img,
.category .wrap-new-img {
  line-height: 0;
  margin-top: 30px;
}
.single-post .new-pos h3,
.category .new-pos h3 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 0;
  background-color: #f29f3d;
}
.single-post .new-pos h3 img,
.category .new-pos h3 img {
  vertical-align: middle;
  margin-left: 5px;
}
.single-post .new-pos .wrap-cont,
.category .new-pos .wrap-cont {
  padding: 10px;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.single-post .new-pos .wrap-cont a,
.category .new-pos .wrap-cont a {
  border-bottom: 1px dashed #959595;
  line-height: 1.4;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #272727;
}
.single-post .new-pos .wrap-cont a:hover,
.category .new-pos .wrap-cont a:hover {
  color: #00a892;
}
.single-post .new-pos .wrap-cont .wrap-k2-info:last-child a,
.category .new-pos .wrap-cont .wrap-k2-info:last-child a {
  border-bottom: none;
}

.k2-img-new {
  text-align: center;
  margin-bottom: 15px;
}
.k2-img-new a {
  border: none !important;
}
.k2-img-new .wrap-img {
  display: inline-block;
  line-height: 0;
  max-width: 450px;
  border: 1px solid #ccc;
}

.k2-invite-chatting {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 333;
}
.k2-invite-chatting .k2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.k2-invite-chatting .wrap-invite {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 10px;
}
.k2-invite-chatting .wrap-invite h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.k2-invite-chatting .wrap-button a {
  height: 36px;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  line-height: 34px;
  display: inline-block;
  padding: 0 25px;
  margin: 0 7px;
  font-weight: 500;
  font-size: 16px;
}
.k2-invite-chatting .wrap-button a.invite-accept {
  background-color: red;
  border-color: red;
  color: #fff;
}
.k2-invite-chatting .wrap-button a.invite-accept:hover {
  background-color: #ff5200;
  border-color: #ff5200;
  color: #fff;
}
.k2-invite-chatting .wrap-button a.invite-refuse {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.k2-invite-chatting .wrap-button a.invite-refuse:hover {
  background-color: #ffcb05;
  border-color: #ffcb05;
  color: #fff;
}

.gt-thiet-bi {
  padding: 30px 0;
}
.gt-thiet-bi .content,
.gt-thiet-bi .img {
  float: left;
}
.gt-thiet-bi .img {
  width: 410px;
  border: 1px solid #a7a6a6;
}
@media screen and (min-width: 1200px) {
  .gt-thiet-bi .content {
    padding-right: 30px;
    width: calc(100% - 410px);
  }
}
.gt-thiet-bi .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #307fe5;
}
.gt-thiet-bi .content p {
  line-height: 1.6;
}
.gt-thiet-bi .content .wrap-img {
  display: block;
  padding-top: 30px;
  margin: 0 -5px;
  clear: both;
}
.gt-thiet-bi .content .wrap-img .item {
  padding: 5px;
  float: left;
  width: 33.3333333333%;
  line-height: 0;
}
.gt-thiet-bi .content .wrap-img .item img {
  border: 1px solid #a7a6a6;
}

.sha-test {
  background-color: #2ea4a6;
  padding: 30px;
  margin: 25px 0;
  border-radius: 15px;
}
.sha-test p.titles {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sha-test p.titles {
    font-size: 23px;
  }
}
.sha-test p.sub-titles {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.sha-test .wform {
  position: relative;
  background-image: linear-gradient(140deg, #cbf0f1 0%, #d6fbfc 50%, #eeffff 75%);
  border: 1px dashed #cb0008;
  padding: 25px 0;
  border-radius: 25px;
  padding: 15px 20px 0;
}
.sha-test .wform .w-ct {
  margin-bottom: 15px;
}
.sha-test .wform .w-titles {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.sha-test .wform .w-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sha-test .wform label {
  width: calc(50% - 7px);
  margin: 3px 0;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sha-test .wform label {
    width: calc(100% - 7px);
  }
}
.sha-test .wform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
  width: 13px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  border: 1px solid #0094ba;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  position: relative;
  z-index: 8;
  border-radius: 50%;
  margin-right: 10px;
}
.sha-test .wform input:checked {
  background-color: #0094ba;
}
.sha-test .wcta {
  text-align: center;
  padding: 30px 0 0 0;
}
.sha-test .wcta .title-cta {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sha-test .wcta input {
  max-width: 300px;
  width: 100%;
  border: 1px solid #2d89a0;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  height: 40px;
  color: #000;
  text-align: center;
}
.sha-test .wcta .w-cta-buttons {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sha-test .wcta .w-cta-buttons button, .sha-test .wcta .w-cta-buttons a {
  margin: 0 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
}
.sha-test .wcta .w-cta-buttons button {
  background-color: #cb0008;
  color: #fff;
}
.sha-test .wcta .w-cta-buttons a {
  background-color: #ffc258;
  color: #000;
}
.sha-test .wcta .sub-cta {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.sha-test .wcta .sub-cta span {
  font-weight: 700;
  color: #ffc258;
  font-size: 18px;
}
.sha-test .wcta .w-cta-notice {
  padding-top: 10px;
  visibility: hidden;
}
.sha-test .wcta .w-cta-notice p {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #fbff00;
}

#page.card-loading {
  position: relative;
}
#page.card-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.26);
}
#page.card-loading:after {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f1ce";
  font-family: "FontAwesome";
  font-size: 68px;
  color: #00ff80;
  -webkit-animation: rotate-center 1s linear infinite;
  animation: rotate-center 1s linear infinite;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-template-doctor .site-content {
  padding-top: 0;
}

.sha-breacrumd {
  margin-bottom: 15px;
}
.sha-breacrumd ul {
  line-height: normal;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sha-breacrumd ul li {
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.sha-breacrumd ul a {
  color: #222;
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: 500;
}
.sha-breacrumd ul a:hover {
  color: #00a892;
}
.sha-breacrumd ul a:after {
  content: "/";
  position: absolute;
  right: 0;
}

.content-single-doctor .home-slider {
  margin-bottom: 30px;
}
.content-single-doctor .info-doc {
  padding: 20px 40px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .content-single-doctor .info-doc {
    justify-content: center;
  }
}
.content-single-doctor .info-doc .im {
  width: 260px;
  padding: 10px;
  border-radius: 50%;
  border: 5px dotted #00a892;
  line-height: 0;
}
.content-single-doctor .info-doc .im img {
  border-radius: 50%;
}
.content-single-doctor .info-doc .info {
  width: calc(100% - 260px);
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .content-single-doctor .info-doc .info {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.content-single-doctor .info-doc .info h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.content-single-doctor .info-doc .info h2 span {
  color: #00a892;
  font-size: 23px;
}
.content-single-doctor .info-doc .info p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 30px;
}
.content-single-doctor .info-doc .info p span {
  font-weight: 600;
}
.content-single-doctor .info-doc .info .line {
  margin-bottom: 20px;
  width: 90%;
  display: inline-block;
  border-bottom: 5px dotted #00a892;
}
.content-single-doctor .info-doc .info ul {
  line-height: none;
  padding: 0;
  margin: 0;
}
.content-single-doctor .info-doc .info ul li {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}
.content-single-doctor .info-doc .info ul li span {
  font-weight: 400;
  min-width: 150px;
  display: inline-block;
}
.content-single-doctor .info-doc .info ul li i {
  color: #00a892;
  width: 30px;
  font-size: 16px;
}
.content-single-doctor .info-doc .info ul li .w-star {
  display: inline-block;
}
.content-single-doctor .info-doc .info ul li .w-star i {
  color: #f7c60b;
  width: auto;
}
.content-single-doctor .sha-content {
  padding: 20px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-radius: 15px;
}
.content-single-doctor .sha-content h2 {
  background-color: #00a892;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px 10px 45px;
  border-radius: 10px;
}
.content-single-doctor .sha-content h2:before {
  content: "\f016";
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 15px;
  line-height: 1;
  font-family: "FontAwesome";
}
.content-single-doctor .w-recent .item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-radius: 15px;
}
.content-single-doctor .w-recent .item .im {
  width: 110px;
  height: 110px;
  border: 2px solid #00a892;
  padding: 7px;
  border-radius: 50%;
}
.content-single-doctor .w-recent .item .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.content-single-doctor .w-recent .item .item-content {
  width: calc(100% - 110px);
  padding-left: 20px;
}
.content-single-doctor .w-recent .item .item-content h3 {
  line-height: 0;
  margin-bottom: 10px;
}
.content-single-doctor .w-recent .item .item-content h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.3;
}
.content-single-doctor .w-recent .item .item-content p {
  margin-bottom: 0;
}
.content-single-doctor .w-recent .item .item-content p i {
  width: 20px;
  text-align: center;
}

.page-gt .sha-content h2 {
  background-image: linear-gradient(to right, #00a892, rgba(0, 168, 146, 0.7), #00a892);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 80px;
  line-height: 1.5;
  position: relative;
  margin: 30px 0 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media (max-width: 767px) {
  .page-gt .sha-content h2 {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-gt .sha-content h2:before {
  content: "";
  width: 60px;
  height: 50px;
  background: url(../images/logo-tieu-de.png) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
@media (max-width: 767px) {
  .page-gt .sha-content h2:before {
    display: none;
  }
}

.sha-content .sha-content-child {
  max-width: 600px;
  margin: 0 auto 15px auto;
}
.sha-content h1, .sha-content h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .sha-content h1, .sha-content h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.sha-content h3, .sha-content h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .sha-content h3, .sha-content h4 {
    font-size: 20px;
  }
}
.sha-content h4 {
  font-size: 22px;
}
.sha-content h5, .sha-content h6 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.sha-content h6 {
  font-size: 14px;
}
.sha-content a {
  color: #00a892;
}
.sha-content a:hover {
  color: #00a892;
  text-decoration: underline;
}
.sha-content li {
  color: #111;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}
.sha-content p {
  color: #111;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.sha-content p.wp-caption-text {
  text-align: center;
}
@media (max-width: 991px) {
  .sha-content p {
    font-size: 15px;
  }
}
.sha-content img {
  max-width: 100%;
  border-radius: 12px;
}
.sha-content strong {
  font-weight: 700;
}
.sha-content blockquote {
  background: #f5f5f5;
  padding: 10px 20px 10px 24px;
  font-size: 16px;
  color: #666;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
  position: relative;
}
.sha-content blockquote p {
  font-style: italic;
}
.sha-content blockquote:before {
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: #00a892;
}
.sha-content table {
  width: 100% !important;
  table-layout: fixed;
  background-color: #f9f9f9;
}
.sha-content table th {
  background-color: #00a892;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
  text-align: center;
}
.sha-content table td {
  padding: 7px 10px;
  color: #212529;
  background-color: rgba(0, 168, 146, 0.1);
  border: 1px solid #fff;
}
.sha-content table tbody tr:nth-child(odd) td {
  background-color: rgba(0, 168, 146, 0.1);
  border: 1px solid #fff;
}

.messenger-notification {
  position: fixed;
  z-index: 1200;
  top: -50px;
  left: 10px;
  right: 10px;
  padding: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.25s ease 0s;
}
.messenger-notification .times {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  display: block;
  line-height: 1;
  top: 20px;
  right: 15px;
  font-weight: 400;
}
.messenger-notification.active {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
.messenger-notification .w-mes {
  display: flex;
  gap: 12px;
  align-items: center;
}
.messenger-notification .im {
  width: 45px;
}
.messenger-notification .ct p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1;
}
.messenger-notification .ct span {
  font-size: 13px;
  color: #fff;
  display: block;
  line-height: 1;
}

.sha-news {
  padding: 20px 0;
  text-align: center;
}

.home-doctors {
  background-image: url("../images/home/doctors/dnbs-bg.jpg");
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-doctors .home-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  color: #000;
  font-family: "HelvetIns", "sans-serif";
  text-transform: uppercase;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item {
  border: 4px solid #00a891;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 #000;
  margin: 4px;
  display: flex;
  padding: 30px 50px;
  background: #fff;
  gap: 50px;
}
@media (max-width: 991px) {
  .home-doctors .doctor-gallery .sw-galleries .swiper-slide .item {
    gap: 20px;
    padding: 20px;
    min-height: 412px;
  }
}
@media (max-width: 767px) {
  .home-doctors .doctor-gallery .sw-galleries .swiper-slide .item {
    flex-direction: column;
  }
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-thumb {
  flex: 0 0 30%;
  position: relative;
}
@media (max-width: 767px) {
  .home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-thumb {
    padding-top: 56.25%;
  }
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-thumb .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-thumb .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-thumb .img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content {
  flex: 1;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-heading {
  display: flex;
  gap: 5px;
  font-size: 30px;
  font-family: "HelvetIns", sans-serif;
  text-transform: uppercase;
  color: #00a891;
  align-items: flex-end;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-heading .text-small {
  font-size: 20px;
  margin-bottom: 3px;
  color: initial;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group .content-title {
  font-size: 24px;
  font-family: "HelvetIns", sans-serif;
  color: initial;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group .content-title:before {
  content: "";
  background: url(../images/home/doctors/star.png);
  width: 26px;
  height: 30px;
  display: inline-block;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group ul {
  list-style: none;
}
@media (max-width: 991px) {
  .home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group ul {
    margin-bottom: 0;
  }
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group ul li {
  display: flex;
  gap: 5px;
  color: initial;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-slide .item .item-content .content-list .content-group ul li:before {
  content: "\f0da";
  font-family: FontAwesome, sans-serif;
  color: #00a891;
}
.home-doctors .doctor-gallery .sw-galleries .swiper-button-next, .home-doctors .doctor-gallery .sw-galleries .swiper-button-prev {
  color: #00a891;
}
.home-doctors .doctor-gallery .thumbs-wrap {
  background-image: url("../images/home/doctors/dnbs-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .home-doctors .doctor-gallery .thumbs-wrap {
    display: none;
  }
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs {
  overflow: initial;
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper {
  justify-content: center;
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide {
  margin: 4px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb {
  border-color: #00a891;
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb .dr-name {
  background: #00a891;
  color: #fff;
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide .thumb {
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px 0;
  position: relative;
  overflow: hidden;
}
.home-doctors .doctor-gallery .thumbs-wrap .sw-thumbs .swiper-wrapper .swiper-slide .thumb .dr-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  padding: 5px;
  color: initial;
  font-weight: 600;
}

.footer-bottom {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .footer-bottom {
    margin-bottom: 0;
  }
}

.footer-bottom-2 {
  background: #e62129;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .footer-bottom-2 {
    display: none;
  }
}
.footer-bottom-2 .footer-wrap {
  display: flex;
  gap: 4px;
}
.footer-bottom-2 .footer-wrap .footer-gird {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(230, 33, 41);
  background-color: rgb(255, 247, 153);
  box-shadow: 0px 1px 13px 0px rgba(1, 1, 1, 0.7);
  width: 100%;
  max-width: 377px;
  height: 82px;
  z-index: 5;
  border-radius: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-left {
  flex: 1;
  width: initial;
  max-width: initial;
  display: flex;
  gap: 5px;
  padding: 0 10px;
  align-items: center;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-left .left-item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230, 33, 41);
  background-color: rgb(230, 33, 41);
  box-shadow: 0px 1px 13px 0px rgba(1, 1, 1, 0.51), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  height: 44px;
  border-radius: 999px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-left .left-item:last-child {
  flex: 1.5;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-left .left-item .item-text {
  font-family: "HelvetIns", sans-serif;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .footer-bottom-2 .footer-wrap .footer-gird.footer-left .left-item .item-text {
    font-size: 13px;
  }
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-right {
  display: flex;
  gap: 5px;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-right .right-thumb {
  width: 100%;
  max-width: 70px;
  padding: 2px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-right .right-thumb .counter {
  position: absolute;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-right .right-text {
  flex: 1;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-bottom-2 .footer-wrap .footer-gird.footer-right .right-text .text-heading {
  font-size: 22px;
  font-weight: 600;
  color: #e62129;
  border-bottom: 1px solid;
}

#banner-ht {
  position: fixed;
  bottom: 20%;
  left: 10px;
  z-index: 99;
}
@media (max-width: 991px) {
  #banner-ht {
    display: none;
  }
}
#banner-ht .close-banner {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ddd;
  color: #000;
}

@media (max-width: 991px) {
  .home-slider-pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .home-slider-mobile {
    display: none;
  }
}

.sub-menu, .sha-menu-mb .mega-menu, .wg-danh-muc-benh, #mastmenu .megamenu {
  display: none !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.list-noi-that, .list-cat-noi-that {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.list-noi-that .proj_r_title, .list-cat-noi-that .proj_r_title {
  width: 100%;
  color: #559209;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dashed #558914;
  padding-bottom: 10px;
}
.list-noi-that li, .list-cat-noi-that li {
  padding: 6px 0;
  margin: 0 0 6px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.list-noi-that ul, .list-cat-noi-that ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-noi-that a, .list-cat-noi-that a {
  color: #0E2D5F;
  position: relative;
  font-size: 17px;
}
.list-noi-that a:before, .list-cat-noi-that a:before {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f101";
  margin-right: 5px;
}
.list-noi-that a:hover, .list-cat-noi-that a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.tm {
  height: 50px;
  background-color: #000;
}

.sha-icon-cta {
  position: fixed;
  display: block;
  top: 25%;
  z-index: 10;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sha-icon-fb img {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  animation: play_call 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sha-icon-zalo img {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  animation: play_call2 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bao-gia {
  position: fixed;
  display: none;
  top: 250px;
  z-index: 10;
  right: 15px;
}
@media (max-width: 991px) {
  .icon-bao-gia {
    display: block !important;
  }
}
.icon-bao-gia img {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  animation: play_call2 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sha-call-phone-mobile {
  position: fixed;
  display: none;
  top: 180px;
  z-index: 10;
  right: 15px;
}
@media (max-width: 991px) {
  .sha-call-phone-mobile {
    display: block !important;
  }
}
.sha-call-phone-mobile .call-animation {
  background-color: #c71717;
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  animation: play_call 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sha-call-phone-mobile .fa {
  font-size: 24px;
  color: #fff;
}

@keyframes play_call {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 3px rgba(60, 87, 158, 0.4);
  }
  25% {
    box-shadow: 0 0 0 5px rgba(60, 87, 158, 0.4), 0 0 0 10px rgba(60, 87, 158, 0.2);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(60, 87, 158, 0.4), 0 0 0 20px rgba(60, 87, 158, 0.2);
  }
}
@keyframes play_call2 {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 3px rgba(1, 146, 101, 0.4);
  }
  25% {
    box-shadow: 0 0 0 5px rgba(1, 146, 101, 0.4), 0 0 0 10px rgba(1, 146, 101, 0.2);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(1, 146, 101, 0.4), 0 0 0 20px rgba(1, 146, 101, 0.2);
  }
}
.info-footer {
  padding: 50px 0;
  background-color: #00a892;
}
@media (max-width: 991px) {
  .info-footer {
    padding: 50px 0 20px 0;
  }
}
.info-footer .logo-footers {
  text-align: center;
  line-height: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef4f2;
  margin-bottom: 40px;
}
.info-footer .content-footers h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .info-footer .content-footers h3 {
    padding-top: 25px;
  }
}
.info-footer .content-footers h3:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  width: 100px;
  max-width: 100%;
  left: 0;
  bottom: 0;
  background-color: #eef4f2;
}
.info-footer .content-footers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-footer .content-footers ul li {
  position: relative;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
}
.info-footer .content-footers ul li:before {
  position: absolute;
  z-index: 2;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #fff;
  top: 1px;
}
.info-footer .content-footers .footer-info .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
}
.info-footer .content-footers .footer-info .item .im {
  line-height: 1;
}
.info-footer .content-footers .footer-info .item i {
  margin-right: 10px;
  line-height: 1;
}
.info-footer .content-footers .footer-info .item p {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.info-footer .content-footers .footer-info .item a {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.info-footer .content-footers p.notice {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.info-footer .w-footer-c {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.info-footer .w-footer-c .w-left,
.info-footer .w-footer-c .w-right {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .info-footer .w-footer-c .w-left,
  .info-footer .w-footer-c .w-right {
    width: 100%;
    margin-bottom: 30px;
  }
}
.info-footer .w-footer-c .footer-forms {
  background-color: #e1e1e1;
  border-radius: 10px;
  padding: 20px;
}
.info-footer .w-footer-c .footer-forms p.titles {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.info-footer .w-footer-c .footer-forms p.content {
  margin-bottom: 20px;
  font-style: italic;
}
.info-footer .w-footer-c .footer-forms form input {
  height: 40px;
  margin-top: 10px;
}
.info-footer .w-footer-c .footer-forms form button {
  margin-top: 10px;
  width: 100%;
  background-color: #0f6fb8;
  border: none;
}
.info-footer .w-footer-c .footer-forms form button:hover {
  background-color: #ffcb05;
}
.info-footer .w-footer-c .footer-forms .form-notice {
  visibility: hidden;
  padding-top: 5px;
  color: #077068;
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  background-color: #222;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding: 20px 0 60px 0;
  }
}
.footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}

.k2-show-mobiles {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  line-height: 0;
  text-align: center;
}
.k2-show-mobiles.show-call {
  z-index: 999;
}
.k2-show-mobiles.show-call > img {
  display: none;
}
.k2-show-mobiles #callto_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 480px;
  max-width: 100%;
  z-index: 3;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease 0s;
}
.k2-show-mobiles #callto_wrap.call_wrap_show {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.k2-show-mobiles #callto_wrap a, .k2-show-mobiles #callto_wrap span {
  display: block;
  height: 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
}
.k2-show-mobiles #callto_wrap a {
  color: #222;
  background-color: #fff;
  border: 1px solid #222;
  margin-bottom: 5px;
}
.k2-show-mobiles #callto_wrap span {
  color: #fff;
  background-color: #ab0d0d;
  line-height: 40px;
}
.k2-show-mobiles .k2-show-mobiles-cta {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 480px;
  max-width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}
.k2-show-mobiles .k2-show-mobiles-cta.g3-col a:nth-child(1) {
  width: 50%;
}
.k2-show-mobiles .k2-show-mobiles-cta.g3-col a:nth-child(2) {
  width: 17%;
}
.k2-show-mobiles .k2-show-mobiles-cta.g3-col a:nth-child(3) {
  width: 50%;
}
.k2-show-mobiles .k2-show-mobiles-cta a {
  height: 100%;
  display: inline-block;
}
.k2-show-mobiles .k2-show-mobiles-cta a:nth-child(1) {
  width: 50%;
}
.k2-show-mobiles .k2-show-mobiles-cta a:nth-child(2) {
  width: 50%;
}
.k2-show-mobiles .k2-show-mobiles-cta a:nth-child(3) {
  width: 27%;
}

#pop_up_bg .modal-header,
#pop_up_ud .modal-header,
#pop_up_dh .modal-header {
  border-bottom: none;
}
#pop_up_bg .sha-popup-forms h3,
#pop_up_ud .sha-popup-forms h3,
#pop_up_dh .sha-popup-forms h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #00a892;
  text-align: center;
}
#pop_up_bg .sha-popup-forms h3 span,
#pop_up_ud .sha-popup-forms h3 span,
#pop_up_dh .sha-popup-forms h3 span {
  color: #222;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic;
}
#pop_up_bg .sha-popup-forms label,
#pop_up_ud .sha-popup-forms label,
#pop_up_dh .sha-popup-forms label {
  font-size: 14px;
  color: #222;
  margin-bottom: 3px;
}
#pop_up_bg .sha-popup-forms input,
#pop_up_ud .sha-popup-forms input,
#pop_up_dh .sha-popup-forms input {
  margin: 0 0 10px 0;
  height: 40px;
  padding-left: 45px;
  color: #555;
  font-size: 16px;
  width: 100%;
}
#pop_up_bg .sha-popup-forms select,
#pop_up_ud .sha-popup-forms select,
#pop_up_dh .sha-popup-forms select {
  margin: 0 0 10px 0;
  height: 40px;
  padding-left: 45px;
  color: #555;
}
#pop_up_bg .sha-popup-forms select option,
#pop_up_ud .sha-popup-forms select option,
#pop_up_dh .sha-popup-forms select option {
  color: #555;
  height: 40px;
}
#pop_up_bg .sha-popup-forms input[type=date],
#pop_up_ud .sha-popup-forms input[type=date],
#pop_up_dh .sha-popup-forms input[type=date] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
#pop_up_bg .sha-popup-forms .w-item,
#pop_up_ud .sha-popup-forms .w-item,
#pop_up_dh .sha-popup-forms .w-item {
  position: relative;
  width: 100%;
}
#pop_up_bg .sha-popup-forms .w-item:before,
#pop_up_ud .sha-popup-forms .w-item:before,
#pop_up_dh .sha-popup-forms .w-item:before {
  font-family: "FontAwesome";
  color: #555;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 23px;
  line-height: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pop_up_bg .sha-popup-forms .w-item:after,
#pop_up_ud .sha-popup-forms .w-item:after,
#pop_up_dh .sha-popup-forms .w-item:after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 30px;
  top: 5px;
  left: 40px;
  width: 1px;
  background-color: #ddd;
}
#pop_up_bg .sha-popup-forms .w-item.w-name:before,
#pop_up_ud .sha-popup-forms .w-item.w-name:before,
#pop_up_dh .sha-popup-forms .w-item.w-name:before {
  content: "\f007";
}
#pop_up_bg .sha-popup-forms .w-item.w-date:before,
#pop_up_ud .sha-popup-forms .w-item.w-date:before,
#pop_up_dh .sha-popup-forms .w-item.w-date:before {
  content: "\f073";
}
#pop_up_bg .sha-popup-forms .w-item.w-phone:before,
#pop_up_ud .sha-popup-forms .w-item.w-phone:before,
#pop_up_dh .sha-popup-forms .w-item.w-phone:before {
  content: "\f095";
}
#pop_up_bg .sha-popup-forms .w-item.w-cat:before,
#pop_up_ud .sha-popup-forms .w-item.w-cat:before,
#pop_up_dh .sha-popup-forms .w-item.w-cat:before {
  content: "\f00b";
}
#pop_up_bg .sha-popup-forms .w-cat,
#pop_up_ud .sha-popup-forms .w-cat,
#pop_up_dh .sha-popup-forms .w-cat {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
}
#pop_up_bg .sha-popup-forms .w-cat #category,
#pop_up_ud .sha-popup-forms .w-cat #category,
#pop_up_dh .sha-popup-forms .w-cat #category {
  height: 40px;
  padding-left: 45px;
  color: #555;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 40px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
}
#pop_up_bg .sha-popup-forms .w-cat .w-cat-click,
#pop_up_ud .sha-popup-forms .w-cat .w-cat-click,
#pop_up_dh .sha-popup-forms .w-cat .w-cat-click {
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #00a892;
  padding: 20px;
  border-radius: 12px;
  display: none;
  overflow: scroll;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat.active,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat.active,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat.active {
  display: block;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 350px;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul > li,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul > li,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul > li {
  display: block;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul label,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul label,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul label span,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul label span,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul label span {
  color: #f4ff5b;
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul label input,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul label input,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul label input {
  height: auto;
  margin: 0 7px 0 0;
  width: auto;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul .sub-list p,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul .sub-list p,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul .sub-list p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul {
  margin-bottom: 10px;
}
#pop_up_bg .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul li,
#pop_up_ud .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul li,
#pop_up_dh .sha-popup-forms .w-cat .w-list-cat > ul .sub-list ul li {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#pop_up_bg .sha-popup-forms p.note,
#pop_up_ud .sha-popup-forms p.note,
#pop_up_dh .sha-popup-forms p.note {
  font-size: 14px;
  font-weight: 500;
  color: red;
  margin-bottom: 15px;
}
#pop_up_bg .sha-popup-forms .w-subs,
#pop_up_ud .sha-popup-forms .w-subs,
#pop_up_dh .sha-popup-forms .w-subs {
  text-align: center;
}
#pop_up_bg .sha-popup-forms .w-cta-notice,
#pop_up_ud .sha-popup-forms .w-cta-notice,
#pop_up_dh .sha-popup-forms .w-cta-notice {
  padding-top: 10px;
  visibility: hidden;
  text-align: center;
}
#pop_up_bg .sha-popup-forms .w-cta-notice p,
#pop_up_ud .sha-popup-forms .w-cta-notice p,
#pop_up_dh .sha-popup-forms .w-cta-notice p {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #1c8921;
}

#LRfloater3,
#LRfloater2 {
  z-index: 555 !important;
}

/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
.k2-single-noi-that .wrap-img {
  line-height: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.k2-single-noi-that .wrap-img a {
  line-height: 0;
  display: inline-block;
}

.wrap-page-du-an .k2-content {
  margin-bottom: 30px;
}
.wrap-page-du-an .wrap-k2-image {
  line-height: 0;
  display: block;
}
.wrap-page-du-an .wrap-k2-image a {
  display: inline-block;
  line-height: 0;
}

.wrap-page-chuyen-nganh .k2-content {
  margin-bottom: 20px;
}
.wrap-page-chuyen-nganh .wrap-k2-image {
  line-height: 0;
  display: block;
  margin-bottom: 7px;
}
.wrap-page-chuyen-nganh .wrap-k2-image a {
  display: inline-block;
  line-height: 0;
}
.wrap-page-chuyen-nganh .wrap-k2-info {
  display: block;
}
.wrap-page-chuyen-nganh .wrap-k2-info h3 {
  display: block;
  margin-bottom: 0;
}
.wrap-page-chuyen-nganh .wrap-k2-info p {
  color: #333;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 0;
}
.wrap-page-chuyen-nganh .wrap-k2-info a {
  color: #559209;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 12px;
  display: block;
}
.wrap-page-chuyen-nganh .wrap-k2-info a:hover {
  color: #000;
}
.wrap-page-chuyen-nganh .wrap-k2-info span {
  padding-bottom: 5px;
  color: #999;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  display: block;
}

.wrap-page-du-an .k2-content-list {
  position: relative;
  margin-bottom: 30px;
}
.wrap-page-du-an .wrap-k2-image {
  float: right;
}
.wrap-page-du-an .wrap-k2-info {
  position: absolute;
  z-index: 2;
  left: 0px;
  width: 360px;
  background: #282828;
  padding: 20px;
  text-align: left;
  bottom: 27px;
  top: auto;
  height: 200px;
}
.wrap-page-du-an .wrap-k2-info h3 {
  line-height: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.wrap-page-du-an .wrap-k2-info h3 a {
  color: #c4956a;
  line-height: 1.4;
  font-size: 23px;
}
.wrap-page-du-an .wrap-k2-info h3 a:hover {
  color: #ff0;
}
.wrap-page-du-an .wrap-k2-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  height: 100px;
  line-height: 22px;
}

.wrap-gioi-thieu h3 {
  margin-bottom: 17px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.wrap-gioi-thieu ul {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.wrap-gioi-thieu ul li {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}

.wrap-lien-he .box_ct {
  margin: 20px 0 30px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.wrap-lien-he .box_ct li {
  width: calc(33.3333333333% - 33px);
  margin: 0 15px;
  display: inline-block;
  text-align: center;
}
.wrap-lien-he .box_ct_text {
  line-height: 1.5;
  color: #333;
  font-size: 20px;
}
.wrap-lien-he .ct_phone, .wrap-lien-he .fl_mail {
  font-size: 30px;
  color: #273d0c;
  font-weight: bold;
}
.wrap-lien-he .box_ct_img label {
  width: 112px;
  height: 112px;
  line-height: 112px;
  border: 2px solid #559209;
  border-radius: 50%;
  margin-bottom: 25px;
  display: inline-block;
}
.wrap-lien-he .box_ct_img i {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
  background: #559209;
  border-radius: 50%;
  line-height: 88px;
  color: #fff;
  font-size: 40px;
}

.page-template-khuyen_mai #content {
  padding: 0;
}

@font-face {
  font-family: "UTM Alter Gothic";
  src: url(../fonts/UTM-Alter-Gothic.ttf);
}
@font-face {
  font-family: "UTM Seagull";
  src: url(../fonts/utm-seagullbold.ttf);
}
.page-km * {
  font-family: "UTM Seagull", "sans-serif";
  color: initial;
}
.page-km .section-1 {
  padding: 30px 0;
}
.page-km .section-1 .section-content {
  background: #b4fce8;
  border-radius: 20px;
  font-family: "UTM Alter Gothic", "sans-serif";
  font-size: 25px;
  color: initial;
  border: 3px dotted #f00103;
  margin: 30px 0;
  padding: 15px;
}
.page-km .section-1 .section-footer {
  font-size: 36px;
  color: #f00103;
}
@media (max-width: 480px) {
  .page-km .section-1 .section-footer {
    font-size: 20px;
  }
}
.page-km .section-2, .page-km .section-3 {
  padding: 30px 0;
  background: url("../images/cdkm/bg-1.jpg") center/cover no-repeat;
  position: relative;
}
.page-km .section-2:before, .page-km .section-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddfaff;
  opacity: 0.16;
  z-index: 0;
}
.page-km .section-2 .container, .page-km .section-3 .container {
  position: relative;
}
.page-km .section-2 .section-content, .page-km .section-3 .section-content {
  display: flex;
  padding: 30px 50px 0 50px;
}
@media (max-width: 991px) {
  .page-km .section-2 .section-content .content-left, .page-km .section-3 .section-content .content-left {
    display: none;
  }
}
@media (max-width: 480px) {
  .page-km .section-2 .section-content, .page-km .section-3 .section-content {
    padding: 0;
  }
}
.page-km .section-2 .section-content .content-right, .page-km .section-3 .section-content .content-right {
  padding: 20px;
  flex: 1;
}
.page-km .section-2 .section-content .content-right .content-list, .page-km .section-3 .section-content .content-right .content-list {
  background: #eaeaea;
  border-radius: 20px;
  padding: 30px;
  border: 3px dotted #f00103;
}
@media (max-width: 1199px) {
  .page-km .section-2 .section-content .content-right .content-list, .page-km .section-3 .section-content .content-right .content-list {
    padding: 15px;
  }
}
.page-km .section-2 .section-content .content-right .content-list ul li, .page-km .section-3 .section-content .content-right .content-list ul li {
  display: flex;
  gap: 5px;
  font-size: 17px;
}
.page-km .section-2 .section-content .content-right .content-list ul li:not(:last-child), .page-km .section-3 .section-content .content-right .content-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-km .section-2 .section-content .content-right .content-list ul li:before, .page-km .section-3 .section-content .content-right .content-list ul li:before {
  content: "";
  background: url("../images/cdkm/plus-icon.png") center center no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 18px;
  margin-top: 5px;
}
.page-km .section-2 .section-footer, .page-km .section-3 .section-footer {
  text-align: center;
}
.page-km .section-2 .section-footer .footer-banner img, .page-km .section-3 .section-footer .footer-banner img {
  width: 100%;
}
.page-km .section-2 .section-footer .footer-actions, .page-km .section-3 .section-footer .footer-actions {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  gap: 80px;
}
.page-km .section-4 {
  padding: 30px 0;
}
.page-km .section-4 .section-body {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .page-km .section-4 .section-body {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .page-km .section-4 .section-body {
    flex-direction: column;
  }
}
.page-km .section-4 .section-body > * {
  flex: 1;
}
.page-km .section-4 .section-right .section-title {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 127, 218) 0%, rgb(200, 114, 242) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 127, 218) 0%, rgb(200, 114, 242) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 127, 218) 0%, rgb(200, 114, 242) 100%);
}
.page-km .section-4 .section-title {
  border-radius: 20px;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(253, 83, 146, 0.99608) 0%, rgb(248, 111, 100) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(253, 83, 146, 0.99608) 0%, rgb(248, 111, 100) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(253, 83, 146, 0.99608) 0%, rgb(248, 111, 100) 100%);
  padding: 30px;
  text-align: center;
  font-size: 27px;
}
@media (max-width: 1199px) {
  .page-km .section-4 .section-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .page-km .section-4 .section-title {
    font-size: 17px;
  }
}
.page-km .section-4 .section-title > * {
  color: #fff;
}
.page-km .section-4 .section-title .price {
  font-size: 75px;
}
.page-km .section-4 .section-content {
  margin-top: 30px;
  border-radius: 20px;
  background: #eaeaea;
  border: 3px dotted #f00103;
  padding: 20px;
  min-height: 313px;
}
@media (max-width: 1199px) {
  .page-km .section-4 .section-content {
    min-height: 340px;
  }
}
@media (max-width: 991px) {
  .page-km .section-4 .section-content {
    min-height: 365px;
  }
}
@media (max-width: 767px) {
  .page-km .section-4 .section-content {
    min-height: 493px;
  }
}
@media (max-width: 480px) {
  .page-km .section-4 .section-content {
    min-height: 0;
  }
}
.page-km .section-4 .section-content ul li {
  display: flex;
  gap: 5px;
  font-size: 17px;
}
.page-km .section-4 .section-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-km .section-4 .section-content ul li:before {
  content: "";
  background: url("../images/cdkm/plus-icon.png") center center no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 4px;
  flex: 0 0 18px;
}
.page-km .section-4 .section-footer {
  margin-top: 30px;
  text-align: center;
}
.page-km .section-4 .section-footer .footer-banner img {
  width: 100%;
}
.page-km .section-4 .section-footer .footer-actions {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  gap: 80px;
}
.page-km .section-5 {
  padding: 30px 0;
  background: url("../images/cdkm/bg-3.jpg") center/cover no-repeat;
}
.page-km .section-5 .section-heading .title {
  color: #fe0000;
  font-size: 35px;
}
@media (max-width: 480px) {
  .page-km .section-5 .section-heading .title {
    font-size: 20px;
  }
}
.page-km .section-5 .section-list {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page-km .section-5 .section-list {
    flex-wrap: wrap;
  }
}
.page-km .section-5 .section-list .item {
  width: 100%;
  max-width: 267px;
}
@media (max-width: 1199px) {
  .page-km .section-5 .section-list .item {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .page-km .section-5 .section-list .item {
    max-width: 169px;
  }
}
@media (max-width: 767px) {
  .page-km .section-5 .section-list .item {
    max-width: 50%;
    padding: 5px;
  }
}
.page-km .section-5 .section-list .item:first-child, .page-km .section-5 .section-list .item:last-child {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .page-km .section-5 .section-list .item:first-child, .page-km .section-5 .section-list .item:last-child {
    margin-top: 0;
  }
}
.page-km .section-5 .section-list .item:first-child .item-heading, .page-km .section-5 .section-list .item:last-child .item-heading {
  background: #72b78f;
}
.page-km .section-5 .section-list .item .item-heading {
  border-radius: 20px;
  background: #ffbb6f;
  padding: 20px;
  text-align: center;
  min-height: 253px;
}
@media (max-width: 991px) {
  .page-km .section-5 .section-list .item .item-heading {
    min-height: 193px;
    padding: 15px;
  }
}
.page-km .section-5 .section-list .item .item-heading .heading {
  font-size: 32px;
  color: #fe0000;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 991px) {
  .page-km .section-5 .section-list .item .item-heading .heading {
    font-size: 20px;
  }
}
.page-km .section-5 .section-list .item .item-heading .text {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .page-km .section-5 .section-list .item .item-heading .text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .page-km .section-5 .section-list .item .item-heading .text {
    font-size: 17px;
  }
}
.page-km .section-5 .section-list .item .item-action {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-km .section-5 .section-list .item .item-action {
    display: none;
  }
}
.page-km .section-6 {
  padding: 30px 0;
}
.page-km .section-6 .section-list .item {
  margin-bottom: 30px;
}
.page-km .section-6 .section-list .item:nth-child(2) .item-content {
  background: #2ec2c2;
}
.page-km .section-6 .section-list .item:nth-child(2) .item-content .content-step > * {
  color: #2ec2c2;
}
.page-km .section-6 .section-list .item:nth-child(3) .item-content {
  background: #82bd2d;
}
.page-km .section-6 .section-list .item:nth-child(3) .item-content .content-step > * {
  color: #82bd2d;
}
.page-km .section-6 .section-list .item:nth-child(3) .item-content {
  background: #82bd2d;
}
.page-km .section-6 .section-list .item:nth-child(3) .item-content .content-step > * {
  color: #82bd2d;
}
.page-km .section-6 .section-list .item:nth-child(4) .item-content {
  background: #d2a435;
}
.page-km .section-6 .section-list .item:nth-child(4) .item-content .content-step > * {
  color: #d2a435;
}
.page-km .section-6 .section-list .item:nth-child(5) .item-content {
  background: #f88e1f;
}
.page-km .section-6 .section-list .item:nth-child(5) .item-content .content-step > * {
  color: #f88e1f;
}
.page-km .section-6 .section-list .item .item-heading {
  text-align: center;
  font-size: 35px;
  color: #fe0000;
}
@media (max-width: 480px) {
  .page-km .section-6 .section-list .item .item-heading {
    font-size: 20px;
  }
}
.page-km .section-6 .section-list .item .item-content {
  position: relative;
  background: #1f76c3;
  min-height: 154px;
  display: flex;
  align-items: center;
  margin-left: 89px;
  padding-left: 99px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .page-km .section-6 .section-list .item .item-content {
    margin: 0;
    border-radius: 20px;
    padding: 10px;
    display: block;
  }
}
.page-km .section-6 .section-list .item .item-content .content-step {
  background: url("../images/cdkm/hexagon.png");
  width: 178px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 30px;
  position: absolute;
  left: -89px;
}
@media (max-width: 767px) {
  .page-km .section-6 .section-list .item .item-content .content-step {
    width: 100px;
    height: 100px;
    background-size: contain;
    position: static;
    float: left;
    margin-top: 7px;
  }
}
@media (max-width: 480px) {
  .page-km .section-6 .section-list .item .item-content .content-step {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.page-km .section-6 .section-list .item .item-content .content-step > * {
  color: #1f76c3;
}
@media (max-width: 767px) {
  .page-km .section-6 .section-list .item .item-content .content-step > * {
    font-size: 20px;
  }
}
.page-km .section-6 .section-list .item .item-content .content-step .step {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-km .section-6 .section-list .item .item-content .content-step .step {
    font-size: 20px;
  }
}
.page-km .section-6 .section-list .item .item-content .content-text {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .page-km .section-6 .section-list .item .item-content .content-text {
    font-size: 15px;
  }
}
.page-km .section-7 {
  padding: 30px 0;
  background: url("../images/cdkm/bg-3.jpg") center/cover no-repeat;
}
.page-km .section-7 .section-heading .title {
  color: #fe0000;
  font-size: 35px;
}
@media (max-width: 480px) {
  .page-km .section-7 .section-heading .title {
    font-size: 20px;
  }
}
.page-km .section-7 .section-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.page-km .section-7 .section-list .item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  display: flex;
  gap: 10px;
}
@media (max-width: 480px) {
  .page-km .section-7 .section-list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-km .section-7 .section-list .item:nth-child(odd) .item-thumb {
  order: 1;
}
.page-km .section-7 .section-list .item .item-thumb {
  flex: 0 0 83px;
}
.page-km .section-7 .section-list .item .item-text {
  flex: 1;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #b7b7b9;
}

.swiper-container {
  position: relative;
}
.swiper-container .sha-swiper > div {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 168, 146, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .swiper-container .sha-swiper > div {
    width: 40px;
    height: 40px;
  }
}
.swiper-container .sha-swiper > div:after {
  font-size: 25px;
}
@media (max-width: 991px) {
  .swiper-container .sha-swiper > div:after {
    font-size: 18px;
  }
}

.site-content {
  padding-top: 0;
}

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