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

/*************** ADD CUSTOM CSS HERE.   ***************/
.content-middle .col-inner {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.txt-hotline {
    border: 2px solid rgb(255, 168, 0);
    background: #00aae7;
    color: #ffffff;
    width: 100%;
}
.txt-hotline p {
    margin-bottom: 0;
}
.txt-regular p {
    margin-bottom: 0;
}
.txt-table tr td {
    border: 1px solid #000000;
}
.txt-table tr:nth-child(n+2) td:nth-child(1) {
    background: #ececec;
    padding-left: 15px;
}
.bg-yellow p {
    margin-bottom: 0;
}
.txt-note {
    border-radius: 10px;
    overflow: hidden;
}
.txt-note .col:first-child .col-inner {
    align-items: flex-start;
}
.bg-yellow {
    background: #fff100;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hotlinefix .phone {
    display: none;
}
#button-contact-vr {
    right: 0 !important;
    bottom: 10%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}