:root {
    --spacing: 100px 0;
    --space: 10px;
}

.banner {
    padding: 20px 0;
    background: #ECECEC;
}

.banner .vuta-row {
    align-items: center;
}

.banner .logo img {
    width: 150px;
}

.banner h2 {
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.banner ul {
    margin-bottom: 20px;
}

.service {
    padding: 40px 0;
}

ul li {
    margin-bottom: 10px;
}

ul li i {
    color: #23656F;
    font-size: 20px;
    margin-right: 5px;
}

.box-btn .primary-btn {
    height: 40px;
    display: flex;
    width: fit-content;
    font-size: 18px;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    cursor: pointer;
    background: #cb4a44;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: all ease 0.05s;
}

@media screen and (max-width: 996px) {
    .why .box-btn a {
        margin-bottom: 20px;
    }
}

.why .box-btn a:focus {
    outline: none;
}

.why .box-btn a:hover {
    opacity: 0.9;
}

.why .box-img {
    border-radius: 6px;
    overflow: hidden;
}

.why .box-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

@media screen and (max-width: 996px) {
    .why .box-content {
        padding: 15px;
    }
}

.why .box-content p {
    font-style: italic;
    background: #f9f9f9;
    padding: 10px;
    border-left: 3px solid #cb4a44;
}

.why ul {
    padding-left: 25px;
}

.why ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #677a85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
}

.why ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -25px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #cb4a44;
    display: flex;
}

.about .slogan {
    max-width: 767px;
    margin: 0 auto;
}

.about .slogan p {
    text-align: center;
    font-style: italic;
}

.about .box-content {
    padding-top: 20px;
}

.about .box-content h3 {
    margin-bottom: 10px;
}

.about .box-content p {
    line-height: 28px;
    font-size: 18px;
    color: #000;
    text-align: justify;
}

.about .box-content strong {
    line-height: 28px;
    font-size: 18px;
}

.about .box-content ul li {
    line-height: 28px;
    font-size: 18px;
}

.about .box-img img {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.17);
}

.about .vuta-row {
    margin: 0;
}

.about .vuta-row [class^="vuta-col-"] {
    padding: 0;
}

.about .vuta-row [class^="vuta-col-"]:first-child .box-content {
    padding-top: 0;
    padding-right: 40px;
}

@media screen and (max-width: 996px) {
    .about .vuta-row [class^="vuta-col-"]:first-child .box-content {
        padding-right: 0;
    }
}

.about .vuta-row [class^="vuta-col-"]:nth-child(5) .box-content,
.about .vuta-row [class^="vuta-col-"]:nth-child(9) .box-content {
    padding-right: 40px;
}

@media screen and (max-width: 996px) {
    .about .vuta-row [class^="vuta-col-"]:nth-child(5) .box-content,
    .about .vuta-row [class^="vuta-col-"]:nth-child(9) .box-content {
        padding-right: 0;
    }
}

.about .vuta-row [class^="vuta-col-"]:last-child .box-content,
.about .vuta-row [class^="vuta-col-"]:nth-child(4) .box-content,
.about .vuta-row [class^="vuta-col-"]:nth-child(8) .box-content {
    padding-left: 40px;
}

@media screen and (max-width: 996px) {
    .about .vuta-row [class^="vuta-col-"]:last-child .box-content,
    .about .vuta-row [class^="vuta-col-"]:nth-child(4) .box-content,
    .about .vuta-row [class^="vuta-col-"]:nth-child(8) .box-content {
        padding-left: 0;
    }
}

@media screen and (max-width: 996px) {
    .about .vuta-row [class^="vuta-col-"] .box-content {
        padding: 15px 0;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(1) {
        order: 1;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(2) {
        order: 2;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(3) {
        order: 4;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(4) {
        order: 3;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(5) {
        order: 5;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(6) {
        order: 6;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(7) {
        order: 8;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(8) {
        order: 7;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(9) {
        order: 9;
    }
    .about .vuta-row [class^="vuta-col-"]:nth-child(10) {
        order: 10;
    }
}

.testmonial .testmonial-slider {
    width: calc(100% - 25px);
}

.testmonial .icon {
    overflow: hidden;
}

.testmonial .icon img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.testmonial .quote {
    height: 56px;
    width: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.testmonial .quote svg path {
    fill: rgba(184, 184, 184, 0.2);
}

.testmonial .box-content {
    background: #fff;
    margin-bottom: 30px;
    padding: 25px;
    transition: all 300ms ease-in-out;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 40px rgba(230, 230, 230, 0.8);
    box-shadow: 0px 0px 40px rgba(230, 230, 230, 0.8);
    -webkit-transition: all 300ms ease-in-out;
    margin: 25px;
    position: relative;
}

@media screen and (max-width: 996px) {
    .contact {
        padding-left: 0;
        padding-right: 0;
    }
}

.contact .box-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

@media screen and (max-width: 996px) {
    .contact .box-content {
        margin-bottom: 40px;
        padding: 15px;
    }
    .box-btn .primary-btn {
        font-size: 14px;
    }
    .box-countdown {
        display: flex;
        gap: 20px !important;
        align-items: center;
        padding: 15px 20px;
        background: #fb5151;
        border-radius: 8px;
        width: fit-content;
        margin-bottom: 15px;
    }
    .testmonial .box-content {
        margin: 0;
    }
}

form .gr-input {
    margin-bottom: 20px;
}

form .gr-input input {
    padding: 0 15px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 10px #f7f7f7;
    border: 1px solid #677a85;
}

form .gr-input textarea {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 10px #f7f7f7;
    border: 1px solid #677a85;
    min-height: 150px;
}

form .gr-input textarea:focus {
    outline: none;
}

.box-btn button {
    height: 40px;
    display: flex;
    width: 100%;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #cb4a44;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: all ease 0.05s;
}

.box-btn button:focus {
    outline: none;
}

.box-btn button:hover {
    opacity: 0.9;
}

.contact iframe {
    width: 100% !important;
}

@media screen and (max-width: 996px) {
    .contact iframe {
        height: 200px !important;
    }
}

.counter {
    padding: 0px 0 90px;
}

@media screen and (max-width: 996px) {
    .counter {
        padding: 90px 0;
    }
}

.counter [class^="vuta-col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.counter-item {
    box-shadow: 0px 10px 30px 10px #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 996px) {
    .counter-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .counter-item {
        padding: 10px 5px 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.counter-item span {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .counter-item span {
        font-size: 40px;
        line-height: 35px;
    }
}

.counter-item .box-icon {
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.counter-item .box-icon::after,
.counter-item .box-icon::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    border-top: 2px solid #fff;
}

.counter-item .box-icon::after {
    left: 0;
    border-top-left-radius: 20px;
    border-left: 2px solid #fff;
}

.counter-item .box-icon::before {
    right: 0;
    border-top-right-radius: 20px;
    border-right: 2px solid #fff;
}


/* .counter-item .box-icon img {
  width: 140px;
} */

.counter-item .box-content {
    padding: 15px 0;
    position: relative;
}

.counter-item .box-content::after,
.counter-item .box-content::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    border-bottom: 2px solid #fff;
}

.counter-item .box-content::after {
    left: 0;
    border-bottom-left-radius: 20px;
    border-left: 2px solid #fff;
}

.counter-item .box-content::before {
    right: 0;
    border-bottom-right-radius: 20px;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .counter-item .box-content {
        display: block;
    }
}

.counter-item .box-content h3 {
    margin-top: 10px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .counter-item .box-content h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .counter-item span {
        font-size: 32px;
    }
    .counter-item .box-content h3 {
        font-size: 12px;
    }
}

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


/*phone*/

#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 0.5s;
    left: 0;
    bottom: 0;
    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, 0.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 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 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;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-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 zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

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

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

#mess img {
    /* width: 35px; */
    border-radius: 50%;
    /* height: 32px; */
}

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

#mess .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

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

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

.back-to-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    transition: all ease-in-out 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: -100px;
    margin-left: 15px;
    background: #714497;
    color: #fff;
}

.back-to-top.active {
    bottom: 40px;
}

footer .footer-top {
    padding: 60px 0;
    background: #f0ffff;
}

@media screen and (max-width: 996px) {
    footer .company-info {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 996px) {
    footer h3 {
        margin-bottom: 10px;
    }
}

footer ul {
    padding-left: 25px;
}

footer ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #677a85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
}

footer ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -25px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #cb4a44;
    display: flex;
}

footer .copy-right {
    background: #333;
}

footer .copy-right p {
    margin-bottom: 0;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

footer .copy-right p a {
    font-weight: 600;
}

body {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    margin-bottom: 0.5rem;
}

section {
    overflow: hidden;
}

.box-title {
    padding-bottom: 20px;
}

.box-title h1,
.box-title h2 {
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .box-title h2,
    .box-title h1 {
        font-size: 18px;
    }
}

.box-title h1::before,
.box-title h2::before {
    height: 2px;
    width: 70px;
    content: "";
    background: #cb4a44;
    position: absolute;
    bottom: 0;
}

.box-title h1.t-center::before,
.box-title h2.t-center::before {
    left: 50%;
    transform: translateX(-50%);
}

section {
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    section {
        padding: 20px 0 !important;
    }
    section#banner {
        padding: 0 !important;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 996px) {
    .service-item {
        height: 100%;
    }
}

.products .vuta-row>[class*='vuta-col-'] {
    margin-bottom: 20px;
}

.products-item {
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.17);
    height: 100%;
}

.products-item .box-img {
    aspect-ratio: 3/2;
}

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

.products-item .box-content h3 {
    font-size: 18px !important;
}

.products .box-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.box-countdown {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 15px 20px;
    background: #fb5151;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 15px;
}

.box-countdown .wraper {
    color: #fff;
}

.box-countdown .wraper span {
    display: block;
    padding: 10px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-weight: 600;
    font-size: 28px;
}

.box-countdown .wraper {
    text-align: center;
}

.flash-sale .flash-sale-progressbar {
    display: block;
    width: 100%;
    height: 17px;
    background-color: rgb(255, 170, 175);
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}

.flash-sale .flash-sale-progressbar span {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    /* color: #525666; */
    position: relative;
    z-index: 999;
}

.flash-sale .flash-sale-progressbar .flash-sale-percent {
    /* width: 50%; */
    height: 100%;
    background-color: red;
    border-radius: 99px 0 0 99px;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    background-size: 40px 40px;
}

.form-contact-1 .box-title {
    text-align: center;
}

.form-contact-1 .box-title h2::before {
    transform: translateX(-50%);
    left: 50%;
}