/*
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.   ***************/
.menu-hotline {
    height: 40px;
    background: #fff;
    border-radius: 30px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 17px;
}
.menu-hotline div {
    display: -ms-grid;
    display: grid;
}
.facebook-title {
    font-size: 1.563rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
}
.row-quytrinh {
    gap: 35px;
    flex-flow: row nowrap !important;
}
.quytrinh-item {
    text-align: center;
    aspect-ratio: 1 / 1;
    display: grid;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    width: 320px;
    background-image: url(/wp-content/uploads/2026/06/quytrinh2.webp);
    background-size: 100% 100%;
    padding: 0px 5%;
}
.quytrinh-item:first-child {
    background-image: url(/wp-content/uploads/2026/06/quytrinh1.webp);
}
.quytrinh-item:last-child {
    background-image: url(/wp-content/uploads/2026/06/quytrinh3.webp);
}
.quytrinh-item:after {
    content: "";
    position: absolute;
    left: 86%;
    width: 73.2%;
    height: 81%;
    top: 1%;
    background: url(/wp-content/uploads/2026/06/quytrinh_line.webp) 0% 0% / 100% 100%;
}
.quytrinh-item:last-child:after {
    display: none;
}
.border-radius-full .is-border {
    border-radius: 100% !important;
    border-color: #5cb44d;
}


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


}