body,
html {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: var(--body)
}

a {
    transition: all ease .4s
}

table {
    font-size: 14px
}

.masony {
    width: 100%;
    column-count: 3;
    column-gap: 10px!important
}

.masony img {
    margin-bottom: 10px
}

:root {
    --white: #fff;
    --black: #000;
    --bg-2:#cf943a;
    --primary: #34AC5A;
    --bg:#F8EAC0;
    --second: #2B429C;
    --third: #34AC5A;
    --body: #353535
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.primary-btn {
    /* margin-top: .5em;
    margin-bottom: .5em; */
    background: var(--third);
    color: #fff;
    font-weight: 700;
    font-size: .97em;
    display: inline-block;
    letter-spacing: .03em;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    transition: all ease .4s
}

.primary-btn i {
    font-size: 14px;
    margin-left: 5px;
}

.primary-btn:hover {
    outline: 0;
    opacity: 1;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2)
}

.box-title {
    margin-bottom: 1.5rem
}

@media screen and (max-width:575px) {
    .box-title {
        margin-bottom: 10px
    }
}

.box-title h2 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--primary)
}

.box-title h2 b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor
}

.box-title h2 span {
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.3
}

.line-1,
.related-slider .item h4 a,
.result ul li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.aside .aside-item .box-aside-blog .aside-blog .box-content h4 a,
.blog-item .box-content h4 a,
.box-blog-item .blog-item .box-content h4 a,
.box-blog-item .blog-item .box-content p,
.feature-item .box-content h4 a,
.feature-item .box-content p,
.home-feature .left .box-content h4 a,
.home-feature .left .box-content p,
.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-item .box-content p,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.slick-slider .slick-arrow {
    height: 60px;
    width: 30px;
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.slick-slider .slick-arrow.slick-prev {
    left: 0
}

.slick-slider .slick-arrow.slick-prev::before {
    font-family: FontAwesome;
    content: "\f053"
}

.slick-slider .slick-arrow.slick-next {
    border-radius: 4px 0 0 4px;
    right: 0
}

.slick-slider .slick-arrow.slick-next::before {
    font-family: FontAwesome;
    content: "\f054"
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
    transition: all ease .4s;
    background: #000
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: 15px
}

.slick-slider:hover .slick-arrow.slick-next {
    right: 15px
}

.masony {
    width: 100%;
    column-gap: 30px
}

@media screen and (max-width:767px) {
    .masony {
        column-gap: 15px
    }
}

.cl-lg-3 {
    column-count: 3
}

@media screen and (max-width:767px) {
    .cl-lg-3 {
        column-count: 2
    }
}

@media screen and (max-width:575px) {
    .cl-lg-3 {
        column-count: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#menu-mobile {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 100%;
    transition: .5s;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#menu-mobile.active {
    top: 0;
    visibility: visible;
    opacity: 1
}

#menu-mobile .mobile-link {
    display: flex;
    align-items: center;
    gap: 10px
}

#menu-mobile .wraper-menu-mobile {
    width: 100%;
    height: 95%;
    z-index: 99999;
    top: 100%;
    left: 0;
    border-radius: 20px 20px 0 0;
    padding: 20px 15px 30px;
    position: relative;
    background-color: #fff;
    transition: .5s;
    margin: 0;
    overflow: hidden
}

#menu-mobile.active .wraper-menu-mobile {
    top: 0
}

#menu-mobile .close-mobile-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer
}

#menu-mobile .list-mobile-menu {
    padding-left: 10px;
    max-height: 100vh;
    overflow-y: scroll;
    padding-top: 10px
}

.ovh {
    overflow: hidden!important
}

#menu-mobile .list-mobile-menu>li>.mobile-link>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 24px
}

#menu-mobile .list-mobile-menu>li>.mobile-link>a .icon img {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1
}

#menu-mobile .list-mobile-menu ul {
    padding-left: 20px;
    margin-top: 12px
}

#menu-mobile .list-mobile-menu ul li {
    margin-bottom: 5px
}

#menu-mobile .list-mobile-menu ul li img {
    width: 30px;
    height: 30px
}

#menu-mobile .list-mobile-menu ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: var(--primary);
    line-height: 26px
}

#menu-mobile .list-mobile-menu>li+li {
    border-top: 1px solid #ececec;
    margin-top: 10px;
    padding-top: 10px
}

#menu-mobile .mobile-logo img {
    max-width: 75px!important;
    margin: 0 auto
}

#menu-mobile .mobile-logo {
    text-align: center;
    margin-bottom: 30px
}

.cl-2 {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-gap: 20px;
    display: grid
}

@media screen and (max-width:575px) {
    .cl-2 {
        grid-gap: 10px;
        grid-template-columns: repeat(1, 100%)
    }
}

.feature-item {
    display: flex;
    background: #fff;
    margin-bottom: 20px
}

@media screen and (max-width:575px) {
    .feature-item {
        margin-bottom: 10px
    }
}

.feature-item:hover img {
    transform: scale(1.15)
}

.feature-item .box-img {
    width: 40%;
    overflow: hidden
}

.feature-item .box-img img {
    transition: all ease .4s
}

.feature-item .box-content {
    width: 60%;
    padding: 15px 20px;
    text-align: center
}

.feature-item .box-content h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: 16px
}

.feature-item .box-content h4::before {
    background: #c9c9c9;
    bottom: 0;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%)
}

.feature-item .box-content h4 a {
    color: #353535
}

.feature-item .box-content h4 a:hover {
    color: var(--primary)
}

.feature-item .box-content p {
    color: var(--body);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.home-banner .banner-slider .item .box-img {
    position: relative;
    min-height: 200px
}

.home-banner .banner-slider .item .box-img::before {
    background: rgba(0, 0, 0, .5);
    inset: 0;
    position: absolute;
    content: "";
    z-index: 0;
    display: none
}

@media screen and (max-width:1200px) {
    .home-banner .banner-slider .item .box-img::before {
        display: none
    }
}

.home-banner .banner-slider .item .box-img img {
    min-height: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.home-banner .banner-slider .item .box-img .box-absolute {
    position: absolute;
    bottom: 50px;
    display: none;
    padding-left: 150px
}

@media screen and (max-width:1400px) {
    .home-banner .banner-slider .item .box-img .box-absolute {
        padding-left: 30px
    }
}

@media screen and (max-width:996px) {
    .home-banner .banner-slider .item .box-img .box-absolute {
        padding: 10px;
        bottom: 0
    }
}

.home-banner .banner-slider .item .box-img .box-absolute span {
    font-size: 2rem;
    line-height: 1;
    color: #fff
}

@media screen and (max-width:996px) {
    .home-banner .banner-slider .item .box-img .box-absolute span {
        font-size: 16px
    }
}

.home-banner .banner-slider .item .box-img .box-absolute h2 {
    font-size: 2.9rem;
    padding: 0;
    font-weight: 700;
    color: #fff;
    margin-top: .2em;
    margin-bottom: .2em;
    line-height: 1
}

@media screen and (max-width:996px) {
    .home-banner .banner-slider .item .box-img .box-absolute h2 {
        font-size: 24px
    }
}

.home-banner .banner-slider .item .box-img .box-absolute p {
    color: #fff
}

@media screen and (max-width:996px) {
    .home-banner .banner-slider .item .box-img .box-absolute p {
        margin-bottom: 0
    }
}

.slick-slider {
    margin-bottom: 0!important
}

.slick-slider .slick-dots {
    margin-bottom: 0;
    bottom: 0
}

.slick-slider .slick-dots li.slick-active button::before {
    background: #fff
}

.slick-slider .slick-dots li button::before {
    color: transparent;
    background: 0 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 1
}

.home-about {
    padding: 40px 0
}

@media screen and (max-width:575px) {
    .home-about {
        padding: 20px 0
    }
}

.home-about .item {
    text-align: center;
    position: relative
}

.home-about .item>a {
    position: absolute;
    inset: 0;
    z-index: 1
}

.home-about .item img {
    max-width: 100px;
    margin-bottom: 20px
}

.home-about .item svg {
    margin-bottom: 20px;
}

.home-about .item h4 {
    font-size: 1.25rem;
    margin-bottom: .5em;
    font-weight: 700;
    color: #ff0000
}

.home-about .item p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #000
}

.home-feature {
    background: var(--bg);
    padding: 40px 0;
    color: #fff
}

@media screen and (max-width:575px) {
    .home-feature {
        padding-bottom: 0;
        padding-top: 20px
    }
}

.home-feature .box-title h2 {
    color: var(--bg-2)
}

.home-feature .box-title b {
    opacity: 0.5 !important;
}

.home-feature .left .box-img {
    aspect-ratio: 540/360;
    margin-bottom: 0!important
}

.home-feature .left .box-img img {
    object-fit: cover
}

.home-feature .left .box-content {
    background: #fff;
    padding: 15px
}

.home-feature .left .box-content h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: 16px
}

.home-feature .left .box-content h4::before {
    background: #c9c9c9;
    bottom: 0;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    left: 15px;
    transform: translateX(-50%)
}

.home-feature .left .box-content h4 a {
    color: #353535
}

.home-feature .left .box-content h4 a:hover {
    color: var(--primary);
    display: block
}

.home-feature .left .box-content p {
    color: var(--body);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.box-blog-item {
    padding: 40px 0 20px
}

@media screen and (max-width:575px) {
    .box-blog-item {
        padding: 20px 0 0
    }
}

.box-blog-item .box-btn {
    text-align: center
}

.box-blog-item .box-img {
    overflow: hidden;
    margin-bottom: 0
}

.box-blog-item .box-img .time {
    display: none
}

.box-blog-item .box-img img {
    transition: all ease .4s
}

.box-blog-item .box-img:hover img {
    transform: scale(1.15)
}


.box-blog-item .blog-item .box-content h4 {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px
}

.box-blog-item .blog-item .box-content h4::before {
    background: #c9c9c9;
    bottom: 0;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%)
}

.box-blog-item .blog-item .box-content h4 a {
    color: #353535
}

.box-blog-item .blog-item .box-content h4 a:hover {
    color: var(--primary);
    display: block
}

.box-blog-item .blog-item .box-content p {
    color: var(--body);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}
.footer .footer-top .list-info a {
  margin-left: 3px;
}
.feedback {
    background-image: url(../images/bg-feedback-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bg);
    background-position: 44% 0;
    padding: 100px 0
}

@media screen and (max-width:996px) {
    .feedback {
        padding: 20px 0;
        background-image: unset;
    }
}

.feedback h2 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    font-size: 1.7em;
    line-height: 1.3
}

.feedback .feedback-item {
    text-align: center
}

.feedback .feedback-item .avatar {
    text-align: center;
    width: 100px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
}

.feedback .feedback-item .avatar img {
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;

}

.feedback .feedback-item .icon i {
    color: #ffc000;
}

.feedback .feedback-item h4 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    color: #000;
    margin-top: 10px
}

.feedback .feedback-item p {
    color: #000;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 10px
}

.feedback .feedback-item span {
    color: var(--bg-2);
    font-weight: 700
}

.aside .aside-item {
    margin-bottom: 20px
}

.aside .aside-item form {
    position: relative
}

.aside .aside-item form input {
    border-radius: 0;
    padding-right: 38px
}

.aside .aside-item form button {
    background: var(--third);
    width: 38px;
    height: 38px;
    color: #fff;
    top: 0;
    right: 0;
    position: absolute
}

.aside .aside-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.aside .aside-item .box-aside-blog {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    background-color: rgba(221, 221, 221, .1)
}

.aside .aside-item .box-aside-blog .aside-blog {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0 10px
}

.aside .aside-item .box-aside-blog .aside-blog .box-img {
    height: 40px;
    width: 40px;
    aspect-ratio: 1/1;
    margin-right: 15px
}

.aside .aside-item .box-aside-blog .aside-blog .box-img img {
    object-fit: cover;
    border-radius: 50%
}

.aside .aside-item .box-aside-blog .aside-blog .box-content h4 {
    font-weight: 400;
    font-size: 14px
}

.aside .aside-item .box-aside-blog .aside-blog .box-content h4 a {
    color: var(--body)
}

.aside .aside-item .box-aside-blog .aside-blog .box-content h4 a:hover {
    color: var(--primary)
}

.blog {
    padding: 40px 0;
    border-top: 1px solid #ececec
}

@media screen and (max-width:996px) {
    .blog .vuta-container>.vuta-row>[class^=vuta-col-]:first-child {
        order: 2;
        margin-top: 15px
    }
}

@media screen and (max-width:996px) {
    .blog {
        padding-bottom: 0;
        padding-top: 30px
    }
}

.blog h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.15em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #1c1c1c;
    font-weight: 700
}

.blog-item {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    margin-bottom: 20px;
    transition: all ease .4s;
    height: 100%
}

.blog-item:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.blog-item .box-img {
    aspect-ratio: 3/2;
    position: relative
}

.blog-item .box-img img {
    object-fit: cover
}

.blog-item .box-img .time {
    position: absolute;
    top: 7px;
    background: var(--third);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    left: -10px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .blog-item .box-img .time {
        left: 7px
    }
}

.blog-item .box-img .time .day {
    margin-top: 8px
}

.blog-item .box-img .time span {
    font-size: 14px;
    display: block;
    line-height: 16px
}

.blog-item .box-img .time .small {
    font-size: 10px
}

.blog-item .box-content {
    padding: 10px 15px
}

.blog-item .box-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-item .box-content h4::before {
    height: 3px;
    width: 30px;
    display: none;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .1)
}

.blog-item .box-content h4 a {
    color: #1c1c1c
}

.blog-item .box-content h4 a:hover {
    color: var(--primary)
}

.blog-item .box-content p {
    margin-bottom: 0
}

.blog-detail {
    padding: 40px 0
}

@media screen and (max-width:996px) {
    .blog-detail {
        padding: 40px 0 0
    }
    .blog-detail .vuta-container>.vuta-row>[class^=vuta-col-]:first-child {
        order: 2;
        margin-top: 15px
    }
}

@media screen and (max-width:767px) {
    .blog-detail {
        padding: 10px 0 0
    }
}

.blog-detail .box-detail {
    border-left: 1px #ececec solid;
    margin-left: 30px;
    position: relative;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all ease .4s
}

@media screen and (max-width:996px) {
    .blog-detail .box-detail {
        margin-left: 0
    }
}

.blog-detail .box-detail:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.blog-detail .box-detail::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ececec;
    position: absolute;
    left: -25px
}

.blog-detail .top-detail .header-detail {
    padding: 1.5rem 1.5rem 0 1.5rem
}

@media screen and (max-width:996px) {
    .blog-detail .top-detail .header-detail {
        padding: 10px
    }
}

.blog-detail .top-detail .header-detail ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.blog-detail .top-detail .header-detail ul li {
    position: relative
}

.blog-detail .top-detail .header-detail ul li:last-child::before {
    display: none
}

.blog-detail .top-detail .header-detail ul li::before {
    content: ",";
    position: absolute;
    right: -4px
}

.blog-detail .top-detail .header-detail ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #1c1c1c;
    opacity: .8;
    text-transform: uppercase
}

.blog-detail .top-detail .header-detail h1 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-top: 10px;
    color: #000;
    padding-bottom: 10px;
    position: relative
}

@media screen and (max-width:996px) {
    .blog-detail .top-detail .header-detail h1 {
        font-size: 20px
    }
}

.blog-detail .top-detail .header-detail h1::before {
    height: 3px;
    width: 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .1)
}

.blog-detail .top-detail .box-img {
    position: relative
}

.blog-detail .top-detail .box-img .time {
    position: absolute;
    top: 7px;
    background: var(--third);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    left: -10px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .blog-detail .top-detail .box-img .time {
        left: 7px
    }
}

.blog-detail .top-detail .box-img .time .day {
    margin-top: 8px
}

.blog-detail .top-detail .box-img .time span {
    font-size: 14px;
    display: block;
    line-height: 16px
}

.blog-detail .top-detail .box-img .time .small {
    font-size: 10px
}

.blog-detail .body-detail {
    padding: 1.5rem
}

@media screen and (max-width:996px) {
    .blog-detail .body-detail {
        padding: 10px
    }
}

.blog-detail .body-detail h2 {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700;
    color: #000
}

.blog-detail .body-detail h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 700
}

.blog-detail .body-detail ul {
    padding-left: 15px
}

.blog-detail .body-detail ul li {
    list-style: disc;
    line-height: 1.75
}

.blog-detail .body-detail table {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #ececec
}

.blog-detail .body-detail table td,
.blog-detail .body-detail table th,
.blog-detail .body-detail table tr {
    padding: 10px;
    border: 1px solid #ececec
}

.blog-detail .text-center {
    margin-bottom: 1rem
}

.blog-detail .contact-detail a {
    color: #000;
    font-weight: 700
}

.blog-detail .list-social {
    margin-top: 20px;
    display: flex;
    padding-left: 0!important;
    gap: 5px;
    flex-wrap: wrap
}

.blog-detail .list-social li {
    list-style: none!important;
    margin-bottom: 5px
}

.blog-detail .list-social li a {
    font-size: 14px;
    color: #fff;
    font-weight: 14px;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2)
}

.blog-detail .list-social li a:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .3) 100%)
}

.blog-detail .list-social li:first-child a {
    border: 0 solid #314b83;
    background-color: #4769a5
}

.blog-detail .list-social li:first-child a:hover {
    border: 0 solid #314b83;
    background-color: #4769a5
}

.blog-detail .list-social li:nth-child(2) a {
    border: 0 solid #0092ba;
    background-color: #65ccef
}

.blog-detail .list-social li:nth-child(3) a {
    border: 0 solid #ab2b1d;
    background-color: #ea4335
}

.blog-detail .list-social li:nth-child(4) a {
    border: 0 solid #ae1319;
    background-color: #cd252b
}

.blog-detail .list-social li:nth-child(5) a {
    border: 0 solid #278cc0;
    background-color: #2ba3e1
}

.related-slider {
    padding: 15px;
    border-top: 1px solid #ececec
}

.related-slider .item {
    padding: 0 10px;
    position: relative
}

.related-slider .item::before {
    height: 30px;
    width: 1px;
    position: absolute;
    background: #ccc;
    content: "";
    right: 0;
    top: -10px
}

.related-slider .item h4 {
    font-size: 14px;
    font-weight: 400
}

.related-slider .item h4 a {
    color: var(--body)
}

.related-slider .item h4 a:hover {
    color: var(--primary)
}

.contatc-detail-from .gr-input .vuta-input {
    margin-bottom: 15px;
    border-radius: 0
}

.contatc-detail-from .gr-input textarea {
    min-height: 100px
}

.contatc-detail-from .box-btn {
    text-align: center
}

/*.contatc-detail-from .box-btn button {*/
/*    width: 50%*/
/*}*/

.contact {
    padding: 40px 0
}

@media screen and (max-width:996px) {
    .contact {
        padding-bottom: 0;
        border-top: 1px solid #ececec;
        padding-top: 20px
    }
}

.contact h2,
.contact h3 {
    font-size: 1.25em;
    line-height: 1.6;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px
}

.contact .list-contact li {
    margin-bottom: 10px;
    font-weight: 600
}

.contact .list-contact li a,
.contact .list-contact li span {
    font-weight: 400;
    color: #353535
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    opacity: .5;
    color: #fff;
    display: none;
    transition: all ease .4s;
    z-index: 999999999
}

.back-to-top.active {
    display: flex
}

.back-to-top:hover {
    opacity: 1
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 50px;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}

@-webkit-keyframes zoom2 {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.pagination {
    width: 100%;
    margin-top: 15px
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%
}

.pagination ul li {
    list-style: none!important
}

.pagination ul li.active a {
    background: var(--primary)!important
}

.pagination ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #353535;
    color: #fff;
    border-radius: 4px
}

.galery,
.page {
    padding: 40px 0
}

@media screen and (max-width:996px) {
    .galery,
    .page {
        padding: 20px 0 0
    }
    .galery .vuta-container>.vuta-row>[class^=vuta-col-]:first-child,
    .page .vuta-container>.vuta-row>[class^=vuta-col-]:first-child {
        order: 2;
        margin-top: 15px
    }
}

.galery .breadcrumb ul,
.page .breadcrumb ul {
    display: flex;
    padding-left: 0!important;
    gap: 20px
}

.galery .breadcrumb ul li,
.page .breadcrumb ul li {
    list-style: none!important;
    font-size: 14px;
    position: relative
}

.galery .breadcrumb ul li::before,
.page .breadcrumb ul li::before {
    content: "/";
    position: absolute;
    right: -15px;
    color: #888
}

.galery .breadcrumb ul li:last-child::before,
.page .breadcrumb ul li:last-child::before {
    display: none
}

.galery .breadcrumb ul li a,
.page .breadcrumb ul li a {
    color: #888
}

.galery .box-galery,
.galery .box-page,
.page .box-galery,
.page .box-page {
    position: relative;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all ease .4s;
    padding: 1.5rem
}
.box-blog-item .blog-item .box-content h4 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform:uppercase;
     line-height: 1.5;
}
.box-blog-item .blog-item .box-content p {
    font-size: 16px;
}
.box-blog-item .blog-item .box-content h4:before {
    display: none;
}
.home-feature  .box-content h4 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.home-feature  .box-content h4:before {
    display: none;
}
.home-feature  .box-content p {
    font-size: 16px !important;
}
@media screen and (max-width:996px) {
    .galery .box-galery,
    .galery .box-page,
    .page .box-galery,
    .page .box-page {
        padding: 10px
    }
    .box-title h2 span {
      font-size: 20px;
    }
    .home-feature .left {
        margin-bottom: 10px;
    }
    .home-feature .right .box-content h4 {
        font-size: 16px !important;
        text-align: left;
    }
    .feature-item .box-content {
        text-align: left;
    }
    .feedback h2 {
        font-size: 20px;
    }
    #notice_mail {
        margin-bottom: 20px;
    }
    .footer .footer-top .fb {
      margin-bottom: 20px !important;
    }
}

.galery .box-galery:hover,
.galery .box-page:hover,
.page .box-galery:hover,
.page .box-page:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.galery .box-galery h1,
.galery .box-page h1,
.page .box-galery h1,
.page .box-page h1 {
    text-transform: uppercase
}

.galery .box-galery h1,
.galery .box-galery h2,
.galery .box-page h1,
.galery .box-page h2,
.page .box-galery h1,
.page .box-galery h2,
.page .box-page h1,
.page .box-page h2 {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700;
    color: #000
}

.galery .box-galery h3,
.galery .box-page h3,
.page .box-galery h3,
.page .box-page h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 700
}

.galery .box-galery ul,
.galery .box-page ul,
.page .box-galery ul,
.page .box-page ul {
    padding-left: 15px
}

.galery .box-galery ul li,
.galery .box-page ul li,
.page .box-galery ul li,
.page .box-page ul li {
    list-style: disc;
    line-height: 1.75
}

.galery .box-galery table,
.galery .box-page table,
.page .box-galery table,
.page .box-page table {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #ececec
}

.galery .box-galery table td,
.galery .box-galery table th,
.galery .box-galery table tr,
.galery .box-page table td,
.galery .box-page table th,
.galery .box-page table tr,
.page .box-galery table td,
.page .box-galery table th,
.page .box-galery table tr,
.page .box-page table td,
.page .box-page table th,
.page .box-page table tr {
    padding: 10px;
    border: 1px solid #ececec
}

.galery .box-galery .text-center,
.galery .box-page .text-center,
.page .box-galery .text-center,
.page .box-page .text-center {
    margin-bottom: 1rem;
    text-align: center
}

.partner {
    padding: 40px 0 30px
}

.partner-slider {
    margin: 0 -10px
}

.partner-item {
    margin: 0 10px
}

.partner .box-img {
    aspect-ratio: 540/360
}

.partner img {
    display: block;
    width: 100%;
    height: 100%!important;
    border-radius: 24px;
    padding: 10px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #eee
}

.result {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e1e1e1;
    box-shadow: rgba(0, 0, 0, .28) 0 6px 12px 0;
    display: none;
    min-width: 330px;
    position: absolute;
    right: 0;
    top: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 250px;
    z-index: 99
}

.result ul li a:hover {
    background: rgba(39, 39, 42, .12)
}

.result.active {
    display: block
}

.result ul {
    background: #fff;
    display: block!important
}

.result ul li a img {
    width: 35px
}

.result ul li a {
    padding: 0 8px;
    height: 30px;
    align-items: center;
    background: #fff;
    color: #000!important
}

.mobile-language {
    position: fixed;
    display: none;
    right: 15px;
    z-index: 99;
    bottom: 230px
}

@media screen and (max-width: 1200px) {
    .mobile-language {
        display: block
    }
}

.mobile-language ul li {
    margin-bottom: 15px
}

.mobile-language ul li img {
    width: 50px
}

/* .header .header-top {
    background: #f9f9f9;
    padding: 5px 0
} */

/* @media screen and (max-width: 1200px) {
    .header .header-top {
        display: none
    }
} */

.header .header-top .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 575px) {
    .header .header-top-left {
        display: none
    }
}

.header .header-top-left a {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    position: relative
}

.header .header-top-left a::before {
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: transparent url(../images/customer-service.svg) no-repeat;
    background-size: auto;
    background-size: 1.5em 1.5em;
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333
}

@media screen and (max-width: 575px) {
    .header .header-top-right {
        width: 100%
    }
}

.header .header-top-right .d-flex {
    gap: 20px
}

.header .header-top-right ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.header .header-top-right ul li a {
    color: #fff
}

.header .header-top-right ul li a img {
    width: 40px
}

@media screen and (max-width: 575px) {
    .header .header-top-right ul {
        display: block;
        position: fixed;
        right: 10px;
        bottom: 240px;
        z-index: 999
    }
    .header .header-top-right ul li {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 575px) {
    .header .header-top-right .header-search {
        width: 100%
    }
}

.header .header-top-right .header-search form {
    position: relative
}

@media screen and (max-width: 575px) {
    .header .header-top-right .header-search form {
        width: 100%
    }
}

.header .header-top-right .header-search .vuta-input {
    border-radius: 0;
    height: 32px;
    padding-right: 32px
}

.header .header-top-right .header-search .vuta-input:focus {
    outline: 0;
    box-shadow: none
}

.header .header-top-right .header-search button {
    background: var(--third);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0
}

.header .header-top-right .header-search button i {
    color: #fff
}

.header .header-mid {
    display: none
}

@media screen and (max-width: 1200px) {
    .header .header-mid {
        display: block
    }
}

.header .header-mid-right {
    display: none
}

@media screen and (max-width: 1200px) {
    .header .header-mid-right {
        display: block
    }
}

.header .header-mid .vuta-container {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1200px) {
    .header .header-mid .vuta-container {
        justify-content: space-between
    }
}

.header .header-mid .vuta-container .mobile-btn {
    display: none
}

@media screen and (max-width: 1200px) {
    .header .header-mid .vuta-container .mobile-btn {
        display: block
    }
}

.header .header-mid .vuta-container .mobile-btn span {
    margin-bottom: 5px;
    background: var(--primary)!important
}

.header .header-mid .header-logo {
    text-align: center
}

.header .header-mid .header-logo img {
    max-width: 120px;
    margin: 0 auto;
    display: inline-block
}

.header .header-bottom {
    padding: 5px 0;
    background: var(--bg);
}

.header .header-bottom .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-bottom .vuta-container .navrbar {
    margin-left: auto;
    margin-right: 40px;
}
.header .header-bottom .header-logo {
    width: 75px;
}
.header .header-bottom.fixed-top {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

@media screen and (max-width: 1200px) {
    .header .header-bottom {
        display: none
    }
}

.header .header-bottom .vuta-container .list-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.header .header-bottom .vuta-container .list-menu .dropdown {
    position: relative
}

.header .header-bottom .vuta-container .list-menu .dropdown:hover .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.header .header-bottom .vuta-container .list-menu .dropdown:hover .link::after,
.header .header-bottom .vuta-container .list-menu .dropdown:hover .link::before {
    visibility: visible;
    opacity: 1
}

.header .header-bottom .vuta-container .list-menu .dropdown>a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 8px 0;
    display: inline-block
}

.header .header-bottom .vuta-container .list-menu .dropdown .link>a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 8px 0;
    display: inline-block
}

.header .header-bottom .vuta-container .list-menu .dropdown .link {
    display: flex;
    align-items: center
}

.header .header-bottom .vuta-container .list-menu .dropdown .link::before {
    z-index: 1;
    border: 11px solid transparent;
    border-bottom-color: #ddd;
    margin-left: -11px;
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    visibility: hidden;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all ease .4s
}

.header .header-bottom .vuta-container .list-menu .dropdown .link::after {
    border: 8px solid transparent;
    border-bottom: 8px solid var(--bg-2);
    margin-left: -8px;
    bottom: -2px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transition: all ease .4s;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.header .header-bottom .vuta-container .list-menu .dropdown i {
    margin-left: 5px;
    font-size: 12px;
    color: #1c1c1c
}

.header .header-bottom .vuta-container .list-menu .dropdown .submenu {
    position: absolute;
    min-width: 280px;
    z-index: 9;
    padding: 5 0 5px;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
    background: var(--bg-2);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border: 2px solid #ddd;
    color: #777;
    text-align: left;
    transition: all ease .4s
}

.header .header-bottom .vuta-container .list-menu .dropdown .submenu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.75
}

.header .header-bottom .vuta-container .list-menu .dropdown .submenu a:hover {
    background: var(--third);
    color: #fff
}

.footer {
    color: #000 !important
}

.footer .footer-top {
    background: var(--bg);
    padding: 50px 0 30px
}

.footer-logo img {
    max-width:300px;
    margin-bottom: 10px;
}

@media screen and (max-width:575px) {
    .footer .footer-top {
        padding-top: 10px
    }
    .footer-logo img {
    max-width:250px;
    margin-bottom: 10px;
    }
    .footer-logo {
        text-align: center;
    }
}

.footer .footer-top h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-transform: uppercase
}

.footer .footer-top svg {
    width: 17px;
    height: 17px;
    margin-right: 5px
}

.footer .footer-top svg g {
    fill: #000
}

.footer .footer-top .fb {
    margin-bottom: 15px;
}

.footer .footer-top a {
    color: #141414
}

.footer .footer-top .list-info {
    display: block
}

.footer .footer-top .list-info li {
    line-height: 2;
    margin-bottom: .5rem;
    display: flex;
}

.footer .footer-top .list-social {
    display: flex;
    padding-top: 10px;
    gap: 15px;
    margin-bottom: 15px
}

.footer .footer-top .list-social i {
    font-size: 24px
}

.footer .footer-top ul {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr)
}

.footer .footer-top ul li {
    line-height: 2;
    margin-bottom: .5rem
}

.footer .footer-top form {
    position: relative
}

.footer .footer-top form input {
    width: 100%;
    border-radius: 0;
    padding-right: 38px
}

.footer .footer-top form input:focus {
    outline: 0;
    box-shadow: none
}

.footer .footer-top form button {
    height: 38px;
    width: 38px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--third);
    align-items: center;
    justify-content: center;
    color: #fff
}

.footer .footer-bottom {
    background: var(--bg-2);
    padding: 3px 0
}

.footer .footer-bottom p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.7) !important;
}

.footer .footer-bottom p a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.banner-slider .slick-dots {
    display: none !important;
}


.vuta-container {
  width: min(1330px,100%);
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; 
}
.header .header-bottom .vuta-container .list-menu .dropdown > a ,
.header .header-bottom .vuta-container .list-menu .dropdown .link > a {
  
    font-size: 15px;
}
.partner .box-img {
  aspect-ratio: 16/9;
}
.partner .box-img img {
    border-radius: 0;
}
.header .header-bottom .header-logo {
  width: 150px;
}
.footer .footer-top ul {
    /* display: block; */
}
.box-blog-item .blog-item .box-content ul {
    text-align: left;
    padding-left: 15px;
    color: #000;
}
.box-blog-item .blog-item .box-content ul li {
    list-style:disc;
}
.home-feature .box-content ul  {
 color: var(--body);
}
.header .header-bottom .vuta-container .navrbar {
  margin-left: auto;
  margin-right: 20px;
}
.gr-radio ul {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap:15px
}
.gr-radio ul li {
    list-style: none !important;
}
.gr-radio label {
    position: relative;
    padding-left: 17px;
    cursor:pointer;
}
.gr-radio label input[type=checkbox] {
    position: absolute;
    left: -1px;
    top: 7px;
}
.contact .wraper {
   width:min(600px,100%);
    margin: 0 auto;
}
.contact .wraper h3 {
    text-align: center;
}
#menu-mobile .list-mobile-menu > li > .mobile-link > a {
    color:var(--bg-2) !important;
}
#menu-mobile .mobile-logo img {
  max-width: 120px !important;
  margin: 0 auto;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #fff;
}

