/********** Custom CSS **********/

body.eng, body.zh-hant, body.zh-hant h1, body.zh-hant .h1, body.zh-hant h2, body.zh-hant .h2, body.zh-hant h3, body.zh-hant .h3, body.zh-hant h4, body.zh-hant .h4, body.zh-hant h5, body.zh-hant .h5, body.zh-hant h6, body.zh-hant .h6 {
  font-family: "Montserrat", "Noto Sans HK", "Microsoft YaHei", sans-serif;
}

body.zh-hans, body.zh-hans h1, body.zh-hans .h1, body.zh-hans h2, body.zh-hans .h2, body.zh-hans h3, body.zh-hans .h3, body.zh-hans h4, body.zh-hans .h4, body.zh-hans h5, body.zh-hans .h5, body.zh-hans h6, body.zh-hans .h6 {
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", sans-serift;
}

body, body.eng, body.eng h1, body.eng .h1, body.eng h2, body.eng .h2, body.eng h3, body.eng .h3, body.eng h4, body.eng .h4, body.eng h5, body.eng .h5, body.eng h6, body.eng .h6 {
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", sans-serift;
}

:root {
  --primary: #A38AFF;
  --secondary: #FF8C40;
  --primary-rgb: 163,138,255;
  --primary-light: #EDE7FF;
  --secondary-light: #FFEDCC;
  --dark: #1B3E93;
  --lightgrey: #efefef;
  --bs-light: #FFEDCC;
  --bs-light-rgb: 255,237,204;
  --text: #4D4D4D;
  --bs-heading-color: #4D4D4D;
  --more-icon: #FFDF8C;
  --bs-btn-disabled-bg: #FF8C40;
  --corp-primary: #A38AFF;
  --corp-secondary: #FACB87;
  --corp-tertiary: #68A2B9;
  --corp-primary-light: #E3DCFF;
  --corp-secondary-light: #FFEDCC;
}

html, body {
  font-weight: normal;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.color-donation {
  color: red;
}

.color-corp-primary {
  color: var(--corp-primary);
}

form-control::placeholder, form-control::-webkit-input-placeholder, form-control:-moz-placeholder, form-control::-moz-placeholder, form-control:-ms-input-placeholder {
  color: var(--primary) !important;
}

html.noscroll {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary);
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.header-area {
  top: 54px;
  padding: 12px 0px;
  height: 106px !important;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  min-width: 200px;
  width: inherit;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  border-bottom: 0px solid #cfcfcf !important;
  padding-right: 20px;
  text-wrap: nowrap;
}

.header-area .main-nav .nav li.has-sub::after {
  content: '';
}

.header-area .main-nav .site {
  padding-top: 26px;
  float: left;
  font-weight: 700;
}

.header-area .main-nav .site a {
  font-size: 22px;
  color: var(--primary) !important;
}

.header-area .main-nav .nav li a {
  font-weight: inherit;
}

.sub-header {
  background-color: var(--bs-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-header.corp {
    background-color: var(--corp-primary-light);
}

.sub-header ul li a:hover, .sub-header ul li a.active {
  color: var(--text);
}

.sub-header .font-size-setting ul li.font-size-s a {
  font-size: 10px;
}

.sub-header .font-size-setting ul li.font-size-n a {
  font-size: 14px;
}

.sub-header .font-size-setting ul li.font-size-l a {
  font-size: 18px;
}

.sub-header ul li a:hover, .sub-header ul li a.active {
  border-bottom: 2px solid var(--secondary) !important;
}

.bg-theme-dark {
  background-color: var(--dark);
}

.sub-header {
  padding: 14px 0px;
}

.sub-header ul li {
  display: inline-block;
  margin-left: 5px;
}

.sub-header ul li a {
  color: var(--text);
  font-size: 14px;
  font-weight: normal;
  transition: all .3s;
}

.sub-header ul li a:hover {
  color: var(--secondary);
}

.footer {
  background-color: var(--bs-light);
  margin-top: 0px;
  text-align: left;
  padding: 50px 30px;
}

.footer.corp {
    background-color: var(--corp-primary-light);
}

.footer a {
  color: var(--primary) !important;
  font-weight: 700;
}

.footer p {
  color: var(--text);
  text-transform: none;
}

.footer hr {
  border: 3px solid var(--primary);
  opacity: 1;
  margin: 30px 0px;
}

.footer .address a {
  color: var(--text) !important;
  font-weight: 500;
}

.footer .address i {
  color: var(--secondary);
  padding-right: 10px;
}

.footer .details {
  font-weight: 700;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--dark);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: var(--text);
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*
---------------------------------------------
main-content page
---------------------------------------------
*/

/*.breadcrumb-section {
  background-color: #f9f9f9;
  border-bottom: 1px solid #fce1b6;
}*/

.breadcrumb {
  padding: 40px 0px 40px 40px !important;
  margin-bottom: 0px;
  color: #999;
}

.breadcrumb-item+.breadcrumb-item::before {
  /*content: ">";
  font-family: "Poppins";*/
  content: "⮞";
  font-family: "Noto Sans Symbols 2";
  color: var(--secondary);
  padding-top: 2px;
}

.breadcrumb a {
  color: var(--text) !important;
  opacity: 0.8;
}

.breadcrumb li {
  text-transform: uppercase;
}


section.main-content {
  background-color: white;
  /*background-image: url(../images/main-content-bg-pucker-gradient.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

section.main-content .single-item .thumb {
  position: relative;
}

section.main-content .single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

section.main-content .single-item .thumb .period {
  position: absolute;
  left: 20px;
  top: 20px;
}

section.main-content .single-item .thumb .period span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

section.main-content .single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

section.main-content .single-item .thumb .date {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

section.main-content .single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

section.main-content .single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

section.main-content .single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

section.main-content .single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

section.main-content .single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

section.main-content .single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

section.main-content .single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

section.main-content .single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

section.main-content .single-item .down-content .share ul li {
  display: inline;
}

section.main-content .single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

section.main-content .single-item .down-content .share ul li a:hover {
  color: var(--secondary);
}

section.main-content .categories {
  border-radius: 30px;
  margin-right: 24px;
  margin-bottom: 2em;
  overflow: hidden;
  transition: all 1s;
}

section.main-content .category-menu-header {
  height: 3rem;
  background-color: var(--secondary);
}

section.main-content .categories-menu {
  color: var(--primary);
  background-color: var(--secondary-light);
  padding: 1.2em 2em;
  margin: 0;
}

/*@media (max-width: 992px) {
  section.main-content .categories {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  section.main-content .categories-list {
    display: none;
  }
}*/

section.main-content .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.main-content .categories ul li {
  display: block;
}

section.main-content .categories ul li a {
  color: var(--primary);
  font-weight: 700;
  transition: all .3s;
}

section.main-content .categories ul li a:hover,
section.main-content .categories ul li a.active,
section.main-content .categories-list .categories ul li a:hover,
section.main-content .categories-list .categories ul li a.active {
  color: var(--dark);
}

section.main-content .categories ul>li {
  margin-bottom: 1em;
}


section.main-content .categories ul li>ul li {
  display: block;
  padding-left: 1em;
  margin-bottom: 0em;
}

section.main-content .categories ul li>ul li a {
  color: white;
  font-weight: 400;
  transition: all .3s;
}

section.main-content .categories-list .categories {
  color: var(--primary);
  background: none;
  border-radius: 0;
  padding: 2em;
  margin: 0px 24px;
  background-color: var(--secondary-light);
  border-bottom: 1px solid #ccc;
}

section.main-content .categories-list .categories ul li {
  margin: 0px;
}

section.main-content .categories-list .categories ul li a {
  color: var(--primary);
  padding-bottom: 0px;
}

section.main-content .categories-list .categories ul li a.active {
  border-bottom: none !important;
}

section.main-content .categories-list .categories ul li > ul {
  margin-top: 0px;
}

section.main-content .categories-list .categories ul li > ul li a {
  padding-top: 0px;
}

section.main-content .canvas {
  padding: 24px;
  /*background-color: rgba(256, 256, 256, 0.5);*/
  min-height: 400px;
}

/*section.main-content .accordions {
  padding: 0px;
  background-color: transparent;
  margin: 0px;
}

section.main-content .accordion-head {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  section.main-content .accordion-head {
    padding: 1rem;
  }
}

section.main-content .accordion-body {
  padding: 0px;
}

section.main-content .accordion-body > .content {
  padding: 20px;
}

section.main-content .accordion-head.is-open {
  color: var(--dark);
  background-color: var(--secondary);
}

section.main-content .accordions .accordion {
  border-bottom: 1px solid var(--dark);
}
*/

section.main-content .title,
.modal .title {
  color: var(--primary);
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

section.main-content h1,
.modal h1 {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

section.main-content h2,
.modal h2 {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

section.main-content h3,
.modal h3 {
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/*section.main-content .accordion h1:first-of-type {
  margin-top: 0em;
}*/

section.main-content h4,
.modal h4 {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

section.main-content p,
.modal p {
  line-height: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

section.main-content .canvas .content > h1:nth-child(1), 
section.main-content .canvas .content > h2:nth-child(1), 
section.main-content .canvas .content > h3:nth-child(1), 
section.main-content .canvas .content > p:nth-child(1), 
section.main-content .canvas .content > ul:nth-child(1), 
section.main-content .canvas .content > table:nth-child(1), 
section.main-content .title {
  margin-top: 0px;
}

section.main-content .canvas .content > h1 + h2,
section.main-content .canvas .content > h1 + h3,
section.main-content .canvas .content > h1 + h4,
section.main-content .canvas .content > h2 + h3,
section.main-content .canvas .content > h2 + h4,
section.main-content .canvas .content > h3 + h4 {
  margin-top: 0em;
}

section.main-content td {
  line-height: 1.5em;
}

section.main-content ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

section.main-content ul.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
}

section.main-content li {
  line-height: 1.5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

/*section.main-content p,
section.main-content li,
section.main-content td,
section.main-content label {
  font-weight: 400;
}*/

section.main-content ul,
section.main-content ol {
  padding-left: 2rem;
}

section.main-content ul:not(.nav) li {
  list-style-type: circle;
}

section.main-content ol:not(.nav) li {
  list-style-type: decimal;
}

/*section.main-content a {
  color: var(--primary);
  font-weight: 700;
}

section.main-content a:hover {
  color: var(--dark);
}

section.main-content a.btn,
section.main-content a.button {
  background-color: var(--lightgrey);
}

section.main-content a.btn-dark,
section.main-content a.button-dark,
section.main-content a.main-button-dark,
section.main-content .main-button-dark a,
section.main-content .main-button-dark button,
section.main-content button.main-button-dark,
section.main-content button.theme-button-dark {
  color: white;
}

section.main-content a.btn-dark:hover,
section.main-content a.button-dark:hover,
section.main-content a.main-button-dark:hover,
section.main-content .main-button-dark a:hover,
section.main-content .main-button-dark button:hover,
section.main-content button.main-button-dark:hover,
section.main-content button.theme-button-dark:hover {
  background-color: var(--primary);
  opacity: 0.9;
}
*/

/*button.theme-button {
  font-size: 13px;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

button.theme-button:hover {
  opacity: 0.9;
}

button.theme-button, button.theme-button-dark {
  color: #fff;
  background-color: var(--primary);
}

button.theme-button-light {
  color: #333;
  background-color: var(--secondary);
}

button.theme-button-light-grey {
  color: #333;
  background-color: #efefef;
}

button.theme-button-light:hover {
  opacity: 0.9;
}

button.theme-button-dark {
  color: white !important;
}*/

section.main-content form {
  margin-bottom: 1em;
}

section.main-content input, section.main-content select {
  border-radius: 15px;
  color: var(--primary);
  background-color: #fff;
  border: 4px solid var(--primary);
  outline: none;
  /*border: none;*/
  box-shadow: none;
  /*font-size: 13px;*/
  font-weight: 400;
  color: #7a7a7a;
  padding: 0.5em;
  /*margin-top: -0.1em;*/
}

/*section.main-content .form-control,
section.main-content .form-check-input,
section.main-content .form-select {
  border-color: #999;
}*/

section.main-content .table>:not(caption)>*>* {
  vertical-align: top;
}

section.main-content form label+table.table {
  margin-top: 0em;
}

section.main-content input+div.validate {
  color: red;
  margin-top: 5px;
}

section.main-content fieldset {
  margin-bottom: 30px;
}

/*section.main-content button {
  font-size: 13px;
  color: #fff;
  / *background-color: #a12c2f;* /
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.main-content button:hover {
  opacity: 0.9;
}*/

section.main-content table.table {
  margin-top: 1em;
  margin-bottom: 2em;
}

section.subscribe {
  background-color: #EDE8FF;
  background-image: none !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

section.subscribe .canvas {
  min-height: 20px !important;
}

section.subscribe h1 {
  margin-bottom: 1em;
}

section.main-content ul.pagination {
  width: 100%;
}

section.main-content ul.pagination li {
  list-style-type: none;
}

section.main-content ul.pagination li a.page-link {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  text-align: center;
  color: var(--secondary);
  background-color: var(--secondary-light);
  transition: all .3s;
  margin: 0px 15px;
}

section.main-content ul.pagination li.active a,
section.main-content ul.pagination li a:hover {
  background-color: var(--secondary);
  color: #fff;
}


/*
---------------------------------------------
Theme Section - Basics
---------------------------------------------
*/

section.theme {
  padding-top: 230px;
  padding-bottom: 110px;
}

section.theme .section-heading {
  text-align: center;
  padding-top:20px;
  padding-bottom:30px;
}

section.theme .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.theme .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.theme .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.theme .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.theme .categories ul li a:hover {
  color: #a12c2f;
}

.item-theme {
  margin-bottom: 18%;
  border-top-left-radius: 18%;
  border-top-right-radius: 18%;
  border-bottom-right-radius: 18%;
  border-bottom-left-radius: 18%;
  background-color: white;
  overflow: hidden;
  height: 100%;
}

.item-theme .thumb {
  position: relative;
}

/*.item-theme .thumb img {
  border-top-right-radius: 40px;
  border-top-left-radius: 0px;
}*/

.item-theme .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.item-theme .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.item-theme .down-content {
  /*background-color: #fff;*/
  padding: 30px;
  /*border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;*/
  text-align: center;
}

.item-theme .down-content .date {
  float: left;
  text-align: center;
  margin-right: 20px;
}

.item-theme .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.item-theme .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.item-theme .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.item-theme .down-content p {
  /*margin-left: 50px;*/
  color: #1f272b;
  font-size: 14px;
}


/*
---------------------------------------------
Item Theme
---------------------------------------------
*/

section.main-content .item-theme {
  margin-bottom: 30px;
  background-color: #efefef;
  height: 100%;
}

section.main-content .item-theme .item-service {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.main-content .item-theme .item-service {
  background-image: url(../images/service/service0.jpg);
}

section.main-content .item-theme .item-service1 {
  background-image: url(../images/service/service1.jpg);
}

section.main-content .item-theme .item-service2 {
  background-image: url(../images/service/service2.jpg);
}

section.main-content .item-theme .item-service3 {
  background-image: url(../images/service/service3.jpg);
}

section.main-content .item-theme .item-service4 {
  background-image: url(../images/service/service4.jpg);
}

section.main-content .item-theme .item-service5 {
  background-image: url(../images/service/service5.jpg);
}

section.main-content .item-theme .thumb {
  position: relative;
}

section.main-content .item-theme .thumb a img {
  opacity: 0.5;
}

section.main-content .item-theme .thumb img.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

section.main-content .item-theme .thumb .period {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px #341C1C;
  z-index: 1;
}

section.main-content .item-theme .thumb .period a {
  color: white;
}

section.main-content .item-theme .thumb .period a:hover {
  color: white;
}

section.main-content .item-theme .thumb .period span {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(200, 200, 200, 0.8);
  padding: 7px 12px;
  border-radius: 20px;
  border: 3px solid white;
}

section.main-content .item-theme .down-content {
  padding: 0px 20px;
}

section.main-content .item-theme .down-content .date {
  float: left;
  text-align: center;
  display: block;
  margin-right: 20px;
}

section.main-content .item-theme .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

section.main-content .item-theme .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

section.main-content .item-theme .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

section.main-content .item-theme .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

/*
---------------------------------------------
Item - Annual report / Newsletter
---------------------------------------------
*/

section.main-content .item {
  margin-bottom: 30px;
  height: 100%;
}

section.main-content .item img {
  border-radius: 40px;
  box-shadow: 4px 8px 6px -2px rgba(32, 32, 32, 0.4);
}

section.main-content .item .thumb {
  position: relative;
}

section.main-content .item .thumb .period {
  position: absolute;
  right: -10px;
  top: -10px;
}

section.main-content .item .thumb .period span {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(200, 200, 200, 0.8);
  padding: 7px 12px;
  border-radius: 0px 20px 20px 20px;
  border: 3px solid white;
}

section.main-content .item .down-content {
  padding: 20px 10px;
}

section.main-content .item .down-content .date {
  float: left;
  text-align: center;
  display: block;
  margin-right: 20px;
}

section.main-content .item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

section.main-content .item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

section.main-content .item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

section.main-content .item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

/*
---------------------------------------------
Donation: Non-Subvented
---------------------------------------------
*/


section.main-content .nonSubvented {
  background-color: var(--secondary-light);
}

section.main-content .nonSubvented .detail {
  padding: 30px;
  border-radius: 30px;
  color: white;
  background-color: var(--primary);
}

section.main-content .nonSubvented .detail table {
  width: 100%;
  border-collapse: collapse;
}

section.main-content .nonSubvented .detail table td {
  width: 50%;
  padding: 5px 30px;
  vertical-align: top;
}

section.main-content .nonSubvented .detail table td:first-child {
  border-right: 1px solid white;
  padding-right: 60px;
}

section.main-content .nonSubvented .detail table td:last-child {
  padding-left: 60px;
}

section.main-content.fs-s .nonSubvented .detail table tr:nth-of-type(2) td, section.main-content.fs-s .nonSubvented table tr:nth-of-type(5) td {
  font-size: 24px !important;
  font-weight: 700;
}

section.main-content.fs-n .nonSubvented .detail table tr:nth-of-type(2) td, section.main-content.fs-n .nonSubvented table tr:nth-of-type(5) td {
  font-size: 28px !important;
  font-weight: 700;
}

section.main-content.fs-l .nonSubvented .detail table tr:nth-of-type(2) td, section.main-content.fs-l .nonSubvented table tr:nth-of-type(5) td {
  font-size: 32px !important;
  font-weight: 700;
}

section.main-content .nonSubvented .detail table td hr {
  border: 2px solid white;
  opacity: 1;
}


/*
---------------------------------------------
Contact
---------------------------------------------
*/

section.main-content .contact-map {
  padding: 0;
}

section.main-content .contact-map svg {
  width: 100%;
  height: auto;
}

section.main-content .contact {
  /*border-radius: 0px 50px 50px 50px;
  border-top: 5px solid var(--secondary);
  border-left: 5px solid var(--primary);*/
  height: 100%;
  background-color: #FFF6E5;
  border-top-right-radius: 40px;
}

section.main-content .contact-category:first-of-type {
  padding-top: 0px;
}

section.main-content .contact-category::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
}

section.main-content .contact-category {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

section.main-content .contact-category.border-color-0 {
  border-bottom-color: #6D45FF;
}

section.main-content .contact-category.border-color-1 {
  border-bottom-color: #A38AFF;
}

section.main-content .contact-category.border-color-2 {
  border-bottom-color: #FF669C;
}

section.main-content .contact-category.border-color-3 {
  border-bottom-color: #FF8C40;
}

section.main-content .contact-category.border-color-4 {
  border-bottom-color: #FFC940;
}

section.main-content .contact-category.border-color-5 {
  border-bottom-color: #D0DF61;
}

section.main-content .contact .map {
  padding-left: 30px;
  padding-right: 30px;
}

section.main-content .contact.site h2 {
  text-transform: uppercase;
  border-bottom: 5px solid var(--primary);
  padding-bottom: 5px;
  padding-left: 30px;
  padding-left: 30px;
}

.contact a {
  color: var(--text);
  font-weight: normal;
}

.contact a:hover {
  color: var(--primary);
}

section.main-content h1.contact-category {
  margin-top: 2em;
}

section.main-content h1.contact-category img {
  height: 50px !important;
  padding-right: 5px;
  vertical-align: bottom;
}

section.main-content .contact .header {
  padding: 30px;
  border-top-right-radius: 40px;
  background-color: #EDE8FF;
}

section.main-content .contact .header h3 {
  color: #6D45FF;
  margin-top: 0px;
  margin-bottom: 0px;
}

section.main-content .contact .detail, section.main-content .contact .detail2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.main-content .contact .header h3 {
  font-weight: 500;
}

section.main-content .contact .detail {
  padding: 30px;
  background-color: #FFF6E5;
}

section.main-content .contact .detail > h3:nth-child(1) {
  margin-top: 0px;
}

section.main-content .contact .detail p, .footer .contact p {
  margin-top: 0px;
  margin-bottom: 3px;
  padding-left: 40px;
  position: relative;
}

section.main-content .contact .detail2 p {
  padding-left: 0px;
}

section.main-content .contact .detail p img, .footer .contact p img {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 20px;
}

section.main-content .contact .detail p.address img, .footer .contact p.address img {
  width: 30px;
}

section.main-content .contact .detail p.address {
  padding-bottom: 12px;
}

.footer .contact p.address {
  padding-bottom: 24px;
}

section.main-content .contact.site {
  background-color: transparent;
}




.page-wrap {
  margin: 0px auto;
}

.page-wrap>div {
  margin: 0 0 0px 0;
  width: 100%;
}

.group::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  display: inline-block;
}



/*
---------------------------------------------
font size
- fs-s: small
- fs-n: normal
- fs-l: large
---------------------------------------------
*/

.main-banner.fs-s .caption h2 {
  font-size: 36px !important;
}

.main-banner.fs-n .caption h2 {
  font-size: 44px !important;
}

.main-banner.fs-l .caption h2 {
  font-size: 56px !important;
}

.main-banner.fs-s .caption h6 {
  font-size: 18px !important;
}

.main-banner.fs-n .caption h6 {
  font-size: 22px !important;
}

.main-banner.fs-l .caption h6 {
  font-size: 28px !important;
}

.main-banner.fs-s .caption p {
  font-size: 14px !important;
}

.main-banner.fs-n .caption p {
  font-size: 18px !important;
}

.main-banner.fs-l .caption p {
  font-size: 22px !important;
}

section.heading-page.fs-s h2 {
  font-size: 36px !important;
}

section.heading-page.fs-n h2 {
  font-size: 44px !important;
}

section.heading-page.fs-l h2 {
  font-size: 56px !important;
}

section.heading-page.fs-s h6 {
  font-size: 20px !important;
}

section.heading-page.fs-n h6 {
  font-size: 28px !important;
}

section.heading-page.fs-l h6 {
  font-size: 36px !important;
}

section.main-content.fs-s .title,
.modal.fs-s .title {
  font-size: 30px !important;
}

section.main-content.fs-n .title,
.modal.fs-n .title {
  font-size: 34px !important;
}

section.main-content.fs-l .title,
.modal.fs-l .title {
  font-size: 38px !important;
}

section.main-content.fs-s h1,
.modal.fs-s h1 {
  font-size: 24px !important;
}

section.main-content.fs-n h1,
.modal.fs-n h1 {
  font-size: 28px !important;
}

section.main-content.fs-l h1,
.modal.fs-l h1 {
  font-size: 32px !important;
}

section.main-content.fs-s h2,
.modal.fs-s h2 {
  font-size: 20px !important;
}

section.main-content.fs-n h2,
.modal.fs-n h2 {
  font-size: 24px !important;
}

section.main-content.fs-l h2,
.modal.fs-l h2 {
  font-size: 28px !important;
}

section.main-content.fs-s h3,
.modal.fs-s h3 {
  font-size: 16px !important;
}

section.main-content.fs-n h3,
.modal.fs-n h3 {
  font-size: 20px !important;
}

section.main-content.fs-l h3,
.modal.fs-l h3 {
  font-size: 24px !important;
}

section.main-content.fs-s h4,
.modal.fs-s h4 {
  font-size: 14px !important;
}

section.main-content.fs-n h4,
.modal.fs-n h4 {
  font-size: 18px !important;
}

section.main-content.fs-l h4,
.modal.fs-l h4 {
  font-size: 22px !important;
}

.footer.fs-s p,
section.main-content.fs-s p,
section.main-content.fs-s li,
section.main-content.fs-s td,
section.main-content.fs-s th,
section.main-content.fs-s .categories ul li a,
section.main-content.fs-s .categories ul li>ul li a,
section.main-content.fs-s input,
section.main-content.fs-s select,
section.main-content.fs-s label,
section.main-content.fs-s textarea,
.modal.fs-s p,
.modal.fs-s li,
.modal.fs-s td,
.modal.fs-s th,
.modal.fs-s input,
.modal.fs-s select,
.modal.fs-s label,
.modal.main-content.fs-s textarea {
  font-size: 14px !important;
}

.footer.fs-n p,
section.main-content.fs-n p,
section.main-content.fs-n li,
section.main-content.fs-n td,
section.main-content.fs-n th,
section.main-content.fs-n .categories ul li a,
section.main-content.fs-n .categories ul li>ul li a,
section.main-content.fs-n input,
section.main-content.fs-n select,
section.main-content.fs-n label,
section.main-content.fs-n textarea,
.modal.fs-n p,
.modal.fs-n li,
.modal.fs-n td,
.modal.fs-n th,
.modal.fs-n input,
.modal.fs-n select,
.modal.fs-n label,
.modal.main-content.fs-n textarea {
  font-size: 18px !important;
}

.footer.fs-l p,
section.main-content.fs-l p,
section.main-content.fs-l li,
section.main-content.fs-l td,
section.main-content.fs-l th,
section.main-content.fs-l .categories ul li a,
section.main-content.fs-l .categories ul li>ul li a,
section.main-content.fs-l input,
section.main-content.fs-l select,
section.main-content.fs-l label,
section.main-content.fs-l textarea,
.modal.fs-l p,
.modal.fs-l li,
.modal.fs-l td,
.modal.fs-l th,
.modal.fs-l input,
.modal.fs-l select,
.modal.fs-l label,
.modal.main-content.fs-l textarea {
  font-size: 22px !important;
}

section.main-content.fs-s .btn,
section.main-content.fs-s .main-button,
section.main-content.fs-s .main-button a,
section.main-content.fs-s .main-button button,
section.main-content.fs-s button.theme-button,
.breadcrumb-section.fs-s {
  font-size: 11px !important;
}

section.main-content.fs-n .btn,
section.main-content.fs-n .main-button,
section.main-content.fs-n .main-button a,
section.main-content.fs-n .main-button button,
section.main-content.fs-n button.theme-button,
.breadcrumb-section.fs-n {
  font-size: 15px !important;
}

section.main-content.fs-l .btn,
section.main-content.fs-l .main-button,
section.main-content.fs-l .main-button a,
section.main-content.fs-l .main-button button,
section.main-content.fs-l button.theme-button,
.breadcrumb-section.fs-l {
  font-size: 19px !important;
}

section.main-content.fs-s .accordion-head,
section.main-content.fs-s .accordion-button,
section.main-content.fs-s .accordion-body h1 {
  font-size: 20px !important;
}

section.main-content.fs-n .accordion-head,
section.main-content.fs-n .accordion-button,
section.main-content.fs-n .accordion-body h1 {
  font-size: 24px !important;
}

section.main-content.fs-l .accordion-head,
section.main-content.fs-l .accordion-button,
section.main-content.fs-l .accordion-body h1 {
  font-size: 28px !important;
}

.header-area .main-nav .nav li a {
  font-size: 17px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 16px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

/*
.header-area.fs-s .main-nav .nav li a {
  font-size: 15px !important;
}

.header-area.fs-n .main-nav .nav li a {
  font-size: 16px !important;
}

.header-area.fs-l .main-nav .nav li a {
  font-size: 17px !important;
}

.header-area.fs-s .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 15px !important;
}

.header-area.fs-n .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 16px !important;
}

.header-area.fs-l .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 17px !important;
}
*/

/*
---------------------------------------------
Accordion
---------------------------------------------
*/

.accordion-item .accordion-button,
.accordion-item:first-of-type .accordion-button {
  color: #000;
  background-color: #f9f9f9;
  border-radius: 0px;
}

.accordion-item .accordion-button:not(.collapsed) {
  border-top: 3px solid #f7b955
}

.accordion-item button {
  display: flex !important;
}



/*.accordions {
  border-radius: 0px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: var(--secondary);
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}*/
.accordion-body {
  /*overflow: hidden;
  transition: height 300ms ease-in-out;*/
  border-bottom: 1px solid #fff;
}

.accordion-body>.content {
  padding: 20px;
  padding-top: 0;
}

.accordion button {
  border-radius: 0px;
}

/*
---------------------------------------------
Offcanvas Menu
---------------------------------------------
*/

#offcanvasMenu {
  background-color: var(--primary);
  width: auto;
  min-width: 300px;
  border-top: 20px solid var(--secondary);
  padding-top: 10px;
}

#offcanvasMenu .offcanvas-header ul li {
  display: inline-block;
  margin-left: 5px;
}

#offcanvasMenu .offcanvas-header ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

#offcanvasMenu .offcanvas-header ul li a:hover {
  color: var(--secondary);
}

#offcanvasMenu .offcanvas-body {
  padding: 0px;
}

#offcanvasMenu .offcanvas-body .nav {
  display: block;
}

#offcanvasMenu .offcanvas-body .nav a {
  color: #fff;
  padding-right: 20px;
  text-transform: uppercase;
}

#offcanvasMenu .offcanvas-body .nav li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#offcanvasMenu .nav li.dropdown.active>a {
  background-color: #4c4686;
}

#offcanvasMenu .nav .sub-menu {
  padding-left: 2em;
}

/*
---------------------------------------------
Miscellaneous
---------------------------------------------
*/

section.heading-page.heading-page-admin,
section.heading-page.heading-page-login {
  padding-top: 45px;
  padding-bottom: 0px;
}

section.main-content .nav li {
  margin-bottom: 0em;
}

section.main-content .nav-link {
  color: #999;
}

section.main-content .nav li a.active {
  color: var(--secondary) !important;
  /*border-bottom: 3px solid white !important;*/
  font-weight: 700;
}

/*section.main-content.service .nav-tabs {
  --bs-nav-tabs-border-color: var(secondary-light) !important;
  --bs-nav-tabs-border-width: 4px;
}

section.main-content.service .nav .nav-item.show .nav-link, section.main-content .service .navs .nav-link.active {
  border-color: var(--secondary-light);
  border-width: 4px;
}*/

section.main-content.service .nav-link {
  color: #999;
  /*background-color: var(--secondary-light);
  border: 2px solid #cfcfcf;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;*/
  padding: 70px 30px 10px 30px;
  background-image: url(../images/icon/icon-tab.svg);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 5px solid transparent;
  border-radius: 40px;
  margin-left: 2px;
  margin-right: 2px;
}

section.main-content.service .nav li a.active, section.main-content .service .nav li a.active:hover {
  color: var(--secondary) !important;
  font-weight: 700;
  background-image: url(../images/icon/icon-tab-active.svg);
  border: 5px solid var(--primary);
  border-radius: 40px;
}

section.main-content.service .nav .nav-item a.nav-link:focus, section.main-content.service .nav .nav-item a.nav-link:hover {
  /*border-bottom-color: transparent;*/
  background-image: url(../images/icon/icon-tab-active.svg);
}

section.main-content.service .nav .nav-item a.nav-link:focus-visible, section.main-content.service .nav .nav-item a.nav-link:focus-visible {
  box-shadow: none;
}

section.main-content.service ul.nav {
  padding-left: 0 !important;
  margin-bottom: 0;
  /*border-bottom-color: var(--secondary-light);*/
}

/*section.main-content.service .tab-content {
  border-left: 4px solid var(--secondary-light);
  border-right: 4px solid var(--secondary-light);
}*/

section.main-content.service .tab-content form.php-form {
  box-shadow: none;
}

/*section.main-content.service .tab-content {
  padding: 0px 30px 40px 30px;
}*/


/* --- nav-admin --- */

section.main-content.admin .tab-content {
  border-left: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-link-active-border-color);
  border-right: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-link-active-border-color);
}

section.main-content.admin input, section.main-content.admin select {
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

section.main-content.admin .form-control-plaintext {
  border: none;
}

section.main-content.admin tr.new td, section.main-content.admin tr.section td {
  background-color: lightyellow;
}

.header-area .main-nav .nav-admin {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav-admin li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav-admin li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav-admin li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav-admin li:hover a,
.header-area .main-nav .nav-admin li a.active {
  color: var(--secondary) !important;
}

.header-area.background-header .main-nav .nav-admin li:hover a,
.header-area.background-header .main-nav .nav-admin li a.active {
  color: var(--secondary) !important;
  opacity: 1;
}

.header-area .main-nav .nav-admin li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav-admin li.has-sub::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area.background-header .main-nav .nav-admin li.has-sub::after {
  color: #1e1e1e;
}

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav-admin li.has-sub ul li a:hover {
  background: #fff;
  color: var(--secondary) !important;
  padding-left: 25px;
}

.header-area .main-nav .nav-admin li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav-admin li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}


/*--- overwrite --- */

.header-area .main-nav .nav-admin li a {
  color: #1e1e1e !important;
  text-transform: none;
}

.header-area .main-nav .nav-admin li:hover a,
.header-area .main-nav .nav-admin li.active a {
  color: var(--primary) !important;
  border-bottom: 3px solid var(--secondary) !important;
}

.header-area .main-nav .nav-admin {
  margin-top: 0px !important;
  margin-left: 0px !important;
}


.header-area .main-nav .nav-admin li a {
  font-weight: 700;
}

/*--- ssd --- */

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu {
  min-width: 200px;
  width: inherit;
}

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu li a {
  border-bottom: 0px solid #cfcfcf !important;
  padding-right: 20px;
  text-wrap: nowrap;
}

.header-area .main-nav .nav-admin li.has-sub::after {
  content: '';
}

/*.header-area .main-nav .nav-admin {
  margin-top: 18px !important;
  display: block;
  height: 40px;
  position: relative;
  float: right;
  font-weight: 700;
  font-size: 15px;
}

.header-area .main-nav .nav-admin li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav-admin li.has-sub ul.sub-menu {
  min-width: 200px;
  width: inherit;
}

.header-area .main-nav .nav-admin {
  margin-top: 10px !important;
}
*/

@media (max-width: 767px) {
  .header-area .main-nav .nav-admin {
    float: none;
    position: absolute;
    right: 100px;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

/*#hero {
  background: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url(../img/hero-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 204px 20px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -80px
}*/

#hero h1 {
  font-size: 42px;
  margin: 15px 0 15px 0;
  font-weight: 600;
  padding: 0;
  color: #024077
}

#hero p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto 20px auto;
  font-weight: 400;
  max-width: 800px;
  color: #024681
}

#hero .btn-primary {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 10px 25px;
  background: #024986;
  border-radius: 3px
}

#hero .btn-primary:hover {
  background: #009bd9;
}

#hero {
  margin-top: 60px;
  margin-bottom: 0px
}

#hero {
  padding: 0px;
}

#hero h1 {
  font-size: 32px;
}

#hero p {
  font-size: 18px;
}


/*--------------------------------------------------------------
# Hero -- override
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 75vh;
  /*background: url("../img/hero-bg.jpg") top left;*/
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
}

#hero h1 span {
  color: #660066;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #660066;
}

#hero .btn-get-started:hover {
  background: #990099;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #660066;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #660066;
}

#hero .btn-watch-video:hover i {
  color: #990099;
  /*#3b8af2;*/
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999 !important;
}

.owl-dot.active {
  background-color: white !important;
  text-shadow: 0px 0px 10px #000000;
}

.owl-nav, .owl-dots {
  /*margin-top: 10px;*/
  text-align: center;
}

.owl-next, .owl-prev {
	opacity: 0;
	display: block;
	position: absolute;
	top: 35%;
	width: 40px;
	height: 40px;
	font-size: 15rem;
}


/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #660066 !important;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}
*/

.owl-carousel .owl-nav .btn.owl-next,
.owl-carousel .owl-nav .btn.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	margin-top: -15px;
	color: white;
	background-color: transparent;
	font-size: 60px !important;
  text-shadow: 0px 0px 3px #341C1C;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
	background: 0 0;
	color: #959595;
}

.owl-prev {
	left: 0;
	opacity: 1
}

.owl-next {
	right: 0;
	opacity: 1
}

.history-carousel .owl-nav .btn.owl-next, .history-carousel .owl-nav .btn.owl-prev, .history-carousel .owl-nav button.owl-next, .history-carousel .owl-nav button.owl-prev {
    font-size: 30px !important;
}

.history-carousel .owl-prev {
	left: -30px;
	opacity: 1
}

.history-carousel .owl-next {
	right: -30px;
	opacity: 1
}

/* make the owl-stage & owl-item flex which enable equal heights */
.owl-carousel-equal .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel-equal .owl-item {
  display: flex!important;
  align-items: stretch!important;
}

.owl-carousel .imgNav {
	margin-bottom: 0px !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
}

.main-banner {
  margin-top: 104px;
  margin-bottom: 0px;
}

section.home-service {
  background-color: white;
}

.news_list ul li {
  list-style: none;
}

.news_list ul li a {
  color: var(--primary) !important;
  font-weight: 700;
  transition: all .3s;
}

.news_special {
  background-color: rgba(250, 250, 250, 0.35);
  padding: 2em;
}

section.news .item {
  margin-bottom: 30px;
  background-color: none;
  height: auto;

}

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  margin-top: 104px;
  padding-top: 260px;
  padding-bottom: 0px;
}

section.heading-page.home {
  padding-top: 360px;
}

section.heading-page h2 {
  font-weight: 700;
  color: white;
  /*background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, #ccc 50%);  // grey bar 50% tall */
  margin: 0;
  padding: 20px 0;
  text-shadow: 0px 0px 5px #666;
  text-transform: uppercase;
}

section.heading-page h3 {
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 20px 0;
  text-shadow: 0px 0px 5px #666;
  text-transform: uppercase;
}

.tab-pane {
  padding-top: 1rem;
}

form.php-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* -------------------------- */

.summernote + .note-frame {
  font-family: "Montserrat", "Noto Sans HK", "Microsoft YaHei", sans-serif !important;
}

.summernote.sc + .note-frame {
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", sans-serif !important;
}

.summernote + .note-frame .dropdown-toggle::after {
  content: none;
}

.summernote + .note-frame .note-editable ol, .summernote + .note-frame .note-editable ul {
  padding-left: 2rem;
}

.summernote + .note-frame .note-editable ol li, .summernote + .note-frame .note-editable ul li {
    list-style-type: circle;
    list-style-position: outside;
    line-height: 1.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.summernote .note-editable {
  max-height: 60vh !important;
  overflow-y: auto;
}


/* -------------------------- */

.btn-big {
  font-size: 36px;
  border-radius: 100px;
  font-weight: 500;
  padding: 0px 10px;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: all .3s;
  border: none;
  outline: none;
  color: white;
  background-color: var(--secondary);
  /*min-width: 150px;
  box-shadow: 4px 8px 6px -2px rgba(32, 32, 32, 0.4);*/

}

.btn-big span {
  font-size: 18px;
  padding: 12px 15px 10px 15px;
}

.btn.btn-history {
  line-height: 1em;
  color: var(--primary);
  background-color: white;
  border: 4px solid var(--primary);
  font-size: 26px;
  border-radius: 100px;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: all .3s;
  min-width: 150px;
  margin: 15px;
}

.btn.btn-history span {
  font-size: 18px;
  padding: 0;
}

.btn.btn-history span span {
  padding:0;
}

.history-wrap::after {
  content: "⮞" !important;
  font-family: "Noto Sans Symbols 2";
  font-size: 30px;
  color: var(--secondary);
}

.slick-slide:last-of-type .history-wrap::after {
  content: "" !important;
}

.owl-item:last-of-type .history-wrap::after {
  content: "" !important;
}

.btn.btn-history span span p {
  margin: 0px;
  color: var(--primary);
  line-height: 1.3em;
}

.btn.btn-history span span p.period {
  font-size:smaller !important;
  font-weight: normal;
}

.btn.btn-history:hover span span p, .btn.btn-history.active span span p {
  color: white;
}

/*.slick-slide.slick-current .btn.btn-history {
  color: white;
  background-color: var(--primary);
}*/

body.eng .btn-big.newsletter span {
  padding-left: 8px !important;
  padding-right:8px !important;
}

.btn-big:hover, .btn-big:focus-visible, .btn-big:active, .btn-big.active {
  color: white !important;
  background-color: var(--primary) !important;
  /*box-shadow: 4px 8px 6px -2px rgba(32, 32, 32, 0.8);*/
}

.btn-small {
  border-radius: 12px;
  line-height: 1em;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn-level3-menu .btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  transition: all .3s;
  background-color: #EDE7FF;
  color: #333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: var(--bs-btn-hover-border-color)
}

.btn-level3-menu .btn:hover, .btn-level3-menu .btn.active {
  background-color: #594C9C;
  color: white;
  opacity: 0.9
}

.btn-level3-menu .btn:first-child {
  -webkit-border-radius: 100px 0px 0px 100px;
  -moz-border-radius: 100px 0px 0px 100px;
  border-radius: 100px 0px 0px 100px;
}

.btn-level3-menu .btn:last-child {
  -webkit-border-radius: 0px 100px 100px 0px;
  -moz-border-radius: 0px 100px 100px 0px;
  border-radius: 0px 100px 100px 0px;
}

p.more {
  padding: 4px 0px;
}

p.more a {
  /*color: var(--text);*/
  text-transform: uppercase;
  font-size: small;
}

p.more i {
  color: var(--more-icon);
  font-size: x-large;
  margin-left: 8px;
}

p.more span.arrow {
  font-family: "Noto Sans Symbols 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 2px;
  padding-left: 5px;
}

hr.primary {
  border-top: 5px solid var(--primary);
  opacity: 1;
  margin-top: 24px;
  margin-bottom: 0px;
}

hr.secondary {
  border-top: 5px solid var(--secondary);
  opacity: 1;
  margin-top: 24px;
  margin-bottom: 0px;
}

/* iframe */
.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.main-content .text-packed h1, section.main-content .text-packed h2, section.main-content .text-packed h3 {
  margin-top: 1em;
}

section.main-content .text-packed p {
  margin: 4px 0px;
}


/* Donation Support */

section.donation-support {
  background-image: url(../images/bg-donation.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.donation-support h1, section.donation-support h2, section.donation-support h3, section.donation-support h4, section.donation-support p {
  color: white;
  text-shadow: 0px 0px 10px #341C1C;
}

.canvas img.portrait {
  border-radius: 2rem;
  width: 25%;
}

@media (max-width: 768px) {
  .canvas img.portrait {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .canvas img {
    width: 100%;
  }
  .canvas img.portrait {
    width: 70%;
  }
}

/* Organization - Board Member */

.org-board h2 {
  text-indent: 40px;
  text-transform: uppercase;
  border-bottom: 5px solid var(--primary);
  padding-bottom: 5px;
}

.org-board h2:nth-of-type(even) {
  border-bottom-color: var(--secondary);
}

.org-board table td {
  border-color: white;
  background-color: var(--primary-light);
  border-bottom-width: 5px;
  vertical-align: top !important;
  line-height: 1.8em;
  text-transform: uppercase;
}

.org-board table:nth-of-type(even) td {
  background-color: #FFE8D9;
}

.org-board table tr td:first-child {
  padding-left: 40px;
  padding-right: 20px;
  border-right-width: 20px;
  width: 30%;
}

.org-board table tr td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .org-board h2 {
    text-indent: 20px;
  }

  .org-board table tr>td:first-child {
    padding-left: 20px;
    width: 25%;
  }
}


/* Join - Job */

.job .job-summary {
  border-radius: 40px;
  padding: 20px;
}

.job .job-summary:nth-of-type(odd) {
  border: 5px solid var(--primary);
}

.job .job-summary:nth-of-type(even) {
  background-color: var(--primary-light);
}

.job .job-summary .icon-wrapper {
  padding: 10px;
  margin-right: 20px;
  border-radius: 40px;
}

.job .job-summary:nth-of-type(odd) .icon-wrapper {
  background-color: var(--primary-light);
}

.job .job-summary:nth-of-type(even) .icon-wrapper {
  background-color: white;
}

.job .job-summary p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.job .job-detail .header {
  border: 5px solid var(--primary-light);
  border-bottom: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 20px;
  background-color: var(--primary);
}

.job .job-detail .header h1, .job .job-detail .header p {
  color: white;
}

.job .job-detail p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.job .job-detail ul {
  margin-bottom:18px;
}

.job .job-detail .icon-wrapper {
  padding: 10px;
  margin-right: 20px;
  border-radius: 40px;
  background-color: white;
}

.job .job-detail .body {
  border: 5px solid var(--primary-light);
  border-top: none;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 40px 30px;
}

.job .job-detail .body h1:first-child, .job .job-detail .body h2:first-child, .job .job-detail .body h3:first-child, .job .job-detail .body h4:first-child {
  margin-top: 0px;
}

.job .job-detail .body h1, .job .job-detail .body h2, .job .job-detail .body h3, .job .job-detail .body h4 {
  color: var(--secondary);
}


/* Service */

.main-content.service .detail p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-content.service .detail .img {
  border-radius: 30px;
}

.main-content.service .detail .img svg {
  width: 100%;
  height: auto;
}


/* Counter */

.counter img {
  width: 3em;
}

.counter .count-area-content {
  padding: 0;
  margin: 0;
  text-align: center;
}

.counter .count-digit {
  color: var(--text);
  font-weight: 600;
}

.counter p {
  margin: 0;
}


/* Volunteering */

section.main-content.volunteering form {
  background-color: var(--primary-light);
  border-radius: 30px;
  padding: 40px;
}

section.main-content.volunteering form input, .volunteering form select {
  border: none;
}

section.main-content.volunteering .award p {
  margin-top: 4px;
  margin-bottom: 4px;
}


/* News */

section.main-content.news .item-theme {
  background-color: transparent;
}

section.main-content.news p, section.main-content.news .item-theme .down-content p {
  margin-left:0px;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

section.main-content.news p.item-date {
  color: var(--secondary);
  font-weight: 700;
  font-size: small;
}

section.main-content.news .item-theme {
  border-radius: 40px;
}

section.main-content.news .item-theme .thumb a img {
  opacity: 1;
}

section.main-content.news .item-list div:nth-of-type(odd) .item-theme {
  border: 5px solid var(--secondary);
}

section.main-content.news .item-list div:nth-of-type(even) .item-theme {
  border: 5px solid var(--primary);
}

section.main-content.news .item-detail img {
  border-radius: 40px;
  width: 100%;
}

section.main-content.news .item-detail .next_prev i {
  color: var(--more-icon);
}

section.main-content.news p {
  margin-left:0px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 4px;
}

section.main-content.news p.item-date {
  color: var(--secondary);
  font-weight: 700;
  font-size: small;
}

section.main-content.news .card {
  border-radius: 40px;
  overflow: hidden;
}

section.main-content.news .item-list div:nth-of-type(odd) .card {
  border: 5px solid var(--secondary);
}

section.main-content.news .item-list div:nth-of-type(even) .card {
  border: 5px solid var(--primary);
}

section.main-content.news .item-detail h1 {
  margin-top: 1em;
}

section.main-content.news .item-detail li {
  text-align: left;
}


section.main-content.news .item-detail img {
  border-radius: 40px;
  width: 100%;
}

section.main-content.news .card h3 {
  margin-top: 0;
}

section.main-content.news .card-footer {
  border: 0;
  background-color: transparent;
  padding-top: 0;
}

section.main-content.news .card-footer p {
  margin-top:0;
  padding-top: 0;
}

section.main-content.news .item-detail .next_prev i {
  color: var(--more-icon);
}


section.main-content.video h1, section.main-content.video h3 {
  margin-top: 4px;
}

section.main-content.video p {
  margin-left:0px;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* SSD Learn */

section.main-content.ssd_learn .item img {
  border-radius: 0px;
  box-shadow: none;
}

section.main-content.ssd_learn .item:nth-of-type(odd) img {
  box-shadow: 10px 10px var(--primary);
}

section.main-content.ssd_learn .item:nth-of-type(even) img {
  box-shadow: 10px 10px var(--secondary);
}


/* SSD Learn */

section.main-content.ssd_life .img svg {
  width: 100%;
  height: auto;
}

section.main-content.ssd_life .album svg {
  width: 100%;
  height: auto;
}

section.main-content.ssd_life .album svg rect {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Site - info */

section.main-content.intro .canvas ul li, section.main-content.intro .canvas ol li {
  list-style-type: "█"; /*"■";*/
  padding-inline-start: 1ch;
  padding-left: 0.5em;
}

section.main-content.intro .canvas ul li::marker, section.main-content.intro .canvas ol li::marker {
  color: var(--primary);
  font-size: 1.1rem;
  margin-right: 1ch;
}


/*  project-logo */

.project-logo {
  padding: 50px 30px;
}

.project-logo img {
  height: 6rem;
}

.slick-prev:before, .slick-next:before {
  text-shadow: 0px 0px 3px #341C1C;
}

label.error {
  color: red;
  padding-top: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span::after {
  content: "";
  width: 100%;
  height: .25rem;
  background: var(--text);
  border-radius: .125rem;
  z-index: 100;
  min-width: 2.25rem;
}*/

.header-area .main-nav .menu-trigger {
  top: 32px;
}

.header-area .main-nav .menu-trigger {
  right: 15px;
}

@media (max-width: 767px) {
  .header-area .main-nav {
    width: 100%;
  }
}

.header-area .logo.corp {
  display: none !important;
}

@media (max-width: 1565px) { 
  .header-area .logo.corp {
    display: block !important;
  }
}

.header-area .main-nav .nav li:hover a.logo {
  border-bottom: none !important;
}


/* Donation */

section.main-content.donation .text-packed h1:first-of-type, section.main-content.donation .text-packed h2:first-of-type, section.main-content.donation .text-packed h3 {
  margin-top: 0;
}

section.main-content.donation .card {
  border-radius: 30px;
  border: none;
}

section.main-content.donation .card .card-header {
  background-color: rgba(163,138,255,0.5);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: none;
  padding: 1.5em 1em 1.5em 3em;
}

section.main-content.donation .card .card-body {
  background-color: rgba(242,230,229,0.5);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  padding: 1.5em 3em 3em 3em;
  min-height: 120px;
}

section.main-content.donation .card .card-header h2 {
  color: var(--primary);
  margin: 0.5em 5em 0.5em 0;
}

section.main-content.donation .card .card-header img {
  width: 4.5em;
}

/* Fund Raising */

section.main-content.fundRaising .card-wrap:nth-of-type(1) .card-header {
  background-color: #ebb518;
}

section.main-content.fundRaising .card-wrap:nth-of-type(2) .card-header {
  background-color: #ef7e2d;
}

section.main-content.fundRaising .card-wrap:nth-of-type(3) .card-header {
  background-color: #16aaaa;
}

section.main-content.fundRaising .card-wrap:nth-of-type(4) .card-header {
  background-color: #9aba43;
}

section.main-content.fundRaising .card .card-header h2 {
  color: white;
}



/* Contact */

section.main-content .contact .detail .plain p {
  padding-left: 0px;
}

section.main-content .contact .social-media {
  margin-left: 30px;
}

section.main-content .contact .social-media img {
  width: 8em;
  margin-right: 1em;
}


.albums .album div {
  border: none;
}

.albums .album .card-body h3 {
  margin: 0;
  text-align: center;
}

.albums .photo p.caption {
  padding: 5px;
}

.albums .owl-carousel {
  background-color: #f2f2f2;
}

.albums .owl-carousel .owl-dots {
  bottom: 45px;
}

.albums .owl-item {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.albums .owl-item.active {
  opacity: 1;
}

.albums .owl-item .caption {
  margin: 0;
  opacity: 0.3;
  text-align: center;
}

.albums .owl-item.active .caption {
  opacity: 1;
}

/* Service Unit Site */

section.main-content select.cbCategories {
  border: 4px solid var(--secondary);
}

.header-area {
  z-index: auto;
}

.sub-header {
  z-index: 1000;
}

/*#offcanvasMenu {
  z-index: 1200;
}*/

.sub-header .language-setting2 ul.dropdown-menu {
  border-radius: 0px;
  border: none;
  min-width: 60px;
  opacity: 1;
}

.sub-header .language-setting2 ul li {
  display: list-item;
  margin-left: 5px;
}

.sub-header .language-setting2 ul li a.nav-link {
  padding: 3px;
}

.no-english-verion {
  min-height: 300px;
  padding-top: 100px;
}

/* admin */

.admin .btn, .admin .button, .admin .main-button, .admin .main-button a, .admin .main-button button, .admin button.theme-button {
  padding-left: 15px;
  padding-right: 15px;
}

.input-group-text.required, label.required {
  background-color: var(--primary-light);
}

/* ====================
   Corproate Engagement
   ====================*/

/* .header-area-corp from theme.css */

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area-corp-corp {
  background-color: rgba(250,250,250,0.15);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area-corp-corp .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area-corp-corp .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area-corp-corp .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area-corp-corp .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area-corp-corp .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area-corp-corp .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area-corp-corp .main-nav .nav li:hover a,
.header-area-corp-corp .main-nav .nav li a.active {
  color: #F68E1E!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #F68E1E!important;
  opacity: 1;
}

.header-area-corp-corp .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area-corp-corp .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area-corp-corp .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area-corp-corp .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area-corp-corp .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area-corp-corp .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #F68E1E!important;
  padding-left: 25px;
}

.header-area-corp-corp .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area-corp-corp .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area-corp-corp .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area-corp-corp .main-nav .menu-trigger span,
.header-area-corp-corp .main-nav .menu-trigger span:before,
.header-area-corp-corp .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area-corp-corp .main-nav .menu-trigger span:before,
.header-area-corp-corp .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area-corp-corp .main-nav .menu-trigger span:before,
.header-area-corp-corp .main-nav .menu-trigger span:after {
  content: "";
}

.header-area-corp-corp .main-nav .menu-trigger span {
  top: 16px;
}

.header-area-corp-corp .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area-corp-corp .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area-corp-corp .main-nav .menu-trigger.active span,
.header-area-corp-corp .main-nav .menu-trigger.active span:before,
.header-area-corp-corp .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area-corp-corp .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area-corp-corp .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area-corp-corp.header-sticky {
  min-height: 80px;
}

.header-area-corp-corp .nav {
  margin-top: 30px;
}

.header-area-corp-corp.header-sticky .nav li a.active {
  color: #F68E1E;
}

/* 1465 1350 original 767px */
@media (max-width: 1565px) {  
  .header-area-corp-corp .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area-corp-corp .main-nav:before {
    display: none;
  }
}

@media (max-width: 1565px) {  
  .header-area-corp-corp .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area-corp-corp.header-sticky .nav li a:hover,
  .header-area-corp-corp.header-sticky .nav li a.active {
    color: #F68E1E!important;
    opacity: 1;
  }
  .header-area-corp-corp.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area-corp-corp {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area-corp-corp .container {
    padding: 0px;
  }
  /*.header-area-corp-corp .logo {
    margin-left: 30px;
  }*/
  .header-area-corp-corp .menu-trigger {
    display: block !important;
  }
  .header-area-corp-corp .main-nav {
    overflow: hidden;
  }
  .header-area-corp-corp .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area-corp-corp .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area-corp-corp.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area-corp-corp .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area-corp-corp .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area-corp-corp .main-nav .nav li a:hover {
    background: #eee !important;
    color: #F68E1E!important;
  }
  .header-area-corp-corp .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area-corp-corp .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area-corp-corp .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area-corp-corp .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area-corp-corp .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area-corp .main-nav .nav li.submenu:hover ul, .header-area-corp .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1566px) {
  body.zh-hant .header-area-corp .main-nav .nav, body.zh-hans .header-area-corp .main-nav .nav {
    display: flex !important;
  }
}

/* .header-area from theme_overwrite.css */

.header-area-corp {
  background-color: rgba(250,250,250,0.75);
  height: auto;
  top: 43px;
}

.header-area-corp .main-nav .nav li a {
  color: #1e1e1e !important;
  text-transform: none;
}

.header-area-corp .main-nav .nav li:hover a,
.header-area-corp .main-nav .nav li.active a {
  color: var(--primary) !important;
  border-bottom: 3px solid var(--secondary) !important;
}

.header-area-corp .main-nav .menu-trigger {
  top: 22px;
}

.header-area-corp.header-sticky {
  min-height: 40px;
}

.header-area-corp .main-nav .logo {
  line-height: 70px;
  padding: 5px 0px;
  margin: 0px;
}

.header-area-corp .main-nav .nav {
  margin-top: 20px !important;
}

.header-area-corp .main-nav {
  min-height: 60px;
}

.header-area-corp .main-nav .nav li a {
  font-weight: 400;
}

.background-header .nav li a.active, .nav li a.active {
  color: var(--primary);
}


/* .header-area from main.css */

.header-area-corp {
  top: 54px;
  padding: 12px 0px;
  height: 106px !important;
}

.header-area-corp .main-nav .nav li.has-sub ul.sub-menu {
  min-width: 200px;
  width: inherit;
}

.header-area-corp .main-nav .nav li.has-sub ul.sub-menu li a {
  border-bottom: 0px solid #cfcfcf !important;
  padding-right: 20px;
  text-wrap: nowrap;
}

.header-area-corp .main-nav .nav li.has-sub::after {
  content: '';
}

.header-area-corp .main-nav .site {
  padding-top: 26px;
  float: left;
  font-weight: 700;
}

.header-area-corp .main-nav .site a {
  font-size: 22px;
  color: var(--primary) !important;
}

.header-area-corp .main-nav .nav li a {
  font-weight: inherit;
}

.header-area-corp .main-nav .nav li a {
  font-size: 17px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.header-area-corp .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 16px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

/* Corp heading Specifics */

section.heading-page.corp {
  background-image: none;
  padding: 0;
  /*margin-top:0;*/
}

.header-area-corp {
  top: 54px;
  padding: 12px 0px;
  /*height: 106px !important;*/
}

.header-area-corp .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area-corp .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area-corp .main-nav .nav li a {
  font-weight: inherit;
}

.header-area-corp .main-nav .nav li a {
  font-size: 17px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.header-area-corp .main-nav .nav li a {
  color: #1e1e1e !important;
  text-transform: none;
}

.header-area-corp .main-nav .nav li.active a, .header-area-corp .main-nav .nav li a:not(.logo):hover {
  color: var(--corp-primary) !important;
  border-bottom: 3px solid var(--corp-secondary) !important;
}

.header-area-corp .main-nav .nav li.has-sub ul.sub-menu {
  min-width: 200px;
  width: inherit;
}

.header-area-corp .main-nav .nav li.has-sub ul.sub-menu li a {
  font-size: 16px !important;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.header-area-corp .main-nav .nav li.has-sub::after {
  content: '';
}

/* Corp homepage */

section.main-content.corp ul.nav {
  padding-left: 0 !important;
  margin-bottom: 0;
}

section.main-content.corp .corp-intro1 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--corp-secondary-light);
}

section.main-content.corp .corp-intro2 {
  border-radius: 40px;
  padding: 15px;
  background-color: var(--corp-primary-light);
}

section.main-content.corp .corp-intro2.even {
  background-color: #f2f2f2;
}

section.main-content.corp .corp-intro2 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: white;
}

section.main-content.corp .corp-intro2 a {
  color: var(--corp-primary) !important;
}

section.main-content.corp .corp-intro2 a:hover {
  color: var(--secondary) !important;
}


/* Corp project */

section.main-content.corp-project ul.nav {
  padding-left: 0 !important;
  margin-bottom: 0;
}

section.main-content.corp-project .nav.projects li.nav-item::after {
  content: "⏺";
  font-family: "Noto Sans Symbols 2";
  font-size: 30px;
  color: var(--corp-secondary);
}

section.main-content.corp-project .nav.projects li.nav-item:last-child::after {
  content: "";
}

section.main-content.corp-project .nav.projects li.nav-item a.nav-link {
  color: var(--corp-primary) !important;
  padding: 10px 20px;
  border: 4px solid var(--corp-primary);
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block
}

section.main-content.corp-project .nav.projects li.nav-item a.active, section.main-content .nav.projects li a.active:hover {
  color: white !important;
  background-color: var(--corp-primary);
  border-color: var(--corp-primary);
}

section.main-content.corp-project .nav.projects .nav-item a.nav-link:focus-visible, 
section.main-content.corp-project .nav.projects .nav-item a.nav-link:focus-visible {
  box-shadow: none;
}

section.main-content.corp-project .corp-service li a {
  color: var(--text) !important;
  background-color: var(--corp-secondary-light);
  padding: 50px 25px;
  text-align: center;
  border-radius: 20px;
  border: none;
  margin-bottom: 20px;
}

section.main-content.corp-project .corp-service li a.active {
  color: white !important;
  background-color: var(--corp-primary);
}

section.main-content.corp-project ul.nav {
  padding-left: 0 !important;
  margin-bottom: 0;
}

section.main-content.corp-project .nav.projects li.nav-item::after {
  content: "⏺";
  font-family: "Noto Sans Symbols 2";
  font-size: 30px;
  color: var(--corp-secondary);
}

section.main-content.corp-project .nav.projects li.nav-item:last-child::after {
  content: "";
}

section.main-content.corp-project .nav.projects li.nav-item a.nav-link {
  color: var(--corp-primary) !important;
  padding: 10px 20px;
  border: 4px solid var(--corp-primary);
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block
}

section.main-content.corp-project .nav.projects li.nav-item a.active, section.main-content .nav.projects li a.active:hover {
  color: white !important;
  background-color: var(--corp-primary);
  border-color: var(--corp-primary);
}

section.main-content.corp-project .nav.projects .nav-item a.nav-link:focus-visible, 
section.main-content.corp-project .nav.projects .nav-item a.nav-link:focus-visible {
  box-shadow: none;
}

section.main-content.corp-project .corp-service li a {
  color: var(--text) !important;
  background-color: var(--corp-secondary-light);
  padding: 50px 25px;
  text-align: center;
  border-radius: 20px;
  border: none;
  margin-bottom: 20px;
}

section.main-content.corp-project .corp-service li a.active {
  color: white !important;
  background-color: var(--corp-primary);
}

/* Corp Project Carousel */

section.main-content.corp-project .projects {
  padding-left: 0 !important;
  margin-bottom: 0;
}

section.main-content.corp-project .projects .nav-link {
  font-size: 18px;
  font-weight: var(--bs-nav-link-font-weight);
}

section.main-content.corp-project .projects .owl-item .nav-item::after {
  content: "⏺";
  font-family: "Noto Sans Symbols 2";
  font-size: 30px;
  color: var(--corp-secondary);
}

section.main-content.corp-project .projects .owl-item:last-child .nav-item::after {
  content: "";
}

section.main-content.corp-project .projects .nav-item a.nav-link {
  color: var(--corp-primary) !important;
  padding: 10px 20px;
  border: 4px solid var(--corp-primary);
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block
}

section.main-content.corp-project .projects .nav-item a.active, section.main-content .projects a.active:hover {
  color: white !important;
  background-color: var(--corp-primary);
  border-color: var(--corp-primary);
}

section.main-content.corp-project .projects .nav-item a.nav-link:focus-visible, 
section.main-content.corp-project .projects .nav-item a.nav-link:focus-visible {
  box-shadow: none;
}

section.main-content.corp-project .corp-service li a {
  color: var(--text) !important;
  background-color: var(--corp-secondary-light);
  padding: 50px 25px;
  text-align: center;
  border-radius: 20px;
  border: none;
  margin-bottom: 20px;
}

section.main-content.corp-project .corp-service li a.active {
  color: white !important;
  background-color: var(--corp-primary);
}


.projects .owl-nav .btn.owl-next, .projects .owl-nav .btn.owl-prev, .projects .owl-nav button.owl-next, .projects .owl-nav button.owl-prev {
    font-size: 30px !important;
}

.projects .owl-prev {
	left: -30px;
	opacity: 1
}

.projects .owl-next {
	right: -30px;
	opacity: 1
}

/* Corp Service */

section.main-content.corp-project .corp-service ul.nav {
  padding-left: 0 !important;
  margin-bottom: 0;
}

section.main-content.corp-project .corp-service {
  border-radius: 40px;
}

section.main-content.corp-project .corp-service .odd {
  background-color: var(--primary-light);
}

section.main-content.corp-project .corp-service .even {
  background-color: #f2f2f2;
}

section.main-content.corp-project .corp-service img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: white;
}

/* Corp Value */

section.main-content.corp-project .corp-value-item {
  border-radius: 30px;
  padding: 15px;
}

section.main-content.corp-project .corp-value-item {
  background-color: var(--corp-primary-light);
}

section.main-content.corp-project .corp-value-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: white;
}

/* Corp Cooperation */

section.main-content.corp-cooperation .item-list .item {
  border-radius: 30px;
}

section.main-content.corp-cooperation .item-list:nth-of-type(odd) .item {
  border: 10px solid var(--corp-primary);
}

section.main-content.corp-cooperation .item-list:nth-of-type(even) .item {
  border: 10px solid var(--corp-tertiary);
}

/* Corp Collaboration */

section.main-content.corp-collaboration .item-list img, section.main-content.corp-collaboration .item-list .photo {
  border-radius: 30px;
}

section.main-content.corp-collaboration h6 span {
  color: white;
  padding: 2px;
}

section.main-content.corp-collaboration h6 span.co-design {
  background-color: rgb(91,76,157);
}

section.main-content.corp-collaboration h6 span.donate {
  background-color: rgb(104,162,185);
}

section.main-content.corp-collaboration h6 span.participate {
  background-color: rgb(255,140,64);
}

section.main-content.corp-collaboration h6 span.care {
  background-color: rgb(106,192,60);
}

section.main-content.corp-hq .corp-intro1 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--corp-secondary-light);
}

section.main-content.corp-hq .corp-awardlist div {
  border-radius: 20px;
  background-color: var(--corp-primary-light);
}

section.main-content.corp-hq .corp-awardlist:nth-of-type(even) div {
  background-color: #f2f2f2;
}

section.main-content.corp-responsible li.nav-item {
  margin-bottom: 10px;
}

section.main-content.corp-responsible li.nav-item a.nav-link {
  color: var(--text) !important;
  background-color: var(--corp-primary-light);
  border-radius: 20px;
  padding: 30px 20px;
}

section.main-content.corp-responsible li.nav-item a.nav-link.active {
  color: white !important;
  background-color: var(--corp-primary);
}

section.main-content.corp-responsible .detail h1:first-of-type {
  margin-top: 0em;
}

.modal-body {
  max-height: 60vh;
}

.offcanvas.offcanvas-end {
  transform: none;
}
