@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/site/Font/Roboto/Roboto-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(/assets/site/Font/Roboto/Roboto-Italic.woff2) format("woff2")
}

:root {
    --primary: #198754;
    --primary-light: #0c9656;
    --primary-dark: #04550f;
    --danger: #dc3545;
    --success: #11844a;
    --yellow: #ff0;
    --link: #05fdfd;
    --link-hover: #fff;
    --link-default: #082a02;
    --text-dark: #000;
    --text-light: #212529;
    --bg: #fff;
    --bg-light: #f5f5f5;
    --bg-breadcrumb: #e9ecef;
    --border-light: #cccac5;
    --color-anination: rgba(6, 255, 27, 0.967);
    --color-anination-right: rgba(5, 216, 23, 0.967);
    --color-h1: #f83232;
    --color-h3: #a10719;
    --color-h4: #800c6c;
    --color-h6: #0c6380;
    --color-red: #fc1a2c;
    --color-star: #d3d3d3;
    --color-footer-icon: #f30698;
    --radius: .375rem;
    --radius-sm: .25rem;
    --radius-lg: .5rem;
    --radius-xl: 1rem;
    --radius-pill: 50rem;
    --radius-circle: 50%;
    --font-base: 1.125rem;
    --font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --transition: all .3s ease;
    --shadow: 0 4px 10px rgba(0, 0, 0, .2);
    --shadow-hover: 0 8px 20px rgba(0, 0, 0, .3);
    --shadow-box: 6px 6px 6px #888;
    --shadow-hotline: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    --shadow-bottom-contact: 2px 1px 9px rgba(0, 0, 0, .1);
    --tap-highlight: #fff0;
    --z-header: 9999999999;
    --z-navbar: 98;
    --z-collapse: 99;
    --z-hotline: 11;
    --z-bottom: 99;
    --z-fixright: 9999999999
}

*,
::before,
::after {
    box-sizing: border-box
}

* {
    font-family: Roboto, sans-serif !important
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    padding: 0 6px;
    background: var(--bg);
    color: var(--text-dark);
    font-size: var(--font-base);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--tap-highlight)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5rem;
    font-weight: 700;
    line-height: 1.2
}

h1 {
    color: var(--color-h1);
    font-size: 36px;
    text-align: center
}

h2 {
    color: var(--primary);
    font-size: 28px
}

h3 {
    color: var(--color-h3);
    font-size: 26px
}

h4 {
    color: var(--color-h4);
    font-size: 24px
}

h5 {
    color: var(--color-h4);
    font-size: 22px
}

h6 {
    color: var(--color-h6);
    font-size: 20px
}

p,
address {
    margin-bottom: 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

a {
    color: var(--link-default);
    text-decoration: none;
    font-weight: 700;
    word-break: break-word
}

a:hover {
    color: var(--danger)
}

#footer a,
.navbar a {
    color: var(--bg) !important
}

.footer-address,
.footer-support {
    color: var(--link) !important
}

.navbar a:hover,
#footer a:hover {
    color: var(--link-hover) !important
}

img,
svg {
    vertical-align: middle
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-fluid:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px)
}

.img-center {
    display: block;
    margin: 0 auto
}

.img-border {
    border-radius: 10px;
    border: 1px solid var(--border-light)
}

.img-full {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    object-fit: cover
}

.img-full:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px)
}

.container-fluid {
    width: 100%;
    padding: 0 .75rem;
    margin: 0 auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75rem
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 .75rem
}

.col-12 {
    width: 100%
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.333%
    }

    .col-md-8 {
        width: 66.666%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 25%
    }

    .col-lg-9 {
        width: 75%
    }
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: var(--z-header)
}

header img {
    height: auto;
    max-height: 236px;
    object-fit: cover;
    width: 100%
}

.card {
    background: var(--bg);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    color: var(--text-dark)
}

.card-header {
    background: var(--primary);
    color: var(--bg);
    padding: .5rem 1rem;
    border-bottom: 1px solid var(--border-light);
    border-radius: var(--radius) var(--radius) 0 0
}

.card-header h4 {
    color: var(--bg);
    margin: 10px;
    font-size: 100%;
    font-weight: 700
}

.card-body {
    padding: 1rem;
    flex: 1 1 auto
}

#sidebar {
    background: var(--bg-light)
}

#sidebar .right {
    align-items: center
}

#sidebar .right p {
    font-size: 1.2em;
    text-align: center
}

#sidebar .right img {
    height: 80px;
    width: 80px
}

#sidebar .right .contact-btn img {
    width: 39px !important;
    height: 39px !important
}

.navbar {
    align-items: center;
    background: var(--primary);
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 62px;
    padding: .5rem 0;
    position: relative;
    z-index: var(--z-navbar)
}

.navbar .navbar-nav {
    padding-left: 16px
}

.navbar>.container-fluid {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.navbar a {
    color: var(--bg);
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase
}

.navbar .nav-link {
    margin-top: .5rem;
    padding: .5rem
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .dropdown-menu li a:hover {
    background-color: var(--danger);
    color: var(--bg)
}

.navbar .nav-item {
    margin-right: 12px
}

.navbar .navbar-nav .dropdown-menu {
    background: var(--primary-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: .5rem 0;
    position: absolute;
    z-index: var(--z-header)
}

.navbar .navbar-nav .dropdown-menu li {
    list-style: none;
    padding: .46rem
}

.navbar-right-time span {
    color: var(--yellow);
    text-shadow: 1px 1px 2px var(--text);
    font-weight: 700;
    margin-right: 20px
}

.navbar-toggler {
    background: var(--primary-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    font-size: 1.40625rem;
    margin-left: 16px;
    padding: .25rem .75rem
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2305fdfd' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1.5em;
    width: 1.5em;
    display: inline-block;
    vertical-align: middle
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-collapse.show {
    display: block
}

@media (max-width: 991.99px) {

    .navbar .nav-item,
    .navbar .nav-item:hover {
        margin: .75rem 0
    }

    .navbar-right-time {
        margin-top: .5rem;
        padding-left: 16px
    }

    .navbar-collapse {
        background: var(--primary-light);
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: var(--z-collapse)
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .nav-item {
        margin-right: 24px
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-right-time {
        margin-left: auto;
        padding-right: 16px
    }
}

.dropdown-menu {
    display: none;
    min-width: 10rem
}

.dropdown-menu.show {
    display: block
}

.collapse:not(.show) {
    display: none
}

.icon,
.icon-h2,
.icon-h3 {
    height: 1.2em;
    width: 1.2em;
    fill: var(--primary);
    transition: fill .3s;
    vertical-align: text-bottom
}

.icon:hover {
    fill: var(--danger)
}

.icon-h2 {
    fill: var(--primary-light)
}

.icon-h3 {
    fill: var(--color-h3)
}

.breadcrumb {
    background: var(--bg-breadcrumb);
    border-radius: .25rem;
    font-weight: 700;
    margin-bottom: 12px
}

.describe-service img {
    height: 199px;
    width: 199px
}

.service-repair {
    margin: 0;
    word-spacing: 2px
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    min-height: 60px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.btn-contact {
    background: var(--primary);
    color: var(--bg);
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 140px;
    max-width: 189px;
    transition: var(--transition);
    white-space: nowrap;
    text-align: center
}

.btn-contact:hover {
    background: var(--danger);
    color: var(--link)
}

.icon-contact,
.icon-zalo {
    width: 24px;
    height: 24px;
    fill: var(--bg);
    margin-right: 8px;
    flex-shrink: 0
}

.icon-zalo:hover {
    fill: var(--link) !important
}

.contact-btn {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    transform: translateZ(0);
    backface-visibility: hidden;
    z-index: 10
}

.contact-btn::before,
.contact-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: var(--color-anination);
    border: 2px solid var(--color-anination-right);
    border-radius: var(--radius-circle);
    opacity: .6;
    transform: translate(-50%, -50%) scale(0.35);
    animation: ripple 2.2s ease-out infinite;
    pointer-events: none;
    z-index: -1
}

.contact-btn::after {
    animation-delay: .73s
}

.contact-btn .contact-circle-fill {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: var(--color-anination);
    border: 2px solid var(--color-anination-right);
    border-radius: var(--radius-circle);
    opacity: .6;
    transform: translate(-50%, -50%) scale(0.35);
    animation: ripple 2.2s ease-out infinite;
    animation-delay: 1.46s;
    pointer-events: none;
    z-index: -1
}

.contact-img-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: var(--color-anination-right);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    animation: phonering-alo-circle-img-anim 1s ease-in-out infinite;
    z-index: 1;
    overflow: hidden
}

.contact-img-circle img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain
}

@keyframes ripple {
    0% {
        opacity: .6;
        transform: translate(-50%, -50%) scale(0.35)
    }

    60% {
        opacity: .14;
        transform: translate(-50%, -50%) scale(1.6)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.6)
    }
}

@keyframes phonering-alo-circle-img-anim {

    0%,
    100% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    10%,
    30% {
        transform: translate(-50%, -50%) rotate(-25deg)
    }

    20%,
    40% {
        transform: translate(-50%, -50%) rotate(25deg)
    }

    50% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

.bottom-contact {
    display: none
}

@media (max-width: 768px) {
    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--primary-dark);
        border-top: 1px solid var(--border-light);
        box-shadow: var(--shadow-bottom-contact);
        z-index: 999;
        padding: 3px 0
    }

    .bottom-contact ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .bottom-contact ul li {
        flex: 1;
        text-align: center;
        position: relative
    }

    .bottom-contact .contact-btn {
        width: 52px;
        height: 52px;
        margin: 0 auto;
        position: relative;
        top: -29px
    }

    .bottom-contact ul li span {
        display: block;
        color: var(--bg);
        font-size: 12.99px;
        font-weight: 700;
        margin-top: -21.368px;
        line-height: 1.2;
        text-shadow: var(--shadow-bottom-contact);
        z-index: 5
    }

    .bottom-contact a {
        text-decoration: none;
        display: block
    }
}


#footer {
    background: var(--primary);
    color: var(--bg);
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    margin-top: 10px
}

#footer a {
    color: var(--link);
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
    text-decoration: none
}

#footer a:hover {
    background: var(--danger);
    color: var(--bg)
}

#footer ul li {
    display: inline;
    padding: 10px
}

@media (max-width: 575px) {
    #footer ul li {
        display: block;
        line-height: 39px
    }

    #footer ul li a {
        display: inline-block;
        text-align: center
    }
}

#footer h3 {
    color: var(--bg);
    font-size: 1.268em;
    margin-bottom: 10px
}

#footer .footer-address,
#footer .footer-support {
    color: var(--link)
}

#footer .icon-footer {
    fill: var(--color-footer-icon);
    width: 1.2em;
    height: 1.2em;
    margin-right: 5px
}

#footer .icon-footer:hover {
    fill: var(--danger)
}

#footer .slogan,
#footer .copyright {
    font-size: .78em;
    font-weight: 700
}

@media (max-width: 768px) {
    body {
        padding-bottom: 36px
    }
}


.text-center {
    text-align: center !important
}

.color-red {
    color: var(--color-red) !important
}

.display-none {
    display: none !important
}

.display-block {
    display: block !important
}

#back_to_top {
    position: fixed;
    right: 9px;
    bottom: 98px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    padding: 5px;
    transform: scale(.8);
    transition: .4s ease;
    z-index: var(--z-fixright)
}

#back_to_top.visible {
    opacity: 1;
    visibility: visible;
    animation: bounce .5s ease-out
}

#back_to_top:hover {
    opacity: .85;
    transform: scale(1.08)
}

@keyframes bounce {
    0% {
        transform: scale(.8)
    }

    60% {
        transform: scale(1.1)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

.img-icon-80 {
    height: 80px;
    width: 80px;
    object-fit: contain
}

.img-icon-30 {
    height: 30px;
    width: 30px;
    object-fit: contain
}

.img-icon-39 {
    height: 39px;
    width: 39px;
    object-fit: contain
}

.box_fixRight {
    position: fixed;
    right: -152px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
    width: auto;
    z-index: var(--z-fixright)
}

.box_fixRight:hover {
    right: 0
}

.box_fixRight .box_content {
    background: var(--bg);
    border-radius: 10px 0 0 10px;
    box-shadow: var(--shadow-box);
    padding: 8px
}

.box_fixRight .item {
    align-items: center;
    color: var(--text-dark);
    display: flex;
    padding: 8px 12px 6px 6px;
    text-decoration: none
}

.box_fixRight .item:hover {
    color: #184b9b
}

.box_fixRight .item img {
    height: 39px;
    width: 39px
}

@media (max-width: 768.1px) {
    .box_fixRight {
        display: none
    }
}

.services-repair {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -5px
}

.service {
    border: 1px solid var(--border-light);
    border-radius: 12px;
    box-sizing: border-box;
    width: 23.999999%;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    text-align: center;
    max-height: 666px !important
}

.service img {
    width: 100%;
    max-width: 180px;
    margin: 8px auto;
    aspect-ratio: 1/1;
    object-fit: cover
}

.service .view-details {
    font-size: 80%;
    margin-top: auto !important;
    padding-top: 10px
}

@media (min-width:1920px) {
    .service {
        width: 13.366628% !important
    }
}

@media (max-width:800px) {
    .service {
        width: 32.266638% !important
    }
}

@media (max-width:575px) {
    .service {
        width: 49.199998% !important
    }
}

@media (max-width:467px) {
    .service {
        width: 97.999996% !important
    }
}

.section-divider {
    margin: 9px 0;
    border: 0;
    border-top: 2px solid #eee;
    clear: both
}

.pager {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px !important;
    margin-bottom: 20px
}

.pagination {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.pagination li {
    margin: 0 3px
}

.pagination .page-link {
    border: 1px solid var(--primary-light);
    border-radius: 5px;
    color: var(--primary);
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    transition: background .3s, color .3s
}

.pagination .page-link:hover {
    background: var(--primary-light);
    color: var(--bg)
}

.pagination .active .page-link {
    background: var(--danger);
    border-color: var(--danger);
    color: var(--bg)
}