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

/*************** ADD CUSTOM CSS HERE.   ***************/

.h-service>.col-inner {
	padding: 25px;
}

.header-main .nav>li>a {
	text-transform: uppercase;
}

.tag-label {
	background-color: #edca79;
	color: #000 !important;
	opacity: 1;
	padding: 5px 10px;
}

h5.post-title {
	color: #000
}

.p-30 {
	padding: 30px !important;
}

.footer-info .section-title-main, .footer-info .section-title-normal {
	border-color: rgba(255, 255, 255, 0.36)!important;
}

.footer-info .wpcf7-submit {
	border-radius: 99px;
	color: #000;
}

.footer-info .section-title-container {
	margin-bottom: 15px;
}

.footer-info .widget_nav_menu {
	padding: 0 0 10px 0;
}

.block-pu {
	position: fixed;
	right: 0;
	left: auto;
	top: 30%;
	z-index: 999;
	width:auto;
    padding: 0px 0px !important;
    border:0px solid #bd933f;
}
.block-pu .icon-box {
	border-bottom:0px solid #bd933f;
	background-image: linear-gradient(to right, #ce9e46, #ecda92);
	margin-bottom:5px;
	padding:3px;
    box-shadow: 10px 0 30px #888;
}
.block-pu .icon-box-center .icon-box-img {
	margin-bottom:0;
}
.block-pu p{
	font-size:11px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}
.block-pu .wpcf7-submit, #popup .wpcf7-submit, .right-pu .wpcf7-submit {
	background-color: #000 !important;
	border-radius: 99px;
}

.block-pu a.button {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0 5px;
	animation: beat .5s infinite alternate;
}

.block-pu i {
	display: block;
	padding: 5px 0 5px 0;
	line-height: 10px;
	font-size: 18px;
	margin: 0;
	top: 5px;
	left: 5px;
}

.block-pu a.button span {
	font-size: 12px;
}

.hide-for-medium .header-button .button, .hl-m {
	animation: beat .5s infinite alternate;
}

#popup {
	background-color: #00dba5;
}

#popup p {
	text-align: center;
}

.tb-price td, .tb-price th {
	border: 1px solid #e4edee;
	padding: 8px;
}

.tb-price tr:nth-child(even) {
	background-color: #f1f8f9;
}

.tb-price tr:hover {
	background-color: #f1f6f9;
}

.tb-price th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white;
}
#secondary .widget{
	background: #f1f6f9;
    padding: 15px;
}
#secondary #block_widget-2 {
	padding:0;
}
/* home service */

.block-hs .h-services {
	padding: 0 6px;
}

.block-hs .box-image, .block-hs .box-image .image-zoom {
	border-radius: 10px;
}

.block-hs .box-text {
	border-radius: 5px;
	padding: 5px 15px;
	max-width: max-content;
	margin-top: -7%;
}

.block-hs .box-text h5 {
	color:#000;
}

.block-cta>.col-inner {
	border-radius: .9375rem;
	padding: 1.875rem 1.5625rem;
}
.block-hs1 h4{
	text-transform:uppercase;
}
.block-hs1 img{
	border:8px solid #edca79;
	border-radius:50%;
}
.block-cta>.col-inner {
	padding:15px;
}
.block-cta>.col-inner .wpcf7-text, .block-cta>.col-inner .wpcf7-select {
	border: 0;
	background-color: #ebebeb;
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}

.block-cta>.col-inner .wpcf7-submit {
	border-radius: 10px;
	background-image: linear-gradient(to right, #ce9e46, #ecda92);
	border: 0;
}
.right-stick .section-content {
    
}
.widget .tagcloud a:hover {
    border-color: #f9ae1f;
    background-color: transparent !important;
}
@keyframes beat {
	to {
		transform: scale(1.1);
	}
}

@media (min-width:992px) {
	.block-hs>col:nth-child(1), .block-hs>col:nth-child(5), .block-hs .h-services:nth-child(1), .block-hs .h-services:nth-child(5) {
		width: 17.5%;
		max-width: 17.5%;
	}
	.block-hs>col:nth-child(2), .block-hs>col:nth-child(4), .block-hs .h-services:nth-child(2), .block-hs .h-services:nth-child(4) {
		width: 19.875%;
		max-width: 19.875%;
	}
	.block-hs .h-services:nth-child(3) {
		width: 24.5%;
		max-width: 24.5%;
	}
}

@media (max-width:767px) {
	.f-mobi {
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
	.f-mobi .icon-box-img {
		margin-bottom: 0;
	}
	.block-pu {
		display: none;
	}
	.ft-news .box-text {
		padding: 15px;
	}
	.p-30 {
		padding: 15px !important;
	}
}

@media (max-width:480px) {
	.h-service>.col-inner {
		padding: 10px 0;
	}
	.h-service h3 {
		font-size: 11px;
	}
	.block-hs .h-services {
		padding: 10px 10px;
	}
}

.mod-expired .message .alert.alert-danger {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.mod-expired .message .alert.alert-info {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.mod-expired .wrapp-title h2 {
	text-align: center;
	font-size: 1.7em;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #edca79!important;
}

.mod-expired .wrapp {
	width: 50%;
	border: 1px solid #edca79;
	border-radius: 4px;
	margin-left: 25%;
	padding: 30px;
	border-radius: 6px;
}

form#expired input#value {
	height: 45px;
	border-radius: 100px;
	padding: 5px 20px;
	width: 79%;
	margin-bottom: 0px;
	font-size: 14px;
	color: #edca79!important
}

form#expired label.label {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #333;
	margin-bottom: 20px;
}

form#expired input.button-submit {
	margin: 0px;
	height: 45px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
}

form#expired input.button-submit:hover {
	color: #fff;
}

.mod-expired .alert {
	width: 50%;
	margin-left: 25%;
	font-size: 14px;
	padding: 6px 15px !important;
	margin-top: 10px;
}

.mod-expired table td, .mod-expired table th {
	border: 1px solid #e4edee;
	padding: 8px;
	color: #000;
}

.mod-expired table th {
	background: #e4edee;
	font-size: 14px;
}

.mod-expired .message {
	margin-top: 20px;
}

.wrap div#message {
	padding: 0px;
}

@media only screen and (max-width: 991px) {
	.mod-expired .message table {
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
	}
	.mod-expired .wrapp {
		width: 100%;
		margin: 0;
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	form#expired input#value {
		width: 60%;
	}
}

#list-customers .edit {
	outline: none;
}

#list-customers.admin tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05) !important;
}