/*
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;
}
.has-bg .icon-inner {
    background-color: currentColor;
}
.tieuchi-box {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#bee1b8), to(#cfe9cb));
    background: -o-linear-gradient(bottom,#bee1b8,#cfe9cb);
    background: linear-gradient(0deg, #bee1b8, #cfe9cb);
}
.street {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
}
.tieuchi-hotline .col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px;
    border-radius: 40px;
    -webkit-filter: drop-shadow(0px 5px 2.5px rgba(92, 180, 77, 0.8));
    filter: drop-shadow(0px 5px 2.5px rgba(92, 180, 77, 0.8));
    background-color: #5cb44d;
    border: 2px solid #ffffff;
    font-size: 1.875rem;
    line-height: 1.77rem;
    color: #ffffff;
    font-family: 'mb';
    gap: 13px;
    padding: 5px 15px;
}
.feedback-box {
    background: url(/wp-content/uploads/2026/06/feedback.webp);
    background-size: 100% 100%;
}
.custom-tab .nav-vertical {
	width: 40% !important;
	gap: 10px;
}
.custom-tab .nav-pills>li>a {
    border-radius: 5px;
	padding: 3px .75em;
	background-color: #fff;
}
.custom-tab .nav-vertical>li+li, .custom-tab .nav-vertical+.tab-panels {
    border: none;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.custom-tab .nav-vertical {
		width: 100% !important;
	}

}