@font-face {
  font-family: "PSL Kanda Pro";
  src: url("./fonts/PSLKandaPro.eot");
  src: url("./fonts/PSLKandaPro.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLKandaPro.woff2") format("woff2"), url("./fonts/PSLKandaPro.woff") format("woff"), url("./fonts/PSLKandaPro.svg#PSLKandaPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PSL Kanda Pro Bold";
  src: url("./fonts/PSLKandaProBold.eot");
  src: url("./fonts/PSLKandaProBold.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLKandaProBold.woff2") format("woff2"), url("./fonts/PSLKandaProBold.woff") format("woff"), url("./fonts/PSLKandaProBold.svg#PSLKandaProBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PSL Kanda Pro Italic";
  src: url("./fonts/PSLKandaProItalic.eot");
  src: url("./fonts/PSLKandaProItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLKandaProItalic.woff2") format("woff2"), url("./fonts/PSLKandaProItalic.woff") format("woff"), url("./fonts/PSLKandaProItalic.svg#PSLKandaProItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PSL KandaExtra Pro";
  src: url("./fonts/PSLKandaExtraPro.eot");
  src: url("./fonts/PSLKandaExtraPro.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLKandaExtraPro.woff2") format("woff2"), url("./fonts/PSLKandaExtraPro.woff") format("woff"), url("./fonts/PSLKandaExtraPro.svg#PSLKandaExtraPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PSL Text Pro";
  src: url("./fonts/PSLTextPro.eot");
  src: url("./fonts/PSLTextPro.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLTextPro.woff2") format("woff2"), url("./fonts/PSLTextPro.woff") format("woff"), url("./fonts/PSLTextPro.ttf") format("truetype"), url("./fonts/PSLTextPro.svg#PSLTextPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PSL Text Pro Bold";
  src: url("./fonts/PSLTextProBold.eot");
  src: url("./fonts/PSLTextProBold.eot?#iefix") format("embedded-opentype"), url("./fonts/PSLTextProBold.woff2") format("woff2"), url("./fonts/PSLTextProBold.woff") format("woff"), url("./fonts/PSLTextProBold.svg#PSLTextProBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.PSL_Kanda_Pro {
  font-family: "PSL Kanda Pro", "CN";
}

.PSL_Kanda_Pro_Bold {
  font-family: "PSL Kanda Pro Bold", "CN";
}

.PSL_Kanda_Pro_Italic {
  font-family: "PSL Kanda Pro Italic", "CN";
}

.PSL_KandaExtra_Pro {
  font-family: "PSL KandaExtra Pro", "CN";
}

.PSL_Text_Pro {
  font-family: "PSL Text Pro", "CN";
}

.PSL_Text_Pro_Bold {
  font-family: "PSL Text Pro Bold", "CN";
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PSL Kanda Pro Bold", "CN";
}

* {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding-left: 20px;
}

a {
  color: #17497c;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.fancy-open {
  height: 100vh;
}

.line-white-3 {
  height: 3px;
  background-color: #ffffff;
}

.show-pc {
  display: block !important;
}

.show-pc-inline-block {
  display: inline-block !important;
}

.show-pc-flex {
  display: flex !important;
}

.show-mb {
  display: none !important;
}

.show-mb-inline-block {
  display: none !important;
}

.show-mb-flex {
  display: none !important;
}

.wrapper-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper-page-1160 {
  max-width: 1160px;
  margin: 0 auto;
}

.wrapper-page-360 {
  max-width: 360px;
  margin: 0 auto;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pbt-15 {
  padding-bottom: 15px;
}

.pbt-25 {
  padding-bottom: 25px;
}

.mbt-0-override {
  margin-bottom: 0 !important;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-eb {
  background-color: #ebebeb;
}

.clear-float:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.full-w {
  width: 100%;
}

.img-link {
  line-height: 0;
}

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

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

.txt-white {
  color: #ffffff !important;
}

.txt-blue-main {
  color: #17497c !important;
}

.txt-blue-main-3 {
  color: #30bec2 !important;
}

.txt-gray-999 {
  color: #999999 !important;
}

.flex-item-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex-item-row-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}

.bg-cover-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain-center {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-page .img-bg-block-1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.fancybox-overlay {
  background: rgba(13, 16, 22, 0.5);
}
.fancybox-overlay .fancybox-type-iframe {
  padding-top: 0 !important;
}

.find-doctors-wrapper {
  position: relative;
  z-index: 3;
}

.invisible {
  opacity: 0;
}

.bg-2-stripe {
  position: relative;
}
.bg-2-stripe:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  opacity: 0.56;
  width: 93.75%;
  height: 375px;
  overflow: hidden;
  border-top-right-radius: 250px;
  background-color: #ebebeb;
}
.bg-2-stripe:after {
  position: absolute;
  content: "";
  display: block;
  top: 375px;
  right: 0;
  width: 6.25%;
  height: 480px;
  background-color: #d8f2f3;
}
.bg-2-stripe.stripe-type-2:before {
  width: 80%;
}
.bg-2-stripe.stripe-type-2:after {
  width: 20%;
}
.bg-2-stripe.stripe-type-3:before {
  width: 77%;
}
.bg-2-stripe.stripe-type-3:after {
  width: 23%;
}
.bg-2-stripe.stripe-type-4:before {
  background-color: #255484;
  width: 80%;
}
.bg-2-stripe.stripe-type-4:after {
  background-color: #255484;
  width: 20%;
}

.full-main-blue-bg {
  background-color: #17497c;
}

.full-blue-main-3-bg {
  background-color: rgba(48, 190, 194, 0.2);
}

.branch-name {
  font-size: 18px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}
.breadcrumb .breadcrumb-item {
  font-size: 22px;
}
.breadcrumb .breadcrumb-item:before {
  color: #17497c;
}
.breadcrumb .breadcrumb-item a {
  color: #17497c;
}

.breadcrumb-container {
  padding: 28px 0 18px 0;
}
.breadcrumb-container .item {
  position: relative;
  display: inline-block;
  color: #999999 !important;
  font-size: 24px;
  line-height: 24px;
  padding-right: 25px;
  margin-right: 15px;
}
.breadcrumb-container .item:hover {
  color: #2bb6ba !important;
}
.breadcrumb-container .item:before {
  display: none;
}
.breadcrumb-container .item:after {
  position: absolute;
  display: block;
  color: #999999 !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
.breadcrumb-container .item:last-child {
  color: #30bec2 !important;
  margin-right: 0;
}
.breadcrumb-container .item:last-child:after {
  display: none;
}

.form-row-2-col-on-pc {
  margin: 0 -10px;
}
.form-row-2-col-on-pc .form-group {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 35px 10px;
}

.form-group {
  position: relative;
  margin-bottom: 35px;
}
.form-group.label-overlay label.input-active {
  top: -20px;
  height: 18px;
  color: #30bec2;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-group.label-overlay .form-control:focus + label, .form-group.label-overlay .form-control:active + label {
  top: -20px;
  height: 18px;
  color: #30bec2;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-group label {
  position: absolute;
  display: block;
  height: 40px;
  top: 0;
  left: 0;
  color: #999999;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
}
.form-group .form-control {
  height: 40px;
  font-size: 22px;
  line-height: 24px;
  color: #999999;
  padding: 8px 20px;
  overflow: hidden;
  border-radius: 20px;
  border: solid 1px #999999 !important;
  box-shadow: none !important;
}
.form-group textarea.form-control {
  height: 90px;
}
.form-group select.form-control {
  padding: 0px 20px;
}
.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #30bec2;
  background-color: #30bec2;
  box-shadow: none;
}
.form-group .custom-radio .custom-control-label:before {
  top: 14px;
  border-color: #999999;
  background-color: #ffffff;
}
.form-group .custom-radio .custom-control-label:after {
  top: 14px;
}
.form-group .custom-radio label {
  position: relative;
  color: #17497c;
  padding: 10px 20px 10px 10px;
}
.form-group.form-group-file {
  background-color: #ebebeb;
  padding: 20px 30px;
}

.custom-file-group .custom-file {
  height: auto;
}
.custom-file-group .custom-file .custom-file-input {
  display: none;
}
.custom-file-group .custom-file .file-desc-block {
  position: relative;
  display: none;
  max-width: 275px;
  min-width: 200px;
  float: left;
  margin-right: 20px;
  padding: 6px 15px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.custom-file-group .custom-file .file-desc-block .icon-file {
  float: left;
  display: block;
  width: 36px;
  padding-top: 1px;
  padding-right: 10px;
}
.custom-file-group .custom-file .file-desc-block .file-block {
  position: relative;
  width: calc(100% - 40px);
  float: left;
  display: block;
  line-height: 1.1;
  padding-right: 20px;
  z-index: 1;
}
.custom-file-group .custom-file .file-desc-block .file-block .file-name {
  color: #17497c;
  display: block;
  font-size: 20px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.custom-file-group .custom-file .file-desc-block .file-block .file-size {
  color: #a3a3a3;
  display: block;
  font-size: 14px;
  line-height: 10px;
}
.custom-file-group .custom-file .file-desc-block .clear-file-btn {
  position: absolute;
  width: 30px;
  right: 5px;
  top: 50%;
  padding: 10px;
  transform: translateY(-50%);
}
.custom-file-group .custom-file .custom-file-label {
  float: left;
  position: relative;
  display: inline-block;
  height: auto;
  cursor: pointer;
}
.custom-file-group .custom-file .custom-file-label:after {
  display: none !important;
}
.custom-file-group .custom-file .file-place-holder {
  float: left;
  display: inline-block;
  color: #999999;
  font-size: 20px;
  line-height: 38px;
  padding: 4px 0 0 20px;
  word-break: keep-all;
}
.custom-file-group .custom-file-hint {
  color: #999999;
  font-size: 20px;
}

.nav-tabs {
  display: flex;
  border-bottom: 1px solid #999999;
}
.nav-tabs .nav-item {
  flex: 0 1 50%;
  text-align: center;
}
.nav-tabs .nav-item.show .nav-link {
  color: #999999;
  background-color: transparent;
  border-color: #999999 #999999 transparent;
}
.nav-tabs .nav-link {
  color: #999999;
  font-size: 26px;
  border: 1px solid transparent;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  font-family: "PSL KandaExtra Pro", "CN";
  color: #ffffff;
  background-color: #30bec2;
  border-color: #30bec2 #30bec2 #30bec2;
}

.btn {
  color: #ffffff !important;
  font-size: 30px;
  line-height: 60px;
  padding: 0 45px;
  border-radius: 40px;
  border: none;
  font-family: "PSL KandaExtra Pro", "CN";
  background-color: #17497c;
  transition: all ease 0.25s;
  box-shadow: 0px 30px 20px -20px rgb(23, 73, 124) !important;
}
.btn.btn-sm {
  font-size: 24px;
  line-height: 40px;
}
.btn.btn-lg {
  font-size: 48px;
  line-height: 100px;
  border-radius: 50px;
  padding: 0 40px;
}
.btn.btn-blue {
  color: #ffffff !important;
  background-color: #17497c;
}
.btn.btn-blue.not-have-hover:hover {
  transform: scale(1);
  background-color: #17497c !important;
  background-image: linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(23, 73, 124) 100%);
}
.btn.btn-blue:hover {
  transform: scale(0.95);
  background: rgb(48, 190, 194);
  background: -moz-linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  background: -webkit-linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  background: linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30bec2",endColorstr="#17497c",GradientType=1);
}
.btn.btn-blue:active {
  transform: scale(1);
  background: rgb(48, 190, 194);
  background: -moz-linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  background: -webkit-linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  background: linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(23, 73, 124) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30bec2",endColorstr="#17497c",GradientType=1);
}
.btn.btn-light-blue {
  color: #ffffff !important;
  background-color: #63b3d8;
}
.btn.btn-light-blue:hover {
  transform: scale(0.95);
  background-color: #5da7c9;
}
.btn.btn-light-blue:active {
  transform: scale(1);
}
.btn.btn-green {
  background-color: #dfdf76;
  color: #2bb6ba !important;
  box-shadow: 0px 30px 20px -20px rgb(223, 223, 118) !important;
}
.btn.btn-green.not-have-hover:hover {
  transform: scale(1);
  background-color: #dfdf76 !important;
  background-image: linear-gradient(90deg, rgb(224, 223, 99) 0%, rgb(224, 223, 99) 100%);
}
.btn.btn-green:hover {
  transform: scale(0.95);
  background: rgb(140, 207, 145);
  background: -moz-linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  background: -webkit-linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  background: linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ccf91",endColorstr="#e0df63",GradientType=1);
}
.btn.btn-green:active {
  transform: scale(1);
  background: rgb(140, 207, 145);
  background: -moz-linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  background: -webkit-linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  background: linear-gradient(90deg, rgb(140, 207, 145) 0%, rgb(224, 223, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ccf91",endColorstr="#e0df63",GradientType=1);
}
.btn.btn-green-2 {
  background-color: #30bec2;
  color: #ffffff !important;
  box-shadow: 0px 30px 20px -20px rgb(48, 190, 194) !important;
}
.btn.btn-green-2.not-have-hover:hover {
  transform: scale(1);
  background-color: #30bec2 !important;
  background-image: linear-gradient(90deg, rgb(48, 190, 194) 0%, rgb(48, 190, 194) 100%);
}
.btn.btn-green-2:hover {
  transform: scale(0.95);
  background: rgb(23, 73, 124);
  background: -moz-linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  background: -webkit-linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  background: linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17497c",endColorstr="#30bec2",GradientType=1);
}
.btn.btn-green-2:active {
  transform: scale(1);
  background: rgb(23, 73, 124);
  background: -moz-linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  background: -webkit-linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  background: linear-gradient(90deg, rgb(23, 73, 124) 0%, rgb(48, 190, 194) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17497c",endColorstr="#30bec2",GradientType=1);
}
.btn.btn-white {
  background-color: #ffffff;
  color: #2bb6ba !important;
  box-shadow: 0px 30px 20px -20px rgb(48, 190, 194) !important;
}
.btn.btn-white.not-have-hover:hover {
  transform: scale(1);
  background-color: #2bb6ba !important;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
.btn.btn-white:hover {
  transform: scale(0.95);
  background: rgb(196, 236, 237);
  background: -moz-linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4eced",endColorstr="#ffffff",GradientType=1);
}
.btn.btn-white:active {
  transform: scale(1);
  background: rgb(196, 236, 237);
  background: -moz-linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(196, 236, 237) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4eced",endColorstr="#ffffff",GradientType=1);
}
.btn.btn-orange {
  background-color: #df8349;
  color: #ffffff !important;
  box-shadow: 0px 30px 20px -20px rgb(233, 131, 73) !important;
}
.btn.btn-orange:hover {
  transform: scale(0.95);
  background-color: #db7738;
}
.btn.btn-orange:active {
  transform: scale(1);
}
.btn.btn-blue-3 {
  background-color: #30bec2;
  color: #ffffff !important;
  box-shadow: 0px 30px 20px -20px rgb(48, 190, 194) !important;
}
.btn.btn-blue-3:hover {
  transform: scale(0.95);
  background-color: #5da7c9;
}
.btn.btn-blue-3:active {
  transform: scale(1);
}
.btn.btn-no-bg {
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-no-bg:hover {
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-no-bg.see-all-btn {
  color: #30bec2 !important;
  font-size: 20px;
  line-height: 1.1;
  font-family: "PSL KandaExtra Pro", "CN";
}
.btn.btn-no-color {
  background-color: transparent;
  color: #30bec2 !important;
  box-shadow: none !important;
}
.btn.btn-no-color:hover {
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-with-img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn.btn-with-img .img {
  display: block;
  max-width: 100%;
}
.btn.btn-with-img .txt {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
}
.btn.btn-with-img:after {
  content: "";
  display: block;
  clear: both;
}
.btn.btn-with-img.see-all-btn {
  display: flex;
}
.btn.btn-with-img.see-all-btn .txt {
  display: block;
  padding-left: 0;
  padding-right: 10px;
  padding-top: 5px;
}
.btn.btn-with-img.see-all-btn .img {
  display: block;
  width: 16px;
  max-width: 100%;
}
.btn.btn-block {
  display: block;
}

.form-back-btn {
  display: flex;
  align-items: center;
}
.form-back-btn .arrow-back {
  display: block;
  max-width: 30px;
  padding-right: 10px;
}
.form-back-btn .txt-back {
  color: #30bec2;
  font-size: 26px;
}

.sorting-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sorting-block.ddl-text-left {
  text-align: left;
}
.sorting-block.ddl-text-left .dropdown-toggle {
  text-align: left;
}
.sorting-block.w-100 .dropdown {
  flex: 100%;
  width: 100;
}
.sorting-block.w-100 .dropdown .dropdown-toggle {
  width: 100%;
}
.sorting-block.no-shadow .btn {
  box-shadow: none !important;
}
.sorting-block .label-block {
  color: #ffffff;
  font-size: 24px;
  padding-right: 10px;
}
.sorting-block .dropdown.show .dropdown-toggle.btn {
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sorting-block .dropdown.show .dropdown-menu {
  max-height: 300px;
  margin-top: 0;
  overflow: auto;
  border-top: none;
  border-color: #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sorting-block .dropdown.show .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebebeb;
}
.sorting-block .dropdown.show .dropdown-menu .dropdown-item {
  padding: 0 25px;
}
.sorting-block .dropdown.show.top-start .dropdown-toggle.btn {
  border-top: none;
  border-left: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sorting-block .dropdown.show.top-start .dropdown-menu {
  border-top: solid 1px #ebebeb;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sorting-block .dropdown.show.top-start .dropdown-menu:before {
  top: unset;
  bottom: 0;
}
.sorting-block .sorting-filter.show .dropdown-toggle {
  background-color: #ffffff;
  border: solid 1px #999999;
}
.sorting-block .sorting-filter.show .dropdown-toggle:after {
  transform: translateY(-50%) rotate(180deg);
}
.sorting-block .sorting-filter.sorting-txt-gray .dropdown-toggle.btn .txt {
  color: #999999;
}
.sorting-block .sorting-filter.sorting-txt-gray .dropdown-toggle:after {
  color: #999999;
}
.sorting-block .sorting-filter.sorting-txt-gray .dropdown-item .txt {
  color: #999999;
}
.sorting-block .sorting-filter .dropdown-toggle {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #999999;
  transition: none;
  white-space: normal;
}
.sorting-block .sorting-filter .dropdown-toggle.btn {
  line-height: 36px !important;
  padding: 0 50px 0 25px;
}
.sorting-block .sorting-filter .dropdown-toggle:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
  font-size: 20px;
  color: #17497c;
  content: "\f107";
  font-family: FontAwesome;
}
.sorting-block .sorting-filter .dropdown-toggle .txt {
  display: inline-block;
  color: #17497c;
  font-size: 24px;
  line-height: 40px;
  font-family: "PSL Kanda Pro Bold", "CN";
}
.sorting-block .sorting-filter .dropdown-toggle .img {
  display: inline-block;
  width: 24px;
  padding: 0 4px;
}
.sorting-block .sorting-filter .dropdown-menu {
  width: 100%;
}
.sorting-block .sorting-filter .dropdown-item {
  display: block;
}
.sorting-block .sorting-filter .dropdown-item .txt {
  display: block;
  float: left;
  display: inline-block;
  color: #17497c;
  font-size: 24px;
  line-height: 40px;
  font-family: "PSL Kanda Pro Bold", "CN";
}
.sorting-block .sorting-filter .dropdown-item .img {
  display: block;
  float: left;
  display: inline-block;
  width: 32px;
  padding: 7px 8px 0 8px;
}
.sorting-block .sorting-filter .dropdown-item:after {
  display: block;
  content: "";
  clear: both;
}
.sorting-block .sorting-filter .dropdown-item:active {
  background-color: #d8f2f3;
}

.accordion .card {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px !important;
  border: none;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.16);
}
.accordion .card .card-header {
  padding: 0;
  border: none;
}
.accordion .card .card-header button {
  position: relative;
  background-color: #2bb6ba;
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  outline: none;
  padding: 5px 20px;
  text-align: left;
  color: #17497c;
  font-size: 26px;
  font-family: "PSL KandaExtra Pro", "CN";
}
.accordion .card .card-header button .txt {
  display: block;
  color: #ffffff;
  width: calc(100% - 25px);
}
.accordion .card .card-header button .arrow {
  display: block;
  color: #ffffff;
  position: absolute;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.accordion .card .card-header button.collapsed {
  background-color: #ffffff;
}
.accordion .card .card-header button.collapsed .txt {
  color: #17497c;
}
.accordion .card .card-header button.collapsed .arrow {
  color: #17497c;
  transform: translateY(-50%);
}

.search-container {
  width: 100%;
  padding: 14px 15px;
  background-color: #17497c;
  border-radius: 30px;
}
.search-container.active {
  display: block;
}
.search-container .form-group.label-overlay .form-control + label.input-active {
  display: none;
}
.search-container .form-group.label-overlay .form-control + label {
  display: block;
}
.search-container .form-group.label-overlay .form-control:focus + label, .search-container .form-group.label-overlay .form-control:active + label {
  display: none;
}
.search-container .ddl-search-block {
  width: 30%;
  flex: 0 1 30%;
  padding: 0 10px 0 0;
}
.search-container .ddl-search-block .sorting-block .sorting-filter {
  display: block;
  width: 100%;
}
.search-container .ddl-search-block .sorting-block .sorting-filter .dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
}
.search-container .text-search-block {
  width: 70%;
  flex: 0 1 70%;
  padding: 0 10px 0 0;
}
.search-container .text-search-block .form-group {
  margin-bottom: 0;
}
.search-container .text-search-block .form-group label {
  font-size: 24px;
}
.search-container .text-search-block .form-group .form-control {
  height: 42px;
  color: #17497c;
  font-size: 24px;
}
.search-container .header-search-block {
  width: 45px;
  flex: 0 1 45px;
  padding-left: 15px;
}
.search-container .display-content-block-result {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.search-container .display-content-block-result .txt-label {
  min-width: 69px;
  color: #ffffff !important;
  font-size: 24px;
  padding-right: 15px;
}
.search-container .display-content-block-result .btn-container {
  display: flex;
  overflow: auto;
}
.search-container .display-content-block-result .btn {
  font-size: 24px;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 25px;
  white-space: nowrap;
}
.search-container .display-content-block-result .btn:last-child {
  margin-right: 0;
}

.content-social-btn-container {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  text-align: center;
}
.content-social-btn-container .txt {
  color: #17497c;
  font-size: 26px;
  font-family: "PSL KandaExtra Pro", "CN";
}
.content-social-btn-container .soc-btn-block .soc-btn {
  display: block;
  margin-bottom: 10px;
}
.content-social-btn-container .soc-btn-block .soc-btn:last-child {
  margin-bottom: 0;
}

.page-top-space {
  padding-top: 162px;
}

.block-title {
  font-size: 100px;
  line-height: 90px;
  font-family: "PSL KandaExtra Pro", "CN";
}

.section-block-title-2 {
  padding-bottom: 30px;
}
.section-block-title-2.align-left {
  text-align: left;
}
.section-block-title-2 .block-title-2 {
  color: #17497c;
  font-size: 60px;
  line-height: 1.1;
  font-family: "PSL KandaExtra Pro", "CN";
}
.section-block-title-2 .block-sub-title-2 {
  color: #2bb6ba;
  font-size: 24px;
  line-height: 1.1;
}

.section-page-title {
  position: relative;
  z-index: 2;
  padding: 20px 0 40px 0;
}
.section-page-title.blue-main-bg {
  background-color: #17497c;
}

.readmore-1-btn {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.readmore-1-btn .img {
  display: block;
  max-width: 100%;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.readmore-1-btn .txt {
  display: block;
  color: #2bb6ba;
  font-size: 24px;
  padding-left: 15px;
  font-family: "PSL Kanda Pro Bold", "CN";
}
.readmore-1-btn:after {
  content: "";
  display: block;
  clear: both;
}

.section-title-type-1 {
  max-width: 900px;
  margin: 0 auto;
}
.section-title-type-1 > div {
  display: inline-block;
}
.section-title-type-1 .title {
  font-size: 100px;
  line-height: 80px;
  color: #17497c;
  padding: 15px 25px 0 25px;
  background: url("../../images/share/title-bg-image.png") no-repeat top left;
}
.section-title-type-1 .sub-title {
  font-size: 30px;
  color: #30bec2;
}

.section-title-type-2 {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-title-type-2 .title {
  font-size: 100px;
  line-height: 80px;
  color: #17497c;
  padding: 15px 25px 0 25px;
}
.section-title-type-2 .sub-title {
  font-size: 30px;
  color: #30bec2;
}

.section-title-type-3 {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-title-type-3 .title {
  font-size: 60px;
  line-height: 40px;
  color: #17497c;
  padding: 15px 25px 0 25px;
}
.section-title-type-3 .sub-title {
  font-size: 30px;
  color: #30bec2;
  white-space: nowrap;
}

.blog-category-container {
  padding-top: 40px;
  margin-bottom: -100px;
}
.blog-category-container .category-item-container {
  margin: 0 -15px;
}
.blog-category-container > .wrapper-page {
  display: flex;
}
.blog-category-container .blog-category-item {
  flex: 1;
  padding: 0 15px;
}
.blog-category-container .blog-category-item .item-block {
  display: block;
  padding: 100px 10px;
  border-radius: 10px;
}
.blog-category-container .blog-category-item .item-block.tag-green-2 {
  background-color: #2bb6ba;
}
.blog-category-container .blog-category-item .item-block.tag-purple {
  background-color: #b3a2c2;
}
.blog-category-container .blog-category-item .item-block.tag-blue {
  background-color: #63b3d8;
}
.blog-category-container .blog-category-item .item-block.tag-yellow {
  background-color: #e7b901;
}
.blog-category-container .blog-category-item .item-block.tag-green-1 {
  background-color: #b5d069;
}
.blog-category-container .blog-category-item .item-block.tag-blue-2 {
  background-color: #30a3a6;
}
.blog-category-container .blog-category-item .item-block .item-content, .blog-category-container .blog-category-item .item-block .title, .blog-category-container .blog-category-item .item-block .desc, .blog-category-container .blog-category-item .item-block .arrow {
  display: block;
  color: #ffffff;
}
.blog-category-container .blog-category-item .item-block .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.blog-category-container .blog-category-item .item-block .title {
  font-size: 36px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-category-container .blog-category-item .item-block .desc {
  display: none;
  font-size: 24px;
  line-height: 24px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-category-container .blog-category-item .item-block .arrow {
  display: none;
  width: 30px;
  padding-top: 10px;
  margin: 0 auto;
}
.blog-category-container .blog-category-item .item-block:hover .desc {
  display: -webkit-box;
}
.blog-category-container .blog-category-item .item-block:hover .arrow {
  display: block;
}

.content-tag {
  color: #ffffff !important;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  padding: 0 25px;
  border-radius: 20px;
  font-family: "PSL Kanda Pro Bold", "CN";
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.08);
}
.content-tag.tag-yellow {
  background-color: #e7b901;
}
.content-tag.tag-green-second {
  background-color: #2bb6ba;
}
.content-tag.tag-purple {
  background-color: #b3a2c2;
}
.content-tag.tag-light-blue {
  background-color: #63b3d8;
}
.content-tag.tag-green-third {
  background-color: #b5d069;
}
.content-tag.tag-orange {
  background-color: #df8349;
}
.content-tag.tag-green-forth {
  background-color: #30a3a6;
}
.content-tag.sm-tag {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}

.pagination {
  padding-top: 75px;
  padding-bottom: 100px;
  margin-bottom: 0;
  justify-content: center;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  text-align: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 10px 16px 0 rgba(48, 190, 194, 0.5);
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  line-height: 35px;
  font-size: 44px;
  color: #2bb6ba !important;
}
.pagination .page-item:first-child {
  margin-right: 15px;
  margin-top: 12px;
}
.pagination .page-item:first-child .page-link {
  padding: 6px 5px 10px 0px;
}
.pagination .page-item:last-child {
  margin-left: 15px;
  margin-top: 12px;
}
.pagination .page-item:last-child .page-link {
  padding: 6px 0px 10px 5px;
}
.pagination .page-item .page-link {
  color: #17497c;
  font-size: 32px;
  line-height: 70px;
  background: none;
  border: none;
  padding: 0.5rem 20px;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: #2bb6ba;
  transform: scale(1.15);
  transition: transform ease 0.25s;
}
.pagination .page-item .page-link.active {
  color: #2bb6ba;
  font-size: 40px;
  line-height: 70px;
}
.pagination.pagination-type-2 .page-item .page-link {
  color: #ffffff;
}
.pagination.pagination-type-2 .page-item .page-link.active {
  color: #2bb6ba;
}

.content-list-type-1.with-pad-top .content-item {
  margin-top: 75px;
  padding: 0 15px;
}
.content-list-type-1.content-list-type-1-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-list-type-1.content-list-type-1-center .content-item {
  float: none;
}
.content-list-type-1 .content-item {
  float: left;
  padding: 0 15px 0 15px;
}
.content-list-type-1 .content-item:hover .content {
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5) !important;
}
.content-list-type-1 .content-item:hover .img-block img {
  transform: scale(1.05);
}
.content-list-type-1 .content-item:hover .img-block .img-link {
  position: relative;
}
.content-list-type-1 .content-item:hover .img-block .img-link:after {
  opacity: 1;
}
.content-list-type-1 .content-item:hover .readmore-1-btn {
  top: 0;
}
.content-list-type-1 .content-item .content {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 15px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25) !important;
}
.content-list-type-1 .content-item .img-block {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.content-list-type-1 .content-item .img-block .img-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.content-list-type-1 .content-item .img-block .img-link:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.5s;
  background-color: rgba(23, 73, 124, 0.2);
}
.content-list-type-1 .content-item .img-block img {
  transition: all ease 0.5s;
}
.content-list-type-1 .content-item .content-desc-block {
  background-color: #ffffff;
  margin-top: -15px;
}
.content-list-type-1 .content-item .content-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.content-list-type-1 .content-item .title {
  height: 91px;
  color: #17497c;
  font-size: 40px;
  line-height: 38px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-list-type-1 .content-item .bottom-content-block {
  position: relative;
  overflow: hidden;
}
.content-list-type-1 .content-item .bottom-block {
  position: relative;
  height: 40px;
  overflow: hidden;
}
.content-list-type-1 .content-item .date {
  color: #999999;
  padding-top: 10px;
  font-size: 24px;
}
.content-list-type-1 .content-item .readmore-1-btn {
  position: absolute;
  width: 100px;
  padding-top: 10px;
  top: 40px;
  left: 50%;
  background-color: #ffffff;
  transition: all ease 0.5s;
  transform: translateX(-50%);
}

.content-list-type-2.with-pad-top .content-item {
  margin-top: 75px;
  padding: 0 15px;
}
.content-list-type-2 .content-item {
  float: left;
  padding: 0 15px 0 15px;
}
.content-list-type-2 .content-item:hover .content {
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5) !important;
}
.content-list-type-2 .content-item:hover .img-block img {
  transform: scale(1.05);
}
.content-list-type-2 .content-item:hover .img-block .img-link {
  position: relative;
}
.content-list-type-2 .content-item:hover .img-block .img-link:after {
  opacity: 1;
}
.content-list-type-2 .content-item:hover .readmore-1-btn {
  top: 0;
}
.content-list-type-2 .content-item:hover .date, .content-list-type-2 .content-item:hover .price {
  opacity: 0;
}
.content-list-type-2 .content-item .content {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 15px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25) !important;
}
.content-list-type-2 .content-item .img-block {
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.content-list-type-2 .content-item .img-block .img-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.content-list-type-2 .content-item .img-block .img-link:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.5s;
  background-color: rgba(23, 73, 124, 0.2);
}
.content-list-type-2 .content-item .img-block img {
  transition: all ease 0.5s;
}
.content-list-type-2 .content-item .content-desc-block {
  background-color: #ffffff;
}
.content-list-type-2 .content-item .content-tag {
  display: inline-block;
}
.content-list-type-2 .content-item .title {
  height: 75px;
  color: #17497c;
  font-size: 32px;
  line-height: 30px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-list-type-2 .content-item .title .ttl {
  height: 28px;
  line-height: 28px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content-list-type-2 .content-item .title .sub-title {
  height: 22px;
  font-size: 18px;
  line-height: 22px;
}
.content-list-type-2 .content-item .bottom-content-block {
  position: relative;
  overflow: hidden;
}
.content-list-type-2 .content-item .date {
  padding-top: 10px;
  color: #999999;
  font-size: 24px;
}
.content-list-type-2 .content-item .price {
  padding-top: 10px;
  color: #30bec2;
  font-size: 24px;
}
.content-list-type-2 .content-item .price .number {
  font-size: 40px;
  line-height: 24px;
}
.content-list-type-2 .content-item .readmore-1-btn {
  position: absolute;
  width: 100px;
  padding-top: 10px;
  top: 40px;
  left: 50%;
  background-color: #ffffff;
  transition: all ease 0.5s;
  transform: translateX(-50%);
}
.content-list-type-2 .gallery-block {
  margin-bottom: -30px;
}
.content-list-type-2 .gallery-block .owl-stage-outer {
  padding-bottom: 30px;
}
.content-list-type-2 .gallery-block .content-item {
  padding: 0 10px;
}
.content-list-type-2 .gallery-block.with-white-dots .owl-dots .owl-dot {
  background-color: #ffffff;
}
.content-list-type-2 .gallery-block.with-white-dots .owl-dots .owl-dot.active {
  background-color: #2bb6ba;
}
.content-list-type-2 .owl-controls {
  position: relative;
}
.content-list-type-2 .owl-dots {
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.content-list-type-2 .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px 5px;
  border-radius: 3px;
  background-color: #ebebeb;
}
.content-list-type-2 .owl-dots .owl-dot.active {
  background-color: #2bb6ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.program-package-item {
  max-width: 420px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.program-package-item:hover .program-package-item-content .content-image {
  transform: scale(1.1);
}
.program-package-item .program-package-item-content {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.16);
}
.program-package-item .program-package-item-content .content-image {
  transition: all ease 0.75s;
}
.program-package-item .program-package-item-content .content-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: rgb(23, 73, 124);
  background: -moz-linear-gradient(0deg, rgb(23, 73, 124) 0%, rgb(23, 73, 124) 10%, rgba(23, 73, 124, 0.5) 65%, rgba(23, 73, 124, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(23, 73, 124) 0%, rgb(23, 73, 124) 10%, rgba(23, 73, 124, 0.5) 65%, rgba(23, 73, 124, 0) 100%);
  background: linear-gradient(0deg, rgb(23, 73, 124) 0%, rgb(23, 73, 124) 10%, rgba(23, 73, 124, 0.5) 65%, rgba(23, 73, 124, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17497c",endColorstr="#17497c",GradientType=1);
}
.program-package-item .program-package-item-content .content-block .block {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 0 15px;
}
.program-package-item .program-package-item-content .content-block .block .content-type {
  font-size: 24px;
}
.program-package-item .program-package-item-content .content-block .block .content-title {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  padding-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.program-package-item .program-package-item-content .content-block .block .line {
  height: 1px;
  margin: 10px 0;
  background-color: #ffffff;
}
.program-package-item .program-package-item-content .content-block .block .price-block {
  color: #2bb6ba;
}
.program-package-item .program-package-item-content .content-block .block .price-block .label {
  font-size: 18px;
}
.program-package-item .program-package-item-content .content-block .block .price-block .price {
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.program-package-item .item-button-block {
  position: relative;
  margin-top: -23px;
  z-index: 10;
}

.doctor-recommended-container {
  background-color: #ebebeb;
  padding: 60px 0 0 0;
}
.doctor-recommended-container.bg-none {
  background-color: transparent;
}
.doctor-recommended-container .doctor-recommended-gallery-wrapper {
  width: calc(100% - 150px);
  margin: 0 auto;
}
.doctor-recommended-container .doctor-recommended-gallery {
  padding-top: 40px;
}
.doctor-recommended-container .doctor-recommended-gallery.owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}
.doctor-recommended-container .doctor-item {
  text-align: center;
  line-height: 1.1;
  padding: 15px;
}
.doctor-recommended-container .doctor-item:hover .img-block {
  transform: scale(1.05);
}
.doctor-recommended-container .doctor-item:hover .img-block:after {
  opacity: 1;
}
.doctor-recommended-container .doctor-item .img-block {
  position: relative;
  display: block;
  max-width: 180px;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: transform ease 0.5s;
}
.doctor-recommended-container .doctor-item .img-block:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease 0.5s;
  background-color: rgba(23, 73, 124, 0.2);
}
.doctor-recommended-container .doctor-item .name {
  display: block;
  color: #17497c;
  font-size: 30px;
  font-family: "PSL KandaExtra Pro", "CN";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.doctor-recommended-container .doctor-item .hospital-name {
  display: none !important;
  color: #999999;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-c1amp: 2;
  -webkit-box-orient: vertical;
}
.doctor-recommended-container .doctor-item .hospital-name.show {
  display: block !important;
}
.doctor-recommended-container .doctor-item .department {
  color: #30bec2;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-c1amp: 2;
  -webkit-box-orient: vertical;
}
.doctor-recommended-container .doctor-item .btn-block {
  padding-top: 15px;
}
.doctor-recommended-container.doctor-list-block {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 2;
}
.doctor-recommended-container.doctor-list-block.pt-none {
  padding-top: 0;
}
.doctor-recommended-container.doctor-list-block.pt-none .doctor-item {
  padding-top: 0;
  padding-bottom: 40px;
}
.doctor-recommended-container.doctor-list-block .doctor-item {
  flex: 0 1 25%;
  width: 25%;
  padding-top: 60px;
}

.clinic-item-container {
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 50px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
}
.clinic-item-container.list-page {
  padding-top: 0px;
}
.clinic-item-container.list-page .clinic-item {
  padding: 0 15px 50px 15px;
}
.clinic-item-container.detail-item-container .clinic-item {
  display: block !important;
  max-width: 230px;
  margin: 0 auto;
}
.clinic-item-container .clinic-item {
  flex: 0 1 20%;
  padding: 0 15px;
}
.clinic-item-container .clinic-item.always-show {
  display: block !important;
  margin: 0 auto;
}
.clinic-item-container .clinic-item:hover .icon-img {
  transform: translate(-50%, -50%) scale(1.1);
}
.clinic-item-container .clinic-item:hover .img {
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.35);
}
.clinic-item-container .clinic-item:hover .txt {
  color: #30bec2;
}
.clinic-item-container .clinic-item .icon-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transition: all ease 0.5s;
  transform: translate(-50%, -50%);
}
.clinic-item-container .clinic-item .img {
  display: block;
  background-color: #1d5c90;
  line-height: 0;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 50%;
  border-bottom: none;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.25);
  transition: all ease 0.5s;
  background-size: 75%;
}
.clinic-item-container .clinic-item .img .img-space {
  position: relative;
  display: block;
  text-align: center;
}
.clinic-item-container .clinic-item .txt {
  display: block;
  color: #17497c;
  font-size: 36px;
  line-height: 36px;
  overflow: hidden;
  white-space: normal;
}

.not-found-block {
  color: #17497c;
  line-height: 1;
  padding: 200px 0;
}
.not-found-block .txt-1 {
  font-size: 26px;
}
.not-found-block .txt-2 {
  font-size: 24px;
}

.section-map {
  position: relative;
}
.section-map .block-container {
  display: flex;
  flex-direction: row-reverse;
}
.section-map .map-block {
  flex: 1;
}
.section-map .map-block #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-map .contact-block {
  flex: 1;
  background-color: #2bb6ba;
  padding: 150px 15px 150px 60px;
}
.section-map .contact-block .title-block {
  color: #17497c;
  font-size: 56px;
}
.section-map .contact-block .contact-number-block {
  color: #ffffff;
}
.section-map .contact-block .contact-number-block .label {
  font-size: 24px;
  line-height: 24px;
}
.section-map .contact-block .contact-number-block .number {
  font-size: 80px;
  line-height: 60px;
}
.section-map .contact-block .txt {
  color: #17497c;
  font-size: 24px;
  padding: 35px 25px 0 25px;
}
.section-map .contact-block .booking-button-block {
  padding-top: 20px;
}

.gallery-arrow {
  position: absolute;
  top: 55%;
  z-index: 10;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  line-height: 57px;
  font-size: 50px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5) !important;
}
.gallery-arrow.prev-btn {
  left: 25px;
  padding-top: 3px;
  padding-right: 5px;
}
.gallery-arrow.next-btn {
  right: 25px;
  padding-top: 3px;
  padding-left: 5px;
}
.gallery-arrow .fa {
  color: #2bb6ba;
}
.gallery-arrow.arrow-grren-2 {
  background-color: #2bb6ba;
}
.gallery-arrow.arrow-grren-2 .fa {
  color: #ffffff;
}

.gallery-type-1 {
  position: relative;
  z-index: 1;
}
.gallery-type-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color ease 0.5s;
}
.gallery-type-1.gallery-type-1-bg-blue:before {
  background-color: #17497c;
}
.gallery-type-1.gallery-type-1-bg-blue .section-title .title {
  color: #ffffff;
}
.gallery-type-1.gallery-type-1-bg-gray:before {
  background-color: #2bb6ba;
}
.gallery-type-1.gallery-type-1-bg-gray .section-title .title {
  color: #17497c;
}
.gallery-type-1.gallery-type-1-bg-green-second:before {
  background-color: #2bb6ba;
}
.gallery-type-1.gallery-type-1-bg-green-second .gallery-item-content .content-title {
  color: #17497c;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.gallery-type-1.gallery-type-1-bg-green-second .gallery-item-content .content-date {
  color: #ffffff;
}
.gallery-type-1.gallery-type-1-bg-green-second .gallery-page {
  color: #17497c;
}
.gallery-type-1.gallery-type-1-bg-green-second .gallery-page .max-page {
  color: #ffffff;
}
.gallery-type-1.gallery-type-1-bg-green-main:before {
  background-color: #dfdf76;
}
.gallery-type-1.gallery-type-1-bg-blue-main-3:before {
  background-color: #30bec2;
}
.gallery-type-1.gallery-without-title .gallery-item {
  padding-top: 50px;
}
.gallery-type-1.gallery-without-title .gallery-item-content .content-title {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.gallery-type-1.gallery-without-title .gallery-item-content .content-date {
  font-size: 26px;
  line-height: 30px;
}
.gallery-type-1 .section-title {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  background: url("../../images/share/title-bg-image.png") no-repeat top left;
}
.gallery-type-1 .section-title .title {
  font-size: 100px;
  line-height: 70px;
  transition: color ease 0.5s;
}
.gallery-type-1 .section-title .sub-title {
  font-size: 30px;
  color: #2bb6ba;
}
.gallery-type-1 .gallery-container {
  position: relative;
  z-index: 2;
}
.gallery-type-1 .gallery-item {
  padding-top: 200px;
}
.gallery-type-1 .gallery-item .gallery-wrapper {
  position: relative;
  z-index: 1;
}
.gallery-type-1 .gallery-item-content {
  position: relative;
  max-width: 620px;
  width: 50%;
  padding: 50px 0 200px 0;
}
.gallery-type-1 .gallery-item-content .content-date {
  color: #2bb6ba;
  max-width: 420px;
  font-size: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gallery-type-1 .gallery-item-content .content-title {
  color: #ffffff;
  font-size: 100px;
  height: 160px;
  line-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 40px 0;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.gallery-type-1 .gallery-item-content .content-readmore {
  padding-top: 25px;
}
.gallery-type-1 .gallery-image {
  position: absolute;
  max-width: 1100px;
  width: 70%;
  right: 0;
  bottom: 0;
  border-top-left-radius: 200px;
  overflow: hidden;
}
.gallery-type-1 .gallery-page {
  position: absolute;
  max-width: 1100px;
  width: 70%;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 120px;
}
.gallery-type-1 .gallery-page .current-page {
  color: #2bb6ba;
}
.gallery-type-1 .gallery-page .max-page {
  color: #ffffff;
}
.gallery-type-1 .gallery-page .block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 25px;
  transform: translateX(-100%);
}
.gallery-type-1 .owl-dots {
  display: none !important;
}

.gallery-type-2 {
  padding-bottom: 125px;
}
.gallery-type-2 .section-title {
  padding: 100px 0 50px 0;
}
.gallery-type-2 .section-title .title {
  font-size: 100px;
  line-height: 70px;
  color: #17497c;
}
.gallery-type-2 .section-title .sub-title {
  font-size: 30px;
  color: #2bb6ba;
}
.gallery-type-2 .owl-item {
  transition: transform ease 0.25s;
  transform: scale(0.9);
}
.gallery-type-2 .owl-item .gallery-item-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(23, 73, 124, 0.57);
}
.gallery-type-2 .owl-item.active {
  transform: scale(1);
}
.gallery-type-2 .owl-item.active .gallery-item-content:before {
  display: none;
}
.gallery-type-2 .gallery-item {
  padding: 0 15px;
  margin: 0 auto;
}
.gallery-type-2 .gallery-item .gallery-item-content {
  overflow: hidden;
  border-radius: 30px;
}
.gallery-type-2 .gallery-item .gallery-item-content .content-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(43, 182, 186);
  background: -moz-linear-gradient(0deg, rgb(43, 182, 186) 0%, rgba(43, 182, 186, 0.5956757703) 25%, rgba(43, 182, 186, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(43, 182, 186) 0%, rgba(43, 182, 186, 0.5956757703) 25%, rgba(43, 182, 186, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 182, 186) 0%, rgba(43, 182, 186, 0.5956757703) 25%, rgba(43, 182, 186, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bb6ba",endColorstr="#2bb6ba",GradientType=1);
}
.gallery-type-2 .gallery-item .gallery-item-content .content-block .block {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.gallery-type-2 .gallery-item .gallery-item-content .content-block .block .content-title {
  display: block;
  color: #ffffff;
  font-size: 40px;
  padding-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.with-bg-gray-eb .owl-dots .owl-dot {
  background-color: #ffffff;
}

.owl-dots {
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px 5px;
  border-radius: 3px;
  background-color: #ebebeb;
}
.owl-dots .owl-dot.active {
  background-color: #2bb6ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.page-not-found-block {
  max-width: 720px;
  text-align: center;
  padding: 100px 0;
  margin: 0 auto;
}
.page-not-found-block .content {
  position: relative;
  z-index: 1;
}
.page-not-found-block .img-block-1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  max-width: 400px;
  transform: translateY(-50%);
}
.page-not-found-block .img-block-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 400px;
}

.content table {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.content table th, .content table td {
  padding: 10px 15px;
  border: 1px solid #ebebeb;
}
.content thead {
  line-height: 40px;
}

.search-content-container-block {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  .page-top-space {
    padding-top: 132px;
  }
  .block-title {
    font-size: 75px;
    line-height: 65px;
  }
  .section-title-type-1 .title {
    font-size: 75px;
    line-height: 60px;
  }
  .section-title-type-2 .title {
    font-size: 75px;
    line-height: 60px;
  }
  .section-title-type-3 .title {
    font-size: 50px;
    line-height: 1.1;
    color: #17497c;
    padding: 15px 25px 0 25px;
  }
  .section-title-type-3 .sub-title {
    font-size: 26px;
    line-height: 1.1;
    color: #30bec2;
  }
  .wrapper-page {
    max-width: 1200px;
  }
  .btn {
    line-height: 52px;
  }
  .gallery-type-1 .gallery-item {
    padding-top: 175px;
  }
  .gallery-type-1 .gallery-item-content {
    max-width: 768px;
    width: 50%;
    margin-left: 7.5%;
    padding: 125px 0 150px 0;
  }
  .search-container {
    padding: 7px 15px 6px 15px;
  }
}
@media screen and (max-width: 1520px) {
  .gallery-type-1 .gallery-item {
    padding-top: 145px;
  }
}
@media screen and (max-width: 1500px) {
  .gallery-type-1.gallery-without-title .gallery-item {
    padding-top: 0;
  }
}
@media screen and (max-width: 1460px) {
  .gallery-type-1 .gallery-item {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1368px) {
  .btn {
    padding: 0 30px;
  }
  .btn.btn-lg {
    font-size: 40px;
    line-height: 40px;
    padding: 20px 30px;
  }
  .btn.btn-lg.btn-with-img .img {
    max-width: 30px;
  }
  .pagination {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .content-tag {
    height: 34px;
    font-size: 20px;
    line-height: 24px;
    padding: 5px 15px;
  }
  .section-title-type-1 .title {
    padding: 15px 25px 0 25px;
  }
  .section-title-type-1 .sub-title {
    font-size: 24px;
  }
  .section-title-type-2 .title {
    padding: 15px 25px 0 25px;
  }
  .section-title-type-2 .sub-title {
    font-size: 24px;
  }
  .section-title-type-3 .title {
    font-size: 50px;
  }
  .section-title-type-3 .sub-title {
    font-size: 24px;
  }
  .content-list-type-1.with-pad-top .content-item {
    margin-top: 50px;
  }
  .content-list-type-1 .content-item .title {
    height: 71px;
    font-size: 30px;
    line-height: 28px;
  }
  .content-list-type-2.with-pad-top .content-item {
    margin-top: 50px;
  }
  .content-list-type-2 .content-item .title {
    height: 71px;
    font-size: 30px;
    line-height: 28px;
  }
  .content-list-type-2 .content-item .content {
    padding-bottom: 3px;
  }
  .program-package-item .program-package-item-content .content-block .block .content-type {
    font-size: 22px;
  }
  .program-package-item .program-package-item-content .content-block .block .content-title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
  }
  .program-package-item .program-package-item-content .content-block .block .price-block .label {
    font-size: 18px;
  }
  .program-package-item .program-package-item-content .content-block .block .price-block .price {
    height: 32px;
    font-size: 40px;
    line-height: 32px;
  }
  .program-package-item .item-button-block {
    margin-top: -26px;
  }
  .clinic-item-container .clinic-item .txt {
    font-size: 30px;
    line-height: 30px;
  }
  .gallery-type-1 .gallery-item {
    padding-top: 110px;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    font-size: 80px;
    height: 140px;
    line-height: 70px;
    margin: 20px 0;
  }
  .section-map .contact-block .title-block {
    font-size: 50px;
    line-height: 50px;
  }
  .section-map .contact-block .contact-number-block .number {
    font-size: 60px;
    line-height: 40px;
  }
  .section-map .contact-block .txt {
    font-size: 20px;
    padding: 30px 15px 0 15px;
  }
  .section-map .contact-block .booking-button-block {
    padding-top: 22px;
  }
  .section-map .contact-block .booking-button-block .btn {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .gallery-type-1 .gallery-item {
    padding-top: 90px;
  }
  .gallery-type-1 .gallery-item-content .content-date {
    font-size: 30px;
    max-width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-type-1.gallery-without-title .gallery-item {
    padding-top: 0;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    max-width: 768px;
    width: 50%;
    margin-left: 7.5%;
    padding: 75px 0 150px 0;
  }
  .section-map .contact-block {
    padding: 150px 15px 150px 25px;
  }
  .search-container .display-content-block-result .btn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 110px 0 150px 0;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    height: 100px;
    font-size: 60px;
    line-height: 50px;
  }
  .doctor-recommended-container.doctor-list-block .doctor-item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .content-tag {
    height: auto;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 15px;
  }
  .program-package-item .program-package-item-content .content-block .block .content-type {
    font-size: 20px;
  }
  .program-package-item .program-package-item-content .content-block .block .content-title {
    font-size: 28px;
    line-height: 28px;
    padding-top: 5px;
  }
  .program-package-item .program-package-item-content .content-block .block .price-block .price {
    height: 30px;
    font-size: 40px;
    line-height: 30px;
  }
  .program-package-item .item-button-block {
    margin-top: -22px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 80px 0 150px 0;
  }
  .gallery-type-1 .gallery-item {
    padding-top: 75px;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 140px 0 120px 0;
  }
  .section-map .contact-block {
    padding: 100px 25px;
  }
  .section-map .contact-block .title-block {
    font-size: 40px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .section-map .contact-block .contact-number-block .number {
    font-size: 46px;
    line-height: 40px;
  }
  .section-map .contact-block .booking-button-block {
    padding-top: 27px;
  }
  .section-map .contact-block .booking-button-block .btn {
    font-size: 22px;
    line-height: 32px;
    padding: 0 20px;
  }
  .search-container .display-content-block-result .txt-label {
    font-size: 22px;
    padding-right: 5px;
  }
  .search-container .display-content-block-result .btn-container {
    min-width: calc(100% - 25px);
  }
  .search-container .display-content-block-result .btn {
    font-size: 22px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-top-space {
    padding-top: 126px;
  }
  .section-block-title-2 .block-title-2 {
    font-size: 54px;
  }
  .breadcrumb-container {
    padding: 15px 0;
  }
  .breadcrumb-container .item {
    font-size: 22px;
    line-height: 22px;
  }
  .btn {
    font-size: 26px;
    line-height: 48px;
    padding: 0 30px;
  }
  .btn.btn-lg {
    font-size: 28px;
    line-height: 28px;
    padding: 16px 25px;
  }
  .btn.btn-lg.btn-with-img .img {
    max-width: 24px;
  }
  .content-list-type-1.with-pad-top .content-item {
    margin-top: 30px;
  }
  .content-list-type-1 .content-item .date {
    font-size: 20px;
  }
  .content-list-type-1 .content-item .readmore-1-btn {
    padding-top: 10px;
  }
  .content-list-type-1 .content-item .readmore-1-btn .txt {
    font-size: 20px;
  }
  .content-list-type-1 .content-item .readmore-1-btn .img {
    max-width: 19px;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .content-list-type-2 {
    margin: 0 -10px;
  }
  .content-list-type-2.with-pad-top .content-item {
    margin-top: 30px;
  }
  .content-list-type-2 .content-item {
    padding: 0 10px;
  }
  .content-list-type-2 .content-item .date {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .content-list-type-2 .content-item .readmore-1-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-list-type-2 .content-item .readmore-1-btn .txt {
    font-size: 20px;
  }
  .content-list-type-2 .content-item .readmore-1-btn .img {
    max-width: 19px;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .content-list-type-2 .content-item:hover .readmore-1-btn {
    display: block;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 80px 0 120px 0;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 140px 0 90px 0;
    margin-left: 10%;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    font-size: 60px;
    line-height: 52px;
    height: 104px;
  }
  .gallery-type-1 .gallery-item-content .content-date {
    font-size: 22px;
  }
  .gallery-type-1 .gallery-page {
    font-size: 30px;
    line-height: 60px;
  }
  .doctor-recommended-container.doctor-list-block .doctor-item {
    flex: 0 1 33.33%;
    width: 33.33%;
  }
}
@media screen and (max-width: 960px) {
  .content-list-type-1 .content-item .date {
    font-size: 18px;
  }
  .content-list-type-1 .content-item .readmore-1-btn {
    padding-top: 1px;
  }
  .content-list-type-1 .content-item .readmore-1-btn .img {
    max-width: 22px;
    padding-top: 11px;
    padding-left: 7px;
  }
  .content-list-type-1 .content-item .bottom-block {
    position: relative;
    height: 37px;
    overflow: hidden;
  }
  .gallery-type-1 .gallery-item {
    padding-top: 75px;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 125px 0 70px 0;
  }
}
@media screen and (max-width: 920px) {
  .clinic-item-container .clinic-item .txt {
    font-size: 26px;
    line-height: 26px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 70px 0 90px 0;
  }
  .page-top-space {
    padding-top: 110px;
  }
}
@media screen and (max-width: 900px) {
  .doctor-recommended-container .doctor-recommended-gallery-wrapper {
    width: calc(100% - 100px);
  }
  .content-list-type-2 .content-item .title {
    padding-left: 7px;
    padding-right: 7px;
  }
  .program-package-item .program-package-item-content .content-block .block {
    bottom: 35px;
  }
  .program-package-item .program-package-item-content .content-block .block .content-title {
    font-size: 26px;
    line-height: 26px;
    padding-top: 0;
  }
  .program-package-item .program-package-item-content .content-block .block .line {
    margin: 7px 0;
  }
  .program-package-item .program-package-item-content .content-block .block .price-block .label {
    font-size: 18px;
    line-height: 22px;
  }
  .program-package-item .program-package-item-content .content-block .block .price-block .price {
    height: 26px;
    font-size: 36px;
    line-height: 26px;
  }
  .program-package-item .item-button-block {
    margin-top: -16px;
  }
  .gallery-arrow {
    line-height: 45px;
    font-size: 35px;
    width: 45px;
    height: 45px;
  }
  .gallery-arrow.prev-btn {
    left: 15px;
  }
  .gallery-arrow.next-btn {
    right: 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-item {
    padding-top: 0;
  }
  .gallery-type-1 .gallery-item {
    padding-top: 60px;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 85px 0 80px 0;
    margin-left: 7.5%;
  }
  .gallery-type-1 .gallery-item-content .content-readmore {
    padding-top: 15px;
  }
}
@media screen and (max-width: 820px) {
  .clinic-item-container .clinic-item .txt {
    font-size: 24px;
    line-height: 24px;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 65px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
  .show-pc-inline-block {
    display: none !important;
  }
  .show-pc-flex {
    display: none !important;
  }
  .show-mb {
    display: block !important;
  }
  .show-mb-inline-block {
    display: inline-block !important;
  }
  .show-mb-flex {
    display: flex !important;
  }
  .page-top-space {
    padding-top: 151px;
  }
  .breadcrumb-container .item {
    font-size: 18px;
    line-height: 18px;
  }
  .section-block-title-2 .block-title-2 {
    font-size: 46px;
  }
  .form-row-2-col-on-pc {
    margin: 0;
  }
  .form-row-2-col-on-pc .form-group {
    float: none;
    width: 100%;
    margin: 0 0 35px 0;
  }
  .btn {
    font-size: 24px;
    line-height: 42px;
    padding: 0 25px;
    box-shadow: 0px 20px 20px -15px rgb(23, 73, 124) !important;
  }
  .btn.btn-green {
    box-shadow: 0px 20px 20px -15px rgb(223, 223, 118) !important;
  }
  .btn.btn-green-2 {
    box-shadow: 0px 20px 20px -15px rgb(48, 190, 194) !important;
  }
  .btn.btn-white {
    box-shadow: 0px 20px 20px -15px rgb(48, 190, 194) !important;
  }
  .btn.btn-orange {
    box-shadow: 0px 20px 20px -15px rgb(233, 131, 73) !important;
  }
  .btn.btn-blue-3 {
    box-shadow: 0px 20px 20px -15px rgb(48, 190, 194) !important;
  }
  .pagination .page-item .page-link {
    height: 40px;
    font-size: 26px;
    line-height: 40px;
    padding: 0.5rem 12px;
  }
  .pagination .page-item .page-link.active {
    color: #2bb6ba;
    font-size: 34px;
    line-height: 40px;
  }
  .pagination .page-item:first-child, .pagination .page-item:last-child {
    width: 40px;
    height: 40px;
    margin-top: 7px;
  }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    line-height: 32px;
    font-size: 32px;
  }
  .pagination .page-item:first-child {
    margin-right: 10px;
  }
  .pagination .page-item:first-child .page-link {
    padding: 3px 3px 2px 0px;
  }
  .pagination .page-item:last-child {
    margin-left: 10px;
  }
  .pagination .page-item:last-child .page-link {
    padding: 3px 0px 2px 3px;
  }
  .search-container {
    padding: 25px 0;
  }
  .search-container .wrapper-page {
    flex-flow: row wrap;
  }
  .search-container .ddl-search-block {
    width: 100%;
    flex: 0 1 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .search-container .text-search-block {
    width: calc(100% - 40px);
    flex: 0 1 calc(100% - 40px);
    padding-right: 5px;
  }
  .search-container .header-search-block {
    width: 40px;
    flex: 0 1 40px;
  }
  .search-container .display-content-block-result {
    padding-top: 20px;
  }
  .search-container .display-content-block-result .txt-label {
    width: 100%;
    font-size: 22px;
    padding-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
  .search-container .display-content-block-result .btn-container {
    min-width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
  }
  .content-social-btn-container {
    position: relative;
    top: unset !important;
    left: unset !important;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    border-top: solid 1px #999999;
  }
  .content-social-btn-container .txt, .content-social-btn-container .soc-btn-block {
    float: left;
  }
  .content-social-btn-container .txt {
    line-height: 50px;
  }
  .content-social-btn-container .soc-btn-block::after {
    content: "";
    display: block;
    clear: both;
  }
  .content-social-btn-container .soc-btn-block .soc-btn {
    float: left;
    width: 50px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .doctor-recommended-container {
    padding: 30px 0 0 0;
  }
  .doctor-recommended-container .doctor-recommended-gallery.owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
  }
  .doctor-recommended-container .doctor-recommended-gallery-wrapper {
    width: calc(100% - 70px);
    padding: 0;
  }
  .doctor-recommended-container .doctor-item .name {
    font-size: 26px;
  }
  .doctor-recommended-container .doctor-item .hospital-name, .doctor-recommended-container .doctor-item .department {
    font-size: 18px;
  }
  .doctor-recommended-container .gallery-arrow {
    display: block;
  }
  .doctor-recommended-container.doctor-list-block .doctor-item {
    flex: 0 1 50%;
    width: 50%;
  }
  .bg-2-stripe:before {
    width: 95%;
    height: 275px;
    border-top-right-radius: 125px;
  }
  .bg-2-stripe:after {
    top: 275px;
    width: 5%;
    height: 275px;
  }
  .bg-2-stripe.stripe-type-3:before {
    width: 96%;
    border-top-right-radius: 125px;
  }
  .bg-2-stripe.stripe-type-3:after {
    width: 4%;
  }
  .content-list-type-1 .content-item .content-desc-block {
    margin-top: -15px;
  }
  .clinic-item-container {
    margin: 0 -15px;
    align-items: start;
    justify-content: start;
  }
  .clinic-item-container .clinic-item {
    padding: 0 10px;
  }
  .clinic-item-container .clinic-item .img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .clinic-item-container .clinic-item .txt {
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  .gallery-arrow {
    display: none;
    line-height: 35px;
    font-size: 30px;
    width: 35px;
    height: 35px;
  }
  .gallery-arrow.prev-btn {
    left: 5px;
    padding-top: 1px;
  }
  .gallery-arrow.next-btn {
    right: 5px;
    padding-top: 1px;
  }
  .gallery-type-1 {
    padding-top: 145px;
  }
  .gallery-type-1 .section-title {
    position: relative;
    top: unset;
    max-width: 340px;
  }
  .gallery-type-1.gallery-without-title {
    padding-top: 20px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 67.5% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 61%;
  }
  .gallery-type-1 .gallery-item-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 65% 15px 40px 15px;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    max-width: 600px;
  }
  .gallery-type-1 .gallery-item {
    position: relative;
    padding-top: 0;
  }
  .gallery-type-1 .gallery-image {
    width: calc(100% - 25px);
    top: 15px;
    bottom: unset;
    border-top-left-radius: 125px;
  }
  .gallery-type-1 .gallery-page {
    width: calc(100% - 105px);
    top: 67.5%;
    right: 0;
    bottom: unset;
    font-size: 24px;
    line-height: 24px;
  }
  .gallery-type-2 .gallery-item {
    padding: 0;
  }
  .section-map .block-container {
    display: block;
  }
  .section-map .map-block {
    padding: 30%;
  }
  .section-map .contact-block {
    padding: 50px 15px;
  }
  .section-map .contact-block .block {
    max-width: 360px;
    margin: 0 auto;
  }
  .section-map .contact-block .title-block {
    font-size: 33px;
    line-height: 33px;
  }
  .page-not-found-block .content .img {
    width: 90%;
    max-width: 568px;
    margin: 0 auto;
  }
  .page-not-found-block .img-block-1 {
    top: 0;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 700px) {
  .clinic-item-container {
    display: block;
    padding-top: 25px;
  }
  .clinic-item-container .clinic-item {
    flex: 0 1 32%;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 0 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 59.5%;
  }
}
@media screen and (max-width: 680px) {
  .gallery-type-1 .gallery-page {
    top: 66.5%;
  }
}
@media screen and (max-width: 660px) {
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 58%;
  }
}
@media screen and (max-width: 640px) {
  .content-tag {
    font-size: 16px;
    height: 23px;
    line-height: 20px;
    padding: 2px 10px;
  }
  .content-tag.sm-tag {
    font-size: 16px;
  }
  .content-list-type-1 .content-item .content-desc-block {
    margin-top: -11px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 70% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content .content-date {
    font-size: 22px;
    line-height: 23px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 57%;
  }
  .gallery-type-1 .gallery-page {
    top: 64.5%;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 67.5% 15px 40px 15px;
  }
  .gallery-type-2 {
    padding-bottom: 100px;
  }
  .gallery-type-2 .gallery-item .gallery-item-content .content-block .block {
    bottom: 15px;
  }
  .gallery-type-2 .gallery-item .gallery-item-content .content-block .block .content-title {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 568px) {
  .form-group.form-group-file {
    padding: 15px 20px;
  }
  .custom-file-group .custom-file .file-desc-block {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .block-title {
    font-size: 62px;
    line-height: 52px;
  }
  .section-title-type-1 .title {
    font-size: 62px;
    line-height: 56px;
    background-size: 20px;
    padding: 10px 11px 0 11px;
  }
  .section-title-type-1 .sub-title {
    font-size: 22px;
  }
  .section-title-type-2 .title {
    font-size: 62px;
    line-height: 56px;
  }
  .section-title-type-2 .sub-title {
    font-size: 22px;
  }
  .section-title-type-3 .title {
    font-size: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-list-type-1 .content-item .title {
    font-size: 30px;
    line-height: 28px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 72% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 55%;
  }
  .gallery-type-1 .section-title {
    max-width: 300px;
  }
  .gallery-type-1 .section-title .title {
    font-size: 62px;
    line-height: 42px;
  }
  .gallery-type-1 .section-title .sub-title {
    font-size: 18px;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    height: 96px;
    font-size: 50px;
    line-height: 48px;
    margin: 15px 0 25px 0;
  }
  .gallery-type-1 .gallery-image {
    border-top-left-radius: 75px;
  }
  .gallery-type-1 .gallery-page {
    top: 64%;
  }
  .gallery-type-2 .section-title .title {
    font-size: 62px;
    line-height: 42px;
  }
  .gallery-type-2 .section-title .sub-title {
    font-size: 18px;
  }
  .custom-file-group .custom-file .file-desc-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  .gallery-type-1 .gallery-page {
    top: 63%;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 54%;
  }
}
@media screen and (max-width: 480px) {
  .page-top-space {
    padding-top: 117px;
  }
  .block-title {
    font-size: 50px;
    line-height: 42px;
  }
  .section-title-type-1 .title {
    font-size: 50px;
    line-height: 46px;
    padding: 7px 15px 0 15px;
    background-size: 15px;
  }
  .section-title-type-2 .title {
    font-size: 50px;
    line-height: 46px;
  }
  .section-title-type-3 .title {
    font-size: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title-type-3 .sub-title {
    font-size: 24px;
  }
  .pagination {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .pagination .page-item .page-link {
    padding: 0.5rem 12px;
  }
  .content-list-type-1.with-pad-top .content-item {
    margin-top: 30px !important;
  }
  .content-list-type-1 .content-item .content-desc-block {
    padding-bottom: 5px;
  }
  .content-list-type-2.with-pad-top .content-item {
    margin-top: 30px !important;
  }
  .clinic-item-container .clinic-item {
    flex: 0 1 49%;
    width: 49%;
  }
  .clinic-item-container.hide-last-item-480 .clinic-item:last-child {
    display: none;
  }
  .gallery-type-1 {
    padding-top: 120px;
  }
  .gallery-type-1.gallery-without-title {
    padding-top: 10px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 73% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content .content-title {
    height: 96px;
    font-size: 50px;
    line-height: 48px;
    margin: 5px 0 15px 0;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 53%;
  }
  .gallery-type-1 .section-title {
    max-width: 480px;
    text-align: center;
    background: none;
    padding: 0 15px 15px 15px;
  }
  .gallery-type-1 .section-title .title {
    display: inline-block;
    font-size: 50px;
    line-height: 32px;
    padding: 15px 25px 0 25px;
    background: url(../../images/share/title-bg-image.png) no-repeat top left;
  }
  .gallery-type-1 .gallery-item-content {
    padding: 65% 15px 40px 15px;
  }
  .gallery-type-1 .gallery-item-content .content-title {
    margin: 25px 0 10px 0;
  }
  .gallery-type-1 .gallery-page {
    font-size: 20px;
    line-height: 20px;
    top: 61.5%;
    width: calc(100% - 100px);
  }
  .gallery-type-2 {
    padding-bottom: 50px;
  }
  .gallery-type-2 .section-title .title {
    font-size: 50px;
    line-height: 32px;
  }
  .gallery-type-2 .gallery-item .gallery-item-content .content-block .block {
    bottom: 10px;
  }
  .gallery-type-2 .gallery-item .gallery-item-content .content-block .block .content-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
  }
  .doctor-recommended-container.doctor-list-block .doctor-item {
    flex: 0 1 100%;
    width: 100%;
  }
  .search-page .content-search-container .clinic-item-container .clinic-item {
    display: none;
  }
  .search-page .content-search-container .clinic-item-container .clinic-item:nth-child(1), .search-page .content-search-container .clinic-item-container .clinic-item:nth-child(2) {
    display: block;
  }
  .search-page .content-search-container .clinic-item-container.list-specific-content .clinic-item {
    display: block;
  }
  .search-page .content-search-container .doctor-recommended-container .doctor-item {
    display: none;
  }
  .search-page .content-search-container .doctor-recommended-container .doctor-item:nth-child(1), .search-page .content-search-container .doctor-recommended-container .doctor-item:nth-child(2) {
    display: block;
  }
  .search-page .content-search-container .doctor-recommended-container.list-specific-content .doctor-item {
    display: block;
  }
  .search-page .content-search-container.blog-relate-content-container .content-list-type-1 .content-item {
    display: none;
  }
  .search-page .content-search-container.blog-relate-content-container .content-list-type-1 .content-item:nth-child(1), .search-page .content-search-container.blog-relate-content-container .content-list-type-1 .content-item:nth-child(2) {
    display: block;
  }
  .search-page .content-search-container.blog-relate-content-container .content-item {
    display: none;
  }
  .search-page .content-search-container.blog-relate-content-container .content-item:nth-child(1), .search-page .content-search-container.blog-relate-content-container .content-item:nth-child(2) {
    display: block;
  }
  .search-page .content-search-container.blog-relate-package-container .program-package-container .program-package-item {
    display: none;
  }
  .search-page .content-search-container.blog-relate-package-container .program-package-container .program-package-item:nth-child(1), .search-page .content-search-container.blog-relate-package-container .program-package-container .program-package-item:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .section-title-type-1 .title {
    font-size: 50px;
    line-height: 42px;
  }
  .section-title-type-2 .title {
    font-size: 50px;
    line-height: 42px;
    padding: 15px 5px 5px 5px;
  }
  .gallery-type-1 .section-title .title {
    font-size: 50px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 51%;
  }
  .gallery-type-1 .gallery-page {
    top: 60%;
  }
  .gallery-type-2 .section-title .title {
    font-size: 50px;
  }
  .section-map .contact-block .block {
    max-width: 305px;
  }
  .section-map .contact-block .title-block {
    font-size: 28px;
    line-height: 28px;
  }
  .section-map .contact-block .contact-number-block .label {
    font-size: 18px;
    line-height: 18px;
  }
  .section-map .contact-block .contact-number-block .number {
    font-size: 34px;
    line-height: 34px;
  }
  .section-map .contact-block .txt {
    font-size: 18px;
    padding: 20px 12px 0 12px;
  }
  .section-map .contact-block .booking-button-block {
    padding-top: 16px;
  }
  .section-map .contact-block .booking-button-block .btn {
    padding: 0 15px;
  }
  .section-map .contact-block .contact-content {
    max-width: 296px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 390px) {
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 75% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 49%;
  }
  .page-top-space {
    padding-top: 131px;
  }
}
@media screen and (max-width: 360px) {
  .section-title-type-1 .title {
    font-size: 48px;
    line-height: 42px;
  }
  .section-title-type-2 .title {
    font-size: 48px;
    line-height: 42px;
  }
  .gallery-type-1 .section-title .title {
    font-size: 48px;
  }
  .gallery-type-1.gallery-without-title .gallery-item-content {
    padding: 76% 15px 40px 15px;
  }
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 47%;
  }
  .gallery-type-1 .gallery-page {
    top: 57.5%;
  }
  .gallery-type-2 .section-title .title {
    font-size: 48px;
  }
  .section-map .contact-block {
    padding: 50px 5px;
  }
  .section-map .contact-block .block {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 340px) {
  .gallery-type-1.gallery-without-title .gallery-page {
    top: 46.5%;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all ease 0.5s;
}
header.focus-on-sub-menu {
  top: -101px;
}
header .logo {
  position: absolute;
  max-width: 175px;
  width: 19.92%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .main-header {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
header .sub-header {
  background-color: #17497c;
}
header .sub-header > .wrapper-page {
  position: relative;
}
header .menu-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
header .menu-container .menu-item {
  display: inline-block;
  position: relative;
  padding: 4% 35px 2% 35px;
  font-size: 24px;
}
header .menu-container .menu-item .text, header .menu-container .menu-item .icon {
  display: block;
}
header .menu-container .menu-item .icon {
  font-size: 20px;
  padding-top: 5px;
  padding-left: 25px;
}
header .menu-container .menu-item a {
  display: block;
}
header .menu-container .menu-item:hover .main-sub-menu-container {
  display: block;
  z-index: 2;
}
header .menu-container .menu-item:hover > a {
  color: #2bb6ba;
}
header .menu-container .menu-item.open-sub-menu-item .main-sub-menu-container {
  display: block;
  z-index: 2;
}
header .menu-container .menu-item.open-sub-menu-item > a {
  color: #2bb6ba;
}
header .menu-container .menu-item.active > a {
  color: #2bb6ba;
}
header .menu-container .menu-item.active > a span.text {
  position: relative;
}
header .menu-container .menu-item.active > a span.text:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2bb6ba;
}
header .menu-container .main-sub-menu-container {
  display: none;
  position: absolute;
  top: 90%;
  left: 25px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
header .menu-container .main-sub-menu-container .main-sub-menu-item {
  white-space: nowrap;
  text-align: left;
  font-size: 24px;
}
header .menu-container .main-sub-menu-container .main-sub-menu-item:hover {
  color: #2bb6ba;
}
header .menu-container .header-social-container {
  display: none;
}
header .hamburger-menu-container {
  display: none;
}
header .right-block {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .right-block .contact-block .contact-text {
  padding-left: 10px;
}
header .right-block .contact-block .contact-text .txt-1 {
  color: #17497c;
  font-size: 20px;
  line-height: 14px;
  font-family: "PSL Kanda Pro Bold", "CN";
}
header .right-block .contact-block .contact-text .txt-2 {
  font-size: 36px;
  line-height: 26px;
  font-family: "PSL Kanda Pro Bold", "CN";
}
header .right-block .lang-block {
  padding-left: 15px;
  margin-left: 15px;
}
header .right-block .lang-block:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #17497c;
}
header .right-block .lang-block > a > .img-lang {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 50%;
}
header .right-block .lang-block .img-lang {
  max-width: 36px;
}
header .right-block .lang-block .arr {
  font-size: 20px;
  padding-top: 5px;
  padding-left: 10px;
}
header .right-block .lang-block.lang-block-active .language-select-block {
  display: block;
}
header .right-block .lang-block .language-select-block {
  display: none;
  position: absolute;
  width: 70px;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16);
}
header .right-block .lang-block .language-select-block .selected-block {
  position: relative;
  padding: 10px;
}
header .right-block .lang-block .language-select-block .selected-block .img-lang {
  max-width: 25px;
}
header .right-block .lang-block .language-select-block .selected-block .arr {
  font-size: 20px;
  line-height: 20px;
  padding-top: 3px;
}
header .right-block .lang-block .language-select-block .selected-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 1px;
  bottom: 3px;
  left: 50%;
  background-color: #ebebeb;
  transform: translateX(-50%);
}
header .right-block .lang-block .language-select-block .choice-block {
  padding: 5px 10px;
}
header .right-block .lang-block .language-select-block .choice-block:hover {
  color: #ffffff;
  background-color: #2bb6ba;
}
header .right-block .lang-block .language-select-block .choice-block .img-lang {
  max-width: 20px;
}
header .right-block .lang-block .language-select-block .choice-block .arr {
  font-size: 20px;
  line-height: 20px;
  padding-top: 4px;
}
header .right-block .search-block {
  display: none;
}
header.bg-white .search-button {
  width: 70px;
  height: 70px;
}
header.bg-white .search-button a {
  display: block;
}
header.bg-white .sub-header {
  background-color: #17497c;
}
header.bg-white .sub-header .sub-menu-container .sub-menu-item.active > a {
  font-family: "PSL KandaExtra Pro", "CN";
  color: #2bb6ba;
  border-bottom: solid 5px #2bb6ba;
}
header .sub-menu-container {
  width: calc(100% - 70px);
  max-width: 1180px;
}
header .sub-menu-container .sub-menu-item {
  max-height: 70px;
  width: 16.6667%;
  font-size: 26px;
  line-height: 65px;
}
header .sub-menu-container .sub-menu-item.active > a {
  font-family: "PSL KandaExtra Pro", "CN";
  color: #2bb6ba;
  border-bottom: solid 5px #2bb6ba;
}
header .sub-menu-container .sub-menu-item.active.doctor-active.finding-doctor-menu-block .sub-menu-item-content-block {
  display: block;
}
header .sub-menu-container .sub-menu-item:hover > a {
  color: #2bb6ba;
  border-bottom: solid 5px #2bb6ba;
}
header .sub-menu-container .sub-menu-item:hover .sub-menu-item-content-block {
  display: block;
}
header .sub-menu-container .sub-menu-item:hover.not-hover .sub-menu-item-content-block {
  display: none;
}
header .sub-menu-container .sub-menu-item a {
  font-family: "PSL Kanda Pro Bold", "CN";
  display: inline-block;
  color: #ffffff;
  padding: 0 10px;
  border-bottom: solid 5px transparent;
}
header .sub-menu-container .sub-menu-item .icon {
  font-size: 20px;
  padding-top: 3px;
  padding-left: 15px;
  margin-bottom: -3px;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
  display: none;
  position: absolute;
  top: 70px;
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.16);
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block .content-title {
  float: left;
  color: #30bec2;
  font-size: 30px;
  line-height: 1.1;
  font-family: "PSL KandaExtra Pro", "CN";
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block .see-all-btn {
  box-shadow: none;
  border: none;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.finding-doctor-sub-menu-content {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  padding: 35px 50px;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.finding-doctor-sub-menu-content .content-title {
  float: left;
  color: #17497c;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.finding-doctor-sub-menu-content .form-block {
  padding-top: 25px;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.finding-doctor-sub-menu-content .submit-btn-block .btn {
  display: block;
  max-width: 125px;
  font-size: 24px;
  line-height: 40px;
  font-family: "PSL KandaExtra Pro", "CN";
  margin: 0 auto;
  border: none;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content {
  left: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .more-btn {
  color: #ffffff !important;
  display: none;
  max-width: 320px;
  width: calc(100% - 50px);
  margin-top: 50px;
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  border: none !important;
  font-family: "PSL KandaExtra Pro", "CN";
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .more-btn.active {
  display: block;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block {
  display: flex;
  align-items: stretch;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block {
  display: block;
  width: 35%;
  flex: 0 1 35%;
  padding: 15px 0;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item {
  position: relative;
  display: block;
  color: #17497c;
  font-size: 32px;
  line-height: 1.1;
  padding: 10px 25px;
  margin-bottom: 0;
  border: none;
  font-family: "PSL KandaExtra Pro", "CN";
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item.active {
  color: #30bec2;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item.active:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid rgba(48, 190, 194, 0.2);
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item:hover {
  color: #30bec2;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block {
  display: block;
  width: 65%;
  flex: 0 1 65%;
  padding: 25px 45px;
  background-color: rgba(48, 190, 194, 0.2);
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .see-all-btn {
  float: right;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .checked-price-content-item {
  display: none;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .checked-price-content-item.active {
  display: block;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .item-content-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  max-height: 260px;
  padding-top: 15px;
  overflow: hidden;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .item-content-block .item {
  display: block;
  width: 50%;
  flex: 0 1 50%;
  line-height: 1;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .item-content-block .item a {
  color: #17497c;
  font-size: 24px;
  line-height: 1;
  font-family: "PSL Kanda Pro Bold", "CN";
  border: none;
  padding: 10px 0;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-content-block .item-content-block .item a:hover {
  color: #30bec2;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content {
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 35px 50px;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .see-all-btn {
  float: right;
  color: #30bec2 !important;
  border-bottom: none !important;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container {
  max-width: calc(100% + 80px);
  padding-top: 0;
  margin: 0 -40px;
  justify-content: start;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item {
  flex: 0 1 calc(16.66667% - 8px);
  padding: 25px 40px 0 40px;
}
header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item .txt {
  font-size: 24px;
  line-height: 1.1;
  font-family: "PSL KandaExtra Pro", "CN";
}
header .sub-menu-container .sub-menu-item.check-price-active .checked-price-sub-menu-content {
  display: block !important;
}
header .search-button {
  width: 70px;
  height: 70px;
}
header .search-button a {
  display: block;
}
header .search-button .ico-white {
  display: block;
}
header .search-button .ico-blue {
  display: none;
}
header .search-container {
  position: absolute;
  top: -65px;
  left: 0;
  border-radius: 0px;
  transition: top ease 0.5s;
}
header .search-container.active {
  top: 0;
}

@media screen and (max-width: 1600px) {
  header.focus-on-sub-menu {
    top: -80px;
  }
  header .logo {
    width: 100%;
    max-width: 140px;
  }
  header .menu-container {
    max-width: 594px;
  }
  header .menu-container .menu-item {
    position: relative;
    padding: 24px 30px 12px 30px;
    font-size: 22px;
  }
  header .menu-container .menu-item .icon {
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 1px;
  }
  header .menu-container .main-sub-menu-container .main-sub-menu-item {
    font-size: 20px;
  }
  header .sub-menu-container .sub-menu-item {
    max-height: 55px;
    font-size: 24px;
    line-height: 50px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
    top: 55px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container {
    margin: 0 -30px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item {
    padding: 25px 30px 0 30px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item .txt {
    font-size: 24px;
  }
  header .right-block .search-block {
    float: left;
    max-width: 25px;
    padding: 5px 0;
  }
  header .right-block .contact-block {
    padding-left: 15px;
  }
  header .right-block .contact-block .phone-icon {
    max-width: 25px;
    padding: 5px 0;
  }
  header .right-block .contact-block .contact-text {
    padding-left: 10px;
  }
  header .right-block .contact-block .contact-text .txt-1 {
    font-size: 16px;
  }
  header .right-block .contact-block .contact-text .txt-2 {
    font-size: 26px;
  }
  header .search-button {
    width: 55px !important;
    height: 55px !important;
  }
}
@media screen and (max-width: 1120px) {
  header .menu-container {
    margin: 0 0 0 17%;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item {
    flex: 0 1 calc(20% - 8px);
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item .txt {
    font-size: 20px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item:nth-child(9), header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item:nth-child(10) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.focus-on-sub-menu {
    top: -75px;
  }
  header .menu-container {
    max-width: 508px;
  }
  header .menu-container .menu-item {
    padding: 4% 20px 2% 20px;
  }
  header .menu-container .menu-item .icon {
    padding-left: 7px;
  }
  header .right-block .lang-block {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 920px) {
  header.focus-on-sub-menu {
    top: -66px;
  }
  header .logo {
    max-width: 115px;
  }
  header .menu-container {
    max-width: 444px;
    margin-left: 15%;
  }
  header .menu-container .menu-item {
    font-size: 22px;
    padding: 3.5% 15px 2% 15px;
  }
  header .menu-container .menu-item .icon {
    padding-top: 3px;
    padding-bottom: 0;
  }
  header .right-block .search-block {
    max-width: 22px;
    padding: 4px 0;
  }
  header .right-block .contact-block {
    padding-left: 5px;
  }
  header .right-block .contact-block .phone-icon {
    max-width: 22px;
    padding: 4px 0;
  }
  header .right-block .contact-block .contact-text .txt-1 {
    font-size: 14px;
  }
  header .right-block .contact-block .contact-text .txt-2 {
    line-height: 16px;
  }
  header .right-block .lang-block {
    padding-left: 7px;
    margin-left: 7px;
  }
  header .right-block .lang-block:before {
    height: 30px;
  }
  header .right-block .lang-block .img-lang {
    max-width: 30px;
  }
  header .right-block .lang-block .arr {
    padding-top: 0;
  }
  header .sub-menu-container .sub-menu-item {
    max-height: 45px;
    font-size: 22px;
    line-height: 40px;
  }
  header .sub-menu-container .sub-menu-item .icon {
    padding-left: 7px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
    top: 45px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content {
    left: 0;
    width: 100%;
    padding: 25px 30px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container {
    margin: 0 -15px;
  }
  header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content .clinic-item-container .clinic-item {
    padding: 20px 15px 0 15px;
  }
  header .search-button {
    width: 45px !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 820px) {
  header .menu-container .menu-item {
    padding: 3.5% 15px 2% 15px;
  }
  header .right-block .search-block {
    max-width: 18px;
    padding: 2px 0;
  }
  header .right-block .contact-block .phone-icon {
    max-width: 18px;
    padding: 2px 0;
  }
  header .right-block .contact-block .contact-text .txt-2 {
    font-size: 22px;
    line-height: 12px;
  }
  header .right-block .lang-block {
    padding-left: 5px;
    margin-left: 5px;
  }
  header .right-block .lang-block:before {
    height: 27px;
  }
  header .right-block .lang-block .img-lang {
    max-width: 25px;
  }
  header .right-block .lang-block .arr {
    font-size: 16px;
    padding-top: 3px;
    padding-left: 5px;
  }
  header .sub-menu-container {
    width: calc(100% - 45px);
  }
  header .sub-menu-container .sub-menu-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  header.focus-on-sub-menu {
    top: -70px;
  }
  header .main-navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  header .logo {
    float: left;
    max-width: 125px;
    padding: 0;
  }
  header .menu-container {
    display: none;
  }
  header .menu-container .menu-item {
    display: block;
  }
  header .menu-container .menu-item.active > a {
    color: #2bb6ba;
    font-family: "PSL KandaExtra Pro", "CN";
  }
  header .menu-container .menu-item.active > a span.text {
    position: relative;
  }
  header .menu-container .menu-item.active > a span.text:before {
    display: none;
  }
  header .menu-container .header-social-container {
    display: none;
  }
  header .right-block {
    float: right;
    position: relative;
    top: unset;
    transform: translate(0%);
  }
  header .right-block .lang-block {
    display: none;
  }
  header .right-block .contact-block {
    float: left;
  }
  header .right-block .contact-block .phone-icon {
    max-width: 38px;
    padding: 17px 5px 20px 0;
  }
  header .right-block .contact-block .contact-text {
    display: none;
  }
  header .right-block .search-block {
    position: relative;
    float: right;
    max-width: 70px;
    padding: 4px 5px 7px 6px;
    margin: 0 0 0 15px;
  }
  header .right-block .search-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 33px;
    background-color: #17497c;
  }
  header .right-block .search-block a {
    display: block;
  }
  header .right-block .search-block {
    display: block;
  }
  header .hamburger-menu-container {
    display: block;
    float: right;
    padding: 12px 0 12px 15px;
  }
  header .hamburger-menu-container .hamburger-menu-block {
    width: 46px;
  }
  header .hamburger-menu-container .hamburger-menu-block .img-link {
    display: block;
    padding: 5px;
  }
  header .hamburger-menu-container .hamburger-menu-block .hamburger-menu-btn {
    display: block;
  }
  header .hamburger-menu-container .hamburger-menu-block .close-menu-btn {
    display: none;
  }
  header.openSubMenu {
    background-color: #ffffff;
  }
  header.openSubMenu .right-block .search-block, header.openSubMenu .right-block .contact-block {
    display: none;
  }
  header.openSubMenu .right-block .lang-block {
    display: block;
    padding-left: 0;
    margin-left: 0;
    padding: 17px 0;
  }
  header.openSubMenu .right-block .lang-block:before {
    display: none;
  }
  header.openSubMenu .right-block .lang-block .img-lang {
    max-width: 36px;
  }
  header.openSubMenu .right-block .lang-block .arr {
    font-size: 20px;
    padding-top: 5px;
  }
  header.openSubMenu .menu-container {
    position: absolute;
    display: block;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    min-height: calc(100vh - 70px);
    top: 70px;
    padding: 10px 15px 10px 15px;
    margin: 0 -15px;
    background-color: #ffffff;
    overflow: auto;
    z-index: 2;
  }
  header.openSubMenu .menu-container .menu-item {
    font-size: 30px;
    padding: 5px;
  }
  header.openSubMenu .menu-container .menu-item .icon {
    float: right;
    padding-top: 10px;
  }
  header.openSubMenu .menu-container .menu-item:hover > a {
    font-family: "PSL KandaExtra Pro", "CN";
    color: #2bb6ba;
  }
  header.openSubMenu .menu-container .menu-item:hover > a span:before {
    display: none;
  }
  header.openSubMenu .menu-container .menu-item:hover .main-sub-menu-container {
    display: none;
  }
  header.openSubMenu .menu-container .menu-item.open-sub-menu-item > a {
    font-family: "PSL KandaExtra Pro", "CN";
    color: #2bb6ba;
  }
  header.openSubMenu .menu-container .menu-item.open-sub-menu-item .fa {
    transform: rotate(180deg);
  }
  header.openSubMenu .menu-container .menu-item.open-sub-menu-item .main-sub-menu-container {
    display: block;
  }
  header.openSubMenu .menu-container .menu-item.open-sub-menu-item .main-sub-menu-container a {
    color: #17497c;
  }
  header.openSubMenu .menu-container .main-sub-menu-container {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0%);
    box-shadow: none;
  }
  header.openSubMenu .menu-container .main-sub-menu-container .main-sub-menu-item {
    font-size: 24px;
  }
  header.openSubMenu .menu-container .header-social-container {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
  }
  header.openSubMenu .menu-container .header-social-container .txt-label {
    color: #17497c;
    font-size: 22px;
    padding-bottom: 10px;
  }
  header.openSubMenu .menu-container .header-social-container .social-button-container {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  header.openSubMenu .menu-container .header-social-container .social-button-container .soc-btn {
    display: block;
    max-width: 45px;
    margin: 0 8px;
    border-radius: 50%;
    border: solid 1px #17497c;
  }
  header.openSubMenu .hamburger-menu-container .hamburger-menu-block .hamburger-menu-btn {
    display: none;
  }
  header.openSubMenu .hamburger-menu-container .hamburger-menu-block .close-menu-btn {
    display: block;
    padding: 7px;
  }
  header .sub-header > .wrapper-page {
    padding: 0;
  }
  header .sub-header .sub-menu-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header .sub-header .sub-menu-container .sub-menu-item {
    display: flex;
    justify-content: center;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.finding-doctor-sub-menu-content {
    max-width: 100%;
  }
  header .sub-header .sub-menu-container .sub-menu-item:hover > a {
    color: #30bec2;
    border-bottom: solid 5px #30bec2;
  }
  header .sub-header .sub-menu-container .sub-menu-item.check-price-active.checked-price-menu-block .sub-menu-item-content-block {
    display: block;
  }
  header .sub-header .sub-menu-container .sub-menu-item.active > a {
    color: #30bec2;
    border-bottom: solid 5px #30bec2;
  }
  header .sub-header .sub-menu-container .sub-menu-item.active.finding-doctor-menu-block .sub-menu-item-content-block {
    display: none;
  }
  header .sub-header .sub-menu-container .sub-menu-item.active.doctor-active.finding-doctor-menu-block .sub-menu-item-content-block {
    display: block;
    max-width: 100%;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
    top: 77px;
    left: 0;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block {
    width: 100%;
    flex: 0 1 100%;
    padding: 15px 0 35px 0;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item {
    text-align: left;
    font-size: 26px;
    padding: 7px 25px;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .checked-price-content-block .checked-price-type-block .content-item:after {
    display: none !important;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block.checked-price-sub-menu-content .more-btn {
    max-width: 275px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  header .sub-header .sub-menu-item {
    max-height: 77px;
    width: 25%;
    padding: 5px 5px 0 5px;
    text-align: center;
  }
  header .sub-header .sub-menu-item .img, header .sub-header .sub-menu-item .text {
    display: block;
    float: none;
  }
  header .sub-header .sub-menu-item .img {
    max-width: 40px;
    margin: 0 auto;
  }
  header .sub-header .sub-menu-item .text {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    font-family: "PSL Kanda Pro Bold", "CN";
  }
  header .sub-header .sub-menu-item .sub-menu-item-content-block.clinic-sub-menu-content {
    display: none;
  }
  header .search-button {
    display: none;
  }
  header .search-container {
    top: -155px;
  }
}
@media screen and (max-width: 480px) {
  header .main-header > .wrapper-page {
    padding: 0 10px;
  }
  header.focus-on-sub-menu {
    top: -52px;
  }
  header .logo {
    max-width: 90px;
    padding: 0;
  }
  header .hamburger-menu-container {
    padding: 5px 0 5px 8px;
  }
  header .hamburger-menu-container .hamburger-menu-block {
    width: 40px;
  }
  header .right-block .search-block {
    max-width: 53px;
    padding: 1px 0 1px 5px;
    margin: 0 0 0 15px;
  }
  header .right-block .search-block:before {
    height: 28px;
  }
  header .right-block .contact-block .phone-icon {
    max-width: 22px;
    padding: 13px 0;
  }
  header .right-block .lang-block {
    padding: 9px 0;
  }
  header .right-block .lang-block .img-lang {
    max-width: 30px;
  }
  header .right-block .lang-block .arr {
    font-size: 20px;
    padding-top: 2px;
  }
  header.openSubMenu .menu-container {
    min-height: calc(100vh - 50px);
    top: 50px;
  }
  header.openSubMenu .right-block .lang-block {
    padding: 7px 0;
  }
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
    top: 61px;
    left: 0;
  }
  header .sub-header .sub-menu-item {
    max-height: 75px;
  }
  header .sub-header .sub-menu-item .img {
    max-width: 30px;
    line-height: 30px;
  }
  header .sub-header .sub-menu-item .text {
    font-size: 16px;
    line-height: 14px;
  }
}
@media screen and (max-width: 390px) {
  header .sub-header .sub-menu-container .sub-menu-item .sub-menu-item-content-block {
    top: 75px;
    left: 0;
  }
}
header .right-block {
  z-index: 9;
}

header .right-block .lang-block {
  margin: 8px 15px 0 0;
  padding-left: 0;
}

header .right-block .lang-block:before {
  display: none;
}

header .right-block .lang-block .language-select-block {
  top: auto;
  margin-top: 8px;
  width: auto;
  min-width: 130px;
  text-wrap: nowrap;
  padding-bottom: 0px;
}

header .right-block .lang-block .language-select-block .choice-block .arr {
  padding: 4px 6px;
  font-size: 24px;
  line-height: 24px;
}

header .right-block .lang-block > a > .name-lang {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-left: 8px;
}

header .right-block .lang-block > a > .img-lang .custom-flag {
  width: 32px;
  height: 32px;
  overflow: hidden;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

footer {
  position: relative;
  background-color: #17497c;
  color: #ffffff;
  padding: 40px 0 0 0;
  font-family: "PSL Kanda Pro", "CN";
  z-index: 100;
  border-top: solid 2px #ffffff;
}
footer .footer-content-container {
  padding-bottom: 25px;
  border-bottom: solid 1px #ffffff;
}
footer .footer-content-container a {
  color: #ffffff;
}
footer .footer-content-container .content-block {
  width: 20%;
  font-size: 24px;
  padding-right: 25px;
}
footer .footer-content-container .content-block > .txt a {
  color: #acafcf;
  transition: color ease 0.25s;
}
footer .footer-content-container .content-block > .txt a:hover {
  color: #ffffff;
}
footer .footer-content-container .content-block .sub-block-1 > .txt a {
  color: #acafcf;
  transition: color ease 0.25s;
}
footer .footer-content-container .content-block .sub-block-1 > .txt a:hover {
  color: #ffffff;
}
footer .footer-content-container .content-block.block-5 {
  padding-right: 0;
}
footer .footer-content-container .content-block .contact-block {
  padding-bottom: 20px;
}
footer .footer-content-container .content-block .contact-block .tel-num {
  font-size: 60px;
  line-height: 40px;
}
footer .footer-content-container .content-block .social-media-block .title {
  padding-bottom: 10px;
}
footer .footer-content-container .content-block .social-media-block .social-icon {
  max-width: 40px;
  margin-right: 15px;
  border-radius: 50%;
}
footer .footer-content-container .content-block .social-media-block .social-icon:last-child {
  margin-right: 0;
}
footer .footer-content-container .content-block.block-5 {
  padding-right: 0;
}
footer .copyright-text {
  font-size: 16px;
  padding: 10px 0;
}

@media screen and (max-width: 1280px) {
  footer .footer-content-container .content-block.block-1 {
    width: 22.5%;
  }
  footer .footer-content-container .content-block.block-2 {
    width: 17.5%;
  }
  footer .footer-content-container .content-block.block-3 {
    width: 17.5%;
  }
  footer .footer-content-container .content-block.block-4 {
    width: 17.5%;
  }
  footer .footer-content-container .content-block.block-5 {
    width: 25%;
  }
}
@media screen and (max-width: 1120px) {
  footer .footer-content-container .content-block.block-2 {
    width: 15%;
  }
  footer .footer-content-container .content-block.block-5 {
    width: 27.5%;
  }
}
@media screen and (max-width: 930px) {
  footer .footer-content-container .content-block {
    width: 21.66%;
    font-size: 20px;
  }
  footer .footer-content-container .content-block .contact-block .txt {
    line-height: 20px;
  }
  footer .footer-content-container .content-block .contact-block .tel-num {
    font-size: 50px;
    line-height: 30px;
  }
  footer .footer-content-container .content-block .social-media-block .social-icon {
    max-width: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-content-container .content-block:after {
    content: "";
    display: block;
    clear: both;
  }
  footer .footer-content-container .content-block.block-1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  footer .footer-content-container .content-block.block-1 .txt {
    display: block;
    float: left;
    width: 50%;
  }
  footer .footer-content-container .content-block.block-2, footer .footer-content-container .content-block.block-3 {
    width: 50%;
    padding-bottom: 25px;
  }
  footer .footer-content-container .content-block.block-4 {
    width: 100%;
    padding-bottom: 25px;
  }
  footer .footer-content-container .content-block.block-4 .sub-block-1, footer .footer-content-container .content-block.block-4 .sub-block-2 {
    float: left;
    width: 50%;
  }
  footer .footer-content-container .content-block.block-4 .sub-block-2 {
    font-size: 20px;
    line-height: 18px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: -34px;
  }
  footer .footer-content-container .content-block.block-5 {
    width: 100%;
    padding-right: 0;
  }
  footer .footer-content-container .content-block.block-5 .contact-block {
    text-align: center;
  }
  footer .footer-content-container .content-block.block-5 .social-media-block {
    text-align: center;
  }
  footer .footer-content-container .content-block .head-txt {
    padding-bottom: 10px;
  }
  footer .footer-content-container .content-block .txt {
    font-size: 20px;
    line-height: 18px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  footer .footer-content-container .content-block .social-media-block .social-icon {
    float: none;
    display: inline-block;
    max-width: 45px;
  }
  footer .copyright-text {
    font-size: 16px;
    line-height: 16px;
  }
}

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