@font-face {
  font-family: "Averta Std CY";
  src: url("fonts/Averta-Standard/AvertaStd-Regular.otf") format("opentype");
}
:root {
  --text-color-main: #353945;
  --text-color-sub: #777E90;
  --text-color-hyperlink: #0072F8;
  --primary-color: #1a1d1f;
  --primary-font: "Averta Std CY";
  --color-green: #0095d9;
  --color-yellow: #f9a51b;
  --neutrals-02: #F4F5F6;
  --neutrals-05: #777e90;
  --neutrals-06: #353945;
  --neutrals-07: #23262f;
  --background-01: #fafafa;
  --btn-hover-color: #f70024;
  --border-color: #e6e8ec;
  --background-white: #ffffff;
}

*,
body {
  font-family: var(--primary-font);
}

/*
    [Main Stylesheet]

    Project:  Base Project
    Version:  1.0
    Date Created: 09/21/2016
    Date Updated: 09/21/2016
    Author: Nghia Luong Minh
    Website: http://nghiadev.com
*/
a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
footer,
header,
menu,
nav,
section {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

img {
  max-width: 100%;
}

* {
  font-weight: 400;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  position: relative;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

p {
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

p:empty {
  margin-bottom: 0;
}

.list a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
}
.list li {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.list li:hover a {
  color: var(--color-1st);
}

.list--fadeIn li:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-1st);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.list--fadeIn li:hover {
  padding-left: 15px;
}
.list--fadeIn li:hover:before {
  visibility: visible;
  opacity: 1;
}

.navigation-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
  float: right;
}

.navigation-toggle span,
.navigation-toggle:before,
.navigation-toggle:after {
  position: absolute;
  right: 5px;
  height: 2px;
  background-color: var(--background-white);
  z-index: 100;
  transition: all 0.4s ease;
}

.navigation-toggle span {
  top: 50%;
  width: 15px;
  transform: translateY(-50%);
}

.navigation-toggle:before,
.navigation-toggle:after {
  content: "";
}

.navigation-toggle:before {
  top: 7px;
  width: 10px;
}

.navigation-toggle:after {
  bottom: 7px;
  width: 20px;
}

.navigation-toggle:hover {
  cursor: pointer;
}

.navigation-toggle:hover span,
.navigation-toggle:hover:before,
.navigation-toggle:hover:after {
  width: 20px;
}

.navigation-toggle--dark span {
  background-color: #666666;
}

.navigation-toggle--dark:before,
.navigation-toggle--dark:after {
  background-color: #666666;
}

.navigation-toggle--active span {
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.navigation-toggle--active:before,
.navigation-toggle--active:after {
  top: 50%;
  bottom: auto;
  width: 20px;
  transform-origin: 50% 50%;
}

.navigation-toggle--active:before {
  transform: rotate(45deg);
}

.navigation-toggle--active:after {
  transform: rotate(-45deg);
}

.btn {
  padding: 10px 15px;
  margin-bottom: 10px;
  line-height: 1.3em;
  outline: none !important;
  box-shadow: none;
  transition: all 0.4s ease;
}

.social {
  position: relative;
  z-index: 10;
  display: inline-blocks;
}

.social::after {
  clear: both;
  content: "";
  display: table;
}

.social li {
  float: left;
  margin-right: 15px;
}

.social--simple li a {
  display: inline-block;
  color: var(--background-white);
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #9d9d9d;
  border-radius: 3px;
}
.social--simple li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.social--simple li:last-child {
  margin-right: 0;
}
.social--simple li:hover a {
  background-color: var(--color-1st);
}

.page-pagination .list {
  display: inline-block;
}

.page-pagination .list::after {
  clear: both;
  content: "";
  display: table;
}

.page-pagination li {
  float: left;
  margin-right: 4px;
}

.page-pagination li.active a {
  background-color: var(--color-green);
  color: var(--background-white);
}

.page-pagination li:hover a {
  background-color: var(--color-green);
  color: var(--background-white);
}

.page-pagination {
  display: flex;
  justify-content: center;
}
.page-pagination .pagination {
  margin-bottom: 24px;
}
.page-pagination .pagination a,
.page-pagination .pagination span {
  width: 40px;
  border: 1px solid var(--border-color);
  border-radius: 12px !important;
  color: #141414;
  display: inline-block;
  padding: 7px 11px;
  outline: none !important;
}
.page-pagination .pagination .page-item.disabled .page-link {
  border: 1px solid var(--border-color);
  border-radius: 12px !important;
  background-color: var(--background-white);
  color: #6c757d;
  cursor: not-allowed;
  font-size: 14px;
  line-height: 24px;
}
.page-pagination .pagination .page-item .page-link {
  font-size: 14px;
  line-height: 24px;
}
.page-pagination .pagination .page-item {
  padding-bottom: 10px;
}

.post {
  position: relative;
}

.post .post__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}

.post__inside .post__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  z-index: 20;
}

@media screen and (max-width: 991px) {
  .post__inside {
    margin-bottom: 30px;
  }
}
.post__inside--feature .post__header {
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 75%);
  transition: all 0.4s ease;
}

.post__inside--feature .post__title {
  margin-bottom: 15px;
}

.post__inside--feature .post__title a {
  color: var(--background-white);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post__inside--feature .post__title:hover a {
  color: var(--color-1st);
}

.post__inside--feature .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post__inside--feature .post__meta span i {
  margin-right: 8px;
}

.post__inside--feature .post__meta .post-category i {
  margin-right: 0;
}

.post__inside--feature .post__meta span a {
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--background-white);
  font-size: 11px;
  text-transform: uppercase;
}

.post__inside--feature .post__meta span a:hover {
  color: var(--color-1st);
}

.post__inside--feature .post__meta .post-category {
  display: inline-block;
  padding: 3px 10px;
  line-height: 15px;
  background-color: var(--color-1st);
  transition: all 0.5s ease;
  color: var(--background-white);
}

.post__inside--feature .post__meta .post-category a {
  display: inline-block;
  letter-spacing: 0.1em;
  color: var(--background-white);
}

.post__inside--feature .post__meta .post-category a:hover {
  color: var(--background-white);
}

.post__inside--feature .post__meta .post-category:hover {
  color: var(--color-1st);
  background-color: var(--background-white);
}

.post__inside--feature .post__meta .post-category:hover a {
  color: var(--color-1st);
}

.post__inside--feature:hover .post__overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.post__inside--feature-small .post__header {
  padding: 15px;
}

.post__inside--feature-small .post__title {
  margin-bottom: 0;
  line-height: 1em;
}

.post__inside--feature-small .post__title a {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
}

.post__horizontal {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.post__horizontal .post__thumbnail {
  float: left;
  width: 350px;
  position: relative;
  z-index: 20;
}

.post__horizontal .post__thumbnail .post__overlay {
  z-index: 20;
  transition: all 0.4s ease-in;
}

.post__horizontal .post__content-wrap {
  float: left;
  width: calc(100% - 350px);
  padding: 15px 20px;
}

.post__horizontal .post__content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--background-white);
}

.post__horizontal .post__header,
.post__horizontal .post__content,
.post__horizontal .post__footer {
  position: relative;
}

.post__horizontal .post__title {
  margin-bottom: 10px;
}

.post__horizontal .post__title a {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.post__horizontal .post__title:hover a {
  color: var(--color-1st);
}

.post__horizontal .post__meta {
  margin-bottom: 10px;
}

.post__horizontal .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post__horizontal .post__meta span i {
  margin-right: 10px;
}

.post__horizontal .post__meta span a,
.post__horizontal .post__meta .post__created-at {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.post__horizontal .post__meta span a:hover {
  color: var(--color-1st);
}

.post__horizontal .post__content {
  margin-bottom: 15px;
}

.post__horizontal .post__content p {
  color: #666666;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.post__horizontal .post__content p:after {
  content: "...";
}

@media screen and (max-width: 767px) {
  .post__horizontal .post__thumbnail,
  .post__horizontal .post__content-wrap {
    width: 100%;
    float: none;
  }
  .navigation {
    opacity: 0;
    display: none;
  }
}
.post__horizontal--single {
  box-shadow: none;
}

.post__horizontal--single .post__thumbnail {
  width: 100px;
}

.post__horizontal--single .post__content-wrap {
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
}

.post__horizontal--single .post__content-wrap:before {
  display: none;
}

.post__horizontal--single .post__title {
  margin-bottom: 0;
  line-height: 0.8em;
}

.post__horizontal--single .post__title a {
  font-size: 14px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .post__horizontal--single .post__thumbnail,
  .post__horizontal--single .post__content-wrap {
    float: left;
  }
}
.post__widget .post__thumbnail {
  float: left;
  width: 60px;
  position: relative;
  z-index: 20;
}

.post__widget .post__overlay {
  z-index: 20;
}

.post__widget .post__header {
  float: left;
  width: calc(100% - 60px);
  padding-left: 15px;
}

.post__widget .post__title {
  font-size: 13px;
  text-transform: none;
  color: #636363;
  line-height: 1.5em;
  margin-bottom: 0;
}

.post__widget .post__title a {
  font-weight: 400;
  color: #636363;
}

.post__widget .post__title:hover a {
  color: var(--color-1st);
}

.post__widget .created_at {
  color: var(--color-1st);
  font-size: 11px;
}

.post__vertical .post__thumbnail {
  position: relative;
}

.post__vertical .post__title a {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

.post__vertical .post__title:hover a {
  color: var(--color-1st);
}

.post__vertical--single {
  background-color: var(--background-white);
}

.post__vertical--single .post__thumbnail {
  position: relative;
}

.post__vertical--single .post__content-wrap {
  position: relative;
}

.post__vertical--single .post__meta {
  position: absolute;
  padding-top: 3px;
  top: 0;
  left: 30px;
  width: 70px;
  height: 70px;
  z-index: 30;
  background-color: var(--color-1st);
  text-align: center;
  transform: translateY(-50%);
}

.post__vertical--single .post__meta span {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--background-white);
  line-height: 1em;
}

.post__vertical--single .post__meta span.created__date {
  font-size: 20px;
  font-weight: 700;
}

.post__vertical--single .post__meta span.created__year {
  font-size: 14px;
  font-weight: 700;
}

.post__vertical--single .post__title a {
  font-size: 18px;
}

.post__vertical--single .post__content {
  padding-bottom: 15px;
}

.post__vertical--single .post__content p {
  font-size: 14px;
  color: #666666;
}

.post__vertical--single .post__content p:after {
  content: "...";
}

.post__vertical--simple {
  background-color: transparent;
}

.post__vertical--simple .post__content-wrap {
  padding: 50px 0 15px;
}

.post__vertical--simple .post__content {
  background-color: transparent;
}

.post__vertical--simple .post__content p {
  font-size: 13px;
}
.post--single .post__header {
  border-bottom: 1px solid #eeeeee;
}

.post--single .post__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.post--single .post__meta {
  margin-bottom: 10px;
}

.post--single .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post--single .post__meta span i {
  margin-right: 10px;
}

.post--single .post__meta span a {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.post--single .post__meta span a:hover {
  color: var(--color-1st);
}

.post--single .post__content {
  padding: 30px 0;
}

.post--single .post__content h1,
.post--single .post__content h2,
.post--single .post__content h3,
.post--single .post__content h4,
.post--single .post__content h5,
.post--single .post__content p {
  color: var(--primary-color) !important;
}

.post--single .post-content-detail p,
.post--single .post-content-detail div {
  font-size: 18px !important;
  line-height: 1.42857143 !important;
  margin-bottom: 14px !important;
}
.widget {
  margin-bottom: 30px;
  background-color: var(--background-white);
}

.widget .widget__header,
.widget .widget__content {
  padding: 15px;
}
.widget .widget__header .list li a,
.widget .widget__content .list li a {
  color: #636363;
}
.widget .widget__header .list li a:hover,
.widget .widget__content .list li a:hover {
  color: var(--color-1st);
}

.widget.widget__footer .widget__content .list li a {
  color: #d7d0d0;
}
.widget.widget__footer .widget__content .list li a:hover {
  color: var(--color-1st);
}

.widget .widget__header {
  background-color: #f9f9f9;
}

.widget .widget__title {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0;
}

.widget__recent-post .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
}

.widget__recent-post li:last-child .post {
  border-bottom-width: 0;
}

.widget--transparent {
  background-color: transparent;
  box-shadow: none;
}

.widget--transparent .widget__content,
.widget--transparent .widget__header {
  padding: 0;
}

.widget--transparent .widget__header {
  position: relative;
  padding-bottom: 5px;
  border: none;
  background-color: transparent;
}

.widget--transparent .widget__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-1st);
  z-index: 10;
}

.widget--transparent .post {
  margin-bottom: 0;
}

.widget__footer .widget__title {
  text-transform: uppercase;
  font-size: 14px;
  color: #e4e4e4;
}

.widget__tags .tag-link {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ecf0f1;
  color: #666666;
  font-size: 12px;
}

.widget__tags .tag-link:last-child {
  margin-right: 0;
}

.widget__tags .tag-link:hover {
  background-color: var(--color-1st);
  color: var(--background-white);
}

.widget__tags--transparent .tag-link {
  background-color: var(--background-white);
}

.page-intro {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.page-intro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 35, 126, 0.3);
  z-index: 0;
}

.page-intro .page-intro__title {
  position: relative;
  z-index: 10;
}

.page-intro .page-intro__title {
  color: var(--background-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 20px;
}

.page-intro .social {
  margin-top: 10px;
}

.page-intro .breadcrumb {
  position: relative;
  z-index: 10;
  background-color: transparent;
  margin-bottom: 0;
}

.page-intro .breadcrumb li {
  color: #e4e4e4;
  font-size: 13px;
}

.page-intro .breadcrumb li:active {
  color: var(--color-1st);
}

.page-intro .breadcrumb a:hover {
  color: var(--color-1st);
}

.navigation .menu-item {
  float: left;
  position: relative;
}

.navigation .menu-item > a {
  display: inline-block;
  padding: 20px 3px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
}

.section-post-no-description__right__item_banner .section-banner {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.section-post-no-description__right__item_banner .section-banner .section-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.navigation .menu-item > .sub-menu {
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.navigation .menu-item.menu-item-has-children > a .toggle-icon {
  padding-left: 5px;
  font-size: 16px;
  color: #cccccc;
}

.navigation-mobile .menu-item.menu-item-has-children > a .toggle-icon {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin-top: -10px;
}

.navigation .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 240px;
  background-color: var(--background-white);
  border-top: 2px solid var(--color-1st);
  box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.navigation .sub-menu > .menu-item {
  float: none;
  border-bottom: 1px dashed rgba(34, 25, 25, 0.3);
}

.navigation .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

.navigation .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  line-height: 1.4em;
  color: #666666;
  font-size: 13px;
}

.navigation--mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
  background-color: var(--background-white);
  border-top: 2px solid var(--color-1st);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.navigation--mobile .menu-item {
  float: none;
  border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
}

.navigation--mobile .menu-item > a {
  position: relative;
  display: block;
  padding: 15px;
  color: #666666;
  font-size: 13px;
}

.navigation--mobile .menu-item:last-child {
  border-bottom: 0;
}

.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
  position: absolute;
  right: 15px;
  color: #666666;
}

.navigation--mobile .menu-item > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--mobile > .menu > .menu-item.menu-item--active {
  background-color: var(--color-1st);
  border-bottom: none;
}

.navigation--mobile > .menu .menu-item.menu-item--active > a {
  color: var(--color-green) !important;
}

.navigation--mobile > .menu .menu-item.menu-item--active > a .toggle-icon {
  color: var(--color-green);
}

.navigation--mobile .menu-item:hover a {
  color: #666666;
}

.navigation--mobile .sub-menu {
  position: relative;
  border-top: none;
  display: none;
}

.navigation--mobile .sub-menu--active {
  display: block;
}

.navigation--mobile--active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navigation--light .menu-item > a {
  color: #666666;
}

.navigation--light .menu-item > a .toggle-icon {
  color: #666666;
}

.navigation--light .menu-item:hover > a,
.navigation--light .menu-item.active > a {
  color: var(--color-1st);
}

.navigation--light .menu-item:hover > a .toggle-icon {
  color: var(--color-1st);
}

.page-header {
  position: relative;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
  padding-bottom: 2px;
  transition: all 0.4s ease-out;
  border-bottom: 1px solid #f4f5f6;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
}

.page-header--search-active {
  padding-top: 100px;
}

.page-header__left {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-header__left .page-logo {
  float: left;
}

.page-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 75px;
}
.page-logo img {
  height: 75px;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_container .page-header__right {
  float: right;
  display: flex;
  gap: 16px;
  align-items: center;
}
.header_container .page-header__right .section_input__search {
  position: relative;
  width: 360px;
}
.header_container .page-header__right .section_input__search .quick-search {
  border: 1px solid #e6e8ec;
  border-radius: 24px;
}
.header_container .page-header__right .section_input__search .quick-search .form-control {
  color: #000000 !important;
}
.header_container .page-header__right .section_input__search .icon__search {
  position: absolute;
  top: 25%;
  left: 15px;
}
.header_container .page-header__right .section_input__search .input__search {
  height: 36px;
  padding-left: 40px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b1b5c4;
}
.header_container .page-header__right .btn__register {
  display: flex;
  height: 36px;
  align-items: center;
  border: 1px solid #f9a51b;
  padding: 10px 15px;
  background-color: #f9a51b;
  color: var(--background-white);
  border-radius: 24px;
}
.header_container .page-header__left {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_container .page-header__left .btn__register__mobile {
  display: none;
}
.header_container .page-header__left .page-logo {
  float: left;
}

.custom_navigation {
  margin: 0px !important;
  width: 100%;
}
.custom_navigation .menu {
  display: flex;
  justify-content: space-between;
}
.custom_navigation .menu .menu-item:hover > a {
  color: #0095d9;
}
.custom_navigation .menu .menu-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.custom_navigation .menu .menu-item a {
  text-transform: uppercase;
  font-weight: 600;
  color: #353945;
}
.custom_navigation .menu .active a {
  color: #0095d9;
}
.custom_navigation .menu .menu-item:first-child a {
  padding-left: 0;
}
.custom_navigation .menu .menu-item:last-child a {
  padding-right: 0;
}

.navigation {
  float: left;
  margin-right: 20px;
}

.page-header--light {
  background-color: var(--background-white);
  border-bottom: 1px solid #eeeeee;
}

.page-footer {
  position: relative;
  border-top: 1px solid var(--border-color);
  background-color: #fafafa;
}
.page-footer .section-header-page-footer {
  padding-bottom: 20px;
}
.page-footer .section-header-page-footer .section-header-page-footer-content {
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 35px;
}
.page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__right {
  padding: 0;
  justify-content: flex-end;
}
.page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__right .page-footer-right__link {
  display: flex;
  height: 26px;
  justify-content: flex-end;
}
.page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__right .page-footer-right__link .link-register {
  display: flex;
  align-items: center;
}
.page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__right .page-footer-right__link .link-register img {
  padding-right: 8px;
}
.page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__left {
  padding: 0;
}
.page-footer .section-body-page-footer {
  padding-bottom: 48px;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-header {
  margin: 0;
  padding-bottom: 16px;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-header .header-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #23262f;
  margin: 0;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body .contact-number {
  display: flex;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body .contact-number .contact-number-item {
  flex: 1;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #777e90;
}
.page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body .label-text {
  color: #353945;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.page-footer .section-body-page-footer .section-body-page-footer-content-right .section-body-page-footer-content-right-item .item .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-footer .section-body-page-footer .section-body-page-footer-content-right .section-body-page-footer-content-right-item .item .list li {
  margin: 0;
}
.page-footer .section-body-page-footer .section-body-page-footer-content-right .section-body-page-footer-content-right-item .item .list li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353945;
  white-space: nowrap;
}

.page-footer__bottom {
  position: relative;
  padding: 10px 0px;
  text-align: left;
  background: var(--color-green);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-footer__bottom {
    text-align: center;
  }
  .page-footer__bottom .page-copyright {
    margin-bottom: 10px;
  }
}
.page-copyright {
  display: inline-block;
  line-height: 35px;
}

.page-copyright p {
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5em;
}

.page-copyright p a {
  display: inline-block;
  padding-left: 5px;
  color: var(--color-1st);
}

.page-copyright p a:hover {
  color: var(--background-white);
}

.post-group .post-group__header {
  position: relative;
  margin-bottom: 25px;
}

.post-group .post-group__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  line-height: 1.6em;
  text-transform: uppercase;
}

.post-group .post-group__title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-1st);
}

.post-group--hero::after {
  clear: both;
  content: "";
  display: table;
}

.post-group--hero .post-group__left,
.post-group--hero .post-group__right {
  float: left;
}

.post-group--hero .post-group__left {
  padding-left: 5px;
  width: calc(50% + 5px);
}

.post-group--hero .post-group__right {
  width: calc(50% - 5px);
}

.post-group--hero .post-group__right::after {
  clear: both;
  content: "";
  display: table;
}

.post-group--hero .post {
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-group--hero .post-group__item {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  .post-group--hero .post-group__left,
  .post-group--hero .post-group__right {
    width: 100%;
    float: none;
  }
  .post-group--hero .post-group__left {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-group--hero .post-group__item {
    width: 100%;
  }
}
.navigation--fade .menu-item:hover > .sub-menu {
  transform: translateY(0);
}

.navigation--fadeUp .menu-item > .sub-menu {
  transform: translateY(30px);
}

.navigation--fadeDown .menu-item > .sub-menu {
  transform: translateY(-30px);
}

.navigation--fadeLeft .menu-item > .sub-menu {
  transform: translateX(-30px);
}

.navigation--fadeRight .menu-item > .sub-menu {
  transform: translateX(30px);
}

.navigation--flip .menu-item > .sub-menu {
  transition: all 0.5s ease;
}

.navigation--flip .menu-item:hover > .sub-menu {
  transform: rotate(0);
}

.navigation--flipLeft .menu-item > .sub-menu {
  transform: rotate(20deg);
  transform-origin: 0 0;
}

.navigation--flipCenter .menu-item > .sub-menu {
  transform: translateX(0) rotate(-10deg);
  transform-origin: 50% 50%;
}

.navigation--flipRight .menu-item > .sub-menu {
  transform: translateX(0) rotate(-10deg);
  transform-origin: 100% 100%;
}

.navigation--mobile.navigation--fadeUp .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeDown .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeRight .menu-item > .sub-menu {
  transform: translateY(0);
}

.navigation--mobile.navigation--flip .menu-item > .sub-menu,
.navigation--mobile.navigation--flipLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--flipCenter .menu-item > .sub-menu,
.navigation--mobile.navigation--flipRight .menu-item > .sub-menu {
  transform: rotate(0);
}

.sub-menu--slideLeft .sub-menu > .menu-item {
  position: relative;
}

.sub-menu--slideLeft .sub-menu > .menu-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--color-1st);
  z-index: 0;
  transition: all 0.25s ease-out;
}

.sub-menu--slideLeft .sub-menu > .menu-item > a {
  position: relative;
  z-index: 10;
  transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu > .menu-item > a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 13px;
  color: var(--background-white);
  visibility: hidden;
  transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover:after {
  width: 100%;
}

.sub-menu--slideLeft .sub-menu > .menu-item > a {
  text-transform: capitalize;
  padding-left: 0;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover > a {
  color: #0095d9;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover > a:before {
  visibility: visible;
}

.mr-30 {
  margin-right: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

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

.pb-5 {
  padding-bottom: 5px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
}

.bg-lightgray {
  background-color: #ecf0f1;
}

.section-header-have-underlined {
  padding-bottom: 20px;
  height: 50px;
}
.section-header-have-underlined .section-header-have-underlined__title {
  margin: 0;
  min-width: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #23262f;
  padding-right: 10px;
  text-transform: uppercase;
}
.section-header-have-underlined .underlined-green {
  border-bottom: 4px solid var(--color-green);
}
.section-header-have-underlined .underlined-yellow {
  border-bottom: 4px solid var(--color-yellow);
}
.section-header-have-underlined .section-header-have-underlined-line {
  margin-bottom: 9px;
  flex: auto;
}

.section-post-no-description {
  margin: 0px;
  padding: 0px;
}
.section-post-no-description .section-post-no-description__right {
  margin: 0px;
  padding: 0px;
  padding-left: 6px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item {
  margin: 0px;
  padding: 0px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item:nth-child(1) {
  padding-bottom: 4px;
  padding-right: 6px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item:nth-child(2) {
  padding-bottom: 4px;
  padding-left: 6px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item:nth-child(3) {
  padding-top: 4px;
  padding-right: 6px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item:nth-child(4) {
  padding-top: 4px;
  padding-left: 6px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item .post-no-description .post-no-description-content .post-no-description-content__title > * {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item_banner .widget__image {
  margin: 0;
}
.section-post-no-description .section-post-no-description__right .section-post-no-description__right__item_banner .widget__image img {
  height: 100%;
  border-radius: 4px;
}
.section-post-no-description .section-post-no-description__left {
  margin: 0;
  padding: 0;
  padding-right: 6px;
}
.section-post-no-description .section-post-no-description__left .post-no-description .post-no-description-content {
  height: 100%;
}
.section-post-no-description .section-post-no-description__left .post-no-description .post-no-description-content .post-no-description-content__title > * {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.post-no-description {
  padding: 0;
}
.post-no-description .post-no-description-content {
  position: relative;
  border-radius: 4px;
}
.post-no-description .post-no-description-content .post-no-description-content__title {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(360deg, #000000 1%, rgba(250, 251, 251, 0) 100%);
  display: flex;
  align-items: center;
  padding: 0 15px;
  padding-bottom: 15px;
  color: var(--background-white);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.post-no-description .post-no-description-content .post-no-description-content__image img {
  border-radius: 4px;
  width: 100%;
}

.post-full-info .post-full-info__header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.post-full-info .post-full-info__header .post-full-info__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 20px;
}
.post-full-info .post-full-info__header .post-full-info__title a {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px;
  color: #23262f;
}
.post-full-info .post-full-info__content > * {
  font-size: 13px;
  color: #777e90;
}

.post__created-at span {
  display: inline-block;
  color: var(--neutrals-05) !important;
}
.post__created-at span:first-letter {
  text-transform: uppercase !important;
}

.post__content .ck-content .list-table .document--archive__table {
  min-width: 400px;
}
.post__content .ck-content .list-table .document--archive__table .th-index-number {
  height: 51px;
  color: #777e91;
  border: none;
}
.post__content .ck-content .list-table .document--archive__table .th-text {
  padding: 16px;
  color: #777e91;
  border-bottom: none;
}
.post__content .ck-content .list-table .document--archive__table .item-doc {
  height: 80px;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata {
  padding: 18px 0;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right {
  width: 100%;
  gap: 16px;
  padding-left: 16px;
  align-items: center;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right img {
  width: auto !important;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right .content-item {
  gap: 12px;
  width: calc(100% - 144px);
  overflow: hidden;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right .content-item .detail-info {
  width: 100%;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right .content-item .detail-info .title {
  font-size: 16px;
  line-height: 24px;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right .content-item .detail-info .detail-info-content {
  font-size: 13px;
  line-height: 16px;
  color: #777e91;
}
.post__content .ck-content .list-table .document--archive__table .item-doc .document--archive__table--metadata .content-right .button-action {
  width: 110px;
  padding: 0 16px;
  gap: 16px;
}

.item-doc {
  height: 80px !important;
}

.widget .widget__image {
  padding: 32px 0px;
}

.widget-style-2__content li:first-child span {
  padding: 0px 0px 14px 0px;
}
.widget-style-2__content li:last-child span {
  border-bottom: 0;
  padding: 16px 0px 2px 0px;
}
.widget-style-2__content li a span {
  display: flex;
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0px 14px;
}
.widget-style-2__content li a span::before {
  content: url("../images/icons/tag-right.svg");
  max-width: 20px;
  min-width: 20px;
  margin-right: 12px;
}

.h4.page__title::before {
  content: " ";
  background-color: #e6f4fb;
  width: 132px;
  height: 24px;
  left: -8px;
  bottom: -8px;
  position: absolute;
  z-index: -1;
}

.document--metadata {
  color: var(--neutrals-05) !important;
}

.document--archive__table thead th {
  color: var(--neutrals-05);
  background-color: var(--background-01);
}

.content-item .form-item-row {
  padding-bottom: 18px;
}
.content-item .form-item-row .form-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353945;
}
.content-item .form-item-row .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e6e8ec;
  padding: 12px 16px;
  background: #fcfcfd;
}
.content-item .form-item-row .form-select-option {
  height: 48px;
}
.content-item .form-item-row .form-select-option .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  flex: 1;
}
.content-item .form-item-row .form-select-option .form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
}
.content-item .form-item-row .form-select-option .form-check .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #23262f;
}
.content-item .form-item-row .form-dropdown {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e6e8ec;
}
.content-item .form-item-row .organization_type_option {
  height: 40px;
}
.content-item .form-item-row .organization_type_option .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  flex: 1;
}
.content-item .form-item-row .organization_type_option .form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
}
.content-item .form-item-row .organization_type_option .form-check .form-check-label {
  padding-left: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #23262f;
  width: calc(100% - 24px);
}
.content-item .form-item-row .margin-bottom-12 {
  margin-bottom: 12px;
}
.content-item .form-item-row .row-checkbox {
  margin-bottom: 12px;
  min-height: 40px;
}
.content-item .form-item-row .row-checkbox .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  flex: 1;
}
.content-item .form-item-row .row-checkbox .form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
}
.content-item .form-item-row .row-checkbox .form-check .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #23262f;
  width: calc(100% - 24px);
}

.group-button {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  padding-top: 24px;
  margin: 0 !important;
}
.group-button .button {
  width: 120px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 12px;
}
.group-button .cancel-button {
  border: 2px solid #e6e8ec;
  background: white;
}
.group-button .submit-button {
  background: #0095d9;
  color: #ffffff;
  border: none;
}
.group-button .submit-button:hover {
  background: #38bcf9;
}
.group-button .contact-form-group {
  margin-bottom: 0 !important;
}

.section-banner-full-width {
  display: flex;
  justify-content: center;
}
.section-banner-full-width .hide-on-mobile {
  display: inline-block;
}
.section-banner-full-width .show-on-mobile {
  display: none;
}

.posts-show-on-mobile {
  display: none;
}

.background-form {
  background-color: #e6e8ec;
}
.background-form .section-register-form-for-per {
  padding: 30px 0;
}
.background-form .section-register-form-for-per .contact-form .header-title {
  padding: 32px 0px;
}
.background-form .section-register-form-for-per .contact-form .header-title .title {
  color: #23262f;
}
.background-form .section-register-form-for-per .contact-form .sub-title {
  padding-bottom: 16px;
}
.background-form .section-register-form-for-per .contact-form .sub-title .sub-title-first {
  padding-bottom: 18px;
}
.background-form .section-register-form-for-per .contact-form .sub-title .sub-title-first .dear {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.background-form .section-register-form-for-per .divider-button-footer {
  margin-top: 24px;
  margin-bottom: 0px;
  height: 1px !important;
  color: #f4f5f6;
}

.section-choose-template-form .title-form-choose {
  text-transform: uppercase;
  padding-bottom: 48px;
}
.section-choose-template-form .form-check {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  background: #ffffff;
  border: 2px solid #e6e8ec;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.section-choose-template-form .form-check .form-check-label {
  cursor: pointer;
  width: 100%;
}
.section-choose-template-form .form-check .form-check-label .register-form-type {
  color: #23262f;
}
.section-choose-template-form .form-check .form-check-label .sub-title {
  color: #777e91;
  padding: 0;
}
.section-choose-template-form .form-check .form-check-label .section-sub-title {
  gap: 5px;
  align-items: center;
}
.section-choose-template-form .form-check .form-check-input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.section-choose-template-form .form-check:hover {
  border: 2px solid #0095d9;
  background: rgba(230, 244, 251, 0.5);
}
.section-choose-template-form .divider-button-footer {
  margin-top: 316px !important;
  color: #b7b8b9 !important;
}

.page-header .navigation .menu .menu-item:last-child:hover .sub-menu {
  transform: translateX(-50%) !important;
}

body[dir=rtl] .widget--transparent .widget__header:after {
  left: auto;
  right: 0;
}
body[dir=rtl] .post-group .post-group__title:after {
  left: auto;
  right: 0;
}
body[dir=rtl] .language-wrapper .language_bar_list li a img {
  margin-right: 0;
  margin-left: 8px;
}
.super-search.active {
  z-index: 88888888888;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  border: none;
  overflow-y: scroll;
  position: fixed;
  background: var(--background-white);
  display: block !important;
}

.super-search.active .quick-search {
  width: 90%;
  margin: 40px auto;
}

.super-search.active .search-input {
  color: var(--color-1st) !important;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .super-search.active .search-input {
    font-size: 30px;
  }
}
.c-layout-header .super-search.active .quick-search > span {
  font-size: 60px;
}

.search-result {
  display: none;
}

.super-search.active .search-result {
  width: 90%;
  margin: 20px auto;
}
.super-search .search-list .row > div {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounce-in;
  animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.search-finished .search-list .row > div {
  display: block;
  opacity: 1;
}

.super-search .search-list .row > div:nth-child(1) {
  animation-delay: 0.15s;
}

.search-list {
  margin: -65px 0 130px;
  padding: 0;
  list-style: none;
}

.search-list a {
  display: block;
  position: relative;
  background: #f1f2f1;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 22px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 25px;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 225ms ease;
  height: 80px;
}

.search-list .has-image {
  padding-left: 115px;
}

.search-list .row > div a.squared .img {
  border-radius: 0;
  height: 100%;
  width: 100px;
  left: 0;
  transition: transform 450ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background: #545454 50% 0 no-repeat;
  text-align: center;
  line-height: 100px;
}

.search-list .row > div a.squared .img .fa,
.search-list .row > div a.squared .img .glyphicon {
  font-size: 34px !important;
}

.search-list .row > div a .spoofer {
  opacity: 0;
  display: block;
}

.search-list .row > div a.squared .visible {
  padding: 25px 10px 25px 115px;
  transition: transform 450ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: block;
}

.search-list .row > div a:focus,
.search-list .row > div a:hover {
  color: var(--background-white);
  background: #f38b72;
}

.search-list .row > div a.squared:focus .visible,
.search-list .row > div a.squared:hover .visible {
  transform: translateX(-80px) translateY(-50%);
}

.search-list .row > div a.squared:focus .img,
.search-list .row > div a.squared:hover .img {
  transform: translateX(-100%) translateY(-50%);
}

.super-search .group:nth-child(1) h4 {
  animation-delay: 0.2s;
}

.super-search .search-list h4,
.super-search .search-list .row > div {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounce-in;
  animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
  margin-top: 0;
  margin-bottom: 5px;
}

.super-search .search-list h4 {
  color: rgba(0, 0, 0, 0.5);
}

.super-search .search-list h4,
.super-search .search-list .row > div {
  -webkit-animation-name: bounce-in;
  -moz-animation-name: bounce-in;
  -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -moz-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.search-list h4 {
  opacity: 0.7;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.search-finished .search-list h4,
.search-finished .search-list .row > div {
  display: block;
  opacity: 1;
}
.search-result-title {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1d9977;
}

.close-search.active {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
  color: #828b96;
  font-size: 60px;
  cursor: pointer;
}

.quick-search > .form-control {
  display: block;
  font-weight: 400;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0;
  height: 100px;
  color: #32c5d2 !important;
  font-size: 60px;
}

.social--widget a span {
  display: none;
}

.fb-like {
  margin: 15px 0;
}

#profile {
  margin-top: 10px;
  background: var(--background-white);
  padding: 15px 0;
}

.page-pagination ul {
  margin: 0;
}

.page-pagination li a,
.page-pagination li span,
.page-pagination .disabled span {
  border: none;
  outline: none;
  border-radius: 0 !important;
  color: var(--color-1st);
}

.page-pagination li:hover a,
.page-pagination li:hover span,
.page-pagination li.active span {
  background-color: var(--color-green) !important;
  color: var(--background-white) !important;
}
.language-wrapper .btn {
  border: none;
  background: none;
  margin-bottom: 0;
  height: 40px;
  border-radius: 0 !important;
}
.language-wrapper .language_bar_list li {
  display: inline-block;
  margin-left: 5px;
}
.language-wrapper .language_bar_list li a {
  text-align: left;
}
.language-wrapper .language_bar_list li a img {
  float: left;
  margin-right: 8px;
  margin-top: -1px;
  width: 20px;
}

@media (max-width: 767px) {
  .page-logo::before {
    display: none !important;
  }
}

.widget__tags .tag-link {
  background-color: var(--color-1st);
  color: var(--background-white);
}
figure.image {
  margin: 10px 0;
  display: inline-block;
}
figure.image figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}

.post__content ul {
  padding-left: 25px;
  list-style: disc;
}

.post__content ul li {
  font-weight: 400;
  list-style: disc;
}
.post__content table {
  border: 1px solid #dee2e6;
  width: 100% !important;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}
.post__content table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.post__content table td {
  border: 1px solid #dee2e6;
}
.post__content table tbody tr th {
  border-bottom-width: 1px;
}

.required:after {
  content: " *";
  color: red;
}

.navigation:not(.navigation--mobile) .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.navigation.navigation--mobile .menu-item.menu-item--active > a .toggle-icon {
  color: #fff !important;
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a {
  color: var(--color-1st) !important;
  background: var(--background-white);
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a .toggle-icon, .navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a:before {
  color: var(--color-1st) !important;
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu .sub-menu > .menu-item > a {
  margin-left: 20px;
}

.post__widget .post__created-at {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.hide {
  display: none !important;
}

.img-circle {
  border-radius: 50%;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
}

.post__content .page-pagination ul {
  padding-left: 0;
  list-style: none;
}
.post__content .page-pagination ul li {
  list-style: none;
}

.menu-icon-image {
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 3px;
}

@media (min-width: 1400px) {
  
  .container-sm,
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 639px) {
  .post.post--single .post__title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .post.post--single .post__title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

.post.post--single .post__content ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}

.post.post--single .post__content ul li {
  font-weight: 400;
  list-style: disc;
}
.post.post--single .post__content table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.post.post--single .post__content table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.post.post--single .post__content table td {
  border: 1px solid #dee2e6;
}
.post.post--single .post__content table tbody tr th {
  border-bottom-width: 1px;
}
.post.post--single .post__content h2 {
  font-size: 1.75rem;
}
.post.post--single .post__content h3 {
  font-size: 1.5rem;
}
.post.post--single .post__content h4 {
  font-size: 1.25rem;
}
.post.post--single .post__content h5 {
  font-size: 1rem;
}

.widget .widget__content ul {
  list-style: none;
}

.ck-content a {
  color: var(--color-1st);
}

.post.post--single .post__content ul.pagination li {
  list-style: none;
}

.navigation .language-wrapper {
  padding-left: 15px;
}
.navigation .language-wrapper .language_bar_list li {
  margin-left: 0;
  float: none;
}
.navigation .language-wrapper .language_bar_list li a {
  display: flex;
  padding: 15px 15px 15px 0;
}
@media (max-width: 575px) {
  .page-pagination .pagination a,
  .page-pagination .pagination span {
    width: 30px;
    padding: 4px 9px;
  }
  .section-post-no-description .section-post-no-description__right {
    padding: 0px !important;
  }
  .section-post-no-description .section-post-no-description__right .section-post-no-description__right__item {
    padding: 0px !important;
    padding-bottom: 15px !important;
  }
  .page-header .page-header__left .btn__register__mobile {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .page-header .page-header__left img {
    height: 48px;
  }
  .section-banner {
    padding-bottom: 45px;
  }
  .section-banner .section-banner-full-width .hide-on-mobile {
    display: none;
  }
  .section-banner .section-banner-full-width .show-on-mobile {
    display: inline-block;
    border-radius: 8px;
  }
  .page-footer .section-header-page-footer .section-header-page-footer-content .page-footer__left .page-logo {
    justify-content: center;
  }
  .section-choose-template-form .divider-button-footer {
    margin-top: 48px !important;
  }
}
@media (max-width: 768px) {
  .section-post-no-description .section-post-no-description__left {
    padding: 0px !important;
    padding-bottom: 15px !important;
  }
  .section-post-no-description .section-post-no-description__right .post-description-right .post-description-right-content .post-description-right__title {
    display: flex;
    align-items: center;
  }
  .section-post-no-description .section-post-no-description__right .post-description-right .post-description-right-content .post-description-right__title a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #23262f;
  }
  .page-footer .section-header-page-footer-content .page-footer__right {
    padding-top: 15px !important;
  }
  .page-footer .section-header-page-footer-content .page-footer__right .page-footer-right__link {
    justify-content: center !important;
  }
  .page-footer .section-body-page-footer {
    padding-bottom: 12px !important;
  }
  .page-footer .section-body-page-footer .section-body-page-footer-content {
    padding-bottom: 20px;
  }
  .page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body .contact-number {
    justify-content: inherit;
  }
  .page-footer .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-body .contact-number .contact-number-item {
    flex: 1 !important;
  }
  .page-footer .section-body-page-footer .section-body-page-footer-content-right .section-body-page-footer-content-right-item:first-child {
    padding-bottom: 15px;
    border-right: none;
  }
  .page-header .header_container .page-header__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page-header .header_container .page-header__left .btn__register__mobile {
    display: block !important;
    margin-right: 40px;
    height: 36px;
    align-items: center;
    border: 1px solid #f9a51b;
    padding: 10px 15px;
    background-color: #f9a51b;
    color: var(--background-white);
    border-radius: 24px;
  }
  .page-header .header_container .page-header__right {
    display: flex;
    width: 100%;
    justify-content: flex-end !important;
    padding: 10px 0;
  }
  .page-header .header_container .page-header__right .btn__register {
    display: none !important;
  }
  .page-header .navigation-toggle {
    position: absolute;
    top: 26px;
    right: 6px;
  }
  .content-item .form-item-row .form-select-option {
    display: block !important;
    height: 100%;
  }
  .content-item .form-item-row .form-select-option .form-check {
    padding-bottom: 12px;
  }
  .content-item .form-item-row .form-select-option .form-check:last-child {
    padding-bottom: 0px;
  }
  .posts-hide-on-mobile {
    display: none !important;
  }
  .posts-show-on-mobile {
    display: inline-block;
    padding: 0 !important;
  }
  .posts-show-on-mobile .post-description-right {
    padding-bottom: 14px;
  }
  .posts-show-on-mobile .post-description-right .post-description-right-content .post-description-right__image {
    width: 124px;
  }
  .posts-show-on-mobile .post-description-right .post-description-right-content .post-description-right__title {
    width: calc(100% - 124px);
  }
  .section-services-and-products-center .section-services-and-products-center__item {
    padding-bottom: 0 !important;
  }
  .section-services-and-products-center .section-services-and-products-center__item:last-child .post-description-right {
    padding-bottom: 0px;
  }
  .section-services-and-products-center .section-services-and-products-center__item .post-description-right {
    padding-bottom: 14px;
  }
  .section-services-and-products-center .section-services-and-products-center__item .post-description-right .post-description-right-content .post-description-right__image {
    width: 124px;
  }
  .section-services-and-products-center .section-services-and-products-center__item .post-description-right .post-description-right-content .post-description-right__title {
    width: calc(100% - 124px);
    display: flex;
    align-items: center;
  }
  .section-services-and-products-center .section-services-and-products-center__item .post-description-right .post-description-right-content .post-description-right__title a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #23262f;
  }
  .post-full-info .post-full-info__header {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .post-full-info .post-full-info__header .post-full-info__title a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #23262f;
  }
  .post-full-info .post-full-info__content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .section-header-have-underlined__title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .section-header__title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .post-description-right-content .post-description-right__image {
    padding-right: 6px !important;
  }
  .post-description-right-content .post-description-right__title {
    padding-left: 6px !important;
  }
}
@media (max-width: 1200px) {
  .content-item .form-item-row .form-item-padding-bottom:first-child {
    padding-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .section-post-no-description .section-post-no-description__left {
    padding: 0px !important;
    padding-bottom: 15px !important;
  }
  .section-post-no-description .section-post-no-description__right {
    padding: 0px !important;
  }
  .page-header {
    margin: 0 auto;
  }
  .page-header .header_container {
    display: block;
  }
  .page-header .header_container .page-header__right {
    width: 100%;
  }
  .custom_navigation .sub-menu--slideLeft {
    display: block;
  }
  .custom_navigation .sub-menu--slideLeft .menu-item a {
    text-align: center;
  }
  .section-body-page-footer-content-body .contact-number {
    justify-content: space-between;
  }
  .section-body-page-footer-content-body .contact-number .contact-number-item {
    flex: none !important;
  }
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 375px) {
  .organization_type_option {
    height: 100% !important;
    display: block !important;
  }
  .organization_type_option .form-check {
    padding-bottom: 12px !important;
  }
  .margin-bottom-12 {
    margin-bottom: 0 !important;
  }
}
.post-content-detail .ck-content img {
  width: 95% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .page-header .navigation .menu .menu-item:last-child:hover .sub-menu {
    transform: translateX(0) !important;
  }
  .section-body-page-footer .section-body-page-footer-content .section-body-page-footer-content-header .header-title {
    font-size: 16px !important;
  }
}
.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
  width: 30px;
  height: 30px;
}

.navigation.navigation--mobile .menu-item.menu-item--active > a .toggle-icon {
  color: var(--color-green) !important;
}

body {
  color: var(--primary-color);
}

.h1 {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 64px !important;
  line-height: 64px !important;
}

.h2 {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 48px !important;
  line-height: 48px !important;
}

.h3 {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 48px !important;
}

.h4 {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 40px !important;
}

.title-1__semibold {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}

.title-1__regular {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}

.title-2__semibold {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

.body-1__semibold {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.body-1__regular {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.body-2__semibold {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.body-2__regular {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.caption-1 {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 16px !important;
}

.caption-1__regular {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 16px !important;
}

.caption-2__regular {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

.text-color-sub {
  color: var(--text-color-sub);
}

.section-header {
  padding-bottom: 2rem;
}
.section-header .section-header__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #23262f;
  text-transform: uppercase;
  position: relative;
}
.section-header .section-header__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-image: url("/themes/ripple/images/icons/divider-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-header .divider-green::after {
  background-image: url("/themes/ripple/images/icons/divider-green.svg");
}

.post-description-right__title > * {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px;
  color: #23262f !important;
  padding-left: 0;
  margin: 0;
}

.slider-membership {
  height: 90px;
}
.slider-membership .slider-membership-item {
  width: 200px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.slider-membership img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.post-description-right-content .post-description-right__image {
  padding-right: 4px;
}
.post-description-right-content .post-description-right__title {
  padding-right: 4px;
}

.section-cooperations .section-post-no-description__right__item {
  margin-top: 24px !important;
}

.img-5-3 {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.img-5-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.img-5-3__center .post-description-right__title {
  overflow: hidden;
  display: flex;
  align-items: start !important;
  margin-bottom: 0;
}

.img-16-9 {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.img-16-9 img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  padding: 10px;
  transform: translateX(-50%) translateY(-50%);
}

.section-content-result .header-title .text-back {
  color: #23262F;
}
.section-content-result .header-title .text-green {
  color: #0095D9;
}
.section-content-result .pagination .page-link {
  display: flex;
  justify-content: center;
}

/* Widget Custom Menu 3 */
.content-item a {
  color: var(--neutrals-07);
}

.number-file {
  color: var(--neutrals-05);
}

.createAt {
  color: var(--neutrals-05);
}

.col-80px {
  flex: 0 0 104px;
}

.widget__image img {
  width: 100%;
}

.slick-slider-image {
  padding: 0;
}

.section-gallery .title-gallery {
  color: #23262F;
  margin-bottom: 17px;
}
.section-gallery .slider-gallery-images {
  margin-bottom: 20px;
  height: 100px;
  overflow: hidden;
}
.section-gallery .slider-gallery-images .active {
  border: 4px solid var(--color-green);
}
.section-gallery .current-image-focus {
  padding-bottom: 50px;
}
.section-gallery .current-image-focus img {
  width: 100%;
}

.section-high-class-member .section-search .section_input__search .super-search .quick-search .icon__search {
  top: 15px;
}
.section-high-class-member .section-search .section_input__search .super-search .quick-search .input__search {
  height: 48px;
}
.section-high-class-member .page-pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-high-class-member .section_input__search {
  position: relative;
  width: 360px;
}
.section-high-class-member .section_input__search .quick-search {
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}
.section-high-class-member .section_input__search .quick-search .form-control {
  color: #000000 !important;
}
.section-high-class-member .section_input__search .icon__search {
  position: absolute;
  top: 9px;
  left: 11px;
}
.section-high-class-member .section_input__search .input__search {
  height: 36px;
  padding-left: 40px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b1b5c4;
}
.section-high-class-member .result-content {
  min-height: 400px;
}

.section-membership .item-membership .title-membership {
  text-transform: uppercase;
  color: #23262F !important;
}
.section-membership .item-membership .content-membership {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.section-membership .item-membership .content-membership:hover .info-content {
  z-index: 99;
  border-radius: 16px;
  padding: 8px 13px;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(20, 20, 20, 0.7);
  opacity: 0.9;
  height: 100%;
  color: #ffffff;
}
.section-membership .item-membership .content-membership:hover .info-content .content-address {
  display: -webkit-box;
  max-width: 100%;
  max-height: 89px;
  margin: 0;
  margin-bottom: 8px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-membership .item-membership .content-membership:hover .info-content .content-phone {
  line-break: anywhere;
  display: -webkit-box;
  max-width: 100%;
  max-height: 44px;
  margin: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.section-membership .item-membership .content-membership .info-content {
  display: none;
}
.section-membership .item-membership .content-membership .img-16-9 {
  border: 1px solid #E6E8EC;
  border-radius: 16px;
}
.section-membership .item-membership .content-membership .icon-high-class {
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.section-membership-personal {
  border: 1px solid #E6E8EC;
  border-radius: 16px;
  min-height: 100px;
}
.section-membership-personal .content-membership-personal {
  padding: 16px;
}
.section-membership-personal .content-membership-personal .title-membership {
  color: #23262F;
}
.section-membership-personal .content-membership-personal .content-membership {
  color: #353945;
}

.no-result {
  min-height: 400px;
}

@media (max-width: 768px) {
  .section-high-class-member .section-search {
    justify-content: flex-start !important;
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
}
.terms-link {
  color: var(--text-color-hyperlink) !important;
}

.foot-letter {
  padding: 24px 0px;
}

.foot-letter-agree {
  padding-bottom: 36px;
}
.foot-letter-agree label::before {
  content: "* ";
  color: red;
}

.divider-title {
  width: 250px;
  height: 1px;
  margin: 0 auto;
  background: #b1b5c4;
}

.divider-title.mb-32 {
  margin-bottom: 32px !important;
}

.divider-bottom {
  width: 250px;
  height: 1px;
  background: #b1b5c4;
}

.section-note {
  padding: 11px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.section-signature {
  display: flex;
  justify-content: flex-end;
}
.section-signature .section-signature-content {
  display: flex;
  flex-direction: column;
  color: var(--color-green);
}
.section-signature .section-signature-content .signature-content {
  width: 240px;
  height: 143px;
  border: 1px dashed var(--color-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-signature .section-signature-content .signature-content #signature-here {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.section-signature .section-signature-content .signature-content #signature-here:before {
  display: block;
  content: url("/vendor/core/plugins/membership-registration/images/icons/receipt-edit.svg");
  width: 17px;
  height: 20px;
  margin-bottom: 6px;
}

#signature-modal .signature-canvas-container {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
#signature-modal .signature-canvas-container canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#signature-modal .modal-body {
  position: relative;
}
#signature-modal canvas {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.member-registration-form {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}

.contact-message {
  margin: 20px 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eeeeee;
  border-radius: 0;
  display: none;
  width: 100%;
}
.contact-message.contact-success-message {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: #000;
}
.contact-message.contact-error-message {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}

.galleries-page-title {
  padding-bottom: 63px;
}

.gallery-item {
  margin-bottom: 24px !important;
}
.gallery-item .gallery-thumb .img-left {
  padding-right: 2px;
}
.gallery-item .gallery-thumb .img-left .img-left-1,
.gallery-item .gallery-thumb .img-left .img-right .img-right-1,
.gallery-item .gallery-thumb .img-left .img-right .img-right-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-item .gallery-thumb .img-left .img-left-1 {
  border-radius: 8px 0px 0px 8px;
}
.gallery-item .gallery-thumb .img-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2px;
  padding-right: 8px;
}
.gallery-item .gallery-thumb .img-right .img-right-1 {
  border-radius: 0px 8px 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-item .gallery-thumb .img-right .img-right-2 {
  border-radius: 0px 0px 8px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-item .gallery-title {
  gap: 8px;
}
.gallery-item .gallery-title .gallery-name {
  padding-top: 12px;
  color: var(--neutrals-07);
}
.gallery-item .gallery-title .gallery-subtitle {
  color: var(--neutrals-05);
}

.filter-document {
  padding-bottom: 20px;
}
.filter-document .section-filter .section-search {
  position: relative;
}
.filter-document .section-filter .section-search .icon__search {
  position: absolute;
  top: 10px;
  left: 8px;
}
.filter-document .section-filter .section-search .input__search {
  padding-left: 30px;
}
.filter-document .section-filter .btn-search {
  height: 38px;
  margin: 0;
  display: flex;
  align-items: center;
}
.filter-document .section-filter .section-calendar {
  position: relative;
}
.filter-document .section-filter .section-calendar .icon__calendar {
  position: absolute;
  top: 7px;
  left: 7px;
}
.filter-document .section-filter .section-calendar .input__calendar {
  padding-left: 33px;
}
.filter-document .section-filter .text-label {
  color: #353945;
  padding-bottom: 10px;
}

.document-category table {
  border: 1px solid #dee2e6;
}
.document-category table th {
  border: 1px solid #dee2e6;
}
.document-category table td {
  border: 1px solid #dee2e6;
}
.document-category table thead tr th:first-child {
  border: none;
  text-align: center;
}
.document-category table thead .th-text {
  padding: 16px;
  color: #777e91;
  border-bottom: none;
}
.document-category table tbody tr th {
  border-bottom-width: 1px;
}
.document-category table tbody .item-doc {
  height: 80px;
}
.document-category table tbody .item-doc .document--archive__table--metadata {
  padding: 18px 0;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right {
  width: 100%;
  gap: 16px;
  padding-left: 16px;
  align-items: center;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right img {
  width: auto !important;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right .content-item {
  gap: 12px;
  width: calc(100% - 144px);
  overflow: hidden;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right .content-item .detail-info {
  width: 100%;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right .content-item .detail-info .title {
  font-size: 16px;
  line-height: 24px;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right .content-item .detail-info .detail-info-content {
  font-size: 13px;
  line-height: 16px;
  color: #777e91;
}
.document-category table tbody .item-doc .document--archive__table--metadata .content-right .button-action {
  width: 110px;
  padding: 0 16px;
  gap: 16px;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .filter-document .bsearch {
    padding: 5px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .section-filter {
    gap: 20px;
  }
  .filter-document .col-search {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .document--archive__table {
    min-width: 0px !important;
  }
  .content-right {
    flex-direction: column;
    padding: 0px 10px !important;
    align-items: start !important;
  }
  .content-right .content-item {
    width: auto !important;
  }
  .content-right .content-item .detail-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .content-right .button-action {
    align-self: center;
  }
}
.bubbles {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
}
.bubbles .section-button-social .section-button-social-content {
  position: relative;
  width: 350px;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list {
  background: var(--neutrals-02);
  border-radius: 16px;
  padding: 15px;
  width: 300px;
  height: auto;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item {
  padding: 8px;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item:first-child {
  padding-top: 0px;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item:last-child {
  padding-bottom: 0px;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item a {
  display: flex;
  gap: 12px;
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item .social-name {
  color: var(--neutrals-07);
}
.bubbles .section-button-social .section-button-social-content .social-connect-list .social-connect-item .social-name:hover {
  color: var(--color-green);
}
.bubbles .section-button-social .section-button-social-content .button-action {
  position: absolute;
  bottom: -25px;
  right: 25px;
  cursor: pointer;
}
.bubbles #back2top {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-1st);
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -70px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bubbles #back2top i {
  position: absolute;
  color: var(--color-1st);
  font-size: 20px;
}
.bubbles #back2top:hover {
  cursor: pointer;
  background-color: var(--color-1st);
}
.bubbles #back2top:hover i {
  color: var(--color-green);
}
.bubbles #back2top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .bubbles {
    bottom: 60px !important;
    right: 0px !important;
  }
  .bubbles #back2top {
    width: 30px;
    height: 30px;
    bottom: -50px;
    right: 40px;
  }
  .bubbles .section-button-social .button-action {
    bottom: -20px !important;
  }
}
.page-footer .contact-number-item .a-num {
  margin-right: 15px;
}
.page-footer .contact-number-item .a-num:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .page-footer .section-header-page-footer-content {
    padding: 42px 0px !important;
  }
  .page-footer .section-header-page-footer-content .page-footer__right {
    display: none !important;
  }
  .page-footer .section-header-page-footer-content .page-footer__left {
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
  }
}
