<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&amp;display=swap");
:root {
  --color-primary: #be1e2d;
  --color-primary-100: #D53D53;
  --color-primary-200: #EF1C24;
  --color-secondary: #2e3192;
  --color-secondary-100: #0e75be;
  --color-success: #28a745;
  --color-info: #0e75be;
  --color-warning: #ffc107;
  --color-danger: #c61429;
  --color-gray: #818181;
  --color-gray-100: #acb5bd;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #f3f3f3;
  --color-light: #fff;
  --color-dark: #29282d;
  --color-black: #000000;
  --color-default: #4d4d4d;
  --color-border: #dddddd;
  --color-border-100: #cccccc;
  --fw-extra-light: 100;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: bold;
  --typo-xxs: 12px;
  --typo-xs: 14px;
  --typo-sm: 16px;
  --typo-md: 22px;
  --typo-lg: 24px;
  --typo-xl: 30px;
  --typo-default: 20px;
  --font-family-1: "Noto Serif Display", serif;
  --font-family-2: "Brush Script MT", cursive;
  --box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
  --box-shadow-100: 0px 3px 45px rgba(209, 209, 209, 0.22);
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary-100) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-warning {
  color: var(--color-warning) !important;
}

.text-danger {
  color: var(--color-danger) !important;
}

.text-gray {
  color: var(--color-gray) !important;
}

.text-gray-100 {
  color: var(--color-gray-100) !important;
}

.text-light {
  color: var(--color-light) !important;
}

.text-dark {
  color: var(--color-dark) !important;
}

.text-default {
  color: var(--color-default) !important;
}

.text-border {
  color: var(--color-border) !important;
}

.fw-light {
  font-weight: var(--fw-light) !important;
}

.fw-normal {
  font-weight: var(--fw-normal) !important;
}

.fw-medium {
  font-weight: var(--fw-medium) !important;
}

.fw-bold {
  font-weight: var(--fw-bold) !important;
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold) !important;
}

.typo-xs {
  font-size: var(--typo-xs);
}

.typo-sm {
  font-size: var(--typo-sm);
}

.typo-md {
  font-size: var(--typo-md);
}

.typo-lg {
  font-size: var(--typo-lg);
}

.typo-xl {
  font-size: var(--typo-xxl);
}

.typo-default {
  font-size: var(--typo-default);
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-primary-light {
  background-color: var(--color-primary-light) !important;
}

.bg-light {
  background-color: var(--color-light) !important;
}

.bg-gray-light {
  background-color: var(--color-gray-200) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-secondary-100 {
  background-color: var(--color-secondary-100) !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  background-color: #fff;
  line-height: 1;
  word-break: break-word;
  color: var(--color-default);
  font-size: var(--typo-default);
  font-weight: var(--fw-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 1210px;
}

@media (min-width: 992px) {
  .container.-lg {
    max-width: 1600px;
    width: 100%;
  }
  .container.-xl {
    max-width: 1810px;
    width: 100%;
  }
}
.gutters-5 {
  margin: 0 -2.5px;
}
.gutters-5 &gt; div {
  padding: 0 2.5px;
}

.gutters-10 {
  margin: 0 -5px;
}
.gutters-10 &gt; div {
  padding: 0 5px;
}

.gutters-15 {
  margin: 0 -7.5px;
}
.gutters-15 &gt; div {
  padding: 0 7.5px;
}

.gutters-20 {
  margin: 0 -10px;
}
.gutters-20 &gt; div {
  padding: 0 10px;
}

.gutters-30 {
  margin: 0 -15px;
}
.gutters-30 &gt; div {
  padding: 0 15px;
}

.gutters-35 {
  margin: 0 -17.5px;
}
.gutters-35 &gt; div {
  padding: 0 17.5px;
}

.gutters-40 {
  margin: 0 -20px;
}
.gutters-40 &gt; div {
  padding: 0 20px;
}

.gutters-50 {
  margin: 0 -25px;
}
.gutters-50 &gt; div {
  padding: 0 25px;
}

.gutters-60 {
  margin: 0 -30px;
}
.gutters-60 &gt; div {
  padding: 0 30px;
}

@media (min-width: 576px) {
  .gutters-sm-35 {
    margin: 0 -17.5px;
  }
  .gutters-sm-35 &gt; div {
    padding: 0 17.5px;
  }
}
@media (min-width: 992px) {
  .gutters-lg-30 {
    margin: 0 -15px;
  }
  .gutters-lg-30 &gt; div {
    padding: 0 15px;
  }
  .gutters-lg-40 {
    margin: 0 -20px;
  }
  .gutters-lg-40 &gt; div {
    padding: 0 20px;
  }
  .gutters-lg-50 {
    margin: 0 -25px;
  }
  .gutters-lg-50 &gt; div {
    padding: 0 25px;
  }
  .gutters-lg-60 {
    margin: 0 -30px;
  }
  .gutters-lg-60 &gt; div {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .gutters-md-30 {
    margin: 0 -15px;
  }
  .gutters-md-30 &gt; div {
    padding: 0 15px;
  }
  .gutters-md-40 {
    margin: 0 -20px;
  }
  .gutters-md-40 &gt; div {
    padding: 0 20px;
  }
  .gutters-md-50 {
    margin: 0 -25px;
  }
  .gutters-md-50 &gt; div {
    padding: 0 25px;
  }
  .gutters-md-60 {
    margin: 0 -30px;
  }
  .gutters-md-60 &gt; div {
    padding: 0 30px;
  }
}
img {
  max-width: 100%;
}

.icon {
  position: relative;
}
.icon &gt; img {
  display: block;
}

.btn,
.link {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.link:focus,
.link:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.item-list {
  margin: 0;
  padding: 0;
}
.item-list &gt; li {
  list-style: none;
  float: left;
}
.item-list.fluid &gt; li {
  width: 100%;
}
.item-list:before, .item-list:after {
  content: " ";
  display: table;
}
.item-list:after {
  clear: both;
}
.item-list.bullet-list &gt; li {
  position: relative;
  padding-left: 1rem;
}
.item-list.bullet-list &gt; li::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.12em);
  left: 0;
  width: 0.24em;
  height: 0.24em;
  border-radius: 50%;
  background-color: var(--color-default);
}

.nav-list {
  margin: 0;
  padding: 0;
}
.nav-list &gt; li {
  list-style: none;
  float: left;
}
.nav-list.fluid &gt; li {
  width: 100%;
}

.nav-list:before,
.nav-list:after {
  content: " ";
  display: table;
}

.nav-list:after {
  clear: both;
}

.icon img {
  display: block;
}

.cover {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.cover .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vdo-cover {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.vdo-cover .vdo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  text-align: center;
}
.vdo-cover .vdo-wrapper video {
  width: 100%;
  height: 100%;
}

.h-title {
  margin: 0;
}

.title {
  margin: 0;
}

.subtitle {
  margin: 0;
}

.desc {
  margin: 0;
}

.text-limit {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 1.4em;
  -webkit-line-clamp: 1;
}
.text-limit.-x2 {
  max-height: 2.8em;
  -webkit-line-clamp: 2;
}
.text-limit.-x3 {
  max-height: 4.2em;
  -webkit-line-clamp: 3;
}

.transition-speed {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.transition-delay {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

figure.cover {
  position: relative;
  overflow: hidden;
  margin: 0;
}
figure.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
figure.contain {
  position: relative;
  overflow: hidden;
  margin: 0;
}
figure.contain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.2%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.iframe-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.app-width {
  max-width: var(--max-app-width) !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

.grid-divider {
  position: relative;
}

.grid-divider &gt; [class*=col]:nth-child(n+2):after {
  content: "";
  background-color: #eaecee;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: auto;
  left: -1px;
}

.divider {
  border-top: 1px solid #eaecee;
  margin: 1em 0;
}
.divider.-x2 {
  border-top-color: #f8f9fa;
  border-width: 4px;
}

.icon &gt; span[class*=material-symbols] {
  position: relative;
  top: 2px;
  font-weight: 200;
}

.scroll-wrapper {
  padding-right: 1rem;
  margin-right: -1rem;
  padding-bottom: 3rem;
  overflow: scroll;
}

@media (min-width: 376px) {
  .flex-xs-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.cover-bg.-contain {
  background-size: contain;
}

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

.cover-bg &gt; img {
  width: 100%;
}

@font-face {
  font-family: "feather";
  src: url("../font/feather.eot"); /* IE9*/
  src: url("../font/feather.eot") format("embedded-opentype"), url("../font/feather.woff") format("woff"), url("../font/feather.ttf") format("truetype"), url("../font/feather.svg") format("svg"); /* iOS 4.1- */
}
.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before {
  content: "\e81b";
}

.icon-alert-circle:before {
  content: "\e81c";
}

.icon-activity:before {
  content: "\e81d";
}

.icon-alert-triangle:before {
  content: "\e81e";
}

.icon-align-center:before {
  content: "\e81f";
}

.icon-airplay:before {
  content: "\e820";
}

.icon-align-justify:before {
  content: "\e821";
}

.icon-align-left:before {
  content: "\e822";
}

.icon-align-right:before {
  content: "\e823";
}

.icon-arrow-down-left:before {
  content: "\e824";
}

.icon-arrow-down-right:before {
  content: "\e825";
}

.icon-anchor:before {
  content: "\e826";
}

.icon-aperture:before {
  content: "\e827";
}

.icon-arrow-left:before {
  content: "\e828";
}

.icon-arrow-right:before {
  content: "\e829";
}

.icon-arrow-down:before {
  content: "\e82a";
}

.icon-arrow-up-left:before {
  content: "\e82b";
}

.icon-arrow-up-right:before {
  content: "\e82c";
}

.icon-arrow-up:before {
  content: "\e82d";
}

.icon-award:before {
  content: "\e82e";
}

.icon-bar-chart:before {
  content: "\e82f";
}

.icon-at-sign:before {
  content: "\e830";
}

.icon-bar-chart-2:before {
  content: "\e831";
}

.icon-battery-charging:before {
  content: "\e832";
}

.icon-bell-off:before {
  content: "\e833";
}

.icon-battery:before {
  content: "\e834";
}

.icon-bluetooth:before {
  content: "\e835";
}

.icon-bell:before {
  content: "\e836";
}

.icon-book:before {
  content: "\e837";
}

.icon-briefcase:before {
  content: "\e838";
}

.icon-camera-off:before {
  content: "\e839";
}

.icon-calendar:before {
  content: "\e83a";
}

.icon-bookmark:before {
  content: "\e83b";
}

.icon-box:before {
  content: "\e83c";
}

.icon-camera:before {
  content: "\e83d";
}

.icon-check-circle:before {
  content: "\e83e";
}

.icon-check:before {
  content: "\e83f";
}

.icon-check-square:before {
  content: "\e840";
}

.icon-cast:before {
  content: "\e841";
}

.icon-chevron-down:before {
  content: "\e842";
}

.icon-chevron-left:before {
  content: "\e843";
}

.icon-chevron-right:before {
  content: "\e844";
}

.icon-chevron-up:before {
  content: "\e845";
}

.icon-chevrons-down:before {
  content: "\e846";
}

.icon-chevrons-right:before {
  content: "\e847";
}

.icon-chevrons-up:before {
  content: "\e848";
}

.icon-chevrons-left:before {
  content: "\e849";
}

.icon-circle:before {
  content: "\e84a";
}

.icon-clipboard:before {
  content: "\e84b";
}

.icon-chrome:before {
  content: "\e84c";
}

.icon-clock:before {
  content: "\e84d";
}

.icon-cloud-lightning:before {
  content: "\e84e";
}

.icon-cloud-drizzle:before {
  content: "\e84f";
}

.icon-cloud-rain:before {
  content: "\e850";
}

.icon-cloud-off:before {
  content: "\e851";
}

.icon-codepen:before {
  content: "\e852";
}

.icon-cloud-snow:before {
  content: "\e853";
}

.icon-compass:before {
  content: "\e854";
}

.icon-copy:before {
  content: "\e855";
}

.icon-corner-down-right:before {
  content: "\e856";
}

.icon-corner-down-left:before {
  content: "\e857";
}

.icon-corner-left-down:before {
  content: "\e858";
}

.icon-corner-left-up:before {
  content: "\e859";
}

.icon-corner-up-left:before {
  content: "\e85a";
}

.icon-corner-up-right:before {
  content: "\e85b";
}

.icon-corner-right-down:before {
  content: "\e85c";
}

.icon-corner-right-up:before {
  content: "\e85d";
}

.icon-cpu:before {
  content: "\e85e";
}

.icon-credit-card:before {
  content: "\e85f";
}

.icon-crosshair:before {
  content: "\e860";
}

.icon-disc:before {
  content: "\e861";
}

.icon-delete:before {
  content: "\e862";
}

.icon-download-cloud:before {
  content: "\e863";
}

.icon-download:before {
  content: "\e864";
}

.icon-droplet:before {
  content: "\e865";
}

.icon-edit-2:before {
  content: "\e866";
}

.icon-edit:before {
  content: "\e867";
}

.icon-edit-1:before {
  content: "\e868";
}

.icon-external-link:before {
  content: "\e869";
}

.icon-eye:before {
  content: "\e86a";
}

.icon-feather:before {
  content: "\e86b";
}

.icon-facebook:before {
  content: "\e86c";
}

.icon-file-minus:before {
  content: "\e86d";
}

.icon-eye-off:before {
  content: "\e86e";
}

.icon-fast-forward:before {
  content: "\e86f";
}

.icon-file-text:before {
  content: "\e870";
}

.icon-film:before {
  content: "\e871";
}

.icon-file:before {
  content: "\e872";
}

.icon-file-plus:before {
  content: "\e873";
}

.icon-folder:before {
  content: "\e874";
}

.icon-filter:before {
  content: "\e875";
}

.icon-flag:before {
  content: "\e876";
}

.icon-globe:before {
  content: "\e877";
}

.icon-grid:before {
  content: "\e878";
}

.icon-heart:before {
  content: "\e879";
}

.icon-home:before {
  content: "\e87a";
}

.icon-github:before {
  content: "\e87b";
}

.icon-image:before {
  content: "\e87c";
}

.icon-inbox:before {
  content: "\e87d";
}

.icon-layers:before {
  content: "\e87e";
}

.icon-info:before {
  content: "\e87f";
}

.icon-instagram:before {
  content: "\e880";
}

.icon-layout:before {
  content: "\e881";
}

.icon-link-2:before {
  content: "\e882";
}

.icon-life-buoy:before {
  content: "\e883";
}

.icon-link:before {
  content: "\e884";
}

.icon-log-in:before {
  content: "\e885";
}

.icon-list:before {
  content: "\e886";
}

.icon-lock:before {
  content: "\e887";
}

.icon-log-out:before {
  content: "\e888";
}

.icon-loader:before {
  content: "\e889";
}

.icon-mail:before {
  content: "\e88a";
}

.icon-maximize-2:before {
  content: "\e88b";
}

.icon-map:before {
  content: "\e88c";
}

.icon-map-pin:before {
  content: "\e88e";
}

.icon-menu:before {
  content: "\e88f";
}

.icon-message-circle:before {
  content: "\e890";
}

.icon-message-square:before {
  content: "\e891";
}

.icon-minimize-2:before {
  content: "\e892";
}

.icon-mic-off:before {
  content: "\e893";
}

.icon-minus-circle:before {
  content: "\e894";
}

.icon-mic:before {
  content: "\e895";
}

.icon-minus-square:before {
  content: "\e896";
}

.icon-minus:before {
  content: "\e897";
}

.icon-moon:before {
  content: "\e898";
}

.icon-monitor:before {
  content: "\e899";
}

.icon-more-vertical:before {
  content: "\e89a";
}

.icon-more-horizontal:before {
  content: "\e89b";
}

.icon-move:before {
  content: "\e89c";
}

.icon-music:before {
  content: "\e89d";
}

.icon-navigation-2:before {
  content: "\e89e";
}

.icon-navigation:before {
  content: "\e89f";
}

.icon-octagon:before {
  content: "\e8a0";
}

.icon-package:before {
  content: "\e8a1";
}

.icon-pause-circle:before {
  content: "\e8a2";
}

.icon-pause:before {
  content: "\e8a3";
}

.icon-percent:before {
  content: "\e8a4";
}

.icon-phone-call:before {
  content: "\e8a5";
}

.icon-phone-forwarded:before {
  content: "\e8a6";
}

.icon-phone-missed:before {
  content: "\e8a7";
}

.icon-phone-off:before {
  content: "\e8a8";
}

.icon-phone-incoming:before {
  content: "\e8a9";
}

.icon-phone:before {
  content: "\e8aa";
}

.icon-phone-outgoing:before {
  content: "\e8ab";
}

.icon-pie-chart:before {
  content: "\e8ac";
}

.icon-play-circle:before {
  content: "\e8ad";
}

.icon-play:before {
  content: "\e8ae";
}

.icon-plus-square:before {
  content: "\e8af";
}

.icon-plus-circle:before {
  content: "\e8b0";
}

.icon-plus:before {
  content: "\e8b1";
}

.icon-pocket:before {
  content: "\e8b2";
}

.icon-printer:before {
  content: "\e8b3";
}

.icon-power:before {
  content: "\e8b4";
}

.icon-radio:before {
  content: "\e8b5";
}

.icon-repeat:before {
  content: "\e8b6";
}

.icon-refresh-ccw:before {
  content: "\e8b7";
}

.icon-rewind:before {
  content: "\e8b8";
}

.icon-rotate-ccw:before {
  content: "\e8b9";
}

.icon-refresh-cw:before {
  content: "\e8ba";
}

.icon-rotate-cw:before {
  content: "\e8bb";
}

.icon-save:before {
  content: "\e8bc";
}

.icon-search:before {
  content: "\e8bd";
}

.icon-server:before {
  content: "\e8be";
}

.icon-scissors:before {
  content: "\e8bf";
}

.icon-share-2:before {
  content: "\e8c0";
}

.icon-share:before {
  content: "\e8c1";
}

.icon-shield:before {
  content: "\e8c2";
}

.icon-settings:before {
  content: "\e8c3";
}

.icon-skip-back:before {
  content: "\e8c4";
}

.icon-shuffle:before {
  content: "\e8c5";
}

.icon-sidebar:before {
  content: "\e8c6";
}

.icon-skip-forward:before {
  content: "\e8c7";
}

.icon-slack:before {
  content: "\e8c8";
}

.icon-slash:before {
  content: "\e8c9";
}

.icon-smartphone:before {
  content: "\e8ca";
}

.icon-square:before {
  content: "\e8cb";
}

.icon-speaker:before {
  content: "\e8cc";
}

.icon-star:before {
  content: "\e8cd";
}

.icon-stop-circle:before {
  content: "\e8ce";
}

.icon-sun:before {
  content: "\e8cf";
}

.icon-sunrise:before {
  content: "\e8d0";
}

.icon-tablet:before {
  content: "\e8d1";
}

.icon-tag:before {
  content: "\e8d2";
}

.icon-sunset:before {
  content: "\e8d3";
}

.icon-target:before {
  content: "\e8d4";
}

.icon-thermometer:before {
  content: "\e8d5";
}

.icon-thumbs-up:before {
  content: "\e8d6";
}

.icon-thumbs-down:before {
  content: "\e8d7";
}

.icon-toggle-left:before {
  content: "\e8d8";
}

.icon-toggle-right:before {
  content: "\e8d9";
}

.icon-trash-2:before {
  content: "\e8da";
}

.icon-trash:before {
  content: "\e8db";
}

.icon-trending-up:before {
  content: "\e8dc";
}

.icon-trending-down:before {
  content: "\e8dd";
}

.icon-triangle:before {
  content: "\e8de";
}

.icon-type:before {
  content: "\e8df";
}

.icon-twitter:before {
  content: "\e8e0";
}

.icon-upload:before {
  content: "\e8e1";
}

.icon-umbrella:before {
  content: "\e8e2";
}

.icon-upload-cloud:before {
  content: "\e8e3";
}

.icon-unlock:before {
  content: "\e8e4";
}

.icon-user-check:before {
  content: "\e8e5";
}

.icon-user-minus:before {
  content: "\e8e6";
}

.icon-user-plus:before {
  content: "\e8e7";
}

.icon-user-x:before {
  content: "\e8e8";
}

.icon-user:before {
  content: "\e8e9";
}

.icon-users:before {
  content: "\e8ea";
}

.icon-video-off:before {
  content: "\e8eb";
}

.icon-video:before {
  content: "\e8ec";
}

.icon-voicemail:before {
  content: "\e8ed";
}

.icon-volume-x:before {
  content: "\e8ee";
}

.icon-volume-2:before {
  content: "\e8ef";
}

.icon-volume-1:before {
  content: "\e8f0";
}

.icon-volume:before {
  content: "\e8f1";
}

.icon-watch:before {
  content: "\e8f2";
}

.icon-wifi:before {
  content: "\e8f3";
}

.icon-x-square:before {
  content: "\e8f4";
}

.icon-wind:before {
  content: "\e8f5";
}

.icon-x:before {
  content: "\e8f6";
}

.icon-x-circle:before {
  content: "\e8f7";
}

.icon-zap:before {
  content: "\e8f8";
}

.icon-zoom-in:before {
  content: "\e8f9";
}

.icon-zoom-out:before {
  content: "\e8fa";
}

.icon-command:before {
  content: "\e8fb";
}

.icon-cloud:before {
  content: "\e8fc";
}

.icon-hash:before {
  content: "\e8fd";
}

.icon-headphones:before {
  content: "\e8fe";
}

.icon-underline:before {
  content: "\e8ff";
}

.icon-italic:before {
  content: "\e900";
}

.icon-bold:before {
  content: "\e901";
}

.icon-crop:before {
  content: "\e902";
}

.icon-help-circle:before {
  content: "\e903";
}

.icon-paperclip:before {
  content: "\e904";
}

.icon-shopping-cart:before {
  content: "\e905";
}

.icon-tv:before {
  content: "\e906";
}

.icon-wifi-off:before {
  content: "\e907";
}

.icon-minimize:before {
  content: "\e88d";
}

.icon-maximize:before {
  content: "\e908";
}

.icon-gitlab:before {
  content: "\e909";
}

.icon-sliders:before {
  content: "\e90a";
}

.icon-star-on:before {
  content: "\e90b";
}

.icon-heart-on:before {
  content: "\e90c";
}

.detail-attach-topic {
  text-align: center;
  font-size: var(--typo-xl);
  font-weight: var(--fw-semi-bold);
  color: var(--color-black);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-300);
}

.detail-attach {
  margin-bottom: 5rem;
}
.detail-attach .attach-list {
  margin: 0 -1.25rem;
}
.detail-attach .attach-list .slick-dotted {
  margin-bottom: 100px;
}
.detail-attach .attach-list .item {
  padding: 0 1.25rem;
}
.detail-attach .attach-list .icon {
  padding-right: 0.5rem;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-attach .attach-list .slick-dots {
  margin-top: 1.8rem;
}
.detail-attach .attach-list .wrapper {
  display: block;
  width: 100%;
  background-color: var(--color-light);
  border: 1px solid var(--color-border);
  padding: 1.5rem 1.25rem;
  overflow: hidden;
}
.detail-attach .attach-list .wrapper:hover {
  background-color: var(--color-secondary-100);
}
.detail-attach .attach-list .wrapper:hover .title {
  color: var(--color-light);
}
.detail-attach .attach-list .wrapper:hover .icon img,
.detail-attach .attach-list .wrapper:hover .cover-bg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail-attach .attach-list .wrapper:hover .info {
  color: var(--color-light);
}
.detail-attach .attach-list .wrapper:hover .info li + li:before {
  background-color: var(--color-light);
}
.detail-attach .attach-list .thumb {
  position: relative;
  width: 57px;
}
.detail-attach .attach-list .cover-bg {
  width: 100%;
  height: 57px;
}
.detail-attach .attach-list .inner {
  position: relative;
}
.detail-attach .attach-list .title {
  color: #1477BA;
  font-size: 20px;
  margin-bottom: 1rem;
  overflow: hidden;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.detail-attach .attach-list .info {
  font-size: var(--typo-xs);
  color: #1477BA;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.detail-attach .attach-list .info li {
  float: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.detail-attach .attach-list .info li + li:before {
  content: "";
  float: left;
  width: 1px;
  height: 15px;
  background-color: #1477BA;
  margin: 0 10px;
  position: relative;
}
.detail-attach .W-head {
  font-weight: 500;
  font-size: 30px;
  color: #2d308f;
  margin-bottom: 20px;
}
.detail-attach .W-head .line {
  margin-top: 5px;
  width: 30px;
  height: 2px;
  background-color: #bf1e2d;
}

@media (max-width: 1440px) {
  .detail-attach {
    margin-bottom: 4rem;
  }
  .detail-attach .attach-list .title {
    font-size: var(--typo-md);
  }
}
@media (max-width: 1199px) {
  .detail-attach .attach-list {
    margin: 0 -0.5rem;
  }
  .detail-attach .attach-list .item {
    padding: 0 0.5rem;
  }
  .detail-attach .attach-list .slick-dotted {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .detail-attach {
    margin-bottom: 2rem;
  }
  .detail-attach-topic {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .detail-attach .attach-list .slick-dots {
    margin-top: 1rem;
  }
  .detail-attach .attach-list .info li {
    width: 100%;
  }
  .detail-attach .attach-list .info li + li {
    margin-top: 0.5rem;
  }
  .detail-attach .attach-list .info li + li::before {
    display: none;
  }
  .detail-attach .attach-list .slick-dotted {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .detail-attach {
    margin-bottom: 1rem;
  }
  .detail-attach-topic {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .detail-attach .attach-list .title {
    margin-bottom: 0.75rem;
  }
  .detail-attach .attach-list .wrapper {
    padding: 1rem;
  }
  .detail-attach .attach-list .thumb {
    width: 40px;
  }
}
.breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumb &gt; li {
  position: relative;
  float: left;
}

.breadcrumb &gt; li,
.breadcrumb &gt; li a {
  color: var(--color-light);
  font-size: var(--typo-md);
  line-height: 1.6em;
}

.breadcrumb &gt; li.active {
  font-weight: var(--fw-bold);
}

.breadcrumb &gt; li + li {
  padding-left: 1.25rem;
}

.breadcrumb &gt; li:not(:last-child) {
  padding-right: 1rem;
}

.breadcrumb &gt; li + li::before {
  content: "/";
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .breadcrumb &gt; li:not(:last-child) {
    padding-right: 0.5rem;
  }
  .breadcrumb &gt; li + li {
    padding-left: 0.75rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb &gt; li:not(:last-child) {
    padding-right: 0.25rem;
  }
  .breadcrumb &gt; li + li {
    padding-left: 0.5rem;
  }
  .breadcrumb &gt; li,
  .breadcrumb &gt; li a {
    font-size: var(--typo-sm);
  }
}
.btn {
  position: relative;
  background: none;
  height: 40px;
  line-height: 40px;
  font-size: var(--typo-sm);
  font-weight: 500;
  padding: 0 30px;
  border: 1px solid transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn.btn-lg {
  font-size: var(--typo-md);
  height: 50px;
  line-height: 50px;
}
.btn.btn-xl {
  height: 60px;
  line-height: 60px;
}
.btn.fluid {
  min-width: unset;
  width: 100%;
}

.btn:hover,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.btn-link {
  position: relative;
  background: none;
  border: 1px solid transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-link:hover,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--color-secondary-100);
  border-color: var(--color-secondary-100);
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.actitve:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus:hover,
.btn-primary.focus:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:hover::before,
.btn-primary:active:hover::before,
.btn-primary.active:hover::before,
.btn-primary:active:focus::before,
.btn-primary.actitve:focus::before,
.btn-primary:active.focus::before,
.btn-primary.active.focus::before,
.btn-primary:focus:hover::before,
.btn-primary.focus:hover::before {
  opacity: 0;
}

.btn-primary-red,
.btn-primary-red:focus,
.btn-primary-red.focus,
.btn-primary-red:not(:disabled):not(.disabled).active,
.btn-primary-red:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary-red.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  z-index: 1;
  border-radius: 0.25rem;
}
.btn-primary-red::before,
.btn-primary-red:focus::before,
.btn-primary-red.focus::before,
.btn-primary-red:not(:disabled):not(.disabled).active::before,
.btn-primary-red:not(:disabled):not(.disabled):active::before,
.show &gt; .btn-primary-red.dropdown-toggle::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#b72136), color-stop(44.33%, #d86353), to(#d54453));
  background: linear-gradient(90deg, #b72136 0%, #d86353 44.33%, #d54453 100%);
  border-radius: 0.25rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: -1;
}

.btn-primary-red:hover,
.btn-primary-red:active:hover,
.btn-primary-red.active:hover,
.btn-primary-red:active:focus,
.btn-primary-red.actitve:focus,
.btn-primary-red:active.focus,
.btn-primary-red.active.focus,
.btn-primary-red:focus:hover,
.btn-primary-red.focus:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: transparent;
}
.btn-primary-red:hover::before,
.btn-primary-red:active:hover::before,
.btn-primary-red.active:hover::before,
.btn-primary-red:active:focus::before,
.btn-primary-red.actitve:focus::before,
.btn-primary-red:active.focus::before,
.btn-primary-red.active.focus::before,
.btn-primary-red:focus:hover::before,
.btn-primary-red.focus:hover::before {
  opacity: 0;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
  border-color: #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.btn-secondary:focus:hover,
.btn-secondary.focus:hover {
  border-color: #bf1e2d;
  background-color: #fff;
  color: #bf1e2d;
}

.btn-secondary.disabled,
.btn-secondary.disabled:hover {
  border-color: #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
  opacity: 0.2;
}

.btn-other,
.btn-other:focus,
.btn-other.focus {
  border-color: #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
}

.btn-other:hover,
.btn-other:active:hover,
.btn-other.active:hover,
.btn-other:active:focus,
.btn-other.active:focus,
.btn-other:active.focus,
.btn-other.active.focus,
.btn-other:focus:hover,
.btn-other.focus:hover {
  border-color: #970615;
  background-color: #970615;
  color: #ffffff;
}

.btn-other.disabled,
.btn-other.disabled:hover {
  border-color: #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
  opacity: 0.2;
}

.btn-danger,
.btn-danger:focus,
.btn-danger.focus {
  border-color: #bf1e2d;
  background-color: #fff;
  color: #bf1e2d;
}

.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger:focus:hover,
.btn-danger.focus:hover {
  border-color: #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
}

.btn-danger.disabled,
.btn-danger.disabled:hover {
  border: 1px solid #bf1e2d;
  background-color: #fff;
  color: #bf1e2d;
  opacity: 0.2;
}

.btn-info,
.btn-info:focus,
.btn-info.focus {
  border-color: #fff;
  background-color: #fff;
  color: #2e3192;
}

.btn-info:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.btn-info:focus:hover,
.btn-info.focus:hover {
  border-color: #fff;
  background-color: #2e3192;
  color: #fff;
}

.btn-info.disabled,
.btn-info.disabled:hover {
  border-color: #fff;
  background-color: #fff;
  color: #2e3192;
  opacity: 0.2;
}

.btn-detail,
.btn-detail:focus,
.btn-detail.focus {
  border-color: #2e3192;
  background-color: #fff;
  color: #2e3192;
}

.btn-detail:hover,
.btn-detail:active:hover,
.btn-detail.active:hover,
.btn-detail:active:focus,
.btn-detail.active:focus,
.btn-detail:active.focus,
.btn-detail.active.focus,
.btn-detail:focus:hover,
.btn-detail.focus:hover {
  border-color: #2e3192;
  background-color: #2e3192;
  color: #fff;
}

.btn-detail.disabled,
.btn-detail.disabled:hover {
  border-color: #2e3192;
  background-color: #fff;
  color: #2e3192;
  opacity: 0.2;
}

.btn-cancle,
.btn-cancle:focus,
.btn-cancle.focus {
  border-color: #cccccc;
  background-color: #cccccc;
  color: #fff;
}

.btn-cancle:hover,
.btn-cancle:active:hover,
.btn-cancle.active:hover,
.btn-cancle:active:focus,
.btn-cancle.active:focus,
.btn-cancle:active.focus,
.btn-cancle.active.focus,
.btn-cancle:focus:hover,
.btn-cancle.focus:hover {
  border-color: #787878;
  background-color: #787878;
  color: #fff;
}

.btn-cancle.disabled,
.btn-cancle.disabled:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  opacity: 0.2;
}

.btn-success,
.btn-success:focus,
.btn-success.focus {
  border-color: #28a745;
  background-color: #28a745;
  color: #fff;
}

.btn-success:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.btn-success:focus:hover,
.btn-success.focus:hover {
  border-color: #10842b;
  background-color: #10842b;
  color: #fff;
}

.btn-success.disabled,
.btn-success.disabled:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  opacity: 0.2;
}

.btn-facebook,
.btn-facebook:focus,
.btn-facebook.focus {
  border-color: #3c599b;
  background-color: #3c599b;
  color: #fff;
  position: relative;
}

.btn-facebook:hover,
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.btn-facebook:focus:hover,
.btn-facebook.focus:hover {
  border-color: #3c599b;
  background-color: #fff;
  color: #3c599b;
}

.btn-facebook .fa {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 50%;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light,
.btn-light:focus,
.btn-light.focus {
  background-color: var(--color-light);
  color: var(--color-dark);
  font-weight: var(--fw-bold);
}

.btn-light:hover,
.btn-light:active:hover,
.btn-light.active:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.btn-light:focus:hover,
.btn-light.focus:hover {
  background-color: var(--color-secondary-100);
  color: var(--color-light);
}

.btn-light.disabled,
.btn-light.disabled:hover {
  background-color: var(--color-light);
  color: var(--color-dark);
  opacity: 0.2;
}

.btn-border-light,
.btn-border-light:focus,
.btn-border-light.focus {
  background-color: var(--color-light);
  color: var(--color-dark);
  border-color: #bababa;
}

.btn-border-light:hover,
.btn-border-light:active:hover,
.btn-border-light.active:hover,
.btn-border-light:active:focus,
.btn-border-light.active:focus,
.btn-border-light:active.focus,
.btn-border-light.active.focus,
.btn-border-light:focus:hover,
.btn-border-light.focus:hover {
  background-color: var(--color-secondary-100);
  color: var(--color-light);
}

.btn-border-light.disabled,
.btn-border-light.disabled:hover {
  background-color: var(--color-light);
  color: var(--color-dark);
  border-color: #bababa;
  opacity: 0.2;
}

.btn-gray,
.btn-gray:focus,
.btn-gray.focus {
  background-color: var(--color-gray-300);
  color: var(--color-default);
  border-color: var(--color-gray-300);
}

.btn-gray:hover,
.btn-gray:active:hover,
.btn-gray.active:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.btn-gray:focus:hover,
.btn-gray.focus:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
  border-color: var(--color-primary);
}

.btn-gray.disabled,
.btn-gray.disabled:hover {
  background-color: var(--color-gray-300);
  color: var(--color-default);
  border-color: var(--color-gray-300);
  opacity: 0.4;
}

@media (max-width: 767px) {
  .btn.btn-lg {
    height: 46px;
    line-height: 46px;
  }
}
/* edit 16 03 2021 pdpa */
.cookie.cookieconsent {
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

.cookie.cookieconsent .b-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie.cookieconsent .b-cookie .action .link {
  font-size: 18px;
  color: #fff;
  border: 1px solid #bf1e2d;
  background-color: #bf1e2d;
  padding: 10px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 27px;
}

.cookie.cookieconsent .b-cookie .action .link:hover {
  color: #d60011;
  background-color: #fff;
}

.cookie.cookieconsent .b-cookie-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie.cookieconsent .b-cookie-text .icon {
  margin-right: 13px;
}

.cookie.cookieconsent .content {
  font-size: 16px;
  line-height: 1.4em;
}

.cookie.cookieconsent .content .desc .link {
  color: #fff;
  text-decoration: underline;
}

.cookie.cookieconsent .content .desc .link:hover {
  color: #bf1e2d;
}

@media (max-width: 1600px) {
  .cookie.cookieconsent .b-cookie.b-cookie-en .action .link {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .cookie.cookieconsent .icon img {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .cookie.cookieconsent .b-cookie .b-cookie-text {
    width: calc(100% - 160px);
  }
  .cookie.cookieconsent .content .desc {
    font-size: 14px;
  }
  .cookie.cookieconsent .b-cookie.b-cookie-en .action .link {
    padding: 7px 20px;
  }
  .cookie.cookieconsent .b-cookie .action .link {
    padding: 7px 40px;
    font-size: 16px;
  }
  .cookie.cookieconsent .content .desc br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cookie.cookieconsent {
    padding: 25px 10px;
  }
  .cookie.cookieconsent .b-cookie {
    display: block;
  }
  .cookie.cookieconsent .content {
    font-size: 14px;
  }
  .cookie.cookieconsent .content .desc {
    font-size: 12px;
  }
  .cookie.cookieconsent .content .desc br {
    display: none;
  }
  .cookie.cookieconsent .b-cookie .action {
    margin-top: 20px;
  }
  .cookie.cookieconsent .b-cookie-text .icon {
    display: none;
  }
  .cookie.cookieconsent .b-cookie .b-cookie-text {
    width: 100%;
  }
  .cookie.cookieconsent .b-cookie.b-cookie-en .action .link {
    display: unset;
    width: auto;
  }
}
.editor-content ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 0;
}

.editor-content ol {
  list-style: decimal;
  padding-left: 17px;
  margin-bottom: 0;
}

.editor-content p {
  color: #333;
  font-size: var(--typo-default);
  line-height: 1.4em;
  margin-bottom: 1.2em;
}

.editor-content small {
  font-size: var(--typo-sm);
}

.editor-content {
  color: #333;
  font-size: var(--typo-default);
  line-height: 1.4em;
}

.editor-content *:first-child {
  margin-top: 0;
}

.editor-content *:last-child {
  margin-bottom: 0;
}

.editor-content strong {
  font-weight: 500;
}

.editor-content .vdo.large {
  max-width: 860px;
  width: 100%;
}

.editor-content .vdo {
  max-width: 520px;
  margin: 3em auto;
}

.editor-content .vdo .wrapper {
  padding-top: 56%;
  position: relative;
}

.editor-content .vdo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor-content .list-border ul {
  padding-left: 0;
}

.editor-content .list-border li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
  list-style: none;
}

.editor-content .page-title {
  color: var(--color-dark);
  font-size: 45px;
  font-weight: var(--fw-bold);
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.3em;
}

.editor-content {
  margin-top: 5rem;
  margin-bottom: 3rem;
  /* start add profile by ohm2  */
}
.editor-content .page-title {
  margin-bottom: 2rem;
}
.editor-content .topic {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.editor-content .history .whead {
  margin: 3.5rem 0;
}
.editor-content .history .history-date {
  position: relative;
  background-image: url("../image/upload/history-date-bg.png");
}
.editor-content .history .history-date .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 406px;
}
.editor-content .history .history-date .wrapper .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  color: var(--color-light);
  margin-bottom: 1.5rem;
}
.editor-content .history .history-date .wrapper .desc {
  line-height: 1.4em;
}
.editor-content .history .history-date .wrapper .desc p {
  color: var(--color-light);
  margin-bottom: 5px;
}
.editor-content .history .history-cate {
  margin-top: 6rem;
  padding: 0 7rem;
  display: inline-block;
}
.editor-content .history .history-cate ul {
  display: block;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  float: left;
  width: 100%;
}
.editor-content .history .history-cate ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  float: left;
}
.editor-content .history .history-cate ul li .thumb {
  background-image: url("../image/icon/history-cate-icon.svg");
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
}
.editor-content .history .history-cate ul li .title {
  font-size: var(--typo-sm);
  color: #5a5a5a;
  line-height: 0.8;
  margin-top: 0;
  margin-left: 1rem;
}
.editor-content .history .history-cate ul li .title .cate-topic {
  font-size: var(--typo-md);
  font-weight: var(--fw-bold);
  color: #1477ba;
  text-align: left;
  margin-bottom: 0.75rem;
}
.editor-content .history .history-cate ul li .title p {
  font-size: 16px;
  text-align: left;
  line-height: 1.4em;
}
.editor-content .history .history-cate ul li:nth-child(even) {
  padding-left: 9rem;
}
.editor-content .history .history-note {
  border-bottom: 1px solid #d3daf6;
  padding-bottom: 1rem;
}
.editor-content .history .history-note p {
  line-height: 1.5;
  font-size: var(--typo-md);
  text-align: center;
}
.editor-content .history .history-body .whead .topic {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--color-dark);
  text-align: center;
  line-height: 1.4em;
}
.editor-content .history .history-body .history-objective {
  padding: 0 7rem;
  margin-bottom: 4rem;
}
.editor-content .history .history-body .history-objective ul li .wrapper {
  padding: 1.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-light);
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.editor-content .history .history-body .history-objective ul li .wrapper .title {
  font-size: 50px;
  color: #1477BA;
  padding-right: 1.5rem;
}
.editor-content .history .history-body .history-objective ul li .wrapper .inner {
  font-size: 16px;
  color: var(--color-dark);
  line-height: 1.4em;
}
.editor-content .history .history-body .history-objective .thumb .cover {
  padding-bottom: 106%;
}
.editor-content .history .history-body .history-section {
  background-color: #F2F2F2;
  padding: 6rem 0;
}
.editor-content .history .history-body .history-section .whead .-border {
  border-bottom: 1px solid #D3DAF6;
  width: 50%;
  margin: auto;
}
.editor-content .history .history-body .history-section .number-list ul {
  padding-left: 0;
}
.editor-content .history .history-body .history-section .number-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.editor-content .history .history-body .history-section .number-list ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.editor-content .history .history-body .history-section .number-list ul li .number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3B76B5;
  color: var(--color-light);
  font-size: 20px;
  font-weight: var(--fw-medium);
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.editor-content .history .history-body .history-section .number-list ul li .inner {
  line-height: 1.4em;
}
.editor-content .vision .vision-mis {
  position: relative;
  padding: 10rem 15rem;
  padding-top: 5rem;
  margin-bottom: 5rem;
  z-index: 1;
}
.editor-content .vision .vision-mis .bg-fluid {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  background-size: cover;
}
.editor-content .vision .vision-mis .number-list li {
  position: relative;
  font-size: var(--typo-default);
  font-weight: var(--fw-medium);
  color: var(--color-dark);
  margin-bottom: 3rem;
  padding-left: 5rem;
  min-height: 2.8em;
  max-height: unset;
}
.editor-content .vision .vision-mis .number-list li .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor-content .vision .vision-target {
  margin-bottom: 5rem;
}
.editor-content .vision .vision-target .target-box .target-btn {
  background-color: #3B76B5;
  padding: 1rem;
  border-radius: 5px;
  color: var(--color-light);
}
.editor-content .vision .vision-target .target-box .target-btn .icon {
  padding-right: 0.75rem;
}
.editor-content .vision .vision-target .target-box .target-btn .text {
  font-size: var(--typo-default);
  font-weight: var(--fw-medium);
}
.editor-content .vision .vision-target .target-box .list-wrapper {
  padding: 1rem;
  border: 1px solid #D3DAF6;
  border-radius: 5px;
}
.editor-content .vision .vision-target .target-box .list-wrapper .title {
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  text-align: center;
  min-height: 2.8em;
}
.editor-content .vision .vision-target .target-box .list-wrapper .desc {
  font-size: var(--typo-sm);
  text-align: center;
}
.editor-content .vision .vision-target .target-box .list-wrapper .border {
  border-bottom: 1px solid;
  border-style: dashed !important;
  width: 80%;
  margin: 1rem auto;
}
.editor-content .vision .vision-value .wrapper .thumb {
  position: relative;
  width: 100%;
  height: 272px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor-content .vision .vision-value .wrapper .thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color-light);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) inset 0px 0px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) inset 0px 0px 15px;
}
.editor-content .vision .vision-value .wrapper .thumb strong {
  position: relative;
  font-size: 100px;
  font-weight: var(--fw-bold);
}
.editor-content .vision .vision-value .wrapper .inner {
  margin-top: 3rem;
  text-align: center;
}
.editor-content .vision .vision-value .wrapper .inner .title {
  font-size: var(--typo-md);
  font-weight: var(--fw-bold);
  margin-bottom: 1.5rem;
}
.editor-content .vision .vision-value .wrapper .inner .desc {
  font-size: var(--typo-sm);
}
.editor-content .strategic .strategic-box {
  margin-bottom: 3rem;
  padding: 1rem;
  border: 1px solid #BABABA;
  color: var(--color-dark);
}
.editor-content .strategic .strategic-box .thumb .cover {
  padding-top: 65%;
}
.editor-content .strategic .strategic-box .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
}
.editor-content .strategic .strategic-box .sub-title {
  font-size: var(--typo-md);
  font-weight: var(--fw-semi-bold);
  margin-bottom: 1rem;
}
.editor-content .strategic .strategic-box .desc {
  font-size: var(--typo-sm);
  color: var(--color-default);
}
.editor-content .strategic .strategic-box .desc p {
  font-size: var(--typo-sm);
  margin-bottom: 0.75rem;
}
.editor-content .strategic .strategic-box .desc span {
  font-weight: var(--fw-semi-bold);
}
.editor-content .policy ul {
  margin: 0 -2.5rem;
}
.editor-content .policy ul li {
  float: left;
  width: 50%;
  padding: 1.5rem;
}
.editor-content .policy ul li .policy-box {
  text-align: center;
  padding: 8rem 3.5rem;
  min-height: 570px;
}
.editor-content .policy ul li .policy-box .number {
  font-size: 50px;
  font-weight: var(--fw-bold);
  margin-bottom: 2rem;
}
.editor-content .policy ul li .policy-box .title {
  font-size: var(--typo-md);
  font-weight: var(--fw-semi-bold);
  min-height: 6.8em;
}
.editor-content .profile-block .profile:last-child {
  margin-bottom: 0;
}
.editor-content .profile-block .profile {
  margin-bottom: 3rem;
}
.editor-content .profile-block .profile .h-title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  color: var(--color-dark);
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D6D6D6;
  line-height: 1.2em;
}
.editor-content .profile-block .profile .item-list {
  margin: 0 -1rem;
  padding: 0;
}
.editor-content .profile-block .profile .item-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 24%;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.editor-content .profile-block .profile .item-list li .profile-thumbnail {
  margin-bottom: 1rem;
}
.editor-content .profile-block .profile .item-list li .profile-thumbnail .cover {
  padding-bottom: 129%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.editor-content .profile-block .profile .item-list li .profile-desc {
  font-size: var(--typo-sm);
  line-height: 1.5em;
  height: 130px;
}
.editor-content .profile-block .profile .item-list li .profile-desc .profile-name {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary-100);
  line-height: 1.4em;
  margin-bottom: 0.25rem;
  text-align: center;
}
.editor-content .profile-block .profile .item-list li .profile-desc .profile-position {
  font-size: 18px;
  color: #494949;
  text-align: center;
  line-height: 1.5em;
}

@media (max-width: 1440px) {
  .editor-content .history .history-cate {
    margin-top: 4rem;
  }
  .editor-content .history .history-cate ul li {
    margin-bottom: 3rem;
  }
  .editor-content .history .history-date .wrapper {
    height: 350px;
  }
  .editor-content .page-title {
    margin-bottom: 3rem;
  }
  .editor-content .vision .vision-mis {
    padding: 5rem 15rem;
  }
  .editor-content .vision .vision-value .wrapper .inner .title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .editor-content {
    margin-top: 0;
  }
  .editor-content .page-title {
    margin-bottom: 2rem;
  }
  .editor-content .vision .vision-mis .number-list li:last-child {
    margin-bottom: 0;
  }
  .editor-content .vision .vision-target .target-box .target-btn {
    padding: 0.5rem 1rem;
  }
  .editor-content .vision .vision-mis {
    padding: 2rem 15rem;
  }
  .editor-content .vision .vision-value .wrapper .thumb {
    height: 212px;
  }
  .editor-content .vision .vision-value .wrapper .thumb strong {
    font-size: 80px;
  }
  .editor-content .vision .vision-mis .bg-fluid {
    background-size: cover;
  }
  .editor-content .policy ul {
    margin: 0 -1rem;
    padding: 0;
  }
  .editor-content .policy ul li {
    padding: 1rem;
  }
  .editor-content .policy ul li .policy-box {
    padding: 7rem 3.5rem;
    min-height: 460px;
  }
  .editor-content .policy ul li .policy-box .title {
    min-height: 8.5em;
  }
  .editor-content .profile-block .profile .h-title {
    margin-bottom: 2rem;
  }
  .editor-content .profile-block .profile .item-list li {
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 49%;
  }
}
@media (max-width: 991px) {
  .editor-content .history .history-cate {
    margin-top: 3rem;
  }
  .editor-content .history .history-cate,
  .editor-content .history .history-body .history-objective {
    padding: 0;
  }
  .editor-content .topic {
    font-size: 26px;
  }
  .editor-content .history .history-body .history-section {
    padding: 4rem 0;
  }
  .editor-content .history .history-body .history-section .number-list ul li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .editor-content .history .history-date .wrapper {
    height: 250px;
  }
  .about-body .vision-target:before {
    display: none;
  }
  .editor-content .vision .vision-mis {
    padding: 2rem 10rem;
    margin-bottom: 3rem;
  }
  .editor-content .vision .vision-target {
    margin-bottom: 3rem;
  }
  .about-body .vision-target {
    padding: 0;
  }
  .editor-content .vision .vision-mis .number-list li {
    margin-bottom: 2rem;
  }
  .editor-content .vision .vision-value .wrapper .inner {
    margin-top: 2rem;
  }
  .editor-content .profile-block .profile .item-list {
    margin: 0 -1rem;
  }
  .editor-content .profile-block .profile .item-list li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .editor-content .topic {
    font-size: var(--typo-md);
  }
  .editor-content .history .history-date .wrapper {
    height: 250px;
  }
  .editor-content .history .history-date .wrapper .title {
    margin-bottom: 1rem;
  }
  .editor-content .topic {
    margin-bottom: 2.5rem;
  }
  .editor-content .history .history-cate ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .editor-content .history .history-cate ul li:nth-child(even) {
    padding-left: 0;
  }
  .editor-content .history .history-cate {
    margin-top: 2rem;
  }
  .editor-content .page-title {
    font-size: 28px;
    margin-bottom: 2rem;
  }
  .editor-content .history-note {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .editor-content .history .history-body .history-objective ul li .wrapper {
    padding: 1.25rem;
  }
  .editor-content .history .history-body .history-objective ul li .wrapper .title {
    padding-right: 0;
  }
  .editor-content .history .history-body .history-objective ul li {
    width: 100%;
  }
  .editor-content .history .history-body .history-objective ul li .wrapper .title {
    font-size: 30px;
  }
  .editor-content .history .whead {
    margin: 1.5rem 0;
  }
  .editor-content .history .history-body .history-objective {
    margin-bottom: 2rem;
  }
  .editor-content .history .history-body .history-section {
    padding: 2rem;
  }
  .editor-content .vision .vision-mis {
    padding: 2rem 0;
  }
  .editor-content .vision .vision-mis .number-list li .number {
    width: 50px;
  }
  .editor-content .vision .vision-mis .number-list li {
    padding-left: 4rem;
  }
  .about-body .vision-value {
    padding: 0;
  }
  .editor-content .vision .vision-value .wrapper .thumb {
    height: 282px;
    width: 80%;
    margin: auto;
  }
  .editor-content .vision .vision-value .wrapper .inner {
    margin-top: 1rem;
  }
  .editor-content .vision .vision-target .target-box .list-wrapper .title {
    min-height: unset;
    max-height: 2.8em;
  }
  .editor-content .vision .vision-value .wrapper .inner .title {
    margin-bottom: 0.5rem;
  }
  .about-body .vision-value .wrapper {
    margin-bottom: unset;
  }
  .editor-content .policy ul li {
    width: 100%;
  }
  .editor-content .policy ul li .policy-box {
    padding: 3.5rem;
    min-height: unset;
  }
  .editor-content .policy ul li .policy-box .title {
    min-height: unset;
    max-height: inherit;
  }
  .editor-content .policy ul li {
    padding: 0.5rem 1rem;
  }
  .editor-content .profile-block .profile {
    margin-bottom: 2rem;
  }
  .editor-content .profile-block .profile .h-title {
    padding-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .editor-content .page-title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .editor-content .topic {
    margin-bottom: 2rem;
  }
  .editor-content .history .history-body .history-objective ul li .wrapper {
    margin-bottom: 1rem;
  }
  .editor-content .history .history-body .history-section {
    padding: 2rem 1rem;
  }
  .editor-content .history .history-body .history-section .number-list ul li .number {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .editor-content .history .history-date .wrapper {
    height: 220px;
  }
  .editor-content .history .history-cate {
    margin-top: 1rem;
  }
  .editor-content .history .history-cate ul li .thumb {
    background-size: 100%;
  }
  .editor-content .history .history-cate ul li .title p {
    font-size: 14px;
  }
  .editor-content .history .history-body .history-objective ul li .wrapper .inner {
    font-size: 14px;
  }
  .editor-content .history .history-note {
    margin-bottom: 0;
  }
  .editor-content .vision .vision-mis {
    margin-bottom: 2rem;
  }
  .editor-content .vision .vision-target {
    margin-bottom: 2rem;
  }
  .editor-content .vision .vision-value .wrapper .thumb {
    width: 282px;
  }
  .editor-content .vision .vision-mis .bg-fluid {
    background-position: center;
  }
  .editor-content .policy ul li .policy-box .number {
    font-size: 40px;
    margin-bottom: 1.25rem;
  }
  .editor-content .policy ul li .policy-box {
    padding: 3.5rem 1.5rem;
  }
  .editor-content .profile-block .profile .item-list li {
    width: 100%;
  }
  .editor-content .profile-block .profile .item-list li .profile-desc {
    min-height: inherit;
  }
}
.form-default hr {
  border-color: #ebebeb;
  margin: 5px 0 25px 0;
}

.form-default .form-group {
  margin-bottom: 1.25rem;
}

.form-default .control-label {
  font-size: var(--typo-default);
  line-height: 1.4em;
  margin-bottom: 1rem;
}

.form-default .form-control {
  font-size: var(--typo-sm);
  height: 48px;
  border: 1px solid #bababa;
  background-color: #fff;
  padding: 0 1rem;
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.form-default textarea.form-control {
  padding: 15px 20px;
  height: auto;
  line-height: 1em;
}

.form-default .form-control:focus {
  border-color: var(--color-secondary-100);
  background-color: #f5f5f5;
}

.form-default .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

.form-default .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

.form-default .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

.form-default .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

.form-default .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

.form-default .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
}

.form-default .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b5b5b5;
}

.form-control-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
}

.form-default .form-control:disabled,
.form-default .form-control[readonly] {
  background-color: var(--color-gray-200);
}

.form-default .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #bababa;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.form-default .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.form-default .gender {
  padding: 10px 0;
}

.form-default .input-group .form-control {
  border-radius: 0;
}

.form-default .input-group-addon {
  font-size: var(--typo-sm);
  padding: 0 0 0 15px;
  border: none;
  background-color: transparent;
  color: #666;
}

.form-default .form-btn .input-group-addon {
  font-size: var(--typo-xxs);
  line-height: 1.4em;
  width: auto;
  white-space: normal;
  text-align: left;
}

.form-default .form-radio {
  padding: 0 10px;
}

.form-default .radio-list.mt-10 {
  margin-top: 10px;
}

.form-default .radio-list li {
  margin-bottom: 20px;
}

.form-default .radio-list &gt; .row &gt; div {
  margin-bottom: 1.25rem;
}

.form-default .radio-list .input-group-addon {
  color: #333;
  padding: 0 20px 0 0;
}

.form-default .radio-list.-col4 {
  margin: 0 -10px;
}

.form-default .radio-list.-col4 li {
  min-width: 25%;
  float: left;
  padding: 0 10px;
}

.form-default .form-radio .row &gt; div {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
}

.form-default .form-radio .row &gt; div .input-group .form-control {
  position: relative;
  right: -15px;
  width: 100%;
}

.form-default .checkbox-list {
  padding: 0 10px;
}

.form-default .checkbox-list.mt-10 {
  margin-top: 10px;
}

.form-default .checkbox-list li {
  margin-bottom: 20px;
  padding-left: 0 !important;
}

.form-decimal {
  display: table;
  width: 100%;
}

.form-decimal + .form-decimal {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
  margin-top: 20px;
}

.form-decimal.no-border + .form-decimal.no-border {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.form-decimal &gt; div {
  display: table-cell;
  vertical-align: top;
}

.form-decimal-thumb {
  width: 48px;
}

.form-decimal-thumb .icon {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: var(--color-secondary-100);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
}

.form-decimal-inner.pl-0 {
  padding-left: 0;
}

.form-decimal-inner .checkbox-control {
  margin-top: 14px;
}

.form-decimal-inner .checkbox-control .txt {
  font-size: var(--typo-sm);
  color: var(--color-default);
}

.captcha {
  padding-top: 25px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-top: 1px solid #ebebeb;
}

.captcha.no-border {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.captcha-wrapper {
  display: table;
  width: 100%;
}

.captcha-wrapper &gt; div {
  display: table-cell;
  vertical-align: top;
}

.captcha-wrapper .thumb {
  width: 190px;
}

.captcha-wrapper .cover-bg {
  background-color: #eee;
}

.captcha-action {
  padding-left: 10px;
}
.captcha-action .icon-refresh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.684' height='49.66' viewBox='0 0 49.684 49.66'%3E%3Cg id='testing' transform='translate(-0.001 -0.125)'%3E%3Cpath id='Path_451094' data-name='Path 451094' d='M24.843.125A25.026,25.026,0,0,0,5.717,9.155L3.854,7.322A1.351,1.351,0,0,0,2.37,6.973a1.343,1.343,0,0,0-.96,1.164l-1.4,9.6c-.158,1.182,1.206,1.856,1.659,1.629L11.274,18a1.378,1.378,0,0,0,1.164-.96,1.466,1.466,0,0,0-.349-1.513L9.878,13.316A19.018,19.018,0,0,1,43.854,24.9v.058c0,.37-.012.74-.035,1.107a1.456,1.456,0,0,0,1.664,1.53l2.933-.429a1.454,1.454,0,0,0,1.244-1.388c.009-.276.014-.55.014-.82A24.908,24.908,0,0,0,24.843.125Z' transform='translate(0)' fill='%23d53d53'/%3E%3Cpath id='Path_451095' data-name='Path 451095' d='M48.127,233.982l-9.6,1.367a1.378,1.378,0,0,0-1.164.96,1.466,1.466,0,0,0,.349,1.513l2.328,2.328A19.005,19.005,0,0,1,5.945,228.687c.01-.189-.023-.6.04-1.372a1.457,1.457,0,0,0-1.653-1.561l-2.932.413A1.455,1.455,0,0,0,.15,227.54c-.037.81-.02,1.463-.024,1.757a24.818,24.818,0,0,0,44.1,15.014l1.717,1.717a1.375,1.375,0,0,0,1.484.349,1.343,1.343,0,0,0,.96-1.164l1.4-9.6A1.48,1.48,0,0,0,48.127,233.982Z' transform='translate(-0.112 -203.731)' fill='%23d53d53'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.captcha-action .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
}

.captcha-action .btn {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.captcha-action .btn .icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: center;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}

.captcha-action .btn:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.select-control {
  width: 100%;
}

.select-control:focus {
  outline: none;
}

.select-control .select2 {
  width: 100%;
}

.select2-selection:focus {
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background-color: var(--color-gray-300);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 12px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: calc(50% - 8px);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  content: "\f106";
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}

.select2-container--open .select2-dropdown {
  border-radius: 0;
}

.select2-results__option {
  font-size: var(--typo-default);
  padding: 1rem 1rem;
}

.select2-dropdown {
  border-color: #e1e1e1;
}

.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #bababa;
  background-color: var(--color-light);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 1rem;
  padding-right: 2rem;
  font-size: var(--typo-default);
  color: var(--color-dark);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 14px;
  color: var(--color-dark);
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #e1e1e1;
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e1e1e1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border-color: #e1e1e1;
  color: #666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary);
}

.radio-control,
label.radio-control {
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}

.radio-control .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50%;
}

.radio-control .txt {
  font-size: var(--typo-sm);
  margin-top: -1px;
  padding-left: 30px;
  padding-bottom: 1px;
  line-height: 1.4em;
  display: block;
}

.radio-control input[type=radio] {
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.radio-control input[type=radio]:checked ~ .icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-secondary-100);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}

.checkbox-control .icon {
  width: 22px;
  height: 22px;
  border: 2px solid #707070;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
}

.checkbox-control .txt {
  font-size: var(--typo-sm);
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 1px;
  line-height: 1.4em;
  display: block;
}

.checkbox-control input[type=checkbox] {
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-control input[type=checkbox]:checked ~ .icon {
  background-color: var(--color-secondary-100);
  border-color: var(--color-secondary-100);
}

.checkbox-control input[type=checkbox]:checked ~ .icon:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.filter {
  margin-bottom: 60px;
}

.filter .row {
  position: relative;
  z-index: 100;
}

/* .search-form{margin:40px 0;} */
.search-form .form-default .form-control {
  position: relative;
  z-index: 1;
  font-size: var(--typo-default);
  height: 60px;
  padding-right: 65px;
}

.search-form .form-default .form-control.datepicker {
  padding: 0 20px;
}

.search-form .form-default .form-control:focus {
  border-color: #2e3192;
}

.search-form .form-default .input-group {
  position: relative;
}

.search-form .form-default .input-group-btn {
  position: absolute;
  z-index: 10;
  right: 0;
}

.search-form .form-default .input-group-btn:last-child &gt; .btn,
.search-form .form-default .input-group-btn:last-child &gt; .btn-group {
  margin-left: 0;
}

.search-form .form-default .btn {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  min-width: unset;
}
.search-form .form-default .btn span {
  position: relative;
  top: 4px;
  font-size: 25px;
  color: var(--color-secondary-100);
}

.filter-form {
  position: relative;
}

.filter-form .sort.no-border {
  padding: 0;
  border: none;
}

.filter-form .sort .control-label {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 60px;
  font-size: var(--typo-default);
  color: var(--color-default);
  padding: 0 0 0 20px;
}

.filter-form .sort .select2-container--default .select2-selection--single {
  height: 60px;
}

.filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: var(--typo-default);
  line-height: 58px;
  padding-left: 105px;
}

.filter-form .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
}

.filter-form .sort .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 20px;
  color: var(--color-secondary-100);
}

.filter-form .view {
  padding-left: 30px;
}

.filter-form .view li {
  float: left;
}

.filter-form .view li + li {
  margin-left: 10px;
}

.filter-form .view .inner {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #e8e8e8;
}

.filter-form .view .inner:hover {
  background-color: #afafaf;
}

.filter-form .view .inner.active {
  background-color: #afafaf;
}

.ui-widget.ui-widget-content {
  border-color: #e1e1e1;
}

.ui-widget {
  font-size: 70%;
  margin-top: 5px;
}

.ui-widget {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker {
  padding: 0;
  width: 282px;
}

.ui-datepicker-header {
  border: none;
  background: #1b1e73;
  font-weight: normal;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #666;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 0.9em;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("../image/icon/ui-icons_ffffff_256x240.png");
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker th {
  padding: 0.5em 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border: none;
  background-color: #2e3192;
  font-weight: bold;
}

.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
}

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  width: 40px;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #666;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #bf1e2d;
  color: #fff;
}

.ui-datepicker .ui-datepicker-title select {
  border: none;
  margin: 0 3px;
  font-weight: 300;
  color: #151617;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.has-feedback.has-error .form-control, .has-feedback.has-danger .form-control {
  border-color: var(--color-danger);
}
.has-feedback.has-success .form-control {
  border-color: var(--color-success);
}

.help-block {
  font-size: 0.75em;
  line-height: 1.4em;
}
.help-block &gt; * {
  margin-top: 0.25rem;
}
.help-block.with-errors {
  color: var(--color-danger);
}

.select-secondary ~ .select2-container--default .select2-selection--single, .select-secondary ~ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background-color: var(--color-secondary-100);
}
.select-secondary ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-light);
}
.select-secondary ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: var(--color-light);
}

.form-default .note {
  font-size: var(--typo-sm);
  line-height: 1.4em;
}

.input-group .toggle-password {
  color: #acacac;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  z-index: 10;
}
.input-group .toggle-password.btn-link {
  color: #acacac;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.input-group .toggle-password.btn-link:hover {
  color: var(--color-default);
}
.input-group .toggle-password ~ .form-control {
  padding-right: 48px;
}
.input-group .input-icon {
  color: #acacac;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  z-index: 10;
}
.input-group .input-icon ~ .form-control {
  padding-left: 44px;
}

@media (max-width: 1199px) {
  .select2-results__option {
    padding: 1rem;
  }
  .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 95px;
  }
  .input-group .input-icon {
    top: calc(50% - 8px);
  }
  .input-group .toggle-password {
    top: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .form-default .form-group {
    margin-bottom: 1rem;
  }
  .form-decimal-thumb .icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .filter {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .form-default .form-control {
    height: 44px;
  }
  .form-default .select2-container--default .select2-selection--single {
    height: 44px;
  }
  .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
  }
  .form-decimal-thumb .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .checkbox-control .icon {
    width: 18px;
    height: 18px;
  }
  .checkbox-control input[type=checkbox]:checked ~ .icon::before {
    left: 0px;
    top: 0px;
  }
  .radio-control .txt {
    margin-top: 0px;
  }
  .filter {
    margin-bottom: 30px;
  }
  .filter .search-form {
    margin-bottom: 1.25rem;
  }
  .search-form .form-default .form-control {
    height: 50px;
  }
  .search-form .form-default .btn {
    height: 50px;
    line-height: 50px;
  }
  .filter-form .sort .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }
  .filter-form .sort .control-label {
    line-height: 50px;
  }
  .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 82px;
  }
  .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
  .input-group .input-icon {
    top: calc(50% - 7px);
  }
  .input-group .toggle-password {
    top: calc(50% - 8px);
  }
  .input-group .input-icon ~ .form-control {
    padding-left: 40px;
  }
}
.modal-block {
  position: relative;
  z-index: 1060;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal-backdrop.in {
  opacity: 0.9;
}

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

.modal-content {
  border: none;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.modal-large .modal-dialog {
  max-width: unset;
  width: 880px;
}

.modal-large .modal-content {
  min-height: 400px;
}

.modal-large .modal-body {
  padding: 0;
}

.modal-medium .modal-dialog {
  max-width: unset;
  width: 540px;
}

.modal-medium .modal-content {
  min-height: 400px;
}

.modal-medium .modal-body {
  padding: 0;
}

.modal-default .topbar {
  display: table;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.modal-default .topbar &gt; div {
  display: table-cell;
  vertical-align: middle;
}

.modal-default .topbar .thumb {
  position: relative;
  width: 60px;
}

.modal-default .topbar .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 200%;
  height: 60px;
  background-color: #2e3192;
  -webkit-transform: skew(-32deg);
  -moz-transform: skew(-32deg);
  -o-transform: skew(-32deg);
}

.modal-default .topbar .thumb img {
  position: relative;
}

.modal-default .topbar .title {
  padding-left: 55px;
  font-size: var(--typo-lg);
  font-weight: 500;
  color: var(--color-secondary);
}

.modal-default .topbar .action {
  width: 60px;
  padding: 0 10px;
  position: relative;
}

.modal-default .topbar .action:before {
  content: "";
  background-color: #e1e1e1;
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 30px;
}

.modal-default .topbar .action a {
  display: block;
  height: 60px;
  opacity: 0.2;
}

.modal-default .topbar .action .icon {
  width: 40px;
  height: 60px;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-default .topbar .action a:hover {
  opacity: 0.5;
}

.modal-default .header {
  display: table;
  width: 100%;
  height: 140px;
  background-color: #ddd;
}

.modal-default .header .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
  font-weight: var(--fw-bold);
  color: #fff;
  padding: 0 1rem;
  line-height: 1.2em;
}

.modal-default .wrapper {
  padding: 45px 60px 60px 60px;
}

.modal-default .wrapper .title {
  font-size: var(--typo-lg);
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
}

.modal-default .wrapper .action {
  text-align: center;
  margin-top: 2rem;
}

.modal-default .wrapper .action .btn {
  width: 400px;
}

.modal-default .form-default {
  padding: 35px 30px;
}

.modal-default .form-default .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}

.modal-default .form-default .action &gt; div {
  float: left;
}

.modal-default .form-default .action &gt; div + div {
  margin-left: 20px;
}

.modal-default .form-default .action .btn {
  width: 160px;
}

/*----- modal -----*/
.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 0;
  border-bottom: none;
}

.modal-header .close {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-body {
  padding: 0;
}

.modal-body img {
  width: 100%;
}

.modal-body .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  margin: 0 7px;
  border-radius: 50%;
}

.modal-body .slick-dots li button:before {
  display: none;
}

.modal-body .slick-dots li.slick-active button {
  background-color: #2d308f;
}

.modal-default.-policy .wrapper .action .btn {
  width: auto;
  min-width: 150px;
}

.modal-default.-policy .wrapper .action .btn + .btn {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .modal-body .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .modal-default .header .title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .modal-large .modal-dialog {
    width: 650px;
  }
  .modal-default .header .title {
    font-size: 26px;
  }
  .modal-large .modal-content {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .modal-body .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .modal-default .header .title {
    font-size: 22px;
  }
  .modal-default .wrapper {
    padding: 25px 30px 30px 30px;
  }
  .modal-default .topbar .title {
    font-size: var(--typo-md);
  }
  .modal-default.-policy .wrapper .action .btn + .btn {
    margin-left: 10px;
  }
  .modal-default .wrapper .action {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .modal-medium .modal-dialog {
    width: 100%;
  }
  .modal-default .topbar .title {
    padding-left: 35px;
    padding-right: 15px;
    line-height: 1.2em;
  }
  .modal-default .form-default {
    padding: 15px 10px;
  }
  .modal-default .form-default .action .btn {
    width: 100%;
  }
  .modal-default .form-default .action &gt; div {
    float: none;
  }
  .modal-default .form-default .action &gt; div + div {
    margin-left: 0;
    float: none;
    margin-top: 15px;
  }
  .modal-body .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .modal-default .header .title {
    font-size: 20px;
  }
  .modal-default .wrapper .action .btn {
    min-width: unset;
    width: 100%;
  }
  .modal-default.-policy .wrapper .action .btn {
    min-width: unset;
    width: 100%;
  }
  .modal-default.-policy .wrapper .action .btn + .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
/* G-Edition 01/02/2564 */
.modal-default.-policy .wrapper .action:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 880px;
    max-width: 880px;
  }
}
@media (min-width: 768px) {
  .modal-md {
    width: 540px;
    max-width: 540px;
  }
}
.pagination-block {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}

.pagination-label {
  font-size: var(--typo-default);
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  font-size: 84%;
  text-align: center;
  line-height: 34px;
  margin: 0 8px;
  border-radius: 50%;
}

.pagination-block .wrapper {
  float: right;
}

.pagination-form {
  float: left;
}

.pagination {
  float: left;
  margin: 0;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: var(--color-dark);
  font-size: 85%;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}

.pagination .active a {
  font-size: 90%;
  color: var(--color-light);
  background-color: var(--color-primary);
}

.pagination a:hover {
  border-color: var(--color-primary);
}

.pagination li {
  display: inline-block;
  position: relative;
}

.pagination li + li {
  margin-left: 0.1rem;
}

.pagination-nav a {
  color: var(--color-dark);
  width: auto;
}

.pagination-nav a:hover {
  color: var(--color-primary);
  border-color: transparent;
}

.pagination-nav-first {
  padding-right: 1rem;
}

.pagination-nav-last {
  padding-left: 1rem;
}

.pagination-nav-first a,
.pagination-nav-last a {
  width: auto !important;
}

.pagination-nav-prev {
  padding-right: 1rem;
}

.pagination-nav-next {
  padding-left: 1rem;
}

.pagination-nav-prev a,
.pagination-nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  background-color: var(--color-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pagination-form {
  margin-left: 30px;
}

.pagination-form .control-label {
  font-weight: normal;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #2e3192;
  text-transform: uppercase;
  line-height: 40px;
}

.pagination-form .input-group-addon {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
}

.pagination-form .input-group .form-control {
  width: 100px;
  height: 40px;
  border: 1px solid #e1e1e1;
  color: #333;
  font-size: 20px;
  padding: 0 45px 0 20px;
  border-radius: 20px;
}

.pagination-form .input-group .btn {
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 3px;
}

@media (max-width: 1199px) {
  .pagination-label span,
  .pagination a {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .pagination-label span,
  .pagination a {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 575px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  .pagination-block .wrapper {
    float: left;
    width: 100%;
    text-align: center;
  }
  .pagination-nav-first {
    padding-right: 0.5rem;
  }
  .pagination-nav-prev {
    padding-right: 0.5rem;
  }
  .pagination-nav-next {
    padding-left: 0.5rem;
  }
  .pagination-nav-last {
    padding-left: 0.5rem;
  }
  .pagination-label span,
  .pagination a {
    width: 36px;
    height: 36px;
  }
  .pagination-block {
    padding-top: 1.75rem;
  }
  .pagination-label,
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination-block .wrapper {
    width: 100%;
  }
  .pagination-label {
    margin-bottom: 0.75rem;
  }
}
.whead {
  width: 100%;
  margin-bottom: 2rem;
}

.whead .icon {
  width: 46px;
}

.whead .icon figure {
  width: 46px;
}

.whead .title {
  color: var(--color-dark);
  font-size: var(--typo-xl);
  line-height: 1.2em;
  font-weight: var(--fw-bold);
  word-break: keep-all;
}

.whead .subtitle {
  color: var(--color-dark);
  font-size: var(--typo-lg);
  line-height: 1.2em;
}

.whead .desc {
  font-size: var(--typo-default);
  line-height: 1.4em;
}

.whead .action a + a {
  margin-left: 6px;
}

.whead.-small .title {
  font-size: var(--typo-lg);
}

.default-owl-carousel .owl-dots {
  width: 100%;
  margin-top: 1.25rem;
  text-align: center;
}
.default-owl-carousel .owl-dot {
  width: 24px;
  height: 24px;
  opacity: 0.25;
  background-color: var(--color-gray);
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  -webkit-transition: All 200ms ease;
  transition: All 200ms ease;
}
.default-owl-carousel .owl-dot.active {
  opacity: 1;
}
.default-owl-carousel .owl-nav &gt; div {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.default-owl-carousel .owl-nav &gt; div.disabled {
  opacity: 0.5;
}
.default-owl-carousel .owl-nav &gt; div:not(.disabled):hover::before {
  color: var(--color-primary);
}
.default-owl-carousel .owl-prev::before,
.default-owl-carousel .owl-next::before {
  position: absolute;
  font-family: "feather" !important;
  top: calc(50% - 12px);
  font-size: 22px;
  content: "\e843";
  color: var(--color-dark);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.default-owl-carousel .owl-prev {
  width: 0;
  height: 0;
  font-size: 0;
  right: 100%;
  margin-right: 20px;
}
.default-owl-carousel .owl-prev::before {
  content: "\e843";
  left: calc(50% - 12px);
}
.default-owl-carousel .owl-next {
  width: 0;
  height: 0;
  font-size: 0;
  left: 100%;
  margin-left: 20px;
}
.default-owl-carousel .owl-next::before {
  content: "\e844";
  right: calc(50% - 12px);
}
.default-owl-carousel .owl-prev:hover {
  border-right-color: #2d308f;
}
.default-owl-carousel .owl-next:hover {
  border-left-color: #2d308f;
}

@media (max-width: 1199px) {
  .default-owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .default-owl-carousel .owl-dot {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .default-owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
  }
}
.slider .slick-prev {
  left: -69px;
}
.slider .slick-next {
  right: -69px;
}
.slider .slick-prev,
.slider .slick-next {
  width: 44px;
  height: 44px;
  background-color: var(--color-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.slider .slick-prev::before,
.slider .slick-next::before {
  color: var(--color-dark);
  font-family: "feather";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slider .slick-prev::before {
  content: "\e843";
}
.slider .slick-next::before {
  content: "\e844";
}
.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
  color: var(--color-primary);
}
.slider .slick-dots {
  margin-top: 14px;
  bottom: auto;
}
.slider .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
.slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  opacity: 0.25;
  background-color: var(--color-gray);
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 1440px) {
  .slider .slick-prev {
    left: -54px;
  }
  .slider .slick-next {
    right: -54px;
  }
}
@media (max-width: 1199px) {
  .slider .slick-prev,
  .slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .slider .slick-prev {
    left: -50px;
  }
  .slider .slick-next {
    right: -50px;
  }
  .slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  font-size: inherit;
  text-rendering: auto;
}

.icon-close {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}

.icon-refresh {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ4Ny4yMyA0ODcuMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Ny4yMyA0ODcuMjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTUuMzIzLDIwMy42NDFjMTUuNjY0LDAsMjkuODEzLTkuNDA1LDM1Ljg3Mi0yMy44NTRjMjUuMDE3LTU5LjYwNCw4My44NDItMTAxLjYxLDE1Mi40Mi0xMDEuNjEgICAgYzM3Ljc5NywwLDcyLjQ0OSwxMi45NTUsMTAwLjIzLDM0LjQ0MmwtMjEuNzc1LDMuMzcxYy03LjQzOCwxLjE1My0xMy4yMjQsNy4wNTQtMTQuMjMyLDE0LjUxMiAgICBjLTEuMDEsNy40NTQsMy4wMDgsMTQuNjg2LDkuODY3LDE3Ljc2OGwxMTkuNzQ2LDUzLjg3MmM1LjI0OSwyLjM1NywxMS4zMywxLjkwNCwxNi4xNjgtMS4yMDUgICAgYzQuODMtMy4xMTQsNy43NjQtOC40NTgsNy43OTYtMTQuMjA4bDAuNjIxLTEzMS45NDNjMC4wNDItNy41MDYtNC44NTEtMTQuMTQ0LTEyLjAyNC0xNi4zMzIgICAgYy03LjE4NS0yLjE4OC0xNC45NDcsMC41ODktMTkuMTA0LDYuODM3bC0xNi41MDUsMjQuODA1QzM3MC4zOTgsMjYuNzc4LDMxMC4xLDAsMjQzLjYxNSwwQzE0Mi44MDYsMCw1Ni4xMzMsNjEuNTYyLDE5LjE2NywxNDkuMDYgICAgYy01LjEzNCwxMi4xMjgtMy44NCwyNi4wMTUsMy40MjksMzYuOTg3QzI5Ljg2NSwxOTcuMDIzLDQyLjE1MiwyMDMuNjQxLDU1LjMyMywyMDMuNjQxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTxwYXRoIGQ9Ik00NjQuNjM1LDMwMS4xODRjLTcuMjctMTAuOTc3LTE5LjU1OC0xNy41OTQtMzIuNzI4LTE3LjU5NGMtMTUuNjY0LDAtMjkuODEzLDkuNDA1LTM1Ljg3MiwyMy44NTQgICAgYy0yNS4wMTgsNTkuNjA0LTgzLjg0MywxMDEuNjEtMTUyLjQyLDEwMS42MWMtMzcuNzk4LDAtNzIuNDUtMTIuOTU1LTEwMC4yMzItMzQuNDQybDIxLjc3Ni0zLjM2OSAgICBjNy40MzctMS4xNTMsMTMuMjIzLTcuMDU1LDE0LjIzMy0xNC41MTRjMS4wMDktNy40NTMtMy4wMDgtMTQuNjg2LTkuODY3LTE3Ljc2OEw0OS43NzksMjg1LjA4OSAgICBjLTUuMjUtMi4zNTYtMTEuMzMtMS45MDUtMTYuMTY5LDEuMjA1Yy00LjgyOSwzLjExNC03Ljc2NCw4LjQ1OC03Ljc5NSwxNC4yMDdsLTAuNjIyLDEzMS45NDMgICAgYy0wLjA0Miw3LjUwNiw0Ljg1LDE0LjE0NCwxMi4wMjQsMTYuMzMyYzcuMTg1LDIuMTg4LDE0Ljk0OC0wLjU5LDE5LjEwNC02LjgzOWwxNi41MDUtMjQuODA1ICAgIGM0NC4wMDQsNDMuMzIsMTA0LjMwMyw3MC4wOTgsMTcwLjc4OCw3MC4wOThjMTAwLjgxMSwwLDE4Ny40ODEtNjEuNTYxLDIyNC40NDYtMTQ5LjA1OSAgICBDNDczLjE5NywzMjYuMDQzLDQ3MS45MDMsMzEyLjE1Nyw0NjQuNjM1LDMwMS4xODR6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}

.site-header {
  position: fixed;
  z-index: 900;
  top: 0;
  width: 100%;
  background-color: var(--color-light);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.site-header.tiny {
  top: -80px;
}
.site-header.tiny .site-header-main .height {
  height: 80px;
}
.site-header.tiny .site-header-main .nav-menu .dropdown-menu {
  top: 80px !important;
}
.site-header.tiny .site-header-main .nav-menu .dropdown &gt; .link::after {
  margin-top: 25px;
}
.site-header.tiny .site-header-main .nav-menu .dropdown.active &gt; .link::after {
  margin-top: 18px;
}

.site-header-topbar {
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.site-header-topbar .height {
  height: 79px;
}
.site-header-topbar .nav-links {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  border-right: 1px solid var(--color-border);
}
.site-header-topbar .nav-links li {
  float: left;
}
.site-header-topbar .nav-links li + li {
  margin-left: 2rem;
}
.site-header-topbar .nav-links li .link {
  display: block;
  color: var(--color-gray);
  font-size: var(--typo-sm);
  padding: 10px 0;
  line-height: 20px;
}
.site-header-topbar .nav-links li .link:hover {
  text-decoration: underline;
}
.site-header-topbar .nav-size {
  float: left;
  margin-right: 20px;
}
.site-header-topbar .nav-size .control-label {
  color: var(--color-gray);
  font-size: var(--typo-sm);
  float: left;
  line-height: 33px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.site-header-topbar .nav-size ul {
  float: left;
}
.site-header-topbar .nav-size li {
  float: left;
}
.site-header-topbar .nav-size li + li {
  margin-left: 5px;
}
.site-header-topbar .nav-size .link {
  color: var(--color-gray);
  float: left;
  border: 1px solid transparent;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.site-header-topbar .nav-size-small {
  font-size: 18px;
}
.site-header-topbar .nav-size-medium {
  font-size: 22px;
}
.site-header-topbar .nav-size-large {
  font-size: 26px;
}
.site-header-topbar .nav-size .active {
  border-color: var(--color-gray);
}
.site-header-topbar .nav-theme {
  float: left;
  margin-right: 20px;
}
.site-header-topbar .nav-theme .control-label {
  color: var(--color-gray);
  font-size: var(--typo-sm);
  float: left;
  line-height: 33px;
  margin-right: 10px;
  margin-bottom: 0;
}
.site-header-topbar .nav-theme ul {
  float: left;
}
.site-header-topbar .nav-theme li {
  float: left;
}
.site-header-topbar .nav-theme li + li {
  margin-left: 5px;
}
.site-header-topbar .nav-theme .link {
  color: var(--color-gray);
  display: block;
  border: 1px solid transparent;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.site-header-topbar .nav-theme .active {
  border-color: var(--color-gray);
  text-decoration: underline;
}
.site-header-topbar .nav-theme-1.link {
  background-color: #000;
  color: #fff;
}
.site-header-topbar .nav-theme-2.link {
  background-color: #fff;
  color: #000;
}
.site-header-topbar .nav-theme-3.link {
  background-color: #000;
  color: #ffff00;
}
.site-header-topbar .nav-theme ~ .nav-size {
  margin-left: 15px;
}
.site-header-topbar .nav-size ~ .nav-theme {
  margin-left: 15px;
}
.site-header-topbar .nav-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-topbar .nav-lang .link .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.site-header-topbar .nav-lang .control-label {
  font-size: var(--typo-sm);
  color: var(--color-gray);
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.site-header-topbar .nav-lang li:not(.active) .icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.site-header-topbar .nav-lang li {
  float: left;
  list-style: none;
}
.site-header-topbar .nav-lang li + li {
  margin-left: 5px;
}
.site-header-topbar .nav-lang .link {
  font-weight: 500;
  font-size: 14px;
  display: block;
  border: 1px solid transparent;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}
.site-header-topbar .nav-lang .link:hover .icon {
  -webkit-filter: none;
          filter: none;
}
.site-header-topbar .nav-lang .active .link {
  border-color: #fff;
}

.site-header-main {
  position: relative;
}
.site-header-main .height {
  height: 110px;
}
.site-header-main .nav-member .btn-primary {
  z-index: 1;
}
.site-header-main .nav-theme {
  float: left;
  margin-top: 9px;
  margin-right: 20px;
}
.site-header-main .nav-theme .control-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--typo-sm);
  float: left;
  line-height: 20px;
  margin-right: 10px;
}
.site-header-main .nav-theme ul {
  float: left;
}
.site-header-main .nav-theme li {
  float: left;
}
.site-header-main .nav-theme li + li {
  margin-left: 5px;
}
.site-header-main .nav-theme .link {
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.site-header-main .nav-theme-1 {
  color: #fff;
}
.site-header-main .nav-theme-2 {
  color: #000;
}
.site-header-main .nav-theme-3 {
  color: #ffff00;
}
.site-header-main .nav-mobile .dropdown-menu {
  left: auto;
  right: 0;
}
.site-header-main .nav-mobile .nav-theme .link {
  line-height: 18px;
}
.site-header-main .nav-mobile .nav-theme .nav-theme-1 {
  color: #fff;
}
.site-header-main .nav-mobile .nav-theme .nav-theme-2 {
  color: #000;
}
.site-header-main .nav-mobile .nav-theme .nav-theme-3 {
  color: #ffff00;
}
.site-header-main .nav-mobile .nav-theme .control-label {
  color: #fff;
  font-size: 15px;
  margin: 0 0 5px 0;
  width: 100%;
  text-align: center;
}
.site-header-main .nav-mobile .nav-theme {
  margin: 0;
}
.site-header-main .nav-mobile .nav-theme li {
  border-left: none;
  padding: 0;
  height: auto;
}
.site-header-main .nav-mobile .nav-theme li + li {
  margin-left: 11px;
}
.site-header-main .nav-mobile .dropdown-menu {
  margin-top: 0;
  min-width: 102px;
  border: none;
  background-color: var(--color-primary);
  padding: 8px 10px 10px 10px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-header-main .nav-menu .tab-content,
.site-header-main .nav-menu .tab-pane,
.site-header-main .nav-menu .tab-pane &gt; .row,
.site-header-main .nav-menu .sub {
  height: 100%;
}
.site-header-main .nav-menu .dropdown-toggle {
  padding-right: 20px;
}
.site-header-main .nav-menu .dropdown-toggle::after {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "feather" !important;
  content: "\e842";
  border: none;
  width: 14px;
  height: 14px;
}
.site-header-main .nav-menu .item-list &gt; li + li .link {
  margin-left: 2rem;
}
.site-header-main .nav-menu .link {
  position: relative;
  font-size: var(--typo-md);
  color: var(--color-dark);
  line-height: 20px;
  background-color: transparent;
}
.site-header-main .nav-menu .active .link {
  color: var(--color-light);
  font-weight: var(--fw-bold);
  background-color: var(--color-secondary-100);
  padding: 6px 15px;
}
.site-header-main .nav-menu .active .link::before {
  width: 50%;
  border-top-color: var(--color-secondary-100);
}
.site-header-main .nav-menu .link:hover::before {
  width: 100%;
  border-top-color: var(--color-secondary-100);
  opacity: 0.5;
}
.site-header-main .nav-menu .dropdown::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  height: 45px;
  bottom: -45px;
  left: 0;
}
.site-header-main .nav-menu .dropdown &gt; .link:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: 37px auto 0;
  border-top: 10px solid var(--color-secondary-100);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  -webkit-transition: All 300ms ease;
  -moz-transition: All 300ms ease;
  -o-transition: All 300ms ease;
  z-index: 1001;
}
.site-header-main .nav-menu .dropdown.active &gt; .link:after {
  margin-top: 32px;
}
.site-header-main .nav-menu .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 188px !important;
  left: 0 !important;
  width: 100%;
  position: fixed !important;
  margin: 0;
  border-top: 2px solid rgba(19, 116, 190, 0.168627451);
  border-bottom: 2px solid rgba(19, 116, 190, 0.168627451);
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fcfcfc;
  box-shadow: none;
  -webkit-transition: All 300ms ease;
  -moz-transition: All 300ms ease;
  -o-transition: All 300ms ease;
  -webkit-transform: none !important;
          transform: none !important;
}
.site-header-main .nav-menu .dropdown:hover .link:after,
.site-header-main .nav-menu .dropdown.show .link:after {
  visibility: visible;
  opacity: 1;
}
.site-header-main .nav-menu .dropdown.open .dropdown-menu,
.site-header-main .nav-menu .dropdown.show .dropdown-menu,
.site-header-main .nav-menu .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.site-header-main .nav-menu .main {
  padding: 30px 0;
  min-height: 380px;
}
.site-header-main .nav-menu .main .header {
  margin-bottom: 1.25rem;
}
.site-header-main .nav-menu .main .topic {
  display: inline-block;
  margin: 0;
  font-size: var(--typo-xl);
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1em;
}
.site-header-main .nav-menu .main .header a {
  float: right;
  margin-top: 2px;
}
.site-header-main .nav-menu .main li + li {
  margin-top: 1rem;
}
.site-header-main .nav-menu .main a {
  position: relative;
  display: block;
  font-size: var(--typo-lg);
  font-weight: 500;
  color: var(--color-dark);
  line-height: 1.2em;
  padding: 0 0 0 2rem;
  background-color: transparent;
  border-radius: 0;
}
.site-header-main .nav-menu .main a::before {
  position: absolute;
  content: "";
  top: 5px;
  left: calc(1rem - 3px);
  border-top: 8px solid transparent;
  border-left: 6px solid var(--color-gray);
  border-bottom: 8px solid transparent;
}
.site-header-main .nav-menu .main a:empty::before {
  display: none;
}
.site-header-main .nav-menu .main a + a {
  margin-top: 1rem;
}
.site-header-main .nav-menu .main a:hover,
.site-header-main .nav-menu .main .active a {
  color: var(--color-secondary-100);
}
.site-header-main .nav-menu .main a:hover::before,
.site-header-main .nav-menu .main .active a::before {
  border-left-color: var(--color-secondary-100);
}
.site-header-main .nav-menu .sub {
  padding: 30px 20px 30px 40px;
  min-height: 380px;
  border-left: 1px solid rgba(176, 198, 230, 0.4);
}
.site-header-main .nav-menu .sub .header {
  margin-bottom: 17px;
}
.site-header-main .nav-menu .sub .topic {
  display: inline-block;
  font-size: var(--typo-lg);
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1.2em;
}
.site-header-main .nav-menu .sub .topic a {
  position: relative;
  color: var(--color-secondary-100);
  padding-left: calc(1rem + 3px);
}
.site-header-main .nav-menu .sub .topic a::before {
  position: absolute;
  content: "";
  top: 0.46em;
  left: 0;
  border-top: 8px solid transparent;
  border-left: 6px solid var(--color-gray);
  border-bottom: 8px solid transparent;
}
.site-header-main .nav-menu .sub .topic a:hover {
  color: #bf1e2d;
}
.site-header-main .nav-menu .sub li + li {
  margin-top: 1.25rem;
}
.site-header-main .nav-menu .sub li a {
  font-size: var(--typo-default);
  color: var(--color-default);
  line-height: 1.4em;
  display: block;
  position: relative;
}
.site-header-main .nav-menu .sub li a img {
  position: absolute;
  right: 7px;
  top: 2px;
  width: 16px;
}
.site-header-main .nav-menu .sub li a:hover {
  color: var(--color-primary);
}
.site-header-main .nav-menu .rss {
  position: relative;
  top: -2px;
  padding-left: 0 !important;
  margin-left: 0.5rem;
  max-width: 26px;
  display: inline-block;
}
.site-header-main .nav-menu .rss::before {
  display: none;
}
.site-header-main .nav-menu .banner {
  text-align: center;
  padding: 30px;
  margin-right: -52px;
}
.site-header-main .nav-menu .banner .wrapper {
  display: inline-block;
  width: 529px;
}
.site-header-main .nav-menu .banner .thumb {
  margin-bottom: 20px;
}
.site-header-main .nav-menu .banner .title {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1em;
}
.site-header-main .nav-menu .banner .desc {
  font-size: 20px;
  color: #666;
  line-height: 1em;
}
.site-header-main .nav-submenu .nav-submenu-tab &gt; li {
  width: 100%;
}
.site-header-main .nav-search {
  margin-left: 15px;
}
.site-header-main .nav-search a {
  -webkit-transition: All 0ms ease;
  -moz-transition: All 0ms ease;
  -o-transition: All 0ms ease;
}
.site-header-main .nav-search .link {
  color: var(--color-secondary);
  position: relative;
  top: 4px;
}
.site-header-main .nav-search .link:hover {
  color: #bf1e2d;
}
.site-header-main .nav-search .fa {
  font-size: 26px;
  font-weight: 100;
  width: 20px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  float: left;
}
.site-header-main .nav-search .link span {
  font-size: 26px;
  color: var(--color-gray);
}
.site-header-main .nav-search .search-form {
  margin: 0;
  position: absolute;
  top: -19px;
  right: 0;
  width: 30px;
  height: 40px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50rem;
}
.site-header-main .nav-search .form-default {
  width: calc(100% - 40px);
}
.site-header-main .nav-search .form-control {
  width: 0;
  height: 40px;
  background-color: var(--color-light);
  border: none;
  padding: 0;
  font-size: var(--typo-sm);
  line-height: 1.2em;
  color: var(--color-dark);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: All 0ms ease;
  -moz-transition: All 0ms ease;
  -o-transition: All 0ms ease;
}
.site-header-main .nav-search .input-group {
  width: 100%;
}
.site-header-main .nav-search .input-group-addon {
  width: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  vertical-align: top;
}
.site-header-main .nav-search .icon-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 13px;
  right: 14px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.site-header-main .nav-search.open .input-group {
  padding-right: 40px;
}
.site-header-main .nav-search.open .input-group-addon {
  width: 40px;
}
.site-header-main .nav-search.open .fa {
  width: 40px;
}
.site-header-main .nav-search.open .search-form {
  border-color: var(--color-border);
  width: 690px;
  overflow: hidden;
}
.site-header-main .nav-search.open .form-control {
  width: 100%;
}
.site-header-main .nav-search.open .icon-close {
  opacity: 0.4;
  visibility: visible;
}
.site-header-main .nav-search.open .icon-close:hover {
  opacity: 0.6;
}
.site-header-main .nav-search.open .link {
  left: 10px;
  line-height: 40px;
}
.site-header-main .nav-map {
  margin-top: 21px;
}
.site-header-main .nav-map .title {
  font-size: 46px;
  line-height: 40px;
  color: var(--color-secondary);
}
.site-header-main .nav-map .action {
  float: right;
}
.site-header-main .nav-map .action &gt; div {
  float: left;
}
.site-header-main .nav-map .action &gt; div + div {
  margin-left: 8px;
}
.site-header-main .nav-menu .main,
.site-header-main .nav-menu .sub,
.site-header-main .nav-menu .banner {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.site-header-main .nav-menu .main {
  padding-left: 3rem;
  padding-right: 2rem;
}
.site-header-main .nav-menu .sub {
  padding-left: 3rem;
  padding-right: 1.5rem;
}
.site-header-main .nav-menu .banner {
  padding-left: 2.5rem;
  padding-right: 0rem;
}
.site-header-main .nav-menu .sub {
  max-height: 636px;
  overflow-y: scroll;
}

.site-header-brand {
  position: relative;
}
.site-header-brand .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-brand .wrapper &gt; div {
  display: table-cell;
  vertical-align: middle;
}
.site-header-brand .thumb {
  position: relative;
  top: -6px;
  width: 106px;
}
.site-header-brand .inner {
  padding-left: 15px;
}
.site-header-brand .inner.map {
  padding-left: 25px;
  padding-top: 0px;
}
.site-header-brand .title {
  margin: 0;
  font-weight: normal;
  color: #333;
  font-size: var(--typo-sm);
  line-height: 1.6em;
}

.nav-menu {
  margin-right: 44px;
}

.nav-lang &gt; .link .icon {
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.nav-lang &gt; .link:not(.active) .icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* Add เมนูร้องเรียน Header 09/02/2020 */
@media (min-width: 1200px) {
  .site-header-topbar .nav-links {
    margin-right: 20px;
  }
  .site-header-topbar .nav-links li + li::before {
    margin: 0 8px;
  }
  .site-header-topbar .nav-size {
    margin-right: 15px;
  }
  .site-header-topbar .nav-theme {
    margin-right: 15px;
  }
}
/* Add เมนูร้องเรียน Header 09/02/2020 */
@media (max-width: 1440px) {
  .site-header-topbar .height {
    height: 56px;
  }
  .site-header-topbar .nav-theme .link {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .site-header-topbar .nav-size .link {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .site-header-topbar .nav-links li + li {
    margin-left: 1.25rem;
  }
  .site-header-brand .thumb {
    width: 90px;
  }
  .site-header-brand .title {
    font-size: var(--typo-xxs);
    line-height: 1.5em;
  }
  .site-header-main .nav-menu {
    margin-right: 40px;
  }
  .site-header-main .nav-menu .link {
    font-size: var(--typo-sm);
  }
  .site-header-main .nav-menu .item-list &gt; li + li .link {
    margin-left: 1.25rem;
  }
  .site-header-main .height {
    height: 82px;
  }
  .site-header-main .nav-search .link {
    top: 8px;
  }
  .site-header-main .nav-search .link span {
    font-size: 22px;
  }
  .site-header-main .nav-search .search-form {
    right: 0.55rem;
  }
  .site-header-main .nav-search.open .link {
    top: 3px;
  }
  .site-header-main .nav-menu .banner {
    margin-right: 0;
  }
  .site-header-main .nav-menu .banner .wrapper {
    width: 100%;
  }
  .site-header-main .nav-menu .dropdown-menu {
    top: 138px !important;
  }
  .site-header-main .nav-menu .dropdown &gt; .link::after {
    margin-top: 28px;
  }
  .site-header-main .nav-menu .sub {
    max-height: 579px;
  }
  .site-header-main .nav-menu .main,
  .site-header-main .nav-menu .sub,
  .site-header-main .nav-menu .banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-header-main .nav-menu .main {
    padding-left: 2rem;
  }
  .site-header-main .nav-menu .sub {
    padding-left: 2rem;
  }
  .site-header.tiny {
    top: -57px;
  }
  .site-header.tiny .site-header-main .nav-menu .dropdown &gt; .link::after {
    margin-top: 28px;
  }
  .site-header-main .nav-menu .dropdown.active &gt; .link:after {
    margin-top: 23px;
  }
  .site-header.tiny .site-header-main .nav-menu .dropdown.active &gt; .link::after {
    margin-top: 23px;
  }
}
@media (max-width: 1199px) {
  .site-header.tiny {
    top: 0;
  }
  .site-header.tiny .site-header-brand:before {
    top: 10px;
  }
  .site-header.tiny .site-header-brand .wrapper {
    top: 23px;
  }
  .site-header-main .height {
    height: 65px;
  }
  .site-header-main .nav-member .btn {
    min-width: unset;
  }
  .site-header-brand .thumb {
    width: 70px;
    top: -4px;
  }
  .site-header-topbar .nav-size ~ .nav-theme {
    margin-left: 5px;
  }
  .site-header-topbar .nav-theme ~ .nav-size {
    margin-left: 5px;
  }
  .site-header-topbar .height {
    height: 48px;
  }
  .site-header-main .nav-menu .dropdown-menu {
    top: 114px !important;
  }
  .site-header-main .nav-menu .dropdown &gt; .link::after {
    margin-top: 22px;
  }
  .site-header-main .nav-menu .sub {
    max-height: 500px;
  }
  .site-header.tiny {
    top: -49px;
  }
  .site-header.tiny .site-header-main .height {
    height: 60px;
  }
  .site-header.tiny .site-header-main .nav-menu .dropdown-menu {
    top: 60px !important;
  }
  .site-header.tiny .site-header-main .nav-menu .dropdown &gt; .link::after {
    margin-top: 20px;
  }
  .site-header-topbar .nav-member .btn {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
  }
  .site-header-topbar .nav-size .control-label {
    font-size: var(--typo-xs);
  }
  .site-header-topbar .nav-size {
    margin-right: 5px;
  }
  .site-header-topbar .nav-links {
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .site-header-topbar .nav-theme {
    margin-right: 15px;
  }
  .site-header-topbar .nav-theme li + li {
    margin-left: 2px;
  }
  .site-header-topbar .nav-size li + li {
    margin-left: 2px;
  }
  .site-header-topbar .nav-links li .link {
    padding: 7px 0;
  }
  .site-header-main .nav-menu .dropdown.active &gt; .link:after {
    margin-top: 17px;
  }
  .site-header.tiny .site-header-main .nav-menu .dropdown.active &gt; .link::after {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
  .site-header-brand .thumb {
    width: 64px;
    top: -3px;
  }
  .site-header-topbar .nav-lang .control-label,
  .site-header-topbar .nav-theme .control-label,
  .site-header-topbar .nav-size .control-label {
    display: none;
  }
  .site-header-main .nav-wrapper li {
    height: 40px;
  }
  .site-header-main .nav-wrapper .link {
    line-height: 40px;
  }
  .site-header-main .height {
    height: 50px;
  }
  .site-header-main .nav-wrapper li {
    float: left;
    border-left: 1px solid var(--color-border);
    padding: 0 10px;
    height: 50px;
  }
  .site-header-main .nav-wrapper .link {
    line-height: 50px;
    color: var(--color-gray);
  }
  .site-header-main .nav-menu {
    position: fixed;
    background: azure;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
  }
  .site-header-main .nav-menu ul &gt; li {
    width: 100%;
  }
  .site-header-main .nav-menu .dropdown-menu {
    top: 0;
  }
  .nav-menu {
    margin-right: 0;
  }
  .site-header.tiny {
    top: 0;
  }
  .site-header.tiny .site-header-main .height {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .site-header-main .height {
    height: 44px;
  }
  .site-header-main .nav-wrapper .link {
    line-height: 44px;
  }
  .site-header-main .nav-wrapper li {
    height: 44px;
  }
  .site-header-brand .thumb {
    width: 55px;
    top: -2px;
  }
  .site-header.tiny .site-header-main .height {
    height: 44px;
  }
}
@media (max-width: 575px) {
  .site-header-brand .inner {
    padding: 0;
  }
  .site-header-brand .inner .title {
    display: none;
  }
}
.site-footer {
  background-color: var(--color-gray-200);
}
.site-footer.scroll-event {
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.site-footer.scroll-event.expand {
  top: 0;
  opacity: 1;
}

.footer-main {
  padding-bottom: 1.75rem;
}

.wg-address {
  padding: 1.25rem 0;
  position: relative;
}
.wg-address .brand {
  margin-bottom: 20px;
}
.wg-address .whead .title {
  color: var(--color-dark);
  font-size: var(--typo-xl);
  line-height: 1;
}
.wg-address .title {
  font-size: var(--typo-default);
  color: var(--color-dark);
  line-height: 1.4em;
}
.wg-address .desc {
  font-size: var(--typo-default);
  color: var(--color-dark);
  line-height: 1.4em;
}
.wg-address .inner {
  max-width: 460px;
}

.wg-company {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.wg-company .item {
  padding: 10px 0;
}
.wg-company .wrapper {
  position: relative;
  top: 0;
}
.wg-company .wrapper:hover {
  top: -10px;
}
.wg-company .owl-nav &gt; div {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.wg-company .owl-prev {
  width: 0;
  height: 0;
  font-size: 0;
  right: 100%;
  margin-right: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #d6d6d6;
}
.wg-company .owl-next {
  width: 0;
  height: 0;
  font-size: 0;
  left: 100%;
  margin-left: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #d6d6d6;
}
.wg-company .owl-prev:hover {
  border-right-color: #2d308f;
}
.wg-company .owl-next:hover {
  border-left-color: #2d308f;
}

.wg-newsletter {
  padding: 1.25rem 0;
  position: relative;
}
.wg-newsletter .form-default .control-label {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  color: var(--color-dark);
  margin-bottom: 1.25rem;
}
.wg-newsletter .form-default .control-label small {
  display: block;
  font-weight: normal;
  font-size: var(--typo-sm);
}
.wg-newsletter .form-default .form-group {
  position: relative;
}
.wg-newsletter .form-default .form-control {
  font-size: var(--typo-sm);
  color: var(--color-dark);
  background-color: #fff;
  border-color: #b0c6e6;
  padding-right: 110px;
  word-break: 100%;
}
.wg-newsletter .form-default .btn {
  position: absolute;
  top: calc(50% - 20px);
  right: 5px;
  z-index: 1;
}

.wg-contact {
  padding: 1.25rem 0;
}
.wg-contact .row &gt; div + div .wrapper {
  border-left: 1px solid #e1e1e1;
}
.wg-contact .item-list .wrapper {
  text-align: center;
}
.wg-contact .item-list .thumb {
  margin-bottom: 15px;
}
.wg-contact .item-list .topic {
  font-size: var(--typo-md);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  -webkit-backface-visibility: auto;
          backface-visibility: auto;
}
.wg-contact .item-list .topic span {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-weight: var(--fw-normal);
}
.wg-contact .item-list a.wrapper:hover .topic span {
  color: var(--color-primary);
}
.wg-contact .item-list &gt; li {
  margin-top: 8px;
}
.wg-contact .item-list &gt; li + li {
  margin-left: 2rem;
}

.footer-sitemap {
  padding: 40px 0;
}
.footer-sitemap .wrapper {
  width: 100%;
}
.footer-sitemap .wrapper li + li {
  margin-top: 14px;
}
.footer-sitemap .inner {
  max-width: 180px;
}
.footer-sitemap .title {
  font-size: 24px;
  color: #2e3192;
  font-weight: 500;
}
.footer-sitemap .line {
  margin: 8px 0 15px 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
}
.footer-sitemap .link {
  color: #666;
  font-size: 20px;
  line-height: 0.6em;
}
.footer-sitemap .link:hover {
  color: var(--color-primary);
}

.footer-mobile .control-label {
  font-size: 24px;
  color: #2e3192;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  font-size: 20px;
  padding: 0 30px 0 15px;
}
.footer-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 8px;
  height: 44px;
}
.footer-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  top: -6px;
}
.footer-mobile .select2-container--default .select2-selection--single {
  height: 44px;
}

.footer-policy {
  margin-top: 0.5rem;
}
.footer-policy ul {
  display: block;
}
.footer-policy li {
  float: left;
}
.footer-policy li + li:before {
  content: "";
  float: left;
  position: relative;
  top: 6px;
  margin: 0 20px;
  width: 1px;
  height: 12px;
  background-color: var(--color-dark);
}
.footer-policy li a {
  font-size: var(--typo-sm);
  color: var(--color-dark);
}
.footer-policy li a:hover {
  opacity: 0.75;
}

.footer-bar {
  padding: 2rem 0;
  overflow: hidden;
  border-top: 1px solid var(--color-border);
}
.footer-bar .title {
  font-size: var(--typo-sm);
  color: var(--color-dark);
}
.footer-bar .stat {
  float: left;
  margin-left: 40px;
  padding: 27px 0;
}
.footer-bar .stat label {
  float: left;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-right: 10px;
}
.footer-bar .w3c {
  float: left;
  margin-left: 15px;
}
.footer-bar .w3c img,
.footer-bar .wcag img {
  height: 40px;
}
.footer-bar .wcag {
  float: left;
  margin-left: 10px;
}

.footer-social {
  padding: 1.25rem 0;
}
.footer-social li + li {
  margin-left: 16px;
}
.footer-social .control-label {
  font-size: var(--typo-xl);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  margin: 0 20px 0 0;
}
.footer-social .link {
  color: #666;
  font-size: 32px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.footer-social .link {
  height: 50px;
  display: block;
  text-align: center;
}
.footer-social .link span {
  line-height: 32px;
}
.footer-social .link .icon {
  -webkit-filter: grayscale(1) brightness(0);
          filter: grayscale(1) brightness(0);
  opacity: 0.4;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.footer-social .link .icon &gt; img {
  height: 50px;
}
.footer-social .link:hover .icon {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.footer-social .link-fb:hover {
  color: #3b5998;
}
.footer-social .link-ig:hover {
  color: #6a453b;
}
.footer-social .link-yt:hover {
  color: #f61c0d;
}
.footer-social .link-tw:hover {
  color: #55acee;
}
.footer-social .link-gg:hover {
  color: #dc4e41;
}
.footer-social .icon-admin.icon-1 img {
  width: 22px;
  position: relative;
  top: 1px;
}
.footer-social .icon-admin img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.footer-social .icon-admin:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer-topbar {
  overflow: hidden;
}
.footer-topbar .left-bar .wg-address {
  padding: 0;
}
.footer-topbar .left-bar .wg-address .whead {
  margin-bottom: 0;
}
.footer-topbar .left-bar .wg-address .whead .title {
  color: var(--color-light);
}
.footer-topbar .left-bar::before {
  position: absolute;
  content: "";
  top: 0;
  left: -360px;
  width: 650px;
  height: 100px;
  background-color: var(--color-primary);
}
.footer-topbar .left-bar::after {
  position: absolute;
  content: "";
  top: 0;
  left: 290px;
  width: 0;
  height: 0;
  border-top: 50px solid var(--color-primary);
  border-left: 50px solid var(--color-primary);
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.footer-topbar .right-bar .footer-social {
  padding: 0;
}
.footer-topbar .right-bar .footer-social .control-label {
  color: var(--color-light);
}
.footer-topbar .right-bar .footer-social .link .icon {
  -webkit-filter: grayscale(1) invert(1) brightness(100);
          filter: grayscale(1) invert(1) brightness(100);
}
.footer-topbar .right-bar .wg-newsletter {
  padding-top: 0;
}
.footer-topbar .right-bar::before {
  position: absolute;
  content: "";
  top: 0;
  right: -360px;
  width: 1190px;
  height: 100px;
  background-color: var(--color-secondary-100);
}
.footer-topbar .right-bar::after {
  position: absolute;
  content: "";
  top: 0;
  right: 830px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid var(--color-secondary-100);
  border-bottom: 50px solid var(--color-secondary-100);
}
.footer-topbar .left-bar .height,
.footer-topbar .right-bar .height {
  height: 100px;
  margin-bottom: 1.25rem;
}

@media (max-width: 1440px) {
  .footer-social .link,
  .footer-social .link .icon &gt; img {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .wg-newsletter-block {
    padding: 0;
  }
  .wg-contact .item-list .title span {
    display: block;
  }
  .wg-contact .item-list &gt; li + li {
    margin-left: 1.5rem;
  }
  .footer-social .control-label {
    margin-right: 15px;
  }
  .footer-social li + li {
    margin-left: 15px;
  }
  .footer-social .link,
  .footer-social .link .icon &gt; img {
    height: 35px;
  }
  .footer-bar .w3c img,
  .footer-bar .wcag img {
    height: 34px;
  }
  .footer-topbar .left-bar::before {
    left: -100px;
    width: 460px;
  }
  .footer-topbar .left-bar::after {
    left: 360px;
  }
  .footer-topbar .right-bar::before {
    right: -100px;
    width: 630px;
  }
  .footer-topbar .right-bar::after {
    right: 530px;
  }
  .footer-topbar .left-bar::before,
  .footer-topbar .right-bar::before {
    height: 90px;
  }
  .footer-topbar .left-bar::after,
  .footer-topbar .right-bar::after {
    border-top-width: 45px;
    border-left-width: 45px;
    border-right-width: 45px;
    border-bottom-width: 45px;
  }
  .footer-topbar .left-bar .height,
  .footer-topbar .right-bar .height {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .wg-contact .item-list &gt; li + li {
    margin-left: 1rem;
  }
  .footer-main {
    padding-bottom: 1.5rem;
  }
  .footer-sitemap {
    padding: 25px 0 30px 0;
  }
  .footer-bar {
    height: auto;
  }
  .footer-bar {
    padding: 1.5rem 0;
  }
  .footer-bar .title {
    text-align: center;
    padding: 0.5rem 0;
  }
  .footer-bar .stat {
    padding: 0.75rem 0;
  }
  .footer-bar .w3c {
    padding: 0.5rem 0;
  }
  .footer-bar .wcag {
    padding: 0.5rem 0;
  }
  .footer-bar .w3c,
  .footer-bar .wcag {
    float: unset;
  }
  .footer-bar .w3c img,
  .footer-bar .wcag img {
    height: 30px;
  }
  .footer-policy {
    text-align: center;
    padding: 0.5rem 0;
  }
  .footer-policy ul {
    display: inline-block;
    margin-bottom: 10px;
  }
  .wg-newsletter .form-default .control-label {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .wg-contact .item-list &gt; li + li {
    margin-left: 0;
  }
  .wg-contact .item-list &gt; li {
    width: 100%;
  }
  .wg-contact .item-list .wrapper {
    text-align: left;
  }
  .wg-address,
  .wg-newsletter,
  .wg-contact,
  .footer-social {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .wg-newsletter .form-default .btn {
    top: calc(50% - 18px);
    right: 4px;
  }
  .wg-newsletter .form-default .control-label {
    margin-bottom: 0.75rem;
  }
  .wg-newsletter .form-default .form-control {
    padding-right: 100px;
  }
  .footer-bar {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-bar .title {
    width: 100%;
    text-align: center;
  }
  .footer-bar .stat label {
    float: none;
    position: relative;
    top: 2px;
  }
  .footer-bar .stat {
    margin-left: 0;
    text-align: center;
    padding-top: 0;
    width: 100%;
  }
  .footer-bar .w3c {
    float: none;
    margin-left: 0;
    display: inline-block;
    padding-top: 10px;
  }
  .footer-bar .wcag {
    float: none;
    margin-left: 10px;
    display: inline-block;
    padding-top: 10px;
  }
  .footer-bar .w3c img,
  .footer-bar .wcag img {
    height: 26px;
  }
  .footer-social .link,
  .footer-social .link .icon &gt; img {
    height: 30px;
  }
  .footer-policy ul {
    width: 100%;
  }
  .footer-policy li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-policy li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-social li + li {
    margin-left: 1rem;
  }
  .footer-policy li + li:before {
    display: none;
  }
  .footer-topbar .left-bar::before,
  .footer-topbar .right-bar::before {
    height: 70px;
    width: 100%;
    left: 0;
    right: 0;
  }
  .footer-topbar .left-bar::after,
  .footer-topbar .right-bar::after {
    display: none;
  }
  .footer-topbar .left-bar .height,
  .footer-topbar .right-bar .height {
    height: 70px;
  }
  .footer-topbar .left-bar {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575px) {
  .wg-newsletter .row &gt; div {
    width: 100%;
  }
  .wg-contact .row &gt; div {
    width: 100%;
  }
  .wg-contact .row &gt; div + div .wrapper {
    border-left: none;
    border-top: 1px solid #ebebeb;
  }
  .wg-contact .container {
    padding: 0;
  }
  .wg-contact .item-list .thumb {
    width: 40px;
    position: absolute;
    top: 14px;
  }
  .footer-sitemap {
    padding: 15px 0 25px 0;
  }
  .footer-sitemap .line {
    display: none;
  }
  .footer-mobile .control-label {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
}
.container {
  width: 1200px;
}

/* .container{padding-left:10px;padding-right:10px;} */
/* .row{margin-left:-10px;margin-right:-10px;} */
a,
input,
button {
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}

a:focus {
  text-decoration: none;
}

input,
select {
  border-radius: 0px;
  -webkit-appearance: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.scroll-event {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}

.scroll-event.expand {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-default .owl-dots {
  position: relative;
  width: 100%;
  top: 100%;
  margin-top: 30px;
  text-align: center;
}

.owl-default .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #e1e1e1;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.owl-default .owl-dot.active {
  background-color: #2d308f;
}

.owl-default .owl-nav &gt; div {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}

.owl-default .owl-prev {
  width: 0;
  height: 0;
  font-size: 0;
  right: 100%;
  margin-right: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #d6d6d6;
}

.owl-default .owl-next {
  width: 0;
  height: 0;
  font-size: 0;
  left: 100%;
  margin-left: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #d6d6d6;
}

.owl-default .owl-prev:hover {
  border-right-color: #2d308f;
}

.owl-default .owl-next:hover {
  border-left-color: #2d308f;
}

.site-body {
  overflow: hidden;
}

.site-container {
  margin-top: 120px;
}

.row-0 {
  margin: 0;
}

.row-0 &gt; div {
  padding: 0;
}

.row-10 {
  margin: 0 -5px;
}

.row-10 &gt; div {
  padding: 0 5px;
}

/* .owl-carousel .owl-dot.active{background-color:#2e3192;} */
.number-list.-primary .number {
  background-color: #2e3192;
}

.number-list.-secondary .number {
  background-color: #bf1e2d;
}

.number-list.-large li {
  font-size: 24px;
  margin-bottom: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.number-list.-small li {
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 45px;
}

.number-list.-small .number {
  width: 28px;
  height: 28px;
  font-size: 26px;
  line-height: 28px;
}

.number-list {
  padding-left: 0;
}

/* .number-list li{margin-bottom:12px;position:relative;padding-left:55px;padding-top:8px;padding-bottom:8px;list-style:none;font-size:20px;color:#333;} */
/* .number-list .number{position:absolute;top:0;left:0;width:36px;height:36px;color:#fff;font-size:30px;font-weight:bold;text-align:center;line-height:36px;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);} */
/* .number-list .number &gt; *{display:block;-webkit-transform:skew(20deg);-moz-transform:skew(20deg);-o-transform:skew(20deg);} */
.tab-default .nav-tabs {
  border: none;
}

.tab-default .nav-tabs &gt; li &gt; a {
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 0;
}

.tab-default .nav-tabs &gt; li.active &gt; a,
.tab-default .nav-tabs &gt; li.active &gt; a:hover,
.tab-default .nav-tabs &gt; li.active &gt; a:focus {
  border: none;
}

.tab-default .nav-tabs &gt; li &gt; a:hover {
  background-color: transparent;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 6px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background-color: #f3f3f3;
  border-radius: 0;
}

.mCSB_scrollTools {
  width: 10px;
  right: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #b2b2b2 !important;
  border-radius: 0;
}

.form-control {
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}

.site-container {
  margin-top: 190px;
}

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

.detail-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.detail-header .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  line-height: 1.4em;
}
.detail-header .share .control-label {
  font-weight: var(--fw-semi-bold);
  margin-bottom: 0;
}
.detail-header .whead {
  margin-bottom: 0;
}
.detail-header .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-header .social-block .control-label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-size: var(--typo-sm);
  line-height: 1.4em;
}
.detail-header .social-block .item-list li {
  padding-right: 0.7rem;
}
.detail-header .social-block .item-list li span {
  color: #1477ba;
}
.detail-header .social-block .item-list .-border {
  padding: 0;
  margin-right: 0.7rem;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.detail-header .detail-info {
  border-top: 1px solid #e1e1e1;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-header .detail-info .post {
  margin-right: 2rem;
}
.detail-header .detail-info .post a {
  color: var(--color-default);
}

.menu-mobile {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fcfcfc;
  padding: 5rem 3rem 2rem 3rem;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}
.menu-mobile .search-form .btn {
  padding: 0;
  color: var(--color-secondary-100);
  font-size: 20px;
  position: relative;
  top: 4px;
  min-width: unset;
}
.menu-mobile .search-form .btn span {
  position: relative;
  top: -4px;
}
.menu-mobile .search-form .btn:hover {
  color: var(--color-secondary-100);
}
.menu-mobile .nav-menu .link {
  color: var(--color-dark);
  font-size: var(--typo-lg);
  display: block;
  line-height: 1em;
}
.menu-mobile .nav-menu .card {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(19, 116, 190, 0.2901960784);
}
.menu-mobile .nav-menu .card-header {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0;
  border: none;
}
.menu-mobile .nav-menu .card-header .link {
  font-size: 22px;
  line-height: 1.4em;
}
.menu-mobile .nav-menu .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
}
.menu-mobile .nav-menu .card-body .link {
  font-size: var(--typo-lg);
  line-height: 1.4em;
}
.menu-mobile .nav-menu .card-body .submenu-list &gt; li + li {
  margin-top: 1rem;
}
.menu-mobile .nav-menu .submenu-mobile-III {
  padding-top: 0;
}
.menu-mobile .nav-menu .submenu-mobile-III .card {
  border: none;
}
.menu-mobile .nav-menu .submenu-mobile-III .card-header .link:not(.collapsed) {
  color: var(--color-primary);
}
.menu-mobile .nav-menu .submenu-mobile-III .card-body {
  border-bottom: 1px solid rgba(19, 116, 190, 0.2901960784);
}
.menu-mobile .nav-menu .submenu-mobile-III .card-body .topic {
  color: var(--color-secondary-100);
  font-size: var(--typo-xl);
  margin-bottom: 1rem;
}
.menu-mobile .menu-mobile-btn {
  float: unset;
}
.menu-mobile .menu-mobile-btn .btn-mobile {
  position: relative;
  top: -3rem;
  width: 36px;
  height: 36px;
  padding: 10px;
  margin-top: 0;
  background-color: var(--color-primary);
  border-radius: 50%;
  z-index: 1;
}
.menu-mobile .menu-mobile-btn .btn-mobile .bar {
  width: 40%;
  left: 30%;
  background-color: var(--color-light);
}

.menu-mobile-btn {
  float: left;
}

.menu-mobile-btn .btn-mobile {
  display: inline-block;
  width: 18px;
  height: 14px;
  position: relative;
  margin-top: 17px;
}

.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #2e3192;
  margin: auto;
  border-radius: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
  top: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
  bottom: 0;
}

.menu-mobile-btn .btn-mobile.close {
  opacity: 0.8;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
  top: 0;
  opacity: 0;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

.menu-mobile.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.menu-mobile .nav-menu li {
  width: 100%;
  border-left: none;
  height: auto;
  padding: 0;
}

.menu-mobile .nav-menu li + li {
  margin-top: 15px;
}

.menu-mobile .nav-menu .link:hover,
.menu-mobile .nav-menu .active .link {
  color: #bf1e2d;
}

.menu-mobile .search-form {
  position: relative;
  margin-bottom: 2rem;
}

.menu-mobile .search-form .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-border);
  padding: 0;
  padding-right: 30px;
  height: 40px;
  line-height: 1em;
  font-size: var(--typo-md);
  color: var(--color-secondary-100);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.menu-mobile .search-form .form-control::-webkit-input-placeholder {
  color: var(--color-gray);
}

.menu-mobile .search-form .form-control::-moz-placeholder {
  color: var(--color-gray);
}

.menu-mobile .search-form .form-control:-ms-input-placeholder {
  color: var(--color-gray);
}

.menu-mobile .search-form .form-control:-moz-placeholder {
  color: var(--color-gray);
}

.menu-mobile .search-form .input-group-addon {
  position: absolute;
  right: 0;
  padding: 0 0 0 10px;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.menu-mobile .social {
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.menu-mobile .social ul,
.menu-mobile .social li {
  float: left;
}

.menu-mobile .social li {
  width: auto;
}

.menu-mobile .social li + li {
  margin-left: 15px;
}

.menu-mobile .social .control-label {
  float: left;
  font-weight: normal;
  color: #5e61c2;
  font-size: 16px;
  margin: 0 20px 0 0;
  line-height: 18px;
}

.menu-mobile .social .link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}

.menu-mobile .social .link:hover {
  color: #bf1e2d;
}

.submenu-mobile .card-header .link:after {
  font-family: "feather";
  content: "\e8f6";
  float: right;
  color: var(--color-gray);
}
.submenu-mobile .card-header .link.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e8b1";
}
.submenu-mobile .card-header .link:not(.collapsed)::after {
  color: var(--color-primary);
}

.wg-newsletter {
  height: auto;
}

.wg-newsletter .form-default .control-label {
  font-size: var(--typo-xl);
}

.tab-default .nav-link {
  color: var(--color-dark);
  padding: 1rem;
}
.tab-default .nav-pills .nav-link {
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--color-border-100);
  border-radius: 0;
}
.tab-default .nav-pills .nav-link:first-child {
  border-top: 1px solid var(--color-border-100);
}
.tab-default .nav-pills .nav-link.active,
.tab-default .nav-pills .show &gt; .nav-link {
  background-color: var(--color-secondary-100);
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.default-header,
.default-header .wrapper {
  height: 370px;
}

.default-header {
  position: relative;
  color: var(--color-light);
  background-color: #eee;
}
.default-header .wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.default-header .title {
  margin: 0;
  font-size: 45px;
  font-weight: var(--fw-bold);
  line-height: 1em;
  margin-bottom: 0;
}
.default-header .desc {
  margin: 0;
  font-size: 25px;
  line-height: 1em;
}
.default-header.text-dark .breadcrumb &gt; li,
.default-header.text-dark .breadcrumb &gt; li a {
  color: var(--color-dark);
}
.default-header.text-dark::before {
  background: rgba(0, 0, 0, 0);
}
.default-header * ~ .breadcrumb-block {
  margin-top: 2rem;
}
.default-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.default-page {
  padding: 3.75rem 0;
}

.default-topic {
  text-align: center;
  margin-bottom: 3.75rem;
}
.default-topic .default-title {
  color: var(--color-dark);
  font-size: 45px;
  font-weight: var(--fw-bold);
  margin-bottom: 0.5rem;
  padding-top: 0.22em;
}
.default-topic .default-desc {
  font-size: 22px;
  font-weight: var(--fw-bold);
  margin-bottom: 0;
}

.default-menu {
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}
.default-menu .slick-list {
  margin: 0 -2rem;
}
.default-menu .slick-list .wrapper {
  margin: 0 2rem;
}
.default-menu .item-list {
  margin: 0 -10px;
}
.default-menu .item-list &gt; li {
  padding: 0 10px;
}
.default-menu .item-list &gt; li .wrapper {
  min-width: 300px;
}
.default-menu li.active .wrapper,
.default-menu .current .wrapper {
  color: var(--color-secondary-100);
  font-weight: var(--fw-bold);
  border-bottom: 3px solid var(--color-secondary-100);
}
.default-menu li.active .wrapper .inner .title,
.default-menu .current .wrapper .inner .title {
  color: var(--color-secondary-100);
  font-weight: var(--fw-bold);
}
.default-menu .wrapper {
  display: block;
  font-size: var(--typo-lg);
  font-weight: var(--fw-medium);
  color: var(--color-gray);
  text-align: center;
  line-height: 1.5em;
  height: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
  background-color: #fff;
}
.default-menu .wrapper .inner .title {
  font-size: var(--typo-lg);
  text-align: center;
  font-weight: var(--fw-medium);
  color: var(--color-gray);
  margin: auto;
  line-height: 1.5em;
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.default-menu .wrapper:hover {
  color: var(--color-secondary-100);
  border-bottom: 3px solid var(--color-secondary-100);
}
.default-menu .wrapper:hover .inner .title {
  color: var(--color-secondary-100);
}
.default-menu .select2-container--default .select2-selection--single {
  border: 1px solid var(--color-secondary-100);
  background-color: var(--color-secondary-100);
}
.default-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-light);
}
.default-menu .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background-color: var(--color-secondary-100);
}
.default-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: var(--color-light);
}

.default-tab {
  margin-bottom: 3rem;
}
.default-tab .slick-list {
  margin: 0 -0.75rem;
}
.default-tab .slider .slick-prev,
.default-tab .slider .slick-next {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.default-tab .slider .slick-prev::before,
.default-tab .slider .slick-next::before {
  font-weight: var(--fw-bold);
}
.default-tab .item {
  padding: 0 0.75rem;
}
.default-tab .wrapper {
  display: inline-block;
  padding: 1.25rem;
  border: 1px solid var(--color-gray-300);
}
.default-tab .wrapper .title {
  font-size: var(--typo-lg);
  color: #585858;
}
.default-tab .wrapper:hover {
  background-color: #1477ba;
  border: 1px solid transparent;
}
.default-tab .wrapper:hover .title {
  color: var(--color-light);
}
.default-tab .current .wrapper {
  background-color: #1477ba;
  border: 1px solid transparent;
}
.default-tab .current .wrapper .title {
  color: var(--color-light);
  font-weight: var(--fw-semi-bold);
}

.default-nav .nav {
  margin: 0 -10px;
}
.default-nav .nav .nav-item {
  padding: 0 10px;
}
.default-nav .nav .nav-link {
  font-weight: var(--fw-semi-bold);
  color: var(--color-default);
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.default-nav .nav .nav-link.active {
  color: var(--color-secondary-100);
  border-bottom-color: var(--color-secondary-100);
}

.table-lang {
  margin-bottom: 20px;
}
.table-lang table {
  width: 100%;
}
.table-lang th {
  color: var(--color-secondary-100);
  font-size: var(--typo-default);
  text-align: center;
  font-weight: var(--fw-medium);
  padding: 0.75rem 1.25rem;
  background-color: var(--color-gray-300);
}
.table-lang td {
  font-size: var(--typo-sm);
  padding: 1.25rem 1.25rem;
  vertical-align: middle;
}
.table-lang td + td {
  width: 260px;
}
.table-lang .input-group-addon {
  padding: 0 20px 0 0;
  background-color: transparent;
  border: none;
  color: #333;
}

.item-list .wrapper {
  display: block;
  position: relative;
  color: var(--color-default);
}

.item-list .title {
  color: var(--color-primary);
  font-size: var(--typo-md);
  font-weight: var(--fw-semi-bold);
  line-height: 1.4em;
}

.item-list .desc {
  color: var(--color-dark);
  font-size: var(--typo-default);
  line-height: 1.4em;
}

.item-list .date {
  color: var(--color-gray-100);
  font-size: var(--typo-sm);
  line-height: 1em;
}

.item-list.-small .title {
  font-size: var(--typo-default);
}

.item-list.-small .desc {
  font-size: var(--typo-sm);
}

.item-list.-small .date {
  font-size: var(--typo-xs);
}

.default-filter {
  margin-bottom: 3rem;
}
.default-filter .form-default .form-group .form-control {
  border-radius: unset;
  height: 64px;
  border: none;
}
.default-filter .form-default .form-search {
  position: relative;
}
.default-filter .form-default .form-search .form-control {
  font-size: var(--typo-md);
  padding: 0 1.5rem;
  padding-right: 5rem;
  background-color: var(--color-light);
  border: none;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
}
.default-filter .form-default .form-search .form-control-icon {
  right: 1.25rem;
  z-index: 3;
}
.default-filter .form-default .form-search .form-control-icon span {
  font-size: 36px;
  color: var(--color-primary);
}
.default-filter .form-default .filter-form .sort .control-label {
  font-size: var(--typo-md);
  font-weight: var(--fw-bold);
}
.default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: var(--typo-md);
  font-weight: var(--fw-medium);
  color: var(--color-default);
  padding-left: 110px;
}
.default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered:lang(en) {
  padding-left: 85px;
}
.default-filter .form-default .filter-form .sort .control-label,
.default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
}
.default-filter .form-default .select2-container--default .select2-selection--single {
  height: 64px;
  border: none;
  background-color: var(--color-gray-300);
}
.default-filter .form-default .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1.25rem;
}
.default-filter .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 25px;
  color: var(--color-default);
  top: calc(50% - 10px);
}
.default-filter .form-default .select2-results__option {
  padding: 1.5rem 1rem;
}
.default-filter .btn-link {
  text-decoration: none;
}

.download-list .item-list .wrapper {
  padding: 1.5rem 1.25rem;
  border: 1px solid #ebebeb;
  -webkit-transition: All 200ms ease;
  transition: All 200ms ease;
  margin-bottom: 2rem;
}
.download-list .item-list .wrapper:hover {
  background-color: #1375be;
}
.download-list .item-list .wrapper:hover .thumb img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.download-list .item-list .wrapper:hover .title,
.download-list .item-list .wrapper:hover .desc,
.download-list .item-list .wrapper:hover .info li,
.download-list .item-list .wrapper:hover .info li + li::before,
.download-list .item-list .wrapper:hover .action a {
  color: var(--color-light);
}
.download-list .item-list .wrapper .thumb {
  padding-left: 1rem;
}
.download-list .item-list .wrapper .title {
  color: #494949;
  font-size: 20px;
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
  height: 27px;
}
.download-list .item-list .wrapper .desc {
  font-size: 16px;
  font-weight: normal;
  color: #494949;
  margin-bottom: 1rem;
}
.download-list .item-list .wrapper .info li + li:before {
  content: "";
  float: left;
  width: 1px;
  height: 15px;
  background-color: #9fabdf;
  margin: 0 10px;
  position: relative;
}
.download-list .item-list .wrapper .info li {
  font-size: 14px;
  width: 100%;
  float: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.download-list .item-list .wrapper .action a {
  font-size: 16px;
  font-weight: var(--fw-semi-bold);
  color: #d53d53;
}
.download-list .item-list .wrapper:not(:last-child) {
  margin-bottom: 2rem;
}

.circle-download {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: var(--color-gray-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circle-download span {
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: #cf514b;
}

h3[align=center] {
  font-size: var(--typo-md);
}

@media (max-width: 1440px) {
  .site-container {
    margin-top: 139px;
  }
  .default-header,
  .default-header .wrapper {
    height: 300px;
  }
  .default-header .title {
    font-size: 40px;
  }
  .default-topic .default-title {
    font-size: 40px;
  }
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 105px;
  }
}
@media (max-width: 1199px) {
  .site-container {
    margin-top: 114px;
  }
  .default-header .wrapper {
    height: 270px;
  }
  .default-header .title {
    font-size: 35px;
  }
  .default-topic .default-title {
    font-size: 36px;
  }
  .default-owl-carousel .owl-nav &gt; div {
    width: 40px;
    height: 40px;
  }
  .default-owl-carousel .owl-prev {
    margin-right: -8px;
  }
  .default-owl-carousel .owl-next {
    margin-left: -8px;
  }
  .default-menu {
    margin-bottom: 2rem;
  }
  .default-filter .form-default .form-search .form-control {
    height: 56px;
    padding: 0 1rem;
    padding-right: 4rem;
  }
  .default-filter .form-default .select2-container--default .select2-selection--single {
    height: 56px;
  }
  .default-filter .form-default .form-search .form-control-icon span {
    font-size: 28px;
  }
  .default-filter .form-default .filter-form .sort .control-label,
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
  }
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered:lang(en) {
    padding-left: 75px;
  }
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 95px;
  }
  .download-list .item-list .wrapper .thumb {
    padding-left: 0;
  }
  .download-list .item-list .wrapper .action {
    margin-top: 1.5rem;
    padding-left: 4.5rem;
  }
  .download-list .item-list .wrapper:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .site-container {
    margin-top: 50px;
  }
  .default-header,
  .default-header .wrapper {
    height: 220px;
  }
  .default-topic {
    margin-bottom: 2.75rem;
  }
  .default-header .title {
    font-size: 30px;
  }
  .default-topic .default-title {
    font-size: 32px;
  }
  .default-menu .slick-list {
    margin: 0 -3rem;
  }
  .default-menu .slick-list .wrapper {
    margin: 0 3rem;
    padding: 0.5rem 0;
    height: 45px;
  }
  .default-menu .owl-carousel .owl-prev {
    right: calc(100% - 15px);
  }
  .default-menu .owl-carousel .owl-next {
    left: calc(100% - 15px);
  }
  .default-menu.slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .default-owl-carousel .owl-prev {
    margin-right: 6px;
  }
  .default-owl-carousel .owl-next {
    margin-left: 6px;
  }
  .default-menu .item-list &gt; li .wrapper {
    min-width: 220px;
  }
  .default-tab .wrapper {
    padding: 1rem;
  }
  .default-tab .slick-list {
    margin: 0 -0.5rem;
  }
  .default-tab .item {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .default-page {
    padding: 2.75rem 0;
  }
  .default-topic {
    margin-bottom: 2rem;
  }
  .default-topic .default-title {
    font-size: 28px;
  }
  .site-container {
    margin-top: 44px;
  }
  .menu-mobile {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu-mobile .nav-menu .card-header .link {
    font-size: 20px;
  }
  .menu-mobile .menu-mobile-btn .btn-mobile {
    top: -1.5rem;
  }
  .default-header,
  .default-header .wrapper {
    height: 180px;
  }
  .default-header .title {
    font-size: 26px;
  }
  .default-header * ~ .breadcrumb-block {
    margin-top: 1.25rem;
  }
  .default-filter .form-default .form-search .form-control {
    height: 50px;
  }
  .default-filter .form-default .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .default-filter .form-default .form-search .form-control-icon span {
    font-size: 24px;
  }
  .default-filter .form-default .filter-form .sort .control-label,
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered:lang(en) {
    padding-left: 68px;
  }
  .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 88px;
  }
  .default-filter .form-default .form-search .form-control {
    padding-right: 3rem;
  }
  .default-filter .form-default .form-search .form-control-icon {
    right: 1rem;
  }
  .default-filter .form-default .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
  }
  .default-filter {
    margin-bottom: 1.5rem;
  }
  .download-list .item-list .wrapper {
    padding: 1rem;
  }
  .download-list .item-list .wrapper .action {
    padding-left: 0;
  }
  .download-list .item-list .wrapper .thumb {
    margin-bottom: 1rem;
  }
  .download-list .item-list .wrapper .thumb img {
    width: 38px;
  }
  .download-list .item-list .wrapper .thumb,
  .download-list .item-list .wrapper .title,
  .download-list .item-list .wrapper .desc {
    margin-bottom: 0.75rem;
  }
  .download-list .item-list .wrapper .action {
    margin-top: 1rem;
  }
  .circle-download {
    width: 40px;
    height: 40px;
  }
  .circle-download span {
    font-size: 15px;
  }
  .download-list .item-list .wrapper .title {
    font-size: 16px;
    height: 20px;
  }
  .download-list .item-list .wrapper .desc {
    font-size: 14px;
  }
  .download-list .item-list .wrapper .info li {
    font-size: 12px;
  }
  .download-list .item-list .wrapper .action a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .default-page {
    padding: 2rem 0;
  }
  .default-topic {
    margin-bottom: 1.25rem;
  }
  .menu-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu-mobile .nav-menu .card-header .link {
    font-size: 18px;
  }
  .default-header,
  .default-header .wrapper {
    height: 140px;
  }
  .default-header .title {
    font-size: 22px;
  }
  .default-topic .default-title {
    font-size: 24px;
  }
  .default-menu .slick-list {
    margin: 0;
  }
  .default-menu .slick-list .wrapper {
    margin: auto;
    padding: 0;
  }
  .default-menu.slider {
    padding-left: 0;
    padding-right: 0;
  }
  .default-header * ~ .breadcrumb-block {
    margin-top: 1rem;
  }
  .download-list .item-list .wrapper .info li {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .download-list .item-list .wrapper .info li + li:before {
    display: none;
  }
  .download-list .item-list .wrapper .action {
    margin-top: 1rem;
  }
}
.main-page .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-page .section.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-page .slider .slick-dots {
  margin-top: 14px;
  bottom: auto;
}
.main-page .slider .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
.main-page .slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 6px;
  border-radius: 0;
  background-color: var(--color-border-100);
}
.main-page .slider .slick-dots li button:before {
  display: none;
}
.main-page .slider .slick-dots li.slick-active button {
  background-color: var(--color-secondary-100);
}
.main-page .default-owl-carousel .owl-dot {
  border-radius: 0;
  opacity: 1;
  width: 20px;
  height: 6px;
  background-color: var(--color-border-100);
}
.main-page .default-owl-carousel .owl-dot.active {
  opacity: 1;
  width: 30px;
  background-color: var(--color-secondary-100);
}

/* New Top Graphic */
.main-slider .wrapper,
.main-slider .vdo-cover,
.main-slider .iframe-container {
  padding-top: 28.125%;
}

.main-slider .item &gt; * {
  float: left;
  width: 100%;
}

.main-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider .slick-dots {
  bottom: 25px;
}

.main-slider .wrapper {
  width: 100%;
  position: relative;
}

.main-slider .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .iframe-container {
  padding-bottom: 0;
  position: relative;
}

.main-slider .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 5px;
}

.main-slider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 20px;
  height: 6px;
  background-color: #fff;
}

.main-slider .slick-dots li button:before {
  display: none;
}

.main-slider .slick-dots .slick-active button {
  width: 30px;
  background-color: var(--color-secondary-100);
}

.wg-information {
  margin: 0;
}

.wg-information .tab-default .nav-tabs {
  margin-bottom: 20px;
}

.wg-information .tab-default .nav-tabs &gt; li &gt; a {
  font-size: 24px;
  color: #2d3090;
  border: 1px solid transparent;
  font-weight: 500;
  height: 46px;
  line-height: 44px;
  padding: 0 25px;
}

.wg-information .tab-default .nav-tabs &gt; li &gt; a:hover {
  color: #bf1e2d;
}

.wg-information .tab-default .nav-tabs &gt; li.active &gt; a,
.wg-information .tab-default .nav-tabs &gt; li.active &gt; a:hover,
.wg-information .tab-default .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #2d3090;
  border: 1px solid #2d3090;
  color: #fff;
}

.wg-information .owl-carousel {
  margin-bottom: 2rem;
}

.wg-information-pin .item-list .wrapper {
  background-color: #fff;
}

.wg-information-pin .item-list .thumb,
.wg-information-pin .item-list .thumb .cover-bg {
  width: 280px;
}

.wg-information-pin .item-list .inner {
  padding: 15px 20px 5px 20px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}

.wg-information-pin .item-list .wrapper .title,
.wg-information-pin .item-list .wrapper .desc {
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}

.wg-information-pin .item-list .desc {
  margin-bottom: 10px;
}

.wg-information-pin .item-list .wrapper .title {
  max-height: 3em;
  overflow: hidden;
}

.wg-information-pin .item-list .wrapper .desc {
  max-height: 2em;
  overflow: hidden;
}

.wg-information-pin .item-list .wrapper:hover .inner {
  background-color: #2e3192;
}

.wg-information-pin .item-list .wrapper:hover .title,
.wg-information-pin .item-list .wrapper:hover .desc {
  color: #fff;
}

.wg-information-list .link {
  color: var(--color-default);
}
.wg-information-list .link:hover .more {
  color: var(--color-primary);
}
.wg-information-list .wrapper {
  display: block;
  overflow: hidden;
}
.wg-information-list .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wg-information-list .inner .row {
  margin-top: auto;
}
.wg-information-list .thumb {
  margin-bottom: 1rem;
}
.wg-information-list .cover {
  padding-top: 70%;
}
.wg-information-list .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
  margin-bottom: 0.5rem;
}
.wg-information-list .desc {
  font-size: var(--typo-xs);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  min-height: 4.2em;
  margin-bottom: 1.25rem;
}
.wg-information-list .date {
  color: var(--color-gray-100);
}
.wg-information-list .more {
  color: var(--color-gray);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wg-information-list .date,
.wg-information-list .more {
  font-size: var(--typo-xxs);
}

.wg-information .panel-group {
  margin-bottom: 0;
}

.wg-information .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wg-information .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 10px 0 20px 0;
}

.wg-information .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.wg-information .panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border: none;
}

.wg-information .panel-default &gt; .panel-heading {
  padding: 0;
  background: none;
  border-radius: 0;
}

.wg-information .panel-title &gt; a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #2e3192;
  font-size: 22px;
  background-color: #2e3192;
  color: #fff;
  position: relative;
}

.wg-information .panel-title &gt; a:hover {
  color: #fff;
}

.wg-information .panel-title &gt; a.collapsed {
  border-color: #ebebeb;
  background-color: #fff;
  color: #2e3192;
}

.wg-information .panel-title &gt; a.collapsed:hover {
  color: #bf1e2d;
}

.wg-information .panel-title &gt; a:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.wg-information .panel-title &gt; a.collapsed:after {
  content: "\f107";
  top: 12px;
}

.wg-information .panel-group .panel + .panel {
  margin-top: 10px;
}

.wg-project {
  margin-top: 20px;
}
.wg-project .item-list {
  margin: 0 -10px;
}
.wg-project .item-list &gt; li {
  padding: 0 10px;
  width: 50%;
}
.wg-project .item-list .wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: var(--color-light);
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wg-project .item-list .wrapper:hover .inner {
  min-height: 100%;
  background-color: rgba(46, 49, 146, 0.95);
}
.wg-project .item-list .wrapper:hover .title {
  color: #fff;
  margin-top: 25px;
  margin-top: 55px;
}
.wg-project .item-list .wrapper:hover .action {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.wg-project .item-list .thumb .cover {
  padding-top: 100%;
}
.wg-project .item-list .inner {
  display: none;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2.4em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.wg-project .item-list .title {
  font-size: var(--typo-md);
  line-height: 1.2em;
  text-align: center;
  max-height: 2.4em;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.wg-project .item-list .action {
  margin-bottom: -60px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}

.wg-vdo .wrapper {
  position: relative;
  display: block;
}
.wg-vdo .cover-bg {
  position: relative;
}
.wg-vdo .thumb-vdo {
  background-color: var(--color-light);
}
.wg-vdo .thumb-vdo .cover {
  padding-top: 63.64%;
}
.wg-vdo .slider .slick-list {
  margin: 0 -1rem;
}
.wg-vdo .slider .item {
  padding: 0 1rem;
  cursor: pointer;
}

.wg-vdo .cover-bg iframe,
.wg-vdo .cover-bg &gt; div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wg-emagazine .item-list {
  margin: 0 -0.6rem;
}
.wg-emagazine .item-list li {
  padding: 0 0.6rem;
}
.wg-emagazine .item-list li a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wg-emagazine .item-list li a .inner {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 0.7rem;
  background-color: #f1f1f1;
}
.wg-emagazine .item-list li a .inner .title {
  font-size: var(--typo-sm);
  color: var(--color-dark);
  margin-bottom: 1.6rem;
  line-height: 1.3em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}
.wg-emagazine .item-list li a .inner .date,
.wg-emagazine .item-list li a .inner .view {
  font-size: var(--typo-xs);
  color: #888787;
}
.wg-emagazine .item-list li a:hover .inner {
  background-color: var(--color-secondary-100);
}
.wg-emagazine .item-list li a:hover .inner .title,
.wg-emagazine .item-list li a:hover .inner .date,
.wg-emagazine .item-list li a:hover .inner .view {
  color: var(--color-light);
}
.wg-emagazine .item-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -35px;
}
.wg-emagazine .item-list .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
}
.wg-emagazine .item-list .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 20px;
  height: 6px;
  background-color: #cccccc;
}
.wg-emagazine .item-list .slick-dots li button:before {
  display: none;
}
.wg-emagazine .item-list .slick-dots .slick-active button {
  width: 30px;
  background-color: var(--color-secondary-100);
}

.wg-hilight-project .item-list {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.wg-hilight-project .item-list .item {
  padding: 0 0.6rem;
}
.wg-hilight-project .item-list .item .wrapper .thumb .cover {
  padding-bottom: 71%;
}
.wg-hilight-project .item-list .item .wrapper .inner .country .thumb {
  width: 44px;
}
.wg-hilight-project .item-list .item .wrapper .inner .country .thumb .cover {
  padding-bottom: 28px;
}
.wg-hilight-project .item-list .item .wrapper .inner .country .btn {
  margin-left: 0.2rem;
}
.wg-hilight-project .item-list .item .wrapper .inner .hashtag {
  margin-left: 0.5rem;
}
.wg-hilight-project .item-list .item .wrapper .inner .btn {
  height: 28px;
  font-size: var(--typo-xs);
  line-height: 22px;
  padding: 0 10px;
}
.wg-hilight-project .item-list .item .wrapper .inner .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  margin-bottom: 0.6rem;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}
.wg-hilight-project .item-list .item .wrapper .inner .desc {
  font-size: var(--typo-xs);
  font-weight: normal;
  color: var(--color-dark);
  margin-bottom: 1rem;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}
.wg-hilight-project .item-list .item .wrapper .inner .date {
  font-size: 12px;
  color: var(--color-gray);
}
.wg-hilight-project .item-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -35px;
}
.wg-hilight-project .item-list .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
}
.wg-hilight-project .item-list .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 20px;
  height: 6px;
  background-color: #cccccc;
}
.wg-hilight-project .item-list .slick-dots li button:before {
  display: none;
}
.wg-hilight-project .item-list .slick-dots .slick-active button {
  width: 30px;
  background-color: var(--color-secondary-100);
}
.wg-hilight-project .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-hilight-project .slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

.wg-information .nav {
  width: 320px;
}

.wg-purchase {
  background-color: #f1f1f1;
}
.wg-purchase .item-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.wg-purchase .item-list li .title {
  font-size: var(--typo-sm);
  color: var(--color-dark);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  min-height: 3em;
}
.wg-purchase .item-list li .action {
  text-align: right;
}

@media (max-width: 1199px) {
  .main-slider {
    margin-top: 0;
  }
  .main-slider .slick-dots {
    bottom: 20px;
  }
  .main-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .main-slider .wrapper {
    height: 320px;
  }
  .main-slider .iframe-container {
    height: 320px;
  }
  .main-slider video {
    height: 320px;
  }
  .wg-emagazine {
    margin-bottom: 5rem;
  }
  .wg-emagazine .item-list {
    margin: 0 -0.5rem;
  }
  .wg-emagazine .item-list li {
    padding: 0 0.5rem;
  }
  .wg-emagazine .item-list .slick-dots {
    bottom: -30px;
  }
  .wg-emagazine .item-list li a .inner .title {
    height: 35px;
  }
  .wg-information .nav {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .main-slider {
    margin-top: 0;
  }
  .main-slider .slick-dots {
    bottom: 15px;
  }
  .main-slider .slick-dots li {
    margin: 0 3px;
  }
  .main-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .main-slider .wrapper {
    height: 280px;
  }
  .main-slider .iframe-container {
    height: 280px;
  }
  .main-slider video {
    height: 280px;
  }
  .main-page .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wg-vdo .slider .slick-list {
    margin: 0 -0.5rem;
  }
  .wg-vdo .slider .item {
    padding: 0 0.5rem;
  }
  .wg-purchase .item-list li {
    padding: 1.2rem 0;
  }
  .wg-purchase .item-list li .action {
    text-align: left;
    margin-top: 0.7rem;
  }
  .wg-information .nav {
    width: 234px;
  }
}
@media (max-width: 767px) {
  .main-slider {
    margin-top: 0;
  }
  .main-slider .slick-dots {
    bottom: 15px;
  }
  .main-slider .slick-dots li {
    margin: 0 3px;
  }
  .main-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .main-slider .wrapper {
    height: 180px;
  }
  .main-slider .iframe-container {
    height: 180px;
  }
  .main-slider video {
    height: 180px;
  }
  .wg-information-list {
    margin: 0 -7.5px;
  }
  .wg-information-list .owl-carousel .owl-item {
    padding: 0 7.5px;
  }
  .main-page .section {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .wg-emagazine .item-list li a .inner .title {
    margin-bottom: 1.3rem;
  }
  .wg-information .nav {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .wg-purchase .item-list li {
    padding: 1rem 0;
  }
  .wg-purchase .item-list li .action .btn {
    height: 30px;
    line-height: 28px;
  }
  .wg-hilight-project .item-list .item .wrapper .inner .title,
  .wg-hilight-project .item-list .item .wrapper .inner .desc {
    margin-bottom: 0.7rem;
  }
}
.career-page .wg-career-block {
  height: auto;
  margin-bottom: -1px;
}
.career-page .wg-career-list {
  height: auto;
  overflow: inherit;
}
.career-page .PDF-resume iframe {
  height: 1195px;
}
.career-page .detail-header .info2 .icon &gt; img {
  height: 50px;
}

.announced-page .wg-career-list .item-list li {
  width: 100%;
}
.announced-page .wg-career-list .item-list .date {
  margin-bottom: 0;
}

.career-header {
  height: 400px;
  background: url("../image/asset/career-header.jpg") center no-repeat;
  background-size: cover;
}
.career-header .wrapper {
  padding-top: 70px;
}
.career-header .wrapper .title {
  font-size: 34px;
  color: #2e3192;
  line-height: 1em;
  margin-bottom: 20px;
  word-break: keep-all;
}
.career-header .wrapper .desc {
  font-size: 24px;
  color: #333;
}
.career-header .thumb {
  position: relative;
  left: -30px;
}

.career-nav {
  margin-bottom: 30px;
  display: inline-block;
}
.career-nav li {
  float: left;
  position: relative;
}
.career-nav li + li {
  margin-left: 20px;
}
.career-nav li + li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #e1e1e1;
}
.career-nav .link {
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  color: #2e3192;
}
.career-nav .link:hover {
  background-color: #f5f5f5;
}
.career-nav .active .link {
  background-color: #2e3192;
  color: #fff;
}
.career-nav .active .icon {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.career-nav .icon {
  width: 46px;
  height: 46px;
  position: relative;
  margin-right: 8px;
}

.career-progress {
  margin-bottom: 2.5rem;
}
.career-progress .item-list &gt; li {
  float: left;
  width: 25%;
  position: relative;
}
.career-progress .item-list &gt; li:not(:last-child) .wrapper {
  border-right: 2px solid var(--color-gray-300);
}
.career-progress .wrapper {
  position: relative;
  width: 100%;
  padding: 1.5rem 1.25rem;
  text-align: center;
  -webkit-box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.22);
  box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.22);
}
.career-progress .wrapper &gt; div {
  margin-left: auto;
  margin-right: auto;
}
.career-progress .thumb {
  width: 48px;
  margin-bottom: 0.75rem;
}
.career-progress .thumb .icon {
  display: block;
  width: 48px;
}
.career-progress .title {
  color: #4e4e50;
  font-size: var(--typo-md);
}
.career-progress .desc {
  color: #4e4e50;
  font-size: var(--typo-xxs);
  font-weight: 500;
  margin-top: 0.5rem;
}
.career-progress .active:after {
  border-left-color: #2e3192;
}
.career-progress .active .thumb .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.career-progress .active .wrapper {
  background-color: var(--color-secondary-100);
}

.career-progress .active .title,
.career-progress .active .desc {
  color: var(--color-light);
}

.career-form {
  margin-top: 10px;
}
.career-form hr {
  opacity: 0.75;
  border-width: 3px;
  border-color: var(--color-secondary-100);
  margin: 1.25 0 2rem 0;
}
.career-form .form-pin {
  margin-bottom: 40px;
  padding: 40px;
  min-height: 200px;
  width: 100%;
  background: var(--color-gray-300);
}
.career-form .form-pin .thumb {
  width: 230px;
}
.career-form .form-pin .cover-bg {
  height: 250px;
  background-color: #fff;
}
.career-form .form-pin .select2-container--default .select2-selection--single {
  background-color: var(--color-gray-300);
}
.career-form .form-pin .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background-color: var(--color-light);
}
.career-form .form-pin .form-control {
  background-color: var(--color-gray-300);
}
.career-form .form-pin .form-control:focus {
  background-color: var(--color-light);
}
.career-form .form-inner {
  padding: 20px 30px 10px 30px;
  border: 1px solid #e1e1e1;
  min-height: 200px;
  margin-top: 20px;
}
.career-form .form-block {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.career-form .form-block.mb-30 {
  margin-bottom: 30px;
}
.career-form .form-block .form-btn {
  margin-top: 10px;
}
.career-form .form-block .form-btn.pl-0 {
  padding-left: 0;
}
.career-form .form-topic {
  font-size: var(--typo-xl);
  line-height: 1.2em;
  font-weight: 500;
  color: var(--color-secondary-100);
  margin-bottom: 1.25rem;
}
.career-form .form-topic small {
  font-size: var(--typo-default);
  font-weight: var(--fw-medium);
  color: var(--color-dark);
}
.career-form .control-label {
  font-weight: normal;
  color: var(--color-secondary-100);
}
.career-form .form-action {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.career-form .form-action .btn {
  text-transform: uppercase;
  min-width: 180px;
}
.career-form .checkbox-control .txt {
  padding-left: 35px;
}
.career-form .checkbox-note {
  font-size: var(--typo-sm);
  line-height: 1.4em;
  margin-top: 30px;
}
.career-form .checkbox-list {
  padding-left: 0;
  padding-right: 0;
}
.career-form .checkbox-list .checkbox-control .icon {
  border-radius: 50%;
}
.career-form .checkbox-list .checkbox-control input[type=checkbox]:checked ~ .icon {
  background-color: transparent;
  border-color: #707070;
}
.career-form .checkbox-list .checkbox-control input[type=checkbox]:checked ~ .icon::before {
  color: var(--color-secondary-100);
  font-size: 16px;
  top: 2px;
}
.career-form .form-sign {
  margin-top: 30px;
}
.career-form .form-sign .wrapper {
  display: inline-block;
  width: 440px;
  margin-left: auto;
}
.career-form .form-sign .control-label {
  font-size: var(--typo-default);
}
.career-form .form-sign .align-items-center .control-label {
  margin-bottom: 0;
}
.career-form .form-sign .sign-date .control-label {
  font-size: var(--typo-sm);
}
.career-form .form-sign .row &gt; .-col-1 {
  width: 70px;
}
.career-form.-policy .header {
  padding: 35px 0;
}
.career-form.-policy .header .thumb {
  text-align: center;
  margin-bottom: 10px;
}
.career-form.-policy .header .txt {
  text-align: center;
}
.career-form.-policy .signature {
  text-align: center;
  margin-bottom: 10px;
}
.career-form.-training .form-head {
  text-align: center;
}
.career-form.-training .form-pin {
  display: inline-block;
  width: auto;
  border: 0;
}
.career-form.-training .form-pin &gt; div {
  display: block;
}
.career-form.-training .form-pin .thumb {
  margin: 0 auto;
}
.career-form.-training .form-pin .inner {
  padding-left: 0px;
  padding-top: 20px;
}
.career-form.-training .form-pin .form-btn .input-group-addon {
  padding: 10px 0 0 0;
  display: block;
  text-align: center;
}
.career-form.-training .control-label.note {
  margin-bottom: 0;
}
.career-form.-training .btn.-delete {
  border: 1px solid #bf1e2d;
  background-color: #bf1e2d;
  color: #fff;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.career-form.-training .btn.-delete .icon-close {
  background-image: none;
  font-size: 20px;
}
.career-form.-training .btn.-delete .icon-close:before {
  content: "x";
}
.career-form.-training .txt-file {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-left: 60px;
  padding-top: 5px;
  padding-left: 10px;
}
.career-form.-training .txt-file strong {
  font-weight: 500;
  color: #2e3192;
}
.career-form.-training .txt-file.-pdl {
  margin-left: 130px;
}
.career-form.-training .txt-file.-pdl0 {
  padding-left: 10px;
}
.career-form.-training .form-decimal-inner .checkbox-control {
  margin-top: 10px;
}
.career-form.-training #uploadTOEFL .form-group {
  margin-bottom: 0;
}
.career-form.-training #uploadTOEFL .txt-file {
  margin-left: 0;
}
.career-form.-training #uploadTOEIC .form-group {
  margin-bottom: 0;
}
.career-form.-training #uploadTOEIC .txt-file {
  margin-left: 0;
}
.career-form .radio-list &gt; .row &gt; div {
  margin-bottom: 2rem;
}
.career-form .form-decimal-thumb .icon {
  margin-right: 1.25rem;
}
.career-form .form-group .note {
  font-size: var(--typo-sm);
  color: #b5b5b5;
}

.wg-career-header {
  height: 46px;
  background-color: #2e3192;
  padding: 0 25px;
}

.wg-career-header .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
}

.wg-career-header .info {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}

.wg-career-list {
  height: 412px;
  overflow: auto;
}

.wg-career-list .item-list {
  margin: 0 -10px;
}

.wg-career-list .item-list li {
  padding: 0 10px;
  width: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.wg-career-list .item-list li:not(:last-child) {
  margin-bottom: 20px;
}

.wg-career-list .item-list .wrapper {
  color: var(--color-secondary-100);
  background-color: var(--color-gray-300);
  padding: 15px 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.wg-career-list .item-list .wrapper .link {
  color: var(--color-secondary-100);
}

.wg-career-list .item-list .title {
  color: var(--color-secondary-100);
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  line-height: 1.4em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 1;
  max-height: 1.4em;
  margin-bottom: 0.5rem;
}

.wg-career-list .item-list .date {
  font-size: var(--typo-sm);
  margin-bottom: 0.5rem;
}

.wg-career-list .item-list .info {
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  line-height: 1em;
  position: relative;
  margin-bottom: 0.5rem;
}

.wg-career-list .item-list .desc {
  color: var(--color-secondary-100);
  font-size: var(--typo-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wg-career-list .item-list .action .readmore {
  font-size: 18px;
  font-weight: var(--fw-semi-bold);
}

.wg-career-list .item-list .action .btn + .btn {
  margin-left: 6px;
}

.wg-career-list .item-list .wrapper:hover {
  color: var(--color-light);
  background-color: var(--color-secondary-100);
}

.wg-career-list .item-list .wrapper:hover .title,
.wg-career-list .item-list .wrapper:hover .desc {
  color: var(--color-light);
}

.wg-career-list .item-list .wrapper:hover .link {
  color: var(--color-light);
}

.wg-career-list .item-list .wrapper:hover .location .icon-pin-map {
  -webkit-filter: invert(1) grayscale(1) brightness(4);
          filter: invert(1) grayscale(1) brightness(4);
}

.wg-career-list .location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--typo-sm);
}
.wg-career-list .location &gt; span {
  line-height: 25px;
}
.wg-career-list .location .icon {
  margin-right: 1rem;
}
.wg-career-list .location .icon-pin-map {
  width: 16px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_88126' data-name='Group 88126' xmlns='http://www.w3.org/2000/svg' width='16.954' height='25.808' viewBox='0 0 16.954 25.808'%3E%3Cg id='Group_88125' data-name='Group 88125' transform='translate(0)'%3E%3Cg id='Group_4549' data-name='Group 4549'%3E%3Cg id='Group_4542' data-name='Group 4542' transform='translate(8.023 1.995)'%3E%3Cg id='Group_4541' data-name='Group 4541' transform='translate(0)'%3E%3Cpath id='Path_7641' data-name='Path 7641' d='M247.4,40a.5.5,0,1,0,.495.5A.5.5,0,0,0,247.4,40Z' transform='translate(-246.9 -40.005)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4544' data-name='Group 4544' transform='translate(4.987 4.986)'%3E%3Cg id='Group_4543' data-name='Group 4543' transform='translate(0)'%3E%3Cpath id='Path_7642' data-name='Path 7642' d='M189.516,100a3.491,3.491,0,0,0-.052,6.981h.027a3.491,3.491,0,0,0,.026-6.981Zm-.026,5.984h-.019a2.493,2.493,0,0,1,.018-4.986h.019a2.493,2.493,0,0,1-.018,4.986Z' transform='translate(-185.999 -100.002)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4546' data-name='Group 4546' transform='translate(9.987 2.344)'%3E%3Cg id='Group_4545' data-name='Group 4545' transform='translate(0)'%3E%3Cpath id='Path_7643' data-name='Path 7643' d='M286.952,47.04a.5.5,0,1,0-.333.94,5.479,5.479,0,0,1,3.643,5.205.5.5,0,0,0,.495.5h0a.5.5,0,0,0,.5-.495A6.477,6.477,0,0,0,286.952,47.04Z' transform='translate(-286.287 -47.011)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4548' data-name='Group 4548'%3E%3Cg id='Group_4547' data-name='Group 4547'%3E%3Cpath id='Path_7644' data-name='Path 7644' d='M97.533,18.771c3.317-4.269,5.389-6.5,5.417-10.23A8.477,8.477,0,1,0,86,8.413c-.029,3.836,2.083,6.059,5.422,10.357C88.1,19.267,86,20.514,86,22.04c0,1.022.945,1.939,2.66,2.582a19.085,19.085,0,0,0,11.633,0c1.715-.643,2.66-1.56,2.66-2.582C102.95,20.515,100.852,19.268,97.533,18.771ZM86.994,8.421a7.48,7.48,0,1,1,14.959.112c-.027,3.547-2.225,5.733-5.734,10.308-.626.816-1.2,1.587-1.745,2.341-.543-.755-1.106-1.512-1.741-2.341C89.079,14.074,86.967,12.053,86.994,8.421Zm7.479,16.112c-4.281,0-7.479-1.316-7.479-2.493,0-.873,1.912-1.975,5.127-2.357.711.933,1.334,1.78,1.945,2.645a.5.5,0,0,0,.407.211h0a.5.5,0,0,0,.407-.21c.605-.854,1.245-1.722,1.95-2.645,3.212.382,5.123,1.484,5.123,2.357C101.953,23.217,98.754,24.533,94.473,24.533Z' transform='translate(-85.996)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4546-2' data-name='Group 4546' transform='translate(9.988 9.59)'%3E%3Cg id='Group_4545-2' data-name='Group 4545' transform='translate(0)'%3E%3Cpath id='Path_7643-2' data-name='Path 7643' d='M286.952,47.04a.5.5,0,1,0-.333.94,5.479,5.479,0,0,1,3.643,5.205.5.5,0,0,0,.495.5h0a.5.5,0,0,0,.5-.495A6.477,6.477,0,0,0,286.952,47.04Z' transform='translate(-286.287 -47.011)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4548-2' data-name='Group 4548' transform='translate(0 0.278)'%3E%3Cg id='Group_4547-2' data-name='Group 4547'%3E%3Cpath id='Path_7644-2' data-name='Path 7644' d='M97.533,18.771c3.317-4.269,5.389-6.5,5.417-10.23A8.477,8.477,0,1,0,86,8.413c-.029,3.836,2.083,6.059,5.422,10.357C88.1,19.267,86,20.514,86,22.04c0,1.022.945,1.939,2.66,2.582a19.085,19.085,0,0,0,11.633,0c1.715-.643,2.66-1.56,2.66-2.582C102.95,20.515,100.852,19.268,97.533,18.771ZM86.994,8.421a7.48,7.48,0,1,1,14.959.112c-.027,3.547-2.225,5.733-5.734,10.308-.626.816-1.2,1.587-1.745,2.341-.543-.755-1.106-1.512-1.741-2.341C89.079,14.074,86.967,12.053,86.994,8.421Zm7.479,16.112c-4.281,0-7.479-1.316-7.479-2.493,0-.873,1.912-1.975,5.127-2.357.711.933,1.334,1.78,1.945,2.645a.5.5,0,0,0,.407.211h0a.5.5,0,0,0,.407-.21c.605-.854,1.245-1.722,1.95-2.645,3.212.382,5.123,1.484,5.123,2.357C101.953,23.217,98.754,24.533,94.473,24.533Z' transform='translate(-85.996)' fill='%230078c0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media (min-width: 768px) {
  .career-form .form-pin &gt; .row &gt; .col-md-adjust {
    max-width: calc(100% - 210px);
  }
}
@media (min-width: 992px) {
  .career-form .form-pin &gt; .row &gt; .col-md-adjust {
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 1366px) {
  .career-page .PDF-resume iframe {
    height: 595px;
  }
}
@media (max-width: 1199px) {
  .career-progress .wrapper {
    padding: 15px;
    display: block;
    height: auto;
  }
  /* .career-progress .wrapper &gt; div{display:block;width:auto;} */
  .career-progress .thumb {
    text-align: center;
    margin-bottom: 10px;
  }
  .career-progress .inner {
    padding-left: 0px;
    text-align: center;
  }
  .career-progress .line {
    margin: 2px auto;
  }
  .career-page .PDF-resume iframe {
    height: 1195px;
  }
  /* .career-form .form-pin .inner{padding-left:40px;} */
  .career-form .form-decimal-thumb .icon {
    margin-right: 1rem;
  }
  .wg-career-list .item-list .action .readmore {
    font-size: 16px;
  }
  .career-page .detail-header .info2 .icon &gt; img {
    height: 44px;
  }
}
@media (max-width: 991px) {
  .career-form .form-pin .thumb {
    width: 180px;
  }
  .career-form .form-pin .cover-bg {
    height: 200px;
  }
  .career-header .wrapper {
    padding-top: 40px;
  }
  .career-header {
    background: none;
    height: auto;
    padding-bottom: 50px;
  }
  .career-header .wrapper .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .career-header .wrapper .desc {
    font-size: 22px;
  }
  .career-progress .desc {
    line-height: 1em;
    height: 2em;
  }
  .career-page .PDF-resume iframe {
    height: 600px;
  }
  .career-form .form-pin .form-btn .btn {
    margin-right: 15px;
  }
  .career-form .form-pin .form-btn .input-group-addon {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .career-form .form-pin .form-btn .input-group-addon[style*="width: 375px;"] {
    width: auto !important;
    margin: 0 auto;
  }
  .table-lang tr:first-child th:first-child {
    width: 16%;
  }
  .career-page .detail-header .info2 .icon &gt; img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .career-form .form-pin {
    margin-bottom: 40px;
    padding: 30px 20px;
  }
  .career-nav {
    width: 100%;
  }
  .career-header .wrapper {
    padding-top: 30px;
  }
  .career-header {
    padding-bottom: 30px;
  }
  .career-header .wrapper .title {
    font-size: 26px;
  }
  .career-header .wrapper .desc {
    font-size: 20px;
  }
  .career-nav {
    margin-bottom: 20px;
  }
  .career-progress .line {
    display: none;
  }
  .career-progress .desc {
    display: none;
  }
  .career-progress .thumb,
  .career-progress .thumb .icon {
    width: 40px;
  }
  .career-form .form-action .btn {
    min-width: 140px;
  }
  .career-form .form-topic {
    margin-bottom: 1rem;
  }
  .career-form .form-pin {
    display: block;
  }
  .career-form .form-pin &gt; div {
    display: block;
  }
  .career-form .form-pin .thumb {
    margin: 0 auto;
  }
  .career-form .form-pin .inner {
    padding-left: 0;
    padding-top: 30px;
  }
  .table-lang {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .table-lang table {
    width: 100%;
    min-width: 767px;
    max-width: 767px;
  }
  .career-form .form-decimal-inner .checkbox-control {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .career-form .checkbox-control .txt {
    padding-left: 28px;
  }
  .career-form .form-default .input-group-addon {
    padding-left: 0;
  }
  .career-form .radio-list &gt; .row &gt; div {
    margin-bottom: 1.25rem;
  }
  .career-form .checkbox-list .checkbox-control input[type=checkbox]:checked ~ .icon::before {
    font-size: 14px;
    top: 0px;
  }
  .career-form .form-sign .row &gt; .-col-1 {
    width: 54px;
  }
  .wg-career-list .item-list li {
    width: 100%;
  }
  .wg-career-list .location .icon-pin-map {
    width: 12px;
    height: 20px;
  }
  .wg-career-list .location &gt; span {
    line-height: 20px;
  }
  .wg-career-list .location .icon {
    margin-right: 0.5rem;
  }
  .wg-career-list .item-list .action .readmore {
    font-size: 14px;
  }
  .career-page .detail-header .info2 .icon &gt; img {
    height: 30px;
  }
  .detail-header .title {
    font-size: var(--typo-lg);
  }
}
@media (max-width: 575px) {
  .career-progress .wrapper {
    padding: 10px;
  }
  .career-progress .action .btn {
    width: 100%;
    min-width: unset;
    margin-bottom: 1rem;
  }
  .career-progress li:after {
    display: none;
  }
  .career-progress .thumb,
  .career-progress .thumb .icon {
    width: 36px;
  }
  .career-progress {
    padding: 20px 0;
  }
  .career-form .form-pin .thumb {
    width: auto;
    max-width: 180px;
  }
  .career-form .form-pin .cover-bg {
    height: auto;
  }
  .career-form .form-pin {
    padding: 20px;
  }
  .career-form .form-pin .inner .form-btn .input-group .btn {
    margin: 0 auto;
    display: block;
  }
  .career-form .form-pin .inner .form-btn .input-group .input-group-addon {
    padding-left: 0;
    padding-top: 15px;
  }
  .career-form .form-action .btn {
    min-width: unset;
    width: 100%;
  }
  .career-form .form-decimal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-form .form-decimal-thumb .icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.about-page .about-menu .current .wrapper .title {
  color: #1477ba;
  font-weight: var(--fw-bold);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about-page .about-menu .wrapper .title {
  color: var(--color-gray);
  padding-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about-page .about-menu .wrapper .title:hover {
  color: #1477ba;
}
.about-page .about-body {
  padding: 0;
}

.about-header {
  height: auto;
  background-size: cover;
}

.about-header .default-title {
  color: #2e3192;
  font-size: 36px;
  font-weight: 500;
}

.about-header .vdo {
  margin-top: 70px;
  margin-left: 40px;
  width: 540px;
}

.about-header .vdo .wrapper {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.about-header .vdo .wrapper &gt; div {
  display: table-cell;
  vertical-align: top;
}

.about-header .vdo .wrapper .thumb,
.about-header .vdo .wrapper .thumb figure {
  width: 123px;
}

.about-header .vdo .wrapper .inner {
  font-size: 28px;
  padding-left: 25px;
  padding-top: 5px;
  word-break: keep-all;
  line-height: 1em;
}

.about-header .vdo-yt {
  position: relative;
  padding-top: 56%;
}

.about-header .vdo-yt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .about-header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .about-header {
    padding: 0 0;
  }
}
.news-page .news-header {
  padding-bottom: 7rem;
}
.news-page .news-pin .item-list .slick-prev,
.news-page .news-pin .item-list .slick-next {
  width: 49px;
  height: 49px;
}
.news-page .news-pin .item-list .slick-prev:before,
.news-page .news-pin .item-list .slick-next:before {
  font-weight: var(--fw-bold);
}
.news-page .news-pin .item-list .slick-dots {
  margin-top: 2.5rem;
}
.news-page .news-pin .wrapper .thumb .cover-bg {
  padding-bottom: 23.5%;
}
.news-page .news-pin .wrapper .inner {
  display: grid;
  grid-gap: 10px;
  padding: 2rem;
  background-color: var(--color-info);
  height: 100%;
}
.news-page .news-pin .wrapper .inner .category-tag {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--color-light);
  color: #D53D53;
  padding: 0.9rem 1.4rem;
  border-radius: 24px;
  margin-bottom: 0.5rem;
}
.news-page .news-pin .wrapper .inner .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  color: var(--color-light);
  margin-bottom: 2rem;
  line-height: 1.5;
}
.news-page .news-pin .wrapper .inner .desc {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--color-light);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.news-page .news-pin .wrapper .inner .date {
  font-size: var(--typo-sm);
  color: var(--color-light);
  margin-bottom: 3rem;
}
.news-page .news-pin .wrapper .inner .date .view {
  padding-left: 2rem;
}
.news-page .news-pin .wrapper .inner .read-more {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--color-light);
}
.news-page .news-list .item-list {
  margin: 0 -10px;
}
.news-page .news-list .item-list li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.news-page .news-list .item-list .wrapper {
  margin-bottom: 4rem;
  -webkit-transition: All 0ms ease;
  -moz-transition: All 0ms ease;
  -o-transition: All 0ms ease;
}
.news-page .news-list .item-list .wrapper:hover .cover-bg {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news-page .news-list .item-list .wrapper:hover .inner .read-more {
  color: #D53D53;
}
.news-page .news-list .item-list .wrapper .thumb .cover-bg {
  -webkit-transition: All 600ms ease;
  -moz-transition: All 600ms ease;
  -o-transition: All 600ms ease;
  padding-bottom: 19%;
}
.news-page .news-list .item-list .wrapper .inner .category-tag {
  font-size: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #F5F5F5;
  color: #D53D53;
  padding: 0.6rem 1.2rem;
  border-radius: 24px;
  margin-bottom: 0.8rem;
}
.news-page .news-list .item-list .wrapper .inner .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-default);
  line-height: 1.5;
  margin-bottom: 1.3rem;
  height: 45px;
}
.news-page .news-list .item-list .wrapper .inner .desc {
  font-size: var(--typo-xs);
  color: var(--color-default);
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
.news-page .news-list .item-list .wrapper .inner .date {
  font-size: 10px;
  color: #888888;
}
.news-page .news-list .item-list .wrapper .inner .read-more {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-default);
}

@media (max-width: 1440px) {
  .news-page .news-pin .wrapper .inner .desc,
  .news-page .news-pin .wrapper .inner .read-more {
    font-size: var(--typo-md);
  }
  .news-page .news-list .item-list .wrapper {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .news-page .news-header {
    padding-bottom: 6rem;
  }
  .news-page .news-pin .wrapper .thumb .cover-bg {
    padding-bottom: 34.5%;
  }
  .news-page .news-pin .item-list .slick-prev {
    left: -60px;
  }
  .news-page .news-pin .item-list .slick-next {
    right: -60px;
  }
  .news-page .news-pin .item-list .slick-dots {
    margin-top: 2rem;
  }
  .news-page .news-pin .item-list .slick-dots li button {
    width: 24px;
    height: 24px;
  }
  .news-page .news-list .item-list .wrapper .inner .title {
    margin-bottom: 1rem;
  }
  .news-page .news-list .item-list .wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .news-page .news-header {
    padding-bottom: 5rem;
  }
  .news-page .news-pin .wrapper .inner {
    grid-gap: 0;
    padding: 1.5rem;
  }
  .news-page .news-pin .wrapper .inner .category-tag {
    padding: 0.8rem 1rem;
    margin-bottom: 0.8rem;
  }
  .news-page .news-pin .wrapper .inner .title,
  .news-page .news-pin .wrapper .inner .desc {
    margin-bottom: 1rem;
  }
  .news-page .news-pin .wrapper .inner .date {
    margin-bottom: 2rem;
  }
  .news-page .news-pin .item-list .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .news-page .news-list .item-list {
    margin: 0 -5px;
  }
  .news-page .news-list .item-list li {
    padding: 0 5px;
  }
  .news-page .news-list .item-list .wrapper {
    margin-bottom: 0.6rem;
  }
  .news-page .news-list .item-list .wrapper .inner {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .news-page .news-header {
    padding-bottom: 4rem;
  }
  .news-page .news-pin .item-list .slick-dots {
    margin-top: 1.5rem;
  }
  .news-page .news-list .item-list li {
    width: 100%;
  }
  .news-page .news-list .item-list .wrapper .thumb .cover-bg {
    padding-bottom: 0;
  }
  .news-page .news-list .item-list .wrapper .inner {
    margin-top: 0.5rem;
  }
}
.project-page .default-tab .wrapper:hover {
  background-color: #d53d53;
}
.project-page .default-tab .current .wrapper {
  background-color: #d53d53;
}
.project-page .action {
  position: relative;
  z-index: 2;
}
.project-page .action .view-all {
  font-size: 16px;
  font-weight: var(--fw-semi-bold);
  color: #494949;
}
.project-page .action .view-all:hover {
  color: var(--color-secondary-100);
}
.project-page .country-list .slick-slider {
  margin-bottom: 4rem;
}
.project-page .country-list .slick-dotted.slick-slider {
  margin-bottom: 8rem;
}
.project-page .country-list .slider .slick-dots {
  margin-top: 3rem;
}
.project-page .country-list .slider .slick-prev,
.project-page .country-list .slider .slick-next {
  z-index: 1;
}
.project-page .country-list .slider .slick-prev {
  left: -30px;
}
.project-page .country-list .slider .slick-next {
  right: -30px;
}
.project-page .country-list .country-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-page .country-list .country-menu a {
  color: var(--color-light);
}
.project-page .country-list .country-menu a:hover {
  opacity: 0.75;
}
.project-page .country-list .country-menu ul &gt; li + li {
  margin-top: 1rem;
}
.project-page .country-list .item {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.22);
  box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.22);
}
.project-page .country-list .item:hover .country-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project-page .country-list .item:not(.slick-active) {
  opacity: 0;
}
.project-page .country-list .item.slick-current .wrapper {
  background-color: transparent;
  border: transparent;
  color: var(--color-light);
}
.project-page .country-list .item.slick-current .wrapper::before {
  opacity: 1;
  visibility: visible;
}
.project-page .country-list .item.slick-current .cover-bg {
  border-color: var(--color-light);
}
.project-page .country-list .item[data-slick-index="1"] .wrapper {
  border-color: transparent;
}
.project-page .country-list .wrapper {
  position: relative;
  display: block;
  color: var(--color-dark);
  background-color: var(--color-light);
  padding: 20px 20px;
  border-left: 3px solid var(--color-gray-300);
  -webkit-box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.25);
  box-shadow: 0px 3px 45px rgba(209, 209, 209, 0.25);
}
.project-page .country-list .wrapper .title {
  font-size: var(--typo-md);
  font-weight: var(--fw-semi-bold);
}
.project-page .country-list .wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, #b31933 0%, #d86453 45.81%, #d53d53 100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.project-page .country-list .cover-bg {
  width: 94px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-border);
  border: 4px solid transparent;
}
.project-page .country-list .current .wrapper {
  background-color: var(--color-border);
  border-color: #2d308f;
}
.project-page .country-list .slick-list {
  padding: 45px;
  margin: -45px;
}
.project-page .country-list .owl-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  text-align: center;
}
.project-page .country-list .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}
.project-page .country-list .owl-dot.active {
  background-color: #bf1e2d;
}
.project-page .country-list .row &gt; div {
  text-align: center;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.project-page .country-list .row &gt; div:hover {
  color: #333;
}

.project-country-topic {
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  font-size: var(--typo-xl);
  margin-bottom: 40px;
}

.project-country .country-list .cover-bg {
  overflow: hidden;
  border-radius: 50%;
}

.project-country .country-list .dropdown-menu &gt; li &gt; a:hover,
.project-country .country-list .dropdown-menu &gt; li &gt; a:focus {
  background: #2d308f;
  color: #fff;
}

.project-body {
  padding-bottom: 60px;
  min-height: 600px;
  background: url("../image/background/bg-gray-gra.jpg") top center;
  background-repeat: repeat-x;
}

.project-menu {
  padding-top: 40px;
  margin-bottom: 80px;
}
.project-menu .wrapper {
  display: table;
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 4px solid #fff;
}
.project-menu .wrapper .thumb {
  width: 60px;
}
.project-menu .wrapper .inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.project-menu .wrapper .title {
  text-align: left;
  color: #2e3192;
  font-size: 20px;
  font-weight: 500;
  line-height: 0.9em;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.project-menu .wrapper:hover .title {
  color: #bf1e2d;
}
.project-menu .current .wrapper {
  background-color: #2e3192;
  border-color: #bf1e2d;
}
.project-menu .current .wrapper .title {
  color: #fff;
}
.project-menu .current .wrapper .cover-bg {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.project-menu .owl-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  text-align: center;
}
.project-menu .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}
.project-menu .owl-dot.active {
  background-color: #bf1e2d;
}

.project-menu-topic {
  font-weight: 500;
  color: #2d308f;
  font-size: 36px;
  margin-bottom: 20px;
}

.project-list {
  margin-bottom: 20px;
}
.project-list .item-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.project-list .item-list li:first-child {
  width: 50%;
}
.project-list .item-list li:first-child .thumb .cover-bg {
  height: 320px;
}
.project-list .item-list li:first-child .inner {
  height: 178px;
}
.project-list .item-list li:first-child .title {
  font-size: 24px;
  margin-bottom: 7px;
}
.project-list .item-list .thumb {
  position: relative;
}
.project-list .item-list .inner {
  padding: 55px 15px 15px 15px;
  background-color: #fff;
  height: 240px;
  position: relative;
}
.project-list .item-list .title {
  margin-bottom: 15px;
  max-height: 3em;
  overflow: hidden;
}
.project-list .item-list .desc {
  margin-bottom: 20px;
  max-height: 2em;
  overflow: hidden;
}
.project-list .item-list .date {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}
.project-list .item-list .country {
  position: absolute;
  top: -37px;
  width: 74px;
  height: 74px;
  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}
.project-list .item-list .status {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #000;
  padding: 5px;
  border-radius: 50%;
}
.project-list .item-list .status &gt; div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0.7em;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}
.project-list .item-list .-close {
  background-color: #bf1e2d;
}
.project-list .item-list .-finish {
  background-color: #2e3192;
}
.project-list .item-list .-process {
  background-color: #adadad;
}
.project-list .item-list .wrapper:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project-list-header {
  margin-bottom: 40px;
}
.project-list-header .topic {
  font-weight: 500;
  color: #2d308f;
  font-size: 36px;
}
.project-list-header .filter-form {
  margin: 0;
}
.project-list-header .filter-form .sort {
  padding-right: 0;
  border: none;
}

.detail-side .project-list {
  margin-left: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-side .project-list .item-list li {
  width: 100%;
  margin-bottom: 0;
}
.detail-side .project-list .item-list li + li .wrapper {
  padding: 20px 15px;
}
.detail-side .project-list .item-list li + li .desc {
  margin-bottom: 0;
}
.detail-side .project-list .item-list li + li .title {
  margin-bottom: 5px;
}
.detail-side .project-list .item-list li:first-child .wrapper {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.detail-side .project-list .item-list li:first-child .thumb .cover-bg {
  height: auto;
}
.detail-side .project-list .item-list li:first-child .inner {
  height: auto;
}
.detail-side .project-list .item-list li:first-child .title {
  font-size: 20px;
}
.detail-side .project-list .item-list li:nth-child(odd) .wrapper {
  background-color: #f8f8f8;
}
.detail-side .project-list .item-list .date {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-side .project-list .item-list .wrapper:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.project-main-list {
  padding-top: 0;
}
.project-main-list .item-list .wrapper {
  margin-bottom: 0;
}
.project-main-list .item-list &gt; li {
  width: 25%;
}
.project-main-list .item-list &gt; li:first-child {
  margin-bottom: 15px;
}
.project-main-list .item-list &gt; li + li .wrapper {
  display: table;
  padding: 15px;
}
.project-main-list .item-list &gt; li + li .wrapper &gt; div {
  display: table-cell;
  vertical-align: middle;
}
.project-main-list .item-list &gt; li + li .wrapper:hover .inner {
  height: auto;
  background-color: transparent;
}
.project-main-list .item-list &gt; li + li .wrapper:hover .title {
  color: #2d308f;
  margin-top: 0;
}
.project-main-list .item-list &gt; li + li .inner {
  position: relative;
  padding: 0 0 0 20px;
  background-color: transparent;
}
.project-main-list .item-list &gt; li + li .title {
  font-size: 18px;
  text-align: left;
}
.project-main-list .item-list &gt; li:nth-child(odd) .wrapper {
  background-color: #f8f8f8;
}

.project-list-topic {
  font-weight: 500;
  font-size: 30px;
  color: #2d308f;
  margin-bottom: 20px;
}
.project-list-topic .line {
  margin-top: 5px;
  width: 30px;
  height: 2px;
  background-color: #bf1e2d;
}

.project-main-list {
  padding-top: 20px;
  margin-bottom: 30px;
}
.project-main-list .item-list .wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
.project-main-list .item-list .wrapper:hover .inner {
  height: 100%;
  background-color: rgba(46, 49, 146, 0.95);
}
.project-main-list .item-list .wrapper:hover .title {
  color: #fff;
  margin-top: 55px;
}
.project-main-list .item-list .wrapper:hover .action {
  opacity: 1;
  visibility: visible;
}
.project-main-list .item-list .inner {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}
.project-main-list .item-list .title {
  text-align: center;
  max-height: 2em;
  overflow: hidden;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}
.project-main-list .item-list .action {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: All 400ms ease;
  -moz-transition: All 400ms ease;
  -o-transition: All 400ms ease;
}

.project-main-list-topic {
  text-align: center;
  font-weight: var(--fw-semi-bold);
  font-size: var(--typo-xl);
  color: var(--color-dark);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-300);
}
.project-main-list-topic .line {
  margin-top: 5px;
  width: 30px;
  height: 2px;
  background-color: #bf1e2d;
}

.project-country .control-label {
  font-weight: var(--fw-semi-bold);
  font-size: var(--typo-lg);
  line-height: 1.4em;
  padding: 0;
}

.detail-side .project-main-list .item-list li + li .thumb,
.detail-side .project-main-list .item-list li + li .cover-bg {
  width: 110px;
}

.project-bottom {
  padding: 40px 0;
  height: auto;
  background-color: #f8f8f8;
}
.project-bottom .detail-action {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-top: 70px;
}

.project-oit {
  position: relative;
}

.project-oit .header-box {
  position: relative;
}

.project-oit .header-box .topic {
  font-weight: 500;
  color: #2d308f;
  font-size: 36px;
  margin-bottom: 40px;
}

.project-oit .header-box .title {
  color: #333333;
  font-size: 30px;
  margin-bottom: 10px;
}

.project-oit .header-box .desc {
  color: #333333;
  font-size: 20px;
  margin-bottom: 30px;
}

.project-oit .financial-nav {
  margin-bottom: 20px;
}

.project-oit .financial-nav ul {
  display: block;
  margin: 0 -10px;
}

.project-oit .financial-nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.project-oit .financial-nav li {
  padding: 0 10px;
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.project-oit .financial-nav .link {
  display: block;
  height: 56px;
  line-height: 54px;
  text-align: center;
  color: #2e3192;
  font-size: 25px;
  background-color: #fff;
  border: 1px solid #2e3192;
}

.project-oit .financial-nav .link:hover {
  background-color: #f2f2f2;
}

.project-oit .financial-nav .active .link {
  background-color: #2e3192;
  color: #fff;
  border-color: transparent;
}

.project-oit .body-box {
  position: relative;
}

.project-oit .panel-group {
  margin-bottom: 0;
}

.project-oit .panel-group .panel + .panel {
  margin-top: 0px;
}

.project-oit .panel-group .panel {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-oit .panel-group .panel-default &gt; .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}

.project-oit .panel-title &gt; a {
  display: block;
  font-size: var(--typo-lg);
  font-weight: 500;
  padding: 20px 40px 15px 20px;
  border: 1px solid #f3f3f3;
  background-color: var(--color-primary);
  color: #fff;
  position: relative;
}

.project-oit .panel-title &gt; a.collapsed {
  background-color: #f3f3f3;
  color: var(--color-default);
}

.project-oit .panel-title &gt; a &gt; .dot {
  margin-right: 5px;
}

.project-oit .panel-title &gt; a:before {
  content: "\f106";
  position: absolute;
  z-index: 1;
  font: normal normal normal 26px/1 FontAwesome;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 22px;
  height: 22px;
  line-height: 20px;
  color: #fff;
}

.project-oit .panel-title &gt; a.collapsed:before {
  content: "\f107";
  color: #333;
}

.project-oit .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border: none;
}

.project-oit .panel-body {
  padding: 10px 0;
}

.project-oit .panel-body &gt; .row &gt; div {
  width: 100%;
}

.project-oit .item-list &gt; li {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
}

.project-oit .item-list &gt; li.sub {
  padding-bottom: 0;
}

.project-oit .item-list &gt; li.sub &gt; .wrapper + .sub-list {
  margin-top: 18px;
}

.project-oit .row-table {
  display: table;
  width: 100%;
}

.project-oit .row-table &gt; div {
  display: table-cell;
  vertical-align: middle;
}

.project-oit .row-table .col-auto {
  width: 1%;
}

.project-oit .row-table .col {
  width: auto;
}

.project-oit .wrapper {
  position: relative;
  padding: 0 15px;
  min-height: 35px;
}

.project-oit .wrapper .num {
  width: 40px;
  position: relative;
}

.project-oit .wrapper .num:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #bf1e2d;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.project-oit .wrapper .num span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.project-oit .wrapper .content {
  padding: 0 15px;
}

.project-oit .wrapper .content .desc {
  font-size: var(--typo-default);
  color: #444444;
  font-weight: 500;
}

.project-oit .wrapper .btn-box {
  width: 100px;
}

.project-oit .wrapper .btn-box .btn {
  height: 34px;
  line-height: 32px;
}

.project-oit .wrapper .social {
  width: 100px;
}

.project-oit .wrapper .social:after {
  content: "";
  display: table;
  clear: both;
}

.project-oit .wrapper .social li {
  float: left;
}

.project-oit .wrapper .social li + li {
  margin-left: 18px;
}

.project-oit .wrapper .social li a {
  font-size: 40px;
  line-height: 1px;
}

.project-oit .wrapper .social li.facebook a {
  color: #3a559f;
}

.project-oit .wrapper .social li.youtube a {
  color: #dc472e;
}

.project-oit .wrapper .social:hover li a {
  opacity: 0.8;
}

.project-oit .wrapper .social li a:hover {
  opacity: 1;
}

.project-oit .sub-list &gt; li {
  padding: 18px 0;
  border-top: 1px solid #ebebeb;
}

.project-oit .sub-list &gt; li .wrapper {
  padding-left: 50px;
  min-height: 40px;
}

.project-oit .sub-list &gt; li .wrapper .content {
  padding-left: 20px;
}

/* Edit 25 Dec 2020 */
.project-oit .header-box {
  display: none;
}

.project-oit .panel-title &gt; a &gt; .dot {
  display: none;
}

.project-oit .wrapper .num {
  font-size: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background-color: #444444;
}

.project-oit .wrapper .num:before {
  display: none;
}

.project-oit .wrapper .num span {
  display: none;
}

.project-oit .wrapper .content {
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .project-page .country-list .slider .slick-dots {
    margin-top: 2rem;
  }
  .project-main-list .item-list .wrapper:hover .title {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .project-page .country-list .slider .slick-dots {
    margin-top: 1rem;
  }
  .project-page .country-list .slick-dotted.slick-slider {
    margin-bottom: 6rem;
  }
  .project-oit .wrapper .num {
    width: 5px;
    height: 5px;
  }
  .project-bottom .detail-action {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .project-page .country-list .slick-dotted.slick-slider {
    margin-bottom: 5rem;
  }
  .project-page .country-list .slider .slick-dots {
    margin-top: 1rem;
  }
  .project-page .default-tab {
    margin-bottom: 1.5rem;
  }
  .project-oit .wrapper .num {
    width: 4px;
    height: 4px;
    margin-top: 0.5rem;
  }
  .project-oit .sub-list &gt; li .wrapper {
    padding-left: 10px;
  }
  .project-country-topic {
    margin-bottom: 20px;
  }
  .project-country .control-label {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .project-bottom .detail-action {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 25px;
    padding-top: 25px;
  }
  .project-bottom .detail-action .back {
    padding-top: 0;
  }
  .project-main-list .item-list &gt; li {
    width: 50%;
  }
  .project-main-list {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .project-page .default-tab {
    margin-bottom: 1rem;
  }
  .project-page .country-list .slick-dotted.slick-slider {
    margin-bottom: 4rem;
  }
  .project-oit .wrapper {
    padding: 0;
  }
  .project-oit .sub-list &gt; li {
    padding: 5px 0;
    border-top: none;
  }
  .project-oit .sub-list &gt; li .wrapper {
    padding-left: 0;
  }
  .project-oit .item-list &gt; li.sub &gt; .wrapper + .sub-list {
    margin-top: 10px;
  }
}
.detail-body .detail-gallery {
  margin-bottom: 2rem;
}
.detail-body .detail-content {
  margin-bottom: 2rem;
}
.detail-body .vdo {
  margin-bottom: 4rem;
}
.detail-body .detail-action {
  margin-bottom: 4rem;
}
.detail-body .vdo {
  position: relative;
}

.detail-header .share li + li {
  margin-left: 0.75rem;
}

.detail-header .share .link {
  color: var(--color-secondary-100);
}

.detail-header .share .control-label {
  margin-right: 0.75rem;
}

.detail-header .share .print {
  border-left: 1px solid;
  margin-left: 0.85rem;
  padding-left: 0.75rem;
}

.related-block .topic,
.vdo-relate .topic,
.gallery-relate .topic {
  text-align: center;
  font-size: var(--typo-xl);
  font-weight: var(--fw-semi-bold);
  color: var(--color-black);
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-300);
}
.related-block .related-list,
.related-block .vdo-list,
.related-block .gallery-list,
.vdo-relate .related-list,
.vdo-relate .vdo-list,
.vdo-relate .gallery-list,
.gallery-relate .related-list,
.gallery-relate .vdo-list,
.gallery-relate .gallery-list {
  margin-bottom: 5rem;
}
.related-block .related-list .slick-dotted,
.related-block .vdo-list .slick-dotted,
.related-block .gallery-list .slick-dotted,
.vdo-relate .related-list .slick-dotted,
.vdo-relate .vdo-list .slick-dotted,
.vdo-relate .gallery-list .slick-dotted,
.gallery-relate .related-list .slick-dotted,
.gallery-relate .vdo-list .slick-dotted,
.gallery-relate .gallery-list .slick-dotted {
  margin-bottom: 8rem;
}
.related-block .related-list .slick-list,
.related-block .vdo-list .slick-list,
.related-block .gallery-list .slick-list,
.vdo-relate .related-list .slick-list,
.vdo-relate .vdo-list .slick-list,
.vdo-relate .gallery-list .slick-list,
.gallery-relate .related-list .slick-list,
.gallery-relate .vdo-list .slick-list,
.gallery-relate .gallery-list .slick-list {
  margin: 0 -2rem;
}
.related-block .related-list .slick-dots,
.related-block .vdo-list .slick-dots,
.related-block .gallery-list .slick-dots,
.vdo-relate .related-list .slick-dots,
.vdo-relate .vdo-list .slick-dots,
.vdo-relate .gallery-list .slick-dots,
.gallery-relate .related-list .slick-dots,
.gallery-relate .vdo-list .slick-dots,
.gallery-relate .gallery-list .slick-dots {
  margin-top: 4rem;
}
.related-block .related-list .item,
.related-block .vdo-list .item,
.related-block .gallery-list .item,
.vdo-relate .related-list .item,
.vdo-relate .vdo-list .item,
.vdo-relate .gallery-list .item,
.gallery-relate .related-list .item,
.gallery-relate .vdo-list .item,
.gallery-relate .gallery-list .item {
  padding: 0 2rem;
}
.related-block .related-list .wrapper,
.related-block .vdo-list .wrapper,
.related-block .gallery-list .wrapper,
.vdo-relate .related-list .wrapper,
.vdo-relate .vdo-list .wrapper,
.vdo-relate .gallery-list .wrapper,
.gallery-relate .related-list .wrapper,
.gallery-relate .vdo-list .wrapper,
.gallery-relate .gallery-list .wrapper {
  -webkit-transition: All 0ms ease;
  -moz-transition: All 0ms ease;
  -o-transition: All 0ms ease;
}
.related-block .related-list .wrapper:hover .cover-bg,
.related-block .vdo-list .wrapper:hover .cover-bg,
.related-block .gallery-list .wrapper:hover .cover-bg,
.vdo-relate .related-list .wrapper:hover .cover-bg,
.vdo-relate .vdo-list .wrapper:hover .cover-bg,
.vdo-relate .gallery-list .wrapper:hover .cover-bg,
.gallery-relate .related-list .wrapper:hover .cover-bg,
.gallery-relate .vdo-list .wrapper:hover .cover-bg,
.gallery-relate .gallery-list .wrapper:hover .cover-bg {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.related-block .related-list .wrapper:hover .inner .read-more,
.related-block .vdo-list .wrapper:hover .inner .read-more,
.related-block .gallery-list .wrapper:hover .inner .read-more,
.vdo-relate .related-list .wrapper:hover .inner .read-more,
.vdo-relate .vdo-list .wrapper:hover .inner .read-more,
.vdo-relate .gallery-list .wrapper:hover .inner .read-more,
.gallery-relate .related-list .wrapper:hover .inner .read-more,
.gallery-relate .vdo-list .wrapper:hover .inner .read-more,
.gallery-relate .gallery-list .wrapper:hover .inner .read-more {
  color: #d53d53;
}
.related-block .related-list .wrapper .thumb .cover-bg,
.related-block .vdo-list .wrapper .thumb .cover-bg,
.related-block .gallery-list .wrapper .thumb .cover-bg,
.vdo-relate .related-list .wrapper .thumb .cover-bg,
.vdo-relate .vdo-list .wrapper .thumb .cover-bg,
.vdo-relate .gallery-list .wrapper .thumb .cover-bg,
.gallery-relate .related-list .wrapper .thumb .cover-bg,
.gallery-relate .vdo-list .wrapper .thumb .cover-bg,
.gallery-relate .gallery-list .wrapper .thumb .cover-bg {
  -webkit-transition: All 600ms ease;
  -moz-transition: All 600ms ease;
  -o-transition: All 600ms ease;
  padding-bottom: 19%;
}
.related-block .related-list .wrapper .inner .category-tag,
.related-block .vdo-list .wrapper .inner .category-tag,
.related-block .gallery-list .wrapper .inner .category-tag,
.vdo-relate .related-list .wrapper .inner .category-tag,
.vdo-relate .vdo-list .wrapper .inner .category-tag,
.vdo-relate .gallery-list .wrapper .inner .category-tag,
.gallery-relate .related-list .wrapper .inner .category-tag,
.gallery-relate .vdo-list .wrapper .inner .category-tag,
.gallery-relate .gallery-list .wrapper .inner .category-tag {
  font-size: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #f5f5f5;
  color: #d53d53;
  padding: 0.6rem 1.2rem;
  border-radius: 24px;
  margin-bottom: 0.8rem;
}
.related-block .related-list .wrapper .inner .title,
.related-block .vdo-list .wrapper .inner .title,
.related-block .gallery-list .wrapper .inner .title,
.vdo-relate .related-list .wrapper .inner .title,
.vdo-relate .vdo-list .wrapper .inner .title,
.vdo-relate .gallery-list .wrapper .inner .title,
.gallery-relate .related-list .wrapper .inner .title,
.gallery-relate .vdo-list .wrapper .inner .title,
.gallery-relate .gallery-list .wrapper .inner .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-default);
  line-height: 1.5;
  margin-bottom: 1.3rem;
  height: 45px;
}
.related-block .related-list .wrapper .inner .desc,
.related-block .vdo-list .wrapper .inner .desc,
.related-block .gallery-list .wrapper .inner .desc,
.vdo-relate .related-list .wrapper .inner .desc,
.vdo-relate .vdo-list .wrapper .inner .desc,
.vdo-relate .gallery-list .wrapper .inner .desc,
.gallery-relate .related-list .wrapper .inner .desc,
.gallery-relate .vdo-list .wrapper .inner .desc,
.gallery-relate .gallery-list .wrapper .inner .desc {
  font-size: var(--typo-xs);
  color: var(--color-default);
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
.related-block .related-list .wrapper .inner .date,
.related-block .vdo-list .wrapper .inner .date,
.related-block .gallery-list .wrapper .inner .date,
.vdo-relate .related-list .wrapper .inner .date,
.vdo-relate .vdo-list .wrapper .inner .date,
.vdo-relate .gallery-list .wrapper .inner .date,
.gallery-relate .related-list .wrapper .inner .date,
.gallery-relate .vdo-list .wrapper .inner .date,
.gallery-relate .gallery-list .wrapper .inner .date {
  font-size: 10px;
  color: #888888;
}
.related-block .related-list .wrapper .inner .read-more,
.related-block .vdo-list .wrapper .inner .read-more,
.related-block .gallery-list .wrapper .inner .read-more,
.vdo-relate .related-list .wrapper .inner .read-more,
.vdo-relate .vdo-list .wrapper .inner .read-more,
.vdo-relate .gallery-list .wrapper .inner .read-more,
.gallery-relate .related-list .wrapper .inner .read-more,
.gallery-relate .vdo-list .wrapper .inner .read-more,
.gallery-relate .gallery-list .wrapper .inner .read-more {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-default);
}

.vdo-relate .vdo-list .item-list {
  margin: 0 -1.25rem;
}
.vdo-relate .vdo-list .wrapper {
  padding: 0 1.25rem;
}
.vdo-relate .vdo-list .wrapper .inner .title {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: #141414;
  margin-bottom: 0.5rem;
}
.vdo-relate .vdo-list .wrapper .inner .date {
  font-size: 13px;
}
.vdo-relate .vdo-list .wrapper .inner .date &gt; span {
  padding: 0 8px;
  color: #cf514b;
}
.vdo-relate .vdo-list .wrapper .thumb {
  position: relative;
  margin-bottom: 1.25rem;
}
.vdo-relate .vdo-list .wrapper .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/icon/icon-play.png) center no-repeat;
}
.vdo-relate .vdo-list .wrapper .thumb .cover-bg {
  padding-bottom: 8%;
}

.gallery-relate .gallery-list .wrapper {
  padding: 0 1.25rem;
}
.gallery-relate .gallery-list .wrapper .inner .title {
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: #141414;
  margin-bottom: 0.5rem;
}
.gallery-relate .gallery-list .wrapper .inner .date {
  font-size: 13px;
}
.gallery-relate .gallery-list .wrapper .inner .date &gt; span {
  padding: 0 8px;
  color: #a9abb0;
}
.gallery-relate .gallery-list .wrapper .thumb .cover-bg {
  padding-bottom: 1%;
}

.detail-action .wrapper &gt; div {
  float: left;
}

.detail-action .wrapper &gt; div + div {
  margin-left: 10px;
}

.detail-action .back {
  text-align: right;
}

.detail-action .next {
  text-align: right;
}

.detail-action .btn {
  min-width: 115px;
}

.item-relate-topic {
  font-weight: 500;
  font-size: var(--typo-xl);
  color: var(--color-secondary-100);
  margin-bottom: 0.75rem;
}

.item-relate-topic small {
  display: block;
  font-size: var(--typo-lg);
  color: var(--color-black);
  margin-top: -5px;
  margin-bottom: 0.75rem;
}

.item-relate-topic .line {
  margin-top: 5px;
  width: 30px;
  height: 2px;
  background-color: #bf1e2d;
}

.item-relate .item-list .title {
  margin-bottom: 5px;
}

.item-relate .item-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #e1e1e1;
}

@media (max-width: 1440px) {
  .detail-body .vdo,
  .detail-body .detail-action {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .detail-attach .attach-list {
    margin: 0 -5px;
  }
  .detail-attach .attach-list .item {
    padding: 0 5px;
  }
  .detail-body .detail-header {
    margin-bottom: 0;
  }
  .detail-body .detail-gallery,
  .detail-body .detail-content {
    padding-bottom: 1.5rem;
  }
  .detail-body .vdo,
  .detail-body .detail-action {
    margin-bottom: 2rem;
  }
  .related-block .topic {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .related-block .related-list .item-list {
    margin: 0 -10px;
  }
  .related-block .related-list .wrapper {
    padding: 10px;
  }
  .related-block .related-list .item-list .slick-dots {
    margin-top: 1rem;
  }
  .related-block .topic,
  .vdo-relate .topic {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .related-block .related-list .item-list .slick-dots,
  .related-block .vdo-list .item-list .slick-dots,
  .vdo-relate .related-list .item-list .slick-dots,
  .vdo-relate .vdo-list .item-list .slick-dots {
    margin-top: 2rem;
  }
  .related-block .related-list .item-list .slick-dots li button,
  .related-block .vdo-list .item-list .slick-dots,
  .vdo-relate .related-list.item-list .slick-dots li button,
  .vdo-relate .vdo-list .item-list .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .detail-body .detail-gallery {
    margin-bottom: 0;
  }
  .detail-body .detail-action {
    margin-bottom: 1.75rem;
  }
  .related-block {
    padding-bottom: 0;
  }
  .related-block .topic {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .related-block .topic,
  .vdo-relate .topic {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .related-block .related-list .item-list .slick-dots,
  .related-block .vdo-list .item-list .slick-dots,
  .vdo-relate .related-list .item-list .slick-dots,
  .vdo-relate .vdo-list .item-list .slick-dots {
    margin-top: 1.5rem;
  }
  .related-block .related-list .wrapper .inner .title,
  .related-block .vdo-list .wrapper .inner .title,
  .vdo-relate .related-list .wrapper .inner .title,
  .vdo-relate .vdo-list .wrapper .inner .title {
    margin-bottom: 1rem;
  }
  .vdo-relate .vdo-list .item-list .wrapper .inner .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .detail-body .detail-header,
  .detail-body .vdo,
  .detail-body .detail-action {
    margin-bottom: 1.5rem;
  }
  .detail-body .detail-action {
    padding-top: 1.5rem;
  }
  .related-block {
    padding-top: 1rem;
  }
  .related-block .related-list .item-list .slick-dots,
  .related-block .vdo-list .item-list .slick-dots,
  .vdo-relate .related-list .item-list .slick-dots,
  .vdo-relate .vdo-list .item-list .slick-dots {
    margin-top: 1rem;
  }
  .related-block .related-list .item-list .slick-dots li button,
  .related-block .vdo-list .item-list .slick-dots,
  .vdo-relate .related-list.item-list .slick-dots li button,
  .vdo-relate .vdo-list .item-list .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .vdo-relate .vdo-list .item-list .wrapper .inner .title {
    font-size: 16px;
  }
  .detail-action .btn + .btn,
  .detail-action &gt; div &gt; div + div .btn {
    margin-top: 1rem;
  }
}
.emag-page {
  padding-bottom: 40px;
}

.emag-header {
  padding: 0 0 200px 0;
  margin-bottom: 2rem;
  min-height: 600px;
  background-color: #fff;
}

.emag-header .page-topic {
  margin-bottom: 20px;
}

.emag-pin {
  position: relative;
  min-height: 120px;
}

.emag-pin .owl-carousel {
  width: auto;
  margin: 0 -10px;
}

.emag-pin .owl-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 120px;
  text-align: center;
}

.emag-pin .owl-dot,
.emag-relate .owl-dot {
  width: 24px;
  height: 24px;
  background-color: #888888;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0.25;
}

.emag-pin .owl-dot.active,
.emag-relate .owl-dot.active {
  background-color: #888888;
  width: 24px;
  opacity: 1;
}

.emag-pin .item {
  padding: 10px;
}

.emag-pin .wrapper {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.emag-pin .shelf {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -120px;
  width: 2256px;
  height: 400px;
  background: url("../image/asset/shelf.png") center;
  background-color: #fff;
  background-blend-mode: darken;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.emag-pin .cover-bg {
  background-color: var(--color-gray-300);
}

.emag-list {
  display: inline-block;
  width: 100%;
}

.emag-list ul {
  display: block;
  margin: 0 -10px;
}

.emag-list ul &gt; li {
  float: left;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 3rem;
}

.emag-list .item-list .thumb {
  background-color: var(--color-gray-300);
  margin-bottom: 1rem;
}

.emag-list .item-list .wrapper {
  color: var(--color-default);
}

.emag-list .item-list .title {
  font-size: var(--typo-default);
  font-weight: var(--fw-medium);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  -webkit-line-clamp: 1;
  max-height: 1.2em;
}

.emag-list .item-list .date {
  font-size: var(--typo-sm);
  color: var(--color-gray-100);
}

.emag-list .item-list .date &gt; span {
  position: relative;
  top: -2px;
  padding: 0 0.75rem;
}

.emagDe {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.emag-relate {
  padding: 30px 0;
  margin-top: 40px;
}

.emag-relate-topic {
  font-weight: var(--fw-semi-bold);
  font-size: var(--typo-xl);
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 2.25rem;
}

.emag-relate-topic .line {
  margin-top: 5px;
  width: 30px;
  height: 2px;
  background-color: #bf1e2d;
}

.emag-relate .owl-dots {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .emag-header {
    padding-bottom: 145px;
  }
  .emag-pin .shelf {
    margin-top: -100px;
    width: 1200px;
    height: 300px;
    background-size: cover;
  }
  .emag-pin .owl-dots {
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  .emag-header {
    min-height: inherit;
    margin-bottom: 0;
  }
  .emag-header .page-topic {
    margin-bottom: 10px;
  }
  .emag-list ul &gt; li {
    width: 25%;
  }
  .emag-list .owl-dot,
  .emag-list .owl-dot.active,
  .emag-relate .owl-dot,
  .emag-relate .owl-dot.active {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .emag-list ul &gt; li {
    width: 33.3333333333%;
  }
  .emag-list .owl-dot,
  .emag-list .owl-dot.active,
  .emag-relate .owl-dot,
  .emag-relate .owl-dot.active {
    width: 14px;
    height: 14px;
  }
  .emag-list ul &gt; li {
    margin-bottom: 2rem;
  }
  .emag-relate .owl-dots {
    margin-top: 30px;
  }
  .emag-relate {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .emag-list ul &gt; li {
    width: 50%;
  }
  .emagDe {
    margin-bottom: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 375px) {
  .emag-list ul &gt; li {
    width: 100%;
  }
}
.vdo-page .vdo-header,
.gallery-page .vdo-header {
  padding-bottom: 7rem;
}
.vdo-page .vdo-pin .item-list .slick-prev,
.vdo-page .vdo-pin .item-list .slick-next,
.vdo-page .gallery-pin .item-list .slick-prev,
.vdo-page .gallery-pin .item-list .slick-next,
.gallery-page .vdo-pin .item-list .slick-prev,
.gallery-page .vdo-pin .item-list .slick-next,
.gallery-page .gallery-pin .item-list .slick-prev,
.gallery-page .gallery-pin .item-list .slick-next {
  width: 49px;
  height: 49px;
}
.vdo-page .vdo-pin .item-list .slick-prev:before,
.vdo-page .vdo-pin .item-list .slick-next:before,
.vdo-page .gallery-pin .item-list .slick-prev:before,
.vdo-page .gallery-pin .item-list .slick-next:before,
.gallery-page .vdo-pin .item-list .slick-prev:before,
.gallery-page .vdo-pin .item-list .slick-next:before,
.gallery-page .gallery-pin .item-list .slick-prev:before,
.gallery-page .gallery-pin .item-list .slick-next:before {
  font-weight: var(--fw-bold);
}
.vdo-page .vdo-pin .item-list .slick-dots,
.vdo-page .gallery-pin .item-list .slick-dots,
.gallery-page .vdo-pin .item-list .slick-dots,
.gallery-page .gallery-pin .item-list .slick-dots {
  margin-top: 2.5rem;
}
.vdo-page .vdo-pin .thumb,
.vdo-page .gallery-pin .thumb,
.gallery-page .vdo-pin .thumb,
.gallery-page .gallery-pin .thumb {
  position: relative;
}
.vdo-page .vdo-pin .thumb::before,
.vdo-page .gallery-pin .thumb::before,
.gallery-page .vdo-pin .thumb::before,
.gallery-page .gallery-pin .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/icon/icon-play.png) center no-repeat;
}
.vdo-page .vdo-pin .thumb .cover-bg,
.vdo-page .gallery-pin .thumb .cover-bg,
.gallery-page .vdo-pin .thumb .cover-bg,
.gallery-page .gallery-pin .thumb .cover-bg {
  padding-bottom: 9.5%;
}
.vdo-page .vdo-pin .inner .title,
.vdo-page .gallery-pin .inner .title,
.gallery-page .vdo-pin .inner .title,
.gallery-page .gallery-pin .inner .title {
  color: var(--color-dark);
  font-size: 45px;
  font-weight: var(--fw-medium);
  margin-bottom: 1.5rem;
}
.vdo-page .vdo-pin .inner .info li,
.vdo-page .gallery-pin .inner .info li,
.gallery-page .vdo-pin .inner .info li,
.gallery-page .gallery-pin .inner .info li {
  position: relative;
  font-size: var(--typo-lg);
  color: #867F7D;
}
.vdo-page .vdo-pin .inner .info li + li,
.vdo-page .gallery-pin .inner .info li + li,
.gallery-page .vdo-pin .inner .info li + li,
.gallery-page .gallery-pin .inner .info li + li {
  margin-left: 40px;
}
.vdo-page .vdo-pin .inner .info li + li::before,
.vdo-page .gallery-pin .inner .info li + li::before,
.gallery-page .vdo-pin .inner .info li + li::before,
.gallery-page .gallery-pin .inner .info li + li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -20px;
  width: 3px;
  height: 100%;
  background-color: #CF514B;
}
.vdo-page .vdo-list,
.vdo-page .gallery-list,
.gallery-page .vdo-list,
.gallery-page .gallery-list {
  display: inline-block;
  width: 100%;
}
.vdo-page .vdo-list .item-list,
.vdo-page .gallery-list .item-list,
.gallery-page .vdo-list .item-list,
.gallery-page .gallery-list .item-list {
  display: block;
  margin: 0 -1.25rem;
}
.vdo-page .vdo-list .item-list &gt; li,
.vdo-page .gallery-list .item-list &gt; li,
.gallery-page .vdo-list .item-list &gt; li,
.gallery-page .gallery-list .item-list &gt; li {
  width: 25%;
  float: left;
  padding: 0 1.25rem;
  margin-bottom: 4rem;
}
.vdo-page .vdo-list .item-list .title,
.vdo-page .gallery-list .item-list .title,
.gallery-page .vdo-list .item-list .title,
.gallery-page .gallery-list .item-list .title {
  font-size: 20px;
  color: #141414;
  margin-bottom: 1rem;
}
.vdo-page .vdo-list .item-list .date,
.vdo-page .gallery-list .item-list .date,
.gallery-page .vdo-list .item-list .date,
.gallery-page .gallery-list .item-list .date {
  font-size: var(--typo-sm);
  color: #A9ABB0;
}
.vdo-page .vdo-list .item-list .date &gt; span,
.vdo-page .gallery-list .item-list .date &gt; span,
.gallery-page .vdo-list .item-list .date &gt; span,
.gallery-page .gallery-list .item-list .date &gt; span {
  padding: 0 10px;
}
.vdo-page .vdo-list .item-list .cover-bg,
.vdo-page .gallery-list .item-list .cover-bg,
.gallery-page .vdo-list .item-list .cover-bg,
.gallery-page .gallery-list .item-list .cover-bg {
  background-color: #aaa;
}
.vdo-page .vdo-list .item-list .thumb,
.vdo-page .gallery-list .item-list .thumb,
.gallery-page .vdo-list .item-list .thumb,
.gallery-page .gallery-list .item-list .thumb {
  position: relative;
  margin-bottom: 1.25rem;
}
.vdo-page .vdo-list .item-list .thumb::before,
.vdo-page .gallery-list .item-list .thumb::before,
.gallery-page .vdo-list .item-list .thumb::before,
.gallery-page .gallery-list .item-list .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/icon/icon-play.png") center no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
}
.vdo-page .gallery-list .item-list .thumb::before,
.gallery-page .gallery-list .item-list .thumb::before {
  display: none;
}
.vdo-page .gallery-list .item-list .title,
.gallery-page .gallery-list .item-list .title {
  height: 55px;
}

@media (max-width: 1440px) {
  .vdo-page .vdo-pin .inner .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .vdo-page .vdo-header {
    padding-bottom: 6rem;
  }
  .vdo-page .vdo-pin .inner .title {
    font-size: 36px;
  }
  .vdo-page .vdo-pin .item-list .slick-prev {
    left: -60px;
  }
  .vdo-page .vdo-pin .item-list .slick-next {
    right: -60px;
  }
  .vdo-page .vdo-pin .item-list .slick-dots {
    margin-top: 2rem;
  }
  .vdo-page .vdo-pin .item-list .slick-dots li button {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  .vdo-page .vdo-pin .inner .title {
    font-size: 32px;
  }
  .vdo-page .vdo-list .item-list,
  .gallery-page .gallery-list .item-list {
    margin: 0 -0.5rem;
  }
  .vdo-page .vdo-list .item-list &gt; li,
  .gallery-page .gallery-list .item-list &gt; li {
    width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }
  .vdo-page .vdo-list .item-list .thumb,
  .vdo-page .vdo-list .item-list .title,
  .gallery-page .gallery-list .item-list .thumb,
  .gallery-page .gallery-list .item-list .title {
    margin-bottom: 1rem;
  }
  .vdo-relate .vdo-list .item-list .wrapper .thumb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .vdo-page .vdo-header {
    padding-bottom: 5rem;
  }
  .vdo-page .vdo-pin .inner .title {
    font-size: 28px;
    margin-bottom: 1.25rem;
  }
  .vdo-page .vdo-pin .thumb .cover-bg {
    padding-bottom: unset;
  }
  .vdo-page .vdo-list .item-list .title,
  .gallery-page .gallery-list .item-list .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .vdo-page .vdo-header {
    padding-bottom: 4rem;
  }
  .vdo-page .vdo-list .item-list &gt; li,
  .gallery-page .gallery-list .item-list &gt; li {
    width: 100%;
  }
  .vdo-page .vdo-list .item-list .title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .vdo-page .vdo-pin .inner .title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .vdo-page .vdo-list .item-list .title,
  .gallery-page .gallery-list .item-list .title {
    font-size: 16px;
  }
}
.weblink-list .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.weblink-list .panel-default &gt; .panel-heading {
  padding: 0;
  background: none;
}

.weblink-list .panel-title {
  margin-bottom: 1rem;
}

.weblink-list .panel-title &gt; a {
  display: block;
  position: relative;
  font-size: var(--typo-xl);
  background-color: var(--color-secondary-100);
  border: 1px solid var(--color-secondary-100);
  padding: 1rem 1rem 1rem 2.5rem;
  color: #fff;
}

.weblink-list .panel-title &gt; a::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: calc(50% - 0.25rem);
  left: 1.2rem;
  background: var(--color-light);
  border-radius: 50%;
}

.weblink-list .panel-group.sub .panel-title &gt; a::before {
  display: none;
}

.weblink-list .panel-title &gt; a.collapsed {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #333;
}

.weblink-list .panel-title &gt; a.collapsed::before {
  background: var(--color-secondary-100);
}

.weblink-list .panel-title &gt; a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: relative;
  float: right;
  font-size: var(--typo-xl);
  line-height: 1.1;
}

.weblink-list .panel-title &gt; a.collapsed:after {
  content: "\f107";
}

.weblink-list .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 20px 0 0 0;
  border: none;
}

.weblink-list .panel-group .panel + .panel {
  margin-top: 1rem;
}

.weblink-list .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body.pt0 {
  padding-top: 0;
}

.weblink-list .panel-group.sub .panel-title {
  margin-bottom: 0;
}

.weblink-list .panel-group.sub .panel-title &gt; a {
  padding: 1rem 1rem 1rem 2.5rem;
  border: none;
  color: var(--color-secondary-100);
  background-color: transparent;
}

.weblink-list .panel-group.sub .panel-title &gt; a.collapsed {
  color: var(--color-default);
}

.weblink-list .panel-group.sub .panel {
  border-bottom: 1px solid #e1e1e1;
}

.weblink-list .panel-group.sub .panel:only-child,
.weblink-list .panel-group.sub .panel:last-child {
  border-bottom: none;
}

.weblink-list .panel-group.sub .panel .panel-body {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.weblink-list .panel-group.sub .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  padding-top: 0;
}

.weblink-list .panel-group.sub .panel + .panel {
  margin-top: 0;
}

.weblink-list .wrapper {
  display: block;
  border: 1px solid #e1e1e1;
  min-height: 100px;
  margin-bottom: 20px;
}

.weblink-list .item-list .thumb {
  border-bottom: 1px solid #e1e1e1;
}

.weblink-list .item-list .inner {
  padding: 1.25rem 1rem;
  background-color: #fff;
}

.weblink-list .item-list .desc {
  font-size: var(--typo-default);
  font-weight: var(--fw-medium);
  line-height: 1.4em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
  margin-bottom: 10px;
}

.weblink-list .item-list .link {
  color: #bababa;
  text-decoration: none;
  font-size: var(--typo-xxs);
  line-height: 1em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1em;
  -webkit-line-clamp: 2;
  min-height: 2em;
}

.weblink-list .item-list .link a {
  color: #bababa;
  text-decoration: none;
}

.weblink-list .wrapper:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.weblink-list .wrapper .inner,
.weblink-list .wrapper .desc,
.weblink-list .wrapper .link {
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}

.weblink-list .wrapper:hover .inner {
  background-color: var(--color-secondary-100);
}

.weblink-list .wrapper:hover .desc {
  color: #fff;
}

.weblink-list .wrapper:hover .link {
  color: #fff;
}

@media (max-width: 767px) {
  .weblink-list .panel-title &gt; a {
    font-size: var(--typo-lg);
  }
  .weblink-list .panel-title &gt; a,
  .weblink-list .panel-group.sub .panel-title &gt; a {
    padding-left: 2rem;
  }
  .weblink-list .panel-title &gt; a::before {
    left: 0.8rem;
  }
}
@media (max-width: 575px) {
  .weblink-list .item-list .link,
  .weblink-list .item-list .desc {
    min-height: unset;
    text-overflow: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}
.calendar-page .default-filter .form-default .filter-form .sort.select-month .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 145px;
}
.calendar-page .calendar-list-topic {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: #29282D;
  margin-bottom: 1.5rem;
}
.calendar-page .default-owl-carousel .owl-nav &gt; div {
  margin-top: 7px;
}
.calendar-page .form-default .input-group .form-control {
  border-radius: 20px;
}
.calendar-page .form-default .input-group-btn .btn {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
}
.calendar-page .filter-form .sort .control-label {
  line-height: 50px;
}
.calendar-page .calendar-nav {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 5rem;
}
.calendar-page .calendar-nav .item {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.calendar-page .calendar-nav .wrapper {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
}
.calendar-page .calendar-nav .wrapper:hover .title {
  background-color: #D53D53;
}
.calendar-page .calendar-nav .title {
  font-size: 30px;
  font-weight: var(--fw--medium);
  color: #fff;
  background-color: #CCCCCC;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.calendar-page .calendar-nav .desc {
  font-size: 20px;
  color: #666;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
.calendar-page .calendar-nav .current {
  margin-top: 0;
}
.calendar-page .calendar-nav .current .wrapper .desc {
  font-size: 28px;
  font-weight: var(--fw--medium);
  color: #29282D;
}
.calendar-page .calendar-nav .current .wrapper .title {
  width: 93px;
  height: 93px;
  background-color: #D53D53;
  font-weight: var(--fw-bold);
}
.calendar-page .calendar-list li:nth-child(odd) .wrapper {
  background-color: #F9F9F9;
}
.calendar-page .calendar-list li:nth-child(even) .wrapper {
  background-color: #fff;
}
.calendar-page .calendar-list .item-list li {
  width: 100%;
}
.calendar-page .calendar-list .item-list li .wrapper {
  position: relative;
  padding: 1.5rem;
  padding-left: 2rem;
  display: grid;
  grid-gap: 0.75rem;
}
.calendar-page .calendar-list .item-list li .wrapper::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background-color: #D53D53;
  border-radius: 50%;
  top: 48%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-page .calendar-list .item-list li .wrapper .date {
  font-size: 15px;
  color: #EF1C24;
}
.calendar-page .calendar-list .item-list li .wrapper .title {
  position: relative;
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: #4D4D4D;
}
.calendar-page .calendar-list .item-list li .wrapper .desc {
  font-size: 16px;
  color: #4E4E50;
}
.calendar-page .calendar-list .item-list li .wrapper:hover {
  background-color: #1375BE;
}
.calendar-page .calendar-list .item-list li .wrapper:hover .date,
.calendar-page .calendar-list .item-list li .wrapper:hover .title,
.calendar-page .calendar-list .item-list li .wrapper:hover .desc {
  color: #FFF;
}
.calendar-page .calendar-list .item-list li .wrapper:hover .title::before {
  background-color: #fff;
}
.calendar-page .calendar-list .item-list:nth-child(odd) .wrapper:hover,
.calendar-page .calendar-list .item-list :nth-child(even) .wrapper:hover {
  background-color: #1375BE;
}
.calendar-page .calendar-list .item-list:nth-child(odd) .wrapper:hover .date,
.calendar-page .calendar-list .item-list:nth-child(odd) .wrapper:hover .title,
.calendar-page .calendar-list .item-list:nth-child(odd) .wrapper:hover .desc,
.calendar-page .calendar-list .item-list :nth-child(even) .wrapper:hover .date,
.calendar-page .calendar-list .item-list :nth-child(even) .wrapper:hover .title,
.calendar-page .calendar-list .item-list :nth-child(even) .wrapper:hover .desc {
  color: #FFF;
}
.calendar-page .calendar-list .item-list:nth-child(odd) .wrapper:hover .title::before,
.calendar-page .calendar-list .item-list :nth-child(even) .wrapper:hover .title::before {
  background-color: #fff;
}

@media (max-width: 991px) {
  .calendar-page .calendar-list-topic {
    font-size: 26px;
  }
  .calendar-page .calendar-list .item-list li .wrapper .date {
    font-size: 13px;
  }
  .calendar-page .calendar-list .item-list li .wrapper .title {
    font-size: 18px;
  }
  .calendar-page .calendar-nav {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .calendar-page .calendar-nav .desc {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .calendar-page .calendar-nav .current .wrapper .desc {
    font-size: 24px;
  }
  .calendar-page .calendar-nav .current .wrapper .title {
    width: 75px;
    height: 75px;
  }
  .calendar-page .calendar-nav .title {
    font-size: 20px;
    width: 60px;
    height: 60px;
  }
  .calendar-page .calendar-list .item-list li .wrapper {
    grid-row-gap: 0.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
  }
  .calendar-page .calendar-list .item-list li .wrapper .title {
    font-size: 16px;
  }
  .calendar-page .calendar-list .item-list li .wrapper .desc {
    font-size: 15px;
  }
  .calendar-page .calendar-nav {
    margin-bottom: 3rem;
  }
  .calendar-page .calendar-list-topic {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .calendar-page .calendar-list .item-list li .wrapper::before {
    top: 34%;
    left: 10px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 575px) {
  .calendar-page .calendar-nav {
    margin-bottom: 2.5rem;
  }
  .calendar-page .calendar-list-topic {
    font-size: 21px;
  }
}
.purchase-page .purchase-body {
  border: none;
}
.purchase-page .purchase-body .pagination-block {
  border: none;
}
.purchase-page .default-topic {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.purchase-page .attach-list {
  margin: 0 -0.5rem;
}
.purchase-page .attach-list .item {
  padding: 0.5rem;
}
.purchase-page .attach-list .default-owl-carousel .owl-dots {
  margin-top: 3rem;
}
.purchase-page .attach-list .default-owl-carousel .owl-dot {
  padding: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  opacity: 0.25;
  background-color: var(--color-gray);
  border-radius: 50%;
}
.purchase-page .attach-list .default-owl-carousel .owl-dot.active {
  opacity: 1;
}
.purchase-page .attach-list .default-owl-carousel .owl-nav &gt; div {
  top: 35%;
}
.purchase-page .attach-list .wrapper {
  -webkit-transition: All 200ms ease;
  transition: All 200ms ease;
  margin-bottom: 0;
}
.purchase-page .attach-list .wrapper .inner {
  padding-left: 1rem;
}
.purchase-page .attach-list .wrapper .inner .title {
  font-size: 20px;
  color: #494949;
  font-weight: var(--fw-bold);
}
.purchase-page .attach-list .wrapper .info li {
  font-size: 14px;
  color: #4E4E50;
}
.purchase-page .attach-list .wrapper .info li + li:before {
  background-color: #9FABDF;
  top: 0;
}
.purchase-page .attach-list .wrapper:hover .title {
  color: var(--color-light);
}
.purchase-page .attach-list .wrapper:hover .info li {
  color: var(--color-light);
}

@media (max-width: 1199px) {
  .purchase-page .default-topic {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .purchase-page .attach-list .wrapper .inner {
    padding-left: 0;
  }
  .purchase-page .detail-attach .attach-list .info li {
    width: 100%;
  }
  .purchase-page .attach-list .default-owl-carousel .owl-dots {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .purchase-page .attach-list .wrapper .inner .title {
    font-size: 16px;
  }
  .purchase-page .attach-list .wrapper .info li {
    font-size: 12px;
  }
  .purchase-page .attach-list .default-owl-carousel .owl-dots {
    margin-top: 1rem;
  }
  .purchase-page .attach-list .default-owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
  }
  .purchase-page .default-topic {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .purchase-page .default-topic {
    margin: 1.75rem 0;
  }
}
.contact-map .googlemap {
  padding-top: 149%;
  background-color: #eee;
  position: relative;
}

.contact-map .googlemap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact-map .map-graphic .thumb .cover {
  padding-top: 138%;
}

.contact-info-wrapper {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}

.contact-info-topic {
  width: 230px;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  background-color: #bf1e2d;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 2px;
}

.contact-info .header .thumb {
  width: 123px;
}

.contact-info .header .inner {
  padding-left: 40px;
  padding-top: 7px;
}

.contact-info .header .title {
  color: var(--color-secondary-100);
  font-size: var(--typo-lg);
  font-weight: 500;
  line-height: 1.4em;
}

.contact-info .header .desc {
  color: #707070;
  font-size: var(--typo-md);
  line-height: 1.4em;
}

.contact-info .info-address {
  color: #707070;
  font-size: var(--typo-sm);
  line-height: 1.4em;
}

.contact-info .info-detail {
  margin-top: 1rem;
}

.contact-info .info-detail .wrapper {
  font-size: var(--typo-sm);
  color: #adadad;
  display: inline-block;
  padding: 5px 0;
  font-weight: var(--fw-medium);
  line-height: 1.4em;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-info .info-detail .wrapper span {
  color: var(--color-secondary-100);
}

.contact-info .info-detail .wrapper:hover {
  color: var(--color-default);
}

.contact-info .info-detail .icon {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
}

.contact-map .map-graphic .action {
  display: table;
  width: 100%;
}

.contact-map .map-graphic .action &gt; div {
  display: table-cell;
  vertical-align: top;
}

.contact-map .map-graphic .action &gt; div:first-child {
  width: 60px;
}

.contact-map .map-graphic .action .btn {
  min-width: unset;
  width: 100%;
  height: 60px;
  text-align: center;
}

.contact-map .map-graphic .action .btn .fa {
  position: relative;
  top: 12px;
  font-size: 22px;
}

.contact-map .map-graphic .action .btn .txt {
  display: block;
  font-size: var(--typo-md);
  line-height: 60px;
}

.contact-body {
  position: relative;
}

.contact-qa {
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.contact-qa .title {
  position: relative;
  z-index: 10;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 2px;
}

.contact-qa .title .icon {
  margin-left: -2px;
  margin-right: 5px;
}

.contact-qa .desc {
  position: relative;
  z-index: 10;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 20px;
}

.contact-qa .action {
  position: relative;
}

.contact-qa .action:after {
  content: "";
  display: table;
  clear: both;
}

.contact-qa .action + .action .btn {
  margin-top: 15px;
}

.contact-qa .action .item-list {
  margin: 0 -10px;
}

.contact-qa .action .item-list &gt; li {
  width: 25%;
  padding: 0 10px;
}

.contact-qa .action &gt; div .btn {
  width: 100%;
  padding: 0 15px;
}

.contact-qa .action .btn {
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.contact-qa .btn .icon {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-right: 0.25rem;
}

.contact-qa .btn .icon img {
  max-height: 25px;
  position: relative;
  top: 5px;
}

.contact-qa .btn:hover .icon {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}

.contact-list {
  margin-top: 50px;
}

.contact-list-topic {
  font-size: var(--typo-xl);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  margin-bottom: 20px;
}

.contact-list .item-list .wrapper {
  position: relative;
}

.contact-list .item-list .wrapper .inner {
  min-height: 75px;
}

.contact-list .item-list .title {
  color: var(--color-secondary-100);
  font-size: var(--typo-default);
  font-weight: var(--fw-bold);
  line-height: 1.4em;
}

.contact-list .item-list .desc {
  color: #adadad;
  font-size: 18px;
  font-weight: var(--fw-medium);
  line-height: 1.4em;
  margin-bottom: 1.25rem;
}

.contact-list .item-list .info li {
  list-style: none;
}

.contact-list .item-list .info li + li {
  margin-top: 0.5rem;
}

.contact-list .item-list .info a {
  font-size: var(--typo-sm);
  color: #adadad;
  font-weight: var(--fw-medium);
  position: relative;
}

.contact-list .item-list .info a span {
  color: var(--color-dark);
}

.contact-list .item-list .info a:hover {
  color: var(--color-secondary-100);
}

.contact-list .item-list .info .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.contact-list .default-owl-carousel .owl-nav &gt; div {
  margin-top: -35px;
}

/* G-Edition 15/03/2564 */
.contact-page .edit-content {
  font-size: 20px;
  padding-bottom: 20px;
}

.contact-page .ck-privacy ol {
  list-style-type: decimal;
  padding-left: 15px;
  margin-bottom: 10px;
}

.contact-page .edit-content .topic {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0;
}

.contact-page .edit-content .address {
  padding-bottom: 15px;
}

.contact-page .edit-content .text-indent {
  text-indent: 1em;
  padding-bottom: 15px;
}

.contact-info-topic {
  width: 230px;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  background-color: #bf1e2d;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 2px;
}

.contact-map .map-graphic .action {
  display: table;
  width: 100%;
}

.contact-map .map-graphic .action &gt; div {
  display: table-cell;
  vertical-align: top;
}

.contact-map .map-graphic .action &gt; div:first-child {
  width: 60px;
}

.contact-map .map-graphic .action .btn {
  width: 100%;
  height: 60px;
  text-align: center;
  border-radius: 0;
}

.contact-map .map-graphic .action .btn .fa {
  position: relative;
  top: 12px;
  font-size: 22px;
}

.contact-form-title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-medium);
  color: var(--color-secondary-100);
  margin-bottom: 1.25rem;
}

.contact-form .action .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contact-form .control-label {
  color: var(--color-secondary-100);
  font-weight: var(--fw-semi-bold);
}

.contact-social li + li {
  margin-left: 16px;
}
.contact-social .control-label {
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  margin: 0 20px 0 0;
}
.contact-social .link {
  color: #666;
  font-size: 32px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.contact-social .link {
  height: 30px;
  display: block;
  text-align: center;
}
.contact-social .link span {
  line-height: 32px;
}
.contact-social .link .icon {
  -webkit-filter: grayscale(1) brightness(0);
          filter: grayscale(1) brightness(0);
  opacity: 0.4;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.contact-social .link .icon &gt; img {
  height: 30px;
}
.contact-social .link:hover .icon {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.contact-social .link-fb:hover {
  color: #3b5998;
}
.contact-social .link-ig:hover {
  color: #6a453b;
}
.contact-social .link-yt:hover {
  color: #f61c0d;
}
.contact-social .link-tw:hover {
  color: #55acee;
}
.contact-social .link-gg:hover {
  color: #dc4e41;
}
.contact-social .icon-admin.icon-1 img {
  width: 22px;
  position: relative;
  top: 1px;
}
.contact-social .icon-admin img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}
.contact-social .icon-admin:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.map-body .site-container {
  margin-top: 110px;
}
.map-body .nav-map {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 1050;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-body .nav-map .item-list {
  margin: 0 -10px;
}
.map-body .nav-map .item-list &gt; li {
  padding: 0 10px;
}
.map-body .nav-map .btn {
  min-width: 180px;
}
.map-body .graphic-map .contain {
  padding-top: calc(100vh - 110px);
}

@media (max-width: 1810px) {
  .map-body .nav-map {
    right: 1rem;
  }
}
@media (max-width: 1440px) {
  .contact-page .edit-content .topic {
    font-size: 20px;
  }
  .contact-page .edit-content {
    font-size: 19px;
  }
  .contact-map .googlemap {
    padding-top: 146%;
  }
  .contact-map .map-graphic .thumb .cover {
    padding-top: 135.5%;
  }
  .map-body .nav-map {
    height: 82px;
  }
  .map-body .site-container {
    margin-top: 82px;
  }
  .map-body .graphic-map .contain {
    padding-top: calc(100vh - 82px);
  }
}
@media (max-width: 1366px) {
  .contact-body:before {
    left: -350px;
  }
}
@media (max-width: 1199px) {
  .contact-list .default-owl-carousel .owl-prev {
    margin-right: 10px;
  }
  .contact-list .default-owl-carousel .owl-next {
    margin-left: 10px;
  }
  .contact-map .map-graphic {
    margin-top: 30px;
    position: relative;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .contact-map .map-graphic .thumb {
    height: auto;
  }
  .contact-info {
    position: relative;
  }
  .map-body .nav-map {
    height: 65px;
  }
  .map-body .site-container {
    margin-top: 65px;
  }
  .map-body .graphic-map .contain {
    padding-top: calc(100vh - 65px);
  }
}
@media (max-width: 991px) {
  .contact-qa .image {
    display: none;
  }
  .contact-info .header .inner {
    padding-top: 14px;
    padding-left: 20px;
  }
  .contact-qa .action {
    width: 100%;
    margin: 0 -5px;
  }
  .contact-qa .action &gt; div {
    width: 33.33%;
    padding: 0 5px;
  }
  .contact-qa .action &gt; div + div {
    margin-left: 0;
    margin-top: 0;
  }
  .contact-map .googlemap {
    padding-top: 60%;
  }
  .contact-map .map-graphic .thumb .cover {
    padding-top: 60%;
  }
  .contact-social .link .icon &gt; img {
    height: 24px;
  }
  .map-body .nav-map {
    position: relative;
    right: unset;
    top: unset;
    background-color: #fff;
    border-top: 1px solid var(--color-border);
    padding: 1rem;
  }
  .map-body .site-container {
    margin-top: 50px;
  }
  .map-body .graphic-map .contain {
    padding-top: calc(100vh - 50px - 73px);
  }
  .map-body .nav-map {
    display: block;
    height: auto;
  }
  .map-body .nav-map .btn {
    min-width: unset;
    width: 100%;
  }
  .map-body .nav-map .item-list &gt; li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-info {
    margin-top: 20px;
  }
  .contact-info-wrapper {
    padding-bottom: 20px;
  }
  .contact-map .map-graphic .thumb .cover-bg {
    height: auto;
    padding-top: 50%;
  }
  .contact-qa {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }
  .contact-qa .btn .icon img {
    max-height: 18px;
  }
  .contact-qa .action .item-list &gt; li {
    width: 50%;
  }
  .contact-qa .action .item-list &gt; li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-info .info {
    display: inline-block;
    width: 100%;
  }
  .contact-info .info &gt; div {
    display: inline-block;
    width: 100%;
  }
  .contact-info .info-detail {
    padding-left: 0;
    margin-top: 0.75rem;
  }
  .contact-info .info-address {
    padding-right: 0;
    border-right: none;
  }
  .contact-social .link .icon &gt; img {
    height: 20px;
  }
  .contact-map .map-graphic .action &gt; div:first-child {
    width: 50px;
  }
  .contact-map .map-graphic .action .btn {
    height: 44px;
    padding: 0 10px;
  }
  .contact-map .map-graphic .action .btn .txt {
    line-height: 42px;
  }
  .contact-map .map-graphic .action .btn .fa {
    top: 5px;
    font-size: 18px;
  }
  .contact-map .map-graphic {
    margin-top: 20px;
  }
  .contact-list {
    margin-top: 40px;
  }
  .map-body .site-container {
    margin-top: 44px;
  }
  .map-body .graphic-map .contain {
    padding-top: calc(100vh - 44px - 69px);
  }
}
@media (max-width: 575px) {
  .contact-qa .action .item-list &gt; li {
    width: 100%;
  }
  .contact-info .info-detail .icon {
    width: 36px;
    height: 36px;
    top: -2px;
  }
  .contact-info-topic {
    width: 100%;
  }
  .contact-qa .action {
    width: 100%;
    margin: 0;
  }
  .contact-qa .action &gt; div {
    width: 100%;
    padding: 0;
  }
  .contact-qa .action &gt; div + div {
    margin-left: 0;
    margin-top: 10px;
  }
  .map-body .site-header-brand .inner .title {
    display: block;
  }
  .map-body .site-header-brand .inner {
    padding-left: 15px;
  }
}
.qa-page {
  padding-bottom: 40px;
}
.qa-page .card {
  border-radius: 0;
  border: none;
  background-color: var(--color-gray-300);
}

.qa-page .well {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qa-header {
  margin-bottom: 1.25rem;
}
.qa-header .desc {
  line-height: 1.4em;
}
.qa-header .card-body {
  padding: 1.5rem 2rem;
}

.qa-page .default-filter {
  margin-top: 1.25rem;
}

.qa-form {
  min-height: 300px;
  padding: 30px 0 80px 0;
  background-color: #fbfbfb;
}

.qa-form-topic {
  color: #2e3192;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.qa-form .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.qa-form .action &gt; div {
  float: left;
}

.qa-form .action &gt; div + div {
  margin-left: 20px;
}

.qa-form .action .btn {
  width: 160px;
}

.qa-list {
  margin-bottom: 30px;
}

.qa-list .panel-group {
  margin-bottom: 0;
}

.qa-list .panel {
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.qa-list .panel-default &gt; .panel-heading {
  padding: 0;
  border: none;
  background: none;
}

.qa-list .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-color: #e1e1e1;
}

.qa-list .panel-header {
  display: table;
  width: 100%;
  min-height: 60px;
}

.qa-list .panel-header &gt; div {
  display: table-cell;
  vertical-align: top;
}

.qa-list .panel-header .panel-thumb {
  width: 60px;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  background-color: var(--color-secondary-100);
  text-align: center;
  line-height: 60px;
}

.qa-list .panel-header .panel-inner {
  padding: 15px 20px;
  color: var(--color-secondary-100);
  font-size: var(--typo-lg);
  font-weight: normal;
  line-height: 1.2em;
  position: relative;
}

.qa-list .panel-header .icon {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: 25px;
}

.qa-list .panel-header .icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.qa-list .collapsed .panel-header .panel-thumb {
  color: #fff;
  background-color: var(--color-secondary-100);
}

.qa-list .collapsed .panel-header .icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.qa-list .panel-group .panel + .panel {
  margin-top: 10px;
}

.qa-list .panel-body {
  padding: 0;
}

.qa-list .detail-attach {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.qa-list .panel-wrapper {
  display: table;
  width: 100%;
}

.qa-list .panel-wrapper &gt; div {
  display: table-cell;
  vertical-align: top;
}

.qa-list .panel-wrapper .panel-thumb {
  width: 60px;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: var(--color-secondary-100);
}

.qa-list .panel-default &gt; .panel-heading a:not(.collapsed) .panel-header .panel-thumb {
  background-color: var(--color-primary);
}

.qa-list .panel-wrapper .panel-inner {
  padding: 20px;
  position: relative;
}

.question-list {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.question-list .wrapper {
  display: block;
  color: var(--color-default);
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
}

.question-list .wrapper:hover .action .btn {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.question-list .inner {
  padding: 1.25rem;
  border-top: 1px solid var(--color-border);
}

.question-list .title {
  font-weight: var(--fw-semi-bold);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
  margin-bottom: 0.75rem;
}

.question-list .desc {
  font-size: var(--typo-sm);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  min-height: 4.2em;
  margin-bottom: 0.75rem;
}

.question-list .date {
  color: var(--color-gray-100);
  margin-top: 1.25rem;
  font-size: var(--typo-xs);
}

.question-list .action {
  margin-top: 30px;
}

.question-list .action .btn {
  font-size: var(--typo-default);
  width: 100%;
}

.question-collapse {
  margin-top: 30px;
  margin-bottom: 3rem;
}

.question-collapse .panel-group .panel {
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question-collapse .panel-default &gt; .panel-heading {
  padding: 0;
  background: none;
}

.question-collapse .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-color: #ebebeb;
}

.question-collapse .panel-default &gt; .panel-heading .panel-title {
  margin-bottom: 0;
}

.question-collapse .panel-title &gt; a {
  font-size: var(--typo-md);
  color: #2e3192;
  display: block;
  position: relative;
  min-height: 60px;
  padding: 20px 0 20px 80px;
}

.question-collapse .panel-title .icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 27px;
  right: 20px;
}

.question-collapse .panel-title .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #bbb;
}

.question-collapse .panel-title .collapsed .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #bbb;
}

.question-collapse .panel-title .number {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  line-height: 66px;
  background-color: var(--color-secondary-100);
  color: #fff;
}

.question-collapse .panel-default .panel-body {
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-top: 1px;
}

.question-collapse .panel-default .panel-body:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 60px;
  background-color: var(--color-secondary-100);
}

.question-collapse .panel-body label.radio-control {
  margin: 5px 0;
}

.question-collapse .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #bf1e2d;
}

.question-collapse .panel-group .panel + .panel {
  margin-top: 8px;
}

.question-collapse .form-default textarea.form-control {
  padding: 10px 15px;
  border-radius: 0;
}

.question-collapse .note {
  text-align: center;
  line-height: 1.4em;
  font-size: var(--typo-md);
  color: var(--color-secondary-100);
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0 1.25rem 0;
}

@media (max-width: 991px) {
  .question-collapse {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .qa-header .desc {
    margin-bottom: 1rem;
  }
  .qa-header .card-body {
    padding: 1.25rem;
  }
  .qa-header .wrapper .thumb {
    width: 60px;
    padding-top: 3px;
  }
  .qa-header .wrapper .inner {
    padding-left: 20px;
  }
  .qa-header .wrapper .title {
    font-size: 30px;
  }
  .qa-header .wrapper .desc {
    font-size: 22px;
  }
  .qa-list .panel-header {
    min-height: 50px;
  }
  .qa-list .panel-header .panel-thumb {
    font-size: 30px;
    width: 50px;
    line-height: 50px;
  }
  .qa-list .panel-header .panel-inner {
    padding: 12px 15px;
  }
  .qa-list .panel-wrapper .panel-thumb {
    font-size: 30px;
    width: 50px;
    line-height: 50px;
  }
  .qa-list .panel-wrapper .panel-inner {
    padding: 12px 15px 15px 15px;
  }
  .qa-list .panel-header .icon {
    top: 20px;
    right: 15px;
  }
  .qa-page .filter {
    margin-bottom: 30px;
  }
  .qa-page {
    padding-bottom: 30px;
  }
  .qa-form {
    padding: 30px 0;
  }
  .question-list .title,
  .question-list .desc {
    margin-bottom: 0.5rem;
  }
  .question-list .date {
    margin-top: 1rem;
  }
  .question-collapse .panel-title .number {
    font-size: 30px;
  }
  .question-collapse {
    margin-bottom: 0;
  }
}
.map-body .map-google {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.map-body .map-google &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map-body .map-google {
  padding-top: calc(100vh - 110px);
}

@media (max-width: 1440px) {
  .map-body .map-google {
    padding-top: calc(100vh - 82px);
  }
}
@media (max-width: 1199px) {
  .map-body .map-google {
    padding-top: calc(100vh - 65px);
  }
}
@media (max-width: 991px) {
  .map-body .map-google {
    padding-top: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  .map-body .map-google {
    padding-top: calc(100vh - 44px);
  }
}
.ecard-block {
  position: relative;
  background: url(../image/background/ecard-block.png) center;
  padding-bottom: 37.31%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ecard-block .ecard-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.ecard-block .ecard-header .h-title {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--color-light);
  margin-top: 0;
  margin-bottom: 20px;
}
.ecard-block .ecard-header .btn {
  width: 100%;
  height: 80px;
  line-height: 78px;
  font-size: 24px;
  font-weight: var(--fw-bold);
  color: var(--color-light);
  background-color: #d53d53;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
}
.ecard-block .ecard-header .btn span {
  position: relative;
  top: 3px;
  font-size: 30px;
}
.ecard-block .ecard-header .btn:hover {
  background-color: var(--color-light);
  border: 2px solid #d53d53;
  color: #d53d53;
}
.ecard-block .ecard-header .btn:hover span {
  color: #d53d53;
}
.ecard-block .form-default .select2-container--default .select2-selection--single {
  height: 80px;
}
.ecard-block .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: var(--fw-bold);
  color: var(--color-black);
  line-height: 78px;
}
.ecard-block .form-default .select2-container--default .select2-selection--single {
  height: 80px;
  border: none;
  background-color: var(--color-light);
}
.ecard-block .form-default .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1.25rem;
}
.ecard-block .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 25px;
  color: var(--color-black);
  top: calc(50% - 10px);
}
.ecard-block .form-default .select2-results__option {
  padding: 1.5rem 1rem;
}

.ecard-page .ecard-form-title {
  font-size: 30px;
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
}
.ecard-page .form-default .form-group {
  margin-bottom: 1.35rem;
}
.ecard-page .form-default .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: var(--typo-sm);
}
.ecard-page .form-default .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1.75rem;
}
.ecard-page .form-default .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 25px;
  color: var(--color-black);
  top: calc(50% - 10px);
}
.ecard-page .form-default .control-label,
.ecard-page .title {
  font-size: var(--typo-md);
  line-height: 1.4em;
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  margin-bottom: 1.25rem;
}
.ecard-page .action .btn {
  width: 100%;
  font-weight: var(--fw-normal);
  height: 48px;
  line-height: 46px;
}
.ecard-page .action .btn-primary {
  background-color: #007acc;
}
.ecard-page .action .btn-primary:hover {
  border: 1px solid transparent;
}
.ecard-page .action .btn-secondary {
  background-color: #d53d53;
  border: 1px solid transparent;
}
.ecard-page .action .btn-secondary:hover {
  color: #d53d53;
  background-color: transparent;
  border: 1px solid #d53d53;
}
.ecard-page .card-template {
  position: relative;
}
.ecard-page .card-template .content {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: auto;
}
.ecard-page .card-template .text {
  height: 350px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ecard-page .card-template .text.-light {
  color: #fff;
}
.ecard-page .card-template .text.-dark {
  color: #2e3192;
}
.ecard-page .card-template .auth {
  margin-top: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  gap: 0.75rem;
}
.ecard-page .card-template .auth.-light {
  color: #fff;
}
.ecard-page .card-template .auth.-dark {
  color: #000;
}
.ecard-page .card-template .auth .name {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .ecard-block .form-default .select2-container--default .select2-selection--single {
    height: 60px;
  }
  .ecard-block .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: var(--fw-bold);
    color: var(--color-black);
    line-height: 58px;
  }
  .ecard-block .form-default .select2-container--default .select2-selection--single {
    height: 60px;
  }
  .ecard-block .ecard-header .btn {
    font-size: 18px;
    height: 60px;
    line-height: 58px;
  }
  .ecard-block .ecard-header .btn span {
    font-size: 22px;
  }
  .ecard-page .card-template .content {
    top: 270px;
  }
  .ecard-page .ecard-form-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .ecard-block .ecard-header .h-title {
    font-size: 26px;
  }
  .ecard-page .form-default .control-label,
  .ecard-page .title {
    margin-bottom: 1rem;
  }
  .ecard-page .form-default .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    font-size: 20px;
  }
  .ecard-page .form-default .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .ecard-block .form-default .select2-container--default .select2-selection--single {
    height: 54px;
  }
  .ecard-block .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: var(--fw-bold);
    color: var(--color-black);
    line-height: 52px;
  }
  .ecard-block .form-default .select2-container--default .select2-selection--single {
    height: 54px;
  }
  .ecard-block .ecard-header .btn {
    height: 54px;
    line-height: 52px;
  }
  .ecard-block .ecard-header .btn span {
    font-size: 20px;
    top: 2px;
  }
  .ecard-page .card-template img {
    width: 100%;
  }
  .ecard-page .form-default .control-label,
  .ecard-page .title {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
  .ecard-block .ecard-header .btn {
    font-size: 16px;
  }
  .ecard-block {
    padding-bottom: 50%;
  }
  .ecard-page .test-cert {
    overflow: auto;
  }
  .ecard-page .card-template {
    width: 598px;
  }
  .ecard-page .ecard-form-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .ecard-block {
    padding-bottom: 80%;
  }
  .ecard-page .card-template {
    width: 600px;
  }
  .ecard-page .ecard-form-title {
    font-size: 20px;
  }
  .ecard-page .form-default .form-group {
    margin-bottom: 1rem;
  }
}
.e-service-page .e-list-title {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--color-dark);
  margin-bottom: 1.75rem;
}
.e-service-page .download-list .item-list .wrapper:hover .date {
  color: var(--color-light);
}
.e-service-page .download-list .item-list .wrapper:hover .link {
  color: var(--color-light);
}
.e-service-page .download-list .item-list .wrapper .date {
  font-size: 14px;
  color: #494949;
}
.e-service-page .download-list .item-list .wrapper .link {
  font-size: 16px;
  font-weight: var(--fw-semi-bold);
  color: #d53d53;
}
.e-service-page .career-form .form-head .inner {
  margin-bottom: 2rem;
}
.e-service-page .career-form .form-head .inner .form-btn .btn-primary-red {
  background: -webkit-gradient(linear, left top, right top, from(#b72136), color-stop(44.33%, #d86353), to(#d54453));
  background: linear-gradient(90deg, #b72136 0%, #d86353 44.33%, #d54453 100%);
}
.e-service-page .career-form .form-head .inner .form-btn .input-group-addon {
  margin-top: 1.5rem;
  padding: 0;
}
.e-service-page .career-form .form-head .inner .form-btn .input-group-addon p {
  font-size: 12px;
  color: #888888;
}
.e-service-page .career-form .form-block {
  margin-bottom: 3rem;
}
.e-service-page .career-form .form-block .form-topic {
  font-weight: var(--fw-bold);
  margin-bottom: 0.5rem;
}
.e-service-page .career-form .form-block .desc {
  font-size: var(--typo-sm);
  color: #888888;
  line-height: 1.4em;
  margin-bottom: 1.25rem;
}
.e-service-page .career-form .form-block .control-label {
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  color: var(--color-secondary-100);
  margin-bottom: 1.25rem;
}
.e-service-page .career-form .form-block .form-btn.divFileHis,
.e-service-page .career-form .form-block .form-btn.divFileEdu {
  margin-left: 68px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .e-service-page .e-list-title {
    font-size: 26px;
  }
  .e-service-page .career-form .form-block .table-lang {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .e-service-page .career-form .form-block .form-btn.divFileHis,
  .e-service-page .career-form .form-block .form-btn.divFileEdu {
    margin-left: 64px;
  }
  .e-service-page .career-form .form-block {
    margin-bottom: 1rem;
  }
  .e-service-page .career-form .form-block .control-label {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .e-service-page .e-list-title {
    margin-bottom: 1.5rem;
  }
  .e-service-page .career-form .form-block .form-btn.divFileHis,
  .e-service-page .career-form .form-block .form-btn.divFileEdu {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .e-service-page .e-list-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .download-list .item-list .wrapper .action .link {
    font-size: 14px;
  }
  .e-service-page .career-form .form-block .form-btn.divFileHis,
  .e-service-page .career-form .form-block .form-btn.divFileEdu {
    margin-left: 52px;
  }
}
@media (max-width: 575px) {
  .e-service-page .career-form .form-block .form-btn.divFileHis,
  .e-service-page .career-form .form-block .form-btn.divFileEdu {
    margin-left: 0;
  }
  .e-service-page .career-form .form-sign .wrapper {
    width: 100% !important;
  }
}
.login {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.login &gt; div {
  height: 860px;
}

.login-side {
  height: 100%;
  width: 590px;
  padding: 80px;
  background: url("../image/background/bg-city-gra.jpg") center;
  background-size: cover;
}

.login-side .side-header {
  font-size: var(--typo-sm);
  font-weight: var(--fw-medium);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4em;
}

.login-side .side-header .brand {
  display: block;
  text-align: center;
  max-width: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.login-side .side-body .title {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.login-side .side-body .desc {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
}

.login-side .side-body .action {
  padding: 0 80px;
}

.login-side .side-body .action .btn {
  width: 100%;
}

.login-form {
  position: relative;
  padding: 4rem 3rem 3rem 3rem;
}

.login-form .topic {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: var(--color-secondary-100);
  margin-bottom: 1.25rem;
}

.login-form .action {
  margin-bottom: 3rem;
}

.login-form .thumb {
  text-align: center;
  margin-bottom: 25px;
}

.login-form .form-default .form-btn {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.login-form .form-default .form-btn .btn {
  width: 100%;
}

.login-form .form-default .form-btn .control-label {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}

.login-form .form-default .form-forget {
  text-align: right;
}

.login-form .form-default .form-forget .link {
  font-size: var(--typo-sm);
  color: var(--color-primary);
  font-weight: 500;
}

.login-form .form-default .form-forget .link:hover {
  text-decoration: underline;
}

.login-form .alert-danger {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  padding: 10px 15px;
}

.login-form .form-contact {
  text-align: center;
  margin-top: 1.75rem;
}
.login-form .form-contact a {
  font-size: var(--typo-default);
  color: var(--color-default);
}
.login-form .form-contact a:hover {
  color: var(--color-primary);
}

.forgot {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.forgot &gt; div {
  height: 860px;
}

.forgot-side {
  width: 590px;
  padding: 80px;
  background: url("../image/background/bg-city-gra.jpg") center;
  background-size: cover;
  height: 100%;
}

.forgot-side .side-header {
  font-size: var(--typo-sm);
  font-weight: var(--fw-medium);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4em;
}

.forgot-side .side-header .brand {
  display: block;
  text-align: center;
  max-width: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.forgot-side .side-body {
  padding-top: 50px;
  background: url("../image/background/line-gra.png") top center no-repeat;
}

.forgot-side .side-body .title {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.forgot-side .side-body .desc {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
}

.forgot-side .side-body .action {
  padding: 0 80px;
}

.forgot-side .side-body .action .btn {
  width: 100%;
}

.forgot-form {
  position: relative;
  padding: 4rem 3rem 3rem 3rem;
}

.forgot-form .topic {
  font-size: var(--typo-xl);
  font-weight: var(--fw-bold);
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 2rem;
}

.forgot-form .thumb {
  text-align: center;
  margin-bottom: 25px;
}

.forgot-form .note {
  text-align: center;
  font-size: var(--typo-md);
  line-height: 1.4em;
  margin-bottom: 1.5rem;
}

.forgot-form .action .btn {
  margin-bottom: 1.25rem;
}

.forgot-form .form-default .form-control:focus {
  border-color: #2e3192;
}

.forgot-form .form-default .form-group {
  margin-bottom: 10px;
}

.forgot-form .form-default .form-btn {
  padding-top: 1.25rem;
}

.forgot-form .form-default .form-btn .btn {
  width: 100%;
}

.forgot-form .form-default .form-btn .control-label {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}

.forgot-form .form-default .form-forget {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 1.25rem;
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25rem;
  text-align: center;
  margin-top: 30px;
}

.forgot-form .form-default .form-forget .link {
  font-size: 1.25rem;
  color: #bf1e2d;
  font-weight: 500;
}

.forgot-form .form-default .form-forget .link:hover {
  text-decoration: underline;
}

.register {
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.register &gt; div {
  height: 860px;
}

.register-side {
  height: 100%;
  width: 590px;
  padding: 40px 30px;
  background: url("../image/background/bg-city-gra.jpg") center left;
  background-size: cover;
  position: relative;
}

.register-side .process {
  text-align: center;
  position: relative;
}

.register-side .process:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  width: 95px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.register-side .process li {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
}

.register-side .process li + li {
  margin-left: 18px;
}

.register-side .process li.active {
  background-color: #fff;
  color: #2e3192;
}

.register-side .inner {
  text-align: center;
  margin-top: 100px;
}

.register-side .inner .title {
  text-align: center;
  color: #fff;
  font-size: var(--typo-md);
  font-weight: var(--fw-medium);
  line-height: 1em;
  margin-top: 25px;
  margin-bottom: 5px;
}

.register-side .inner .desc {
  text-align: center;
  color: #fff;
  font-size: var(--typo-sm);
  line-height: 1.4em;
}

.register-side .info {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  line-height: 1em;
}

.register-side .info:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
  width: 95px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.register-side .info .control-label {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.register-side .info .link {
  color: #fff;
  font-size: 26px;
}

.register-side .info .link:hover {
  text-decoration: underline;
}

.register-form {
  background-color: #fff;
  padding: 30px;
  background-size: cover;
}

.register-form .header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
}

.register-form .header &gt; div {
  display: table-cell;
  vertical-align: top;
}

.register-form .header .title {
  width: 1%;
  font-size: var(--typo-xl);
  font-weight: 500;
  padding: 0 1.25rem;
  padding-left: 0;
  white-space: nowrap;
  position: relative;
}

.register-form .header .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #e1e1e1;
}

.register-form .header .desc {
  font-size: var(--typo-xl);
  color: var(--color-secondary-100);
  padding: 0 1.25rem;
  padding-right: 0;
}

.register-step1 .editor-content p {
  margin-bottom: 1em;
}

.register-step1 .wrapper {
  margin: 1.25rem 0;
  height: 640px;
  overflow: hidden;
}

.register-step1 .mCSB_inside &gt; .mCSB_container {
  margin-right: 30px;
}

.register-step1 .mCSB_scrollTools {
  right: 0;
}

.register-step1 .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}

.register-step1 .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25rem;
}

.register-step1 .action &gt; div + div {
  margin-left: 1.25rem;
}

.register-step1 .action .btn {
  width: 160px;
}

.register-step2 {
  margin-top: 30px;
}

.register-step2 .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25rem;
}

.register-step2 .action &gt; div {
  float: left;
}

.register-step2 .action &gt; div + div {
  margin-left: 1.25rem;
}

.register-step2 .action .btn {
  width: 160px;
}

.register-step3 .thumb figure {
  position: relative;
  bottom: -30px;
}

.register-step3 .inner {
  text-align: center;
  margin-top: 160px;
}

.register-step3 .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-medium);
  color: var(--color-secondary-100);
  line-height: 1.2em;
  margin-bottom: 5px;
}

.register-step3 .desc {
  font-size: var(--typo-default);
  line-height: 1.4em;
  margin-bottom: 30px;
}

.register-step3 .btn {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 40px;
}

.register-step4 .thumb figure {
  position: relative;
  bottom: -30px;
}

.register-step4 .inner {
  text-align: center;
  margin-top: 160px;
}

.register-step4 .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-medium);
  color: var(--color-secondary-100);
  line-height: 1.2em;
  margin-bottom: 5px;
}

.register-step4 .desc {
  font-size: var(--typo-default);
  line-height: 1.4em;
  margin-bottom: 30px;
}

.register-step4 .btn {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 40px;
}

.member {
  display: table;
  width: 100%;
  border: 1px solid var(--color-border);
}

.member &gt; div {
  display: table-cell;
  vertical-align: top;
}

.member .nav-menu {
  margin: 0;
}

.member-side {
  width: 380px;
  background-color: var(--color-gray-300);
}

.member-side .wrapper {
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}

.member-side .panel-header {
  padding: 3rem 0;
  position: relative;
}

.member-side .panel-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.member-side .avatar {
  overflow: hidden;
  width: 190px;
  height: 190px;
  background-color: #fff;
  border: 5px solid #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 60px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.member-side .avatar:hover {
  border-color: var(--color-primary);
}

.member-side .avatar:after {
  content: "";
  background-image: url("../image/icon/icon-avatar.png");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*	-webkit-filter: brightness(100) invert(1);
  -moz-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);*/
}

.member-side .avatar .cover-bg {
  position: relative;
  z-index: 2;
}

.member-side .nav-menu .icon {
  width: 30px;
  position: relative;
  top: 6px;
  margin-right: 1.25rem;
}

.member-side .nav-menu .icon img {
  width: 100%;
}

.member-side .nav-menu a {
  font-size: var(--typo-lg);
  color: var(--color-dark);
  display: block;
  height: 66px;
  line-height: 66px;
  padding: 0 2rem 0 2rem;
  position: relative;
}

.member-side .nav-menu a:hover {
  color: var(--color-light);
  background: var(--color-secondary-100);
}

.member-side .nav-menu a:hover .icon {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}

.member-side .nav-menu .active a {
  background-color: var(--color-primary);
}

.member-side .panel-title {
  text-align: center;
  margin-bottom: 30px;
}

.member-side .panel-title .title {
  font-size: 40px;
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: 1em;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.member-side .panel-title .title::after {
  position: absolute;
  content: "";
  left: 15%;
  right: 15%;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}

.member-side .panel-title .info {
  font-size: var(--typo-default);
  line-height: 1em;
  color: var(--color-dark);
}

.member-main .panel-header {
  padding: 3rem;
}

.member-main .panel-header .title {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2e3192;
  line-height: 1em;
}

.member-main .panel-header .info {
  font-size: 24px;
  line-height: 1em;
}

.member-main .panel-body {
  padding: 3.25rem 3rem 0 3rem;
}

.member-main .panel-title {
  font-size: var(--typo-xl);
  font-weight: 500;
  color: var(--color-dark);
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1em;
}

.member-main .panel-title .icon {
  -webkit-filter: brightness(0.18);
          filter: brightness(0.18);
  margin-right: 0.25rem;
}

.member-main .panel-title .icon img {
  max-height: 0.8em;
}

.member-info {
  font-size: var(--typo-default);
  /*text-transform: uppercase;*/
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.25rem;
}

.member-info .control-label {
  font-weight: var(--fw-medium);
  padding-right: 5px;
  margin: 0;
}

.member-form .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.member-form .action .btn {
  margin-bottom: 1.25rem;
}

.member-form .action .btn {
  width: 160px;
}

.password-form .action {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25rem;
  margin-top: 10px;
  margin-bottom: 1.25rem;
}

.password-form .action .btn {
  width: 160px;
  margin-bottom: 1.25rem;
}

.toggle-password.btn-link {
  padding: 0;
  color: var(--color-default);
  text-decoration: none;
}

@media (max-width: 1440px) {
  .member-side .nav-menu .icon {
    width: 26px;
    top: 4px;
  }
  .member-side .panel-title .title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .login-side,
  .register-side,
  .forgot-side {
    width: 470px;
  }
  .member-side .nav-menu .icon {
    width: 22px;
    top: 3px;
  }
  .member-side .nav-menu a {
    height: 60px;
    line-height: 60px;
  }
  .member-side .panel-title .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .login-side,
  .forgot-side {
    width: 360px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .login &gt; div,
  .register &gt; div,
  .forgot &gt; div {
    height: auto;
  }
  .register {
    display: block;
    height: auto;
  }
  .register-side {
    width: 360px;
  }
  .register-step1 .wrapper {
    height: 430px;
  }
  .register-side .inner {
    margin-top: 70px;
  }
  .register-side .info {
    position: relative;
    margin-top: 60px;
    bottom: 0;
  }
  .register-form .header .title {
    padding-left: 0;
  }
  .register-step1 .action {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
  }
  .member-side {
    width: 240px;
  }
  .member-side .avatar {
    width: 160px;
    height: 160px;
  }
  .member-side .nav-menu a {
    padding: 0 1.25rem;
  }
  .member-side .nav-menu .icon {
    margin-right: 1rem;
  }
  .member-main .panel-header {
    padding: 2rem;
  }
  .member-main .panel-header .title {
    font-size: 44px;
  }
  .member-main .panel-header .info {
    font-size: 22px;
  }
  .member-main .panel-body {
    padding: 2.25rem 2rem 0 2rem;
  }
  .member-side .panel-title .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .login-side,
  .forgot-side {
    width: 100%;
    background-position: center 22%;
  }
  .login-side,
  .forgot-side {
    padding: 1.75rem;
  }
  .login-side .side-header,
  .forgot-side .side-header {
    padding: 1.25rem 0;
  }
  .login-side .side-body {
    padding-top: 30px;
  }
  .login-side .side-body .action {
    padding: 0;
  }
  .login-form,
  .forgot-form {
    padding: 1.75rem;
  }
  .login-form .form-contact {
    margin-top: 1rem;
  }
  .login-form .form-default .form-forget {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .login-form .action {
    margin-bottom: 0.75rem;
  }
  .login-form .action .btn {
    margin-bottom: 1rem;
  }
  .forgot &gt; div {
    width: 100%;
  }
  .forgot-side .side-body {
    padding-top: 30px;
  }
  .forgot-side .side-body .action {
    padding: 0;
  }
  .forgot-form {
    padding: 30px;
  }
  .forgot-form .form-default .form-forget {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .register-side {
    width: 100%;
    background-position: center 22%;
  }
  .register-form .header {
    padding-bottom: 1.25rem;
  }
  .register-form .header .title {
    line-height: 1.2em;
    padding-right: 15px;
  }
  .register-form .header .title:after {
    height: 1.2em;
    height: 24px;
  }
  .register-form .header .desc {
    line-height: 1.2em;
    padding-left: 15px;
  }
  .register-side {
    padding: 30px 1.25rem;
  }
  .register-step1 .wrapper {
    height: 180px;
  }
  .register-step1 .action div:first-child {
    padding-left: 0;
  }
  .register-step1 .action div:last-child {
    padding-right: 0;
  }
  .register-step1 .action .btn {
    width: 100%;
  }
  .register-step2 .action div + div {
    margin-left: 0;
  }
  .register-step2 .action div {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .register-step2 .action div:first-child {
    padding-left: 0;
  }
  .register-step2 .action div:last-child {
    padding-right: 0;
  }
  .register-step2 .action .btn {
    width: 100%;
  }
  .captcha {
    padding-bottom: 25px;
  }
  .captcha .form-group {
    margin-bottom: 10px;
  }
  .register-step3 .inner {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .register-step4 .inner {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .member {
    display: inline-block;
    width: 100%;
  }
  .member &gt; div {
    display: inline-block;
    width: 100%;
  }
  .member-side .wrapper {
    padding-bottom: 0;
  }
  .member-side .panel-header {
    padding: 1.75rem 0;
  }
  .member-side .avatar {
    width: 190px;
    height: 190px;
  }
  .member-side .nav-menu {
    padding: 0 30px 30px 30px;
  }
  .member-main .panel-body {
    padding: 1.5rem 1.25rem 0 1.25rem;
  }
  .member-form .action .btn,
  .password-form .action .btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .member-side .avatar {
    width: 170px;
    height: 170px;
  }
}
.important-plans-page .attach-list {
  margin: 0 -0.5rem;
}
.important-plans-page .attach-list .item {
  padding: 0.5rem;
}
.important-plans-page .attach-list .default-owl-carousel .owl-dots {
  margin-top: 3rem;
}
.important-plans-page .attach-list .default-owl-carousel .owl-dot {
  padding: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  opacity: 0.25;
  background-color: var(--color-gray);
  border-radius: 50%;
}
.important-plans-page .attach-list .default-owl-carousel .owl-dot.active {
  opacity: 1;
}
.important-plans-page .attach-list .default-owl-carousel .owl-nav &gt; div {
  top: 35%;
}
.important-plans-page .attach-list .wrapper {
  -webkit-transition: All 200ms ease;
  transition: All 200ms ease;
  margin-bottom: 0;
}
.important-plans-page .attach-list .wrapper .inner {
  padding-left: 1rem;
}
.important-plans-page .attach-list .wrapper .inner .title {
  font-size: 20px;
  color: #494949;
  font-weight: var(--fw-bold);
}
.important-plans-page .attach-list .wrapper .info li {
  font-size: 14px;
  color: #4E4E50;
}
.important-plans-page .attach-list .wrapper .info li + li:before {
  background-color: #9FABDF;
  top: 0;
}
.important-plans-page .attach-list .wrapper:hover .title {
  color: var(--color-light);
}
.important-plans-page .attach-list .wrapper:hover .info li {
  color: var(--color-light);
}

@media (max-width: 1199px) {
  .important-plans-page .default-topic {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .important-plans-page .attach-list .wrapper .inner {
    padding-left: 0;
  }
  .important-plans-page .detail-attach .attach-list .info li {
    width: 100%;
  }
  .important-plans-page .attach-list .default-owl-carousel .owl-dots {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .important-plans-page .attach-list .wrapper .inner .title {
    font-size: 16px;
  }
  .important-plans-page .attach-list .wrapper .info li {
    font-size: 12px;
  }
  .important-plans-page .attach-list .default-owl-carousel .owl-dots {
    margin-top: 1rem;
  }
  .important-plans-page .attach-list .default-owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
  }
  .important-plans-page .default-topic {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .important-plans-page .default-topic {
    margin: 1.75rem 0;
  }
}
.submit-page {
  background: url("../image/background/background-ecard-success.png") center;
  background-size: cover;
}
.submit-page .wrapper {
  width: 485px;
  padding: 3.5rem 1.25rem;
  border: 1px solid var(--color-secondary-100);
}
.submit-page .wrapper .title {
  font-size: var(--typo-xl);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  text-align: center;
  line-height: 1.4em;
}
.submit-page .wrapper .brand {
  text-align: center;
  max-width: 172px;
  margin: 3rem auto;
}
.submit-page .wrapper .brand figure {
  display: block;
  text-align: center;
}
.submit-page .wrapper .desc {
  font-size: var(--typo-default);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 2rem;
}
.submit-page .wrapper .action {
  text-align: center;
}
.submit-page .wrapper .action .btn {
  min-width: 160px;
}

@media (max-width: 767px) {
  .submit-page .wrapper {
    padding: 2rem 1.25rem;
  }
  .submit-page .wrapper .brand {
    max-width: 146px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .submit-page .wrapper .desc {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .submit-page .wrapper {
    width: 100%;
  }
  .submit-page .wrapper .action .btn {
    min-width: unset;
    width: 100%;
  }
}
.main-page-2 .whead .action .link {
  color: var(--color-default);
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
}
.main-page-2 .whead .action .link:hover {
  color: var(--color-primary);
}
.main-page-2 .main-slider .slick-dots {
  display: none !important;
}
.main-page-2 .default-nav .nav {
  margin: 0 -20px;
}
.main-page-2 .default-nav .nav .nav-item {
  padding: 0 20px;
}
.main-page-2 .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-page-2 .section.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-page-2 .slider .slick-dots {
  margin-top: 14px;
  bottom: auto;
}
.main-page-2 .slider .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
.main-page-2 .slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 6px;
  border-radius: 0;
  background-color: var(--color-border-100);
}
.main-page-2 .slider .slick-dots li button:before {
  display: none;
}
.main-page-2 .slider .slick-dots li.slick-active button {
  background-color: var(--color-secondary-100);
}
.main-page-2 .default-owl-carousel .owl-dot {
  border-radius: 50%;
  opacity: 1;
  width: 22px;
  height: 22px;
  background-color: var(--color-gray-200);
}
.main-page-2 .default-owl-carousel .owl-dot.active {
  opacity: 1;
  background-color: var(--color-default);
}
.main-page-2 .wg-highlight-project {
  margin-top: -50px;
}
.main-page-2 .wg-highlight-project .title {
  color: var(--color-primary);
  margin-bottom: 40px;
}
.main-page-2 .wg-highlight-project .item-list {
  width: 860px;
}
.main-page-2 .wg-highlight-project .item-list:not(.slick-slider) {
  margin-left: -10px;
  margin-right: -10px;
}
.main-page-2 .wg-highlight-project .item-list .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.main-page-2 .wg-highlight-project .item-list .thumb {
  padding: 8px;
  background-color: #ffffff;
}
.main-page-2 .wg-highlight-project .item-list .thumb .cover {
  padding-bottom: 71%;
}
.main-page-2 .wg-highlight-project .item-list &gt; .item {
  float: left;
  width: 33.3333333333%;
}
.main-page-2 .wg-highlight-project .item-list .item {
  padding: 0 10px;
}
.main-page-2 .wg-highlight-project .item-list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-page-2 .wg-hilight-project .item-list {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 992px) {
  .main-page-2 .wg-hilight-project .item-list.limit-item {
    max-height: 1092px;
    overflow: hidden;
  }
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper {
  padding: 10px 0;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .thumb {
  width: 278px;
  background-color: var(--color-gray-200);
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .thumb .cover {
  padding-bottom: 71%;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner {
  padding-left: 20px;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .country .flag {
  position: relative;
  z-index: 1;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-gray-100);
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .country .flag .cover {
  padding-bottom: 100%;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .country .btn {
  color: var(--color-primary);
  padding-left: 35px;
  background-color: var(--color-gray-200);
  margin-left: -30px;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .hashtag {
  margin-left: 10px;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .btn {
  height: 30px;
  font-size: var(--typo-xs);
  line-height: 28px;
  padding: 0 10px;
  border-radius: 30px;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  word-break: unset;
  overflow: unset;
  text-overflow: unset;
  display: block;
  -webkit-box-orient: unset;
  line-height: 1.4em;
  -webkit-line-clamp: unset;
  min-height: 1px;
  margin-bottom: 0.6rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .desc {
  font-size: var(--typo-xs);
  font-weight: normal;
  color: var(--color-dark);
  margin-bottom: 1rem;
  word-break: unset;
  overflow: unset;
  text-overflow: unset;
  display: block;
  -webkit-box-orient: unset;
  line-height: 1.4em;
  -webkit-line-clamp: unset;
  min-height: 1px;
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .date,
.main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .action {
  font-size: 12px;
  color: var(--color-gray);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 576px) {
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .title {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    min-height: 2.8em;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .desc {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    -webkit-line-clamp: 1;
    min-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .desc {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    min-height: 2.8em;
  }
}
.main-page-2 .wg-hilight-project .item-list .item .wrapper:hover .inner .title,
.main-page-2 .wg-hilight-project .item-list .item .wrapper:hover .inner .action {
  color: var(--color-primary);
}
.main-page-2 .wg-hilight-project .item-list &gt; .item .wrapper {
  border-bottom: 1px solid var(--color-gray-200);
}
.main-page-2 .wg-hilight-project .item-list ~ .action {
  margin-top: 40px;
  text-align: center;
}
.main-page-2 .wg-hilight-project .item-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -35px;
}
.main-page-2 .wg-hilight-project .item-list .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
}
.main-page-2 .wg-hilight-project .item-list .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 20px;
  height: 6px;
  background-color: #cccccc;
}
.main-page-2 .wg-hilight-project .item-list .slick-dots li button:before {
  display: none;
}
.main-page-2 .wg-hilight-project .item-list .slick-dots .slick-active button {
  width: 30px;
  background-color: var(--color-secondary-100);
}
.main-page-2 .wg-hilight-project .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-page-2 .wg-hilight-project .slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.main-page-2 .wg-project {
  margin-top: 20px;
}
.main-page-2 .wg-project .item-list {
  margin: 0;
}
.main-page-2 .wg-project .item-list &gt; li {
  padding: 0;
  width: 100%;
}
.main-page-2 .wg-project .item-list &gt; li + li {
  margin-top: 20px;
}
.main-page-2 .wg-project .item-list .wrapper {
  margin: 0;
  overflow: hidden;
  background-color: var(--color-gray-200);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-page-2 .wg-project .item-list .wrapper:hover .inner {
  min-height: 100%;
  background-color: rgba(46, 49, 146, 0.95);
}
.main-page-2 .wg-project .item-list .wrapper:hover .title {
  color: #fff;
  margin-top: 25px;
  margin-top: 55px;
}
.main-page-2 .wg-project .item-list .wrapper:hover .action {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.main-page-2 .wg-project .item-list .thumb .cover {
  padding-top: 100%;
}
.main-page-2 .wg-project .item-list .inner {
  display: none;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2.4em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-page-2 .wg-project .item-list .title {
  font-size: var(--typo-md);
  line-height: 1.2em;
  text-align: center;
  max-height: 2.4em;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-page-2 .wg-project .item-list .action {
  margin-bottom: -60px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-page-2 .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .main-page-2 .right-side {
    width: 260px;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .main-page-2 .left-side {
    width: 630px;
  }
  .main-page-2 .right-side {
    width: 270px;
    margin-left: 40px;
  }
  .main-page-2 .row &gt; div:only-child .left-side {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-page-2 .left-side {
    width: 820px;
  }
  .main-page-2 .right-side {
    width: 320px;
  }
}
.main-page-2 .wg-career {
  background-color: transparent;
  margin-bottom: 0;
}
.main-page-2 .wg-career .item-list &gt; li {
  padding: 0;
}
.main-page-2 .wg-career .item-list &gt; li .link {
  color: var(--color-default);
  display: block;
  padding: 1rem;
  border: 1px solid #eef3f9;
  width: 100%;
  background-color: #fcfcfc;
}
.main-page-2 .wg-career .item-list &gt; li .link .icon {
  width: 25px;
  margin-right: 10px;
  padding-top: 5px;
}
.main-page-2 .wg-career .item-list &gt; li .link .title {
  font-size: var(--typo-sm);
  color: var(--color-dark);
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .main-page-2 .wg-career .item-list &gt; li .link .title {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    min-height: 3em;
  }
}
.main-page-2 .wg-career .item-list &gt; li .link .position {
  color: var(--color-dark);
  margin-bottom: 10px;
}
.main-page-2 .wg-career .item-list &gt; li .link .date,
.main-page-2 .wg-career .item-list &gt; li .link .position {
  font-size: var(--typo-xxs);
}
.main-page-2 .wg-career .item-list &gt; li .link .date {
  color: var(--color-default);
}
.main-page-2 .wg-career .item-list &gt; li .link .action {
  color: var(--color-default);
  text-align: right;
  font-size: var(--typo-xxs);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-page-2 .wg-career .item-list &gt; li .link:hover .title {
  color: var(--color-secondary-100);
}
.main-page-2 .wg-career .item-list &gt; li .link:hover .action {
  color: var(--color-primary);
}
.main-page-2 .wg-career .item-list &gt; li + li {
  margin-top: 15px;
}
.main-page-2 .wg-information {
  margin: 0;
}
.main-page-2 .wg-information .nav {
  width: auto;
}
.main-page-2 .wg-information .tab-default .nav-tabs {
  margin-bottom: 20px;
}
.main-page-2 .wg-information .tab-default .nav-tabs &gt; li &gt; a {
  font-size: 24px;
  color: #2d3090;
  border: 1px solid transparent;
  font-weight: 500;
  height: 46px;
  line-height: 44px;
  padding: 0 25px;
}
.main-page-2 .wg-information .tab-default .nav-tabs &gt; li &gt; a:hover {
  color: #bf1e2d;
}
.main-page-2 .wg-information .owl-carousel {
  margin-bottom: 0;
}
.main-page-2 .wg-information .panel-group {
  margin-bottom: 0;
}
.main-page-2 .wg-information .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-page-2 .wg-information .panel-group .panel + .panel {
  margin-top: 10px;
}
.main-page-2 .wg-information .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 10px 0 20px 0;
}
.main-page-2 .wg-information .panel-default &gt; .panel-heading {
  padding: 0;
  background: none;
  border-radius: 0;
}
.main-page-2 .wg-information .panel-title &gt; a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #2e3192;
  font-size: 22px;
  background-color: #2e3192;
  color: #fff;
  position: relative;
}
.main-page-2 .wg-information .panel-title &gt; a:hover {
  color: #fff;
}
.main-page-2 .wg-information .panel-title &gt; a.collapsed {
  border-color: #ebebeb;
  background-color: #fff;
  color: #2e3192;
}
.main-page-2 .wg-information .panel-title &gt; a.collapsed:hover {
  color: #bf1e2d;
}
.main-page-2 .wg-information .panel-title &gt; a.collapsed:after {
  content: "\f107";
  top: 12px;
}
.main-page-2 .wg-information .panel-title &gt; a:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 13px;
  top: 11px;
}
.main-page-2 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a,
.main-page-2 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:hover,
.main-page-2 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #2d3090;
  border: 1px solid #2d3090;
  color: #fff;
}
.main-page-2 .wg-information .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.main-page-2 .wg-information .panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border: none;
}
.main-page-2 .wg-information-pin .item-list .wrapper {
  background-color: #fff;
}
.main-page-2 .wg-information-pin .item-list .wrapper .title {
  max-height: 3em;
  overflow: hidden;
}
.main-page-2 .wg-information-pin .item-list .wrapper .desc {
  max-height: 2em;
  overflow: hidden;
}
.main-page-2 .wg-information-pin .item-list .wrapper:hover .inner {
  background-color: #2e3192;
}
.main-page-2 .wg-information-pin .item-list .inner {
  padding: 15px 20px 5px 20px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-page-2 .wg-information-pin .item-list .desc {
  margin-bottom: 10px;
}
.main-page-2 .wg-information-pin .item-list .thumb,
.main-page-2 .wg-information-pin .item-list .thumb .cover-bg {
  width: 280px;
}
.main-page-2 .wg-information-pin .item-list .wrapper .title,
.main-page-2 .wg-information-pin .item-list .wrapper .desc {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-page-2 .wg-information-pin .item-list .wrapper:hover .title,
.main-page-2 .wg-information-pin .item-list .wrapper:hover .desc {
  color: #fff;
}
.main-page-2 .wg-information-list .link {
  color: var(--color-default);
}
.main-page-2 .wg-information-list .link:hover .more {
  color: var(--color-primary);
}
.main-page-2 .wg-information-list .wrapper {
  display: block;
  overflow: hidden;
}
.main-page-2 .wg-information-list .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-page-2 .wg-information-list .inner .row {
  margin-top: auto;
}
.main-page-2 .wg-information-list .thumb {
  background-color: var(--color-gray-200);
  margin-bottom: 1rem;
}
.main-page-2 .wg-information-list .cover {
  padding-top: 70%;
}
.main-page-2 .wg-information-list .title {
  font-size: var(--typo-sm);
  font-weight: var(--fw-semi-bold);
  color: var(--color-dark);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  min-height: 4.2em;
  margin-bottom: 0.5rem;
}
.main-page-2 .wg-information-list .desc {
  font-size: var(--typo-xs);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  min-height: 4.2em;
  margin-bottom: 1.25rem;
}
.main-page-2 .wg-information-list .date {
  color: var(--color-gray-100);
}
.main-page-2 .wg-information-list .more {
  color: var(--color-gray);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-page-2 .wg-information-list .date,
.main-page-2 .wg-information-list .more {
  font-size: var(--typo-xxs);
}
.main-page-2 .wg-information-list .default-owl-carousel .owl-dots {
  margin-top: 35px;
}
.main-page-2 .wg-emagazine {
  margin-bottom: 0;
}
.main-page-2 .wg-emagazine .item-list {
  margin: 0 -0.6rem;
}
.main-page-2 .wg-emagazine .item-list li {
  padding: 0 0.6rem;
}
.main-page-2 .wg-emagazine .item-list li a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.main-page-2 .wg-emagazine .item-list li a .thumb {
  background-color: var(--color-gray-200);
}
.main-page-2 .wg-emagazine .item-list li a .thumb .cover {
  padding-bottom: 133%;
}
.main-page-2 .wg-emagazine .item-list li a .inner {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 0.7rem;
  background-color: #f1f1f1;
}
.main-page-2 .wg-emagazine .item-list li a .inner .title {
  font-size: var(--typo-sm);
  color: var(--color-dark);
  margin-bottom: 1.6rem;
  line-height: 1.3em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}
.main-page-2 .wg-emagazine .item-list li a .inner .date,
.main-page-2 .wg-emagazine .item-list li a .inner .view {
  font-size: var(--typo-xs);
  color: #888787;
}
.main-page-2 .wg-emagazine .item-list li a:hover .inner {
  background-color: var(--color-secondary-100);
}
.main-page-2 .wg-emagazine .item-list li a:hover .inner .title,
.main-page-2 .wg-emagazine .item-list li a:hover .inner .date,
.main-page-2 .wg-emagazine .item-list li a:hover .inner .view {
  color: var(--color-light);
}
.main-page-2 .wg-emagazine .slick-slider .slick-dots {
  bottom: -60px;
}
.main-page-2 .wg-emagazine .slick-slider .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
}
.main-page-2 .wg-emagazine .slick-slider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: var(--color-gray-200);
  border-radius: 50%;
}
.main-page-2 .wg-emagazine .slick-slider .slick-dots li button:before {
  display: none;
}
.main-page-2 .wg-emagazine .slick-slider .slick-dots .slick-active button {
  background-color: var(--color-default);
}
.main-page-2 .wg-emagazine .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.main-page-2 .wg-procument {
  margin-bottom: 1.25rem;
}
.main-page-2 .wg-procument .item-list .card {
  background-color: #f9f9f9;
  border: none;
  border-radius: 0;
}
.main-page-2 .wg-procument .item-list .card:hover .title {
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .main-page-2 .wg-procument .item-list .card-body {
    padding: 1.5rem 2rem;
  }
}
.main-page-2 .wg-procument .item-list .title {
  font-size: var(--typo-sm);
  color: var(--color-gray);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  min-height: 3em;
}
@media (max-width: 1199px) {
  .main-page-2 .wg-highlight-project .item-list {
    width: 700px;
  }
}
@media (max-width: 991px) {
  .main-page-2 .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .main-page-2 .wg-highlight-project {
    margin-top: 40px;
  }
  .main-page-2 .wg-highlight-project .title {
    margin-bottom: 20px;
  }
  .main-page-2 .wg-highlight-project .item-list {
    width: 100%;
  }
  .main-page-2 .wg-highlight-project .item-list .thumb {
    padding: 0;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .thumb {
    width: 172px;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .title {
    margin-bottom: 0.5rem;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .desc {
    margin-bottom: 0.5rem;
  }
  .main-page-2 .right-side-lg {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .main-page-2 .section {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .main-page-2 .default-nav .nav {
    margin: 0 -10px;
  }
  .main-page-2 .default-nav .nav .nav-item {
    padding: 0 10px;
  }
  .main-page-2 .default-owl-carousel .owl-dot {
    width: 18px;
    height: 18px;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .thumb {
    width: 162px;
  }
  .main-page-2 .wg-information-list .default-owl-carousel .owl-dots {
    margin-top: 25px;
  }
  .main-page-2 .wg-emagazine .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .main-page-2 .wg-emagazine .slick-slider .slick-dots {
    bottom: -40px;
  }
  .main-page-2 .wg-emagazine .slick-slider .slick-dots li button {
    width: 18px;
    height: 18px;
  }
  .main-page-2 .wg-procument .item-list .action {
    margin-top: 10px;
  }
  .main-page-2 .wg-project .item-list {
    margin: 0 -10px;
  }
  .main-page-2 .wg-project .item-list &gt; li {
    width: 50%;
    padding: 0 10px;
  }
  .main-page-2 .wg-project .item-list &gt; li + li {
    margin-top: 0;
  }
  .main-page-2 .wg-hilight-project .item-list ~ .action {
    margin-top: 30px;
  }
  .main-page-2 .right-side {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner {
    padding-left: 0;
  }
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .title,
  .main-page-2 .wg-hilight-project .item-list .item .wrapper .inner .desc {
    margin-bottom: 0.7rem;
  }
}

.theme-style-1 .site-header {
  background-color: var(--color-black);
}
.theme-style-1 img,
.theme-style-1 .cover-bg {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .theme-style {
  background: none;
  background-color: #000000 !important;
}
.theme-style-1 .theme-style.site-header-brand:before {
  background-color: #000000;
}
.theme-style-1 .site-header-brand .title {
  color: #ffffff;
}
.theme-style-1 .btn-primary,
.theme-style-1 .btn-secondary,
.theme-style-1 .btn-info {
  background-color: #000000;
  border-color: #fff;
  color: #ffffff;
}
.theme-style-1 .btn-secondary:hover,
.theme-style-1 .btn-secondary:active:hover,
.theme-style-1 .btn-secondary.active:hover,
.theme-style-1 .btn-secondary:active:focus,
.theme-style-1 .btn-secondary.active:focus,
.theme-style-1 .btn-secondary:active.focus,
.theme-style-1 .btn-secondary.active.focus,
.theme-style-1 .btn-secondary:focus:hover,
.theme-style-1 .btn-secondary.focus:hover {
  background-color: #000000;
  border-color: #fff;
  color: #ffffff;
}
.theme-style-1 .site-header-topbar:before,
.theme-style-1 .site-header-main:before {
  background-color: #fff;
}
.theme-style-1 .site-header-topbar .nav-size .control-label {
  color: #ffffff;
}
.theme-style-1 .site-header-topbar .nav-theme .control-label {
  color: #ffffff;
}
.theme-style-1 .site-header-topbar .nav-lang .link {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-search .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-search.open .icon-close {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .site-header-main .nav-menu .main a:hover::before,
.theme-style-1 .site-header-main .nav-menu .main .active a::before {
  border-left-color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .link {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .dropdown-toggle::after {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .active .link {
  color: #000000;
  background-color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .dropdown &gt; .link::after {
  border-top-color: #ffffff;
}
.theme-style-1 .main-page .section {
  background-color: #000000 !important;
}
.theme-style-1 .main-slider .slick-dots .slick-active button {
  background-color: #000000;
}
.theme-style-1 .main-page .slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.theme-style-1 .wg-hilight-project .item-list .item .wrapper .inner .title {
  color: #ffffff;
}
.theme-style-1 .wg-hilight-project .item-list .item .wrapper .inner .desc {
  color: #ffffff;
}
.theme-style-1 .wg-hilight-project .item-list .item .wrapper .inner .country .thumb {
  background-color: #ffffff;
}
.theme-style-1 .wg-hilight-project .item-list .item .wrapper .inner .btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .wg-project .whead .subtitle {
  color: #ffffff;
}
.theme-style-1 .wg-information .tab-default .nav-pills .nav-link.active, .theme-style-1 .tab-default .nav-pills .show &gt; .nav-link {
  background: #ffffff;
  color: #000000;
}
.theme-style-1 .wg-information .tab-default .nav-pills .nav-link {
  color: #ffffff;
}
.theme-style-1 .wg-emagazine .item-list li a .inner .title {
  color: #000000;
}
.theme-style-1 .wg-emagazine .item-list li a .inner .date,
.theme-style-1 .wg-emagazine .item-list li a .inner .view {
  color: #000000;
}
.theme-style-1 .wg-emagazine .item-list li a .inner {
  background: #ffffff;
}
.theme-style-1 .wg-purchase {
  background: #000000;
  border-color: #000000 !important;
}
.theme-style-1 .wg-information-list .title {
  color: #ffffff;
}
.theme-style-1 .wg-information-list .desc {
  color: #ffffff;
}
.theme-style-1 .wg-information-list .date,
.theme-style-1 .wg-information-list .more {
  color: #ffffff;
}
.theme-style-1 .text-secondary {
  color: #ffffff;
}
.theme-style-1 .item-list .topic {
  color: #ffffff;
}
.theme-style-1 .item-list .title {
  color: #ffffff;
}
.theme-style-1 .item-list .line {
  background-color: #ffffff;
}
.theme-style-1 .item-list .desc {
  color: #ffffff;
}
.theme-style-1 .item-list .date {
  color: #ffffff;
}
.theme-style-1 .whead .title {
  color: #ffffff;
}
.theme-style-1 .whead .icon figure {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .radio-control .icon {
  border-color: #fff;
}
.theme-style-1 .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #000000;
}
.theme-style-1 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-control:-moz-placeholder {
  color: #ffffff;
}
.theme-style-1 .top-graphic .owl-dot.active {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .owl-carousel .owl-dot.active {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
  border: 1px solid #fff;
}
.theme-style-1 .wg-information-pin .item-list .wrapper:hover .inner {
  background-color: #000000;
}
.theme-style-1 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a,
.theme-style-1 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:hover,
.theme-style-1 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #000000;
  border-color: #fff;
}
.theme-style-1 .wg-information-pin .item-list .inner {
  background-color: #000000;
  border-color: #000000;
}
.theme-style-1 .wg-information-pin .item-list .wrapper {
  border: 1px solid #fff;
}
.theme-style-1 .wg-information-list .item-list .inner {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-1 .wg-information-list .item-list .wrapper {
  border: 1px solid #fff;
}
.theme-style-1 .wg-gallery .item-list .wrapper {
  border: 1px solid #fff;
}
.theme-style-1 .wg-gallery .item-list .inner,
.theme-style-1 .wg-gallery .item-list .wrapper:hover .inner {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-1 .wg-gallery .item-list .wrapper:hover .title {
  color: #ffffff;
}
.theme-style-1 .wg-about .item-list .wrapper {
  border: 1px solid #fff;
}
.theme-style-1 .wg-vdo .slider-for {
  border: 1px solid #fff;
}
.theme-style-1 .wg-vdo .slider-nav .slick-current .cover-bg:after {
  border-color: #fff;
}
.theme-style-1 .wg-vdo .slick-dots li button {
  background-color: #ffffff;
}
.theme-style-1 .wg-vdo .slick-dots li.slick-active button {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .wg-purchase {
  border: 1px solid #fff;
}
.theme-style-1 .wg-purchase-side {
  border-right-color: #fff;
}
.theme-style-1 .wg-purchase .nav-tabs &gt; li.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .wg-purchase .nav-tabs &gt; li &gt; a {
  border-left-color: #000000;
}
.theme-style-1 .wg-purchase .nav-tabs &gt; li &gt; a .fa {
  color: #ffffff;
}
.theme-style-1 .wg-purchase .nav-tabs &gt; li.active:after {
  display: none;
}
.theme-style-1 .wg-purchase .nav-tabs &gt; li.active &gt; a,
.theme-style-1 .wg-purchase .nav-tabs &gt; li.active &gt; a:hover,
.theme-style-1 .wg-purchase .nav-tabs &gt; li.active &gt; a:focus {
  border-left-color: #fff;
  background-color: #000000;
}
.theme-style-1 .wg-purchase .item-list li:nth-child(2n) .wrapper {
  background-color: #000000;
}
.theme-style-1 .wg-purchase .item-list li .wrapper {
  border-top: 1px solid #fff;
}
.theme-style-1 .wg-purchase .item-list li .wrapper:hover {
  background-color: #000000 !important;
}
.theme-style-1 .wg-career-header {
  background-color: #000000;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .wg-career-list .item-list .wrapper:hover {
  background-color: #000000;
}
.theme-style-1 .wg-career-header .title,
.theme-style-1 .wg-career-header .info {
  color: #ffffff;
}
.theme-style-1 .wg-magazine-block {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .wg-magazine .item-list .thumb .cover-bg {
  border-color: #fff;
}
.theme-style-1 .wg-magazine-action .link {
  color: #ffffff;
}
.theme-style-1 .wg-career-list .item-list .info {
  color: #ffffff;
}
.theme-style-1 .wg-link {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .wg-link .item-list .wrapper:hover .title,
.theme-style-1 .wg-link .item-list .wrapper:hover .desc {
  color: #ffffff;
}
.theme-style-1 .wg-company {
  border-bottom: 1px solid #fff;
}
.theme-style-1 .wg-company .owl-prev,
.theme-style-1 .wg-company .owl-prev:hover {
  border-right-color: #fff;
}
.theme-style-1 .wg-company .owl-next,
.theme-style-1 .wg-company .owl-next:hover {
  border-left-color: #fff;
}
.theme-style-1 .wg-newsletter-share {
  display: none;
}
.theme-style-1 .wg-newsletter .form-default .form-control {
  background-color: #000000;
  border-color: #fff;
  color: #ffffff;
}
.theme-style-1 .wg-newsletter .form-default .control-label,
.theme-style-1 .wg-newsletter .form-default .control-label small {
  color: #ffffff;
}
.theme-style-1 .wg-contact .item-list .wrapper:hover {
  background-color: transparent;
}
.theme-style-1 .wg-contact .item-list .thumb figure {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .footer-sitemap {
  border-bottom: 1px solid #fff;
}
.theme-style-1 .footer-sitemap .title {
  color: #ffffff;
}
.theme-style-1 .footer-sitemap .line {
  background-color: #ffffff;
}
.theme-style-1 .footer-sitemap .link,
.theme-style-1 .footer-sitemap .link:hover {
  color: #ffffff;
}
.theme-style-1 .footer-bar .title {
  color: #ffffff;
}
.theme-style-1 .footer-social .control-label {
  color: #ffffff;
}
.theme-style-1 .footer-social .link {
  color: #ffffff;
}
.theme-style-1 .home-block-1 {
  position: relative;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .home-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-1 .home-block-2 {
  position: relative;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .home-block-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-1 .home-block-3 {
  position: relative;
  border-bottom: 1px solid #fff;
}
.theme-style-1 .home-block-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-1 .home-block-4 {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.theme-style-1 .home-block-5 {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.theme-style-1 .default-header .desc {
  color: #ffffff;
}
.theme-style-1 .default-header.cover-bg .wrapper {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.theme-style-1 .default-header .breadcrumb-block {
  background-color: transparent;
}
.theme-style-1 .default-header .breadcrumb &gt; li:first-child {
  background-color: transparent;
  border: none;
}
.theme-style-1 .wg-project .item-list .inner {
  background-color: #000000;
}
.theme-style-1 .wg-project .item-list .wrapper:hover .inner {
  background-color: #000000;
}
.theme-style-1 .wg-project .item-list .wrapper:hover .title {
  color: #ffffff;
}
.theme-style-1 .breadcrumb-block {
  background-color: #000000;
}
.theme-style-1 .breadcrumb-block:before {
  background-color: #000000;
}
.theme-style-1 .breadcrumb &gt; li:first-child {
  background-color: #000000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.theme-style-1 .breadcrumb &gt; li,
.theme-style-1 .breadcrumb &gt; li a {
  color: #ffffff;
}
.theme-style-1 .page-default {
  background-color: #000000;
  border-top: 1px solid #fff;
}
.theme-style-1 .default-title {
  color: #ffffff;
}
.theme-style-1 .login-side {
  background: #000000;
  border: 1px solid #fff;
  /*	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
}
.theme-style-1 .login-side .side-header {
  color: #ffffff;
}
.theme-style-1 .login-side .side-body .title {
  color: #ffffff;
}
.theme-style-1 .login-side .side-body .desc {
  color: #ffffff;
}
.theme-style-1 .login-form {
  background: #000000;
  border: 1px solid #fff;
  border-left: none;
}
.theme-style-1 .login-form .topic {
  color: #ffffff;
}
.theme-style-1 .login-form .form-default .form-btn .control-label {
  color: #ffffff;
}
.theme-style-1 .login-form .form-default .form-bottom .link {
  color: #ffffff;
}
.theme-style-1 .btn-facebook,
.theme-style-1 .btn-facebook:focus,
.theme-style-1 .btn-facebook.focus {
  border: 1px solid #fff;
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .form-default .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .form-default .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-default .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-default .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-default .form-control:-moz-placeholder {
  color: #ffffff;
}
.theme-style-1 .form-default .form-control:focus {
  border-color: 1px solid #ffffff;
  color: #000000;
}
.theme-style-1 .form-default input.form-control:-webkit-autofill,
.theme-style-1 .form-default textarea.form-control:-webkit-autofill,
.theme-style-1 .form-default select.form-control:-webkit-autofill {
  background: none;
  background-color: #000000;
  border: 1px solid #fff;
  color: #ffffff;
}
.theme-style-1 .register-side {
  background: #000000;
  border: 1px solid #fff;
  /*	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
}
.theme-style-1 .register-side .process li.active {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.theme-style-1 .register-side .process li {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-style-1 .register-side .inner .title {
  color: #ffffff;
}
.theme-style-1 .register-side .inner .desc {
  color: #ffffff;
}
.theme-style-1 .register-side .info .control-label {
  color: #ffffff;
}
.theme-style-1 .register-side .info .link {
  color: #ffffff;
}
.theme-style-1 .register-form {
  background-color: #000000;
  border: 1px solid #fff;
  border-left: none;
  background-image: none !important;
}
.theme-style-1 .register-form .header .title {
  color: #ffffff;
}
.theme-style-1 .register-form .header .desc {
  color: #ffffff;
}
.theme-style-1 .editor-content p {
  color: #ffffff;
}
.theme-style-1 .checkbox-control input[type=checkbox]:checked ~ .icon {
  background-color: #000000;
  border-color: #ffffff;
}
.theme-style-1 .checkbox-control input[type=checkbox]:checked ~ .icon:before {
  color: #ffffff;
}
.theme-style-1 .checkbox-control .icon {
  border-color: #ffffff;
  background-color: #000000;
}
.theme-style-1 .checkbox-control .txt {
  color: #ffffff;
}
.theme-style-1 .radio-control input[type=radio]:checked ~ .icon {
  background-color: #000000;
  border-color: #ffffff;
}
.theme-style-1 .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #ffffff;
}
.theme-style-1 .radio-control .icon {
  border-color: #ffffff;
  background-color: #000000;
}
.theme-style-1 .radio-control .txt {
  color: #ffffff;
}
.theme-style-1 .register-step3 .title {
  color: #ffffff;
}
.theme-style-1 .register-step3 .desc {
  color: #ffffff;
}
.theme-style-1 .register-step4 .title {
  color: #ffffff;
}
.theme-style-1 .register-step4 .desc {
  color: #ffffff;
}
.theme-style-1 .member-side .wrapper {
  background: #000000;
}
.theme-style-1 .member-side .wrapper:before {
  display: none;
}
.theme-style-1 .member-side .wrapper:after {
  display: none;
}
.theme-style-1 .member-side .nav-menu .active a {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .member-side .nav-menu li.active .icon img {
  -webkit-filter: brightness(100) invert(1);
  -moz-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}
.theme-style-1 .member-side .nav-menu .icon img {
  -webkit-filter: saturate(8);
          filter: saturate(8);
  /*	-webkit-filter: brightness(0) invert(1);
  	-moz-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);*/
}
.theme-style-1 .member-side .nav-menu a {
  color: #ffffff;
}
.theme-style-1 .member-side .avatar:hover {
  border-color: #ffffff;
}
.theme-style-1 .member-main {
  background-color: #000000;
  border-left: 1px solid #fff;
}
.theme-style-1 .member-main .panel-header {
  background: #000000;
}
.theme-style-1 .member-main .panel-header .title {
  color: #ffffff;
}
.theme-style-1 .member-main .panel-header .info {
  color: #ffffff;
}
.theme-style-1 .member-main .panel-title {
  color: #ffffff;
}
.theme-style-1 .member-info .control-label {
  color: #ffffff;
}
.theme-style-1 .text-primary {
  color: #ffffff;
}
.theme-style-1 .member-side .panel-title .title {
  color: #ffffff;
}
.theme-style-1 .member-side .panel-title .info {
  color: #ffffff;
}
.theme-style-1 .member-side .panel-title .info .text-primary {
  color: #ffffff;
}
.theme-style-1 .member-form .form-default .radio-control .txt {
  color: #ffffff;
}
.theme-style-1 .member-form .form-group .radio-control .icon {
  border-color: #ffffff;
  background-color: #000000;
}
.theme-style-1 .member-form .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #ffffff;
}
.theme-style-1 .contact-map {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .contact-info-topic {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .contact-info-wrapper {
  background-color: #000000;
}
.theme-style-1 .contact-info .header .title {
  color: #ffffff;
}
.theme-style-1 .contact-info .header .desc {
  color: #ffffff;
}
.theme-style-1 .contact-info .info-address {
  color: #ffffff;
}
.theme-style-1 .contact-info .info-detail .wrapper {
  color: #ffffff;
}
.theme-style-1 .contact-info .info-detail .icon {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .contact-body {
  background: #000000;
}
.theme-style-1 .contact-body:before {
  display: none;
}
.theme-style-1 .contact-qa .title {
  color: #ffffff;
}
.theme-style-1 .contact-qa .desc {
  color: #ffffff;
}
.theme-style-1 .contact-form-title {
  color: #ffffff;
}
.theme-style-1 .select2-container--default .select2-selection--single {
  background-color: #000000;
}
.theme-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.theme-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #ffffff;
}
.theme-style-1 .select2-results {
  color: #ffffff;
  background: #000000;
}
.theme-style-1 .contact-list {
  background-color: #000000;
}
.theme-style-1 .contact-list-topic {
  color: #ffffff;
}
.theme-style-1 .contact-list .item-list .info .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .contact-list .item-list .info a {
  color: #ffffff;
}
.theme-style-1 .contact-list .item-list .info a:hover {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-map .title {
  color: #ffffff;
}
.theme-style-1 .btn-detail,
.theme-style-1 .btn-detail:focus,
.theme-style-1 .btn-detail.focus {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .qa-page,
.theme-style-1 .qa-header {
  background: #000000;
}
.theme-style-1 .qa-header .wrapper .thumb {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .qa-header .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .qa-header .wrapper .desc {
  color: #ffffff;
}
.theme-style-1 .qa-form {
  background: #000000;
}
.theme-style-1 .qa-form-topic {
  color: #ffffff;
}
.theme-style-1 .filter .wrapper,
.theme-style-1 .filter .wrapper:before,
.theme-style-1 .filter .wrapper:after {
  background: #000000;
}
.theme-style-1 .filter .shape {
  background-color: #000000;
}
.theme-style-1 .search-form .form-default .input-group:after {
  color: #ffffff;
}
.theme-style-1 .qa-list .panel {
  border-color: #fff;
  background-color: #000000;
}
.theme-style-1 .qa-list .panel-header .panel-thumb {
  border-color: #fff;
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .qa-list .panel-header .panel-inner {
  color: #ffffff;
}
.theme-style-1 .qa-list .panel-header .icon:before {
  background-color: #ffffff;
}
.theme-style-1 .qa-list .panel-wrapper .panel-thumb {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .share-social .print .btn {
  color: #ffffff;
}
.theme-style-1 .share-social .print .btn:hover {
  background-color: #000000;
  border-color: #fff;
}
.theme-style-1 .share-social .print .btn .fa {
  color: #fff;
}
.theme-style-1 .share-social .control-label {
  color: #fff;
}
.theme-style-1 .share-social .link-fb,
.theme-style-1 .share-social .link-tw,
.theme-style-1 .share-social .link-gg,
.theme-style-1 .share-social .link-ma {
  border: 1px solid #fff;
  color: #fff;
  background-color: #000000;
}
.theme-style-1 .career-header {
  background: #000000;
  border-top: 1px solid #fff;
}
.theme-style-1 .career-header .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .career-header .wrapper .desc {
  color: #ffffff;
}
.theme-style-1 .wg-career-list .item-list .wrapper {
  background: #000000;
}
.theme-style-1 .career-page {
  background: #000000;
}
.theme-style-1 .career-page .desc {
  color: #ffffff;
}
.theme-style-1 .pagination a:hover {
  border-color: #ffffff;
}
.theme-style-1 .pagination a {
  color: #ffffff;
}
.theme-style-1 .pagination a span {
  color: #000000;
}
.theme-style-1 .pagination-label {
  color: #ffffff;
}
.theme-style-1 .pagination-label span {
  background: #ffffff;
  color: #000000;
}
.theme-style-1 .detail-page {
  background: #000000;
  border-top: 1px solid #fff;
}
.theme-style-1 .detail-header .title {
  color: #ffffff;
}
.theme-style-1 .detail-header .info .icon {
  background-color: #000000 !important;
  border: 1px solid #fff;
}
.theme-style-1 .detail-header .info li {
  color: #ffffff;
}
.theme-style-1 .detail-header .print .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.theme-style-1 .detail-header .print .btn .fa {
  color: #fff;
}
.theme-style-1 .detail-header .print .btn:hover {
  background-color: #000000;
}
.theme-style-1 .detail-header .share .control-label {
  color: #ffffff;
}
.theme-style-1 .detail-header .share .link-fb,
.theme-style-1 .detail-header .share .link-tw,
.theme-style-1 .detail-header .share .link-gg,
.theme-style-1 .detail-header .share .link-ma {
  border: 1px solid #fff;
  background-color: #000000;
}
.theme-style-1 .editor-content {
  color: #ffffff;
}
.theme-style-1 .detail-attach-topic {
  color: #ffffff;
}
.theme-style-1 .detail-attach .attach-list .wrapper {
  background-color: #000000;
}
.theme-style-1 .detail-attach .attach-list .cover-bg {
  background-color: #ffffff;
  filter: inherit;
  -webkit-filter: inherit;
  filter: inherit;
}
.theme-style-1 .detail-attach .attach-list .title {
  color: #ffffff;
}
.theme-style-1 .detail-attach .attach-list .info {
  color: #ffffff;
}
.theme-style-1 .item-relate-topic {
  color: #ffffff;
}
.theme-style-1 .item-relate-topic .line {
  background-color: #fff;
}
.theme-style-1 .default-body {
  border-top: 1px solid #fff;
  background-color: #000000;
}
.theme-style-1 .career-progress li:after {
  border-left: 12px solid rgba(241, 241, 241, 0.2);
}
.theme-style-1 .career-progress .active .wrapper:after {
  background-color: #ffffff;
}
.theme-style-1 .career-progress .active .thumb .icon {
  border: 1px solid #fff;
  background-color: #000000;
}
.theme-style-1 .career-progress .active .title,
.theme-style-1 .career-progress .active .desc {
  color: #ffffff;
}
.theme-style-1 .career-progress .active:after {
  border-left-color: #fff;
}
.theme-style-1 .career-progress .line {
  background-color: #fff;
}
.theme-style-1 .career-progress .title,
.theme-style-1 .career-progress .desc {
  color: #ffffff;
}
.theme-style-1 .career-form .form-pin {
  border-color: #ffffff;
}
.theme-style-1 .career-form .form-topic {
  color: #ffffff;
}
.theme-style-1 .career-form .control-label {
  color: #ffffff;
}
.theme-style-1 .career-form hr {
  border-color: #fff;
}
.theme-style-1 .form-default .input-group-addon {
  color: #ffffff;
}
.theme-style-1 .form-decimal-thumb .icon {
  color: #000000;
  background-color: #ffffff;
}
.theme-style-1 .table-lang th {
  color: #ffffff;
  background-color: #000000;
}
.theme-style-1 .table-lang td {
  color: #ffffff;
}
.theme-style-1 .uploadfile-list li {
  color: #ffffff;
}
.theme-style-1 .uploadfile-list .btn {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .submit-page {
  background: #000000;
}
.theme-style-1 .submit-page .wrapper .title,
.theme-style-1 .submit-page .wrapper .desc {
  color: #ffffff;
}
.theme-style-1 .weblink-list .panel-title &gt; a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.theme-style-1 .weblink-list .panel-group .panel {
  background-color: #000000;
}
.theme-style-1 .weblink-list .item-list .desc,
.theme-style-1 .weblink-list .item-list .link {
  color: #ffffff;
}
.theme-style-1 .weblink-list .item-list .inner {
  background-color: #000000;
}
.theme-style-1 .weblink-list .item-list .wrapper:hover .desc,
.theme-style-1 .weblink-list .item-list .wrapper:hover .link {
  color: #000000;
}
.theme-style-1 .weblink-list .wrapper:hover .inner {
  background-color: #ffffff;
}
.theme-style-1 .project-header {
  background: #000000;
}
.theme-style-1 .project-country-topic,
.theme-style-1 .project-country .control-label {
  color: #ffffff;
}
.theme-style-1 .project-country .country-list .current .wrapper {
  border-color: #ffffff;
}
.theme-style-1 .project-body {
  background: #000000;
}
.theme-style-1 .project-menu-topic {
  color: #ffffff;
}
.theme-style-1 .project-menu .wrapper {
  background-color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.theme-style-1 .project-menu .wrapper .title {
  color: #000000;
}
.theme-style-1 .project-menu .current .wrapper {
  background-color: #000000;
  border-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.theme-style-1 .project-menu .current .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .project-list-header .topic {
  color: #ffffff;
}
.theme-style-1 .filter-form .sort .control-label {
  color: #000000;
}
.theme-style-1 .project-list .item-list .inner {
  background-color: #000000;
}
.theme-style-1 .project-list-topic {
  color: #ffffff;
}
.theme-style-1 .detail-gallery .-process {
  background-color: #000000;
}
.theme-style-1 .detail-gallery .status &gt; div {
  color: #ffffff;
}
.theme-style-1 .detail-gallery .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.theme-style-1 .detail-gallery .slick-dots li button {
  background-color: #fff;
}
.theme-style-1 .purchase-header {
  background: #000000;
}
.theme-style-1 .default-menu .current .wrapper {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-style-1 .default-menu .current .wrapper:hover .title {
  color: #000000;
}
.theme-style-1 .default-menu .current .wrapper .title {
  color: #000000;
}
.theme-style-1 .default-menu .wrapper {
  background-color: #000000;
  border-color: #ffffff;
}
.theme-style-1 .default-menu .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .default-menu .wrapper:hover .title {
  color: #ffffff;
}
.theme-style-1 .default-owl-carousel .owl-nav &gt; div {
  background-color: #ffffff;
}
.theme-style-1 .default-owl-carousel .owl-nav &gt; div:hover::before {
  color: #000000;
}
.theme-style-1 .purchase-pin-topic {
  color: #ffffff;
}
.theme-style-1 .purchase-pin .pin-list .wrapper {
  border-color: #ffffff;
  background-color: #000000;
}
.theme-style-1 .purchase-pin .pin-list .thumb .cover-bg &gt; img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .purchase-pin .pin-list .wrapper:hover .inner .title,
.theme-style-1 .purchase-pin .pin-list .wrapper:hover .info li {
  color: #000000;
}
.theme-style-1 .purchase-pin .pin-list .title,
.theme-style-1 .purchase-pin .pin-list .desc,
.theme-style-1 .purchase-pin .pin-list .info li {
  color: #ffffff;
}
.theme-style-1 .purchase-page .attach-list .wrapper .inner .title {
  color: #ffffff;
}
.theme-style-1 .filter-form .view .inner {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .purchase-list .item-list .wrapper .cover-bg img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .purchase-list .item-list .info li {
  color: #ffffff;
}
.theme-style-1 .detail-header .post,
.theme-style-1 .detail-header .post a {
  color: #ffffff;
}
.theme-style-1 .about-header {
  background: #000000;
  border-top: 1px solid #fff;
}
.theme-style-1 .about-header .vdo-yt {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .about-header .vdo .wrapper .inner {
  color: #ffffff;
}
.theme-style-1 .about-menu .current .wrapper {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.theme-style-1 .about-menu .current .wrapper .title {
  color: #000000;
}
.theme-style-1 .about-menu .wrapper {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.theme-style-1 .about-menu .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .number-list.-secondary .number {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .number-list li {
  color: #ffffff;
}
.theme-style-1 .number-list.-primary .number {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .about-body .history {
  background: #000000;
}
.theme-style-1 .about-body .page-title {
  color: #ffffff;
}
.theme-style-1 .about-body .history .whead &gt; h3 {
  color: #ffffff !important;
}
.theme-style-1 .about-body .history .whead p {
  color: #ffffff;
}
.theme-style-1 .about-body .history p &gt; strong {
  color: #ffffff !important;
}
.theme-style-1 .about-body .history font {
  color: #ffffff !important;
}
.theme-style-1 .about-body .history .whead .line {
  background-color: #fff;
}
.theme-style-1 .about-body .history-cate .thumb {
  background-color: #000000;
  border-color: #ffffff;
  color: #ffffff;
}
.theme-style-1 .about-body .history-body {
  background-color: #000000;
  border-color: #fff;
}
.theme-style-1 .about-body .history-objective .wrapper .title {
  color: rgba(255, 255, 255, 0.1);
}
.theme-style-1 .about-body .vision .whead h3 {
  color: #ffffff !important;
}
.theme-style-1 .about-body .vision-target {
  background: #000000;
}
.theme-style-1 .about-body .vision-value {
  background: #000000;
}
.theme-style-1 .about-body .vision-value .thumb.-secondary {
  background-color: #ffffff;
}
.theme-style-1 .about-body .vision-value .thumb strong {
  color: #000000;
}
.theme-style-1 .about-body .vision-value .thumb.-primary {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.theme-style-1 .about-body .vision-value .thumb.-primary strong {
  color: #ffffff;
}
.theme-style-1 .about-body .vision-value .title {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .dropdown-menu {
  border-color: #fff;
  background-color: #000000;
}
.theme-style-1 .site-header-main .nav-menu .dropdown &gt; .link:after {
  border-bottom-color: #fff;
}
.theme-style-1 .site-header-main .nav-menu .main .topic {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .main a {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .main a:hover,
.theme-style-1 .site-header-main .nav-menu .main .active a {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .sub .topic a,
.theme-style-1 .site-header-main .nav-menu .sub .topic a:hover {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .sub li a,
.theme-style-1 .site-header-main .nav-menu .sub li a:hover {
  color: #ffffff;
}
.theme-style-1 .site-header-main .nav-menu .banner .title,
.theme-style-1 .site-header-main .nav-menu .banner .desc {
  color: #ffffff;
}
.theme-style-1 .news-header {
  background: #000000;
}
.theme-style-1 .news-pin .item-list .owl-item:nth-child(3n+1) .inner {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .vdo-header {
  background: #000000;
}
.theme-style-1 .vdo-pin-topic {
  color: #ffffff;
}
.theme-style-1 .vdo-pin .info li {
  color: #ffffff;
}
.theme-style-1 .vdo-pin .info .icon {
  background-color: #000000 !important;
  border: 1px solid #fff;
}
.theme-style-1 .emag-header {
  background: #000000;
}
.theme-style-1 .emag-pin .shelf {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .page-topic {
  color: #ffffff;
}
.theme-style-1 .pagination li + li:before {
  background-color: #fff;
}
.theme-style-1 .pagination-form .control-label {
  color: #fff;
}
.theme-style-1 .download-list .item-list .wrapper .cover-bg img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .download-list .item-list .info li {
  color: #ffffff;
}
.theme-style-1 .gallery-pin .inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-1 .gallery-pin .inner .title {
  color: #ffffff;
}
.theme-style-1 .gallery-list .inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-1 .gallery-list .inner .title {
  color: #ffffff;
}
.theme-style-1 .about-body .strategic .whead h3 {
  color: #ffffff !important;
}
.theme-style-1 .about-body .strategic .whead p {
  color: #ffffff;
}
.theme-style-1 .about-body .strategic .whead .line {
  background-color: #fff;
}
.theme-style-1 .about-body .strategic-list .wrapper {
  background-color: #000000;
  border: 1px solid #fff;
}
.theme-style-1 .about-body .strategic-list .topic {
  background-color: #ffffff;
}
.theme-style-1 .about-body .topic .inner .title {
  color: #000000;
}
.theme-style-1 .about-body .topic .inner .desc {
  color: #000000;
}
.theme-style-1 .about-body .wrapper .inner .color {
  color: #ffffff;
}
.theme-style-1 .about-body .strategic-list .circle {
  background-color: #111;
}
.theme-style-1 .about-body .strategic-list .thumb {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .about-body .content .title {
  color: #ffffff;
}
.theme-style-1 .wg-vote .item-list .view {
  color: #ffffff;
}
.theme-style-1 .wg-vote .item-list .view:hover {
  color: #ffffff;
}
.theme-style-1 .question-collapse .panel-group .panel {
  border-color: #fff;
  background-color: #000000;
}
.theme-style-1 .question-collapse .panel-title .number {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .question-collapse .panel-title &gt; a {
  color: #ffffff;
}
.theme-style-1 .question-collapse .note {
  color: #ffffff;
}
.theme-style-1 .search-header {
  background: #000000;
}
.theme-style-1 .search-header .filter .checkbox-control .txt {
  color: #ffffff;
}
.theme-style-1 .search-list-header .title {
  color: #ffffff;
}
.theme-style-1 .search-list-header .title strong {
  color: #ffffff;
}
.theme-style-1 .ui-datepicker-header {
  background: #000000;
}
.theme-style-1 .ui-datepicker .ui-datepicker-title select {
  background: #ffffff;
  color: #000000;
}
.theme-style-1 .ui-datepicker th {
  background: #000000;
  color: #ffffff;
}
.theme-style-1 .ui-datepicker td .ui-state-default {
  background: #000000;
  color: #ffffff;
}
.theme-style-1 .ui-datepicker td {
  background: #000000;
}
.theme-style-1 .ui-datepicker td .ui-state-active,
.theme-style-1 .ui-datepicker td .ui-state-hover {
  background: #ffffff;
  color: #000000;
}
.theme-style-1 .news-relate-topic {
  color: #ffffff;
}
.theme-style-1 .news-relate-topic .line {
  background-color: #fff;
}
.theme-style-1 .news-best-topic {
  color: #ffffff;
}
.theme-style-1 .news-best-topic .line {
  background-color: #fff;
}
.theme-style-1 .detail-tag-topic {
  color: #ffffff;
}
.theme-style-1 .detail-tag-topic .line {
  background-color: #fff;
}
.theme-style-1 .detail-tag .tag-list .wrapper {
  color: #ffffff;
}
.theme-style-1 .detail-tag .tag-list .wrapper:hover {
  border-color: #fff;
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .detail-action iframe {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .career-nav .link {
  color: #ffffff;
}
.theme-style-1 .career-nav .link:hover {
  background-color: transparent;
}
.theme-style-1 .career-nav .active .link {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.theme-style-1 .career-nav .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-1 .PDF-resume iframe {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .organization-header {
  background: #000000;
}
.theme-style-1 .organization-menu .current .wrapper {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.theme-style-1 .organization-menu .current .wrapper .title {
  color: #000000;
}
.theme-style-1 .organization-menu .wrapper {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.theme-style-1 .organization-menu .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .organization-body .page-title {
  color: #ffffff;
}
.theme-style-1 .organization-body .whead h3 {
  color: #ffffff !important;
}
.theme-style-1 .organization-body .whead .line {
  background-color: #fff;
}
.theme-style-1 .stucture-chart .bg-I,
.theme-style-1 .stucture-chart .bg-II,
.theme-style-1 .stucture-chart .bg-II-I,
.theme-style-1 .stucture-chart .bg-II-II,
.theme-style-1 .stucture-chart .bg-III,
.theme-style-1 .stucture-chart .bg-IV,
.theme-style-1 .stucture-chart .bg-V {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .stucture-chart .block-lv-2 .wrapper:before,
.theme-style-1 .stucture-chart .block-lv-2 .wrapper:first-child .box-Chart:after,
.theme-style-1 .stucture-chart .block-lv-3 .wrapper:before,
.theme-style-1 .stucture-chart .block-lv-3 .wrapper:last-child .box-Chart:after,
.theme-style-1 .stucture-chart .block-lv-3 .wrapper:first-child .box-Chart:after,
.theme-style-1 .stucture-chart .block-lv-4:before,
.theme-style-1 .stucture-chart .block-lv-5:before,
.theme-style-1 .stucture-chart .block-lv-5 .box-Chart:before,
.theme-style-1 .stucture-chart .block-lv-5 .wrapper:first-child .box-Chart:after,
.theme-style-1 .stucture-chart .block-lv-5 .wrapper:last-child .box-Chart:after {
  background-color: #fff;
}
.theme-style-1 .organization-list .topic-title {
  background: #000000;
}
.theme-style-1 .organization-list .topic-title {
  color: #ffffff;
}
.theme-style-1 .subcommittee-list &gt; .row:nth-child(odd) &gt; div .txt {
  background-color: #000000;
}
.theme-style-1 .subcommittee .topic {
  color: #ffffff;
}
.theme-style-1 .subcommittee .line-style:before {
  background: #fff;
}
.theme-style-1 .organization-list .item-list .wrapper:hover .thumb:before {
  border-color: #ffffff;
}
.theme-style-1 .Webboard-body .l-box {
  background-color: #ffff00;
}
.theme-style-1 .Webboard-body .l-box:before {
  border-color: #ffff00 transparent transparent transparent;
}
.theme-style-1 .Webboard-body .l-box .content .text-primary {
  color: #000000;
}
.theme-style-1 .Webboard-body .r-box {
  background-color: #ffff00;
}
.theme-style-1 .Webboard-body .r-box:before {
  border-color: transparent transparent #ffff00 transparent;
}
.theme-style-1 .Webboard-body .r-box img {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
}
.theme-style-1 .Webboard-body .form-box {
  background-color: #0a0a0a;
}
.theme-style-1 .board-list li.pinhead {
  background-color: #000000;
}
.theme-style-1 .board-list li.pinhead:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-1 .Webboard-body .item-list li {
  background-color: #000000;
}
.theme-style-1 .board-list .content .form {
  color: #ffffff;
}
.theme-style-1 .board-list .stat-box {
  background-color: #ffffff;
}
.theme-style-1 .board-list .stat-box .comment-box .title {
  color: #000000;
}
.theme-style-1 .board-list .stat-box .read-box .title {
  color: #000000;
}
.theme-style-1 .board-detail-page .user-box .content .user-name {
  color: #000000;
}
.theme-style-1 .board-detail-page .user-box .content .date {
  color: #000000;
}
.theme-style-1 .board-detail-page .user-box .content .user-name .text-primary {
  color: #000000;
}
.theme-style-1 .board-detail-header {
  background-color: #ffffff;
}
.theme-style-1 .board-detail-header .content-box .title {
  color: #000000;
}
.theme-style-1 .board-detail-header .content-box .desc {
  color: #000000;
}
.theme-style-1 .comment-list .more {
  color: #ffffff;
}
.theme-style-1 .btn-danger,
.theme-style-1 .btn-danger:focus,
.theme-style-1 .btn-danger.focus {
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.theme-style-1 .btn-danger:hover,
.theme-style-1 .btn-danger:active:hover,
.theme-style-1 .btn-danger.active:hover,
.theme-style-1 .btn-danger:active:focus,
.theme-style-1 .btn-danger.active:focus,
.theme-style-1 .btn-danger:active.focus,
.theme-style-1 .btn-danger.active.focus,
.theme-style-1 .btn-danger:focus:hover,
.theme-style-1 .btn-danger.focus:hover {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .btn-cancle,
.theme-style-1 .btn-cancle:focus,
.theme-style-1 .btn-cancle.focus {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .comment-list .head {
  background-color: #ffffff;
}
.theme-style-1 .comment-list .head .title {
  color: #000000;
}
.theme-style-1 .comment-list .head .link {
  color: #000000;
}
.theme-style-1 .comment-list .body .comment {
  color: #ffffff;
}
.theme-style-1 .wg-link .item-list .thumb {
  -webkit-filter: grayscale(1) invert(1) brightness(100);
          filter: grayscale(1) invert(1) brightness(100);
}
.theme-style-1 .wg-link .item-list.two-items .title {
  color: #ffffff;
}
.theme-style-1 .site-footer {
  background: #000000;
}
.theme-style-1 .site-footer .footer-policy li a {
  color: #ffffff;
}
.theme-style-1 .site-footer .wg-address .title {
  color: #ffffff;
}
.theme-style-1 .site-footer .wg-address .desc {
  color: #ffffff;
}
.theme-style-1 .footer-topbar .left-bar::before,
.theme-style-1 .footer-topbar .left-bar::after {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .footer-topbar .right-bar::before,
.theme-style-1 .footer-topbar .right-bar::after {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .default-filter .form-default .form-search .form-control-icon span {
  color: #000000;
}
.theme-style-1 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #979797;
}
.theme-style-1 .news-page .news-pin .wrapper .inner {
  background-color: #ffffff;
}
.theme-style-1 .news-page .news-pin .item-list .wrapper .inner .title,
.theme-style-1 .news-page .news-pin .item-list .wrapper .inner .desc,
.theme-style-1 .news-page .news-pin .item-list .wrapper .inner .read-more,
.theme-style-1 .news-page .news-pin .item-list .wrapper .inner .date {
  color: #000000;
}
.theme-style-1 .news-page .news-list .item-list .wrapper .inner .title,
.theme-style-1 .news-page .news-list .item-list .wrapper .inner .desc,
.theme-style-1 .news-page .news-list .item-list .wrapper .inner .read-more,
.theme-style-1 .news-page .news-list .item-list .wrapper .inner .date {
  color: #ffffff;
}
.theme-style-1 .pagination .active a {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .default-tab .current .wrapper {
  background-color: gray;
}
.theme-style-1 .default-tab .wrapper .title {
  color: #ffffff;
}
.theme-style-1 .default-tab .wrapper:hover {
  background-color: gray;
}
.theme-style-1 .vdo-page .vdo-list .item-list .title,
.theme-style-1 .vdo-page .gallery-list .item-list .title,
.theme-style-1 .gallery-page .vdo-list .item-list .title,
.theme-style-1 .gallery-page .gallery-list .item-list .title {
  color: #ffffff;
}
.theme-style-1 .vdo-page .vdo-list .item-list .date,
.theme-style-1 .vdo-page .gallery-list .item-list .date,
.theme-style-1 .gallery-page .vdo-list .item-list .date,
.theme-style-1 .gallery-page .gallery-list .item-list .date {
  color: #ffffff;
}
.theme-style-1 .vdo-page .vdo-pin .inner .title,
.theme-style-1 .vdo-page .gallery-pin .inner .title,
.theme-style-1 .gallery-page .vdo-pin .inner .title,
.theme-style-1 .gallery-page .gallery-pin .inner .title {
  color: #ffffff;
}
.theme-style-1 .vdo-page .vdo-pin .inner .info li,
.theme-style-1 .vdo-page .gallery-pin .inner .info li,
.theme-style-1 .gallery-page .vdo-pin .inner .info li,
.theme-style-1 .gallery-page .gallery-pin .inner .info li {
  color: #ffffff;
}
.theme-style-1 .vdo-page .vdo-pin .inner .info li + li::before,
.theme-style-1 .vdo-page .gallery-pin .inner .info li + li::before,
.theme-style-1 .gallery-page .vdo-pin .inner .info li + li::before,
.theme-style-1 .gallery-page .gallery-pin .inner .info li + li::before {
  background-color: #ffffff;
}
.theme-style-1 .slider .slick-prev:hover:before,
.theme-style-1 .slider .slick-next:hover:before {
  color: #000000;
}
.theme-style-1 .download-list .item-list .wrapper .thumb img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.theme-style-1 .download-list .item-list .wrapper .title,
.theme-style-1 .download-list .item-list .wrapper .desc,
.theme-style-1 .download-list .item-list .wrapper .action a {
  color: #ffffff;
}
.theme-style-1 .download-list .item-list .wrapper:hover {
  background-color: #ffffff;
}
.theme-style-1 .download-list .item-list .wrapper:hover .thumb img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.theme-style-1 .download-list .item-list .wrapper:hover .title,
.theme-style-1 .download-list .item-list .wrapper:hover .desc,
.theme-style-1 .download-list .item-list .wrapper:hover .action a,
.theme-style-1 .download-list .item-list .wrapper:hover .info li {
  color: #000000;
}
.theme-style-1 .circle-download span {
  color: #000000;
}
.theme-style-1 .calendar-page .calendar-nav .wrapper:hover .title,
.theme-style-1 .calendar-page .calendar-nav .current .wrapper .title {
  background-color: #000000;
}
.theme-style-1 .attach-list .wrapper:hover {
  background-color: #ffffff;
}
.theme-style-1 .attach-list .wrapper:hover .title,
.theme-style-1 .attach-list .wrapper:hover .info,
.theme-style-1 .attach-list .wrapper:hover .icon .feather {
  color: #000000;
}
.theme-style-1 .attach-list .wrapper:hover .info li + li:before {
  background-color: #000000;
}
.theme-style-1 .attach-list .info li + li:before {
  background-color: #ffffff;
}
.theme-style-1 .attach-list .icon .feather {
  color: #ffffff;
}
.theme-style-1 .project-oit .panel-title &gt; a {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-1 .project-oit .wrapper .num {
  background-color: #ffffff;
  color: #ffffff;
}
.theme-style-1 .project-oit .wrapper .content .desc {
  color: #ffffff;
}
.theme-style-1 .project-oit .wrapper span {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .subcommittee .topic {
  color: #ffffff !important;
}
.theme-style-1 .subcommittee .line-style {
  background-color: #ffffff;
}
.theme-style-1 .subcommittee .-text li {
  color: #ffffff;
}
.theme-style-1 .subcommittee li .number {
  background-color: #000000 !important;
  border: 1px solid #ffffff;
}
.theme-style-1 .subcommittee li a .txt .text-secondary {
  color: gray !important;
}
.theme-style-1 .project-page .country-list .item.slick-current .wrapper {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .project-page .country-list .country-menu {
  background-color: #ffffff;
}
.theme-style-1 .project-page .country-list .country-menu a {
  color: #000000;
}
.theme-style-1 .default-topic .default-desc {
  color: #ffffff;
}
.theme-style-1 .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #f3f3f3;
  color: #000000;
}
.theme-style-1 .search-form .form-default .form-control:focus {
  border-color: #ffffff;
}
.theme-style-1 .default-menu li.active .wrapper {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.theme-style-1 .default-menu li .wrapper {
  color: #ffffff;
}
.theme-style-1 .career-page .wg-career-list .item-list .wrapper {
  border: 1px solid #ffffff;
}
.theme-style-1 .career-page .wg-career-list .item-list .title,
.theme-style-1 .career-page .wg-career-list .item-list .info,
.theme-style-1 .career-page .wg-career-list .item-list .desc,
.theme-style-1 .career-page .wg-career-list .item-list .action .readmore,
.theme-style-1 .career-page .search-form .form-default .btn span,
.theme-style-1 .career-page .wg-career-list .location {
  color: #ffffff;
}
.theme-style-1 .career-page .wg-career-list .location .icon-pin-map {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.theme-style-1 .contact-page label,
.theme-style-1 .contact-page .note {
  color: #ffffff;
}
.theme-style-1 .contact-list .item-list .info a span,
.theme-style-1 .contact-page .contact-info .info-detail .wrapper span {
  color: #ffffff;
}
.theme-style-1 .contact-page .default-nav .nav .nav-link.active {
  border: 3px solid #ffffff;
}
.theme-style-1 .contact-page .default-nav .nav .nav-link {
  color: #ffffff;
}
.theme-style-1 .contact-page .contact-qa .action .btn:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .weblink-list .panel-title &gt; a.collapsed::before {
  background-color: #000000;
}
.theme-style-1 .weblink-list .panel-group.sub .panel-title &gt; a.collapsed {
  color: #ffffff !important;
}
.theme-style-1 .weblink-list .panel-group.sub .panel-title &gt; a {
  color: #ffffff !important;
}
.theme-style-1 .editor-content img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .editor-content .history .history-cate ul li .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .editor-content .history .history-body .whead .topic {
  color: #000000;
}
.theme-style-1 .editor-content .history .history-cate ul li .title .cate-topic {
  color: #ffffff;
}
.theme-style-1 .editor-content .history .history-body .history-objective ul li .wrapper .title {
  color: #000000;
}
.theme-style-1 .editor-content .history .history-body .history-section .whead .-border {
  border-color: #000000;
}
.theme-style-1 .editor-content .history .history-body .history-section .number-list ul li {
  color: #000000;
}
.theme-style-1 .editor-content .history .history-body .history-section .number-list ul li .number {
  background-color: #000000;
}
.theme-style-1 .editor-content .vision .topic {
  color: #ffffff !important;
}
.theme-style-1 .editor-content .vision .page-title {
  color: #ffffff !important;
}
.theme-style-1 .editor-content .vision .vision-mis .number-list li {
  color: #ffffff;
}
.theme-style-1 .editor-content .vision .vision-mis .number-list li .number {
  background-color: #ffffff !important;
  color: #000000;
}
.theme-style-1 .editor-content .vision .vision-target .target-box .target-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.theme-style-1 .editor-content .vision .vision-target .target-box .list-wrapper .title {
  color: #ffffff;
}
.theme-style-1 .editor-content .vision .vision-value .wrapper .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .editor-content .strategic .strategic-box .title,
.theme-style-1 .editor-content .strategic .strategic-box .sub-title {
  color: #ffffff;
}
.theme-style-1 .editor-content .policy ul li .policy-box {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .editor-content .profile-block .profile .item-list li .profile-thumbnail .cover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-1 .editor-content .profile-block .profile .h-title,
.theme-style-1 .editor-content .profile-block .profile .item-list li .profile-desc .profile-name,
.theme-style-1 .editor-content .profile-block .profile .item-list li .profile-desc .profile-position {
  color: #ffffff;
}

.theme-style-3 .site-header {
  background-color: #000;
}
.theme-style-3 img {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .cover-bg {
  background-blend-mode: luminosity;
}
.theme-style-3 .btn-primary,
.theme-style-3 .btn-secondary,
.theme-style-3 .btn-info {
  background-color: #000;
  border-color: #ff0;
  color: #ff0;
}
.theme-style-3 .btn-secondary:hover,
.theme-style-3 .btn-secondary:active:hover,
.theme-style-3 .btn-secondary.active:hover,
.theme-style-3 .btn-secondary:active:focus,
.theme-style-3 .btn-secondary.active:focus,
.theme-style-3 .btn-secondary:active.focus,
.theme-style-3 .btn-secondary.active.focus,
.theme-style-3 .btn-secondary:focus:hover,
.theme-style-3 .btn-secondary.focus:hover {
  background-color: #000;
  border-color: #ff0;
  color: #ff0;
}
.theme-style-3 .site-header-topbar {
  border-color: #ff0;
}
.theme-style-3 .site-header-topbar:before,
.theme-style-3 .site-header-main:before {
  background-color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-size .control-label {
  color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-theme .control-label {
  color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-lang .link {
  color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-lang .active .link {
  border-color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-lang .control-label {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-search.open .search-form {
  border-color: #ff0;
}
.theme-style-3 .site-header-main .nav-search.open .input-group {
  background-color: gray;
}
.theme-style-3 .site-header-main .nav-search .form-control {
  background-color: gray;
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-search.open .icon-close {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .site-header-topbar .nav-size .link {
  color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-size .link.active {
  border-color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-links {
  border-color: #ff0;
}
.theme-style-3 .site-header-topbar .nav-links li .link {
  color: #ff0;
}
.theme-style-3 .site-header-brand .title {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .active .link {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .site-header-main .nav-menu .link {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .dropdown-toggle::after {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .dropdown &gt; .link:after {
  border-top: 10px solid #ff0;
}
.theme-style-3 .main-slider .slick-dots .slick-active button {
  background-color: #ff0;
}
.theme-style-3 .main-slider .slick-dots li button {
  background-color: #000;
}
.theme-style-3 .main-page .section {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.theme-style-3 .footer-bar {
  border-color: #ff0;
}
.theme-style-3 .footer-topbar .left-bar::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .footer-topbar .left-bar::after {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .footer-topbar .right-bar::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .footer-topbar .right-bar::after {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .footer-policy li a {
  color: #ff0;
}
.theme-style-3 .text-secondary {
  color: #ff0;
}
.theme-style-3 .item-list .topic {
  color: #ff0;
}
.theme-style-3 .item-list .title {
  color: #ff0;
}
.theme-style-3 .item-list .line {
  background-color: #ff0;
}
.theme-style-3 .item-list .desc {
  color: #ff0;
}
.theme-style-3 .item-list .date {
  color: #ff0;
}
.theme-style-3 .whead .title {
  color: #ff0;
}
.theme-style-3 .whead .subtitle {
  color: #ff0;
}
.theme-style-3 .whead .icon figure {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .radio-control .icon {
  border-color: #ff0;
}
.theme-style-3 .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #000;
}
.theme-style-3 .form-control::-webkit-input-placeholder {
  color: #ff0;
}
.theme-style-3 .form-control::-moz-placeholder {
  color: #ff0;
}
.theme-style-3 .form-control:-ms-input-placeholder {
  color: #ff0;
}
.theme-style-3 .form-control:-moz-placeholder {
  color: #ff0;
}
.theme-style-3 .top-graphic .owl-dot.active {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .owl-carousel .owl-dot.active {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .tab-default .nav-pills .nav-link.active {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .tab-default .nav-pills .nav-link {
  color: #ff0;
}
.theme-style-3 .tab-default .nav-pills .nav-link {
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .tab-default .nav-pills .nav-link:first-child {
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000 !important;
  border: 1px solid #ff0;
}
.theme-style-3 .wg-hilight-project .item-list .item .wrapper .inner .title {
  color: #ff0;
}
.theme-style-3 .wg-hilight-project .item-list .item .wrapper .inner .desc {
  color: #ff0;
}
.theme-style-3 .wg-hilight-project .item-list .item .wrapper .inner .date {
  color: #ff0;
}
.theme-style-3 .wg-hilight-project .item-list .slick-dots .slick-active button {
  background-color: #ff0;
}
.theme-style-3 .wg-hilight-project .item-list .slick-dots li button {
  background-color: gray;
}
.theme-style-3 .wg-information-pin .item-list .wrapper:hover .inner {
  background-color: #000;
}
.theme-style-3 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a,
.theme-style-3 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:hover,
.theme-style-3 .wg-information .tab-default .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .wg-information-pin .item-list .inner {
  background-color: #000;
  border-color: #000;
}
.theme-style-3 .wg-information-pin .item-list .wrapper {
  border: 1px solid #ff0;
}
.theme-style-3 .wg-information-list .item-list .inner {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .wg-information-list .item-list .wrapper {
  border: 1px solid #ff0;
}
.theme-style-3 .wg-information-list .link:hover .more {
  color: #ff0;
}
.theme-style-3 .wg-information-list .title,
.theme-style-3 .wg-information-list .desc,
.theme-style-3 .wg-information-list .date,
.theme-style-3 .wg-information-list .more {
  color: #ff0;
}
.theme-style-3 .wg-gallery .item-list .wrapper {
  border: 1px solid #ff0;
}
.theme-style-3 .wg-gallery .item-list .inner,
.theme-style-3 .wg-gallery .item-list .wrapper:hover .inner {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .wg-gallery .item-list .wrapper:hover .title {
  color: #ff0;
}
.theme-style-3 .wg-about .item-list .wrapper {
  border: 1px solid #ff0;
}
.theme-style-3 .wg-vdo .slider-for {
  border: 1px solid #ff0;
}
.theme-style-3 .wg-vdo .slider-nav .slick-current .cover-bg:after {
  border-color: #ff0;
}
.theme-style-3 .wg-vdo .slick-dots li button {
  background-color: #ff0;
}
.theme-style-3 .wg-vdo .slick-dots li.slick-active button {
  background-color: #000;
}
.theme-style-3 .wg-purchase {
  background-color: rgb(25, 25, 25) !important;
}
.theme-style-3 .wg-purchase-side {
  border-right-color: #ff0;
}
.theme-style-3 .wg-purchase .nav-tabs &gt; li.active {
  border-top: 1px solid #ff0;
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .wg-purchase .nav-tabs &gt; li &gt; a {
  border-left-color: #000;
}
.theme-style-3 .wg-purchase .nav-tabs &gt; li &gt; a .fa {
  color: #ff0;
}
.theme-style-3 .wg-purchase .nav-tabs &gt; li.active:after {
  display: none;
}
.theme-style-3 .wg-purchase .nav-tabs &gt; li.active &gt; a,
.theme-style-3 .wg-purchase .nav-tabs &gt; li.active &gt; a:hover,
.theme-style-3 .wg-purchase .nav-tabs &gt; li.active &gt; a:focus {
  border-left-color: #ff0;
  background-color: #000;
}
.theme-style-3 .wg-purchase .item-list li:nth-child(2n) .wrapper {
  background-color: #000;
}
.theme-style-3 .wg-purchase .item-list li .wrapper {
  border-top: 1px solid #ff0;
}
.theme-style-3 .wg-purchase .item-list li .wrapper:hover {
  background-color: #000 !important;
}
.theme-style-3 .wg-career-header {
  background-color: #000;
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .wg-career-list .item-list .wrapper:hover {
  background-color: #000;
}
.theme-style-3 .wg-career-header .title,
.theme-style-3 .wg-career-header .info {
  color: #ff0;
}
.theme-style-3 .wg-magazine-block {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .wg-magazine .item-list .thumb .cover-bg {
  border-color: #ff0;
}
.theme-style-3 .wg-magazine-action .link {
  color: #ff0;
}
.theme-style-3 .wg-career-list .item-list .info {
  color: #ff0;
}
.theme-style-3 .wg-link {
  border-top: 1px solid #ff0;
  border-bottom: 1px solid #ff0;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .wg-link .item-list .wrapper:hover .title,
.theme-style-3 .wg-link .item-list .wrapper:hover .desc {
  color: #ff0;
}
.theme-style-3 .wg-address {
  background: none;
  background-color: #000;
}
.theme-style-3 .wg-company {
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .wg-company .owl-prev,
.theme-style-3 .wg-company .owl-prev:hover {
  border-right-color: #ff0;
}
.theme-style-3 .wg-company .owl-next,
.theme-style-3 .wg-company .owl-next:hover {
  border-left-color: #ff0;
}
.theme-style-3 .wg-newsletter-share {
  display: none;
}
.theme-style-3 .wg-newsletter .form-default .form-control {
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .wg-newsletter .form-default .control-label,
.theme-style-3 .wg-newsletter .form-default .control-label small {
  color: #ff0;
}
.theme-style-3 .wg-contact .item-list .wrapper:hover {
  background-color: transparent;
}
.theme-style-3 .wg-contact .item-list .thumb figure {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .wg-emagazine .item-list li a:hover .inner .view,
.theme-style-3 .wg-emagazine .item-list li a:hover .inner .date {
  color: #000;
}
.theme-style-3 .wg-emagazine .item-list li a .inner .date,
.theme-style-3 .wg-emagazine .item-list li a .inner .view {
  color: #000;
}
.theme-style-3 .wg-emagazine .item-list li a .inner {
  background-color: #ff0;
}
.theme-style-3 .wg-emagazine .item-list li a .inner .title {
  color: #000;
}
.theme-style-3 .wg-emagazine .item-list li a .inner .desc {
  color: #000;
}
.theme-style-3 .site-footer {
  background: #000;
}
.theme-style-3 .footer-sitemap {
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .footer-sitemap .title {
  color: #ff0;
}
.theme-style-3 .footer-sitemap .line {
  background-color: #ff0;
}
.theme-style-3 .footer-sitemap .link,
.theme-style-3 .footer-sitemap .link:hover {
  color: #ff0;
}
.theme-style-3 .footer-bar .title {
  color: #ff0;
}
.theme-style-3 .footer-topbar .right-bar .footer-social .control-label {
  color: #ff0;
}
.theme-style-3 .footer-social .link {
  color: #ff0;
}
.theme-style-3 .footer-topbar .left-bar::before,
.theme-style-3 .footer-topbar .right-bar::before,
.theme-style-3 .footer-topbar .left-bar::after {
  background: black;
}
.theme-style-3 .footer-topbar .right-bar::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .footer-topbar .right-bar::after {
  border-color: black;
}
.theme-style-3 .footer-topbar .left-bar .wg-address .whead .title {
  color: #ff0;
}
.theme-style-3 .footer-topbar .left-bar .wg-address .title {
  color: #ff0;
}
.theme-style-3 .footer-topbar .left-bar .wg-address .desc {
  color: #ff0;
}
.theme-style-3 .home-block-1 {
  position: relative;
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .home-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .home-block-2 {
  position: relative;
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .home-block-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .home-block-3 {
  position: relative;
  border-bottom: 1px solid #ff0;
}
.theme-style-3 .home-block-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-style-3 .home-block-4 {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.theme-style-3 .home-block-5 {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.theme-style-3 .default-header .breadcrumb-block {
  background-color: transparent;
}
.theme-style-3 .default-header .breadcrumb &gt; li:first-child {
  background-color: transparent;
  border: none;
}
.theme-style-3 .default-header .title {
  color: #ff0;
}
.theme-style-3 .default-header .desc {
  color: #ff0;
}
.theme-style-3 .default-header.cover-bg .wrapper {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.theme-style-3 .wg-project .item-list .inner {
  background-color: #000;
}
.theme-style-3 .wg-project .item-list .wrapper:hover .inner {
  background-color: #000;
}
.theme-style-3 .wg-project .item-list .wrapper:hover .title {
  color: #ff0;
}
.theme-style-3 .breadcrumb-block {
  background-color: #000;
}
.theme-style-3 .breadcrumb-block:before {
  background-color: #000;
}
.theme-style-3 .breadcrumb &gt; li:first-child {
  background-color: #000;
  border-left: 1px solid #ff0;
  border-right: 1px solid #ff0;
}
.theme-style-3 .breadcrumb &gt; li,
.theme-style-3 .breadcrumb &gt; li a {
  color: #ff0 !important;
}
.theme-style-3 .page-default {
  background-color: #000;
  border-top: 1px solid #ff0;
}
.theme-style-3 .default-title {
  color: #ff0;
}
.theme-style-3 .login-side {
  background: #000;
  border: 1px solid #ff0;
  /*	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
}
.theme-style-3 .login-side .side-header {
  color: #ff0;
}
.theme-style-3 .login-side .side-body .title {
  color: #ff0;
}
.theme-style-3 .login-side .side-body .desc {
  color: #ff0;
}
.theme-style-3 .login-form {
  background: #000;
  border: 1px solid #ff0;
  border-left: none;
}
.theme-style-3 .login-form .topic {
  color: #ff0;
}
.theme-style-3 .login-form .form-default .form-btn .control-label {
  color: #ff0;
}
.theme-style-3 .login-form .form-default .form-bottom .link {
  color: #ff0;
}
.theme-style-3 .btn-facebook,
.theme-style-3 .btn-facebook:focus,
.theme-style-3 .btn-facebook.focus {
  border: 1px solid #ff0;
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .form-default .form-control {
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .form-default .form-control::-webkit-input-placeholder {
  color: #ff0;
}
.theme-style-3 .form-default .form-control::-moz-placeholder {
  color: #ff0;
}
.theme-style-3 .form-default .form-control:-ms-input-placeholder {
  color: #ff0;
}
.theme-style-3 .form-default .form-control:-moz-placeholder {
  color: #ff0;
}
.theme-style-3 .form-default .form-control:focus {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .form-default input.form-control:-webkit-autofill,
.theme-style-3 .form-default textarea.form-control:-webkit-autofill,
.theme-style-3 .form-default select.form-control:-webkit-autofill {
  background: none;
  background-color: #000;
  border: 1px solid #ff0;
  color: #ff0;
}
.theme-style-3 .register-side {
  background: #000;
  border: 1px solid #ff0;
  /*	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
}
.theme-style-3 .register-side .process li.active {
  background-color: #ff0;
  color: #000;
  border-color: #ff0;
}
.theme-style-3 .register-side .process li {
  color: #ff0;
  border-color: #ff0;
}
.theme-style-3 .register-side .inner .title {
  color: #ff0;
}
.theme-style-3 .register-side .inner .desc {
  color: #ff0;
}
.theme-style-3 .register-side .info .control-label {
  color: #ff0;
}
.theme-style-3 .register-side .info .link {
  color: #ff0;
}
.theme-style-3 .register-form {
  background-color: #000;
  border: 1px solid #ff0;
  border-left: none;
  background-image: none !important;
}
.theme-style-3 .register-form .header .title {
  color: #ff0;
}
.theme-style-3 .register-form .header .desc {
  color: #ff0;
}
.theme-style-3 .editor-content p {
  color: #ff0;
}
.theme-style-3 .checkbox-control input[type=checkbox]:checked ~ .icon {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .checkbox-control input[type=checkbox]:checked ~ .icon:before {
  color: #ff0;
}
.theme-style-3 .checkbox-control .icon {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .checkbox-control .txt {
  color: #ff0;
}
.theme-style-3 .radio-control input[type=radio]:checked ~ .icon {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #ff0;
}
.theme-style-3 .radio-control .icon {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .radio-control .txt {
  color: #ff0;
}
.theme-style-3 .register-step3 .title {
  color: #ff0;
}
.theme-style-3 .register-step3 .desc {
  color: #ff0;
}
.theme-style-3 .register-step4 .title {
  color: #ff0;
}
.theme-style-3 .register-step4 .desc {
  color: #ff0;
}
.theme-style-3 .member-side .wrapper {
  background: #000;
}
.theme-style-3 .member-side .wrapper:before {
  display: none;
}
.theme-style-3 .member-side .wrapper:after {
  display: none;
}
.theme-style-3 .member-side .nav-menu .active a {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .member-side .nav-menu li.active .icon img {
  -webkit-filter: brightness(100) invert(1);
  -moz-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}
.theme-style-3 .member-side .nav-menu .icon img {
  -webkit-filter: saturate(8);
          filter: saturate(8);
  /*	-webkit-filter: brightness(0) invert(1);
  	-moz-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);*/
}
.theme-style-3 .member-side .nav-menu a {
  color: #ff0;
}
.theme-style-3 .member-side .avatar:hover {
  border-color: #ff0;
}
.theme-style-3 .member-main {
  background-color: #000;
  border-left: 1px solid #ff0;
}
.theme-style-3 .member-main .panel-header {
  background: #000;
}
.theme-style-3 .member-main .panel-header .title {
  color: #ff0;
}
.theme-style-3 .member-main .panel-header .info {
  color: #ff0;
}
.theme-style-3 .member-main .panel-title {
  color: #ff0;
}
.theme-style-3 .member-info .control-label {
  color: #ff0;
}
.theme-style-3 .text-primary {
  color: #ff0;
}
.theme-style-3 .member-side .panel-title .title {
  color: #ff0;
}
.theme-style-3 .member-side .panel-title .info {
  color: #ff0;
}
.theme-style-3 .member-side .panel-title .info .text-primary {
  color: #ff0;
}
.theme-style-3 .member-form .form-default .radio-control .txt {
  color: #ff0;
}
.theme-style-3 .member-form .form-group .radio-control .icon {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .member-form .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #ff0;
}
.theme-style-3 .contact-map {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .contact-info-topic {
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .contact-info-wrapper {
  background-color: #000;
}
.theme-style-3 .contact-info .header .title {
  color: #ff0;
}
.theme-style-3 .contact-info .header .desc {
  color: #ff0;
}
.theme-style-3 .contact-info .info-address {
  color: #ff0;
}
.theme-style-3 .contact-info .info-detail .wrapper {
  color: #ff0;
}
.theme-style-3 .contact-info .info-detail .icon {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .contact-body {
  background: #000;
}
.theme-style-3 .contact-body:before {
  display: none;
}
.theme-style-3 .contact-qa .title {
  color: #ff0;
}
.theme-style-3 .contact-qa .desc {
  color: #ff0;
}
.theme-style-3 .contact-form-title {
  color: #ff0;
}
.theme-style-3 .select2-container--default .select2-selection--single {
  background-color: #000;
}
.theme-style-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ff0;
}
.theme-style-3 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #ff0;
}
.theme-style-3 .select2-results {
  color: #ff0;
  background: #000;
}
.theme-style-3 .contact-list {
  background-color: #000;
}
.theme-style-3 .contact-list-topic {
  color: #ff0;
}
.theme-style-3 .contact-list .item-list .info .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .contact-list .item-list .info a {
  color: #ff0;
}
.theme-style-3 .contact-list .item-list .info a:hover {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .banner .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .site-header-main .nav-map .title {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-search .search-form {
  background-color: transparent;
}
.theme-style-3 .site-header-main .nav-search .link span {
  color: #ff0;
}
.theme-style-3 .btn-detail,
.theme-style-3 .btn-detail:focus,
.theme-style-3 .btn-detail.focus {
  border-color: #000;
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .qa-page,
.theme-style-3 .qa-header {
  background: #000;
}
.theme-style-3 .qa-header .wrapper .thumb {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .qa-header .wrapper .title {
  color: #ff0;
}
.theme-style-3 .qa-header .wrapper .desc {
  color: #ff0;
}
.theme-style-3 .qa-form {
  background: #000;
}
.theme-style-3 .qa-form-topic {
  color: #ff0;
}
.theme-style-3 .filter .wrapper,
.theme-style-3 .filter .wrapper:before,
.theme-style-3 .filter .wrapper:after {
  background: #000;
}
.theme-style-3 .filter .shape {
  background-color: #000;
}
.theme-style-3 .search-form .form-default .input-group:after {
  color: #ff0;
}
.theme-style-3 .qa-list .panel {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .qa-list .panel-header .panel-thumb {
  border-color: #ff0;
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .qa-list .panel-header .panel-inner {
  color: #ff0;
}
.theme-style-3 .qa-list .panel-header .icon:before {
  background-color: #ff0;
}
.theme-style-3 .qa-list .panel-wrapper .panel-thumb {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .share-social .print .btn {
  color: #ff0;
}
.theme-style-3 .share-social .print .btn:hover {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .share-social .print .btn .fa {
  color: #ff0;
}
.theme-style-3 .share-social .control-label {
  color: #ff0;
}
.theme-style-3 .share-social .link-fb,
.theme-style-3 .share-social .link-tw,
.theme-style-3 .share-social .link-gg,
.theme-style-3 .share-social .link-ma {
  border: 1px solid #ff0;
  color: #ff0;
  background-color: #000;
}
.theme-style-3 .career-header {
  background: #000;
  border-top: 1px solid #ff0;
}
.theme-style-3 .career-header .wrapper .title {
  color: #ff0;
}
.theme-style-3 .career-header .wrapper .desc {
  color: #ff0;
}
.theme-style-3 .wg-career-list .item-list .wrapper {
  background: #000;
}
.theme-style-3 .career-page {
  background: #000;
}
.theme-style-3 .pagination a {
  color: #ff0;
}
.theme-style-3 .pagination-label {
  color: #ff0;
}
.theme-style-3 .pagination-label span {
  background: #ff0;
  color: #000;
}
.theme-style-3 .detail-page {
  background: #000;
  border-top: 1px solid #ff0;
}
.theme-style-3 .detail-header .title {
  color: #ff0;
}
.theme-style-3 .detail-header .info .icon {
  background-color: #000 !important;
  border: 1px solid #ff0;
}
.theme-style-3 .detail-header .info li {
  color: #ff0;
}
.theme-style-3 .detail-header .print .btn {
  border-color: #ff0;
  color: #ff0;
}
.theme-style-3 .detail-header .print .btn .fa {
  color: #ff0;
}
.theme-style-3 .detail-header .print .btn:hover {
  background-color: #000;
}
.theme-style-3 .detail-header .share .control-label {
  color: #ff0;
}
.theme-style-3 .detail-header .share .link-fb,
.theme-style-3 .detail-header .share .link-tw,
.theme-style-3 .detail-header .share .link-gg,
.theme-style-3 .detail-header .share .link-ma {
  border: 1px solid #ff0;
  background-color: #000;
}
.theme-style-3 .editor-content {
  color: #ff0;
}
.theme-style-3 .detail-attach-topic {
  color: #ff0;
  border-color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .wrapper {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .info li + li:before {
  background-color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .icon span {
  color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .cover-bg {
  background-color: #ff0;
  filter: inherit;
  -webkit-filter: inherit;
  filter: inherit;
}
.theme-style-3 .detail-attach .attach-list .title {
  color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .info {
  color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .wrapper:hover {
  background-color: #ff0;
}
.theme-style-3 .detail-attach .attach-list .wrapper:hover .title,
.theme-style-3 .detail-attach .attach-list .wrapper:hover .icon span,
.theme-style-3 .detail-attach .attach-list .wrapper:hover .info li {
  color: #000;
}
.theme-style-3 .detail-attach .attach-list .wrapper:hover .info li + li:before {
  background-color: #000;
}
.theme-style-3 .emag-list .item-list .title {
  color: #ff0;
}
.theme-style-3 .emag-list .item-list .thumb .cover-bg {
  background-color: gray;
  background-blend-mode: luminosity;
}
.theme-style-3 .item-relate-topic {
  color: #ff0;
}
.theme-style-3 .item-relate-topic .line {
  background-color: #ff0;
}
.theme-style-3 .default-body {
  border-top: 1px solid #ff0;
  background-color: #000;
}
.theme-style-3 .career-page .divider {
  border-color: #ff0;
}
.theme-style-3 .career-page .whead .desc {
  color: #ff0;
}
.theme-style-3 .default-menu .item-list &gt; li.active .wrapper {
  border: 3px solid #ff0;
}
.theme-style-3 .default-menu .item-list &gt; li .wrapper {
  color: #ff0;
}
.theme-style-3 .search-form .form-default .btn span {
  color: #ff0;
}
.theme-style-3 .career-progress li:after {
  border-left: 12px solid rgba(241, 241, 241, 0.2);
}
.theme-style-3 .career-progress .active .wrapper:after {
  background-color: #ff0;
}
.theme-style-3 .career-progress .active .thumb .icon {
  border: 1px solid #ff0;
  background-color: #000;
}
.theme-style-3 .career-progress .active .title,
.theme-style-3 .career-progress .active .desc {
  color: #ff0;
}
.theme-style-3 .career-progress .active:after {
  border-left-color: #ff0;
}
.theme-style-3 .career-progress .line {
  background-color: #ff0;
}
.theme-style-3 .career-progress .title,
.theme-style-3 .career-progress .desc {
  color: #ff0;
}
.theme-style-3 .career-form .form-pin {
  border-color: #ff0;
}
.theme-style-3 .career-form .form-topic {
  color: #ff0;
}
.theme-style-3 .career-form .control-label {
  color: #ff0;
}
.theme-style-3 .career-form hr {
  border-color: #ff0;
}
.theme-style-3 .form-default .input-group-addon {
  color: #ff0;
}
.theme-style-3 .form-decimal-thumb .icon {
  color: #000;
  background-color: #ff0;
}
.theme-style-3 .table-lang th {
  color: #ff0;
  background-color: #000;
}
.theme-style-3 .table-lang td {
  color: #ff0;
}
.theme-style-3 .uploadfile-list li {
  color: #ff0;
}
.theme-style-3 .uploadfile-list .btn {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .submit-page {
  background: #000;
}
.theme-style-3 .submit-page .wrapper .title,
.theme-style-3 .submit-page .wrapper .desc {
  color: #ff0;
}
.theme-style-3 .filter-form .sort .select2-container--default .select2-selection--single {
  border-color: #ff0;
}
.theme-style-3 .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  color: #ff0;
}
.theme-style-3 .contact-page label,
.theme-style-3 .contact-page .note {
  color: #ff0;
}
.theme-style-3 .weblink-list .panel-title &gt; a::before {
  background-color: #000;
}
.theme-style-3 .weblink-list .panel-title &gt; a.collapsed::before {
  background-color: #000;
}
.theme-style-3 .weblink-list .panel-group.sub .panel-title &gt; a.collapsed {
  color: #ff0 !important;
}
.theme-style-3 .weblink-list .panel-group.sub .panel {
  border-color: #ff0;
}
.theme-style-3 .weblink-list .panel-group.sub .panel-title &gt; a {
  color: #ff0 !important;
}
.theme-style-3 .contact-list .item-list .info a span,
.theme-style-3 .contact-page .contact-info .info-detail .wrapper span {
  color: #ff0;
}
.theme-style-3 .contact-page .default-nav .nav .nav-link.active {
  border: 3px solid #ff0;
}
.theme-style-3 .contact-page .default-nav .nav .nav-link {
  color: #ff0;
}
.theme-style-3 .contact-page .contact-qa .action .btn:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .weblink-list .panel-title &gt; a {
  background-color: #ff0;
  border: 1px solid #ff0;
  color: #000;
}
.theme-style-3 .weblink-list .panel-group .panel {
  background-color: #000;
}
.theme-style-3 .weblink-list .item-list .desc,
.theme-style-3 .weblink-list .item-list .link {
  color: #ff0;
}
.theme-style-3 .weblink-list .item-list .inner {
  background-color: #000;
}
.theme-style-3 .weblink-list .item-list .wrapper:hover .desc,
.theme-style-3 .weblink-list .item-list .wrapper:hover .link {
  color: #000;
}
.theme-style-3 .weblink-list .wrapper:hover .inner {
  background-color: #ff0;
}
.theme-style-3 .project-header {
  background: #000;
}
.theme-style-3 .project-country-topic,
.theme-style-3 .project-country .control-label {
  color: #ff0;
}
.theme-style-3 .project-country .country-list .current .wrapper {
  border-color: #ff0;
}
.theme-style-3 .project-body {
  background: #000;
}
.theme-style-3 .project-menu-topic {
  color: #ff0;
}
.theme-style-3 .project-menu .wrapper {
  background-color: #ff0;
  border-bottom: 4px solid #ff0;
}
.theme-style-3 .project-menu .wrapper .title {
  color: #000;
}
.theme-style-3 .project-menu .current .wrapper {
  background-color: #000;
  border-color: #ff0;
  border-top: 1px solid #ff0;
  border-right: 1px solid #ff0;
  border-left: 1px solid #ff0;
}
.theme-style-3 .project-menu .current .wrapper .title {
  color: #ff0;
}
.theme-style-3 .project-list-header .topic {
  color: #ff0;
}
.theme-style-3 .filter-form .sort .control-label {
  color: #ff0;
}
.theme-style-3 .project-list .item-list .inner {
  background-color: #000;
}
.theme-style-3 .project-list-topic {
  color: #ff0;
}
.theme-style-3 .detail-gallery .-process {
  background-color: #000;
}
.theme-style-3 .detail-gallery .status &gt; div {
  color: #ff0;
}
.theme-style-3 .detail-gallery .slick-dots li.slick-active button {
  background-color: #ff0;
}
.theme-style-3 .detail-gallery .slick-dots li button {
  background-color: #ff0;
}
.theme-style-3 .purchase-header {
  background: #000;
}
.theme-style-3 .default-menu .current .wrapper {
  background-color: #ff0;
  border-color: #ff0;
}
.theme-style-3 .default-menu .current .wrapper .title {
  color: #000;
}
.theme-style-3 .default-menu .current .wrapper:hover .title {
  color: #000;
}
.theme-style-3 .default-menu .wrapper {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .default-menu .wrapper .title {
  color: #ff0;
}
.theme-style-3 .default-menu .wrapper:hover .title {
  color: #ff0;
}
.theme-style-3 .purchase-pin-topic {
  color: #ff0;
}
.theme-style-3 .purchase-pin .pin-list .wrapper {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .purchase-pin .pin-list .thumb .cover-bg &gt; img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .purchase-pin .pin-list .title,
.theme-style-3 .purchase-pin .pin-list .desc,
.theme-style-3 .purchase-pin .pin-list .info li {
  color: #ff0;
}
.theme-style-3 .filter-form .view .inner {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .purchase-list .item-list .wrapper .cover-bg img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .purchase-list .item-list .info li {
  color: #ff0;
}
.theme-style-3 .detail-header .post,
.theme-style-3 .detail-header .post a {
  color: #ff0;
}
.theme-style-3 .about-header {
  background: #000;
  border-top: 1px solid #ff0;
}
.theme-style-3 .about-header .vdo-yt {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .about-header .vdo .wrapper .inner {
  color: #ff0;
}
.theme-style-3 .about-menu .current .wrapper {
  background-color: #ff0;
  border: 1px solid #ff0;
}
.theme-style-3 .about-menu .current .wrapper .title {
  color: #000;
}
.theme-style-3 .about-menu .wrapper {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .about-menu .wrapper .title {
  color: #ff0;
}
.theme-style-3 .number-list.-secondary .number {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .number-list li {
  color: #ff0;
}
.theme-style-3 .number-list.-primary .number {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .about-body .history {
  background: #000;
}
.theme-style-3 .about-body .page-title {
  color: #ff0;
}
.theme-style-3 .about-body .history .whead &gt; h3 {
  color: #ff0 !important;
}
.theme-style-3 .about-body .history .whead p {
  color: #ff0;
}
.theme-style-3 .about-body .history p &gt; strong {
  color: #ff0 !important;
}
.theme-style-3 .about-body .history font {
  color: #ff0 !important;
}
.theme-style-3 .about-body .history .whead .line {
  background-color: #ff0;
}
.theme-style-3 .about-body .history-cate .thumb {
  background-color: #000;
  border-color: #ff0;
  color: #ff0;
}
.theme-style-3 .about-body .history-body {
  background-color: #000;
  border-color: #ff0;
}
.theme-style-3 .about-body .history-objective .wrapper .title {
  color: rgba(255, 255, 255, 0.1);
}
.theme-style-3 .about-body .vision .whead h3 {
  color: #ff0 !important;
}
.theme-style-3 .about-body .vision-target {
  background: #000;
}
.theme-style-3 .about-body .vision-value {
  background: #000;
}
.theme-style-3 .about-body .vision-value .thumb.-secondary {
  background-color: #ff0;
}
.theme-style-3 .about-body .vision-value .thumb strong {
  color: #000;
}
.theme-style-3 .about-body .vision-value .thumb.-primary {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .about-body .vision-value .thumb.-primary strong {
  color: #ff0;
}
.theme-style-3 .about-body .vision-value .title {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .dropdown-menu {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .site-header-main .nav-menu .dropdown &gt; .link:after {
  border-bottom-color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .main .topic {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .main a {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .main a:hover,
.theme-style-3 .site-header-main .nav-menu .main .active a {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .sub .topic a::before,
.theme-style-3 .site-header-main .nav-menu .main a::before {
  border-left: 6px solid #ff0;
}
.theme-style-3 .site-header-main .nav-menu .sub .topic a,
.theme-style-3 .site-header-main .nav-menu .sub .topic a:hover {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .sub li a,
.theme-style-3 .site-header-main .nav-menu .sub li a:hover {
  color: #ff0;
}
.theme-style-3 .site-header-main .nav-menu .banner .title,
.theme-style-3 .site-header-main .nav-menu .banner .desc {
  color: #ff0;
}
.theme-style-3 .news-header {
  background: #000;
}
.theme-style-3 .news-pin .item-list .owl-item:nth-child(3n+1) .inner {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .vdo-header {
  background: #000;
}
.theme-style-3 .vdo-pin-topic {
  color: #ff0;
}
.theme-style-3 .vdo-pin .info li {
  color: #ff0;
}
.theme-style-3 .vdo-pin .info .icon {
  background-color: #000 !important;
  border: 1px solid #ff0;
}
.theme-style-3 .emag-header {
  background: #000;
}
.theme-style-3 .emag-pin .shelf {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .page-topic {
  color: #ff0;
}
.theme-style-3 .pagination li + li:before {
  background-color: #ff0;
}
.theme-style-3 .pagination-form .control-label {
  color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper .cover-bg img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .download-list .item-list .info li {
  color: #ff0;
}
.theme-style-3 .gallery-pin .inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-3 .gallery-pin .inner .title {
  color: #ff0;
}
.theme-style-3 .gallery-list .inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-3 .gallery-list .inner .title {
  color: #ff0;
}
.theme-style-3 .about-body .strategic .whead h3 {
  color: #ff0 !important;
}
.theme-style-3 .about-body .strategic .whead p {
  color: #ff0;
}
.theme-style-3 .about-body .strategic .whead .line {
  background-color: #ff0;
}
.theme-style-3 .about-body .strategic-list .wrapper {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .about-body .strategic-list .topic {
  background-color: #ff0;
}
.theme-style-3 .about-body .topic .inner .title {
  color: #000;
}
.theme-style-3 .about-body .topic .inner .desc {
  color: #000;
}
.theme-style-3 .about-body .wrapper .inner .color {
  color: #ff0;
}
.theme-style-3 .about-body .strategic-list .circle {
  background-color: #111;
}
.theme-style-3 .about-body .strategic-list .thumb {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .about-body .content .title {
  color: #ff0;
}
.theme-style-3 .wg-vote .item-list .view {
  color: #ff0;
}
.theme-style-3 .wg-vote .item-list .view:hover {
  color: #ff0;
}
.theme-style-3 .question-collapse .panel-group .panel {
  border-color: #ff0;
  background-color: #000;
}
.theme-style-3 .question-collapse .panel-title .number {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .question-collapse .panel-title &gt; a {
  color: #ff0;
}
.theme-style-3 .question-collapse .note {
  color: #ff0;
}
.theme-style-3 .search-header {
  background: #000;
}
.theme-style-3 .search-header .filter .checkbox-control .txt {
  color: #ff0;
}
.theme-style-3 .search-list-header .title {
  color: #ff0;
}
.theme-style-3 .search-list-header .title strong {
  color: #ff0;
}
.theme-style-3 .ui-datepicker-header {
  background: #000;
}
.theme-style-3 .ui-datepicker .ui-datepicker-title select {
  background: #ff0;
  color: #000;
}
.theme-style-3 .ui-datepicker th {
  background: #000;
  color: #ff0;
}
.theme-style-3 .ui-datepicker td .ui-state-default {
  background: #000;
  color: #ff0;
}
.theme-style-3 .ui-datepicker td {
  background: #000;
}
.theme-style-3 .ui-datepicker td .ui-state-active,
.theme-style-3 .ui-datepicker td .ui-state-hover {
  background: #ff0;
  color: #000;
}
.theme-style-3 .news-relate-topic {
  color: #ff0;
}
.theme-style-3 .news-relate-topic .line {
  background-color: #ff0;
}
.theme-style-3 .news-best-topic {
  color: #ff0;
}
.theme-style-3 .news-best-topic .line {
  background-color: #ff0;
}
.theme-style-3 .detail-tag-topic {
  color: #ff0;
}
.theme-style-3 .detail-tag-topic .line {
  background-color: #ff0;
}
.theme-style-3 .detail-tag .tag-list .wrapper {
  color: #ff0;
}
.theme-style-3 .detail-tag .tag-list .wrapper:hover {
  border-color: #ff0;
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .detail-action iframe {
  background-color: #ff0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .career-nav .link {
  color: #ff0;
}
.theme-style-3 .career-nav .link:hover {
  background-color: transparent;
}
.theme-style-3 .career-nav .active .link {
  background-color: #000;
  color: #ff0;
  border: 1px solid #ff0;
}
.theme-style-3 .career-nav .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.theme-style-3 .PDF-resume iframe {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .organization-header {
  background: #000;
}
.theme-style-3 .organization-menu .current .wrapper {
  background-color: #ff0;
  border: 1px solid #ff0;
  color: #000;
}
.theme-style-3 .organization-menu .current .wrapper .title {
  color: #000;
}
.theme-style-3 .organization-menu .wrapper {
  background-color: #000;
  border: 1px solid #ff0;
}
.theme-style-3 .organization-menu .wrapper .title {
  color: #ff0;
}
.theme-style-3 .organization-body .page-title {
  color: #ff0;
}
.theme-style-3 .organization-body .whead h3 {
  color: #ff0 !important;
}
.theme-style-3 .organization-body .whead .line {
  background-color: #ff0;
}
.theme-style-3 .stucture-chart .bg-I,
.theme-style-3 .stucture-chart .bg-II,
.theme-style-3 .stucture-chart .bg-II-I,
.theme-style-3 .stucture-chart .bg-II-II,
.theme-style-3 .stucture-chart .bg-III,
.theme-style-3 .stucture-chart .bg-IV,
.theme-style-3 .stucture-chart .bg-V {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .stucture-chart .block-lv-2 .wrapper:before,
.theme-style-3 .stucture-chart .block-lv-2 .wrapper:first-child .box-Chart:after,
.theme-style-3 .stucture-chart .block-lv-3 .wrapper:before,
.theme-style-3 .stucture-chart .block-lv-3 .wrapper:last-child .box-Chart:after,
.theme-style-3 .stucture-chart .block-lv-3 .wrapper:first-child .box-Chart:after,
.theme-style-3 .stucture-chart .block-lv-4:before,
.theme-style-3 .stucture-chart .block-lv-5:before,
.theme-style-3 .stucture-chart .block-lv-5 .box-Chart:before,
.theme-style-3 .stucture-chart .block-lv-5 .wrapper:first-child .box-Chart:after,
.theme-style-3 .stucture-chart .block-lv-5 .wrapper:last-child .box-Chart:after {
  background-color: #ff0;
}
.theme-style-3 .organization-list .topic-title {
  background: #000;
}
.theme-style-3 .organization-list .topic-title {
  color: #ff0;
}
.theme-style-3 .subcommittee-list &gt; .row:nth-child(odd) &gt; div .txt {
  background-color: #000;
}
.theme-style-3 .subcommittee .topic {
  color: #ff0;
}
.theme-style-3 .subcommittee .line-style:before {
  background: #ff0;
}
.theme-style-3 .organization-list .item-list .wrapper:hover .thumb:before {
  border-color: #ff0;
}
.theme-style-3 .Webboard-body .l-box {
  background-color: #ff0;
}
.theme-style-3 .Webboard-body .l-box:before {
  border-color: #ff0 transparent transparent transparent;
}
.theme-style-3 .Webboard-body .l-box .content .text-primary {
  color: #000;
}
.theme-style-3 .Webboard-body .r-box {
  background-color: #ff0;
}
.theme-style-3 .Webboard-body .r-box:before {
  border-color: transparent transparent #ff0 transparent;
}
.theme-style-3 .Webboard-body .r-box img {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
}
.theme-style-3 .Webboard-body .form-box {
  background-color: #0a0a0a;
}
.theme-style-3 .board-list li.pinhead {
  background-color: #000;
}
.theme-style-3 .board-list li.pinhead:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.theme-style-3 .Webboard-body .item-list li {
  background-color: #000;
}
.theme-style-3 .board-list .content .form {
  color: #ff0;
}
.theme-style-3 .board-list .stat-box {
  background-color: #ff0;
}
.theme-style-3 .board-list .stat-box .comment-box .title {
  color: #000;
}
.theme-style-3 .board-list .stat-box .read-box .title {
  color: #000;
}
.theme-style-3 .wg-link .item-list .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .wg-link .item-list.two-items .title {
  color: #ff0;
}
.theme-style-3 .board-detail-page .user-box .content .user-name {
  color: #000;
}
.theme-style-3 .board-detail-page .user-box .content .date {
  color: #000;
}
.theme-style-3 .board-detail-page .user-box .content .user-name .text-primary {
  color: #000;
}
.theme-style-3 .board-detail-header {
  background-color: #ff0;
}
.theme-style-3 .board-detail-header .content-box .title {
  color: #000;
}
.theme-style-3 .board-detail-header .content-box .desc {
  color: #000;
}
.theme-style-3 .comment-list .more {
  color: #ff0;
}
.theme-style-3 .btn-danger,
.theme-style-3 .btn-danger:focus,
.theme-style-3 .btn-danger.focus {
  border: 1px solid #ff0;
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .btn-danger:hover,
.theme-style-3 .btn-danger:active:hover,
.theme-style-3 .btn-danger.active:hover,
.theme-style-3 .btn-danger:active:focus,
.theme-style-3 .btn-danger.active:focus,
.theme-style-3 .btn-danger:active.focus,
.theme-style-3 .btn-danger.active.focus,
.theme-style-3 .btn-danger:focus:hover,
.theme-style-3 .btn-danger.focus:hover {
  border-color: #000;
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .btn-cancle,
.theme-style-3 .btn-cancle:focus,
.theme-style-3 .btn-cancle.focus {
  border: 1px solid #ff0;
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .btn-success {
  background-color: gray;
  border-color: gray;
  color: #ff0;
}
.theme-style-3 .comment-list .head {
  background-color: #ff0;
}
.theme-style-3 .comment-list .head .title {
  color: #000;
}
.theme-style-3 .comment-list .head .link {
  color: #000;
}
.theme-style-3 .comment-list .body .comment {
  color: #ff0;
}
.theme-style-3 .cookie.cookieconsent .content {
  color: #ff0;
}
.theme-style-3 .cookie.cookieconsent .content .desc .link {
  color: #ff0;
}
.theme-style-3 .cookie.cookieconsent .b-cookie .action .link {
  background-color: #ff0;
  border-color: #ff0;
  color: #000;
}
.theme-style-3 .cookie.cookieconsent .b-cookie .action .link:hover {
  background-color: #000;
  color: #ff0;
}
.theme-style-3 .news-page .news-pin .wrapper .inner {
  background-color: #ff0;
}
.theme-style-3 .news-page .news-pin .item-list .wrapper .inner .title,
.theme-style-3 .news-page .news-pin .item-list .wrapper .inner .desc,
.theme-style-3 .news-page .news-pin .item-list .wrapper .inner .read-more,
.theme-style-3 .news-page .news-pin .item-list .wrapper .inner .date {
  color: #000;
}
.theme-style-3 .news-page .news-list .item-list .wrapper .inner .title,
.theme-style-3 .news-page .news-list .item-list .wrapper .inner .desc,
.theme-style-3 .news-page .news-list .item-list .wrapper .inner .read-more,
.theme-style-3 .news-page .news-list .item-list .wrapper .inner .date {
  color: #ff0;
}
.theme-style-3 .default-body h3 {
  color: #ff0;
}
.theme-style-3 .vdo-page .vdo-list .item-list .title,
.theme-style-3 .vdo-page .gallery-list .item-list .title,
.theme-style-3 .gallery-page .vdo-list .item-list .title,
.theme-style-3 .gallery-page .gallery-list .item-list .title {
  color: #ff0;
}
.theme-style-3 .vdo-page .vdo-list .item-list .date,
.theme-style-3 .vdo-page .gallery-list .item-list .date,
.theme-style-3 .gallery-page .vdo-list .item-list .date,
.theme-style-3 .gallery-page .gallery-list .item-list .date {
  color: #ff0;
}
.theme-style-3 .vdo-page .vdo-pin .inner .title,
.theme-style-3 .vdo-page .gallery-pin .inner .title,
.theme-style-3 .gallery-page .vdo-pin .inner .title,
.theme-style-3 .gallery-page .gallery-pin .inner .title {
  color: #ff0;
}
.theme-style-3 .vdo-page .vdo-pin .inner .info li,
.theme-style-3 .vdo-page .gallery-pin .inner .info li,
.theme-style-3 .gallery-page .vdo-pin .inner .info li,
.theme-style-3 .gallery-page .gallery-pin .inner .info li {
  color: #ff0;
}
.theme-style-3 .vdo-page .vdo-pin .inner .info li + li::before,
.theme-style-3 .vdo-page .gallery-pin .inner .info li + li::before,
.theme-style-3 .gallery-page .vdo-pin .inner .info li + li::before,
.theme-style-3 .gallery-page .gallery-pin .inner .info li + li::before {
  background-color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper .circle-download {
  background-color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper .circle-download span {
  color: #000;
}
.theme-style-3 .download-list .item-list .wrapper .info li + li:before {
  background-color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper {
  border-color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper .title,
.theme-style-3 .download-list .item-list .wrapper .desc,
.theme-style-3 .download-list .item-list .wrapper .action a {
  color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper:hover {
  background-color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper:hover .thumb img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.theme-style-3 .download-list .item-list .wrapper:hover .title,
.theme-style-3 .download-list .item-list .wrapper:hover .desc,
.theme-style-3 .download-list .item-list .wrapper:hover .action a,
.theme-style-3 .download-list .item-list .wrapper:hover .info li {
  color: #000;
}
.theme-style-3 .download-list .item-list .wrapper:hover .info li + li:before,
.theme-style-3 .download-list .item-list .wrapper:hover .circle-download {
  background-color: #000;
}
.theme-style-3 .download-list .item-list .wrapper:hover .info li + li:before span,
.theme-style-3 .download-list .item-list .wrapper:hover .circle-download span {
  color: #ff0;
}
.theme-style-3 .download-list .item-list .wrapper:hover .circle-download {
  background-color: #000;
}
.theme-style-3 .download-list .item-list .wrapper:hover .circle-download span {
  color: #ff0;
}
.theme-style-3 .calendar-page .calendar-nav {
  border-color: #ff0;
}
.theme-style-3 .calendar-page .calendar-list-topic {
  color: #ff0;
}
.theme-style-3 .calendar-page .calendar-nav .wrapper .title {
  color: #000;
}
.theme-style-3 .calendar-page .calendar-nav .current .wrapper .title {
  background-color: #ff0;
}
.theme-style-3 .calendar-page .calendar-nav .wrapper:hover .title,
.theme-style-3 .calendar-page .calendar-nav .current .wrapper .title {
  background-color: #ff0;
}
.theme-style-3 .form-default .form-control {
  border-color: #ff0;
}
.theme-style-3 .default-owl-carousel .owl-nav &gt; div {
  background-color: #ff0;
}
.theme-style-3 .default-tab .current .wrapper {
  background-color: #ff0;
}
.theme-style-3 .default-tab .current .wrapper .title {
  color: #000;
}
.theme-style-3 .default-tab .wrapper {
  border-color: #ff0;
}
.theme-style-3 .default-tab .wrapper .title {
  color: #ff0;
}
.theme-style-3 .default-tab .wrapper:hover {
  background-color: yellow;
}
.theme-style-3 .default-tab .wrapper:hover .title {
  color: #000;
}
.theme-style-3 .default-filter .form-default .form-search .form-control {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .default-filter .form-default .form-search .form-control-icon span {
  color: #000;
}
.theme-style-3 .default-filter .form-default .filter-form .sort .control-label {
  color: #000;
}
.theme-style-3 .default-filter .form-default .filter-form .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #ff0;
}
.theme-style-3 .select2-container--default .select2-results__option--highlighted {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .select2-container--default .select2-results__option[aria-selected=true] {
  color: #000;
}
.theme-style-3 .slider .slick-prev,
.theme-style-3 .slider .slick-next {
  background-color: #ff0;
}
.theme-style-3 .slider .slick-prev::before,
.theme-style-3 .slider .slick-next::before {
  color: #000;
}
.theme-style-3 .slider .slick-dots li button {
  background-color: #ff0;
}
.theme-style-3 .pagination-block {
  border-color: #ff0;
}
.theme-style-3 .pagination-label span {
  border-color: #ff0;
}
.theme-style-3 .pagination-nav-prev a,
.theme-style-3 .pagination-nav-next a,
.theme-style-3 .pagination .active a {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .editor-content img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .editor-content .history .history-date .wrapper {
  background: gray;
}
.theme-style-3 .editor-content .history .history-date .wrapper .title,
.theme-style-3 .editor-content .history .history-date .wrapper .desc p {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-cate ul li .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .editor-content .history .history-body .whead .topic {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-cate ul li .title .cate-topic {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-body .history-objective ul li .wrapper {
  background-color: gray;
}
.theme-style-3 .editor-content .history .history-body .history-objective ul li .wrapper .title {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-body .history-objective ul li .wrapper .inner {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-body .history-section {
  background-color: gray;
}
.theme-style-3 .editor-content .history .history-body .history-section .whead .-border {
  border-color: #ff0;
}
.theme-style-3 .editor-content .history .history-body .history-section .number-list ul li {
  color: #ff0;
}
.theme-style-3 .editor-content .history .history-body .history-section .number-list ul li .number {
  background-color: #ff0;
  color: #000;
}
.theme-style-3 .editor-content .vision .topic {
  color: #ff0 !important;
}
.theme-style-3 .editor-content .vision .page-title {
  color: #ff0 !important;
}
.theme-style-3 .editor-content .vision .vision-mis .bg-fluid {
  background-image: none;
  background-color: gray;
  background-blend-mode: color-burn;
}
.theme-style-3 .editor-content .vision .vision-mis .number-list li {
  color: #ff0;
}
.theme-style-3 .editor-content .vision .vision-mis .number-list li .number {
  background-color: #ff0 !important;
  color: #000;
}
.theme-style-3 .editor-content .vision .vision-target .target-box .target-btn {
  background-color: transparent;
  border: 1px solid #ff0;
}
.theme-style-3 .editor-content .vision .vision-target .target-box .list-wrapper .title {
  color: #ff0;
}
.theme-style-3 .editor-content .vision .vision-target .target-box .target-btn .text {
  color: #ff0;
}
.theme-style-3 .editor-content .vision .vision-target .target-box .arrow-down img,
.theme-style-3 .editor-content .vision .vision-target .target-box .target-btn .icon img {
  -webkit-filter: invert(82%) sepia(98%) saturate(5387%) hue-rotate(61deg) brightness(108%) contrast(101%);
          filter: invert(82%) sepia(98%) saturate(5387%) hue-rotate(61deg) brightness(108%) contrast(101%);
}
.theme-style-3 .editor-content .vision .vision-value .wrapper .thumb {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .editor-content .strategic .strategic-box {
  border-color: #ff0;
}
.theme-style-3 .editor-content .strategic .strategic-box .title,
.theme-style-3 .editor-content .strategic .strategic-box .sub-title {
  color: #ff0;
}
.theme-style-3 .editor-content .policy ul li .policy-box {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .editor-content .profile-block .profile .item-list li .profile-thumbnail .cover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.theme-style-3 .editor-content .profile-block .profile .h-title,
.theme-style-3 .editor-content .profile-block .profile .item-list li .profile-desc .profile-name,
.theme-style-3 .editor-content .profile-block .profile .item-list li .profile-desc .profile-position {
  color: #ff0;
}

@media (min-width: 1200px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
}
@media (max-width: 1440px) {
  :root {
    --typo-default: 18px;
    --typo-md: 20px;
    --typo-lg: 22px;
    --typo-xl: 26px;
  }
  .container {
    max-width: inherit;
    width: 1210px;
  }
}
@media (max-width: 1199px) {
  :root {
    --typo-xxs: 10px;
    --typo-xs: 12px;
    --typo-sm: 14px;
    --typo-default: 16px;
    --typo-md: 18px;
    --typo-lg: 20px;
    --typo-xl: 22px;
  }
  .container {
    max-width: inherit;
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .whead {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  :root {
    --typo-sm: 12px;
    --typo-default: 14px;
    --typo-md: 16px;
    --typo-lg: 18px;
    --typo-xl: 20px;
  }
  .container {
    max-width: inherit;
    width: 100%;
  }
  .btn {
    min-width: 80px;
    height: 36px;
    line-height: 34px;
  }
  .whead {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

.slick-prev, .slick-next{
	height: auto !important;
}</pre></body></html>