/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.99.99
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.time-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* Ẩn text ban đầu */
.section-about-gallery .row-item>.col .text-hover {
    opacity: 0;
    transition: all 0.3s ease;
    left: 50%;
    color: white;
    font-size: 16px;
    transform: translate(-50%, 30%);
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 70%;
    text-transform: uppercase;
    font-weight: 600;
}

/* Hiện text khi hover slider */
.section-about-gallery .row-item>.col:hover .text-hover {
    opacity: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


.uxb-wrapper .text-hover {
    opacity: 1 !important;
    bottom: 0% !important;
    top: inherit !important;
}

/* Thêm nền cho slider khi hover */
.section-about-gallery .row-item>.col:hover .shade {
    opacity: 1;
    background: linear-gradient(0deg, #110172 0, rgb(26 11 120 / 68%) 33%);
}

.section-about-gallery .flickity-page-dots {
    left: 0;
    right: 0;
}

.section-about-gallery .flickity-page-dots .dot.is-selected {
	border-color: #372a89;
}

.section-about-gallery .flickity-prev-next-button {
    color: #ffffff;
    z-index: 9;
}

.col-inner li {
	margin-bottom: 0;
}

.text-heading h2 {
	    background-color: #2605e9;
    color: white;
    text-align: center;
    padding: 15px 0;
}

.section-calendar-list {
	padding: 0 !important;
	margin-top: -30px;
}

/* Nền xanh nhẹ cho toàn bộ form */
.section-calendar .wpcf7-form {
  background-color: #bdf0ff;
  padding: 0;
  border-radius: 12px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #1c1c7d;
	margin-bottom: 0;
}

/* Tiêu đề */
.section-calendar .wpcf7-form h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #120066;
}

/* Label và khối input */
.section-calendar .wpcf7-form p {
  margin-bottom: 0px;
}

/* Input, textarea, select */
.section-calendar .wpcf7-form input[type="text"],
.section-calendar .wpcf7-form input[type="email"],
.section-calendar .wpcf7-form input[type="tel"],
.section-calendar .wpcf7-form input[type="url"],
.section-calendar .wpcf7-form input[type="number"],
.section-calendar .wpcf7-form textarea,
.section-calendar .wpcf7-form select {
  width: 100%;
  border: 2px solid #00c0ff;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
	height: 48px;
	font-weight: normal;
}

/* Placeholder màu nhẹ */
.section-calendar .wpcf7-form input::placeholder,
.section-calendar .wpcf7-form textarea::placeholder {
  color: #110172;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 400;
}

/* Nút gửi */
.section-calendar .wpcf7-form input[type="submit"] {
    background-color: #FF0001;
    width: 100%;
    color: #fff;
    padding: 3px 0;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.section-calendar .wpcf7-form input[type="submit"]:hover {
  background-color: #007acc;
}

.section-calendar .wpcf7-form a {
	color: #FF0001;
}

.section-calendar .wpcf7 label {
    color: #110172;
    font-size: 17px;
    line-height: 32px;
}

.cf7-address, .cf7-exhibition, .cf7-info{
	display: flex;
	gap: 20px;
}

.cf7-address span {
	width: 33.33%;
}

.title-calendar, .page-template-template-book h1 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #110172;
	margin: 30px 0 15px;
}

.section-calendar {
	padding: 40px 90px 0 !important;
	max-width: 1000px;
	margin: 0 auto;
}

.description-calendar p {
	margin-bottom: 0px;
}

.description-calendar {
	max-width: 1000px;
	margin: 0 auto 20px auto;
}

.calendar-month-item {
	margin-bottom: 0px;
	padding: 40px;
	background: #fff;
}

.calendar-month-item h3 {
	text-transform: uppercase;
}

.calendar-status.closed {
	margin: 10px 0;
}

.status-badge {
	background: #dc3545;
	color: white;
	padding: 5px 12px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: bold;
}

.calendar-events {
	margin-top: 20px;
}

.event-item {
	background: #f8f9fa;
	padding: 15px;
	margin: 15px 0;
	border-left: 4px solid #2605e9;
	border-radius: 4px;
	position: relative;
}

.event-website {
	position: absolute;
	right: 10px;
	top: 10px;
}

.event-date {
	color: #2605e9;
	font-weight: bold;
	margin-bottom: 5px;
}

.event-title {
	margin: 5px 0;
	color: #333;
	text-transform: uppercase;
}

.event-content {
	color: #111;
	line-height: 1.5;
}

.event-content p {
	margin-bottom: 10px;
}

.post-type-archive-calendar H1 {
	text-align: center;
	font-size: 36px;
}

.post-type-archive-calendar .tab-panels {
    padding: 20px;
}

.post-type-archive-calendar .tabbed-content .nav {
	display: flex;
    flex-wrap: nowrap;
	margin: 0 !important;
}

.post-type-archive-calendar .tabbed-content li {
	padding: 7px;
	width: 8.33%;
}

.post-type-archive-calendar .tabbed-content li > a {
    background-color: #110172;
    color: white;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 15px 5px;
    height: 125px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.post-type-archive-calendar .tabbed-content li img {
	width: 30px;
	height: 30px;
}

.post-type-archive-calendar .tabbed-content li.calendar-closed > a {
	background-color: #17c9ff;
	color: #110172;
}

.post-type-archive-calendar .tabbed-content li.active > a {
    border: 4px solid #FF9800;
}

.post-type-archive-calendar .tabbed-content {
    background-color: #b9f2ff;
}

.post-type-archive-calendar .tabbed-content h2 {
    text-align: center;
    background-color: #2605e9;
    color: white;
    padding: 15px 0 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.post-type-archive-calendar .tab-info {
    display: flex;
    width: 100%;
	gap: 40px;
	padding: 25px 0 15px;
}

.post-type-archive-calendar .tab-info .tab-info-left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.post-type-archive-calendar .tab-info .tab-info-left img {
    width: 30px;
    height: 30px;
    background-color: #02d1ff;
}

.post-type-archive-calendar .tab-info .tab-info-left {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-type-archive-calendar .tab-info .tab-info-right {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-type-archive-calendar .tab-info .tab-info-right img {
    width: 30px;
    height: 30px;
    background-color: #110172;
}

.section-banner .overlay {
	background: linear-gradient(to right, #2002D800, #110172);
}

.section-banner .text h1 {
	font-size: 42px;
	margin-bottom: 15px;
}

.section-banner .text p {
    margin: 3px 0;
    font-size: 20px;
}

.section-banner .row-button {
	margin-top: 35px;
}

.section-banner .row-button .col {
	padding-bottom: 0;
}

.section-banner .row-button a.button {
    font-weight: normal;
    padding: 0 25px;
	margin: 0 0 0 5px;
}

.section-about .large-5 {
        flex-basis: 44%;
        max-width: 44%;
    }

.section-about .large-7 {
        flex-basis: 56%;
        max-width: 56%;
    }

.section-about p {
	font-size: 15px;
}

blockquote {
    border-left: 25px solid #FF0001;
    color: #2605E9;
    font-style: normal;
    font-weight: 600;
    padding: 0 0 0 15px;
}

blockquote p, 
.section-about blockquote p {
	font-size: 17px;
}

.section-title-bold span, .section-title-bold-center span {
    border: none;
    padding: 0 25px 0 0;
    font-size: 42px;
}

.section-title b {
    opacity: 1;
}

.section-about {
	padding: 50px 0 50px !important;
}

.section-about img {
	border-radius: 25px;
}

.section-about .row-about-content .col {
	display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.section-about a.button {
	font-weight: normal;
	padding: 0 35px;
	margin: 0;
}

.container.section-title-container {
	margin-bottom: 0;
}

.row-statistics {
    background-color: #110172;
	padding: 30px 20px;
	margin-top: 20px;
}

.row-statistics .col {
	padding-bottom: 0;
}

.row-statistics .stat-number p, .row-statistics .stat-number {
	font-weight: 600;
	color: #02D1FF;
	font-size: 34px !important;
	margin-bottom: 10px;
}

.row-statistics .stat-label p, .row-statistics .stat-label {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 26px;
	margin-bottom: 0;
}

.section-contact-cta .overlay {
    background: linear-gradient(to left, #3C1CFF00, #110172);
}

.contact-cta-title p {
	margin-bottom: 0;
	font-weight: 600;
}

.section-contact-cta a.button {
    border-radius: 25px;
    background-color: #02D1FF;
    font-weight: 600;
    padding: 5px 30px;
}

.section-services .services-grid-2 .col-inner {
	background-color: #110172;
    color: white;
	border-radius: 25px 25px 0 0;
}

.section-services .services-grid-2 .col-inner h3 {
	color: white;
	margin-bottom: 15px;
	font-size: 22px;
}

.section-services .services-grid-2 .col-inner .box-image {
	border-radius: 25px 25px 0 0;
}

.section-services .box-text.text-center {
    padding: 25px 20px 5px;
	min-height: 280px;
}

.section-services a.button {
	padding: 0 30px;
}

.section-title-center b {
	opacity: 0;
}

.section h2.section-title-center {
	font-size: 32px;
}

.section-services {
	padding: 50px 0 30px !important;
}

.section-events {
	padding: 50px 0 30px !important;
}

.section-events .text-title {
	font-weight: 600;
}

.section-events .overlay {
    background: linear-gradient(to bottom, #36298900, #110172);
}

.section-events a.button {
    border-radius: 25px;
    color: #02D1FF;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 15px;
        margin: 0;
}

.section-news {
	padding: 50px 0 20px !important;
}

.section-news h3 .section-title-main {
    border: none;
    text-transform: inherit;
    font-weight: 600;
}

.section-news .section-title {
	border: none;
}

.section-news .is-divider {
	display: none;
}


.section-news .news-left .box-image img {
    border-radius: 20px;
}

.section-news .news-left .box-text.text-left {
    padding: 0 0 0 20px;
}

.news-left .post-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}


.news-right .box {
    background: white;
    border-radius: 25px 25px 0 0;
}

.news-right .box .box-image {
	border-radius: 25px 25px 0 0;
}

.news-right .box .box-text {
	padding: 20px;
}

.news-right .box-text .button {
    margin-top: 15px;
    color: #FF0001;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 14px;
}

.section-partners {
	padding: 50px 0 20px !important;
}

.section-partners .row-title .col {
	padding-bottom: 0;
}

.sky-expo-contact-form {
    color: #00FFFF;
}

.sky-expo-contact-form .form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #02D1FF;
    letter-spacing: 1px;
}

.sky-expo-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.sky-expo-contact-form .form-row.full-width .form-col {
    width: 100%;
}

.sky-expo-contact-form .form-col {
    flex: 1;
}

.sky-expo-contact-form label {
    display: block;
    margin-bottom: 5px;
    color: #02D1FF;
    font-size: 14px;
    font-weight: 600;
}

.sky-expo-contact-form input[type="text"],
.sky-expo-contact-form input[type="email"],
.sky-expo-contact-form input[type="tel"],
.sky-expo-contact-form input[type="url"],
.sky-expo-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
	height: 42px;
}

.sky-expo-contact-form textarea {
   min-height: 100px;
    resize: vertical;
}

.sky-expo-contact-form input::placeholder,
.sky-expo-contact-form textarea::placeholder {
    color: #110172;
}

.sky-expo-contact-form .form-submit {
    text-align: center;
    margin-top: 25px;
}

.form-submit p {
	display: inline-grid;
}

.sky-expo-contact-form .submit-btn {
    background: #FF0000;
    color: white;
    padding: 3px 0;
    border: none;
    border-radius: 8px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    width: 520px;
    max-width: 100%;
    margin: 0;
}

.sky-expo-contact-form .submit-btn:hover {
    background: #CC0000;
    transform: translateY(-2px);
}

.section-contact-final {
	padding: 60px 0 0 !important;
}

/* === Layout tổng === */
.newsletter-signup-form {
    max-width: 560px;             /* chỉnh theo ý */
    margin: 0 auto;
}

/* CF7 tự thêm <p> bao quanh các field => dùng p làm container chính */
.newsletter-signup-form > p {
    margin: 0 !important;
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1.5px solid #1900a3;    /* viền xanh đậm */
    border-radius: 10px;          /* bo tròn 2 đầu */
    overflow: hidden;
    background: #ddeaff;          /* nền phần input (trái) */
    position: relative;
    line-height: 1;
}

/* CF7 tự chèn <br> giữa input & submit => ẩn nó đi */
.newsletter-signup-form br {
    display: none;
}

/* Gói wrap quanh input email */
.newsletter-signup-form .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    display: block;
    min-width: 0; /* tránh tràn khi flex */
}

/* Input email */
.newsletter-signup-form input[type="email"] {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: none;
    background: transparent;
    font-size: 12.5px;
    line-height: 1.2;
    color: #0d0d0d;
    outline: none;
    box-shadow: none;
}

.newsletter-signup-form input[type="email"]::placeholder {
    color: #666;
    opacity: 1; /* bảo đảm màu placeholder */
}

/* Nút GỬI */
.newsletter-signup-form .wpcf7-submit {
    border: none;
    margin: 0;
    padding: 0 40px 0 18px;
    font-size: 14px;
}

.newsletter-signup-form .wpcf7-submit:hover,
.newsletter-signup-form .wpcf7-submit:focus {
    opacity: .9;
}

.newsletter-signup-form > p::after {
    content: "";
    font-size: 17px;
    color: #00e0ff;
    transform: translateY(-1px);
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999;
}

/* Ẩn spinner CF7 (tuỳ bạn giữ hay không) */
.newsletter-signup-form .wpcf7-spinner {
    display: none !important;
}

.section-footer .row-1 .col-3 p {
	margin-bottom: 12px;
	font-size: 14px;
}

.section-footer .row-1 .col {
	padding-bottom: 10px;
}

.section-footer .row-2 .col-1  {
        flex-basis: 38%;
        max-width: 38%;
    }

.section-footer .row-2 .col-1 .contact-info a {
	color: #131313;
}

.section-footer .row-2 .col-2  {
        flex-basis: 15%;
        max-width: 15%;
    }

.section-footer .row-2 .col-3  {
        flex-basis: 23%;
        max-width: 23%;
    }

.section-footer .row-2 .col-4  {
        flex-basis: 24%;
        max-width: 24%;
	padding-left: 0;
    }

.section-footer .text-title {
    color: #110172;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-footer p {
	margin-bottom: 10px;
	font-size: 14px;
}

.section-footer .ux-menu-link {
    font-weight: 600;
    color: #131313;
	font-size: 15px;
}

.contact-info {
    line-height: 1.4;
    color: #111;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-info p {
    display: flex;
    color: #131313;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}
.contact-info span {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-info i {
    font-size: 17px;
    line-height: 1;
    color: #00c4ff;
    margin-top: 2px;
    min-width: 20px;
    text-align: center;
}

.section-footer .social-icons .icon {
    background-color: #110172;
    color: white;
	border-color: #110172;
}

.absolute-footer.dark {
	padding-top: 15px;
    color: #02D1FF;
}

.section-footer {
	padding: 50px 0 20px !important;
}

.phone-contact {
    color: #02D1FF;
    display: flex;
    gap: 5px;
    align-items: center;
	font-size: 14px;
}

.phone-contact a {
	color: #02D1FF;
}

.header-search-form-wrapper .form-flat input:not([type=submit]) {
    background-color: #2605E9 !important;
    width: 250px;
    padding: 10px;
	height: 35px;
}


.section-about-banner {
	
}

.section-about-banner .overlay{
	    background: linear-gradient(to top, #02d1ff73, #110172);
}

.event-meta {
	margin-bottom: 10px;
}

.event-meta svg, .event-meta i {
	width: 17px;
	height: 17px;
}

.event-meta .meta-item {
	display: flex;
    align-items: center;
	margin-bottom:5px;
	gap: 5px;
}

.row-event .post-item .col-inner {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 25px;
}

.row-event .post-item .box-image {
	border-radius: 25px 25px 0 0;
}

.row-event .box-text {
	padding: 70px 25px 20px 25px;
}

.row-event .event-categories {
    background-color: #2605E9;
    padding: 8px 20px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 0 10px 10px 0;
}

.row-event .event-categories a {
    font-size: 17px;
    color: #dfefff;
    font-weight: 600;
}

.registration-tag {
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
    display: inline-block;
    margin: 3px 1px;
	text-transform: uppercase;
	font-size: 12px;
}

.row-event .from_the_blog_excerpt {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
}

.event-registrations {
	min-height: 60px;
}

.section-quicklink {
	margin-top: -18px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.quick-filters a {
	background-color: #2605E9;
    color: white;
    padding: 7px 20px;
	text-transform: uppercase;
	font-weight: bold;
	    display: inline-block;
	margin: 3px 0;
}

.quick-filters a.active {
	background-color: #FF0001;
}


    .filter-form .filter-fields {
    display: inline-flex;
    gap: 10px;
}
    
    .filter-form .field-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #333;
        font-size: 14px;
    }
    
.filter-form input, .filter-form select {
    width: 100%;
    border: 1px solid #110172;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    height: 40px;
}
    
    .filter-form input:focus,
    .filter-form select:focus {
        outline: none;
        border-color: #0073aa;
    }
    
 .btn-filter {
    background: #110172;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    margin: 0;
}
    .btn-filter:hover {
        background: #005a87;
        transform: translateY(-2px);
    }
    
    .btn-filter i {
        font-size: 16px;
    }

.field-group {
	position: relative;
}

.field-group input, .field-group select {
    font-size: 13.5px;
    min-width: 170px;
}

.date-placeholder {
	
						position: absolute;
				left: 10px;
				top: 20px;
				transform: translateY(-50%);
				color: rgb(17, 1, 114);
				pointer-events: none;
				background: white;
				font-size: 13.5px;
}

#event_category_filter {
	min-width: 220px;
}

.event-filter-form form {
	display: flex;
	gap: 10px;
}

.search-input-group {
	border: 1px solid #110172;
    border-radius: 8px;
    display: flex;
}

.search-input-group input, .search-input-group button {
	margin-bottom: 0 !important;
}

.search-input-group input {
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	border: none;
	font-size: 13.5px;
	height: 40px;
	width: 250px;
}

.search-input-group input::placeholder {
    color: #110172;
}

.search-input-group input:focus {
	box-shadow: none;
}

.search-input-group button {
	padding: 0;
}


.event-filter-search {
	display: flex;
    justify-content: space-between;
}

.post-type-archive-event h1 {
	text-align: center;
	font-size: 32px;
}

.post-type-archive-event .entry-header {
	margin: 40px 0 20px;
}

#content .col-inner ul {
	margin-left: 20px;
}

.page-template-template-service h1 {
	font-size: 35px;
}

.page-template-template-service h2 {
	font-size: 22px;
}

.page-template-template-service h3 {
	font-size: 18px;
}

.archive.category h1 {
	text-align: center;
}

.row-post .post-item .col-inner {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 25px;
}

.row-post .post-item .box-image {
    border-radius: 25px 25px 0 0;
}

.row-post .box-text {
    padding: 20px 20px 20px 20px;
}

.row-post a.button {
    margin-top: 15px;
    color: #FF0001;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 14px;
}

.pt-related .post-item .col-inner {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px 10px 0 0;
}

.pt-related .post-item .box-image {
	border-radius: 10px 10px 0 0;
}

.pt-related .box-text {
	padding: 10px;
}

.pt-related .is-divider, .widget-area .is-divider {
	display: none;
}

.pt-related .post-title {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
}

.widget-area span.widget-title {
    background-color: #110172;
    text-align: center;
    width: 100%;
    color: white;
    display: block;
    padding: 18px 0;
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 18px;
	margin-bottom: 15px;
}

.single .post-sidebar {
	padding-left: 0;
	border: none !important;
}

.header-main .nav > li > a {
    font-weight: bold;
}

.section-contact-box .row-box {
    background-color: #110172;
    padding: 40px 40px;
    border-radius: 15px;
}

.section-contact-box .row-box .col {
	background-color: #DFEFFF;
	padding: 0;
}

.section-contact-box .row-box .col-1 .col-inner {
	padding: 30px 40px 20px;
}

.section-contact-box .row-box .col-2 p {
	margin-bottom: -5px;
}

.section-contact-box .contact-info i {
    color: #2605E9;
}

.section-contact-box .contact-info a {
	color: #110172;
}

.section-contact-box {
	padding: 50px 0 !important;
}

.page-id-29 .section-bg-overlay {
    background-color: #110172 !important;
}

.nav-dropdown li.active>a {
	font-weight: 600;
	color: #110172;
}

.nav-dropdown>li>a {
	color: #333;
}

.section-service-info img {
	border-radius: 25px;
}

.section-service-info h1 {
	font-size: 38px;
	line-height: 60px;
}

.section-service-detail {
	padding: 50px 0 30px !important;
}

.section-service-detail .row-item .col-inner {
	background-color: #dfefff;
	padding: 25px 20px 20px;
}

.section-service-detail .row-item .icon-box-text {
    min-height: 150px;
}

.section-service-detail .row-item p {
	color: #000000;
}

.section-service-detail .row-item .col-inner h3 {
	color: #110172;
	text-transform: uppercase;
}

.section-service-guideline {
	padding: 50px 0 30px !important;
}

   .section-service-guideline .large-3 {
        flex-basis: 20%;
        max-width: 20%;
    }

.section-service-guideline .large-3 h3 {
	text-transform: uppercase;
}

.section-service-guideline .large-3 p {
	font-size: 17px;
}

.section-service-benefit {
	padding: 50px 0 30px !important;
}

.section-service-benefit img {
	border-radius: 25px;
}

.section-service-benefit h2 {
	font-size: 38px;
	line-height: 60px;
}

.section-service-benefit .icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
	margin-bottom: 20px;
}

.section-service-benefit .icon-box-img {
    background-color: #b9f2ff;
    height: 38px;
    width: 38px !important;
    border-radius: 100%;
    padding: 3px 7px 7px;
}

.section-service-benefit .icon-box h3 {
	margin-bottom: 0;
	font-size: 17px;
}

.section-faq .accordion-title {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 600;
}

.section-faq .toggle {
    right: 0;
    left: inherit;
}

.section-faq {
	padding: 50px 0 30px !important;
}

.section-form-service {
	padding: 50px 0 30px !important;
}

.section-form-service  .contact-info p {
    color: white;
	font-weight: 500;
}

.section-form-service .contact-info h3 {
    color: #02D1FF;
    font-size: 17px;
	margin-bottom: 5px;
}

.section-form-service .col-2 .col-inner {
	background-color: #b9f2ff;
    padding: 20px;
	border-radius: 20px;
}

.section-form-service .wpcf7 input[type="text"],
.section-form-service .wpcf7 input[type="email"],
.section-form-service .wpcf7 input[type="tel"],
.section-form-service .wpcf7 textarea,
.section-form-service .wpcf7 select {
  border-radius: 8px;
  border: 1px solid #02D1FF;
  margin-bottom: 10px;
	font-weight: normal;
	color: #110172 !important;
}

.section-form-service .wpcf7 input::placeholder, 
.section-form-service .wpcf7 textarea:placeholder {
  color: #110172 !important;
}


.section-form-service .wpcf7 input[type="checkbox"] {
	margin-right: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
}

.section-form-service .wpcf7 .wpcf7-submit {
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 5px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
	margin-top: 25px;
}

.section-form-service .wpcf7 label {
    display: inline-block;
    width: 100%;
    color: #110172;
    font-weight: 600;
}

.section-form-service .wpcf7-checkbox label {
	display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
}

.name-group {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.section-form-service .wpcf7 .time-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.section-form-service .wpcf7-list-item-label {
    color: black;
    font-weight: normal;
}

.section-form-service .wpcf7-checkbox {
	 display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 0;
}

.section-form-service form {
	margin-bottom: 0;
}

.section-form-service .col-2 {
	padding-bottom: 0;
}

.section-service-event {
	padding: 50px 0 30px !important;
}

.page-content .search-field {
    border-radius: 100px;
    height: 50px;
}

.page-content .ux-search-submit.submit-button {
    border-radius: 100px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.large-12 .text, .large-5 .text, .large-6 .text {
	text-align: justify;
}

.calendar-status {
	display: none;
}

.text-justify {
	text-align: justify;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.contact-info p {
		font-size: 14px;
	}
	.nav-sidebar.nav-vertical>li.menu-item.active {
    background-color: #110172;
    color: white;
}
	
	.nav-sidebar.nav-vertical>li.menu-item.active a {
		color: white;
	}
	
	.nav-sidebar.nav-vertical>li.menu-item.active .current-menu-item a {
		color: #02D1FF;
		        font-size: 17px;
	}
	
	.phone-contact {
    font-size: 19px;
}
	.header-top {
    min-height: 60px !important;
}
	
	.section-service-info h1, .section-service-benefit h2 {
    font-size: 26px;
    line-height: 38px;
}
	
	.name-group {
    grid-template-columns: 1fr;
    gap: 0;
}
	.section-form-service .wpcf7-checkbox {
    grid-template-columns: 1fr;
}
	
	   .section-service-guideline .large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
	
	.post-type-archive-calendar h1, .title-calendar, .page-template-template-book h1 {
    text-align: center;
    font-size: 26px;
}
	
	.section-calendar {
    padding: 20px 20px 0 !important;
	}
	
	.section-calendar .wpcf7-form h3 {
		font-size: 20px;
	}
	
	.cf7-address, .cf7-exhibition, .cf7-info {
    gap: 0px;
    flex-wrap: wrap;
    flex-direction: column;
}
	
	.cf7-address span {
    width: 100%;
}
	
.post-type-archive-calendar .tabbed-content .nav {
    display: flex;
    flex-wrap: wrap;
}
	
.post-type-archive-calendar .tabbed-content li {
    padding: 1px;
    width: 16.6%;
}
	
.post-type-archive-calendar .tabbed-content li > a {
    line-height: 20px;
    font-size: 11.5px;
    padding: 10px 5px 10px;
    height: 80px;
}
	
.post-type-archive-calendar .tabbed-content li img {
    width: 20px;
    height: 20px;
}
	
	
	.post-type-archive-calendar .tabbed-content li span {
		margin-bottom: -5px;
	}
	
    .post-type-archive-calendar .tab-info {
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
    }
	
	.post-type-archive-calendar .tab-info .tab-info-left {
    width: 100%;
		gap: 15px;
		font-size: 18px;
	}
	
	.post-type-archive-calendar .tab-info .tab-info-right {
    width: 100%;
		gap: 15px;
		font-size: 18px;
}
	
	.calendar-month-item {
    padding: 20px;
}
	.post-type-archive-calendar .tab-panels {
    padding: 10px;
}
	
	.event-title {
    font-size: 14px;
}
	
.single .post-sidebar {
	padding-left: 15px;
}
	
	.section-footer .row-2 .col-1  {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-footer .row-2 .col-2  {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-footer .row-2 .col-3  {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-footer .row-2 .col-4  {
        flex-basis: 100%;
        max-width: 100%;
	padding: 10px;
    }

.section-about .large-5 {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-about .large-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
	
	.section-banner .text h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
	
	.section-banner .text p {
    margin: 0;
    font-size: 12.5px;
}
	
	.section-banner .row-button {
    margin-top: 10px;
}
	.section-banner .overlay {
    background: linear-gradient(to right, #2002d84f, #110172);
}
	
	.section-title-bold span, .section-title-bold-center span {
    font-size: 28px;
}
	
	blockquote p, .section-about blockquote p {
    font-size: 16px;
    line-height: 24px;
}
	
	.row-statistics .stat-number p, .row-statistics .stat-number {
    font-size: 26px !important;
}
	
	.row-statistics .stat-label p, .row-statistics .stat-label {
    font-size: 15px !important;
    line-height: 17px;
    margin-bottom: 20px;
}
	
	.section h2.section-title-center {
    font-size: 24px;
}
	
	.section-news .news-left .box-text.text-left {
    padding: 15px 0 0;
}
	
	.sky-expo-contact-form .form-row {
    flex-direction: column;
	}
	
	.sky-expo-contact-form .submit-btn {
    width: 250px;
}
	
    .quick-filters a {
        padding: 4px 10px;
        margin: 3px 2px;
        font-size: 15px;
    }
	
	.filter-form .filter-fields {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
	
	.event-filter-search {
    display: flex;
    flex-direction: column;
}
	
	.event-filter-form form {
    flex-direction: column;
	}
	
	.search-input-group {
    justify-content: space-between;
}
	
	.post-type-archive-event h1 {
    font-size: 24px;
}
	.page-template-template-service h1 {
    font-size: 24px;
}
	
	.section-contact-box {
	padding: 30px 20px !important;
}
	.section-contact-box .row-box {
    padding: 0;
}
	.section-contact-box .row-box .col-1 .col-inner {
    padding: 20px;
}
	.section-contact-box .row-box .col-1 {
		border-radius: 10px 10px 0 0;
	}
	
		.section-contact-box .row-box .col-2, .section-contact-box .row-box .col-2 img {
		border-radius: 0 0 10px 10px;
	}
	
	.sky-expo-contact-form .form-title {
    font-size: 20px;
}
	
}