/*
Theme Name: Mành rèm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.call-mobile {
    background: #ff6600;
    position: fixed;
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}
.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #37792f;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
}
/* css chan */
ul.iconvl {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9;
}

.iconvl li {
    width: 39px;
    height: 39px;
    line-height: 39px;
    list-style: none;
    border: none!important;
    font-size: 18px!important;
    color: #fff!important;
    text-align: center!important;
    position: relative;
    border-radius: 50%!important;
    cursor: pointer!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
        background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.iconvl li:nth-child(1){
    background-image: url(img/zl.svg)!important;
    background-color: #0068ff!important;
}
.iconvl li:nth-child(2){
    background-image: url(img/fb.svg)!important;
    background-color: #007fff!important;
}
.iconvl li:nth-child(3){
    background-image: url(img/phone.svg)!important;
    background-color: #00b151!important;
}
.iconvl li:nth-child(4){
    background-image: url(img/mail.svg)!important;
    background-color: #f7a400!important;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.iconvl li a{
    width: 100%;
    height: 100%;
        font-size: 14px;
}
.tooltip .tooltiptext {
     visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
        top: -5px;
    bottom: auto;
    right: 128%;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}
input.wpcf7-form-control.wpcf7-submit.fefe {
    width: 100%;
    background: #ff6600;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 108px;
    margin-left: -1px;
    border-width: 5px;
}
.tooltip-left {

}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.only_phone {
    display: flex;
    background: #93c47d52;
    padding: 8px 10px;
    align-items: stretch;
    justify-content: center;
    border-radius: 3px;
}
.only_phone span.datngay {
    display: block;
    min-width: 90px;
    font-weight: bold;
    line-height: 35px;
    font-size: 14px;
    color: #47701e;
}
.only_phone input{
	margin-bottom: 0px;
	height: 35px;
	border: none
}
p.text-center.italic {
    font-size: 14px;
    margin-top: -15px;
    font-style: italic;
    margin-bottom: 9px;
}
.only_phone input[type='submit']{
	margin-right: 0px;
}
.only_phone input.wpcf7-form-control.wpcf7-submit {
    padding-bottom: 0px;
    min-height: inherit;
    line-height: inherit !important;
    margin-bottom: 0px;
}