
/*!
Theme Name: Policy Pulse
Theme URI: http://underscores.me/
Author: Bikay
Author URI: http://bi-kay.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: policy_pulse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Policy Pulse is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-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="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'AvenirNextCondensed-Regular';
  src: url("fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.woff") format("woff"), url("fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.ttf") format("truetype"), url("fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextCondensed-Bold';
  src: url("fonts/AvenirNextCondensed-Bold/AvenirNextCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCondensed-Bold/AvenirNextCondensed-Bold.woff") format("woff"), url("fonts/AvenirNextCondensed-Bold/AvenirNextCondensed-Bold.ttf") format("truetype"), url("fonts/AvenirNextCondensed-Bold/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextCondensed-Medium';
  src: url("fonts/AvenirNextCondensed-Medium/AvenirNextCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCondensed-Medium/AvenirNextCondensed-Medium.woff") format("woff"), url("fonts/AvenirNextCondensed-Medium/AvenirNextCondensed-Medium.ttf") format("truetype"), url("fonts/AvenirNextCondensed-Medium/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextCondensed-Italic';
  src: url("fonts/AvenirNextCondensed-Italic/AvenirNextCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCondensed-Italic/AvenirNextCondensed-Italic.woff") format("woff"), url("fonts/AvenirNextCondensed-Italic/AvenirNextCondensed-Italic.ttf") format("truetype"), url("fonts/AvenirNextCondensed-Italic/AvenirNextCondensed-Italic.svg#AvenirNextCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextCondensed-DemiBold';
  src: url("fonts/AvenirNextCondensed-DemiBold/AvenirNextCondensed-DemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCondensed-DemiBold/AvenirNextCondensed-DemiBold.woff") format("woff"), url("fonts/AvenirNextCondensed-DemiBold/AvenirNextCondensed-DemiBold.ttf") format("truetype"), url("fonts/AvenirNextCondensed-DemiBold/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KhmerOSSiemreap';
  src: url("fonts/KhmerOSSiemreap/KhmerOSSiemreap.eot?#iefix") format("embedded-opentype"), url("fonts/KhmerOSSiemreap/KhmerOSSiemreap.woff") format("woff"), url("fonts/KhmerOSSiemreap/KhmerOSSiemreap.ttf") format("truetype"), url("fonts/KhmerOSSiemreap/KhmerOSSiemreap.svg#KhmerOSSiemreap") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?oqoy3");
  src: url("fonts/icomoon/icomoon.eot?oqoy3#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?oqoy3") format("truetype"), url("fonts/icomoon/icomoon.woff?oqoy3") format("woff"), url("fonts/icomoon/icomoon.svg?oqoy3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-tick:before {
  content: "\e91b";
}

.icon-comment-head-left:before {
  content: "\e914";
}

.icon-comment-head-right:before {
  content: "\e915";
}

.icon-dislike:before {
  content: "\e916";
}

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

.icon-noimage:before {
  content: "\e918";
}

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

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

.icon-views:before {
  content: "\e913";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-ministry:before {
  content: "\e90e";
}

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

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

.icon-tel:before {
  content: "\e911";
}

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

/**
 * Basic typography style for copy text
 */
body {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1200px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

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

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

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

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

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

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

#header {
  background-color: #F2F2F2;
  position: relative;
  z-index: 100;
}

#header .block-content {
  position: relative;
  height: 5.25em;
}

#header .site-branding {
  float: left;
  margin-top: 0.90625em;
}

#header .site-branding .custom-logo-link {
  display: inline-block;
}

#header .site-branding .custom-logo-link img {
  max-width: 9.375em;
  height: auto;
}

#header .language-switcher {
  position: relative;
  float: right;
  margin-top: 0.90625em;
}

#header .language-switcher .wpml-ls {
  padding: 0;
}

#header .language-switcher .wpml-ls .wpml-ls-item {
  position: relative;
  padding: 0 5px;
}

#header .language-switcher .wpml-ls .wpml-ls-item::before {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1px;
  color: #808080;
  transform: translateY(-50%);
}

#header .language-switcher .wpml-ls .wpml-ls-item:first-child::before {
  display: none;
}

#header .language-switcher .wpml-ls .wpml-ls-item .wpml-ls-link {
  padding: 0;
  color: #808080;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
}

@media (min-width: 992px) {
  #header .language-switcher {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

#header .language-switcher a {
  float: left;
}

#header .language-switcher a img {
  max-width: 2.125em;
  height: auto;
  float: left;
}

#header .language-switcher a:first-child img {
  margin-right: 0.5em;
}

#header .main-navigation {
  float: right;
  clear: right;
}

@media (min-width: 992px) {
  #header .main-navigation {
    margin-right: 7.8125em;
    height: 100%;
  }
}

#header .main-navigation .menu-toggle {
  position: relative;
  margin-top: 0.3125em;
  border: 0;
  background-color: #376193;
  width: 90px;
  height: 32px;
}

#header .main-navigation .menu-toggle .active {
  background-color: #AB1E23;
}

#header .main-navigation .menu-toggle .text {
  color: #FFFFFF;
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 20px;
  line-height: 0;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

#header .main-navigation .menu-toggle .hamburger {
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

#header .main-navigation .menu-toggle .hamburger:before, #header .main-navigation .menu-toggle .hamburger:after,
#header .main-navigation .menu-toggle .hamburger span {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}

#header .main-navigation .menu-toggle .hamburger:after {
  top: auto;
  bottom: 0;
}

#header .main-navigation .menu-toggle .hamburger span {
  top: calc(50% - 1.5px);
}

#header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

#header .main-navigation .main-menu {
  display: none;
  font-size: 14px;
}

@media (min-width: 992px) {
  #header .main-navigation .main-menu {
    display: table;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  #header .main-navigation .main-menu {
    font-size: 16px;
  }
}

#header .main-navigation .main-menu > li {
  display: table-cell;
  vertical-align: middle;
}

#header .main-navigation .main-menu .menu-item-has-children {
  position: relative;
}

#header .main-navigation .main-menu .menu-item-has-children > a {
  padding-right: 2.25em !important;
  position: relative;
}

#header .main-navigation .main-menu .menu-item-has-children > a::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.1s linear;
}

#header .main-navigation .main-menu .menu-item-has-children .sub-menu {
  display: none;
  background-color: #D0D2D3;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.875em 1.125em;
  min-width: 100%;
  height: auto;
}

#header .main-navigation .main-menu .menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 5px;
}

#header .main-navigation .main-menu .menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

#header .main-navigation .main-menu .menu-item-has-children .sub-menu .menu-item a {
  padding: 0;
}

#header .main-navigation .main-menu .menu-item-has-children:hover > a {
  color: #58595B;
}

#header .main-navigation .main-menu .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(-90deg);
}

#header .main-navigation .main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

#header .main-navigation .main-menu .menu-item a {
  color: #808080;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.125em;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 1.6875em 1.25em;
  text-decoration: none;
  white-space: nowrap;
}

#header .main-navigation .main-menu .menu-item a:hover {
  color: #58595B;
}

#header .main-navigation .main-menu .menu-item.menu-green {
  background-color: #2f6557 !important;
  margin-left: 1.25em;
}

#header .main-navigation .main-menu .menu-item.menu-green a {
  color: #FFFFFF;
  padding: 0 0.625em;
}

#header .main-navigation .main-menu .menu-item.menu-green .sub-menu a {
  color: #58595B;
}

#header .main-navigation .main-menu > .menu-item.current-menu-item {
  background-color: #376193;
}

#header .main-navigation .main-menu > .menu-item.current-menu-item > a {
  color: #FFFFFF;
}

.forum-archive .menu-forum {
  background-color: #376193;
}

.forum-archive .menu-forum > a {
  color: #FFFFFF !important;
}

#mobile-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mobile-menu-wrapper #menu-close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 25;
  cursor: pointer;
}

#mobile-menu-wrapper #menu-close:before, #mobile-menu-wrapper #menu-close:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 40px;
  right: 0;
  background-color: #FFFFFF;
}

#mobile-menu-wrapper #menu-close:before {
  transform: rotate(45deg);
}

#mobile-menu-wrapper #menu-close:after {
  transform: rotate(-45deg);
}

#mobile-menu-wrapper .mobile-menu-overlay {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: scale(1);
  background: #376193;
  background: rgba(55, 97, 147, 0.95);
  transition: transform 0.4s ease-in-out;
}

#mobile-menu-wrapper.active .mobile-menu-overlay {
  transform: scale(40);
}

#mobile-menu-wrapper.active #mobile-main-menu #menu-primary-menu,
#mobile-menu-wrapper.active #mobile-main-menu #menu-primary-menu-khmer {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#mobile-menu-wrapper #mobile-main-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 10%;
  overflow: auto;
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

@media (min-width: 576px) {
  #mobile-menu-wrapper #mobile-main-menu #menu-primary-menu,
  #mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer {
    font-size: 24px;
  }
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li {
  padding: 7px 0;
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li a,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li a {
  color: #FFFFFF;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.2em;
}

@media (min-width: 576px) {
  #mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li a,
  #mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li a {
    font-size: 1.5em;
  }
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li .sub-menu,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li .sub-menu {
  list-style: none;
  margin-top: 10px;
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li .sub-menu li,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li .sub-menu li {
  padding: 7px 0;
}

#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu li .sub-menu li a,
#mobile-menu-wrapper #mobile-main-menu #menu-primary-menu-khmer li .sub-menu li a {
  font-size: 1em;
}

#section-policy-inventory-filter,
#section-banner {
  width: 100%;
  font-size: 12px;
  height: 27.5em;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  #section-policy-inventory-filter,
  #section-banner {
    height: 32.5em;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #section-policy-inventory-filter,
  #section-banner {
    height: 36.25em;
    font-size: 16px;
  }
}

#section-policy-inventory-filter .bg-image,
#section-banner .bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

#section-policy-inventory-filter .pp-overlay,
#section-banner .pp-overlay {
  background: #366080;
  background: linear-gradient(to right, #366080 0%, #AD0A00 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: 1;
}

#section-policy-inventory-filter .banner-content,
#section-banner .banner-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section-policy-inventory-filter .banner-content h1,
#section-banner .banner-content h1 {
  font-size: 3.75em;
  line-height: 1.2em;
  margin: 0;
  color: #FFFFFF;
  background-color: #376193;
  display: inline-block;
  padding: 3px 15px 3px 25px;
  position: relative;
  text-transform: uppercase;
}

#section-policy-inventory-filter .banner-content h1::before,
#section-banner .banner-content h1::before {
  content: " ";
  position: absolute;
  top: -20px;
  left: 0;
  width: 10px;
  height: calc(100% + 40px);
  background-color: inherit;
}

#section-policy-inventory-filter .banner-content h2,
#section-banner .banner-content h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline;
  background-color: #376193;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 0.66667em 0 0 #376193, -0.66667em 0 0 #376193;
}

#section-policy-inventory-filter .banner-content h2 strong,
#section-banner .banner-content h2 strong {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-weight: normal;
}

@media (min-width: 576px) {
  #section-policy-inventory-filter .banner-content h2,
  #section-banner .banner-content h2 {
    font-size: 1.875em;
    line-height: 1.2em;
  }
}

#section-policy-inventory-filter .banner-content h2 br,
#section-banner .banner-content h2 br {
  display: none;
}

@media (min-width: 1200px) {
  #section-policy-inventory-filter .banner-content h2 br,
  #section-banner .banner-content h2 br {
    display: inline;
  }
}

.small-banner {
  width: 100%;
  font-size: 12px;
  height: 11.25em;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875em;
}

@media (min-width: 768px) {
  .small-banner {
    height: 13.75em;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .small-banner {
    height: 20em;
    font-size: 16px;
  }
}

.small-banner .bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

.small-banner .pp-overlay {
  background: #366080;
  background: linear-gradient(to right, #366080 0%, #AD0A00 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: 1;
}

.small-banner .banner-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small-banner .banner-content h1 {
  font-size: 2.75em;
  line-height: 1.2em;
  margin: 0;
  color: #FFFFFF;
  background-color: #376193;
  display: inline-block;
  padding: 3px 15px 3px 25px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .small-banner .banner-content h1 {
    font-size: 3.75em;
  }
}

.small-banner .banner-content h1::before {
  content: " ";
  position: absolute;
  top: -20px;
  left: 0;
  width: 10px;
  height: calc(100% + 40px);
  background-color: inherit;
}

.small-banner .banner-content h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline;
  background-color: #376193;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 0.66667em 0 0 #376193, -0.66667em 0 0 #376193;
}

@media (min-width: 576px) {
  .small-banner .banner-content h2 {
    font-size: 1.875em;
    line-height: 1.2em;
  }
}

.small-banner .banner-content h2 br {
  display: none;
}

@media (min-width: 1200px) {
  .small-banner .banner-content h2 br {
    display: inline;
  }
}

#section-banner.page-banner {
  height: 23em;
}

#section-banner.page-banner .bg-image {
  top: 115%;
}

#section-banner.page-banner .pp-overlay {
  opacity: 0.3;
}

.page-color-drak-greed #section-page-banner.small-banner {
  height: 39.75em;
  margin-bottom: 0px;
}

@media (min-width: 320px) {
  .page-color-drak-greed #section-page-banner.small-banner {
    height: 18.75em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed #section-page-banner.small-banner {
    height: 31.25em;
  }
}

@media (min-width: 992px) {
  .page-color-drak-greed #section-page-banner.small-banner {
    height: 39.75em;
  }
}

.page-color-drak-greed .pp-overlay {
  display: none;
}

.banner-page-control {
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-page-control .gray-background-title {
  width: 50%;
  background: rgba(3, 16, 79, 0.4);
  background-blend-mode: multiply;
  text-align: left;
  padding: 20px 40px 30px 0px;
}

@media (min-width: 320px) {
  .banner-page-control .gray-background-title {
    width: 70%;
    padding: 5px 10px 5px 0px;
    background: rgba(3, 16, 79, 0.6);
  }
}

@media (min-width: 768px) {
  .banner-page-control .gray-background-title {
    width: 50%;
    padding: 20px 40px 30px 0px;
    background: rgba(3, 16, 79, 0.4);
  }
}

.banner-page-control .gray-background-title h1 {
  color: #FFF;
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: "AvenirNextCondensed-Bold", "KhmerOSSiemreap";
  border-bottom: 1px #319798 solid;
  margin-bottom: 10px;
}

@media (min-width: 320px) {
  .banner-page-control .gray-background-title h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .banner-page-control .gray-background-title h1 {
    font-size: 2.5em;
  }
}

.banner-page-control .gray-background-title p {
  color: #FFF;
  font-size: 1.5em;
  line-height: 1.25em;
}

@media (min-width: 320px) {
  .banner-page-control .gray-background-title p {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  .banner-page-control .gray-background-title p {
    font-size: 1.5em;
  }
}

.banner-page-control .gray-background-title:before {
  content: "";
  background: rgba(3, 16, 79, 0.4);
  width: 1000px;
  margin-left: -1000px;
  position: absolute;
  top: 0px;
  height: 100%;
}

.page-template-page-cambodia-knowledge-sector .banner-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-page-cambodia-knowledge-sector .banner-content h1 {
  background-color: #2f6557;
}

.page-template-page-cambodia-knowledge-sector .pp-overlay {
  background: url("images/background_tran.png") repeat;
}

.sidebar-left h2 {
  font-size: 1.5em;
  line-height: 1.33333em;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #376193;
  margin: 0 0 0.55556em 0;
}

.sidebar-left h2:first-child {
  height: 64px;
  line-height: 64px;
}

.sidebar-left h2:first-child span,
.sidebar-left h2:first-child a {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sidebar-left h2 {
    font-size: 1.875em;
    line-height: 1.26667em;
  }
}

@media (min-width: 992px) {
  .sidebar-left h2 {
    font-size: 2.25em;
    line-height: 1.19444em;
  }
}

.sidebar-left h2 span,
.sidebar-left h2 a {
  background-color: #376193;
  padding: 12px 20px 7px 20px;
  display: inline-block;
  color: #FFFFFF;
}

.sidebar-left .filter-item {
  background-color: #FFFFFF;
  margin-bottom: 1.25em;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-left .filter-item h3 {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #376193;
  border-bottom: 1px solid #F0F0F1;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.45em 1em;
  position: relative;
  cursor: pointer;
}

.sidebar-left .filter-item h3 .minus-circle {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  border: 2px solid #A6A6A6;
  border-radius: 50%;
}

.sidebar-left .filter-item h3 .minus-circle::after {
  content: " ";
  width: 6px;
  height: 2px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}

.sidebar-left .filter-item h3.active .minus-circle {
  transform: translateY(-50%) rotate(90deg);
}

.sidebar-left .filter-item .clear-filter {
  border-bottom: 1px solid #F0F0F1;
  padding: 0.625em 1.875em;
}

.sidebar-left .filter-item .clear-filter .btn-clear-all {
  color: #BABCBE;
  font-size: 1.125em;
  line-height: 1.22222em;
  text-decoration: underline;
}

.sidebar-left .filter-item .clear-filter .btn-clear-all:hover {
  text-decoration: none;
}

.sidebar-left .filter-item .filter-params {
  padding: 1.25em 1.875em;
  margin: 0;
  list-style: none;
}

.sidebar-left .filter-item .filter-params.hidden {
  display: none;
}

.sidebar-left .filter-item .filter-params li {
  margin-bottom: 0.625em;
}

.sidebar-left .filter-item .filter-params li a {
  color: #858585;
  font-size: 1.0625em;
  line-height: 1.76471em;
  text-decoration: none;
  padding-left: 1.76471em;
  position: relative;
  display: inline-block;
}

.sidebar-left .filter-item .filter-params li a .square {
  width: 0.82353em;
  height: 0.82353em;
  background-color: #F1F1F2;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.sidebar-left .filter-item .filter-params li a .square::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.58824em;
  height: 0.58824em;
  transform: translate(-50%, -50%);
  background-color: #AB1E23;
  opacity: 0;
}

.sidebar-left .filter-item .filter-params li.link-clear {
  margin-bottom: 0;
}

.sidebar-left .filter-item .filter-params li.active a .square::before {
  opacity: 1;
}

.sb-box {
  background-color: #FFFFFF;
  margin-bottom: 1.25em;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

.sb-box .sb-title {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #376193;
  border-bottom: 1px solid #ebebec;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.45em 1em;
  position: relative;
  cursor: pointer;
}

.sb-box .sb-title.sb-title-red {
  color: #AB1E23;
}

.sb-box .sb-title .minus-circle {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  border: 2px solid #ACACAC;
  border-radius: 50%;
}

.sb-box .sb-title .minus-circle::after {
  content: " ";
  width: 6px;
  height: 2px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}

.sb-box .sb-title.active .minus-circle {
  transform: translateY(-50%) rotate(90deg);
}

.sb-box .sb-content {
  padding: 1.25em 1.875em 1.875em 1.875em;
}

.sb-box-upcoming-events .sb-content {
  display: inline-block;
  width: 100%;
}

.sb-box-upcoming-events .sb-content .thumb {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.sb-box-upcoming-events .sb-content .thumb img {
  width: 100%;
}

.sb-box-upcoming-events .sb-content .floating-event-date {
  position: relative;
  top: auto;
  right: auto;
  float: left;
  margin: 0 10px 0 0;
}

.sb-box-upcoming-events .sb-content .title {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 18px;
  line-height: 22px;
  color: #376193;
  margin: 0 0 10px 0;
  display: block;
}

.sb-box-upcoming-events .sb-content .location {
  color: #AB1E23;
  font-size: 18px;
  line-height: 20px;
}

.sb-small-item {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebebec;
}

.sb-small-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.sb-small-item .thumb {
  display: table-cell;
  width: 80px;
}

.sb-small-item .upcoming-event-date {
  background-color: #AB1E23;
}

.sb-small-item .item-body {
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.sb-small-item .item-body .published-date {
  color: #AB1E23;
  display: block;
  margin-bottom: 5px;
}

.sb-small-item .item-body .title {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  color: #858585;
}

.sb-small-item .item-body .location {
  color: #376193;
}

.bbp-topic-author,
.bbp-reply-author {
  padding: 0.9375em 0;
  display: table-cell;
  width: 5em;
  text-align: center;
  vertical-align: middle;
}

.bbp-topic-author .bbp-author-avatar,
.bbp-reply-author .bbp-author-avatar {
  width: 2.25em;
  height: 2.25em;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}

.bbp-topic-author .bbp-author-avatar .avatar,
.bbp-reply-author .bbp-author-avatar .avatar {
  width: 100%;
  height: auto;
}

.bbp-topic-author .bbp-author-name,
.bbp-reply-author .bbp-author-name {
  display: block;
  font-size: 0.875em;
  line-height: 1.21429em;
  color: #858585;
  position: relative;
  padding-top: 10px;
}

.bbp-topic-author .bbp-author-name::before,
.bbp-reply-author .bbp-author-name::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-top: 11px;
  background-color: #AB1E23;
  transform: translateX(-50%);
}

#bbpress-forums {
  padding-bottom: 2.5em;
}

#bbpress-forums .bbp-template-notice {
  padding: 20px;
  background-color: #376193;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#bbpress-forums .bbp-template-notice p {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}

#bbpress-forums .bbp-search-form {
  height: 4em;
  position: relative;
  width: 100%;
}

#bbpress-forums .bbp-search-form::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #376193;
  border-radius: 1px;
}

#bbpress-forums .bbp-search-form #bbp-search-form {
  width: 270px;
  max-width: 100%;
  position: relative;
  float: right;
  margin-top: 0.9375em;
}

#bbpress-forums .bbp-search-form #bbp-search-form #bbp_search {
  color: #858585;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  height: 34px;
  background-color: #FFFFFF;
  border: 0;
  outline: none;
  padding: 6px 40px 6px 20px;
}

#bbpress-forums .bbp-search-form #bbp-search-form #bbp_search_submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 34px;
  background-color: transparent;
  color: #376193;
  text-align: center;
  border: 0.5px solid #FFFFFF;
  transition: color 0.2s ease-in-out;
}

#bbpress-forums .bbp-search-form #bbp-search-form #bbp_search_submit span {
  font-size: 20px;
  line-height: 34px;
}

#bbpress-forums .bbp-search-form #bbp-search-form #bbp_search_submit:hover {
  color: #AB1E23;
}

#bbpress-forums .bbp-topic-wrapper,
#bbpress-forums .bbp-reply-wrapper {
  clear: both;
  margin-top: 1.25em;
  display: inline-block;
  width: 100%;
}

#bbpress-forums .bbp-topic-wrapper .topic,
#bbpress-forums .bbp-topic-wrapper .reply,
#bbpress-forums .bbp-reply-wrapper .topic,
#bbpress-forums .bbp-reply-wrapper .reply {
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding: 0;
  display: table;
  height: 9.375em;
  width: 100%;
  position: relative;
  margin-bottom: 5em;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-topic-wrapper .topic,
  #bbpress-forums .bbp-topic-wrapper .reply,
  #bbpress-forums .bbp-reply-wrapper .topic,
  #bbpress-forums .bbp-reply-wrapper .reply {
    margin-bottom: 1.25em;
  }
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-reply-title,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-reply-title,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-reply-title,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-reply-title {
  width: 100%;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-reply-title p,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-reply-title p,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-reply-title p,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-reply-title p {
  word-break: break-all;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-title,
#bbpress-forums .bbp-topic-wrapper .topic .bbp-reply-title,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-title,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-reply-title,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-title,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-reply-title,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-title,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-reply-title {
  padding: 0.9375em;
  display: table-cell;
  vertical-align: middle;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-topic-wrapper .topic .bbp-reply-title .bbp-topic-permalink,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-reply-title .bbp-topic-permalink,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-reply-title .bbp-topic-permalink,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-reply-title .bbp-topic-permalink {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.3125em;
  line-height: 1.19048em;
  color: #376193;
  margin-bottom: 0.47619em;
  display: inline-block;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-title .bbp-topic-content p,
#bbpress-forums .bbp-topic-wrapper .topic .bbp-reply-title .bbp-topic-content p,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-title .bbp-topic-content p,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-reply-title .bbp-topic-content p,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-title .bbp-topic-content p,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-reply-title .bbp-topic-content p,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-title .bbp-topic-content p,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-reply-title .bbp-topic-content p {
  font-size: 1.125em;
  line-height: 1.55556em;
  color: #858585;
  margin: 0;
  word-break: break-all;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  border-top: 2px solid #F1F1F2;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic,
  #bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic,
  #bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic,
  #bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic {
    width: 7.25em;
    display: table-cell;
    position: relative;
    top: auto;
    border-left: 2px solid #F1F1F2;
    border-top: 0;
  }
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-reply-count,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-reply-count,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-reply-count,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-reply-count {
  height: 60px;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-reply-count,
  #bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-reply-count,
  #bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-reply-count,
  #bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-reply-count {
    border-bottom: 2px solid #F1F1F2;
  }
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-views-count,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-views-count,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-views-count,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-views-count {
  height: 60px;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-views-count,
  #bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-views-count,
  #bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-views-count,
  #bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-views-count {
    border-bottom: 2px solid #F1F1F2;
  }
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .statistic-info,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .statistic-info,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .statistic-info,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .statistic-info {
  position: relative;
  display: table-cell;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .statistic-info,
  #bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .statistic-info,
  #bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .statistic-info,
  #bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .statistic-info {
    display: inline-block;
    width: 100%;
  }
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .statistic-info p,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .statistic-info p,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .statistic-info p,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .statistic-info p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.11111em;
  color: #BBBDBF;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .statistic-info p .number,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .statistic-info p .number,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .statistic-info p .number,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .statistic-info p .number {
  display: block;
  color: #AB1E23;
  font-size: 1.16667em;
  line-height: 1em;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness {
  height: 30px;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p {
  font-size: 0.75em;
  line-height: 1em;
  color: #858585;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p .icon-clock,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p .icon-clock,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p .icon-clock,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p .icon-clock {
  margin-right: 3px;
}

#bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p a,
#bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p a,
#bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .bbp-topic-freshness p a,
#bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .bbp-topic-freshness p a {
  color: inherit;
}

#bbpress-forums .bbp-reply-wrapper .topic-author .bbp-reply-author,
#bbpress-forums .bbp-reply-wrapper .type-reply .bbp-reply-author {
  vertical-align: top !important;
}

#bbpress-forums .bbp-reply-wrapper .type-reply .bbp-reply-content {
  vertical-align: top !important;
}

#bbpress-forums .bbp-reply-wrapper .type-reply .bbp-reply-content p {
  margin-bottom: 10px;
}

#bbpress-forums .bbp-reply-wrapper .type-reply .bbp-reply-content .bbp-topic-permalink {
  display: none !important;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic {
  background-color: #f8f9fa;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply {
  padding-bottom: 3.375em;
  position: relative;
  table-layout: fixed;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer {
  display: inline-block;
  position: absolute;
  border-top: 1px solid #ebebec;
  left: 0;
  bottom: 0;
  width: 100%;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta {
  padding: 12px 30px 12px 10px;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta,
  #bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta {
    padding-left: 30px;
  }
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .wpulike,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .wpulike {
  display: inline-block;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-reply-post-date,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-reply-post-date {
  color: #858585;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  width: 80%;
  text-align: left;
}

@media (min-width: 768px) {
  #bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-reply-post-date,
  #bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-reply-post-date {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-reply-post-date .icon-clock,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-reply-post-date .icon-clock {
  color: #AB1E23;
  font-size: 12px;
  margin-right: 8px;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links {
  position: relative;
  margin: 0 40px;
  color: transparent;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-edit-link,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-edit-link {
  display: none;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link {
  color: transparent;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link:before {
  font-family: "icomoon";
  content: "\e914";
  position: absolute;
  top: 0;
  left: 0;
  color: #adadad;
  font-size: 25px;
  transition: color 0.2s linear;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link:hover:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link:hover:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-topic-reply-link:hover:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links .bbp-reply-to-link:hover:before {
  color: #AB1E23;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child {
  float: right;
  margin: 0;
}

#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child .bbp-topic-reply-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .topic .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child .bbp-reply-to-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child .bbp-topic-reply-link:before,
#bbpress-forums .bbp-reply-wrapper .type-reply-item .reply .bbp-reply-footer .bbp-meta .bbp-admin-links:last-child .bbp-reply-to-link:before {
  content: "\e915";
}

#bbpress-forums .bbp-login-form {
  background-color: #FFFFFF;
}

#bbpress-forums .bbp-login-form .bbp-form {
  padding: 0;
  margin: 0;
  border: 0;
}

#bbpress-forums .bbp-login-form .bbp-form legend {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.875em;
  line-height: 1em;
  background-color: #376193;
  color: #FFFFFF;
  padding: 0.6em 1em;
  margin: 0;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body {
  padding: 1.875em;
  display: inline-block;
  width: 100%;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar {
  float: left;
  width: 66px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar {
  width: 36px;
  position: relative;
  text-align: center;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar .error {
  color: #EA0001;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  position: absolute;
  top: calc(100% + 10px);
  left: -30px;
  width: 100px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar #avatar-preview {
  position: relative;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar #avatar-preview .default-review {
  background-color: #aeaeae;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar #avatar-preview .default-review .icon-noimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar #avatar-preview .image-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar #avatar-preview .image-preview img {
  width: 100%;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar .desc {
  color: #818181;
  font-size: 12px;
  line-height: 14px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar button {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  background-color: #aeaeae;
  border: 0;
  display: inline-block;
  padding: 2px 0;
  width: 100%;
  transition: background-color 0.2s linear;
  margin: 5px 0 0 0;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-column-avatar .bbp-avatar button:hover {
  background-color: #808080;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-form-fields-wrapper {
  float: right;
  width: calc(100% - 66px);
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-remember-me,
#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-agree-with-terms {
  float: left;
  clear: left;
  overflow: hidden;
  position: relative;
  width: calc(100% - 120px);
  margin-top: 17px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-submit-wrapper {
  margin-top: 15px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .info {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .info a {
  color: #858585;
  text-decoration: underline;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .info a.link-register {
  float: left;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .info a.link-forget-password {
  float: right;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .info a:hover {
  text-decoration: none;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-agree-with-terms label {
  font-size: 16px;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-agree-with-terms label a {
  color: inherit;
}

#bbpress-forums .bbp-login-form .bbp-form .bbp-form-body .bbp-agree-with-terms .error {
  display: block;
  color: #EA0001;
  font-size: 14px;
  font-style: normal;
}

#bbpress-recent-topics .filter-params li {
  border-top: 2px solid #F1F1F2;
  padding: 10px 0;
  margin: 0;
}

#bbpress-recent-topics .filter-params li:first-child {
  border-top: 0;
}

#bbpress-recent-topics .filter-params li a {
  padding-left: 0;
}

.bbp-pagination .bbp-pagination-count {
  display: none;
}

.page-template-page-forum-register .link-register {
  display: none;
}

.page-template-page-forum-register .info {
  text-align: center;
  padding: 30px 0 20px 0 !important;
}

.page-template-page-forum-register .info .link-register {
  display: none;
}

.page-template-page-forum-register .info .link-forget-password {
  float: none !important;
  display: inline-block;
}

#new-post {
  display: table;
  background-color: #FFFFFF;
  width: 100%;
}

#new-post .bbp-topic-author {
  width: 5em;
  display: table-cell;
  vertical-align: top;
}

#new-post .bbp-form {
  display: table-cell;
  vertical-align: top;
  padding: 0.9375em;
  border: 0;
  margin: 0;
}

#new-post .bbp-form .quicktags-toolbar {
  display: none;
}

#new-post .bbp-form legend {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #858585;
}

#new-post .bbp-form .bbp-the-content-wrapper {
  margin-bottom: 30px;
}

#new-post .bbp-form .bbp-the-content-wrapper textarea {
  width: 100%;
  height: 110px;
  background-color: #ebebec;
  border: 0;
  resize: none;
  padding: 15px;
}

#new-post .bbp-form .bbp-topic_tags {
  width: 400px;
  max-width: 100%;
  margin-bottom: 20px;
}

#new-post .bbp-form .bbp-submit-wrapper {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

#new-post .bbp-form .bbp-submit-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  width: calc(100% + 110px);
  height: 1px;
  background-color: #ebebec;
}

#new-post .bbp-form .bbp-submit-wrapper > p {
  float: left;
  margin: 5px 0 0 0;
}

#new-post .bbp-form .bbp-submit-wrapper > p label {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #858585;
  padding-left: 22px;
  cursor: pointer;
  margin: 0;
}

#new-post .bbp-form .bbp-submit-wrapper > p label:before {
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #F1F1F2;
  position: absolute;
  top: 6px;
  left: 0;
}

#new-post .bbp-form .bbp-submit-wrapper > p label:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #AB1E23;
  opacity: 0;
}

#new-post .bbp-form .bbp-submit-wrapper > p input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

#new-post .bbp-form .bbp-submit-wrapper > p input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#new-post .bbp-form .bbp-submit-wrapper button.submit {
  float: right;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #AB1E23;
  padding: 6px 24px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.2s ease-in-out;
}

#new-post .bbp-form .bbp-submit-wrapper button.submit:hover, #new-post .bbp-form .bbp-submit-wrapper button.submit:focus {
  background-color: #376193;
}

#bbp-user-wrapper .bbp-user-details-inside {
  background-color: #FFFFFF;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-avatar {
  text-align: center;
  padding: 1.875em 1.25em 0.9375em 1.25em;
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-avatar .vcard {
  display: inline-block;
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-avatar .vcard a {
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-navigation ul li {
  border-top: 1px solid #f0f0f1;
  padding: 5px 20px;
}

#bbp-user-wrapper .bbp-user-details-inside #bbp-user-navigation ul li a {
  font-size: 1.5em;
  line-height: 1.16667em;
  color: #376193;
}

#bbp-user-wrapper .bbp-user-body-inside {
  background-color: #FFFFFF;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  padding: 2.5em 1.875em;
}

#bbp-user-wrapper .bbp-user-body-inside .entry-title {
  color: #376193;
  font-size: 1.875em;
  line-height: 1.2em;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 10px 0;
}

#bbp-user-wrapper .bbp-user-body-inside .entry-title:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #376193;
}

#bbp-user-wrapper .bbp-user-body-inside .description {
  color: #babcbe;
}

#bbp-user-wrapper .bbp-user-body-inside .submit {
  text-align: center;
}

#bbp-user-wrapper .bbp-user-body-inside .submit button.submit {
  margin: 1.5625em 0 0 0;
  display: inline-block;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #AB1E23;
  padding: 6px 24px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.2s ease-in-out;
}

#bbp-user-wrapper .bbp-user-body-inside .submit button.submit:hover, #bbp-user-wrapper .bbp-user-body-inside .submit button.submit:focus {
  background-color: #376193;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 4.125em;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form legend {
  color: #818181;
  text-transform: uppercase;
  font-size: 1.125em;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form .button {
  color: #FFFFFF;
  background-color: #818181;
  font-size: 17px;
  line-height: 20px;
  border: 0;
  padding: 5px 10px;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form .edit-attachment {
  color: #babcbe;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 20px;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form .description {
  color: #858585;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

#bbp-user-wrapper .bbp-user-body-inside .bbp-extra-fields .bbp-form .description code {
  color: inherit;
}

.forum-banner {
  margin-bottom: 0;
}

.forum-breadcrumb-wrapper {
  background-color: #FFFFFF;
  margin-bottom: 1.875em;
  position: relative;
  z-index: 10;
}

.forum-breadcrumb-wrapper #site-breadcrumb {
  margin-top: 17px;
}

.forum-breadcrumb-wrapper #user-info-quick-access {
  float: right;
  text-align: right;
  padding: 19px 0;
}

.forum-breadcrumb-wrapper #user-info-quick-access .btn-new-topic {
  float: left;
  height: 32px;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #AB1E23;
  padding: 6px 24px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}

.forum-breadcrumb-wrapper #user-info-quick-access .btn-new-topic:hover, .forum-breadcrumb-wrapper #user-info-quick-access .btn-new-topic:focus {
  background-color: #376193;
}

.forum-breadcrumb-wrapper #user-info-quick-access .link-email {
  padding: 0 20px;
  height: 32px;
  float: left;
  text-decoration: none;
}

.forum-breadcrumb-wrapper #user-info-quick-access .link-email span {
  color: #adadad;
  font-size: 20px;
  line-height: 32px;
  transition: color 0.2s linear;
}

.forum-breadcrumb-wrapper #user-info-quick-access .link-email:hover span {
  color: #AB1E23;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper {
  float: left;
  position: relative;
  height: 32px;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .profile-avatar {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .profile-avatar span {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .profile-avatar:after {
  font-family: "icomoon";
  content: "\e901";
  position: absolute;
  top: 8px;
  right: 0;
  color: #858585;
  font-size: 14px;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .user-nav {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  background-color: #D0D2D3;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .user-nav li {
  display: inline-block;
  width: 100%;
  padding: 7px 20px;
  border-bottom: 1px solid #B5B7B9;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .user-nav li:last-child {
  border-bottom: 0;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .user-nav li a {
  color: #58595B;
  text-transform: uppercase;
}

.forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper:hover .user-nav {
  display: block;
}

#footer-wrapper {
  background-color: #376193;
}

#footer-wrapper p,
#footer-wrapper a {
  font-size: 1.125em;
  color: #FFFFFF;
}

#footer-wrapper #prefooter {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media (min-width: 768px) {
  #footer-wrapper #prefooter {
    padding-top: 2.5em;
  }
}

#footer-wrapper .prefooter-column-left-wrapper {
  position: relative;
}

#footer-wrapper .prefooter-column-left-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
}

#footer-wrapper .prefooter-column-left img {
  width: 14.125em;
  margin-bottom: 1.25em;
}

#footer-wrapper .prefooter-column-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #FFFFFF;
}

#footer-wrapper .prefooter-column-left ul li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 10px;
}

#footer-wrapper .prefooter-column-left ul li span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1.125em;
}

#footer-wrapper .prefooter-column-left ul li span.icon-address {
  left: 2px;
  font-size: 1.25em;
}

#footer-wrapper .prefooter-column-left ul li p {
  margin-bottom: 0;
}

#footer-wrapper .prefooter-column-right {
  color: #FFFFFF;
}

#footer-wrapper .prefooter-column-right img {
  width: 20.625em;
}

#footer-wrapper .prefooter-column-right p:last-child strong {
  font-weight: normal;
  float: left;
  margin-top: 5px;
}

#footer-wrapper .prefooter-column-right p:last-child img {
  width: 5em;
  margin-left: 5px;
}

@media (min-width: 992px) {
  #footer-wrapper .prefooter-column-right p:last-child img {
    width: 8.75em;
    margin-left: 2.5em;
  }
}

#footer {
  padding-bottom: 1.25em;
}

@media (min-width: 768px) {
  #footer {
    padding-bottom: 2.5em;
  }
}

#footer .widget .widget-title {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 1.66667em;
  white-space: nowrap;
}

#footer .widget .desc {
  color: #FFFFFF;
  margin: 0.625em 0 0 0;
}

#footer .widget .btm-social {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#footer .widget .btm-social li {
  display: inline-block;
  margin-left: 2.5em;
}

#footer .widget .btm-social li:first-child {
  margin-left: 0;
}

#footer .widget .btm-social li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.625em;
  transition: color 0.2s ease-in-out;
}

@media (min-width: 576px) {
  #footer .widget .btm-social li a {
    font-size: 3.125em;
  }
}

#footer .widget .btm-social li a:hover {
  color: #AB1E23;
}

#footer .widget .social {
  float: right;
  margin: 1.25em 0 0 0;
  text-transform: uppercase;
  font-size: 0.875em;
}

@media (min-width: 576px) {
  #footer .widget .social {
    font-size: 1.125em;
  }
}

#footer .widget .social a {
  margin-left: 0.625em;
  text-decoration: none;
}

#footer .widget .social a:hover {
  color: #AB1E23;
}

#footer .widget .menu-footer-menu-container {
  float: left;
}

@media (min-width: 576px) {
  #footer .widget .menu-footer-menu-container {
    float: none;
  }
}

#footer .widget_custom_html {
  text-align: center;
}

#footer .widget_nav_menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

#footer .widget_nav_menu .menu .menu-item {
  margin-top: 1.25em;
  display: inline-block;
}

#footer .widget_nav_menu .menu .menu-item:first-child {
  margin-top: 0;
}

#footer .widget_nav_menu .menu .menu-item a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.42857em;
  padding: 0 5px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}

#footer .widget_nav_menu .menu .menu-item a:hover {
  color: #AB1E23;
}

@media (min-width: 576px) {
  #footer .widget_nav_menu .menu .menu-item {
    display: block;
  }
  #footer .widget_nav_menu .menu .menu-item a {
    font-size: 1.125em;
    line-height: 1.66667em;
    padding: 0;
  }
}

#footer .link-follow-us-on-facebook a:after {
  font-family: "icomoon";
  content: "\e907";
  display: inline-block;
  margin-left: 5px;
}

#footer-wrapper.ponlok-chomnes-footer {
  background-color: #2f6557;
}

#footer-wrapper.ponlok-chomnes-footer .title-footer-right {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 1.125em;
  line-height: 1.5625em;
}

#footer-wrapper.ponlok-chomnes-footer .btm-social li:nth-child(3n) {
  display: none;
}

#footer-wrapper.ponlok-chomnes-footer .btm-social li a {
  transition: color 0.2s ease-in-out;
}

#footer-wrapper.ponlok-chomnes-footer .btm-social li a:hover {
  color: #2B388E;
}

#popup-covid-19-outbreak {
  width: 400px;
  max-width: 100%;
  text-align: center;
}

#popup-covid-19-outbreak .widget-title {
  font-size: 1.5em;
}

#popup-covid-19-outbreak .textwidget a {
  font-size: 1.25em;
  color: #AB1E23;
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

input:focus::-moz-placeholder {
  opacity: 0 !important;
}

input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

input:focus::-ms-input-placeholder {
  opacity: 0 !important;
}

input:focus::placeholder {
  opacity: 0 !important;
}

.form-field-text {
  margin-bottom: 10px;
  width: 100%;
}

.form-field-text label {
  color: #858585;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0 0 5px 0;
}

.form-field-text input,
.form-field-text textarea {
  width: 100%;
  border: 0;
  background-color: #F1F1F2;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 10px;
}

.form-field-text input.error,
.form-field-text textarea.error {
  border: 1px solid #EA0001;
}

.form-field-text textarea {
  padding: 10px;
}

.form-field-text .error {
  color: #EA0001;
  font-size: 14px;
  font-style: normal;
}

form .form-field-select2 {
  margin-bottom: 10px;
}

form .form-field-select2 label {
  color: #858585;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0 0 5px 0;
}

form .form-field-select2 select {
  width: 100%;
  height: 40px;
  outline: none;
}

form .form-field-select2 .select2-container--open .select2-selection .select2-selection__arrow::before {
  transform: rotate(-90deg);
}

form .form-field-select2 .select2-selection {
  outline: 0;
  height: 34px;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #000000;
  font-size: 18px;
}

form .form-field-select2 .select2-selection .select2-selection__rendered {
  color: inherit;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F1F1F2;
}

form .form-field-select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
}

form .form-field-select2 .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  right: -3px;
}

form .form-field-select2 .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-field-select2 .select2-selection .select2-selection__arrow::before {
  font-family: 'icomoon' !important;
  content: "\e901";
  position: absolute;
  top: 0;
  left: 0;
  color: #858585;
  font-size: 10px;
  line-height: 10px;
}

form .form-field-select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.form-field-required label:after {
  content: " *";
  color: #EA0001;
}

.form-submit-wrapper {
  float: right;
}

.form-submit-wrapper button {
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #AB1E23;
  padding: 6px 24px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.2s ease-in-out;
}

.form-submit-wrapper button:hover, .form-submit-wrapper button:focus {
  background-color: #376193;
}

.form-field-checkbox label {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #858585;
  padding-left: 22px;
  cursor: pointer;
}

.form-field-checkbox label:before {
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #F1F1F2;
  position: absolute;
  top: 6px;
  left: 0;
}

.form-field-checkbox label:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #AB1E23;
  opacity: 0;
}

.form-field-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.form-field-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection {
  outline: 0;
  height: 40px;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #858585;
  font-size: 17px;
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection .select2-selection__rendered {
  color: inherit;
  height: 40px;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 20px;
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection .select2-selection__arrow::before {
  font-family: 'icomoon' !important;
  content: "\e901";
  position: absolute;
  top: 0;
  left: 0;
  color: #858585;
  font-size: 10px;
  line-height: 10px;
}

#ajax-fitler-search-results-header .sort-by-wrapper .select2-selection .select2-selection__arrow b {
  display: none;
}

#policy-inventory-ajax-filter-search {
  display: inline-block;
  margin-top: 1.25em;
  height: auto;
  width: 100%;
}

@media (min-width: 576px) {
  #policy-inventory-ajax-filter-search {
    margin-top: 5em;
  }
}

@media (min-width: 1200px) {
  #policy-inventory-ajax-filter-search {
    height: 5em;
  }
}

#policy-inventory-ajax-filter-search > form {
  display: inline-block;
}

#policy-inventory-ajax-filter-search #btn-submit {
  float: left;
  margin-left: 0;
  border: 0;
  width: 100%;
  height: 40px;
  background-color: #AB1E23;
  color: #FFFFFF;
  text-align: center;
  border: 0.5px solid #FFFFFF;
  transition: background-color 0.2s ease-in-out;
}

@media (min-width: 576px) {
  #policy-inventory-ajax-filter-search #btn-submit {
    width: 40px;
    margin-left: 14px;
  }
}

#policy-inventory-ajax-filter-search #btn-submit span {
  font-size: 20px;
  line-height: 40px;
}

#policy-inventory-ajax-filter-search #btn-submit:hover {
  background-color: #376193;
}

#policy-inventory-ajax-filter-search .form-field {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  #policy-inventory-ajax-filter-search .form-field {
    width: 18.75em;
    float: left;
    margin-left: 14px;
  }
}

@media (min-width: 992px) {
  #policy-inventory-ajax-filter-search .form-field {
    width: 20.625em;
  }
}

#policy-inventory-ajax-filter-search .form-field:first-child {
  margin-left: 0;
}

#policy-inventory-ajax-filter-search .form-field input {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 10px 10px 10px 60px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  color: #858585;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  border-radius: 0;
}

#policy-inventory-ajax-filter-search .form-field input::-webkit-input-placeholder {
  color: #858585;
  opacity: 1;
}

#policy-inventory-ajax-filter-search .form-field input::-moz-placeholder {
  color: #858585;
  opacity: 1;
}

#policy-inventory-ajax-filter-search .form-field input:-ms-input-placeholder {
  color: #858585;
  opacity: 1;
}

#policy-inventory-ajax-filter-search .form-field input::-ms-input-placeholder {
  color: #858585;
  opacity: 1;
}

#policy-inventory-ajax-filter-search .form-field input::placeholder {
  color: #858585;
  opacity: 1;
}

#policy-inventory-ajax-filter-search .form-field select {
  width: 100%;
  height: 40px;
  outline: none;
}

#policy-inventory-ajax-filter-search .form-field .select2-container--open .select2-selection .select2-selection__arrow::before {
  transform: rotate(-90deg);
}

#policy-inventory-ajax-filter-search .form-field .select2-selection {
  outline: 0;
  height: 40px;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #858585;
  font-size: 18px;
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__rendered {
  color: inherit;
  height: 40px;
  line-height: 42px;
  padding-left: 60px;
  padding-right: 20px;
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  right: -3px;
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__arrow::before {
  font-family: 'icomoon' !important;
  content: "\e901";
  position: absolute;
  top: 0;
  left: 0;
  color: #858585;
  font-size: 10px;
  line-height: 10px;
}

#policy-inventory-ajax-filter-search .form-field .select2-selection .select2-selection__arrow b {
  display: none;
}

#policy-inventory-ajax-filter-search .field-keyword {
  position: relative;
}

#policy-inventory-ajax-filter-search .field-keyword::before {
  font-family: 'icomoon' !important;
  content: "\e90a";
  position: absolute;
  top: 50%;
  left: 24px;
  color: #BBBDBF;
  transform: translateY(-50%);
  font-size: 20px;
}

#policy-inventory-ajax-filter-search .field-ministry {
  position: relative;
}

#policy-inventory-ajax-filter-search .field-ministry .select2-selection__rendered::before {
  font-family: 'icomoon' !important;
  content: "\e90e";
  position: absolute;
  top: 50%;
  left: 24px;
  color: #BBBDBF;
  transform: translateY(-50%);
  font-size: 20px;
}

#policy-inventory-ajax-filter-search .field-category {
  position: relative;
}

#policy-inventory-ajax-filter-search .field-category .select2-selection__rendered:before {
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  top: 50%;
  left: 24px;
  color: #BBBDBF;
  transform: translateY(-50%);
  font-size: 20px;
}

.select2-container--open .select2-dropdown {
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top: 1px solid #BBBDBF !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom: 1px solid #BBBDBF !important;
}

.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  background: none;
  color: #858585;
  font-size: 17px;
  line-height: 36px;
  padding: 0 24px;
  transition: color 0.2s ease-in-out;
}

.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover, .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected="true"] {
  color: #376193;
}

.select2-container--open.sort-by-opened .select2-dropdown {
  padding: 5px 0;
}

#section-policy-inventory-result {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

#section-policy-inventory-result #loading-eclipse {
  display: none;
  position: absolute;
  top: 3.125em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100px;
  height: auto;
}

#ajax-fitler-search-results-header {
  height: 64px;
  width: 100%;
  position: relative;
  margin-bottom: 1.25em;
}

#ajax-fitler-search-results-header:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #376193;
  border-radius: 1px;
}

#ajax-fitler-search-results-header h4 {
  color: #858585;
  font-size: 1.0625em;
  line-height: 1.17647em;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#ajax-fitler-search-results-header h4 span {
  color: #376193;
}

#ajax-fitler-search-results-header .sort-by-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#ajax-fitler-search-results-header .sort-by-wrapper label {
  color: #858585;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.0625em;
  line-height: 1.17647em;
  margin: 0;
  display: inline-block;
}

#ajax-fitler-search-results-header .sort-by-wrapper #sort-by {
  width: 5em;
}

#ajax-fitler-search-results .no-result {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.5em;
  margin: 0;
  color: #376193;
}

#site-content .nsl-container-block {
  padding: 20px 30px;
  position: relative;
}

#site-content .nsl-container-block:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F1F1F2;
}

#site-content .nsl-container-block .nsl-container-buttons {
  padding: 0;
}

#site-content .nsl-container-block .nsl-container-buttons a {
  margin: 0 0 20px 0;
  max-width: 100%;
}

#site-content .nsl-container-block .nsl-container-buttons a .nsl-button-default {
  border-radius: 0;
}

#site-content .nsl-container-block .nsl-container-buttons a .nsl-button-default.nsl-button-facebook {
  background-color: #376193 !important;
}

#site-content .nsl-container-block .nsl-container-buttons a .nsl-button-default.nsl-button-google {
  background-color: #AB1E23 !important;
}

#site-content .nsl-container-block .nsl-container-buttons a .nsl-button-default .nsl-button-label-container {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 18px;
  line-height: 21px;
}

#site-content .nsl-container-block .nsl-container-buttons a .nsl-button-default .nsl-button-label-container b {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
}

#section-upcoming-event-registration {
  display: none;
}

.wpcf7-form .wpcf7-submit {
  width: auto;
  padding: 7px 15px;
  background-color: #AB1E23;
  color: #FFFFFF;
  text-transform: capitalize;
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 1.06em;
  line-height: 1.06em;
  float: right;
  border: 0;
  transition: background-color 0.2s linear;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #376193;
}

.wpcf7-form .wpcf7-validation-errors {
  color: #f00;
  border: 1px solid #f00;
  margin: 20px 0;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  border: 2px solid #376193;
  padding: 0.625em 1.25em;
}

.tnp-form {
  width: 100%;
  position: relative;
}

.tnp-form .tnp-email {
  width: 100%;
  border: 0;
  outline: 0;
  height: 2.5em;
  padding: 0.625em;
  border-radius: 0;
}

.tnp-form .tnp-email::-webkit-input-placeholder {
  opacity: 1;
  color: #868686;
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-size: 1.125em;
}

.tnp-form .tnp-email::-moz-placeholder {
  opacity: 1;
  color: #868686;
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-size: 1.125em;
}

.tnp-form .tnp-email:-ms-input-placeholder {
  opacity: 1;
  color: #868686;
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-size: 1.125em;
}

.tnp-form .tnp-email::-ms-input-placeholder {
  opacity: 1;
  color: #868686;
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-size: 1.125em;
}

.tnp-form .tnp-email::placeholder {
  opacity: 1;
  color: #868686;
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-size: 1.125em;
}

.tnp-form .tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.35294em;
  height: 2.35294em;
  padding: 0;
  margin: 0;
  background-color: #AB1E23;
  border: 0.23529em solid #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.0625em;
  transition: background-color 0.2s linear;
}

.tnp-form .tnp-submit:hover {
  background-color: #376193;
}

.tnp-form .ajax-loader {
  position: absolute;
  top: 20px;
}

.tnp-form .wpcf7-mail-sent-ok {
  display: none !important;
}

.item-card {
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  margin: 0 0 1.25em 0;
}

.item-card .no-image .card-body {
  padding-left: 0.625em;
}

.item-card .no-image .card-body .item-card-foot {
  position: relative;
  bottom: auto;
  left: auto;
}

@media (min-width: 992px) {
  .item-card .no-image .card-body {
    padding-left: 1.25em;
  }
}

.item-card .card-thumb {
  padding: 0.625em 0.625em 0 0.625em;
}

@media (min-width: 992px) {
  .item-card .card-thumb {
    padding: 1.25em;
  }
}

.item-card .card-thumb .card-img {
  border-radius: 0;
}

.item-card .card-body {
  padding: 0.625em;
}

@media (min-width: 992px) {
  .item-card .card-body {
    padding: 1.25em 1.25em 1.25em 0;
  }
}

.item-card .card-body .card-title {
  color: #366080;
  font-size: 1.3125em;
  line-height: 1.19048em;
  margin-bottom: 0;
}

.item-card .card-body .card-title a {
  text-decoration: none;
  color: #376193;
}

.item-card .card-body .card-title a:hover {
  color: #AB1E23;
}

.item-card .card-body .item-card-head {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #F0F0F1;
}

.item-card .card-body .item-card-head .ministry {
  text-transform: uppercase;
  color: #858585;
  font-size: 0.875em;
  line-height: 1.21429em;
  margin-bottom: 0.35714em;
  display: inline-block;
}

.item-card .card-body .item-card-head .item-card-info span {
  font-size: 0.875em;
  line-height: 1.21429em;
  color: #858585;
  position: relative;
}

.item-card .card-body .item-card-head .item-card-info .separator {
  display: inline-block;
  margin: 0 5px;
}

.item-card .card-body .item-card-head .item-card-info > span span {
  color: #AB1E23;
}

.item-card .card-body .item-card-head .item-card-info .author {
  margin-left: 0.71429em;
  padding-left: 0.71429em;
  text-transform: capitalize;
}

.item-card .card-body .item-card-head .item-card-info .author:before {
  content: " ";
  position: absolute;
  top: 7%;
  left: 0;
  background-color: #AD0A00;
  width: 1px;
  height: 86%;
}

.item-card .card-body .item-card-head .item-card-info .total-views {
  float: right;
}

.item-card .card-body .item-card-desc {
  padding: 10px 0 15px 0;
}

.item-card .card-body .item-card-desc p {
  color: #858585;
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.125em;
}

@media (min-width: 1200px) {
  .item-card .card-body .item-card-desc p {
    font-size: 1.0625em;
    line-height: 1.17647em;
  }
}

.item-card .card-body .item-card-foot {
  height: 2.625em;
  display: inline-block;
  position: relative;
  width: calc( 100% - 1.25em);
  padding: 5px 0;
}

@media (min-width: 992px) {
  .item-card .card-body .item-card-foot {
    position: absolute;
    bottom: 1.25em;
    left: 0;
    padding: 0;
  }
}

.item-card .card-body .item-card-foot .item-card-statisic {
  position: absolute;
  top: 0.5625em;
  left: 0;
  width: calc(100% - 5em);
}

.item-card .card-body .item-card-foot .item-card-statisic p {
  margin: 0 0 0 1.25em;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #858585;
  position: relative;
  padding-left: 18px;
}

.item-card .card-body .item-card-foot .item-card-statisic p:first-child {
  margin-left: 0;
}

.item-card .card-body .item-card-foot .item-card-statisic p span {
  color: #931E23;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.item-card .card-body .item-card-foot .item-card-statisic p.total-view {
  padding-left: 22px;
}

.item-card .card-body .item-card-foot .item-card-statisic p.total-view .icon-views {
  font-size: 9px;
  top: 5px;
}

.item-card .card-body .item-card-foot .read-more {
  background-color: #AB1E23;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 2.14286em;
  height: 2.14286em;
  color: #FFFFFF;
  padding: 0 0.71429em;
  float: right;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}

@media (min-width: 992px) {
  .item-card .card-body .item-card-foot .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}

.item-card .card-body .item-card-foot .read-more:hover {
  background-color: #376193;
}

.item-card.item-card-vertical {
  margin-bottom: 0;
  height: 31.25em;
}

.item-card.item-card-vertical .card-thumb {
  padding-bottom: 0.9375em;
}

.item-card.item-card-vertical .card-body {
  padding: 0 1.125em 1.125em 1.125em;
}

.item-card.item-card-vertical .card-body .item-card-info {
  border-color: #ACACAC;
}

.item-card.item-card-vertical .item-card-foot {
  left: 1.25em;
  width: calc( 100% - 2.5em);
}

.item-card.type-policy_inventory .card-body .item-card-foot {
  border-top: 1px solid #F0F0F1;
}

.wp-pagenavi {
  display: inline-block;
  font-size: 12px;
}

@media (min-width: 576px) {
  .wp-pagenavi {
    font-size: 16px;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page-numbers,
.wp-pagenavi .extend {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.3125em;
  line-height: 1.14286em;
  text-align: center;
  width: 1.33333em;
  height: 1.33333em;
  color: #FFFFFF;
  background-color: #BABCBE;
  float: left;
  margin-left: 7px;
  text-decoration: none;
  padding: 0.14286em 0;
  position: relative;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #BABCBE;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .page-numbers:hover,
.wp-pagenavi .extend:hover {
  background-color: #FFFFFF;
  color: #BABCBE;
}

.wp-pagenavi .page.extend,
.wp-pagenavi .current.extend,
.wp-pagenavi .previouspostslink.extend,
.wp-pagenavi .nextpostslink.extend,
.wp-pagenavi .page-numbers.extend,
.wp-pagenavi .extend.extend {
  background-color: transparent;
  color: #BABCBE;
  margin-left: 7px;
  margin-right: 7px;
}

@media (min-width: 576px) {
  .wp-pagenavi .page.extend,
  .wp-pagenavi .current.extend,
  .wp-pagenavi .previouspostslink.extend,
  .wp-pagenavi .nextpostslink.extend,
  .wp-pagenavi .page-numbers.extend,
  .wp-pagenavi .extend.extend {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.wp-pagenavi .page.extend + a,
.wp-pagenavi .current.extend + a,
.wp-pagenavi .previouspostslink.extend + a,
.wp-pagenavi .nextpostslink.extend + a,
.wp-pagenavi .page-numbers.extend + a,
.wp-pagenavi .extend.extend + a {
  margin-left: 0;
}

@media (min-width: 576px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .extend {
    margin-left: 1.33333em;
  }
}

.wp-pagenavi .current {
  background-color: #FFFFFF;
  color: #BABCBE;
}

.wp-pagenavi .current:first-child {
  margin-left: 0;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: none;
  border: 0;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
  color: #BABCBE;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-in-out;
}

.wp-pagenavi .previouspostslink {
  margin-left: 0;
}

.hp-section {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media (min-width: 576px) {
  .hp-section {
    padding-top: 2.5em;
  }
}

.hp-section.bg-white .item-card {
  background-color: #F1F1F2;
}

.hp-section .owl-carousel {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

@media (min-width: 576px) {
  .hp-section .owl-carousel {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.hp-section .owl-carousel .owl-stage-outer {
  padding: 1px;
}

.hp-section .item-card .floating-event-date {
  display: none;
}

.hp-section .item-card .card-body .item-card-head {
  border-bottom: 1px solid #ABABAB;
}

.hp-section .item-card .card-body .item-card-desc p {
  font-size: 1.125em;
  line-height: 1.22222em;
}

.hp-section .item-card .card-body .item-card-foot .item-card-statisic p span {
  top: 2px;
}

.hp-section .item-card .card-body .item-card-foot .item-card-statisic p.total-view .icon-views {
  top: 3px;
}

.section-title {
  font-size: 1.875em;
  line-height: 1.2em;
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 2px solid #376193;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.25em;
    line-height: 1.19444em;
  }
}

.section-title a, .section-title span {
  background-color: #376193;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0.36111em 1.38889em 0.25em 1.38889em;
}

.section-title a:hover, .section-title span:hover {
  color: inherit;
}

.section-title.title-red {
  border-color: #AB1E23;
}

.section-title.title-red a, .section-title.title-red span {
  background-color: #AB1E23;
}

#section-quick-hp-navigation {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  #section-quick-hp-navigation {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

@media (min-width: 768px) {
  #section-quick-hp-navigation {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

#section-quick-hp-navigation .sec-col {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
}

@media (min-width: 576px) {
  #section-quick-hp-navigation .sec-col {
    width: 17.1875em;
    margin-bottom: 0;
  }
}

#section-quick-hp-navigation .sec-col img {
  max-height: 6.25em;
  width: auto;
}

#section-quick-hp-navigation .sec-col h3 {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #FFFFFF;
  background-color: #376193;
  margin: 0.66667em 0 0.5em 0;
  padding: 2px 0;
  text-transform: uppercase;
}

#section-quick-hp-navigation .sec-col p {
  font-size: 1.125em;
  line-height: 1.22222em;
  color: #858585;
  margin: 0;
}

#section-quick-hp-navigation .sec-col a {
  color: inherit;
  text-decoration: none;
}

#section-hp-latest-publications .item-card .card-body .item-card-foot .read-more {
  background-color: #376193;
}

#section-hp-latest-publications .item-card .card-body .item-card-foot .read-more:hover {
  background-color: #AB1E23;
}

.policy-inventory-detail .published-date {
  color: #B5B7B9;
  margin: 0 0 5px 0;
}

.event-desc {
  font-size: 1.25em;
  line-height: 1.75em;
}

.section-event {
  display: inline-block;
  padding: 1.25em;
  margin-bottom: 1.875em;
  width: 100%;
  font-size: 12px;
}

@media (min-width: 768px) {
  .section-event {
    font-size: 16px;
  }
}

.section-event h2 {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 3em;
  line-height: 1.16667em;
  background-color: #376193;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.625em;
  padding: 0.20833em 0.5em 0.14583em;
}

.section-event h2 a {
  color: inherit;
}

.section-event .link-view-more {
  margin-bottom: 0;
}

.floating-event-date {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  background-color: #376193;
  z-index: 10;
  width: 5em;
  text-align: center;
  font-size: 13px;
}

@media (min-width: 768px) {
  .floating-event-date {
    font-size: 16px;
  }
}

.floating-event-date span {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
}

.floating-event-date .day {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2.25em;
  line-height: 1em;
  margin-top: 5px;
}

.floating-event-date .month {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 5px;
}

.floating-event-date .year {
  font-size: 0.875em;
  line-height: 1.42857em;
  padding: 3px 0 5px;
  border-top: 1px solid #FFFFFF;
}

.upcoming-event-date {
  background-color: #376193;
  width: 5em;
  text-align: center;
}

.upcoming-event-date span {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
}

.upcoming-event-date .day {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2.25em;
  line-height: 1em;
  margin-top: 5px;
}

.upcoming-event-date .month {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 5px;
}

.upcoming-event-date .year {
  font-size: 0.875em;
  line-height: 1.42857em;
  padding: 3px 0 5px;
  border-top: 1px solid #FFFFFF;
}

.upcoming-event-card,
.upcoming-event-card-detail {
  background-color: #F2F2F2;
  padding: 0.3125em;
  border-radius: 3px;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .upcoming-event-card,
  .upcoming-event-card-detail {
    padding: 1.25em;
  }
}

.upcoming-event-card .event-card-head,
.upcoming-event-card-detail .event-card-head {
  position: relative;
}

.upcoming-event-card .event-card-head img,
.upcoming-event-card-detail .event-card-head img {
  width: 100%;
}

.upcoming-event-card .event-card-count-down,
.upcoming-event-card-detail .event-card-count-down {
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

.upcoming-event-card .event-card-count-down .count-down-time,
.upcoming-event-card-detail .event-card-count-down .count-down-time {
  background-color: #376193;
  display: inline-block;
  padding: 0.4375em 1.875em;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  font-size: 5px;
}

@media (min-width: 576px) {
  .upcoming-event-card .event-card-count-down .count-down-time,
  .upcoming-event-card-detail .event-card-count-down .count-down-time {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .upcoming-event-card .event-card-count-down .count-down-time,
  .upcoming-event-card-detail .event-card-count-down .count-down-time {
    font-size: 16px;
  }
}

.upcoming-event-card .event-card-count-down .count-down-time h2,
.upcoming-event-card-detail .event-card-count-down .count-down-time h2 {
  margin: 0;
  text-transform: uppercase;
}

.upcoming-event-card .event-card-count-down .count-down-time ul,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li {
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 1.22222em;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li.starting-text,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li.starting-text {
  text-transform: none;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li .counter,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li .counter {
  margin: 0 1.38889em;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li .counter li,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li .counter li {
  padding: 0 1.11111em;
  position: relative;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li .counter li:before,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li .counter li:before {
  content: ":";
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2em;
  position: absolute;
  top: 7px;
  left: -5px;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li .counter li:first-child:before,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li .counter li:first-child:before {
  display: none;
}

.upcoming-event-card .event-card-count-down .count-down-time ul li .counter li .num,
.upcoming-event-card-detail .event-card-count-down .count-down-time ul li .counter li .num {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2em;
  line-height: 1em;
  display: block;
}

.upcoming-event-card .event-card-count-down .count-down-time .btn-red,
.upcoming-event-card-detail .event-card-count-down .count-down-time .btn-red {
  font-size: 18px;
  padding: 4px 11px 2px;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
}

.upcoming-event-card .event-card-count-down .count-down-time .btn-red:hover,
.upcoming-event-card-detail .event-card-count-down .count-down-time .btn-red:hover {
  background-color: #FFFFFF;
  color: #AB1E23;
}

.upcoming-event-card .event-card-body .title,
.upcoming-event-card-detail .event-card-body .title {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2em;
  line-height: 1em;
  color: #376193;
  margin-top: 0.55556em;
  display: inline-block;
  width: 100%;
}

.upcoming-event-card .event-card-body .event-info,
.upcoming-event-card-detail .event-card-body .event-info {
  padding: 15px 0 7px 0;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 1em;
}

.upcoming-event-card .event-card-body .event-info ul,
.upcoming-event-card-detail .event-card-body .event-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.upcoming-event-card .event-card-body .event-info ul li,
.upcoming-event-card-detail .event-card-body .event-info ul li {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1em;
  line-height: 1em;
  color: #808080;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .upcoming-event-card .event-card-body .event-info ul li,
  .upcoming-event-card-detail .event-card-body .event-info ul li {
    font-size: 1.3125em;
  }
}

.upcoming-event-card .event-card-body .event-info ul li strong,
.upcoming-event-card-detail .event-card-body .event-info ul li strong {
  font-weight: normal;
  color: #AB1E23;
}

.upcoming-event-card .event-card-body .event-info ul li:after,
.upcoming-event-card-detail .event-card-body .event-info ul li:after {
  content: "|";
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  margin: 0 5px;
}

.upcoming-event-card .event-card-body .event-info ul li:last-child:after,
.upcoming-event-card-detail .event-card-body .event-info ul li:last-child:after {
  display: none;
}

.upcoming-event-card .event-card-body p,
.upcoming-event-card-detail .event-card-body p {
  color: #808080;
}

.upcoming-event-card-detail {
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.latest-event-detail {
  background-color: transparent;
}

.latest-event-detail .event-card-body .title {
  margin-top: 0;
}

.latest-event-detail .event-card-body .event-info {
  border-bottom: 0;
}

.latest-event-detail .event-card-body .event-info ul li:last-child:before {
  display: none;
}

#section-latest-events {
  display: inline-block;
  width: 100%;
}

.latest-events-carousel {
  display: block;
}

.latest-events-carousel .floating-event-date {
  margin: 0.625em 0.625em 0 0;
}

.latest-events-carousel .item-card .card-body .item-card-foot .read-more {
  background-color: #376193;
}

#section-hp-latest-events .item-card .card-body .item-card-info .icon-clock,
#section-hp-latest-events .item-card .card-body .item-card-info .icon-address {
  display: none;
}

.events-list {
  padding-bottom: 1.875em;
}

.events-list .item-card {
  margin-bottom: 20px;
}

.events-list .item-card .floating-event-date {
  top: 1.875em;
  right: 1.875em;
}

.events-detail .section-guests {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 1200px) {
  .events-detail .section-guests {
    padding-left: 74px;
    padding-right: 74px;
  }
}

.events-detail .section-guests h3 {
  color: #858585;
  font-size: 2.25em;
  line-height: 1.11111em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.events-detail .section-guests .guest-box {
  background-color: #F2F2F2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.events-detail .section-guests .guest-box .thumb img {
  width: 100%;
}

.events-detail .section-guests .guest-box .info {
  padding: 1.0625em 0.625em;
}

.events-detail .section-guests .guest-box .info .name {
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.3125em;
  line-height: 1.19048em;
  color: #376193;
}

.events-detail .section-guests .guest-box .info .position {
  color: #808080;
  font-size: 1.125em;
  line-height: 1.22222em;
  display: block;
}

.single-ppulse_events .single-detail p img {
  margin-bottom: 10px;
}

.page-template-page-publication .small-banner {
  margin-bottom: 0;
}

.section-publication.bg-white .item-card {
  background-color: #e8e8e9;
}

.section-publication.bg-white .item-card .card-body .item-card-head {
  border-color: #a3a3a3;
}

.section-publication.section-red .section-title-h3 {
  border-color: #AB1E23;
}

.section-publication.section-red .section-title-h3 a {
  background-color: #AB1E23;
}

.section-publication.section-blue .item-card .card-body .item-card-foot .read-more {
  background-color: #376193;
}

.publication-list {
  padding-bottom: 1.875em;
}

.publication-list .item-card {
  margin-bottom: 20px;
}

.contactus .wpcf7-form {
  background-color: #FFFFFF;
  padding: 0 0 30px 0;
}

.contactus .wpcf7-form .title-form-contact {
  width: 100%;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #ededee;
  text-align: left;
  padding-left: 30px;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.88em;
  text-align: left;
  color: #376193;
  text-transform: capitalize;
}

.contactus .wpcf7-form .container {
  padding: 20px 30px 0;
}

.contactus .wpcf7-form .wpcf7-response-output {
  margin: 0 auto;
  width: calc(100% - 60px);
}

.contact-info {
  background-color: #FFFFFF;
  margin-bottom: 1.25em;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.contact-info .title-contact-info {
  width: 100%;
  padding: 20px 0px 20px 0px;
  text-align: left;
  padding-left: 20px;
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  font-size: 1.88em;
  text-align: left;
  background-color: #376193;
  color: #FFFFFF;
  text-transform: capitalize;
}

.contact-info .content-contact {
  padding: 20px;
}

.contact-info .content-contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
}

.contact-info .content-contact ul li {
  display: block;
}

.contact-info .content-contact ul li span, .contact-info .content-contact ul li p {
  display: inline-block;
  vertical-align: top;
}

.contact-info .content-contact ul li span {
  font-size: 1.12em;
  color: #AB1E23;
  line-height: 1.3em;
  font-weight: bold;
}

.contact-info .content-contact ul li p {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 1.1em;
  padding-left: 20px;
  line-height: 1.35em;
}

#section-map-about {
  background-color: #FFFFFF;
  margin-bottom: 0em;
  box-shadow: 0.57px 0.57px 1.42px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 0px;
}

#section-who-we-are .single-detail p {
  line-height: 1.66667em;
  margin-bottom: 1.33333em;
}

@media only screen and (max-width: 576px) {
  .page-template-page-aboutus-php .banner-content {
    display: none;
    transform: translate(-50%, 50%);
  }
  .page-template-page-aboutus-php .banner-content h1 {
    font-size: 1.75em;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  .page-template-page-aboutus-php .banner-content h1:before {
    display: none;
  }
}

.page-template-page-cambodia-knowledge-sector {
  background: #FFF;
}

.page-template-page-cambodia-knowledge-sector .bg-light-grey {
  background: #FFF;
}

.page-color-drak-greed {
  background: #FFF;
}

.page-color-drak-greed img.logo_section {
  height: 60px;
  width: auto;
}

.page-color-drak-greed .border_logo {
  width: 100%;
  height: 1px;
  background: #2B388E;
  margin-top: 10px;
}

.page-color-drak-greed .section-title {
  width: 100%;
  border-bottom: 1px #2B388E solid;
  line-height: 1.5em;
  font-size: 2.5em;
  font-family: "AvenirNextCondensed-Bold", "KhmerOSSiemreap";
  margin-bottom: 20px;
  padding-top: 20px;
}

.page-color-drak-greed .section-title span {
  background: none;
  padding: 0px;
  margin: 0px;
}

.page-color-drak-greed .section-title .icon-title {
  display: inline-block;
  padding-right: 10px;
}

.page-color-drak-greed .section-title .icon-title img {
  width: 37px;
}

.page-color-drak-greed .section-title .color1 {
  color: #319697;
}

.page-color-drak-greed .section-title .color2 {
  color: #2B388E;
}

.page-color-drak-greed .container .title_info {
  color: #858585;
  font-size: 1.3125em;
  line-height: 1.375em;
}

@media (min-width: 320px) {
  .page-color-drak-greed .container .title_info {
    font-size: 1em;
    line-height: 1.25em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .container .title_info {
    font-size: 1.3125em;
    line-height: 1.375em;
  }
}

.page-color-drak-greed .section-ponlok {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok {
    width: auto;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok {
    width: 100%;
  }
}

.page-color-drak-greed .section-ponlok .block-title {
  width: 100%;
  font-size: 1.875em;
  line-height: 2.8125em;
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  background: #2f6557;
  height: 78px;
  padding-left: 100px;
  position: relative;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .block-title {
    font-size: 1.25em;
    line-height: 3.75em;
    padding-left: 70px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .block-title {
    font-size: 1.875em;
    line-height: 2.8125em;
    padding-left: 100px;
    text-align: left;
  }
}

.page-color-drak-greed .section-ponlok .block-title .icon-title {
  position: absolute;
  left: 20px;
  bottom: -40px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .block-title .icon-title {
    left: 10px;
    bottom: 14px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .block-title .icon-title {
    left: 20px;
    bottom: -44px;
  }
}

.page-color-drak-greed .section-ponlok .block-title .icon-title img {
  width: 80px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .block-title .icon-title img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .block-title .icon-title img {
    width: 80px;
  }
}

.page-color-drak-greed .section-ponlok .item-card {
  background-color: #F8F8F8;
  padding-bottom: 20px;
}

.page-color-drak-greed .section-ponlok .item-card ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 80px 0px 0px 55px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul {
    padding: 15px 0px 0px 20px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul {
    padding: 80px 0px 0px 55px;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul li {
  position: relative;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
  padding: 10px 0px 10px 45px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul li {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul li {
    font-size: 1.125em;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2f6557;
  position: absolute;
  left: 0px;
  top: 15px;
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner {
    padding-bottom: 40px;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner li {
  float: left;
  width: calc(20% - 40px);
  margin: 0px 30px 0px 10px;
  padding: 0px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li {
    width: calc(50% - 20px);
    height: 150px;
    margin: 0px 20px 0px 0px;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li {
    width: calc(20% - 10px);
    margin: 0px 10px 0px 0px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li {
    width: calc(20% - 10px);
    margin: 0px 10px 0px 00px;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner li .img_control {
  width: 100%;
  height: 115px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li .img_control {
    height: 85px;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li .img_control {
    height: 65px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li .img_control {
    height: 115px;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner li .img_control img {
  width: 45%;
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner li h3 {
  color: #2f6557;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.375em;
  width: 90%;
  margin: 0px auto;
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li h3 {
    font-size: 1em;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li h3 {
    font-size: 0.875em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li h3 {
    font-size: 1em;
  }
}

.page-color-drak-greed .section-ponlok .item-card ul.loop_partner li::before {
  display: none;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li:last-child {
    clear: both;
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li:last-child {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-ponlok .item-card ul.loop_partner li:last-child {
    margin-top: 0px;
  }
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card {
    padding-bottom: 0px;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card p {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
  padding: 60px 0px 0px 55px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card p {
    padding: 15px 15px 0px 20px;
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card p {
    padding: 60px 0px 0px 55px;
    font-size: 1.125em;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 15px 0px 0px 55px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul {
    padding: 15px 15px 0px 20px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul {
    padding: 15px 0px 0px 55px;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul li {
  position: relative;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
  padding: 10px 0px 10px 45px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul li {
    font-size: 1em;
    line-height: 1.125em;
    padding: 10px 0px 10px 25px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul li {
    font-size: 1.125em;
    line-height: 1.25em;
    padding: 10px 0px 10px 45px;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2f6557;
  position: absolute;
  left: 0px;
  top: 15px;
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 40px;
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li {
  position: relative;
  line-height: 1.25em;
  color: #858585;
  width: calc(25% - 30px);
  height: 120px;
  margin: 0px 20px 0px 10px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li {
    width: calc(50% - 20px);
    height: 140px;
    margin: 0px 10px 0px 10px;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li {
    width: calc(25% - 10px);
    height: 120px;
    margin: 0px 10px 0px 0px;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li {
    width: calc(25% - 10px);
    height: 140px;
    margin: 0px 10px 0px 0px;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h2.name {
  color: #808080;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.375em;
  width: 90%;
  margin: 0px auto;
  font-family: "AvenirNextCondensed-Bold", "KhmerOSSiemreap";
  padding-bottom: 5px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h2.name {
    font-size: 1.125em;
    line-height: 1.25em;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h2.name {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h2.name {
    font-size: 1.125em;
  }
}

.page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h3.position {
  color: #858585;
  text-align: center;
  font-size: 1em;
  line-height: 1.125em;
  margin: 0px auto;
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h3.position {
    font-size: 1em;
    line-height: 1.125em;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h3.position {
    font-size: 0.875em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li h3.position {
    font-size: 1em;
  }
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-technical_advisory_council .item-card ul.loop_partner li:last-child {
    margin-top: 0px;
  }
}

.page-color-drak-greed .section-engage_with_us .item-card {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
  padding: 60px 0px 20px 55px;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-engage_with_us .item-card {
    padding: 15px 15px 5px 20px;
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-engage_with_us .item-card {
    padding: 60px 0px 20px 55px;
    font-size: 1.125em;
  }
}

.page-color-drak-greed .section-engage_with_us .item-card p {
  padding-top: 10px;
}

.page-color-drak-greed .img-footer-ponlok {
  width: 100%;
  height: 33.8125em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 320px) {
  .page-color-drak-greed .img-footer-ponlok {
    height: 15.625em;
  }
}

@media (min-width: 576px) {
  .page-color-drak-greed .img-footer-ponlok {
    height: 21.875em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .img-footer-ponlok {
    height: 21.875em;
  }
}

@media (min-width: 992px) {
  .page-color-drak-greed .img-footer-ponlok {
    height: 33.8125em;
  }
}

.page-color-drak-greed .img-footer-ponlok img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

.page-color-drak-greed .img-footer-ponlok .pp-overlay {
  display: block;
  width: 100%;
  height: 140%;
  z-index: 1;
  position: absolute;
  background: #2B388E;
  background: linear-gradient(to right, #2B388E 0%, #2B388E 100%);
  opacity: 0.6;
}

.page-color-drak-greed .clear {
  clear: both;
}

.page-color-drak-greed .section-frequently .item-card {
  padding: 60px 0px 20px 55px;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
}

@media (min-width: 320px) {
  .page-color-drak-greed .section-frequently .item-card {
    padding: 15px 15px 15px 20px;
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-color-drak-greed .section-frequently .item-card {
    padding: 60px 0px 20px 55px;
    font-size: 1em;
  }
}

.page-color-drak-greed .section-frequently .item-card a {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #858585;
}

.page-template-page-cambodia-knowledge-sector .bg-light-grey strong {
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  color: #858585;
}

.page-template-page-cambodia-knowledge-sector .bg-light-grey a {
  font-family: "AvenirNextCondensed-Italic", "KhmerOSSiemreap";
  font-weight: bold;
  color: #858585;
}

.page-template-page-cambodia-knowledge-sector .bg-light-grey .section-faq a {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #AB1E23;
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-style: normal;
  font-weight: normal;
}

.page-template-page-cambodia-knowledge-sector .image_show {
  width: 100%;
  height: 395px;
  position: relative;
}

.page-template-page-cambodia-knowledge-sector .image_show img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

.page-template-page-cambodia-knowledge-sector .published_date_page {
  font-family: "AvenirNextCondensed-Regular", "KhmerOSSiemreap";
  font-size: 1.125em;
  line-height: 1.5625em;
  color: #B0B2B4;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-template-page-cambodia-knowledge-sector .published_date_page b {
  color: #376193;
}

.page-template-page-cambodia-knowledge-sector .single-detail h1, .page-template-page-cambodia-knowledge-sector .single-detail h2 {
  color: #319697;
}

@media (min-width: 320px) {
  .page-template-page-cambodia-knowledge-sector .single-detail h1 {
    font-size: 1.625em;
    line-height: 1.375em;
  }
}

@media (min-width: 768px) {
  .page-template-page-cambodia-knowledge-sector .single-detail h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 320px) {
  .page-template-page-cambodia-knowledge-sector .single-detail p {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-template-page-cambodia-knowledge-sector .single-detail p {
    font-size: 1.125em;
  }
}

.page-template-page-cambodia-knowledge-sector .single-detail ul {
  padding-left: 20px;
}

.page-template-page-cambodia-knowledge-sector .single-detail ul li {
  padding-left: 0px;
  list-style: disc;
  font-size: 1.125em;
}

@media (min-width: 320px) {
  .page-template-page-cambodia-knowledge-sector .single-detail ul li {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .page-template-page-cambodia-knowledge-sector .single-detail ul li {
    font-size: 1.125em;
  }
}

.page-template-page-cambodia-knowledge-sector .single-detail ul li::before {
  display: none;
}

.page-template-page-cambodia-knowledge-sector .single-detail .label_img_partner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #F8F8F8;
  text-align: center;
  position: relative;
}

@media (min-width: 320px) {
  .page-template-page-cambodia-knowledge-sector .single-detail .label_img_partner {
    margin: 0px auto;
    padding: 0px auto;
    margin-bottom: 20px;
  }
}

.page-template-page-cambodia-knowledge-sector .single-detail .label_img_partner img {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
}

body {
  background-color: #F1F1F2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lockbody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.lockbody #mobile-menu {
  opacity: 0;
}

a {
  color: #376193;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

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

.bg-light-grey {
  background-color: #F1F1F2;
}

.bg-grey {
  background-color: #F2F2F2;
}

#main-content {
  padding-top: 2.5em;
  padding-bottom: 3.125em;
}

.small-gutters {
  margin-right: -10px;
  margin-left: -10px;
}

.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: #B7B9BA;
}

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

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

.btn-red {
  background-color: #AB1E23;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.14286em;
  padding: 0.42857em 0.78571em 0.42857em;
  display: inline-block;
  transition: background-color 0.2s linear;
}

.btn-red:hover {
  color: #FFFFFF;
  background-color: #376193;
  text-decoration: none;
}

.btn-blue {
  background-color: #376193;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.14286em;
  padding: 0.57143em 0.78571em 0.42857em;
  display: inline-block;
  transition: background-color 0.2s linear;
}

.btn-blue:hover {
  color: #FFFFFF;
  background-color: #AB1E23;
  text-decoration: none;
}

.link-view-more {
  color: #808080;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.21429em;
  text-decoration: underline;
  word-spacing: -1.2px;
  float: right;
  margin-bottom: 1.42857em;
}

.link-view-more:hover {
  text-decoration: none;
}

.single-detail {
  overflow: hidden;
}

.single-detail h1 {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  font-size: 2.25em;
  line-height: 1em;
  color: #376193;
  margin: 0 0 0.69444em;
}

.single-detail blockquote {
  text-align: center;
  margin-bottom: 2.5em;
}

.single-detail blockquote p {
  font-size: 1.5em;
  line-height: 1.125em;
  margin: 0;
  color: #858585;
}

.single-detail p {
  font-size: 1.125em;
  line-height: 1.33333em;
  color: #858585;
}

.single-detail h2, .single-detail h3, .single-detail h4, .single-detail h5, .single-detail h6 {
  color: #376193;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.single-detail h2 {
  font-size: 1.5em;
  margin: 0.83333em 0;
}

.single-detail h3 {
  font-size: 1.25em;
  margin: 1em 0;
}

.single-detail h4 {
  font-size: 1.125em;
  margin: 1.11111em 0;
}

.single-detail h5 {
  font-size: 0.875em;
  margin: 1.42857em 0;
}

.single-detail h6 {
  font-size: 0.75em;
  margin: 1.66667em 0;
}

.single-detail ul {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}

.single-detail ul li {
  margin: 0 0 3px 0;
  padding: 0 0 0 35px;
  color: #858585;
  position: relative;
}

.single-detail ul li:before {
  font-family: 'icomoon';
  content: "\e91b";
  position: absolute;
  top: 4px;
  left: 0;
  color: #AB1E23;
  font-size: 12px;
  line-height: 1em;
}

.single-detail ol {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  counter-reset: ol-counter;
}

.single-detail ol li {
  margin: 0 0 3px 0;
  padding: 0 0 0 35px;
  color: #858585;
  position: relative;
  counter-increment: ol-counter;
}

.single-detail ol li:before {
  content: counter(ol-counter) ". ";
  font-family: "AvenirNextCondensed-Medium", "KhmerOSSiemreap";
  position: absolute;
  top: 3px;
  left: 0;
  color: #AB1E23;
  font-size: 16px;
  line-height: 1em;
}

.single-detail .alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.single-detail .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.single-detail .single-foot {
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

.single-detail .single-foot .btn-red,
.single-detail .single-foot .event-gallery {
  float: right;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .single-detail .single-foot .btn-red,
  .single-detail .single-foot .event-gallery {
    float: none;
    margin-bottom: 0;
  }
}

.single-detail .single-foot .socials-shares {
  float: right;
  clear: right;
}

.socials-shares {
  background-color: #AB1E23;
  padding: 7px 15px 6px 10px;
  display: inline-block;
}

.socials-shares p {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
}

.socials-shares p span {
  text-transform: uppercase;
}

.socials-shares p .icon-share {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 700;
}

.socials-shares p a {
  color: #E5E6E7;
  margin-left: 5px;
}

.socials-shares p a:hover {
  color: #FFFFFF;
}

#site-breadcrumb .breadcrumbs {
  font-size: 0.9375em;
  line-height: 2em;
  color: #B5B7B9;
}

@media (min-width: 768px) {
  #site-breadcrumb .breadcrumbs {
    font-size: 1.125em;
    line-height: 2em;
    margin: 0.55556em 0;
  }
}

#site-breadcrumb .breadcrumbs span,
#site-breadcrumb .breadcrumbs a {
  color: #B5B7B9;
  text-transform: uppercase;
}

#site-breadcrumb .breadcrumbs .current-item {
  color: #376193;
  text-transform: none;
}

.section-title-h3 {
  font-size: 2.25em;
  line-height: 1em;
  color: #FFFFFF;
  margin-bottom: 0.83333em;
  border-bottom: 2px solid #376193;
}

.section-title-h3 a,
.section-title-h3 span {
  background-color: #376193;
  text-transform: uppercase;
  padding: 0.38889em 0.55556em 0.33333em;
  display: inline-block;
  color: inherit;
}

#recent-reforms-carousel .item-card {
  font-size: 13px;
  height: 20em;
  padding-top: 1.25em;
}

#recent-reforms-carousel .item-card:hover .white-cover {
  display: none;
}

#recent-reforms-carousel .item-card .white-cover {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#recent-reforms-carousel .item-card .card-body .item-card-foot {
  border-top: 1px solid #ABABAB;
}

#recent-reforms-carousel .owl-stage-outer {
  padding: 0;
}

@media (min-width: 1200px) {
  #recent-reforms-carousel .owl-stage-outer {
    padding: 3.125em 0;
  }
}

@media (min-width: 1200px) {
  #recent-reforms-carousel .owl-item.center {
    transform: scale(1.2, 1.2);
  }
}

#recent-reforms-carousel .owl-item.center .white-cover {
  display: none;
}

.carousel-item-grey .item-card {
  font-size: 13px;
  height: 32.69231em;
  background-color: #F2F2F2;
}

.carousel-item-grey .item-card:hover .white-cover {
  display: none;
}

.carousel-item-grey .item-card .white-cover {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-item-grey .item-card .card-body .item-card-head {
  border-color: #A3A3A3;
}

.carousel-item-grey .item-card .card-body .item-card-foot {
  border-top: 0;
}

@media (min-width: 1200px) {
  .carousel-item-grey .owl-stage-outer {
    padding: 3.125em 0;
  }
}

@media (min-width: 1200px) {
  .carousel-item-grey .owl-item.center {
    transform: scale(1.2, 1.2);
  }
}

.carousel-item-grey .owl-item.center .white-cover {
  display: none;
}

.section-red.section-event h2 {
  background-color: #AB1E23;
}

.section-red.section-event .section-title-h3 {
  border-color: #AB1E23;
}

.section-red.section-event .section-title-h3 span,
.section-red.section-event .section-title-h3 a {
  background-color: #AB1E23;
}

.section-red.section-event .floating-event-date {
  background-color: #AB1E23;
}

.section-red.section-event .upcoming-event-card .event-card-count-down .count-down-time {
  background-color: #AB1E23;
}

.section-red.section-event .upcoming-event-card .event-card-count-down .count-down-time .btn-red {
  background-color: #FFFFFF;
  color: #AB1E23;
}

.section-red.section-event .upcoming-event-card .event-card-count-down .count-down-time .btn-red:hover {
  background-color: #376193;
  color: #FFFFFF;
}

.section-red.section-event .btn-blue {
  background-color: #AB1E23;
}

.section-red.section-event .btn-blue:hover {
  background-color: #376193;
}

.section-red.section-event .item-card .card-body .item-card-foot .read-more {
  background-color: #AB1E23;
}

.section-red.section-event .item-card .card-body .item-card-foot .read-more:hover {
  background-color: #376193;
}

.page-color-blue .small-banner .pp-overlay {
  background: #376193;
}

.page-color-blue .item-card .item-card-foot .read-more {
  background-color: #376193;
}

.page-color-blue .item-card .item-card-foot .read-more:hover {
  background-color: #AB1E23;
}

.page-color-red .small-banner .banner-content h1 {
  background-color: #AB1E23;
}

.page-color-red .small-banner .pp-overlay {
  background: #AB1E23;
}

.page-color-red .events-list .section-title-h3 {
  border-color: #AB1E23;
}

.page-color-red .events-list .section-title-h3 span {
  background-color: #AB1E23;
}

.page-color-red .events-list .floating-event-date {
  background-color: #AB1E23;
}

.page-color-red .section-title-h3 {
  border-color: #AB1E23;
}

.page-color-red .section-title-h3 span {
  background-color: #AB1E23;
}

.page-color-red .floating-event-date {
  background-color: #AB1E23;
}

.page-color-red .upcoming-event-card-detail .event-card-count-down .count-down-time {
  background-color: #AB1E23;
}

.page-color-red .upcoming-event-card-detail .event-card-count-down .count-down-time .btn-red {
  background-color: #FFFFFF;
  color: #AB1E23;
}

.page-color-red .upcoming-event-card-detail .event-card-count-down .count-down-time .btn-red:hover {
  background-color: #376193;
  color: #FFFFFF;
}

.page-color-red .btn-blue {
  background-color: #AB1E23;
}

.page-color-red .btn-blue:hover {
  background-color: #376193;
}

.page-color-red .sb-box-upcoming-events .sb-title {
  color: #AB1E23;
}

.detail-card img {
  width: 100%;
}

.detail-card .card-info {
  display: inline-block;
  width: 100%;
  margin: 25px 0 20px;
}

.detail-card .card-info span {
  color: #b0b2b4;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.detail-card .card-info .separator {
  color: #AB1E23;
  margin: 0 5px;
}

.detail-card h2 {
  font-family: "AvenirNextCondensed-DemiBold", "KhmerOSSiemreap";
  color: #376193;
  font-size: 2.25em;
  line-height: 1em;
  margin: 0 0 20px 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

.acf-map img {
  max-width: inherit !important;
}

#events-policy-forum .tnp-form .tnp-email {
  background-color: #f2f2f2;
}

.body-khmer {
  font-size: 14px;
}

.body-khmer #section-quick-hp-navigation .sec-col h3 {
  padding-top: 12px;
  padding-bottom: 7px;
}

.body-khmer #section-quick-hp-navigation .sec-col p {
  line-height: 1.66667em;
}

.body-khmer #section-policy-inventory-filter .banner-content h2,
.body-khmer #section-banner .banner-content h2 {
  line-height: 1.6em;
}

.body-khmer #footer-wrapper p {
  line-height: 1.55556em;
}

.body-khmer #ajax-fitler-search-results-header .sort-by-wrapper #sort-by {
  width: 10em;
}

.body-khmer .item-card .card-body .card-title {
  margin-top: 7px;
}

.body-khmer .item-card .card-body .card-title a {
  line-height: 1.5;
}

.body-khmer .carousel-item-grey .item-card {
  height: auto !important;
}

.body-khmer .item-card .card-body .item-card-desc p {
  line-height: 1.6em;
}

.body-khmer .small-banner .banner-content h1 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.body-khmer .section-title-h3 a,
.body-khmer .section-title-h3 span {
  padding-top: 0.55556em;
}

.body-khmer .section-event h2 {
  padding-top: 0.41667em;
}

.body-khmer .single-detail h1 {
  padding-top: 10px;
}

.body-khmer .single-detail p {
  margin-top: 10px;
  line-height: 1.625em;
}

.body-khmer .single-detail ul li {
  line-height: 1.625em;
}

.body-khmer .banner-page-control .gray-background-title h1 {
  line-height: 1.45em;
  padding-bottom: 10px;
}

.body-khmer .banner-page-control .gray-background-title p {
  line-height: 1.4em;
}

.body-khmer.page-template-page-cambodia-knowledge-sector .single-detail p {
  line-height: 1.625em;
}

.body-khmer.page-template-page-cambodia-knowledge-sector .single-detail ul li {
  line-height: 1.625em;
}

.body-khmer.page-color-drak-greed .section-technical_advisory_council .item-card p {
  line-height: 1.625em;
}

.body-khmer.page-color-drak-greed .section-ponlok .item-card ul li {
  line-height: 1.625em;
}

.body-khmer #bbpress-forums .bbp-topic-wrapper .topic .bbp-topic-statistic .statistic-info p,
.body-khmer #bbpress-forums .bbp-topic-wrapper .reply .bbp-topic-statistic .statistic-info p,
.body-khmer #bbpress-forums .bbp-reply-wrapper .topic .bbp-topic-statistic .statistic-info p,
.body-khmer #bbpress-forums .bbp-reply-wrapper .reply .bbp-topic-statistic .statistic-info p {
  font-size: 0.75em;
  line-height: 1.5em;
}

.body-khmer .forum-breadcrumb-wrapper #user-info-quick-access .profile-avatar-wrapper .user-nav {
  width: 110px;
}

.body-khmer #bbp-user-wrapper .bbp-user-details-inside #bbp-user-navigation ul li {
  padding-top: 10px;
}

.body-khmer #bbpress-forums .bbp-login-form .bbp-form legend {
  font-size: 1.5em;
}

.body-khmer #events-policy-forum .justify-content-center h5 {
  font-size: 1.125em;
  line-height: 2em;
}

.body-khmer #events-policy-forum .justify-content-center p {
  line-height: 1.625em;
}

.body-khmer #header .main-navigation .main-menu .menu-item a {
  padding-left: 10px;
}

.body-khmer .tnp-form .tnp-submit {
  width: 4.375em;
}

.body-khmer .single-foot .socials-shares p {
  margin-top: 0;
}

.body-khmer .contactus .wpcf7-form .title-form-contact {
  line-height: 1.425em;
}

.body-khmer .upcoming-event-card .event-card-body .title,
.body-khmer .upcoming-event-card-detail .event-card-body .title {
  line-height: 1.5;
  width: 90%;
}

.body-khmer .upcoming-event-card .event-card-body p,
.body-khmer .upcoming-event-card-detail .event-card-body p {
  line-height: 1.5;
}

.body-khmer #latest-events-carousel .item-card.item-card-vertical {
  height: 540px;
}

.body-khmer .events-list .item-card.item-card-vertical {
  height: auto;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
