/*
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.   ***************/

:root {
    --bg-gradient-to-right: linear-gradient(to right, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
    --bg-gradient-to-bottom: linear-gradient(to bottom, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* overflow: hidden; */
    height: 100%;
    width: 100%;
    color: #fff;
}

.marquee span {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 15px;
    line-height: 1;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: wrap;
}

.nav-dropdown {
    padding: 0;
    margin-top: 15px;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
}

li.current-dropdown>.nav-dropdown {
    margin-top: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.sub-menu li a {
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px !important;
    color: #000 !important;
}

.sub-menu li a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-decoration: none;
    padding-left: 20px;
}

.more-button {
    position: relative;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.more-button>span,
.more>span {
    font-weight: 600;
    z-index: 2;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.more-button:after {
    position: absolute;
    background: var(--fs-color-secondary);
    width: 0;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.more-button:hover:after {
    width: 100%;
}

.more-button2,
.more {
    position: relative;
    border: 1px solid #fff !important;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    line-height: 40px !important;
    border-color: #000 !important;
    padding-right: 8px !important;
}

.more-button2>span {
    font-weight: 600;
    z-index: 2;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 40px;
}

.more-button2:hover>span {
    color: #fff;
}

.more-button2>span::after {
    content: "\f35a";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    margin-left: 1rem !important;
    font-size: 30px;
    background: var(--bg-gradient-to-right);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more-button2:after,
.more::after {
    position: absolute;
    background: var(--primary-color);
    width: 0;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.more-button2:hover:after,
.more:hover:after {
    width: 100%;
}

#header {
    padding-top: 35px;
}

.header-main .container {
    max-width: 1480px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 45px;
}

#header .header-nav-main {
    justify-content: center;
}

.header-nav-main li a {
    font-size: 17px;
}

#header .header-nav-main.nav-right {
    width: 310px;
    background: #f0f0f0;
    height: 45px;
    border-radius: 25px;
    justify-content: end;
}

.html_topbar_right {
    margin: 0 !important;
}

.time {
    font-size: 13px;
}

.time i {
    color: var(--primary-color);
}

.search_desktop_button {
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    padding: 0 16px;
    color: #fff;
    background: var(--bg-gradient-to-right);
}

.search_desktop_button span {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.search_desktop_button i {
    font-size: 22px;
    color: #fff;
    margin-left: 1rem !important;
}

#header .search-field {
    display: block;
    height: 40px;
    border-radius: 0;
    width: 422px;
    text-indent: 10px;
    outline: none;
    border: none;
    box-shadow: none;
    border-right: 0;
    color: #000;
    background: transparent;
    font-size: 16px;
}

.search-field::placeholder {
    font-size: 16px;
    color: #000;
}

a.more-button {
    margin: 0;
    margin-top: 16px;
    padding: 0 24px !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px !important;
    border: 1px solid #fff !important;
}

a.more-button span::after {
    content: "\f35a";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    margin-left: 1rem !important;
}

.white.is-outline.more-button:hover,
.white.is-outline.more:hover {
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
}

.is-outline.more-button2:hover {
    background-color: transparent !important;
    border-color: var(--fs-color-secondary) !important;
}

a.more-button::after {
    background: var(--primary-color);
}

#header .stuck .header-bg-color {
    background: rgba(228, 33, 1, .8)
}

#header .stuck .header-main .container {
    background: transparent;
}

#header .stuck .logo img {
    position: relative;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 5px 20px;
}

#header .stuck .header-main li a {
    color: #fff !important;
}

#header .stuck .header-nav-main.nav-right {
    position: relative;
    width: unset;
    background: rgba(205, 205, 205, .9);
    border: 1px solid #dedede;
    border-radius: 6px;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
}

#header .stuck .html_topbar_left {
    display: none;
}

#header .stuck .search_desktop_button {
    background: transparent;
    height: unset;
    line-height: 1;
}

#header .stuck .search_desktop_button span {
    font-size: 16px;
}

#header .stuck .search_desktop_button i {
    color: var(--fs-color-secondary);
    font-size: 16px;
}

#header .stuck .more-button:after {
    display: none;
}

.banner-home {
    margin-top: -110px;
}

.banner-home::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(228, 33, 1, 0.6) 0%, rgba(228, 33, 1, 0) 100%);
    mix-blend-mode: darken;
    opacity: 1;
}

.banner-home::after {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    height: 7px;
    background: rgba(255, 255, 255, .5);
}

.banner-home p:first-child {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: .25rem !important;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .25);
}

.banner-home h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .25);
    margin-bottom: 1rem !important;
}

.banner-home p {
    font-size: 14px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .65);
}

.counter .counter-list {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    height: 100%;
    width: 100%;
    gap: 0;
    background: #fff;
    display: flex;
    position: relative;
    border-radius: 10px;
}

.counter-list .item {
    padding: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: relative;
}

.counter-list .content {
    height: 100%;
    position: relative;
    background: #fff;
    cursor: pointer;
    z-index: 1;
    padding: .25rem !important;
    display: flex;
    justify-content: space-between
}

.counter-list .item.active .content {
    background: #1f1a17;
}

.counter-list .item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: radial-gradient(294.79% 141.42% at 0% 0%, rgba(228, 33, 1, 0.9) 0%, #FFF 100%);
    width: 100%;
    height: 0;
    pointer-events: none;
    content: "";
}

.counter-list .item:hover:after {
    opacity: 1;
    height: 100%;
}

.counter .content .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 180px;
    max-width: 180px;
}

.counter .content .info .count {
    font-size: 20px;
    line-height: 1;
    width: max-content;
    background: var(--bg-gradient-to-right);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: "poppins", sans-serif;
}

.counter .content .info .number {
    font-size: 25px;
    margin-right: .5rem !important;
}

.counter .content .brief {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

.counter .content .brief span {
    background: var(--bg-gradient-to-right);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter .content .content-box {
    display: none;
}

.counter-list .item.active .brief {
    color: #fff;
}

.counter-list .item.active .content-box {
    display: block;
    color: #fff;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.home-bg {
    background-image: url(./assets/images/box-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-home {
    background-image: url(./assets/images/site-bg1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-home .title-box,
.register-home .title-box {
    background: unset;
    border: 1px solid var(--fs-color-secondary);
}

.about-home .title-box h2 {
    color: #000;
}

.title-box {
    align-items: center;
    background: #000;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 8px 24px;
    width: max-content;
}

.title-box img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding-top: 0;
}

.title-box .icon-box-img,
.title-box .icon-box-text {
    z-index: 2;
}

.title-box h2 {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
}

.title-box:hover h2 {
    color: #fff;
}

.title-box:after {
    position: absolute;
    background: var(--fs-color-secondary);
    width: 0;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.title-box:hover:after {
    width: 100%;
}

.header-box h3 {
    font-weight: 600;
    position: relative;
    line-height: 1.25;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1rem !important;
}

.about-home h3 {
    font-weight: 600 !important;
    padding-right: 3rem !important;
}

.about-home h3::after {
    content: "";
    width: 6px;
    height: 90%;
    background: var(--bg-gradient-to-bottom);
    position: absolute;
    top: 5%;
    right: 0;
}

.tab-content p {
    text-indent: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

.service-home {
    padding-bottom: 70px !important;
}

.item-service .shade {
    display: none;
}

.item-service {
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.item-service:hover {
    margin-top: -20px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
}

.item-service .box-text {
    padding: .5rem !important;
}

.item-service .box-text::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #191919 100%);
    mix-blend-mode: multiply;
}

.item-service h3 {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
    margin-bottom: 24px !important;
    margin-top: 0;
}

.item-service .more {
    border-color: #fff !important;
    font-size: 13px;
    line-height: 36px !important;
    margin: 0;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.contact-home p {
    font-size: 14px;
}

.hotline-box {
    align-items: center;
    margin-bottom: 1rem !important;
}

.hotline-box p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.hotline-box a {
    font-size: 22px;
    line-height: 1;
}

.address-box {
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    margin: 0 !important;
}

.address-box p {
    margin-bottom: 0;
}

.gg-map iframe {
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.item-customer p {
    font-size: 14px;
}

.item-customer strong {
    line-height: 1.1;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    background: linear-gradient(to right, #FFBC02 0%, #E42101 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-customer p:last-child {
    margin: 1rem 0;
    padding: 0 1rem !important;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: inherit;
}

.customer-home .slider .flickity-viewport::after {
    content: "";
    width: 100%;
    height: 30%;
    background: url(./assets/images/line1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
}

.customer-home .flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}

.customer-home .flickity-slider>.row {
    width: 33.33% !important;
    padding: 0 15px;
}

.register-home .header-box h3 {
    margin-bottom: 0 !important;
}

.register-home form,
.contact-form form {
    margin-bottom: 0;
}

.subscribe-form {
    margin: 0 -0.25rem;
}

.subscribe-form .col {
    padding: 0 0.25rem;
}

.subscribe-form input:not([type=submit]) {
    border-radius: 5px;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.subscribe-form .more-button {
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 50px;
    letter-spacing: 0;
    width: 100%;
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

.home-news ul.nav-line-bottom {
    padding: 0 !important;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 1rem !important;
}

.home-news ul.nav-line-bottom li {
    margin-bottom: -1px;
}

.home-news ul.nav-line-bottom li a {
    font-size: 15px;
    padding: 8px 16px;
    color: #000;
}

.home-news ul.nav-line-bottom li.active a,
.home-news ul.nav-line-bottom li:hover a {
    border-bottom: 2px solid #e42101;
    background: linear-gradient(to right, #FFBC02 0%, #E42101 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-news ul.nav-line-bottom li a::before {
    display: none;
}

.home-news ul.nav-line-bottom .tab-panels {
    padding-top: 0;
}

.home-news .tab-panels {
    padding: 0;
}

.home-news .box-label.box-blog-post {
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.home-news .box-label .box-text {
    width: calc(100% - 20px);
    border-radius: 5px;
    background: rgba(63, 63, 63, .5);
    backdrop-filter: blur(5px);
    margin: 0;
    bottom: 10px;
    left: 10px;
    padding: 1rem 1rem 0.5rem;
}

.post-meta-custom {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem !important;
}

.post-meta-custom span {
    font-size: 13px;
    color: #d4d4d4;
    text-transform: capitalize;
    font-style: normal;
}

.blog-single article {
    margin-bottom: 0;
}

.blog-single .post-meta-custom span {
    color: #000;
}

.box-blog-post .is-divider,
.blog-single .is-divider {
    display: none;
}

.home-news .box-label .post-title a,
.home-news .box-label .from_the_blog_excerpt {
    color: #fff;
}

.home-news .box-label .post-title a:hover {
    color: var(--fs-color-secondary);
}

.post-title a {
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.45;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news .post-title {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: .5rem !important;
    margin-bottom: .5rem !important;
}

.from_the_blog_excerpt {
    font-size: 14px;
    line-height: 1.45;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0 !important;
}

.col-middle .post-title {
    border-bottom: none;
    padding-bottom: 0!important;
}

.home-news .post-item {
    padding-bottom: 15px;
}

.partner-home {
    border-bottom: 11px solid #fff;
}

.partner-home::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bg-gradient-to-right);
    position: absolute;
    left: 0;
    top: 0;
}

.partner-home .bg-partner {
    background-image: url(./assets/images/partner-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-logo .img {
    flex: 0 0 14.285%;
    max-width: 14.285%;
    padding: 1rem !important;
}

.slider-logo .image-zoom {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.slider-logo img {
    height: 120px;
    padding: 5px 15px;
    background: #fff;
    object-fit: contain;
}

.ss-footer {
    padding-bottom: 0 !important;
}

.ss-footer h3 {
    font-weight: bold;
    text-indent: 25px;
    font-size: 17px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ss-footer .social-icons .button.icon:not(.is-outline) {
    border: .5px solid #eee !important;
}

.ss-footer .social-icons i {
    top: 0;
}

.ss-footer .info i {
    text-align: left;
    background: var(--bg-gradient-to-right);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ss-footer .ux-menu-link__link::before {
    content: "\f058";
    font-family: "Font Awesome 7 Pro";
    font-weight: bold;
    width: 25px;
    background: var(--bg-gradient-to-right);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ss-footer a,
.ss-footer a span {
    color: #fff;
}

.ss-footer a:hover,
.ss-footer a:hover span {
    color: var(--fs-color-secondary);
}

.copyright p {
    margin-bottom: 0;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.absolute-footer {
    display: none;
}

.ss-gt h2 {
    font-size: 2rem;
    color: var(--primary-color);
    line-height: 1.5;
}

.ss-gt img {
    border-radius: 15px;
}

.img-shadow {
    border-radius: 35px;
    box-shadow: rgba(255, 143, 0, 0.12) 12px 15px;
}

.img-shadow img {
    border-radius: 35px;
}

.navbar-banner {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar-banner:before {
    width: 80%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 47.4%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
}

.navbar-banner h1,
.navbar-banner h2 {
    color: #fff;
    font-size: 32px;
    text-shadow: 0 5px 10px rgba(71, 71, 71, .1);
    line-height: 1.3;
    position: relative;
    z-index: 5;
}

.single-post .rank-math-breadcrumb .last,
.rank-math-breadcrumb p span.separator:nth-child(4) {
    display: none;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.navbar-banner .rank-math-breadcrumb a:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 7 Pro";
    font-weight: bold;
    margin-right: 10px;
}

.navbar-banner .rank-math-breadcrumb a,
.navbar-banner .rank-math-breadcrumb span {
    color: #fff;
}

.navbar-banner .rank-math-breadcrumb .last {
    font-weight: 800;
}

.ss-lh .icon-box {
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    align-items: center;
    background: rgba(23, 72, 138, .06);
    margin-bottom: 1rem !important;
}

.ss-lh .icon-box p {
    margin-bottom: 0;
}

.contact-form .col-inner {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.contact-form form .col {
    padding-bottom: 0;
}

.contact-form form input:not([type=submit]),
.contact-form form textarea {
    height: 47px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 12px;
    border-radius: 10px;
    box-shadow: none;
}

.contact-form form textarea {
    min-height: 170px;
}

.contact-form form input[type=submit] {
    color: #fff;
    position: relative;
    line-height: 32px;
    font-weight: 600;
    padding: 12px 30px 9px 30px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    margin: 0;
}

.contact-form form input[type=submit]:hover {
    background-color: var(--fs-color-secondary);
    box-shadow: none;
}

form textarea:focus,
form input:not([type=submit], .search-field):focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.blog-archive #post-list .post-item:last-child {
    padding-bottom: 0;
}

.blog-archive .box-blog-post,
.blog-single .box-blog-post {
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.blog-archive .box-blog-post img {
    border-radius: 25px 25px 0 0;
}

.blog-archive .box-blog-post .box-text,
.blog-single .box-blog-post .box-text {
    padding: 1rem;
}

.blog-archive .box-blog-post .box-text-inner {
    display: flex;
    flex-direction: column;
}

.blog-archive .box-blog-post .post-title {
    margin-bottom: 15px;
}

.blog-archive .box-blog-post .from_the_blog_excerpt {
    order: 3;
}

.post-meta-cat {
    display: flex;
    align-items: center;
    gap: 20px;
    order: 2;
}

.post-meta-cat span {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-style: normal;
}

.post-meta-cat .post-date i {
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 18px;
}

.post-meta-cat .post-share {
    font-size: 16px;
}

.custom-link {
    position: absolute;
    bottom: 185px;
    right: 5px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 72px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.10));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.10));
    -webkit-transition: .3s;
    transition: .3s;
}

.box-blog-post:hover .custom-link {
    background-color: var(--primary-color);
    color: #fff;
}

.blog-archive .box-blog-post .from_the_blog_excerpt,
.blog-single .box-blog-post .from_the_blog_excerpt {
    font-size: 16px;
    line-height: 25px;
    -webkit-line-clamp: 2;
}

.blog-single .entry-header-text {
    padding-bottom: 0;
}

.blog-single h1 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0;
    color: var(--primary-color);
}

.related-posts .header-box .title {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase;
}

.blog-single .blog-share {
    background: rgba(23, 72, 138, .1) !important;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem !important;
    padding: .75rem 1.25rem;
    display: flex;
    align-items: center;
}

.blog-single .blog-share .utmkt {
    margin-right: .25rem !important;
    text-transform: uppercase !important;
    color: var(--primary-color);
}

.blog-single .blog-share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
}

aside.widget {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    background: rgba(239, 239, 239, .78);
    border: 1px solid #ddd;
    overflow: hidden;
}

.widget-title {
    position: relative;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 30px !important;
    display: inline-block;
    padding: 15px 50px 15px 1.2rem !important;
    position: relative;
    color: var(--primary-color);
    text-transform: unset !important;
}

.widget-title::before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 28px;
    background: var(--primary-color);
    display: inline-block;
    border-radius: 5px;
}

.widget-title+.is-divider+* {
    padding: 1rem !important;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

aside.widget form {
    margin-bottom: 0;
}

.widget_categories ul li {
    border: none !important;
}

.widget_categories ul li+li {
    padding-top: .5rem !important;
}

.widget_categories ul li a {
    padding: 0;
}

.widget_categories ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    margin-right: 5px;
}

.bottom-support-pc {
    position: fixed;
    z-index: 999;
}

.bottom-support-pc .support-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .5s ease-out;
}

.bottom-support-pc a {
    position: relative;
    margin: 10px 8px;
    text-align: left;
    width: 40px;
    height: 40px;
    display: block;
}

.phone-call-now {
    z-index: 88888;
}

.bottom-support-pc .contact-now {
    width: 100px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
}

.bottom-support-pc i {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999;
    animation-name: lac;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes lac {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    20% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    30% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.bottom-support-mb {
    position: fixed;
    z-index: 99999;
    text-align: center;
    bottom: 0;
    display: none;
    background: #fff;
    width: 100%;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    border-radius: 10px 10px 0 0;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    justify-content: space-around !important;
}

.bottom-support-mb .item {
    flex: 0 0 30%;
    max-width: 30%;
}

.bottom-support-mb .item a {
    font-size: 13px;
    font-weight: 800;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 0;
    line-height: 30px;
}

.bottom-support-mb .item a .img-box {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    margin: 0 auto;
    padding: 5px;
}

.bottom-support-mb .item a span.text {
    line-height: 15px;
}

.bottom-support-mb .item.phone {
    flex: 0 0 40%;
    max-width: 40%;
}

.bottom-support-mb .item.phone .img-box {
    background: #ea0000;
    width: 70px;
    height: 70px;
    margin-top: -40px;
    border: 5px solid #fff;
    display: flex;
}

.bottom-support-mb .item.phone span.text {
    padding-top: 13px;
}

.img-white {
    filter: brightness(0) invert(1);
    width: 100%;
    object-fit: contain;
}

@media (min-width: 850px) and (max-width: 1200px) {
    .header-nav-main li a {
        font-size: 14px;
    }
    .header-nav-main.nav-spacing-xlarge>li {
        margin: 0 5px;
    }
    .customer-home .flickity-viewport {
        height: 450px !important;
    }
}

@media (min-width: 550px) {
    .counter-list .content {
        padding: 1.5rem !important;
    }
    .navbar-banner {
        height: 350px;
        margin-top: -110px;
    }
    .header-box h3 {
        font-size: 25px;
        margin-bottom: 3rem !important;
    }
    .item-service .box-text {
        padding: 1rem !important;
    }
    .item-service h3 {
        font-size: 18px;
    }
    .service-home::after {
        content: "";
        width: 77%;
        height: 77%;
        overflow: hidden;
        border-radius: 0 0 0 70px;
        background: var(--bg-gradient-to-right);
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .contact-home .header-box h3 {
        margin-bottom: 1rem !important;
    }
    .item-customer strong {
        font-size: 16px;
    }
    .item-customer p:last-child {
        font-size: 15px;
    }
    .customer-home .flickity-slider>.row:nth-child(2n - 1) {
        padding-top: 100px;
    }
    .home-news ul.nav-line-bottom li a {
        font-size: 18px;
        line-height: 42px;
    }
    .home-news ul.nav-line-bottom {
        margin-bottom: 3rem !important;
    }
    .ss-lh .icon-box {
        padding: 15px;
    }
    .blog-archive .post-title a,
    .blog-single .post-title a {
        font-size: 18px;
    }
    .related-posts .header-box .title {
        font-size: 20px;
        line-height: 1.8;
    }
    .item-service .more {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .bottom-support-pc {
        right: 0;
        bottom: 20%;
    }
    .bottom-support-pc .contact-now {
        transform: rotate(-90deg);
        margin-right: -160px;
        left: -30px;
        top: -30px;
    }
}

@media (min-width: 850px) {
    .open-nav-menu {
        display: none;
    }
    .navbar-banner {
        height: 400px;
    }
    a.more-button {
        font-size: 14px;
    }
    .banner-home p:first-child {
        font-size: 20px;
    }
    .banner-home h2 {
        font-size: 45px;
    }
    .banner-home p {
        font-size: 15px;
    }
    .counter-list .item.active {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .counter-list .item {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .counter-list .content::after {
        content: "";
        width: 1px;
        height: 80%;
        position: absolute;
        top: 10%;
        right: -5px;
        border-right: 1px dashed #d4d4d4;
    }
    .counter-list .content .info .number {
        font-size: 40px;
    }
    .counter-list .content .info .count {
        font-size: 30px;
    }
    .counter-list .content .brief {
        font-size: 14px;
        max-width: 150px;
    }
    .title-box h2 {
        font-size: 20px;
        line-height: 1.8;
    }
    .header-box h3 {
        font-size: 30px;
    }
    .item-customer strong {
        font-size: 18px;
    }
    .ss-footer h3 {
        font-size: 16px;
    }
    .ss-lh .icon-box {
        padding: 20px;
    }
    .blog-single h1 {
        font-size: 24px;
    }
    .related-posts .header-box .title {
        margin-bottom: 3rem !important;
    }
    header .searchform .flex-col {
        margin-left: 0 !important;
    }
    .form-flat .button.icon {
        display: block !important;
        border-radius: 0 !important;
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
        outline: none;
        background-color: var(--fs-color-secondary) !important;
        color: #fff !important;
        height: 43px;
        width: 60px;
        border: 0;
        cursor: pointer;
        font-size: 14px;
    }
    #header .searchform,
    .search_mobile .searchform {
        height: 45px;
        line-height: 45px;
    }
    #header .header-search-form {
        padding: 8px;
        background: #f5f5f5;
        position: absolute !important;
        width: 500px;
        right: -15px;
        bottom: -73px;
        border-radius: 30px;
        margin: 0;
        display: none;
    }
    #header .searchform {
        background: #fff;
        border-radius: 25px;
        border: 1px solid #ccc;
    }
    .widget-title {
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .counter-list .content .info .number {
        font-size: 50px;
    }
    .counter-list .content .brief {
        font-size: 15px;
    }
    .about-home h3 {
        font-size: 40px;
        line-height: 1.1;
    }
    .item-customer strong {
        font-size: 22px;
    }
    .ss-footer h3 {
        font-size: 20px;
    }
    .blog-single h1 {
        font-size: 25px;
        line-height: 1.4;
    }
    .partner-home .flickity-button,
    .customer-home .flickity-page-dots {
        display: none;
    }
    .customer-home .flickity-viewport {
        height: 475px!important;
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .slider-logo .img {
        flex: 25%;
        max-width: 25%;
    }
    .partner-home .flickity-button {
        display: block;
    }
    .partner-home .flickity-button .flickity-button-icon {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px !important;
        opacity: .8;
        width: 40px;
        height: 40px;
    }
    .partner-home .flickity-button .flickity-button-icon .arrow {
        fill: #a2a2a2;
    }
    .partner-home .flickity-prev-next-button.previous {
        left: 0;
        opacity: 1 !important;
    }
    .partner-home .flickity-prev-next-button.next {
        right: 0;
        opacity: 1 !important;
    }
}

@media (max-width: 850px) {
    #header {
        padding-top: 0px;
    }
    .header-main .container {
        border-radius: 0;
    }
    #header .stuck .header-main .container {
        background-color: #fff;
    }
    .custom.html_top_right_text {
        display: block !important;
    }
    header .header-main .hotline-mb {
        background: var(--fs-color-secondary);
        width: 30px;
        height: 30px;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .header-main .nav>li>a.hotline-mb>i:not(.icon-angle-down) {
        color: #fff !important;
    }
    header .header-main .hotline-mb i {
        color: #fff !important;
        border-radius: 100%;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        position: relative;
        z-index: 999;
        animation-name: lac;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
    @keyframes lac {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        10% {
            -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
        }
        20% {
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
        }
        30% {
            -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
        }
        40% {
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
        }
        50% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    #menu .right-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #menu #menu-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #menu .bar {
        width: 25px;
        height: 2px;
        background: var(--primary-color) !important;
        transition: .3s ease-in-out;
    }
    #menu .bar:nth-child(2) {
        width: 20px;
        margin: 5px 0;
    }
    #menu .bar:last-child {
        width: 15px;
    }
    #menu #menu-toggle.closeMenu .bar:first-child {
        transform: translateY(7px) rotate(45deg);
    }
    #menu #menu-toggle.closeMenu .bar:nth-child(2) {
        transform: scale(0);
    }
    #menu #menu-toggle.closeMenu .bar:last-child {
        transform: translateY(-7px) rotate(-45deg);
        width: 25px;
    }
    #header .stuck #menu .menu-mobile-wrap {
        top: 85px !important;
    }
    #menu .menu-mobile-wrap {
        position: fixed;
        top: 105px;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 0;
        background: #fff;
        width: 100%;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    #menu .menu-mobile-wrap.main-menu.showMenu {
        height: calc(100vh - 59px);
        opacity: 1;
    }
    #menu .menu-mobile-wrap .wrapper {
        padding: 16px 20px 20px 20px;
        overflow-y: auto;
        height: calc(100% - 100px);
    }
    #menu .menu-mobile-wrap .search-field {
        width: 100%;
    }
    #menu .search_mobile .searchform {
        background: #f5f5f5;
        border-radius: 25px;
        border: 1px solid #ccc;
    }
    #menu .hotline-search {
        width: 100%;
        font-size: 15px;
        padding-top: 20px;
        margin-top: 1.5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu .nav-menu-mobile {
        margin-top: 10px;
        width: 100%;
    }
    #menu .nav-menu-mobile .main-menu {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    #menu .nav-menu-mobile .main-menu>li {
        margin: 0;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #f5f5f5;
        width: 100%;
    }
    #menu .nav-menu-mobile .main-menu li a {
        font-size: 15px;
        position: relative;
        display: block;
        font-weight: 600;
        color: #000 !important;
        text-transform: uppercase;
        line-height: 1.5;
    }
    #menu .nav-menu-mobile .main-menu li a .open-nav-menu {
        width: 40px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 46px;
        text-align: right;
    }
    .open-nav-menu .fa-angle-up {
        display: none;
    }
    li.active>a .fa-angle-down {
        display: none;
    }
    li.active>a .fa-angle-up {
        display: inline-block;
    }
    #menu .nav-menu-mobile .main-menu li .sub-menu {
        display: none;
        margin-top: 10px;
        padding: 0 20px;
        background: #f3f3f3;
        border-radius: 10px;
        list-style: none;
    }
    #menu .nav-menu-mobile .main-menu li .sub-menu li {
        margin: 0;
    }
    #menu .nav-menu-mobile .main-menu li .sub-menu li>a {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .banner-home::before {
        width: 80%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        opacity: .8;
        background: linear-gradient(to right, rgba(228, 33, 1, 0.7) 0%, rgba(228, 33, 1, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
    }
    .banner-home .section-content {
        z-index: 6;
    }
    .banner-home::after {
        display: none;
    }
    .banner-home {
        margin-top: 0;
    }
    .banner-home h2 {
        font-size: 40px;
        font-weight: 600;
    }
    .banner-home h2 br,
    .banner-home a.more-button {
        display: none;
    }
    .banner-home p {
        font-size: 15px;
    }
    .counter .content .info {
        display: flex;
        flex-direction: column;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .title-box h2 {
        font-size: 20px;
    }
    .item-service .image-cover {
        padding-top: 75% !important;
    }
    .customer-home .flickity-slider>.row {
        width: 50% !important;
    }
    .customer-home .flickity-page-dots .dot {
        background-color: var(--primary-color) !important;
        border: none !important;
        opacity: 1 !important;
    }
    .customer-home .flickity-page-dots .dot.is-selected {
        background-color: var(--fs-color-secondary) !important;
    }
    .slider-logo .img {
        flex: 33.33%;
        max-width: 33.33%;
    }
    .off-canvas-center .mfp-content .searchform {
        max-width: 100%;
    }
    .navbar-banner {
        height: 280px;
        margin-top: 0px;
    }
}

@media (max-width: 550px) {
    #menu .menu-mobile-wrap {
        top: 90px;
    }
    #logo img {
        padding: 10px 0;
    }
    .banner-home h2 {
        font-size: 30px;
    }
    .banner-home p:first-child {
        font-size: 16px;
    }
    .banner-home p {
        font-size: 14px;
    }
    .counter .counter-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .counter-list .item {
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    }
    .counter .content .info {
        display: block;
        max-width: 100%;
        position: relative;
        z-index: 2;
        flex: none;
    }
    .counter-list .item.active .content-box {
        display: none;
    }
    .counter-list .item.active .content {
        background-color: #fff;
    }
    .counter-list .item.active .brief {
        color: #000;
    }
    .title-box h2 {
        font-size: 15px;
    }
    .about-home h3 {
        padding-right: 1.5rem !important;
    }
    .title-box {
        margin-bottom: 15px;
    }
    .item-service .box-text {
        position: relative;
        background: var(--bg-gradient-to-right);
    }
    .item-service .box-text::before {
        display: none;
    }
    .item-service h3 {
        margin-bottom: 17px !important;
    }
    .item-service:hover {
        margin-top: 0;
    }
    .service-home {
        padding-bottom: 0 !important;
    }
    .customer-home .flickity-slider>.row {
        width: 100% !important;
    }
    .customer-home .flickity-page-dots {
        bottom: 0;
    }
    .slider-logo .img {
        flex: 50%;
        max-width: 50%;
    }
    .copyright p {
        font-size: 15px;
    }
    .navbar-banner {
        height: 250px;
    }
    .bottom-support-mb {
        display: flex !important;
    }
    .ss-footer {
        padding-bottom: 90px !important;
    }
}

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

.entry-content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.6;
}

#content ul,
.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

#content ol,
.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

body.single .entry-content>div {
    overflow: auto;
}

.entry-content table,
.term-description table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.widget ul,
.widget ol {
    padding-left: 0 !important;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}