@charset "UTF-8";

body {
  background-color: #F4F4F4;
}

.font-size-14px {
  font-size: 14px;
}

.font-size-16px {
  font-size: 16px;
}

.font-size-18px {
  font-size: 18px;
}

.font-size-20px {
  font-size: 20px;
}

.font-size-22px {
  font-size: 22px;
}

.font-size-24px {
  font-size: 24px;
}

.font-size-26px {
  font-size: 26px;
}

.font-size-28px {
  font-size: 28px;
}

.font-size-30px {
  font-size: 30px;
}

.font-size-32px {
  font-size: 32px;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.grecaptcha-badge {
  display: none;
}

::selection {
  background-color: #E79F12;
}

p {
  line-height: 1.6em;
}

.break-line {
  border-bottom: 2px solid #80BE2D;
  margin-bottom: 20px;
}

.break-line-gray {
  border-bottom: 2px solid #EDEDED;
  margin-bottom: 20px;
}

.citypark-white-bg {
  background-color: #FFFFFF;
}

.citypark-light-bg {
  background-color: #F4F4F4;
}

.citypark-gray-bg {
  background-color: #EDEDED;
}

.the-title-light {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

.the-title-bold {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.content-box-center {
  position: relative;
  /* color: #087A55;
  font-size: 18px;
  font-weight: 500; */
}

.the-title--line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.the-content--line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.w-20px {
  width: 20px;
}

.form-check.form-check-md {
  min-height: 1.8rem;
  padding-left: 1.8em;
}

.form-check-md .form-check-input-md {
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  margin-top: 0;
}

.form-check.form-check-md .form-check-input {
  margin-left: -1.8em;
}

.form-check.form-check-lg {
  min-height: 2rem;
  padding-left: 2em;
}

.form-check-lg .form-check-input-lg {
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.form-check.form-check-lg .form-check-input {
  margin-left: -2em;
}

.form-check-input.primary:checked {
  background-color: #087A55;
  border-color: #087A55;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
}

.nice-select {
  float: inherit;
}

.nice-select .list {
  max-height: 320px;
  overflow-y: auto;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap .form-control {
  font-size: 16px;
  padding: 12px 30px 12px 30px;
  border-radius: 10px 0 0 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C3CAD9;
  color: #183B56;
  opacity: 1;
}

.validation-invalid-label {
  display: block;
  color: #FF0000 !important;
  margin-top: 6px;
}

/*========================================*/
/*------------ [_Section_Topbar] -----------*/
/*========================================*/
.header-style-02 .header-topbar {
  background-color: #393939;
}

.header-style-02 .header-topbar .header-topbar-inner .header-topbar-rightpart .language .language-dropdown li {
  position: relative;
  background-color: #393939;
  z-index: -1;
}

.header-style-02 .header-topbar .header-topbar-inner .header-topbar-rightpart .language .language-dropdown li a:hover {
  background: #E79F12;
}

.header-style-02 .header-topbar .header-topbar-inner .header-topbar-leftpart .topbar-info li a:hover {
  color: #E79F12;
}

.header-style-02 .header-topbar .header-topbar-inner .header-topbar-rightpart .topbar-social li a {
  font-size: 16px;
}

.header-style-02 .header-topbar .header-topbar-inner .header-topbar-rightpart .topbar-social li a:hover {
  color: #E79F12;
}

/*========================================*/
/*------------ [_Section_MainMenu] -----------*/
/*========================================*/
.main-menu-logo img {
  max-width: 175px;
  max-height: 45px;
}

.header-style-02 .main-menu .main-menu-inner .main-nav-menu>li>a {
  font-size: 18px;
  font-weight: 500;
  /* color: #087A55; */
}

.header-style-02 .main-menu .main-menu-inner .main-nav-menu>li:hover>a,
.header-style-02 .main-menu .main-menu-inner .main-nav-menu>li.current>a {
  /* color: #E79F12; */
  color: #087A55;
}

.header-style-02 .main-menu .main-menu-inner .main-nav-menu>li>ul.submenu-left {
  min-width: 160px;
  left: inherit;
  right: 0;
}

.header-style-02 .main-menu .main-menu-inner .main-nav-menu>li>ul>li>a {
  font-size: 17px;
  font-weight: 500;
  padding: 10px 20px;
}

.mobile-menu-list>li>ul>li>a {
  font-size: 16px;
}

.header-style-02 .main-menu .main-menu-inner .main-menu-right .mobile-nav-toggler span {
  width: 26px;
  height: 4px;
}

.mobile-nav-content.mobile-nav-content--citypark {
  background-color: #393939;
}

/*========================================*/
/*------------ [_Section_PageTitle] -----------*/
/*========================================*/
.page-title-section {
  background-position: bottom right 15%;
  background-color: #087A55;
  background-image: url(../images/bg/convention.png);
  background-repeat: no-repeat;
  background-size: 600px;
  display: flex;
  align-items: center;
  border-bottom: 6px solid #9CCB32;
  min-height: 405px;
  position: relative;
  padding: 105px 0;
}

.page-title-section:after {
  background: none;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  z-index: 1;
}

.page-title-section .breadcrumb-area {
  text-align: left;
  z-index: 2;
  position: relative;
}

.page-title-section .breadcrumb-area .page-title {
  color: #fff;
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.page-title-section .breadcrumb-area .breadcrumbs-link {
  display: inline-block;
  background: none;
  padding: 8px 2px;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li {
  color: #9CCB32;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li:after {
  color: #9CCB32;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li a {
  color: #9CCB32;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li.active {
  color: #9CCB32;
  text-decoration: none;
}

.page-title-section.page-title-section--curve {
  background-position: center bottom;
  background-color: #087A55;
  background-image: url(../images/bg/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-bottom: 0;
  position: relative;
  padding-top: 40px;
  padding-bottom: 600px;
}

.page-title-section.page-title-section--curve:after {
  background: none;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  z-index: 1;
}

.page-title-section.page-title-section--curve .breadcrumb-area .page-title {
  color: #fff;
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/*========================================*/
/*------------ [_Section_Slider] -----------*/
/*========================================*/
.home_banner_02 .home-carousel.home-carousel--citypark .slide-item {
  display: flex;
  align-items: center;
  height: calc(100vh - 135px);
  padding: 185px 0px 185px 0px;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item::before {
  background: rgb(57, 57, 57, 0.2);
}

.home_banner_02 .home-carousel.home-carousel--citypark .owl-item.active .slide-item:after {
  display: none;
}

.home_banner_02 .home-carousel.home-carousel--citypark .owl-nav button {
  background: rgb(57, 57, 57, 0.4);
  border: 1px solid rgb(57, 57, 57, 0.2);
  border-radius: 0;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item .auto-container {
  position: static;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item .auto-container .content-box {
  overflow: inherit;
  padding: 30px 0;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item .auto-container .content-box .home-carousel-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item .auto-container .content-box .cs-btn-one {
  background-color: #FFFFFF;
  color: #80BE2D;
  padding: 14px 60px;
}

.home_banner_02 .home-carousel.home-carousel--citypark .slide-item .auto-container .content-box .cs-btn-one:hover {
  background-color: #E79F12;
  color: #FFFFFF;
}

/*========================================*/
/*------------ [_Section_Service] -----------*/
/*========================================*/
.service-title-section.service-title-section--citypark {
  background-color: #087A55;
}

.service-title-section.service-title-section--citypark .cs-btn-one.btn-circle {
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--body-font-line-height);
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 60px;
}

.service-title-section.service-title-section--citypark .cs-btn-one:hover {
  color: #FFFFFF;
  background: #E79F12;
  border: 1px solid #E79F12;
}

.service-title-section.service-title-section--citypark .content-box-center {
  font-weight: 400;
}

.service-section-style1.service-section-style1--citypark {
  margin-top: -140px;
  padding-bottom: 0;
}

.service-section-style1.service-section-style1--citypark .service-style2 {
  margin-bottom: 15px;
}

.service-section-style1.service-section-style1--citypark .service-style2 .service-item-thumb .service-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 40px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  position: absolute;
  background-color: transparent;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.service-section-style1.service-section-style1--citypark .service-style2 .service-item-thumb:before {
  background: rgb(37, 37, 49, 0.2);
}

.service-section-style1.service-section-style1--citypark .service-style2 .service-item-thumb .service-item-content .service-categories {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.service-section-style1.service-section-style1--citypark .cs-btn-one.btn-circle {
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--body-font-line-height);
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 60px;
}

.service-section-style1.service-section-style1--citypark .cs-btn-one:hover {
  color: #FFFFFF;
  background: #E79F12;
  border: 1px solid #E79F12;
}

/*========================================*/
/*------------ [_Section_Mall] -----------*/
/*========================================*/
.section-home-mall {
  padding: 40px 0 0;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall.text-left .testimonial-item {
  background-color: #F4F4F4;
  padding: 20px;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-item:after {
  display: none;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-item .testimonial-thumb {
  padding: 0;
  background-color: transparent;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-item .testimonial-thumb img {
  height: 80px;
  width: 80px;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .client-name {
  margin-bottom: 14px;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .client-name a {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #087A55;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .client-name a:hover {
  color: #E79F12;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .comments {
  color: #888888;
  font-size: 16px;
  margin: 0;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .client-name .client-name--line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-home-mall .testimonial-style2.testimonial-style2--mall .testimonial-content .comments--line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/
.section-home-news {
  padding: 40px 0;
}

.section-home-news .news-wrapper .news-description.news-description--citypark {
  padding: 30px 25px;
  background: #087A55;
  border: 1px solid #087A55;
}

.section-home-news .news-wrapper .news-description.news-description--citypark .the-title {
  margin-bottom: 14px;
}

.section-home-news .news-wrapper .news-description.news-description--citypark .the-title a {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #FFFFFF;
}

.section-home-news .news-wrapper .news-description.news-description--citypark .the-title a:hover {
  color: #E79F12;
}

.section-home-news .news-wrapper .news-description.news-description--citypark .the-content {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
}

.section-home-news .news-wrapper .news-description .news-bottom-part .cs-btn-one.btn-circle {
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--body-font-line-height);
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 60px;
}

.section-home-news .news-wrapper .news-description .news-bottom-part .cs-btn-one:hover {
  color: #FFFFFF;
  background: #E79F12;
  border: 1px solid #E79F12;
}

/*========================================*/
/*------------ [_Section_Convention] -----------*/
/*========================================*/
.service-title-section.service-title-section--convention {
  background-color: #EDEDED;
  min-height: 500px;
}

.service-title-section.service-title-section--convention .section-title {
  margin-bottom: 0;
}

.service-title-section.service-title-section--convention .container {
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-title-section.service-title-section--convention .cs-btn-one.btn-circle {
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--body-font-line-height);
  letter-spacing: 1px;
  color: #087A55;
  background-color: transparent;
  border: 1px solid #087A55;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 60px;
}

.service-title-section.service-title-section--convention .cs-btn-one:hover {
  color: #FFFFFF;
  background: #E79F12;
  border: 1px solid #E79F12;
}

.service-title-section.service-title-section--convention .service-style2 {
  margin-bottom: 15px;
}

.service-title-section.service-title-section--convention .service-style2 .service-item-thumb .service-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 40px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  position: absolute;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.service-title-section.service-title-section--convention .service-style2 .service-item-thumb:before {
  background: rgb(37, 37, 49, 0.2);
}

.service-title-section.service-title-section--convention .service-style2 .service-item-thumb .service-item-content .service-categories {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

/*========================================*/
/*------------ [_Section_JoinUs] -----------*/
/*========================================*/
.service-title-section.service-title-section--join-us {
  background-color: #F4F4F4;
  min-height: 480px;
  padding: 120px 0;
}

.service-title-section.service-title-section--join-us .section-title {
  margin: 0;
}

.service-title-section.service-title-section--join-us .cs-btn-one.btn-circle {
  font-size: 18px;
  font-weight: 500;
  line-height: var(--body-font-line-height);
  letter-spacing: 1px;
  background-color: #087A55;
  border: 1px solid #087A55;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 60px;
}

.service-title-section.service-title-section--join-us .cs-btn-one:hover {
  color: #FFFFFF;
  background-color: #E79F12;
  border: 1px solid #E79F12;
}

.service-title-section.service-title-section--join-us .content-box-center {
  font-weight: 400;
}

/*========================================*/
/*------------ [_Section_AboutUs] -----------*/
/*========================================*/
.feature-box-style2.feature-box-style2--about-us {
  background: none;
  padding: 25px 0;
  margin-bottom: 0;
}

.feature-box-style2.feature-box-style2--about-us:before {
  display: none;
}

.feature-box-style2.feature-box-style2--about-us:hover .inner-box .feature-box-icon {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.feature-box-style2.feature-box-style2--about-us .inner-box .feature-box-icon img {
  width: 80px;
  height: 80px;
}

.feature-box-style2.feature-box-style2--about-us .inner-box .title {
  position: relative;
  color: #087A55;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

/*========================================*/
/*------------ [_Section_NewsDetail] -----------*/
/*========================================*/
.news-wrapper .news-thumb:after {
  background: none;
}

.news-wrapper:hover .news-thumb img {
  transform: scale(1);
}

.single-news-details.news-wrapper .single-news-content .news-description {
  color: #FFFFFF;
  background: #9CCB32;
  border: 1px solid #9CCB32;
  padding: 10px 15px;
}

.news-wrapper .news-description .news-bottom-part .post-link {
  color: #FFFFFF;
  font-weight: 600;
}

.news-wrapper .news-description .news-bottom-part .post-link .entry-date i {
  color: #FFFFFF;
  font-size: 18px;
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-tags ul li a {
  background: #393939;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a {
  font-size: 22px;
  height: 42px;
  width: 42px;
  color: #FFFFFF;
  background-color: #393939;
  display: inline-block;
  line-height: 46px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 4px;
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a:hover {
  color: #FFFFFF;
  background-color: #087A55;
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li:last-child a {
  margin-right: 0;
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area {
  border-top: 1px solid #eee;
  border-bottom: 0;
  padding: 30px 0px 0px;
  margin: 20px 0 0;
}

.section-news-gallery .project-item-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  max-height: 300px;
}

.section-news-gallery .project-item-style1 .project-item-thumb .project-item-link-icon a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; 
  width: 55px;
  height: 55px;
  line-height: 65px;
  background: var(--primary-color);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.section-news-gallery .project-item-style1:hover .project-item-thumb .project-item-link-icon a {
  visibility: visible;
  opacity: 1;
}

.section-news-gallery .project-item-style1 .project-item-thumb .project-item-link-icon a i {
  font-size: 24px;
}

.sidebar-widget {
  padding: 24px;
  margin-bottom: 24px;
  background: #EDEDED;
}

.sidebar-widget.widget-search {
  padding: 24px;
}

.single-blog-widget-title {
  color: #087A55;
  font-size: 20px;
  font-weight: 700;
  padding-left: 24px;
}

.single-blog-widget-title:after {
  background: #087A55;
}

.widget.sidebar-widget.widget-categories i.fa-caret-right {
  color: #087A55;
}

.news-sidebar-widget .widget-categories ul li a,
.news-sidebar-widget .widget-archives ul li a {
  color: #2d3941;
  font-weight: 600;
}

.news-sidebar-widget .widget-tags ul li a {
  font-weight: 500;
  margin-right: 6px;
  margin-top: 12px;
}

.news-sidebar-widget .widget-popular-posts .post-date {
  font-weight: 500;
}

.sidebar-widget.widget-popular-posts .single-post .post-image {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding-top: 6px;
}

.sidebar-widget.widget-popular-posts .single-post .post-image img {
  border-radius: 0;
}

.sidebar-widget.widget-popular-posts .single-post .post-content h5 {
  line-height: 1.5;
}

.sidebar-widget.widget-popular-posts .single-post .post-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sidebar-widget.widget-popular-posts .single-post .post-content .post-date {
  margin-bottom: 0;
}

/*========================================*/
/*------------ [_PageCareer_Section_CareerItem] -----------*/
/*========================================*/
.section-career-item {
  padding-top: 40px;
}

.section-career-item .accordion .accordion-item .accordion-header .title {
  cursor: pointer;
  position: relative;
  background: #EDEDED;
  margin: 0;
  padding: 20px 70px 20px 20px;
  font-size: 20px;
  line-height: 1.5;
  border: none;
}

.section-career-item .accordion .accordion-item.active .accordion-header .title,
.section-career-item .accordion .accordion-item .accordion-header .title:hover {
  color: #087A55;
}

.section-career-item .accordion .accordion-item .accordion-header span {
  left: inherit;
  right: 20px;
  top: 22px;
}

.section-career-item .accordion .accordion-item .accordion-body {
  padding: 20px;
  display: none;
  background: #EDEDED;
  border-top: 1px solid #E0E0E0;
}

.section-career-item .accordion .accordion-item:nth-child(1) .accordion-body {
  display: none;
}

.section-career-item .accordion .accordion-item .accordion-body .content-box-center {
  margin: 40px 0 0;
}

.section-career-item .accordion .accordion-item .accordion-body .content-box-center .cs-btn-one.btn-circle {
  background-color: #9CCB32;
  padding: 10px 46px;
}

.section-career-item .accordion .accordion-item .accordion-body .content-box-center .cs-btn-one.btn-circle:hover {
  background: var(--primary-color2);
}

/*========================================*/
/*------------ [_PageOurShop] -----------*/
/*========================================*/
.section-our-shop-category .cs-btn-one.btn-circle {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #087A55;
  background-color: #FFFFFF;
  border: 1px solid #087A55;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 60px 60px 60px 60px;
  padding: 10px 20px;
}

.section-our-shop-category .cs-btn-one.btn-circle.active,
.section-our-shop-category .cs-btn-one.btn-circle:hover {
  color: #FFFFFF;
  background: #9CCB32;
  border: 1px solid #9CCB32;
}

.section-our-shop-detail .news-wrapper {
  background: #FFFFFF;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark {
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-top: 1px solid #EDEDED;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark .the-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #087A55;
  margin-bottom: 14px;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark .the-title a:hover {
  color: #087A55;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark .the-content {
  color: #087A55;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark .news-bottom-part .post-link {
  color: #087A55;
  font-weight: 500;
}

.section-our-shop-detail .news-wrapper .news-description.news-description--citypark .news-bottom-part .post-link .entry-date i {
  color: #087A55;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/*========================================*/
/*------------ [_PageCityArenaFutsal] -----------*/
/*========================================*/
.feature-box-style2.feature-box-style2--city-arena-futsal {
  background: none;
  padding: 25px 0;
  margin-bottom: 0;
}

.feature-box-style2.feature-box-style2--city-arena-futsal:before {
  display: none;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 56px;
  display: inline-block;
  padding: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feature-box-style2.feature-box-style2--city-arena-futsal:hover .inner-box .feature-box-icon {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .feature-box-icon img {
  width: 150px;
  height: 90px;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .title {
  position: relative;
  color: #087A55;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .content-box-center .cs-btn-one.btn-circle {
  background-color: #087A55;
  padding: 10px 46px;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .content-box-center .cs-btn-one.btn-circle:hover {
  background: var(--primary-color2);
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .content-box-center .entry-link {
  color: #087A55;
  font-size: 18px;
  font-weight: 700;
}

.feature-box-style2.feature-box-style2--city-arena-futsal .inner-box .content-box-center .entry-link:hover {
  color: #E79F12;
}

/*========================================*/
/*------------ [_PageContact] -----------*/
/*========================================*/
.feature-box-style2.feature-box-style2--contact-us {
  background: none;
  padding: 25px 0;
  margin-bottom: 0;
}

.feature-box-style2.feature-box-style2--contact-us:before {
  display: none;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 56px;
  display: inline-block;
  padding: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feature-box-style2.feature-box-style2--contact-us:hover .inner-box .feature-box-icon {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .feature-box-icon img {
  width: 80px;
  height: 80px;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .title {
  position: relative;
  color: #087A55;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .content-box-center .cs-btn-one.btn-circle {
  background-color: #087A55;
  min-width: 180px;
  padding: 10px 20px;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .content-box-center .cs-btn-one.btn-circle:hover {
  background: var(--primary-color2);
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .content-box-center .entry-link {
  color: #087A55;
  font-size: 18px;
  font-weight: 700;
}

.feature-box-style2.feature-box-style2--contact-us .inner-box .content-box-center .entry-link:hover {
  color: #E79F12;
}

.rs-cta.cta-style1.cta--overwrite-style1 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 600px;
}

.rs-contact.contact-style1.contact--overwrite-style1 {
  position: relative;
  display: block;
  z-index: 12;
  margin-top: -560px;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .container.custom8 {
  max-width: 930px;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap {
  padding: 60px 80px 60px 80px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.14);
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap .label-control {
  display: block;
  color: #087A55;
  font-weight: 500;
  margin-bottom: 8px;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap .from-control {
  font-size: 16px;
  padding: 12px 30px 12px 30px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C3CAD9;
  color: #183B56;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap .from-control.nice-select {
  line-height: inherit;
  height: auto;
}

.rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap .content-box-center .cs-btn-one.btn-circle {
  padding: 10px 46px;
}

.client-items.client-items--contact-us .client-item {
  opacity: 1;
  filter: none;
}

@media (max-width: 991px) {
  .rs-contact.contact-style1.contact--overwrite-style1 .main-contact .contact-wrap {
    padding: 40px 20px 40px 20px;
  }
}

/*========================================*/
/*------------ [_PageTenant] -----------*/
/*========================================*/
.service-nav-menu .service-link-list {
  background: #EDEDED;
  padding: 40px;
}

.service-nav-menu .service-link-list .nav {
  display: block;
  padding: 0;
  margin: 0;
}

.service-nav-menu .service-link-list .nav .nav-link {
  width: 100%;
  cursor: pointer;
  display: block;
  color: var(--heading-font-color);
  padding: 10px 20px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: left;
}

.service-nav-menu .service-link-list .nav .nav-link:last-child {
  margin-bottom: 0;
}

.service-nav-menu .service-link-list .nav .nav-link.active {
  color: #FFFFFF;
}

.service-nav-menu .service-link-list .nav .nav-link.active:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: -1;
  background-color: var(--primary-color);
}

.service-nav-menu .service-link-list .nav .nav-link:hover:before {
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
}

.service-nav-menu .service-link-list .nav .nav-link:before {
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  height: 0;
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: -1;
}

.service-nav-menu .service-link-list .nav .nav-link:hover {
  color: #FFFFFF;
}

.service-nav-menu .service-link-list .nav .nav-link i {
  font-size: 13px;
  margin-right: 15px;
}

.rs-contact.contact-style1.contact--overwrite-style2 {
  position: relative;
  display: block;
  z-index: 12;
}

.rs-contact.contact-style1.contact--overwrite-style2 .main-contact .contact-wrap {
  padding: 60px 80px 60px 80px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.14);
}

.rs-contact.contact-style1.contact--overwrite-style2 .main-contact .contact-wrap .label-control {
  display: block;
  color: #087A55;
  font-weight: 500;
  margin-bottom: 8px;
}

.rs-contact.contact-style1.contact--overwrite-style2 .main-contact .contact-wrap .from-control {
  font-size: 16px;
  padding: 12px 30px 12px 30px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C3CAD9;
  color: #183B56;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style1.contact--overwrite-style2 .main-contact .contact-wrap .from-control.nice-select {
  line-height: inherit;
  height: auto;
}

.rs-contact.contact-style1.contact--overwrite-style2 .main-contact .contact-wrap .content-box-center .cs-btn-one.btn-circle {
  padding: 10px 46px;
}

/*========================================*/
/*------------ [_Section_Footer] -----------*/
/*========================================*/
[data-overlay-dark]:before {
  background-color: #087A55;
}

.footer {
  color: #FFFFFF;
}

.footer .footer-main-area {
  padding: 60px 0 0;
}

.footer h5 {
  font-size: 20px;
  line-height: 1.4;
}

.footer h5.sub-title-line-bottom {
  font-weight: var(--h5-h6-font-weight);
  text-transform: inherit;
  letter-spacing: inherit;
}

.footer h5.sub-title-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #efe8de;
  z-index: -1;
}

.footer .footer-main-area img {
  display: block;
  max-width: 200px;
}

.footer .footer-main-area p {
  margin: 0;
}

.footer .footer-main-area a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footer-main-area a:hover {
  color: #E79F12;
  text-decoration: none;
}

.footer .footer-main-area .footer-widget {
  display: block;
}

.footer .footer-main-area .footer-widget address p {
  margin-bottom: 10px;
}

.footer .footer-main-area .footer-widget .social-list {
  padding-top: 20px;
}

.footer .footer-main-area .footer-widget .social-list li {
  display: inline-block;
}

.footer .footer-main-area .footer-widget .social-list li a {
  background-color: transparent;
  height: 50px;
  width: 50px;
}

.footer .footer-main-area .footer-widget .footer-widget-list li {
  margin-bottom: 4px;
}

.footer .list-inline li.list-inline-item {
  display: inline-block;
}

.footer .footer-main-area img.social {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footer-logo img {
  width: 100%;
  max-width: 275px;
  padding-bottom: 10px;
}

/*========================================*/
/*------------ [_Section_Copyright] -----------*/
/*========================================*/
.footer-copyright-area.footer-copyright-area--cirypark {
  position: relative;
  z-index: 2;
  background-color: #393939;
  padding: 20px 0;
}

.anim-scroll-to-top svg.progress-circle path {
  stroke: #E79F12;
}

.anim-scroll-to-top::after {
  color: #E79F12;
}

.owl-carousel.news-style1 .owl-nav button.owl-prev,
.owl-carousel.news-style1 .owl-nav button.owl-next {
  background-color: rgb(57, 57, 57, 0.6);
}

.owl-carousel.news-style1 .owl-nav button.owl-prev:hover,
.owl-carousel.news-style1 .owl-nav button.owl-next:hover {
  background-color: rgb(231, 159, 18, 0.8);
}

.owl-carousel.news-style1 .owl-nav button.owl-prev,
.owl-carousel.news-style1:hover .owl-nav button.owl-prev {
  left: 12px;
}

.owl-carousel.news-style1 .owl-nav button.owl-next,
.owl-carousel.news-style1:hover .owl-nav button.owl-next {
  right: 12px;
}

.owl-carousel.news-style1 .owl-nav button.owl-prev,
.owl-carousel.news-style1 .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible;
}

.home_banner_02 .home-carousel.home-carousel--citypark.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.home_banner_02 .home-carousel.home-carousel--citypark.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.home_banner_02 .home-carousel.home-carousel--citypark.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 6px 8px;
  background: #FFFFFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.home_banner_02 .home-carousel.home-carousel--citypark.owl-theme .owl-dots .owl-dot.active span,
.home_banner_02 .home-carousel.home-carousel--citypark.owl-theme .owl-dots .owl-dot:hover span {
  background: #087A55
}

.pagination-nav .pagination-list>li>a {
  color: var(--header1-nav-color);
  font-weight: 600;
  font-size: 18px;
}

.pagination-nav .pagination-list>li>a.disabled,
.pagination-nav .pagination-list>li>a.disabled:hover,
.pagination-nav .pagination-list>li>a.disabled:focus {
  background-color: inherit;
  color: #ddd;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 18px;
}

.entry-title .the-title {
  color: #087A55;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.entry-content.entry-content--editor img {
  margin-top: 10px;
  margin-bottom: 30px;
}

.entry-content.entry-content--editor p {
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h1 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h2 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h5 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.entry-content.entry-content--editor ul,
.entry-content.entry-content--editor ol {
  display: block;
  margin-block-start: 10px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.entry-content.entry-content--editor>ul:first-child,
.entry-content.entry-content--editor>ol:first-child {
  margin-block-start: 0px;
}

.entry-content.entry-content--editor ul {
  list-style-type: disc;
}

.entry-content.entry-content--editor ol {
  list-style-type: decimal;
}

.entry-content.entry-content--editor ol ol,
.entry-content.entry-content--editor ol ul,
.entry-content.entry-content--editor ul ol,
.entry-content.entry-content--editor ul ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.entry-content.entry-content--editor a {
  color: #087A55;
}

.entry-content.entry-content--editor a:hover {
  color: #E79F12;
}

.entry-content.entry-content--editor.text-white h1,
.entry-content.entry-content--editor.text-white h2,
.entry-content.entry-content--editor.text-white h3,
.entry-content.entry-content--editor.text-white h4,
.entry-content.entry-content--editor.text-white h5,
.entry-content.entry-content--editor.text-white h6 {
  color: #FFFFFF;
}

.entry-content.entry-content--editor.legal-consent a {
  color: #393939;
}

.entry-content.entry-content--editor.legal-consent a:hover {
  color: #E79F12;
}

.swal2-popup {
  padding-bottom: 40px !important;
}

.swal2-title {
  font-size: 22px !important;
}

.swal2-actions {
  margin-top: 30px !important;
}

.swal2-actions .cs-btn-one.btn-circle {
  min-width: 160px;
  padding: 10px 46px;
}

.swal2-actions .cs-btn-one.btn-secondary {
  background-color: #909090;
  border-color: #909090;
}

.swal2-actions .cs-btn-one.btn-secondary:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}