/*
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.   ***************/
.form-custom input {
    width: 100%;
    border-radius: 30px;
    box-shadow: none;
}
.copyright-footer {
    font-size: 12px;
}
.br-5 img {
    border-radius: 5px;
    border: 1px solid yellow;
}
.mr-bot0 .box-text {
    padding: 0px !important;
    margin: 0px !important;
    height: 0px;
}
.bgg_trangg .col-inner {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.sau_cot .text {
    border: 2px solid rgb(30, 59, 112);
    padding: 20px;
    text-align: center;
    min-height: 220px;
}
.sau_cot .icon-box {
    border: 1px solid gold;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    min-height: 250px;
}
.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999
}

.desk-contact a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700
}

.desk-contact .zalo,.desk-contact .phone,.desk-contact .dang-ky {
    padding: 13px;
    border-radius: 22px;
    background-color: #f36e20;
    background-image: url(/wp-content/themes/lapura/img/bg-cheetah.png);
    position: relative;
    border: 0
}

.desk-contact .zalo {
    background-color: #0573ff;
    background-image: url(/wp-content/themes/lapura/img/bg-cheetah.png)
}

.desk-contact .phone {
    background-color: #7d9143;
    background-image: url(/wp-content/themes/lapura/img/bg-cheetah.png)
}

.desk-contact .zalo img,.desk-contact .phone img,.desk-contact .dang-ky img {
    width: 30px;
    height: auto;
    vertical-align: text-bottom
}

.desk-contact .zalo:after,.desk-contact .dang-ky:after,.desk-contact .phone:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255,255,255,.22)
}
.bottom-contact {
    position: fixed;
    bottom: 0;
    background: #5da560;
    width: 100%;
    z-index: 99;
    height: 70px;
    overflow: hidden;
    color: #000
}

.bottom-contact ul {
    margin: 0;
    padding: 0
}

.bottom-contact ul li {
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
    margin: 0
}

.bottom-contact ul li span {
    color: #eee
}

.bottom-contact ul li img {
    height: 33px;
    margin-top: 10px;
    margin-bottom: 0;
    width: auto
}
.form-custom .col {
    padding: 0px;
}
@media (max-width: 849px) {
    .desk-contact {
        display:none
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}