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

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

.side-pttuan{
        width:30%;
    }
    .wpcf7-form-control.gyc{
        width:100%;
    }
   .side-pttuan {
    position: fixed;
    top: 40%;
    right: -350px;
    transform: translateY(-10%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.3s;
    z-index: 999;
}
    .togglea {position: absolute;
    height: 70px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    background: url(/wp-content/uploads/2023/05/hinh1-1.png);
    background-repeat: no-repeat;
    background-size: contain;
   top: 45px;
    right: 347px;
    line-height: 48px;
}
    }
    .togglea i {
        font-size: 18px;
        color: #fff;
    }
    .side-pttuan.active {
        right: 0;
    }
.side-pttuan-hotline.active {
    right: 0;
}
.side-pttuan-hotline {
    position: fixed;
    top: 30%;
    right: -205px;
    transform: translateY(-50%);
    width: 205px;
    height: 70px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.3s;
    z-index: 998;
}
.togglea-hotline {
    position: absolute;
    height: 70px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    background: url(/wp-content/uploads/2023/05/hinh2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    right: 200px;
    line-height: 48px;
}
.row_hanhtrinh .row_child {
  top: 0 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}