/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/* @end */
/* @group BUTTONS */
/* @end */
/* @group COMPONENTS */
/* @end */
body {
  background: #F9FBFC;
}

a {
  color: #D4A037;
}
a:hover {
  color: #D4A037;
  text-decoration: underline;
}

table {
  width: 100%;
}
table a {
  text-decoration: none;
}
table a:hover {
  text-decoration: none;
}
table tr td, table tr th {
  word-break: break-word;
}
table tr td {
  padding: 6px 12px !important;
}
table tr td img {
  margin-right: 6px;
}
table thead {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  border: 1px solid #e78f08;
  color: #ffffff;
}
table thead tr th {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table .sortarrow {
  position: relative;
}
table .sortarrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url('data:image/svg+xml,                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M297.4 566.6C309.9 579.1 330.2 579.1 342.7 566.6L502.7 406.6C515.2 394.1 515.2 373.8 502.7 361.3C490.2 348.8 469.9 348.8 457.4 361.3L352 466.7L352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 466.7L182.6 361.3C170.1 348.8 149.8 348.8 137.3 361.3C124.8 373.8 124.8 394.1 137.3 406.6L297.3 566.6z"/></svg>');
  mask-image: var(--svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #fff;
  vertical-align: middle;
}
table .sortarrow > img {
  display: none;
}
table.sortable thead {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  border: 1px solid #e78f08;
  color: #ffffff;
}
table.sortable thead tr th {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table.sortable thead tr th a {
  color: #ffffff;
}

@media (max-width: 991px) {
  .uk-container {
    padding: 0 16px;
  }
}

a.el-content.uk-link-text {
  color: #D4A037;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
a.el-content.uk-link-text::after {
  content: "";
  width: 27.24px;
  height: 27.24px;
  mask-image: url("../images/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #D4A037;
  display: inline-block;
  margin-left: 12px;
}
a.el-content.uk-link-text:hover {
  text-decoration: underline;
}

form {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #252434;
}
form input:not([type=checkbox]), form input:not([type=radio]), form input:not([type=submit]), form textarea, form select {
  width: 100%;
  border: 1px solid #D6E1E8;
  border-radius: 4px;
  background: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
}
form input:not([type=checkbox]):focus, form input:not([type=radio]):focus, form input:not([type=submit]):focus, form textarea:focus, form select:focus {
  background: #fff;
  box-shadow: none;
  outline: 0 none;
  border: 1px solid #D6E1E8;
}
form input:not([type=checkbox]), form input:not([type=radio]), form input:not([type=submit]), form select {
  height: 52px;
  line-height: 52px;
}
form textarea {
  padding: 8px 12px;
}
form input[type=checkbox], form input[type=radio] {
  height: auto;
  line-height: normal;
  width: auto;
  padding: 0;
  margin-right: 4px;
}
form input[type=submit], form input[type=button] {
  height: 54px;
  line-height: 54px;
  background: #D4A037;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 16px;
  letter-spacing: 0;
  border-color: #D4A037;
}
form input[type=submit]:hover, form input[type=button]:hover {
  background: #D4A037;
}
form input[type=submit]:focus, form input[type=button]:focus {
  background: #D4A037;
  box-shadow: none;
  outline: 0 none;
  border-color: #D4A037;
}
form input[type=submit] + input[type=button], form input[type=button] + input[type=button] {
  margin-top: 16px;
}
form .osm-renew-options {
  padding-left: 0;
}
form joomla-tab button[role=tab][aria-expanded=true], form joomla-tab button[role=tab][aria-selected=true] {
  background: transparent;
  box-shadow: none;
  outline: 0 none;
  border-color: #222;
  color: #252434;
}
form joomla-tab button[role=tab][aria-expanded=true]::after, form joomla-tab button[role=tab][aria-selected=true]::after {
  content: none;
}
form .btnCal {
  color: #252434;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  border: 1px solid #D6E1E8;
  border-radius: 8px;
  background: #F4F5F7;
}
form .rsform-type-freetext h5 {
  padding: 12px 20px;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
  text-transform: uppercase;
  color: #252434;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin: 20px -20px 20px;
}
form .formRequired {
  visibility: hidden;
  position: relative;
}
form .formRequired::after {
  content: "*";
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.osm-container form input[type=text].input-xlarge {
  width: 100% !important;
}

.uk-accordion .uk-accordion-title::before {
  --svg: url('data:image/svg+xml,            <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">            <path d="M18.6667 10.6667H10.6667V18.6667H8V10.6667H0V8H8V0H10.6667V8H18.6667V10.6667Z" fill="%23252434"/>            </svg>');
  background-image: var(--svg);
}
.uk-accordion .uk-open > .uk-accordion-title::before {
  --svg: url('data:image/svg+xml,                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">                <path d="M15.0851 1.88612L9.42821 7.54297L15.0851 13.1998L13.1994 15.0854L7.54259 9.42859L1.88573 15.0854L0.000115871 13.1998L5.65697 7.54297L0.000115534 1.88611L1.88573 0.000496996L7.54259 5.65735L13.1994 0.000496996L15.0851 1.88612Z" fill="%23252434"/>                </svg>');
  background-image: var(--svg);
}
.uk-accordion .uk-accordion-content {
  padding: 0 20px;
}

.tm-header .uk-logo, .tm-header-mobile .uk-logo {
  width: 237px;
}
@media (max-width: 1440px) {
  .tm-header .uk-logo, .tm-header-mobile .uk-logo {
    width: 180px;
  }
}

.tm-header .uk-navbar-container > .uk-container {
  max-width: 100%;
  padding: 39px 64px 39px 64px;
}
@media (max-width: 1700px) {
  .tm-header .uk-navbar-container > .uk-container {
    padding: 39px 16px;
  }
}
.tm-header nav.uk-navbar {
  justify-content: space-between;
}
.tm-header nav.uk-navbar .uk-navbar-nav {
  gap: 24px;
  padding: 0 28px;
  margin-right: 0;
}
@media (max-width: 1700px) {
  .tm-header nav.uk-navbar .uk-navbar-nav {
    padding: 0 12px;
    gap: 12px;
  }
}
.tm-header nav.uk-navbar .uk-navbar-nav > li > a {
  padding: 0;
}
@media (max-width: 1440px) {
  .tm-header nav.uk-navbar .uk-navbar-nav > li > a {
    font-size: 12px;
  }
}
.tm-header nav.uk-navbar .uk-navbar-nav > li > a::before {
  bottom: 12px;
}
.tm-header .uk-navbar-right .uk-navbar-nav {
  background: #252434;
  border-radius: 8px;
}
.tm-header .uk-navbar-dropdown {
  width: auto;
  border: 0 none;
  box-shadow: 0px 2px 8px 0px rgba(169, 174, 185, 0.1490196078);
}
.tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
  padding: 8px 8px 7px;
  border-bottom: 1px solid #e5e7ec;
}

.tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(169, 174, 185, 0.1490196078);
}

#tm-main.tm-main {
  padding: 0;
}

.jk-custom-login {
  background: #fff;
  border-radius: 8px;
  padding: 16px 15px;
  max-width: 393px;
  margin-left: auto;
}
.jk-custom-login .form-group {
  margin: 0 0 12px;
}
.jk-custom-login .uk-margin {
  margin: 10px 0 !important;
}
.jk-custom-login .list-unstyled {
  text-align: center;
}
.jk-custom-login input {
  font-size: 12px;
  font-weight: 500;
}
.jk-custom-login input:focus {
  box-shadow: none;
  outline: 0 none;
}
.jk-custom-login .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.jk-custom-login .form-check input[type=checkbox] {
  margin: 0;
}
.jk-custom-login button[type=submit] {
  background: #D4A037;
  height: 52px;
  padding: 0 5px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
  width: 100%;
  text-transform: inherit;
  letter-spacing: 0;
}
.jk-custom-login .uk-list {
  margin: 0;
}
.jk-custom-login .uk-list a {
  color: #0C3C57;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: inherit;
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.jk-custom-login .uk-list > li {
  padding: 0 0 8px;
  margin: 0 0 12px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.jk-custom-login .uk-list > li:last-child {
  border-bottom: 0 none;
}
.jk-custom-login .uk-list > li:last-child a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 178px;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  color: #fff;
  border-radius: 4px;
  background: #0C3C53;
}

.jk-sub-heading {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}
.jk-sub-heading.txt-yellow {
  color: #D4A037;
  margin-top: 20px;
}

.jk-header > .uk-background-width-1-1 {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .jk-header > .uk-background-width-1-1 {
    background-size: cover;
  }
}
.jk-header > .uk-background-width-1-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/divide-home.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 60px;
  background-position: top center;
}
@media (max-width: 1440px) {
  .jk-header > .uk-background-width-1-1::after {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .jk-header > .uk-background-width-1-1::after {
    height: 20px;
  }
}
@media (max-width: 550px) {
  .jk-header > .uk-background-width-1-1::after {
    height: 10px;
  }
}
.jk-header h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .jk-header h1 {
    font-size: 24px;
  }
}

.jk-whoweare .uk-container > .uk-grid {
  justify-content: space-between;
  gap: 23px;
}
@media (max-width: 991px) {
  .jk-whoweare .uk-container > .uk-grid {
    margin-left: 0;
  }
}
.jk-whoweare .uk-container > .uk-grid > div {
  width: calc(100% - 550px);
}
@media (max-width: 991px) {
  .jk-whoweare .uk-container > .uk-grid > div {
    width: 100%;
    padding-left: 0;
  }
}
.jk-whoweare .uk-container > .uk-grid > div:last-child {
  width: 527px;
  border: 1.36px solid #D6E1E8;
  background: #fff;
  border-radius: 11px;
  padding: 40px;
}
@media (max-width: 991px) {
  .jk-whoweare .uk-container > .uk-grid > div:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.jk-whoweare .jk-subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}
.jk-whoweare h2 {
  text-transform: unset;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.32px;
  max-width: 522px;
}
.jk-whoweare h3 {
  font-weight: 400;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.81px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-family: "Merriweather", sans-serif;
}
.jk-whoweare h3::after {
  content: "";
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 23px;
  display: block;
}
.jk-whoweare .up-event-item {
  border-bottom: 1px solid #D6E1E8;
}
.jk-whoweare .up-event-item > i.fa {
  display: none;
}
.jk-whoweare .up-event-item .jk-eb-date {
  color: #D4A037;
  font-size: 19px;
  letter-spacing: -0.57px;
  font-weight: 600;
}
.jk-whoweare .up-event-item .jk-eb-title, .jk-whoweare .up-event-item .jk-eb-category a, .jk-whoweare .up-event-item .eb-colorbox-map {
  color: #252434;
  font-weight: 500;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: -0.66px;
}
.jk-whoweare .up-event-item .jk-eb-title:hover, .jk-whoweare .up-event-item .jk-eb-category a:hover, .jk-whoweare .up-event-item .eb-colorbox-map:hover {
  text-decoration: underline;
  color: #D4A037;
}
.jk-whoweare .up-event-item:last-child {
  border-bottom: 1px solid #D6E1E8;
  padding: 0 0 10px;
  margin: 0;
}

.jk-mission {
  background: rgb(249, 251, 252);
}
.jk-mission > .uk-container .uk-grid {
  gap: 32px;
  margin: 0;
  align-items: flex-start;
}
.jk-mission > .uk-container .uk-grid > div {
  padding: 0;
  width: calc((100% - 32px) / 2);
}
@media (max-width: 991px) {
  .jk-mission > .uk-container .uk-grid > div {
    width: 100%;
  }
}
.jk-mission > .uk-container .uk-grid > div:first-child {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 28px;
  background: rgba(212, 160, 55, 0.08);
}
.jk-mission .jk-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.16px;
}
.jk-mission h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-transform: unset;
}
.jk-mission h3 {
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: unset;
}
.jk-mission .jk-list .el-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.jk-mission .uk-accordion {
  margin: 60px 0 0;
}

.jk-company {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.jk-company h2 {
  text-transform: none;
  color: rgb(37, 36, 52);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.jk-footer > .uk-background-norepeat {
  background-size: 100% 80px;
  background-position: bottom center;
}
.jk-footer .jk-logo img {
  width: 198px;
  object-fit: contain;
}
.jk-footer h2 {
  text-transform: unset;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.24px;
}
.jk-footer .jk-form {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.14px;
  color: #737373;
}
.jk-footer .jk-form form {
  margin: 10px 0 0;
}
.jk-footer .jk-form .formRequired {
  display: none;
}
.jk-footer .jk-form .form-label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.1px;
  text-transform: capitalize;
}
.jk-footer .jk-form input, .jk-footer .jk-form textarea {
  border: 1px solid #737373;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.1px;
  padding: 4px 15px;
  color: #252434;
}
.jk-footer .jk-form input::-webkit-input-placeholder, .jk-footer .jk-form textarea::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input::-moz-placeholder, .jk-footer .jk-form textarea::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input:-ms-input-placeholder, .jk-footer .jk-form textarea:-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input::-webkit-input-selection, .jk-footer .jk-form textarea::-webkit-input-selection {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input::-moz-selection, .jk-footer .jk-form textarea::-moz-selection {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input:-moz-selection, .jk-footer .jk-form textarea:-moz-selection {
  color: #737373;
  opacity: 1;
}
.jk-footer .jk-form input:focus, .jk-footer .jk-form textarea:focus {
  box-shadow: none;
  outline: 0 none;
  border: 1px solid #737373;
}
.jk-footer .jk-form textarea {
  padding: 8px 15px;
}
.jk-footer .jk-form button[type=submit] {
  background: #252434;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #F9FBFC;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.1px;
  padding: 8px 50px;
  text-transform: capitalize;
  line-height: 1.2;
}
.jk-footer .jk-form button[type=submit]:hover {
  opacity: 0.8;
}
.jk-footer .jk-menu h2 {
  text-transform: unset;
  color: #737373;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.12px;
}
.jk-footer .jk-menu .uk-nav-default a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #252434;
}
.jk-footer .jk-menu .uk-nav-default a:hover {
  color: #D4A037;
}
.jk-footer .jk-menu a.el-content.uk-link-text, .jk-footer .jk-menu .el-content.uk-link-text a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #252434;
}
.jk-footer .jk-menu a.el-content.uk-link-text::after, .jk-footer .jk-menu .el-content.uk-link-text a::after {
  content: none;
}
.jk-footer .jk-menu a.el-content.uk-link-text:hover, .jk-footer .jk-menu .el-content.uk-link-text a:hover {
  color: #D4A037;
}

.jk-other-page > .uk-section {
  position: relative;
  background-size: cover !important;
}
.jk-other-page > .uk-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/divide-home.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 60px;
  background-position: top center;
}
@media (max-width: 1440px) {
  .jk-other-page > .uk-section::after {
    height: 40px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .jk-other-page > .uk-section::after {
    height: 10px;
    background-size: cover;
  }
}
.jk-other-page .uk-breadcrumb {
  border: 1px solid #D6E1E8;
  background: #fff;
  display: inline-block;
  padding: 10px 28px;
  position: relative;
}
.jk-other-page .uk-breadcrumb::before, .jk-other-page .uk-breadcrumb::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #D4A037;
}
.jk-other-page .uk-breadcrumb::before {
  left: 16px;
}
.jk-other-page .uk-breadcrumb::after {
  right: 16px;
}
.jk-other-page .uk-breadcrumb > li:nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #252434;
  margin: 0 8px;
  font-weight: 500;
  font-size: 14px;
}
.jk-other-page .uk-breadcrumb a, .jk-other-page .uk-breadcrumb span {
  font-weight: 500;
  font-size: 14px;
  color: #252434;
}

.jk-title-post {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .jk-title-post {
    padding: 40px 0 10px;
  }
}
@media (max-width: 991px) {
  .jk-title-post .uk-grid {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .jk-title-post .uk-grid > * {
    padding-left: 0;
  }
}
.jk-title-post .jk-heading-title {
  margin: 0 0 6px;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Merriweather", sans-serif;
}
@media (max-width: 991px) {
  .jk-title-post .jk-heading-title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .jk-title-post .jk-heading-title {
    font-size: 22px;
  }
}
.jk-title-post .jk-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #252434;
  letter-spacing: -0.4px;
  text-align: center;
  max-width: 886px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .jk-title-post .jk-desc {
    max-width: 100%;
  }
}
.jk-title-post .jk-desc.full-w {
  max-width: 100%;
}
.jk-title-post .jk-desc.txt-gray {
  color: #737373;
}
.jk-title-post .jk-list-type .el-item {
  border-top: 1px solid #D6E1E8;
}
.jk-title-post .jk-list-type .el-item:first-child {
  padding-top: 10px;
}
.jk-title-post .jk-list-type h3 {
  color: #737373;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.jk-title-post .jk-list-type .el-meta {
  color: #737373;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.36px;
}
.jk-title-post .jk-list-type .el-content {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.jk-accordition-post {
  padding: 40px 0;
  color: #737373;
}
.jk-accordition-post .uk-accordion-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #252434;
}
.jk-accordition-post .uk-accordion-content {
  padding: 0 40px;
}
.jk-accordition-post h4 {
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin: 0 0 14px;
}
.jk-accordition-post h5 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin: 0;
  text-transform: unset;
}
.jk-accordition-post ol li, .jk-accordition-post ul li {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0 0 6px;
}
.jk-accordition-post ol li:last-child, .jk-accordition-post ul li:last-child {
  margin: 0;
}
.jk-accordition-post p, .jk-accordition-post .uk-panel {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.jk-accordition-post p small, .jk-accordition-post .uk-panel small {
  font-style: italic;
}
.jk-accordition-post p strong, .jk-accordition-post .uk-panel strong {
  color: #000;
}
.jk-accordition-post .btn {
  display: inline-block;
  color: #252434;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  border: 1px solid #D6E1E8;
  border-radius: 8px;
  background: #F4F5F7;
}
.jk-accordition-post .btn.btn1 {
  background: #D4A037;
  color: #F4F8FF;
  border-color: #D4A037;
  margin-right: 8px;
}
.jk-accordition-post .jk-list-condition .uk-card {
  background: rgba(181, 48, 31, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.jk-accordition-post .jk-list-condition .uk-card h2 {
  color: #252434;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-family: "Merriweather", sans-serif;
}
.jk-accordition-post .jk-list-condition .uk-card p {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}
.jk-accordition-post .jk-list-condition .uk-card p:last-child {
  margin: 0;
}
.jk-accordition-post .jk-list-condition > .uk-grid > div {
  align-items: flex-start;
}
.jk-accordition-post .jk-list-condition > .uk-grid > div:nth-child(2) .uk-card {
  background: rgba(205, 83, 23, 0.08);
}
.jk-accordition-post .jk-list-condition > .uk-grid > div:nth-child(3) .uk-card {
  background: rgba(212, 160, 55, 0.08);
}
.jk-accordition-post .jk-list-condition > .uk-grid > div:nth-child(4) .uk-card {
  background: rgba(143, 164, 94, 0.08);
}
.jk-accordition-post .jk-img {
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-top: 24px;
  margin-bottom: 24px;
}
.jk-accordition-post .arttable_container .arttable_title {
  display: block;
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}
.jk-accordition-post .arttable_container .arttable_table {
  width: 100%;
}
.jk-accordition-post .arttable_container input {
  max-width: 100%;
}

.jk-padding-0 {
  padding: 0;
}
.jk-padding-0 .uk-divider-icon {
  background-image: url("../images/icon-hr.svg");
  background-repeat: no-repeat;
  height: 16px;
  background-size: contain;
}

@media (min-width: 1200px) {
  .jk-conditions .uk-grid .uk-grid-margin {
    margin-top: 15px;
  }
}
.jk-conditions .uk-card {
  background: rgba(212, 160, 55, 0.08);
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 24px 32px;
}
.jk-conditions .uk-card h2 {
  color: #252434;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.04px;
  line-height: 1.2;
  margin: 0 0 6px;
}
.jk-conditions .uk-card .el-content {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04px;
}
.jk-conditions .el-link.uk-button {
  color: #D4A037;
  text-transform: unset;
  font-size: 17px;
  letter-spacing: -0.34px;
  padding: 0;
}
.jk-conditions .el-link.uk-button::after {
  content: "";
  width: 12px;
  height: 12px;
  mask-image: url("../images/solar_arrow-right-linear.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #D4A037;
  display: inline-block;
  margin-left: 3px;
  position: static;
}

.page-membership .jk-title-post .uk-container {
  background: rgba(212, 160, 55, 0.08);
  padding: 40px 56px;
  border-radius: 32px;
  max-width: 1130px;
}
@media (max-width: 1199px) {
  .page-membership .jk-title-post .uk-container {
    margin: 0 16px;
  }
}
@media (max-width: 991px) {
  .page-membership .jk-title-post .uk-container {
    padding: 40px 16px;
  }
}

#osm-plans-list-default.osm-container .btn {
  height: 62px;
  line-height: 62px;
  border: 1px solid #D6E1E8;
  border-radius: 8px;
  background: #F4F5F7;
  color: #252434;
}
#osm-plans-list-default.osm-container .btn.btn-primary {
  background: #D4A037;
  border-color: #D4A037;
  color: #F9FBFC;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.48px;
}
#osm-plans-list-default.osm-container .btn:hover {
  opacity: 0.8;
}
#osm-plans-list-default.osm-container .osm-item-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.72px;
  padding: 0 0 8px;
  margin: 0 0 16px !important;
  border-bottom: 1px solid #D6E1E8;
}
#osm-plans-list-default.osm-container .osm-item-title a {
  text-decoration: none;
  color: #D4A037;
  display: block;
}
#osm-plans-list-default.osm-container .osm-item-title a:hover {
  color: #D4A037;
  text-decoration: none;
}
#osm-plans-list-default.osm-container .osm-item-wrapper {
  border-radius: 16px;
  border: 1px solid #D6E1E8;
  padding: 16px 32px;
}
#osm-plans-list-default.osm-container .osm-item-heading-box {
  background: transparent;
  border: 0 none;
  padding: 0;
}
#osm-plans-list-default.osm-container .osm-item-description {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #737373;
  padding: 0;
  border: 0 none;
  line-height: 1.2;
}
#osm-plans-list-default.osm-container .osm-item-description p {
  margin: 0 0 16px;
}
#osm-plans-list-default.osm-container .osm-item-description p:last-child {
  margin: 0;
}
#osm-plans-list-default.osm-container .osm-item-description .osm-description-details {
  margin: 0 0 20px;
}

#osm-plan-item.osm-container {
  border-radius: 16px;
  border: 1px solid #D6E1E8;
  padding: 16px 32px;
  margin-bottom: 20px;
}
#osm-plan-item.osm-container .osm-page-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.72px;
  padding: 0 0 8px;
  margin: 0 0 16px !important;
  border-bottom: 1px solid #D6E1E8;
  color: #D4A037;
}
#osm-plan-item.osm-container .osm-item-heading-box {
  background: transparent;
  border: 0 none;
  padding: 0;
}
#osm-plan-item.osm-container .osm-item-description {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #737373;
  padding: 0;
  border: 0 none;
  line-height: 1.2;
}
#osm-plan-item.osm-container .osm-item-description p {
  margin: 0 0 16px;
}
#osm-plan-item.osm-container .osm-item-description p:last-child {
  margin: 0;
}
#osm-plan-item.osm-container .osm-item-description .osm-description-details {
  margin: 0 0 20px;
}
#osm-plan-item.osm-container .btn {
  height: 62px;
  line-height: 62px;
  border: 1px solid #D6E1E8;
  border-radius: 8px;
  background: #F4F5F7;
  color: #252434;
}
#osm-plan-item.osm-container .btn.btn-primary {
  background: #D4A037;
  border-color: #D4A037;
  color: #F9FBFC;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.48px;
}
#osm-plan-item.osm-container .btn:hover {
  opacity: 0.8;
}

#osm_login_form input:not([type=checkbox]), #osm_login_form input:not([type=submit]), #osm_login_form select, #osm_login_form textarea {
  border: 1px solid #737373;
}
#osm_login_form input:not([type=checkbox]):focus, #osm_login_form input:not([type=submit]):focus, #osm_login_form select:focus, #osm_login_form textarea:focus {
  border: 1px solid #737373;
}
#osm_login_form input[type=submit] {
  background: #D4A037;
  border-color: #D4A037;
}
#osm_login_form input[type=submit]:hover {
  background: #D4A037;
}

.page-about .jk-title-post .jk-desc {
  color: #737373;
  max-width: 1042px;
}

@media (max-width: 550px) {
  .jk-gallery > .uk-child-width-1-2 > * {
    width: 100%;
  }
}
.jk-gallery .el-item picture img {
  border-radius: 12px;
  overflow: hidden;
}
.jk-gallery .el-item .uk-position-bottom-left > .uk-panel {
  padding: 12px 20px;
}
.jk-gallery .el-item .el-title, .jk-gallery .el-item .el-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: right;
  position: relative;
  color: #F9FBFC;
}
.jk-gallery .el-item .el-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jk-gallery .el-item .el-title::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #F9FBFC;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.jk-gallery .el-item .el-content, .jk-gallery .el-item .uk-margin-medium-top {
  margin: 6px 0 0 !important;
  text-align: right;
}
.jk-gallery .el-item .el-link {
  padding-left: 0;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.jk-gallery .el-item .el-link::after {
  content: none;
}

.page-feedback .jk-title-post .jk-desc {
  color: #737373;
  max-width: 1128px;
}
.page-feedback .jk-title-post h4 {
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 24px 0 16px;
}
.page-feedback .jk-title-post .uk-list .el-item {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}

.page-resources .jk-title-post .jk-desc {
  color: #737373;
  max-width: 904px;
}
.page-resources .jk-title-post .el-image {
  margin-top: 80px;
}
.page-resources .jk-list-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.page-resources .jk-list-resources > .el-item {
  display: block;
  position: relative;
  width: calc((100% - 56px) / 3);
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  color: #252434;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.32px;
  padding: 20px 16px;
}
@media (max-width: 991px) {
  .page-resources .jk-list-resources > .el-item {
    width: 100%;
    font-size: 24px;
  }
}
.page-resources .jk-list-resources .el-image {
  display: none;
}
.page-resources .jk-list-resources .uk-text-middle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-resources .jk-list-resources .uk-text-middle::before, .page-resources .jk-list-resources .uk-text-middle::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #D4A037;
  transform: rotate(45deg);
  display: inline-block;
}
.page-resources .jk-list-resources .uk-text-middle::before {
  margin-right: 40px;
}
.page-resources .jk-list-resources .uk-text-middle::after {
  margin-left: 40px;
}

.page-list-judges .jk-title-post .jk-desc {
  color: #737373;
  max-width: 1126px;
}
.page-list-judges .arttable_container .arttable_title {
  display: block;
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}
.page-list-judges .arttable_container .arttable_table {
  width: 100%;
}
.page-list-judges .arttable_container input {
  max-width: 100%;
}

.page-judge-scores .jk-title-post .jk-desc {
  color: #737373;
  max-width: 1126px;
}
.page-judge-scores .jk-accordition-post table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #D6E1E8;
  border-left: 1px solid #D6E1E8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-judge-scores .jk-accordition-post table th, .page-judge-scores .jk-accordition-post table td {
  padding: 12px 16px;
}
.page-judge-scores .jk-accordition-post table thead {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  border: 1px solid #e78f08;
  color: #ffffff;
}
.page-judge-scores .jk-accordition-post table thead th {
  background: #737373;
  color: #F9FBFC;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.page-judge-scores .jk-accordition-post table tbody th {
  color: #252434;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.48px;
  border-bottom: 1px solid #D6E1E8;
}
.page-judge-scores .jk-accordition-post table tbody th:first-child {
  text-align: left;
}
.page-judge-scores .jk-accordition-post table tbody td {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  border-bottom: 1px solid #D6E1E8;
  text-align: center;
}
.page-judge-scores .jk-accordition-post table tbody td:first-child {
  text-align: left;
}

.page-aplication-member .osm-container .form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-aplication-member .osm-container .form .control-group {
  position: relative;
  width: 100%;
  margin: 0;
}
@media (max-width: 550px) {
  .page-aplication-member .osm-container .form .control-group {
    width: 100%;
  }
}
.page-aplication-member .osm-container .form .control-group + .control-group {
  margin-top: 0;
}
.page-aplication-member .osm-container .form .control-group.osm-message, .page-aplication-member .osm-container .form .control-group.payment_information, .page-aplication-member .osm-container .form .control-group.osm-terms-and-conditions-container {
  width: 100%;
}
.page-aplication-member .osm-container .form input[type=text].input-xlarge {
  width: 100% !important;
}
.page-aplication-member .osm-container .form .osm-heading {
  width: 100%;
  margin: 0;
}
.page-aplication-member #osm-signup-page.osm-container .osm-page-title, .page-aplication-member #osm-signup-page.osm-container h2#osm-new-user-register.osm-heading {
  color: #D4A037;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.72px;
}
.page-aplication-member #osm-signup-page.osm-container #osm_login_form, .page-aplication-member #osm-signup-page.osm-container #os_form {
  border: 1px solid #D6E1E8;
  background: #fff;
  border-radius: 16px;
  padding: 16px 32px;
  margin: 0 0 32px;
}
.page-aplication-member #osm-signup-page.osm-container #osm_login_form .osm-heading, .page-aplication-member #osm-signup-page.osm-container #os_form .osm-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.57;
  color: #252434;
}
.page-aplication-member #osm-signup-page.osm-container #osm_login_form input[type=submit] {
  max-width: 245px;
  border-color: #D4A037;
}
.page-aplication-member #osm-signup-page.osm-container #osm_login_form input[type=submit]:focus {
  border-color: #D4A037;
}
.page-aplication-member #osm-signup-page.osm-container #osm-account-information.osm-heading {
  font-size: 16px;
}

.osm-container .filters.btn-toolbar {
  margin: 0 0 24px;
}
.osm-container .filters.btn-toolbar button {
  background-color: #D4A037;
}
.osm-container .filters.btn-toolbar .filter-search {
  max-width: 423px;
  width: 100%;
}
.osm-container .filters.btn-toolbar .filter-search input[type=text] {
  height: 56px;
  line-height: 56px;
}
.osm-container table {
  border: 0 none;
  max-width: 100%;
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
.osm-container table a {
  color: #252434;
}
.osm-container table thead tr, .osm-container table tbody tr {
  border-width: 0 0 1px;
  border-color: #737373;
  background: transparent;
}
.osm-container table thead th, .osm-container table thead td, .osm-container table tbody th, .osm-container table tbody td {
  border-right: 0 none;
  border-left: 0 none;
  box-shadow: none;
  color: #252434;
  word-break: break-word;
  overflow-wrap: break-word;
}
.osm-container table thead {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  border: 1px solid #e78f08;
  color: #ffffff;
}
.osm-container table thead th, .osm-container table thead td {
  border-top: 0 none;
  color: #fff;
}
.osm-container table thead th a, .osm-container table thead td a {
  color: #fff;
}
.osm-container table tbody tr:last-child th, .osm-container table tbody tr:last-child td {
  border-bottom: 0 none;
}
.osm-container table tbody td {
  background: transparent;
}
.osm-container table tfoot .pagination .uk-pagination {
  margin-left: -10px;
}
.osm-container table tfoot .pagination li {
  padding-left: 10px;
}
.osm-container table tfoot .pagination li span, .osm-container table tfoot .pagination li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  background-image: none;
  background: #fff;
  color: #D4A037;
  border-radius: 50%;
  border: 0 none;
}
.osm-container table tfoot .pagination li span:hover, .osm-container table tfoot .pagination li a:hover {
  background-color: #D4A037;
  color: #fff;
  text-decoration: none;
}
.osm-container table tfoot .pagination li.uk-active span {
  background-color: #D4A037;
  color: #fff;
  text-decoration: none;
}

#eb-category-page-default {
  margin: 0 0 80px;
}
#eb-category-page-default #eb-events .eb-event {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #D6E1E8;
}
#eb-category-page-default #eb-events .eb-event:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#eb-category-page-default #eb-events .eb-box-heading {
  border: 0 none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  margin: 0 0 24px;
}
#eb-category-page-default #eb-events .eb-box-heading a {
  text-decoration: none;
}
#eb-category-page-default #eb-events .eb-box-heading a:hover {
  text-decoration: underline;
}
#eb-category-page-default #eb-events .eb-description {
  padding: 0;
  border: 0 none;
}
#eb-category-page-default #eb-events .eb-description .row {
  margin: 0;
  gap: 64px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #eb-category-page-default #eb-events .eb-description .row {
    gap: 32px;
  }
}
#eb-category-page-default #eb-events .eb-description .eb-description-details {
  width: 670px;
  padding: 0;
}
@media (max-width: 1199px) {
  #eb-category-page-default #eb-events .eb-description .eb-description-details {
    width: 100%;
  }
}
#eb-category-page-default #eb-events .eb-description .eb-description-details img {
  width: 100%;
  object-fit: cover;
}
#eb-category-page-default #eb-events .eb-description .eb-event-properties-table {
  width: calc(100% - 734px);
  padding: 0;
}
@media (max-width: 1199px) {
  #eb-category-page-default #eb-events .eb-description .eb-event-properties-table {
    width: 100%;
  }
}
#eb-category-page-default #eb-events .eb-taskbar .btn {
  border: 1px solid #D6E1E8;
  border-radius: 8px;
  background: #F4F5F7;
  color: #252434;
}
#eb-category-page-default #eb-events .eb-taskbar .btn:hover {
  opacity: 0.8;
}

.jk-content-form {
  padding: 20px 0 80px;
}
@media (max-width: 1199px) {
  .jk-content-form {
    padding: 20px 16px 40px;
  }
}
.jk-content-form > .uk-container {
  padding: 0;
  background: rgba(212, 160, 55, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.jk-content-form > .uk-container > .uk-grid {
  margin: 0;
}
.jk-content-form > .uk-container > .uk-grid > * {
  padding: 0;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner {
  padding: 32px 20px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .form-check-input[type=radio]:not(:checked), .jk-content-form > .uk-container > .uk-grid.jk-inner .form-check-input[type=checkbox]:not(:checked), .jk-content-form > .uk-container > .uk-grid.jk-inner textarea {
  background: #fff;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner input:not([type=checkbox]), .jk-content-form > .uk-container > .uk-grid.jk-inner input:not([type=radio]), .jk-content-form > .uk-container > .uk-grid.jk-inner input:not([type=submit]), .jk-content-form > .uk-container > .uk-grid.jk-inner select {
  height: 37px;
  line-height: 37px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner select {
  background: #fff;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner input[type=checkbox], .jk-content-form > .uk-container > .uk-grid.jk-inner input[type=radio] {
  width: 16px;
  height: 16px;
  line-height: normal;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner input[type=checkbox] + label, .jk-content-form > .uk-container > .uk-grid.jk-inner input[type=radio] + label {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .rsform-calendar-button {
  height: 37px;
  line-height: 37px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .col-form-label, .jk-content-form > .uk-container > .uk-grid.jk-inner .form-label {
  font-weight: bold;
  width: 100%;
  font-size: 20px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .rsform-submit-button {
  background: #D4A037;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .rsform-submit-button:hover {
  background: #D4A037;
  opacity: 0.8;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner p {
  margin: 0 0 8px;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner p:last-child {
  margin: 0;
}
.jk-content-form > .uk-container > .uk-grid.jk-inner .yui-calcontainer table td, .jk-content-form > .uk-container > .uk-grid.jk-inner .yui-calcontainer table th {
  white-space: nowrap;
}
.jk-content-form h4 {
  background: #D4A037;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: -0.48px;
  margin: 0;
  color: #F9FBFC;
}

.jk-judges .arttable_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #D4A037;
  margin: 0 0 24px;
  display: block;
}
.jk-judges input {
  max-width: 100%;
}

.jk-post h3 {
  color: #D4A037;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin: 0 0 14px;
}
.jk-post p, .jk-post .uk-panel {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.jk-post p small, .jk-post .uk-panel small {
  font-style: italic;
}
.jk-post p strong, .jk-post .uk-panel strong {
  color: #000;
}
.jk-post form label, .jk-post form > div {
  margin: 0 0 8px;
  display: block;
}
.jk-post form input[type=file] {
  margin: 0 0 16px;
  display: block;
}
.jk-post .jk-module > div > .uk-panel {
  margin: 0 0 32px;
}
.jk-post .jk-module > div > .uk-panel:last-child {
  margin: 0;
}

.bgm-tabs-section {
  padding: 16px 0 40px;
}
.bgm-tabs-section .el-nav {
  margin: 0;
  gap: 16px 0;
}
.bgm-tabs-section .el-nav li {
  padding: 0;
  border: 1px solid #ddd;
}
@media (max-width: 550px) {
  .bgm-tabs-section .el-nav li {
    width: 100%;
  }
}
.bgm-tabs-section .el-nav li > a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 20px 24px;
  transition: color 0.2s;
  color: #008396;
  -webkit-box-shadow: inset 0 5px 0 #ddd;
  box-shadow: inset 0 5px 0 #ddd;
}
@media (max-width: 550px) {
  .bgm-tabs-section .el-nav li > a {
    justify-content: center;
  }
}
.bgm-tabs-section .el-nav li.uk-active {
  border: none;
}
.bgm-tabs-section .el-nav li.uk-active > a {
  color: #6c6d74;
  -webkit-box-shadow: inset 0 5px 0 #008396;
  -moz-box-shadow: inset 0 5px 0 #008396;
  box-shadow: inset 0 5px 0 #008396;
  background: transparent;
}

#jevents {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #jevents {
    margin-bottom: 40px;
  }
}
#jevents .nav_bar_cell {
  background: transparent;
}
#jevents form select {
  height: 37px !important;
  line-height: 37px;
  padding: 0 32px 0 16px;
  margin: 10px 0 20px;
}

@media (max-width: 991px) {
  .jk-table-scores {
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .jk-table-scores::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 991px) {
  .jk-table-scores::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 991px) {
  .jk-table-scores::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 991px) {
  .jk-table-scores table {
    width: 800px !important;
    border-spacing: 0;
    max-width: none;
  }
}
.jk-table-scores table thead {
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  border: 1px solid #e78f08;
  color: #ffffff;
}

#osm_form_renew, #osm-members-list {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #osm_form_renew, #osm-members-list {
    margin-bottom: 40px;
  }
}