/* Variables */
:root {
    --main-color: #a2644b;
    --bg-color: #fafafa;
    --highlight-color: #DEAB5B;
    --main-color: linear-gradient(to right, #834286, #3c1053);
    --brand-color: #834286;
}

/* Fonts */
@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Eremitage';
    src: url('../fonts/UTMEremitage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avo';
    src: url('../fonts/UTMAvo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Lazy loading placeholder */
.lazyload,
.lazyloading {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyloaded {
    opacity: 1;
}

.lazyload {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

/* Disable lazy loading animation for slider images */
.dml-hero img {
    opacity: 1 !important;
    background: none !important;
    animation: none !important;
}

/* Disable lazy loading animation for header and footer logos */
header .logo img,
footer .flogo img {
    opacity: 1 !important;
    background: none !important;
    animation: none !important;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@font-face {
    font-family: 'Avo';
    src: url('../fonts/UTM-Avo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font: 'SF', sans-serif;
    --heading-font: 'Avo', sans-serif;
}

/* Build */
html,body {
	width: 100%;
	overflow-x:hidden;
	position: relative;
    font-family: 'Avo', sans-serif!important;
}

.form-control:focus {
    box-shadow: none!important;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1300px!important;
    }
}


body {
    background-color: var(--bg-color)!important;
    line-height: 1.6!important;
	overflow-x:hidden;
    font-size: 16px!important;
    color: #000!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Avo', 'SF', sans-serif!important ;
    font-weight: bold!important;
    line-height: 1.6!important;
}

a:hover {
    color: var(--highlight-color)!important;
    box-shadow: none;
    outline: none;
}

button:hover,
button:focus {
    box-shadow: none;
    outline: none!important;
}

/* Topbar */
.dml-topbar {
    background: var(--main-color);
    font-size: 15px;
    color: var(--bg-color);
    padding: 8px 0;
    font-family: var(--heading-font);
}

.dml-topbar i {
    margin-right: 5px;
}

.dml-header .logo {
    max-width: 150px;
}

.dml-header .logo a {
    display: block;
    margin: 10px 0;
}

.dml-header .logo img {
    min-height: 80px;
    object-fit: contain;
}

.head-right > ul > li:not(:last-child) {
    margin-right: 2.5rem;
}

.head-right .icon {
    font-size: 30px;
    margin-right: 1rem;
    color: var(--main-color);
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head-right .title {
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.head-right .text span {
    font-size: 14px;
}

.sonicwp_nav .menu a span {
    font-family: var(--heading-font);
    font-style: normal;
    background-image: linear-gradient(90deg,#fff 0,#fff 94%)!important;
}

.sonicwp_nav .menu a {
    color: #fff!important;
    line-height: 1!important;
}

.sonicwp_nav .menu > ul > li > a {
    text-transform: unset!important;
    font-weight: 500!important;
}

.home_nav {
    font-size: 20px;
    margin-right: 30px;
}

.home_nav:hover {
    color: #fff!important;
}

.sonicwp-mobile-menu-icon {
    border-color: var(--main-color)!important;
}

.sonicwp-mobile-menu .mobile-menu-wrapper li a {
    color: var(--main-color)!important;
    font-weight: 500!important;
}

.sonicwp-mobile-menu .mobile-menu-wrapper li a .arrow_down i {
    color: var(--main-color)!important;
    transition: transform 0.3s ease;
}

/* Rotate arrow to up when submenu is active */
.sonicwp-mobile-menu .mobile-menu-wrapper li.submenu-open .arrow_down i {
    transform: rotate(180deg);
}

.sonicwp-mobile-menu .logo-wrapper img {
    max-width: 150px!important;
}

.sonicwp-mobile-menu .logo-wrapper {
    margin-bottom: 1rem;
}

.sonicwp-mobile-menu .close-menu .close-wrapper .close_1, .sonicwp-mobile-menu .close-menu .close-wrapper .close_2 {
    background-color: #000!important;
}

.sonicwp_nav .nav {
    height: 50px;
}

.sonicwp_nav .menu .sub-menu .sub-menu {
    margin-top: -10px!important;
}

.dml-header nav {
    background: var(--main-color);
    color: #fff!important;
}

.sonicwp_nav .menu a span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.sonicwp_nav .menu > ul > li:not(:last-child) {
    margin-right: 3rem!important;
}

.sonicwp_nav .menu > ul > li.menu-item-has-children > .sub-menu {
    background: var(--main-color)!important
}

.sonicwp_nav .menu .sub-menu a span {
    font-size: 16px;
    text-transform: capitalize;
}

.sonicwp-mobile-menu-icon {
    display: none!important;
}

@media screen and (max-width: 768px) {
    .dml-header .logo {
        max-width: 110px;
        margin: auto;
    }

    .dml-topbar {
        display: none;
    }

    .sonicwp_nav .nav {
        height: unset;
        padding: 10px 0;
        justify-content: space-between;
    }

    .sonicwp-mobile-menu {
        padding: 1rem!important;
    }

    .sonicwp-mobile-menu .mobile-menu-wrapper li a {
        font-family: var(--heading-font);
    }

    .sonicwp-mobile-menu-icon {
        display: flex!important;
    }
}

/* Section title */
.section-title {
    display: block;
    width: max-content;
    margin: 0 auto 30px;
    text-align: center;
    font-family: var(--heading-font);
    color: var(--main-color);
}

.section-title h2 {
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4!important;
}

.section-title span {
    display: block;
    width: 50%;
    background: var(--main-color);
    height: 1px;
    position: relative;
    margin: 1rem auto 0
}

.section-title span::before {
    content: "";
    width: 50%;
    height: 3px;
    background: var(--main-color);
    bottom: -1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn-primary {
    color: #fff;
    background-color: var(--brand-color)!important;
    border-color: var(--main-color)!important;
    font-family: var(--heading-font)!important;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #3c1053!important;
    border-color: #3c1053!important;
}

/* Hero */
.dml-hero .item img {
    --aspect-ratio: 2/5;
    width: 100%;

    object-fit: cover;
    object-position: center;
}

.slide-next,
.slide-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--highlight-color);
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 20px;
}

.slide-next {
    right: 10px;
}

.slide-prev {
    left: 10px;
}

@media screen and (max-width: 768px) {
    .slide-next,
    .slide-prev {
        width: 30px;
        height: 30px;
    }

    .dml-hero .item img {
        aspect-ratio: 4/3;
    }
}

/* About */
.dml-about {
    background-color: #fff;
    padding: 2rem 0;
}

.dml-about .text {
    padding: 30px;
    background-color: #d1e7dd;
    border: 1px dashed #a3cfbb;
    color: #0a3622;
    border-radius: 30px;
}

.dml-about .text span {
    display: block;
    line-height: 1;
}

.dml-about .job {
    font-weight: 500;
    font-size: 1.5rem;
}

.dml-about .hh {
    font-weight: 500;
    font-size: 2rem;
    margin: 1rem 0 5px 0;
    font-family: 'SF',sans-serif;
    font-weight: bold;
    color: #262626;
}

.dml-about .name {
    font-size: 3rem;
    font-weight: bold;
}

.dml-about .text span.quote {
    color: #262626;
    margin-top: 1.5rem;
    line-height: 1.5;
}

.dml-about .sign {
    display: block;
    margin-left: auto;
    margin-top: 1rem
}

.dml-about .main {
    max-height: 600px;
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .dml-about .main {
        max-height: 300px;
    }
    .dml-about .text {
        margin-top: 30px;
        padding: 10px;
        border-radius: 10px;
    }
}

/* About */
.dml-why.text-white {
    background: var(--main-color);
}

.dml-why.text-white > * {
    color: #fff!important;
    background-color: unset!important;
    background: unset;
}

.dml-why.text-white h2 {
    background-color: unset!important;
    background: unset!important;
    -webkit-text-fill-color: unset!important;
}

.dml-why .section-title span::before, 
.dml-why .section-title span {
    background: #fff!important;
}

.text-white .section-title,
.dml-why .count span.num,
.dml-why .checked .d-flex,
.dml-why .count span:last-child {
    color: #fff!important;
}

.text-white .section-title span,
.text-white .section-title span::before {
    background-color: #fff!important;
}

.dml-why {
    padding: 2rem 0;
}

.dml-why h3 {
    font-size: 2rem;
}

.dml-why p {
    margin: 2rem 0;
    font-size: 1rem;
}

.dml-why .checked {
    line-height: 1;
    font-size: 14px;
    color: #262626;
}

.dml-why .checked .d-flex {
    margin-bottom: 1rem;
}

.dml-why i {
    margin-right: 6px;
    color: #fff;
    font-size: 20px;
}

.dml-why .count {
    margin-bottom: 1rem;
    text-align: center;
}

.dml-why .count span {
    display: block;
}

.dml-why .count span.num {
    display: inline-block;
    font-family: var(--heading-font);
    color: var(--main-color);
}

.dml-why .count span:last-child {
    color: #262626;
}

.dml-why .count span.num {
    font-weight: bold;
    font-size: 2.8rem;
}

/* Services */
.item-service {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.item-service:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.item-service h3 {
    font-family: var(--heading-font);
}

.item-service h3 a,
.item-post .food {
    color: var(--brand-color)!important;
}

@media (max-width: 768px) {
    .item-service {
        margin-bottom: 30px;
    }
}

/* Clients */
.dml-clients {
    padding: 2rem 0;
}

.dml-clients h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.dml-clients .logo {
    background: #fff;
    border-radius: 12.114px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 1s ease 0s;
    padding: 20px;
    width: 150px!important;
    height: 85px;
    margin: 0 10px
}

.dml-clients .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Services */
.dml-services {
    background-color: #fff;
    padding: 2rem 0;
}

section h3 {
    font-size: 2rem;
}

.dml-services iframe {
    border: 1px solid var(--main-color);
    border-radius: 1rem;
}

.dml-services iframe .logo-backs2 {
    display: none!important;
}

.dml-services .form-tuvan {
    background-color: var(--main-color);
    padding: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    border-radius: 6px;
}

.dml-services .form-tuvan .inner {
    position: relative;
    z-index: 2;
}

.dml-services .form-tuvan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 95px;
    background-image: url(../images/service-1-1.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-tuvan input[type="text"],
.form-tuvan input[type="tel"],
.form-tuvan textarea {
    border-width: 0 0 1px 0;
    border-color: rgba(255,255,255,.7);
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
}

.form-tuvan .form-control:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.form-tuvan input[type="text"]::placeholder,
.form-tuvan input[type="tel"]::placeholder,
.form-tuvan textarea::placeholder {
    font-size: 13px;
    color: rgba(255,255,255,.7);
}

.dml-services .form-tuvan h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.form-tuvan input[type=submit] {
    background-color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    margin-top: 1rem;
}

.form-tuvan input[type=submit]:hover {
    border-color: #fff;
}

/* News */
.dml-news {
    position: relative;
    padding: 2rem 0;
    background-color: #fff;
}



.item-post {
    background-color: #fff;
    padding: .5rem;
    margin-bottom: 30px;
}
.dml-news .item-post {
    background-color: #f5f6f7;
}

.item-post .thumb {
    display: block;
}

.item-post .thumb img {
    width: 100%;
    max-height: 300px;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.item-post h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.item-post h3 a {
    
    color: #262626;
}

.dml-services .item-post h3 a {
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-post .decs {
    font-size: 14px;
    color: #262626;
}

.item-post .body {
    padding: 1rem 1rem 0 1rem;
}

.item-post .body .wrap {
    padding-bottom: 8px;
}

.item-post .food {
    background: linear-gradient(90deg,#015aad,#00b74f);
    background: -webkit-linear-gradient(0,#015aad,#00b74f);
    background-clip: text;
    -webkit-background-clip: text;
    padding-top: 8px;
    border-top: 1px solid #e8e3da;
    display: block;
    font-size: 14px;
}

.item-post.vertical-post {
    display: flex;
    margin-bottom: 10px;
}

.item-post.vertical-post .thumb {
    width: 30%;
}

.item-post.vertical-post .body {
    width: 70%;
    padding: 0 10px;
}

.item-post.vertical-post h3 {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .item-post.vertical-post {
        display: block;
    }

    .item-post.vertical-post .thumb {
        width: 100%;
    }
    
    .item-post.vertical-post .body {
        width: 100%;
        padding: 1rem 1rem 0 1rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }
}

/* Footer */
footer {
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
}

.main-footer {
    padding-top: 2rem;
    line-height: 1.2;
}

.main-footer p {
    margin-bottom: 10px;
}

.main-footer .flogo img {
    max-width: 200px;
    margin-top: -1rem;
}

.main-footer .icon-wrap a {
    display: inline-flex;
    background: hsla(51, 89%, 61%, 1);
    background: linear-gradient(90deg, hsla(51, 89%, 61%, 1) 0%, hsla(25, 83%, 57%, 1) 100%);
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
}

.main-footer .icon-wrap a:hover {
    color: #fff!important;
}

.main-footer .icon-wrap a:not(:first-child) {
    margin-left: 10px;
}

.main-footer .main {
    margin-top: 30px;
}

.main-footer h3 {
    font-size: 16px;
}

.copyright {
    padding: 15px 0;
    border-top: 1px dashed #777;
    color: #DEAB5B;
    font-weight: 500;
}

.main-footer .links > * {
    margin: 0 4px;
    font-size: 12px;
}

.main-footer .links > *:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .main-footer {
        font-size: 13px;
    }
    .main-footer .flogo {
        text-align: center;
        margin-bottom: 1rem;
    }
    .main-footer .flogo img {
        max-width: 150px;
    }

    .main-footer .icon-wrap a {
        width: 30px;
        height: 30px;
    }
}

/* Posts */
@media (max-width: 768px) {
    .sonicwp_breadcrumb {
        display:none
    }

    h1.h1 {
        font-size: 20px;
        line-height: 1.5
    }
}

.ga-posts .item  {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ga-posts .item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.ga-posts .item .content a:first-of-type {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: var(--brand-color);
}

.ga-posts .item .content > h3 {
    font-size: 18px;
    font-family: var(--heading-font);
    color: var(--main-color);
}

.ga-posts .item:hover .content >a:first-child {
    color: var(--main-color);
}

.ga-posts .item .content span {
    font-size: 14px;
    display: block;
    color: #262626;
}

.ga-posts .item .content .meta {
    color: #333;
    font-size: 13px
}

.dml-pageHeader.bg-white {
    background: var(--main-color)!important;
    color: #fff;
}

.dml-pageHeader.p-2 {
    padding: 1rem!important;
}

.dml-pageHeader h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}

.dml-pageHeader h1 {
    font-size: 24px;
}

#breadcrumbs {
    margin-bottom: 10px;
}

#breadcrumbs > * {
    color: #fff;
}

.ga-content {
    color: #000;
}

.ga-content h1 {
    font-size: 24px;
    color: var(--highlight-color);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ga-content h2,
.ga-content h2 > * {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ga-content h3,
.ga-content h3 > * {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ga-content h4,
.ga-content h4 > * {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ga-content a {
    color: var(--main-color);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ga-content blockquote {
    color: #004085!important;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.ga-content blockquote p:last-child {
    margin-bottom: 0;
}

.ga-content blockquote a {
    color: #004085!important;
}

.ga-content a:hover {
    text-decoration: underline;
}

.sonicwp_comments .comments-title {
    color: #015aad!important;
    margin-top: 30px;
    border-left: 3px solid #015aad!important
}

.sonicwp_comments .comment-reply-title {
    color: #262626;
}

@media screen and (max-width: 768px) {
    .dml-pageHeader h1 {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
    }

    #breadcrumbs > * {
        font-size: 13px;
    }
}


/* Paginate */
.pagination {
    justify-content: center;
    margin-top: 1rem;
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-links span,
.nav-links a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 4px;
}

.nav-links > *:not(:first-child) {
    margin-left: 10px;
}

.nav-links .current,
.nav-links >*:hover {
    background: var(--main-color);
    color: #fff!important;
}

/* Sidebar */


.sidebar-wrap .list a:last-of-type {
    display: block;
    padding: 5px
}

.sidebar-wrap .has-play:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/wp-content/themes/truongga/assets/images/play.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.sidebar-wrap .list span {
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color)
}

.sidebar-wrap h3 {
    display: block;
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: var(--heading-font);
}

.sidebar-wrap h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: var(--main-color) transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px
}

.service-menu > li {
    background-color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    border: 1px solid var(--main-color);
    padding: 10px;
    cursor: pointer;

}

.service-menu > li a {
    color: var(--main-color);
}

.service-menu > li:hover {
    background-color: var(--main-color);
}

.service-menu > li:hover a {
    color: #015aad!important;
}

.service-menu > li.menu-item-has-children {
    position: relative;
}

.service-menu > li.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Fontawesome';
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    color: var(--main-color);
}


.service-menu > li > .sub-menu {
    display: none;
    list-style: none;
    padding-left: 10px;
}

.service-menu > li > .sub-menu > li {
    color: #262626;
    margin: 1rem 0;
    font-weight: normal;
    font-size: 14px;
}

.service-menu > li > .sub-menu > li:last-child {
    margin-bottom: 0;
}

.service-menu > li.menu-item-has-children.show-sub > .sub-menu {
    display: block;
}

.service-menu > li.menu-item-has-children.show-sub::after {
    content: '\f106';
}

/* fix cf7 */
.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin:  1rem 0 0 0;
    padding: 5px;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .dml-pa .cap {
        display: none;
    }
}

/* Call button css */
:root{
	--cmbHl-bg:#e60808;
	--cmbHl-abg:rgba(230, 8, 8, 0.7);
}

/*hotline*/
.hotline-phone-ring-wrap {
	z-index: 999999;
}
.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid var(--cmbHl-bg);
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: var(--cmbHl-abg);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: var(--cmbHl-bg);
	width: 33px;
	height: 33px;
	top: 36px;
	left: 36px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
	position: absolute;
	background: var(--cmbHl-abg);
	height: 40px;
	min-width: 160px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}
.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-indent: 40px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

.three_messenger_textus_livechat .chat_now_btn {
    font-family: 'Avo', sans-serif!important;
}

@media (max-width: 768px) {
	.hotline-bar {
		display: none;
	}

    .sonicwp-mobile-menu .logo-wrapper img {
        max-width: 60px!important;
    }

    .sonicwp-mobile-menu .close-menu {
        top: 20px;
    }
}

/* Fix menu */

@media screen and (min-width: 900px) {
    .sonicwp_nav .menu .sub-menu li {
        width: max-content;
        min-width: unset!important;
        max-width: unset!important;
    }

    .sonicwp_nav .menu .sub-menu a span {
        font-size: 18px;
        font-weight: 400!important;
    }

    .sonicwp_nav .menu > ul > li.menu-item-has-children:hover > .sub-menu {
        background: #fff!important;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .sonicwp_nav .menu .sub-menu a {
        color: #000!important;
    }

    .sonicwp_nav .menu .sub-menu a:hover {
        color: var(--brand-color)!important;
    }

    .sonicwp_nav .menu a {
        line-height: 1.5!important;
    }

    .sonicwp_nav .menu li:hover > a span {
        background-position: 0 103%!important;
    }
}

@media screen and (max-width: 768px) {
    .sonicwp-mobile-menu .mobile-menu-wrapper li a .arrow_down i {
        font-weight: 400!important;
        font-size: 15px!important;
    }

    body .sonicwp-mobile-menu .mobile-menu-wrapper .sub-menu>li a {
        padding-left: 25px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}