/*
Theme Name: firgos
Theme URI: https://firgos.com/ 
Author URI: https://firgos.com/                       
Description: Đây là giao diện firgos
Version: 1.0
License: MIT
*/

.header .drawer__nav{
	display: inline-flex;
}
.header .drawer__nav li{
	margin-right: 32px;
}

.main-header .drawer .drawer__nav li a{
	margin-top: 32px;
}
.title-product{
	width: 50%;
	margin:auto
}
.wpcf7-form{
	margin-right: 40px;
}
.wpcf7-form-control-wrap #message{
	height: 86px;
	margin-top: 7px;
}
.section--contact .section__text--container {
	padding-top: 32px;
}
.section--contact .section__text--container
.title-form-contact p{
	height: auto;
}

.wpcf7-form .content__button  .wpcf7-submit {
	width: 50%;
}
/* .section__content {
	top: -32px !important;
} */
.screen-reader-response{
	color: #45b8e6;
}
.title-form-contact{
	padding-left: 32px;
	margin-bottom: 10px;
	width: 50%;
}
.emaillist {
	width: 100%;
}
.emaillist .es_subscription_form{
	display: flex !important;
}
.es_subscription_form  {
	height: 60px !important;
}
.es_subscription_form .es-field-wrap {
	width: 75%;
}
.es_subscription_form .es-field-wrap
.es_txt_email   {
	padding: 16px 0 16px 24px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.es_subscription_form .es_submit_button {
	width: 25% !important;
    height: 51px;
    color: white;
    border-top-right-radius: 4px;
    background-color: #45b8e6;
    border-bottom-right-radius: 4px;
    padding:16px 8px;
}
.es_subscription_form .es_submit_button:disabled {
	opacity: 0.8; 
	cursor: not-allowed;
  }
.es_spinner_image {
	display: none !important;
}
.main-home .section--contact .section__text--container p {
	height: auto;
}
.wpcf7-response-output {
	border: 0px solid #f00 !important;
}
.wpcf7-validation-errors {
	color: #f00;
}
.wpcf7-mail-sent-ok {
	color: #45b8e6;
}
.es_subscription_message.success  {
	color: #45b8e6 !important;
}
@media only screen and (max-width: 960px) {
	.wpcf7-form {
		margin-right: 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	.page-footer .btn{
		width: 100%;
	}
}
.slick-slide img {
	display: inline-block !important;
}

.icon-maps {
	text-align: center;
}

.text-icon-maps {
	font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.image-maps{
	width: 20px;
	height: 20px;
}

#loading-map{
  	width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 188;
    text-align: center;
    
}

#map {
  	width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.6;
}