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

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


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


}

.section-gt .icon-box-img img {
    height: 100px !important;
    width: auto !important;
    padding: 5px;
}
.gt-left .col .col-inner {
    border: 1px solid #603814;
    border-radius: 10px;
}
.gt-left p {
    color: #603814;
    min-height: 50px;
    font-weight: bold;
}
.why .box-text.text-center {
    margin-top: -64px;
}
.why .col-inner {
    background: #fff;
}
.footer ul li, .thong-tin ul li {
	list-style: none;
	margin-left: 0;
}
.footer ul li i, .thong-tin ul li i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #ff5b02;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.box-hotline {
    position: relative;
    line-height: 1.2;
    padding-left: 50px;
}

.box-hotline:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    left: 0;
    bottom: -4px;
    background-image: url(/wp-content/uploads/2025/04/icons-phone.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ffa800;
    border-radius: 99px;
}
.box-hotline .title {
    font-weight: bold;
    font-size: 24px;
    color: var(--fs-color-primary);
}
.box-hotline .phone {
    font-weight: bold;
    color: #ffa800;
    font-size: 16px;
}
.box-hotline:after {
    content: "";
    position: absolute;
    left: 24px;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color: #ffa800;
}
.footer-wrapper {
    position: relative;
    background-image: url(/wp-content/uploads/2025/05/bg-footer.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 40px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: -190px !important;
}
.nav-dropdown li a {
    margin: 0 20px !important;
    font-size: 16px !important;
}
.nav-column li a {
    font-size: 14px !important;
}

