/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/*-- chia cột Form --*/
.form-contact-twocol {
    display: flex;
    flex-wrap: wrap;
}

#info-left {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

#info-right {
    width: 49%;
    float: right;
    box-sizing: border-box;
}

.form-contact-twocol:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- custom WPCF7 --*/
.wpcf7 {
	background: #0c0c0c59;
    padding: 38px 30px 15px;
    border-radius: 35px;
}
.wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
}
/* tiêu đề */
.wpcf7 h3{
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
/*-- Chèn icons lên Form --*/
.wpcf7 p{ position: relative; }
#icon-form{
    position: absolute;
    color: #ffffff;
    z-index: 100;
    font-size: 20px;
    top: 8px;
    left: 0px;
}
.wpcf7 p>span>input {
    border: 0 solid;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow:unset;
    box-shadow: unset;
    background: transparent!important;
	color: #fff;
}
.wpcf7 p>span>textarea {
    border: 0 solid;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow:unset;
    box-shadow: unset;
    background: transparent;
}
.wpcf7 input::placeholder{
    color: #c3c3c3;
}
.wpcf7 textarea::placeholder{
    color: #c3c3c3;
}
.contact-input {
    padding-left: 40px!important;
}
/* .mywebsite-custom-button{
    border: 1px solid #f27145 !important;
} */

.wpcf7 input[type=submit], .wpcf7 input[type=submit].button {
	font-family: 'Open Sans', sans-serif;
    background: -webkit-linear-gradient(126deg, #eb5d16, #2356b6);
    color: #fff;
    border-radius: 15px;
    padding: 0px 35px;
    border: none;
    cursor: pointer;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit].button:hover {
    background: -webkit-linear-gradient(90deg, #eb5d16, #2356b6);
}

.wpcf7-spinner{
    display:none
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
@media (max-width: 768px) { /* Điều chỉnh 768px theo breakpoint mong muốn */
	#info-left, #info-right {
        width: 100%; 
        float: none;
        margin-right: 0;
    }
}
/* custom validate wpcf7 */
.wpcf7 .wpcf7-not-valid-tip {
    background-color: #ff000042 !important;
	color: #fff !important;
    border-radius: 7px !important;
    margin-top: -8px !important;
	margin-bottom: 15px;
}
.wpcf7 .wpcf7-not-valid-tip:after{
  border-bottom-color: #ff000042 !important;
}
/* custom pop-up */
.swal-modal {
  width: 300px !important;
  border-radius: 15px !important;
}
.swal-footer{
	text-align:center;
}
.custom-success-popup .swal-button {
    background-color: #3ba100 !important;
	border-radius:50px;
}
.custom-success-popup .swal-text {
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-family: auto;
    font-weight: bold;
	font-size:1.5rem;
}