/*
Theme Name: kingkho child
Template:   kingkho
Theme URI: https://kingkho.com/
Author: kingkho
Author URI: https://kingkho.com/
Description: kingkho - Child Theme
Version: 10.7.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moverz
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/

.page-id-5001 .flex-grow-1 {
	display: none;
}
.page-id-5001 .logo-box {
	margin: 0 auto;
}
.page-id-5001 .primary-footer {
	display: none;
}

.page-id-4974 .page-title.page-title-bg, .page-id-5001 .page-title.page-title-bg {
	display: none;
}
body .testimonial-img {
	display: none;
}
#primary .nav-links {
	display: none;
}
.single-services .navigation.post-navigation {
	display: none;
}
.countdown-items {
	width: 115px;
}
body .flaticon-truck-4::before {
	content: "\f1c8";
	font-family: bootstrap-icons !important;
}
.promo-banner {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
body .promo-banner, body .promo-banner p {
    color: #fff;
}
body .header-number i {
	animation: pop 1.2s infinite ease-in-out;
}
.promo-banner strong {
    padding: 5px 20px;
    background: #bd2c31;
}
.discount-highlight {
    display: inline-block;
    background: #bd2c31;
    width: 60px;
    height: 60px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 6px;
    animation: pop 1.2s infinite ease-in-out;
}
@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}


#primary .elementor-accordion-item p {
	margin-bottom: 10px;
}
.home_form::after {
	content: "";
/*	background: url("images/home_form-3.jpg");*/
	background: url("images/home-form.jpeg");
	background-size: cover;
	background-position: bottom left;
}
.pride_form::after {
	content: "";
/*	background: url("images/pride_form.jpeg");*/
	background: url("images/pride_form.png");
	background-size: cover;
	background-position: top right;
}
body .pride_form::before {
	background: #2a3344;
}
.form-section.pride_form .title-divider-separator::before {
	border-color: #2a3344;
}
body .gform_wrapper .gfield input, body .gform_wrapper .gfield text area {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	height: 50px;
}
body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}
body #page-wrapper .gform_wrapper .gform_footer .gform_button {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	border: none;
	padding: 14px 30px;
	height: 100%;
	border-radius: 0;
	line-height: inherit;
	z-index: 99;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--themeht-typography-secondary-font-family);
	width: 100%;
}
.salebox .elementor-widget-wrap.elementor-element-populated {
	max-width: 629px;
	margin: 0 auto;
	background: #313c6e;
}
.finished-message:empty {
	display: none;
}
.language_ct .select2-container--default .select2-selection--single {
    padding-right: 0 !important;
    background: none;
    border: none;
    box-shadow: none;
    background-image: none;
}
.language_ct select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 10px;
}

.language_ct .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
#select2-lang_choice_1-container {
	padding: 0;
}
body .header .social-icons li a {
    font-size: 18px;
}
.language_ct .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
}
.language_ct select, .language_ct select option {
	border: transparent !important;
	color: #2a3344 !important;
}
.language_ct .select2-results__option img.lang-flag, .language_ct .select2-selection__rendered img.lang-flag {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    object-fit: contain;
}
.language_ct .select2-container .select2-selection--single {
    height: 22px;
}
body .select2-container--default .select2-results__option--selected, body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, body .select2-results__option {
    background-color: #2a3344;
    padding: 0;
}
body .select2-container--open .select2-dropdown--below {
    border: unset;
}
/*.language_ct li.lang-item-en img {
    content: url("images/united-kingdom.png");
}
.language_ct li.lang-item-vi img {
    content: url("images/vietnam.png");
}*/
.language_ct li img {
/*	width: 30px !important;
	height: auto !important;*/
}
/* Giao diện tổng thể */
.custom-lang-switcher {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.custom-lang-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Ẩn tất cả các ngôn ngữ trừ ngôn ngữ đang active */
.custom-lang-switcher li {
  display: none;
  background: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px;
  min-width: 25px;
  text-align: center;
}

/* Chỉ hiển thị ngôn ngữ hiện tại */
.custom-lang-switcher li.current-lang {
  display: block;
  border-radius: 4px;
  cursor: pointer;
}

/* Khi hover toàn bộ switcher */
.custom-lang-switcher:hover li {
  display: block;
}

/* Nhưng khi hover, ẩn lại ngôn ngữ hiện tại để không bị lặp */
.custom-lang-switcher:hover li.current-lang {
  display: none;
}

.custom-lang-switcher li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.custom-lang-switcher img {
	width: 32px !important;
	height: auto !important;
}
.right-nav .header-number span {
	color: var(--themeht-text-color);
}



.language_ct {
	display: flex;
	align-content: center;
	column-gap: 15px;
	margin-right: 1rem;
	position: relative;
	padding-right: 1rem;
}
.language_ct::after {
	content: "";
	top: -40px;
	bottom: -40px;
	right: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	display: block;
	position: absolute;
}
.language_ct li::marker {
	opacity: 0;
	display: none !important;
}
.subscribe-btn, input[type="submit"].subscribe-btn, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-search__button {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	border: none;
	padding: 14px 30px;
	height: 100%;
	border-radius: 0;
	line-height: inherit;
	z-index: 99;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--themeht-typography-secondary-font-family);
}
.theme-title ul li, .theme-title ol li {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 30px;
}
.theme-title ul, .theme-title ol {
	margin: 15px 0 0 15px;
	padding: 0 0 0 20px;
}
.theme-title h4 {
	margin-top: 20px;
}
body a, body a:visited {
	color: var(--themeht-secondary-color);
	color: var(--themeht-primary-color);
}
.service-title h4 a {
	color: #444341;
}
body .title-divider-separator::after, .footer .widget h5.widget-title::after, .widget .widget-title::after, .widget .wp-block-heading::after, .wp-block-archives__label::after, .wp-block-search__label::after {
	content: "\f1c8";
	font-family: bootstrap-icons !important;
}
.footer .widget h5.widget-title::after {
	background: rgba(49, 60, 110, 0.95);
	background: rgb(49, 60, 110);
}
body .form-section .bd_sc .title-divider-separator::before {
	border-color: var(--themeht-secondary-color);
}
.footer.footer-bg::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(49, 60, 110, 0.95);
	background: rgb(49, 60, 110);
}
body .banner-content h1, body .banner-content h1 span.title-text {
	font-size: 55px;
	font-weight: 900;
	line-height: 65px;
}
.single-post .post-thumbnail, .single-post .post-desc > .post-date, .single-post .post-desc > .post-bottom {
	display: none;
}
.single-post .entry-content {
	margin-top: 0;
}
.single-post .entry-content h3 {
	margin-top: 20px;
}
.main-nav > ul > li > a:hover, .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-parent > a {
	color: var(--themeht-secondary-color);
}
.main-nav > ul > li > a:hover, .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-parent > a, body .main-nav > ul > li > a, body .main-nav .sub-menu li a {
	text-transform: capitalize;
}
body .banner-content h1 {
	text-transform: unset;
}
body .themeht-btn span {
	text-transform: capitalize;
}
body .scroll-top svg {
	opacity: 0;
}
.box_iconwhite .flaticon.flaticon-check-mark-1 {
	color: #fff;
}
.box_whitetext .testimonial-content p {
	color: #fff !important;
}
.divider_white .title-divider-separator::before, .divider_white .form-section .title-divider-separator::before {
	border-color: var(--themeht-primary-color);
}
.divider_white.blue .title-divider-separator::before, .divider_white.blue .form-section .title-divider-separator::before {
	border-color: var(--themeht-secondary-color);
}
.divider_white .title-divider-separator::after {
	color: #fff;
}
.divider_white .title-divider-separator {
	border-color: #fff;
}

#google-business-reviews-rating h2.heading {
	font-size: 30px;
}
#primary .elementor-accordion-item .elementor-accordion-title {
	text-transform: uppercase;
}
body .header-top {
	background: #2a3344;
}
body .fixed-header .logo.sticky-logo .img-fluid {
	transform: scale(0.85);
}
.primary-footer .footer-logo {
	display: none !important;
}
body .footer-subscribe {
	display: none;
}
.banner-content .banner-btn {
	display: none;
}
.banner-content .banner-text p:nth-last-child(2) {
	margin-top: 40px;
}







@media all and ( min-width: 1300px ) {
	body .form_pride {
		transform: translateX(-100px);
	}


}
@media all and ( max-width: 999px ) {
	body .banner-content h1, body .banner-content h1 span.title-text {
		font-size: 35px !important;
		font-weight: 900;
		line-height: 45px !important;
	}
	body .banner-content {
		padding: 320px 30px 80px 30px;
	}
	body .nav-menu-toggle {
		background: transparent;
	}
	body .nav-menu-toggle {
		color: var(--themeht-secondary-color);
	}
	body #header-wrap {
		padding: 10px 0;
	}
	body .primary-footer {
		padding: 60px 0 30px;
	}


	.main-nav > ul > li > a {
		color: #fff !important;
	}
	ul, ol {
		margin: 0 0 1.5em 20px;
	}
}