a,
button {
    transition: all ease .4s
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #000;
    --second: #f00;
    --third: #ffc000;
    --body: #777
}

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

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

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

@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
    }
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

body {
    background: var(--black);
    font-family: Montserrat, sans-serif
}

.slick-dots {
    bottom: 10px
}

.slick-dots li {
    width: 10px;
    height: 10px
}

.slick-dots li button {
    background: #333;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transition: all ease 0s;
    padding: 0
}

.slick-dots li button::before {
    display: none
}

.slick-dots li.slick-active {
    width: 35px
}

.slick-dots li.slick-active button {
    width: 35px;
    border-radius: 12px;
    background: #ccc
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.box-title h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 20px;
    text-rendering: optimizeSpeed
}

@media screen and (max-width:996px) {
    .box-title h2 {
        font-size: 20px
    }
}

.home-banner {
    padding: 0!important
}

.home-banner .slick-active .box-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1
}

.home-banner .box-img {
    position: relative
}

.home-banner .box-img img {
    min-height: 220px
}

.home-banner .box-img .box-wraper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home-banner .box-img .box-content {
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    background-color: rgba(0, 0, 0, .488);
    width: 760px;
    text-align: center
}

.home-banner .box-img .box-content h2 {
    text-transform: uppercase;
    margin-bottom: 0
}

.home-banner .box-img .box-content h2 a {
    color: #fff
}

.home-project {
    padding: 100px 0
}

@media screen and (max-width:996px) {
    .home-project {
        padding: 20px 0 60px
    }
}

.projects-slider {
    margin: 0 -15px
}

@media screen and (max-width:575px) {
    .projects-slider {
        margin: 0
    }
}

.projects-slider .item {
    margin: 0 15px
}

@media screen and (max-width:575px) {
    .projects-slider .item {
        margin: 0
    }
}

.projects-slider .projects-item {
    position: relative
}

.projects-slider .projects-item .box-img {
    aspect-ratio: 370/500;
}

.projects-slider .projects-item .box-img img {
    height: 100% !important;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #000;
}

.dropdown-menu li a img {
    margin-top: 3px;
}

.projects-slider .projects-item .box-content {
    position: absolute;
    inset: 0;
    background-color: rgba(5, 5, 5, .901);
    padding: 60px 30px 160px 30px;
    -webkit-transform: translateY(-40%) translateZ(0);
    transform: translateY(-40%) translateZ(0);
    top: 50%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    height: 100%;
    transition: all ease .4s
}

.projects-slider .projects-item .box-content h4 {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projects-slider .projects-item .box-content h4 a {
    color: #fff
}

.projects-slider .projects-item .box-content p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.projects-slider .projects-item .box-content a {
    color: #fff;
    display: block;
    padding-top: 20px
}

.projects-slider .projects-item .box-content a:hover {
    color: var(--third)
}

.projects-slider .projects-item:hover .box-content {
    -webkit-transform: scale(1) translateZ(0) translateY(-50%)!important;
    transform: scale(1) translateZ(0) translateY(-50%)!important;
    opacity: 1
}

.projects-slider .slick-dots {
    bottom: -40px
}

.projects-slider-2 .item .projects-item .box-content {
    padding: 20px
}

.wraper {
    padding: 0 30px
}

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

.home-step .wraper {
    background-color: rgba(255, 255, 255, .722);
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (max-width:996px) {
    .home-step .wraper {
        padding: 20px 10px
    }
}

.home-step .box-title {
    text-align: center;
    margin-bottom: 80px
}

@media screen and (max-width:996px) {
    .home-step .box-title {
        margin-bottom: 20px
    }
}

.home-step .box-title p {
    font-size: 20px;
    margin-bottom: 10px
}

.home-step .box-title h2 {
    color: #000;
    text-transform: uppercase
}

.home-step .step-item {
    padding: 20px
}

.home-step .step-item .box-img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.home-step .step-item .box-content h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.home-about {
    padding: 60px 0 300px
}

@media screen and (max-width:996px) {
    .home-about {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden
    }
}

.home-about .warper {
    padding: 0 10px
}

.home-about .warper .box-content {
    padding: 100px 50px 0 50px
}

@media screen and (max-width:996px) {
    .home-about .warper .box-content {
        padding: 0
    }
}

.home-about .warper .box-content p {
    color: #bebebe;
    text-align: justify;
    margin-bottom: 2rem
}

.home-about .warper .box-content .box-btn {
    text-align: right
}

.home-about .warper .box-content a {
    color: #bebebe;
    border-bottom: 1px solid #bebebe
}

.home-about .warper .box-title {
    margin-bottom: 50px
}

@media screen and (max-width:996px) {
    .home-about .warper .box-title {
        margin-bottom: 0
    }
}

.home-about .warper .box-title h3 {
    font-size: 16px;
    color: var(--second);
    margin-bottom: 20px
}

.home-about .warper .box-title h2 {
    font-size: 2.5rem;
    font-weight: 400
}

@media screen and (max-width:996px) {
    .home-about .warper .box-title h2 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.75rem
    }
}

.home-about .warper .box-img {
    position: relative;
    padding: 50px 50px 0 50px
}

@media screen and (max-width:996px) {
    .home-about .warper .box-img {
        padding: 0 50px
    }
    .home-about .warper .box-img img {
        display: none
    }
}

.home-about .warper .box-img .img-1 {
    width: 704px;
    position: absolute;
    height: 630px!important;
    right: 50px;
    top: 0;
    z-index: 2
}

.home-about .warper .box-img .img-2 {
    height: 504px!important;
    width: 504px;
    position: absolute;
    top: 175px;
    left: 75px;
    z-index: 1
}

.home-about .warper .box-img .box-absolute {
    position: absolute;
    bottom: -742px;
    display: flex;
    align-items: center;
    z-index: 3;
    left: 200px;
    gap: 50px
}

@media screen and (max-width:996px) {
    .home-about .warper .box-img .box-absolute {
        position: unset
    }
    .home-about .warper .box-img .box-absolute p {
        margin-bottom: 0
    }
}

.home-about .warper .box-img .box-absolute p {
    font-size: 1200%;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:996px) {
    .home-about .warper .box-img .box-absolute p {
        font-size: 120px
    }
}

.home-about .warper .box-img .box-absolute span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 80px
}

.home-feedback {
    background-image: url(../images/banner-feedback.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:996px) {
    .home-feedback .wraper {
        padding: 0 10px
    }
}

.slick-arrow {
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.slick-arrow::before {
    font-family: fontawesome
}

.slick-arrow.slick-prev {
    left: -75px
}

.slick-arrow.slick-prev::before {
    content: "\f104"
}

.slick-arrow.slick-next {
    right: -75px
}

.slick-arrow.slick-next::before {
    content: "\f105"
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

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

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

.feedback-slider {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .feedback-slider {
        padding: 15px 0 30px
    }
}

.feedback-slider .feedback-item {
    display: flex;
    padding: 50px;
    gap: 50px;
    align-items: center
}

@media screen and (max-width:996px) {
    .feedback-slider .feedback-item {
        padding: 0;
        gap: 20px
    }
}

.feedback-slider .feedback-item .box-img {
    height: 100px;
    width: 100px;
    aspect-ratio: 1/1;
    flex-shrink: 1;
}

@media screen and (max-width:996px) {
    .feedback-slider .feedback-item .box-img {
        height: 46px;
        width: 46px
    }
}

.feedback-slider .feedback-item .box-content {
    background-color: rgba(0, 0, 0, .36);
    border-radius: 20px;
    padding: 15px 30px;
    color: #f1f1f1
}

.feedback-slider .feedback-item .box-content p {
    text-align: justify
}

@media screen and (max-width:996px) {
    .feedback-slider .feedback-item .box-content p {
        text-align: left
    }
}

.feedback-slider .feedback-item .box-content h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500
}

@media screen and (max-width:996px) {
    .feedback-slider .feedback-item .box-content h2 {
        font-size: 20px
    }
}

.feedback-slider .feedback-item .box-content .box-btn {
    text-align: right
}

.feedback-slider .feedback-item .box-content .box-btn a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.home-client {
    background-color: #282828
}

.home-client .box-item {
    padding: 40px
}

@media screen and (max-width:996px) {
    .home-client .box-item {
        padding: 15px 0
    }
}

.home-client .box-item .box-img {
    text-align: center
}

.home-client .box-item .box-img img {
    width: 150px;
    margin: 0 auto
}

.home-core {
    padding: 100px 0
}

@media screen and (max-width:996px) {
    .home-core {
        padding: 20px 0 60px
    }
}

.home-core .core-slider {
    margin: 0 -15px
}

.home-core .core-slider .wraper {
    padding: 20px;
    border: 2px solid #fff;
    height: 100%
}

.home-core .core-slider .item {
    margin: 0 15px
}

.home-core .core-slider .core-item {
    position: relative
}

.home-core .core-slider .core-item .box-content span {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.home-core .core-slider .core-item .box-content {
    position: absolute;
    inset: 0;
    background-color: rgba(5, 5, 5, .901);
    -webkit-transform: translateY(-40%) translateZ(0);
    transform: translateY(-40%) translateZ(0);
    top: 50%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    height: 100%;
    transition: all ease .4s;
    padding: 15px;
}

.home-core .core-slider .core-item .box-content h3 {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff
}

.home-core .core-slider .core-item .box-content p {
    color: #fff
}

.home-core .core-slider .core-item .box-content a {
    color: #fff;
    display: block;
    padding-top: 20px
}

.home-core .core-slider .core-item .box-content a:hover {
    color: var(--third)
}

.home-core .core-slider .core-item:hover .box-content {
    -webkit-transform: scale(1) translateZ(0) translateY(-50%)!important;
    transform: scale(1) translateZ(0) translateY(-50%)!important;
    opacity: 1
}

.home-core .core-slider .slick-dots {
    bottom: -40px
}

.home-advantage {
    padding: 100px 0
}

@media screen and (max-width:996px) {
    .home-advantage {
        padding: 70px 0 20px
    }
}

.home-advantage .box-content {
    padding: 20px 50px;
    background: #333;
    color: #fff;
    margin-left: -100px;
    margin-top: 50px
}

@media screen and (max-width:996px) {
    .home-advantage .box-content {
        margin-top: 20px;
        margin-left: 0;
        padding: 20px
    }
}

.home-advantage .box-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

.form-contact,
.last-form {
    color: #fff;
    padding-bottom: 60px
}

@media screen and (max-width:996px) {
    .form-contact,
    .last-form {
        padding-bottom: 30px
    }
}

.form-contact .list-option,
.last-form .list-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.form-contact .list-option li label,
.last-form .list-option li label {
    cursor: pointer
}

.form-contact .gr-input .vuta-input,
.last-form .gr-input .vuta-input {
    border: 0;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #818181;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0
}

.form-contact .gr-input .vuta-input:focus,
.last-form .gr-input .vuta-input:focus {
    box-shadow: none;
    outline: 0
}

.form-contact .gr-input textarea,
.last-form .gr-input textarea {
    min-height: 100px
}

.form-contact .gr-input label,
.last-form .gr-input label {
    margin-bottom: .5rem;
    display: block
}

@media screen and (max-width:996px) {
    .form-contact .box-btn,
    .last-form .box-btn {
        justify-content: center;
        display: flex;
        padding-top: 20px
    }
}

.form-contact .second-btn,
.last-form .second-btn {
    background: #ed2224;
    padding: 15px 30px;
    display: inline-flex;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .form-contact .second-btn,
    .last-form .second-btn {
        padding: 10px 30px
    }
}

.form-contact .second-btn:hover,
.last-form .second-btn:hover {
    background: var(--second)
}

@media screen and (max-width:996px) {
    .form-contact form .box-btn {
        justify-content: right;
        padding-top: 10px
    }
}

.projects {
    overflow: hidden
}

.projects .box-projects-item {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.projects .box-projects-item .box-img {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.projects .box-projects-item .box-content {
    height: 100%;
    position: absolute;
    left: 10%;
    z-index: 1;
    width: 40%;
    text-align: center;
    background-image: url(../images/bg-chitiet-1.png);
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width:996px) {
    .projects .box-projects-item .box-content {
        width: 120%
    }
}

.projects .box-projects-item .box-content h4 {
    margin-bottom: 0;
    transform: rotate(-90deg);
    width: 170%;
    height: 100%
}

.projects .box-projects-item .box-content h4 a {
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1
}

.projects .box-projects-item:nth-child(even) .box-content {
    right: 10%;
    left: unset
}

.projects .box-projects-item:nth-child(even) .box-content h4 {
    transform: rotate(90deg);
    width: 40%;
    height: 90%
}

@media screen and (max-width:996px) {
    .projects .box-projects-item:nth-child(even) .box-content h4 {
        transform: rotate(90deg);
        width: 32%;
        height: 100%
    }
}

.products-cat {
    padding-bottom: 60px
}

.products-cat-item {
    position: relative;
    padding-bottom: 52.25%;
    max-width: 880px;
    margin: 0 auto
}

.products-cat-item .box-img {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    aspect-ratio: 3/2
}

.products-cat-item .box-img span {
    font-size: 600%;
    color: #fff;
    position: absolute;
    z-index: 2;
    right: -35px;
    top: -85px
}

.products-cat-item .box-content {
    height: 100%;
    position: absolute;
    left: 10%;
    z-index: 1;
    width: 40%;
    text-align: center;
    background-image: url(../images/bg-chitiet-1.png);
    background-size: cover;
    background-repeat: no-repeat
}

.products-cat-item:nth-child(odd) .box-content {
    right: 10%;
    left: unset
}

.products-cat-item:nth-child(odd) span {
    left: -35px
}

.banner-products-slider {
    margin-bottom: 20px!important
}

.products .products-item {
    margin-bottom: 20px;
    position: relative
}

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

.products .products-item .box-img img {
    transition: all ease .7s
}

.products .products-item .box-content {
    position: absolute;
    z-index: 1;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s
}

.products .products-item .box-content a {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7)
}

.products .products-item .box-content a .box-item {
    left: 50%;
    position: absolute;
    padding: 15px;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.products .products-item .box-content a .box-item h4 {
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase
}

.products .products-item .box-content a .box-item span {
    color: #f1f1f1;
    font-size: 14px;
    text-transform: uppercase
}

.products .products-item:hover .box-content {
    visibility: visible;
    opacity: 1
}

.products .products-item:hover .box-img img {
    transform: scale(1.2)
}

.page-2 {
    padding-top: 30px
}

.page-2 .box-title {
    margin-bottom: 0
}

.page-2 .box-title h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.cat {
    padding: 60px 0 40px
}

.cat-item {
    position: relative;
    margin-bottom: 20px
}

.cat-item .box-img {
    aspect-ratio: 1/1;
    position: relative
}

.cat-item .box-img>a {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    content: ""
}

.cat-item .cat-btn {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-flex;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 20px;
    top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22)
}

.cat-item .cat-btn:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.cat-item:hover .box-img>a {
    background: 0 0
}

section {
    overflow: hidden
}

.products-cat,
.products-detail,
.projects-detail {
    padding-top: 80px;
    padding-bottom: 40px
}

.products-cat ul,
.products-detail ul,
.projects-detail ul {
    padding-left: 15px
}

.products-cat ul li,
.products-detail ul li,
.projects-detail ul li {
    list-style: disc;
    margin-bottom: 5px
}

@media screen and (max-width:996px) {
    .products-cat,
    .products-detail,
    .projects-detail {
        padding-top: 40px
    }
}

.products-cat .vuta-container,
.products-detail .vuta-container,
.projects-detail .vuta-container {
    max-width: 960px
}

.products-cat .short-desc p,
.products-detail .short-desc p,
.projects-detail .short-desc p {
    color: #fff
}

.products-cat .box-projects,
.products-detail .box-projects,
.projects-detail .box-projects {
    margin-bottom: 20px
}

.products-cat .box-projects .products-detail-gallery,
.products-cat .box-projects .projects-gallery,
.products-detail .box-projects .products-detail-gallery,
.products-detail .box-projects .projects-gallery,
.projects-detail .box-projects .products-detail-gallery,
.projects-detail .box-projects .projects-gallery {
    margin: 0 -3px
}

.products-cat .box-projects .products-detail-gallery [class^=vuta-col-],
.products-cat .box-projects .projects-gallery [class^=vuta-col-],
.products-detail .box-projects .products-detail-gallery [class^=vuta-col-],
.products-detail .box-projects .projects-gallery [class^=vuta-col-],
.projects-detail .box-projects .products-detail-gallery [class^=vuta-col-],
.projects-detail .box-projects .projects-gallery [class^=vuta-col-] {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}

.products-cat .box-projects .products-detail-gallery [class^=vuta-col-] .box-img,
.products-cat .box-projects .projects-gallery [class^=vuta-col-] .box-img,
.products-detail .box-projects .products-detail-gallery [class^=vuta-col-] .box-img,
.products-detail .box-projects .projects-gallery [class^=vuta-col-] .box-img,
.projects-detail .box-projects .products-detail-gallery [class^=vuta-col-] .box-img,
.projects-detail .box-projects .projects-gallery [class^=vuta-col-] .box-img {
    aspect-ratio: 1/1
}

.products-cat .box-projects .products-detail-gallery [class^=vuta-col-] .box-img img,
.products-cat .box-projects .projects-gallery [class^=vuta-col-] .box-img img,
.products-detail .box-projects .products-detail-gallery [class^=vuta-col-] .box-img img,
.products-detail .box-projects .projects-gallery [class^=vuta-col-] .box-img img,
.projects-detail .box-projects .products-detail-gallery [class^=vuta-col-] .box-img img,
.projects-detail .box-projects .projects-gallery [class^=vuta-col-] .box-img img {
    height: 100%!important
}

.products-cat .box-projects .sup-title,
.products-detail .box-projects .sup-title,
.projects-detail .box-projects .sup-title {
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    margin-bottom: 30px
}

.products-cat .box-projects .sup-title h3,
.products-detail .box-projects .sup-title h3,
.projects-detail .box-projects .sup-title h3 {
    text-transform: uppercase;
    color: #ed2224;
    font-size: 1.25em;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
    display: inline-block;
    position: relative
}

.products-cat .box-projects .sup-title h3::before,
.products-detail .box-projects .sup-title h3::before,
.projects-detail .box-projects .sup-title h3::before {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: rgba(255, 255, 255, .5);
    content: ""
}

.products-cat .box-title h5,
.products-detail .box-title h5,
.projects-detail .box-title h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.products-cat .box-title h5 a,
.products-detail .box-title h5 a,
.projects-detail .box-title h5 a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.products-cat .box-title h2,
.products-detail .box-title h2,
.projects-detail .box-title h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.products-cat .box-title h2::before,
.products-detail .box-title h2::before,
.projects-detail .box-title h2::before {
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    background: rgba(255, 255, 255, .3)
}

.super-title {
    margin-bottom: 20px
}

.super-title h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #ed2224;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .super-title h2 {
        font-size: 26px
    }
}

.super-title p {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0
}

.about {
    padding-top: 80px;
    padding-bottom: 40px
}

@media screen and (max-width:996px) {
    .about {
        padding-top: 40px
    }
}

.about .box-title {
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width:996px) {
    .about .box-title {
        margin-bottom: 20px
    }
}

.about .box-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff
}

@media screen and (max-width:996px) {
    .about .box-title h2 {
        font-size: 28px
    }
}

.about .warper {
    padding: 0 15px;
    color: #fff
}

.about .warper [class^=vuta-col-] {
    margin-bottom: 40px;
    border-right: 1px dashed rgba(255, 255, 255, .2)
}

@media screen and (max-width:996px) {
    .about .warper [class^=vuta-col-] {
        margin-bottom: 20px;
        border-right: 0
    }
}

.about .warper [class^=vuta-col-]:nth-child(12),
.about .warper [class^=vuta-col-]:nth-child(3),
.about .warper [class^=vuta-col-]:nth-child(6),
.about .warper [class^=vuta-col-]:nth-child(9) {
    border-right: 0
}

.about .warper .box-content h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width:996px) {
    .about .warper .box-content h3 {
        font-size: 18px
    }
}

.contact {
    color: #fff;
    padding: 80px 0 60px
}

@media screen and (max-width:996px) {
    .contact {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.contact .box-title {
    margin-bottom: 40px
}

.contact .box-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    text-align: center
}

@media screen and (max-width:996px) {
    .contact .box-title h2 {
        font-size: 24px
    }
}

.contact .box-contact span {
    position: relative;
    display: block;
    padding-left: 25px
}

.contact .box-contact span::before {
    height: 20px;
    width: 5px;
    background: #ed2224;
    content: "";
    position: absolute;
    left: 0;
    top: 4px
}

@media screen and (max-width:996px) {
    .contact .box-contact span::before {
        margin-bottom: 10px
    }
}

.contact .box-contact ul {
    display: flex;
    gap: 60px;
    margin-bottom: 40px
}

.contact .box-contact ul span::before {
    background: #fff
}

@media screen and (max-width:996px) {
    .contact .box-contact ul {
        flex-wrap: wrap;
        gap: 10px
    }
}

.contact .box-contact p {
    font-size: 18px
}

.phukienmoila_toolbar {
    position: fixed;
    bottom: 70px;
    right: 22px;
    z-index: 99999999
}

.phukienmoila_toolbar ul li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0 5px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover
}

.phukienmoila_toolbar ul li a img {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0)
}

.phukienmoila_toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    right: -webkit-calc(100% + 10px);
    right: -moz-calc(100% + 10px);
    margin-top: -12.5px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden
}

.phukienmoila_toolbar ul li a span::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px
}

.phukienmoila_toolbar ul li a:hover span {
    opacity: 1;
    visibility: visible
}

.phukienmoila_toolbar ul li:first-child a span {
    background: -webkit-gradient(linear, left top, left bottom, from(#89f284), to(#57bb44))
}

.phukienmoila_toolbar ul li:first-child a span::after {
    border-left-color: #72d866
}

.phukienmoila_toolbar ul li:nth-child(2) a span {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5bb42), to(#d42f8b))
}

.phukienmoila_toolbar ul li:nth-child(2) a span::after {
    border-left-color: #e47566
}

.phukienmoila_toolbar ul li:nth-child(3) a span {
    background: -webkit-gradient(linear, left top, left bottom, from(#5080f4), to(#2559d8))
}

.phukienmoila_toolbar ul li:nth-child(3) a span::after {
    border-left-color: #3a6ce6
}

.phukienmoila_toolbar ul li:nth-child(4) a span {
    background: -webkit-gradient(linear, left top, left bottom, from(#5fb4f7), to(#2e6bf6))
}

.phukienmoila_toolbar ul li:nth-child(4) a span::after {
    border-left-color: #448cf6
}

.back-to-top #to-top {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    color: #000;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: var(--third);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999
}

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

@media screen and (max-width:996px) {
    .page-2 iframe {
        height: 600px!important
    }
}

.header {
    position: relative;
    z-index: 99
}

.header .header-search {
    background: #f1f1ff;
    padding: 3px 0
}

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

.header .header-main {
    background: #000
}

.header .mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    .header .mobile-btn {
        display: block
    }
    .header .mobile-btn span {
        background: #fff!important;
        margin-bottom: 5px
    }
}

.header.fixed-top {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

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

.header .vuta-container .logo img {
    height: 58px
}

.header .vuta-container .header-menu #menu {
    display: flex;
    gap: 30px
}

@media screen and (max-width:1200px) {
    .header .vuta-container .header-menu #menu {
        display: none
    }
}

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

.header .vuta-container .header-menu #menu .dropdown::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    content: "";
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.header .vuta-container .header-menu #menu .dropdown .link>a {
    position: relative;
    padding-right: 15px
}

.header .vuta-container .header-menu #menu .dropdown .link>a:hover::before {
    color: #fff;
    -webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    -o-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important
}

.header .vuta-container .header-menu #menu .dropdown .link>a::before {
    position: absolute;
    content: "\f107";
    color: rgba(255, 255, 255, .7);
    right: 0;
    font-family: fontawesome;
    font-size: 12px;
    transition: all ease .4s;
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    -o-transform: rotate(0)!important;
    transform: rotate(0)!important
}

.header .vuta-container .header-menu #menu .dropdown .submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: calc(100% - 10px);
    transition: all ease .4s;
    background: #fff;
    z-index: 9;
    min-width: 250px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border: 1px solid #cdcdcd;
    padding: 15px
}

.header .vuta-container .header-menu #menu .dropdown .submenu li a {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    color: rgba(102, 102, 102, .8);
    font-size: 14px;
    text-transform: uppercase
}

.header .vuta-container .header-menu #menu .dropdown .submenu li a:hover {
    color: var(--black)
}

.header .vuta-container .header-menu #menu .dropdown .submenu li:last-child a {
    padding-bottom: 0;
    border-bottom: 0
}

.header .vuta-container .header-menu #menu .dropdown .submenu li:first-child a {
    padding-top: 0
}

.header .vuta-container .header-menu #menu .dropdown:hover::before {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

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

.header .vuta-container .header-menu #menu>li .link>a {
    color: rgba(255, 255, 255, .7);
    font-size: .8em;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .vuta-container .header-menu #menu>li .link>a:hover {
    color: #fff
}

.header-search-form {
    display: flex;
    justify-content: right;
    width: 100%
}

.header-search-form input {
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .09);
    color: currentColor!important;
    border-radius: 99px;
    padding-left: 15px;
    font-size: 14px;
    padding-right: 45px
}

@media screen and (max-width:1200px) {
    .header-search-form input {
        padding-top: 3px;
        padding-bottom: 3px
    }
}

.header-search-form input:focus {
    outline: 0;
    box-shadow: none
}

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

.header-search-form form button {
    position: absolute;
    right: 10px;
    top: 1px
}

@media screen and (max-width:996px) {
    .header-search-form form button {
        top: 4px
    }
}

@media screen and (max-width:1200px) {
    .header-search-form form {
        width: 100%;
        margin-bottom: 20px
    }
    .header-search-form form input {
        width: 100%
    }
}

.mobile-logo {
    text-align: center;
    margin-bottom: 20px
}

.mobile-logo img {
    height: 50px
}

footer {
    background: #1f1f1f;
    padding: 10px 0
}

footer .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .5)
}

@media screen and (max-width:575px) {
    footer .vuta-container {
        justify-content: center;
        gap: 10px
    }
}

footer .vuta-container a {
    color: rgba(255, 255, 255, .5)
}

footer .vuta-container a:hover {
    color: #fff
}

footer .vuta-container .list-social {
    display: flex;
    gap: 10px
}

footer .vuta-container .list-social li a {
    display: flex;
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

footer .vuta-container .copyright p {
    margin-bottom: 0
}

@media screen and (max-width:996px) {
    footer .vuta-container .copyright p {
        font-size: 12px;
        margin-top: 5px
    }
}

footer .vuta-container .copyright p a {
    font-weight: 600;
    color: #fff
}

.header .vuta-container .header-menu #menu>li .link>a {
    font-weight: 500;
}

.header .vuta-container .header-menu #menu>li.active .link>a {
    color: #fff;
}

.dropdown button {
    color: #fff;
}

.dropdown button img {
    margin-right: 5px;
}

.dropdown-menu.language_bar_chooser.show {
    padding: 8px 15px;
}

.dropdown-menu.language_bar_chooser ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #000;
}

.dropdown-menu.language_bar_chooser ul li a img {
    margin-top: 3px;
}

figure.box-img img {
    height: 100% !important;
    width: 100%;
}

.vuta-container {
    width: min(1300px, 100%);
    margin: 0 auto;
    padding-left: var(--gap);
    padding-right: var(--gap);
}
.blog {
    padding: 40px 0;
}
.blog-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all ease 0.4s;
    position: relative;
    border: 1px solid #C2CAC5;
}
.blog-item:hover {
    background: #E6E8E5;
    border: 1px solid #E6E8E5;
    padding: 10px;
    border-radius: 10px;
    transition: all ease 0.4s;
    position: relative;
}
.blog-item .box-img {
    aspect-ratio: 3/2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  
}
.blog-item > a {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}
.blog-item .box-content .cat {
    font-size: 12px;
    background: #ffc000;
    color: #000;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 10px;
    font-weight: 500;
    display: inline-flex;
}
.blog-item .box-content h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
}
.blog-item .box-content p {
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 14px;
}
.blog-item .box-content i {
    font-size: 14px;
    color: #888;
}
.blog-item .box-content .date {
    font-size: 14px;
    color: #888;
}
.blog-item .box-content p {
    font-weight: 500;
}

.blog-detail {
    padding: 40px 0;
    color: #fff;
}
.blog-detail .aside-item .aside-blog-item {
    display: flex;
    
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blog-detail .aside-item .aside-blog-item figure {
    height: 60px;
    width: 100px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.blog-detail article h2 {
    font-size: 22px;
}
.blog-detail article h3 {
    font-size: 18px;
}
.blog-detail article h4 {
    font-size: 16px;
}
.blog-detail .aside-item .aside-blog-item figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-detail .aside-item .aside-blog-item h4 {
    font-size: 14px;
    padding-top: 5px;
}

.grid-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr; /* 3 cột */
  grid-template-rows: 1fr 1fr; /* 2 hàng có chiều cao bằng nhau */
  gap: 16px;
  height: 400px; /* hoặc chiều cao bạn muốn, có thể để auto nếu có nội dung */
}

/* item1 chiếm 2 hàng (cao bằng item2 + item3) */
.item1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* item2 và item3 nằm trong cột 2, mỗi cái 1 hàng */
.item2 {
  grid-column: 2;
  grid-row: 1;
}

.item3 {
  grid-column: 2;
  grid-row: 2;
}

/* item4 chiếm 2 hàng ở cột 3 */
.item4 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.blog-detail .aside-item .aside-blog-item > a {
    position: absolute;
    inset: 0;
    content: "";
}
.blog-detail .aside h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.blog-detail .aside h3::before {
    position: absolute;
    height: 3px;
    width: 80px;
    left: 0;
    bottom: 0;
    background: #ffc000;
    content: "";
}
.blog-detail h1 {
    font-size: 32px;

}
.blog-detail blockquote {
    padding: 10px 20px;
    color: #000;
    border-left: 5px solid #ffc000;
    border-radius: 5px;
    background-color: #fff;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

.last-form {
    padding: 40px 0;
}
.last-form .box-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.last-form .item {
    box-shadow: 0px 3px 12px rgba(255, 255, 255, 0.1);
    padding: 30px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.grid-layout .item{
    margin-bottom: 0;
}
.grid-layout {
    height: auto !important;
}
.grid-layout {
    margin-bottom: 20px;
    gap: 20px !important;
}
.last-form .item .group-input label {
    margin-bottom: 5px;
    display: inline-block;
}
@media (max-width:996px) {
    .grid-layout {
        display: flex !important;
        flex-wrap: wrap;
    }
    .grid-layout .item {
    width: calc(100%);
    }
}
.last-form .item .group-input {
    margin-bottom: 10px;
}
.last-form  .item h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    display: block;
  
}
.last-form .box-item .item ul li {
    margin-bottom: 10px;
}
.last-form .box-item .item ul {
    margin-bottom: 20px;
}
.last-form .box-item .item ul li label {
    cursor: pointer;
}
.last-form .box-item .item ul li label input {
    margin-right: 10px;
}

.blog .list-cat {
    margin-bottom: 40px;

}
.blog .list-cat h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.blog .list-cat ul {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
}
.blog .list-cat ul li a {
    width: fit-content;
    padding:8px 15px;
    background: #fff;
    display: inline-flex;
    padding-right: 30px;
    color: #000;
    border-radius: 6px;
    position: relative;
}
.blog .cat-item {
    margin-bottom: 40px;
}
.blog .cat-item .box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .cat-item .box-btn a {
    width: fit-content;
    padding: 5px 15px;
    background: #fff;
    padding-right: 30px;
    color: #000;
    border-radius: 20px;
    position: relative;
}
.blog .cat-item .box-btn a::before {
    position: relative;
     position: absolute;
    right: 10px;
    top: 5px;
    content: "\f105";
    font-family: fontawesome;
}
.blog-item {
    margin-bottom: 20px;
}
.blog .list-cat ul li a::before {
    position: absolute;
    right: 10px;
    top: 8px;
    content: "\f105";
    font-family: fontawesome;
}.blog .cat-item .box-btn a:hover,
.blog .list-cat ul li a:hover {
    background: #ffc000;
}
main {
    min-height: calc(100vh - 160px);
}
@media (max-width:996px) {
    .last-form .box-item .item {
        width: 100%;
    } 
    .last-form .box-item {
         gap: 0;
    }
    .last-form .box-item .item {
        padding: 15px;
        margin-bottom: 10px;
    }
    .last-form .item h4 {
        font-size: 20px;
    }
    .blog-detail h1 {
        font-size: 24px;

    } 

    .banner .box-content p {
        display: none;
    }
    .last-form {
        padding-top: 0;
    }
}



.banner {
    position: relative;
}

.banner .box-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.banner .box-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 1px 1px 4px #000;
}
.banner .box-content p {
    text-shadow: 1px 1px 4px #000;
    max-width: 600px;
    margin: 0 auto;
}
.breadcrumb {
    padding: 10px 0;
    background: #333;
}
.breadcrumb ul {
    display: flex;
    margin-bottom: 0;
    gap: 20px;
}
.breadcrumb ul li {
    position: relative;
    font-size: 14px;
    color: #fff;
}
.breadcrumb ul li::before {
    position: absolute;
    content: "/";
    right: -12px;
}
.breadcrumb ul li:last-child::before {
    display: none;
}
.breadcrumb ul li a {
    color: #fff;
}
.last-form .item.more-info ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.last-form .item.more-info h5 {
    font-size: 16px;
    font-weight: 600;
}
.last-form .item.more-info ul li {
    list-style: disc;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.last-form .item.more-info ul li::before {
    position: absolute;
    top: 10px;
    background: #000;
    height: 5px;
    width: 5px;
    content: "";
    border-radius: 50%;
    left: -10px;
}
.last-form .item.more-info ul li a {
    display: inline-flex;
    padding: 2px 10px;
    font-size: 14px;
    background: #afafaf;
    color: #fff;
    border-radius: 4px;
}
.last-form .item.more-info ul li a:hover {
    background: #ffc000;
}
.last-form .item.more-info p {
    margin-bottom: 10px;
}
.last-form .item.more-info span {
    font-weight: 600;
}