@font-face {
    font-family: 'Proximanova';
    src: url("../fonts/proximanova_regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Proximanova';
    src: url("../fonts/proximanova_regular.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'Proximanova';
    src: url("../fonts/proximanova_bold.otf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'Proximanova';
    src: url("../fonts/proximanova_bold.otf") format("truetype");
    font-weight: 700;
}

body {
    font-family: "Proximanova", sans-serif;
}

.title-header {
    padding-bottom: 20px;
}

.title-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #797577;
    display: flex;
}

.title-header-center {
    text-align: center;
}

.title-header-center h4 {
    place-content: center;
}

.title-header h4::before {
    content: "";
    background: url('/wp-content/themes/inox-anh-hien/images/icon-title.png');
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.title-header h2 {
    margin: 0;
    text-transform: uppercase;
    margin-top: 7px;
    color: #241F21;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    font-size: 30px;
    text-shadow: 0 0 0.1px currentColor;
}

.title-header.title-white h2 {
    color: #fff;
}

.contact-header,
.contact-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 14px;
}

.contact-header > li:not(:first-child),
.contact-social > li:not(:first-child) {
    margin-left: 10px;
}

.contact-header > li,
.contact-social > li {
    margin-bottom: 0;
}

.contact-header > li,
.contact-social > li,
.contact-header > li a,
.contact-social > li a {
    color: #fff;
}

.contact-header > li i {
    color: #d8df2b;
}

.header-nav .header-button-1 {
    margin-left: 40px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    background: #AE8F62;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-nav .header-button-1::after {
    content: "";
    background: #AE8F62;
    width: 9999999px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.header-nav .header-button-1 .header-button .plain.is-outline:not(:hover) {
    color: #fff;
    border: 1px solid;
    transition: all ease-in-out .5s;
}

.header-nav .header-button-1 .header-button .is-outline:hover {
    color: #fff;
    border: 1px solid #000;
    background: transparent;
}

.header-nav .header-button-1 .header-button a {
    overflow: hidden;
}

.header-nav .header-button-1 .header-button a::after {
    background: var(--primary-color);
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-nav .header-button-1 .header-button a:hover::after {
    background: #000;
    height: 380%;
}

.banner-slide .banner-bg .overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(107.77deg, #241F21 22.16%, rgba(0, 0, 0, 0.83) 90.09%);
    opacity: 0.85;
}

.banner-slide .text-slide h2 {
    font-weight: 800;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
}

.banner-slide .text-slide h3 {
    font-weight: 800;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
}

.banner-slide .text-slide p {
    font-size: 18px;
    color: #F4F2EE;
}

.banner-slide .button.btn-slide:not(.is-outline) {
    color: #fff;
    background-color: #AE8F62;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    padding: 19px 40px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    transition: all ease-in-out .4s;
}

.banner-slide .button.btn-slide:hover {
    color: #AE8F62;
}

.banner-slide .button.btn-slide::after {
    background: #fff;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.banner-slide .button.btn-slide:hover::after {
    height: 380%;
}

.icon-item {
    position: relative;
    z-index: 1;
    background: #E6E0D8;
    padding-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.icon-item:hover {
    background: #F4F2EE;
}

.icon-item.icon-box .icon-box-img {
    background: #797577;
    min-width: 100%;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.icon-item.icon-box:hover .icon-box-img {
    background: #241F21;
}

.icon-item .icon-box-img .icon {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.icon-item .icon-box-img .icon .icon-inner {
    max-width: 94px;
    width: 100%;
    height: 94px;
    background: #241F21;
    color: #AE8F62;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.icon-item:hover .icon-box-img .icon .icon-inner {
    background: #AE8F62;
    color: #fff;
}

.icon-item .icon-box-img .icon .icon-inner img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.icon-item:hover .icon-box-img .icon .icon-inner img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    animation: bounceIn 1s linear;
}

@keyframes bounceIn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }

}

.icon-item .icon-box-img .icon .title-inner {
    color: #fff;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 146%;
    text-transform: uppercase;
}

.icon-item .icon-box-img .icon .title-inner h5,
.icon-item .icon-box-img .icon .title-inner h6 {
    color: #fff;
}

.icon-item .icon-box-text {
    margin-left: 20px;
    background: var(--voldor-white, #fff);
    padding: 20px 30px 20px 25px;
    position: relative;
    margin-top: -20px;
}

.icon-item .icon-box-text::after {
    content: "";
    width: 40px;
    height: 60px;
    background: #E6E0D8;
    position: absolute;
    bottom: 0;
    right: 0px;
    transition: all 0.4s ease-in-out;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.icon-item .icon-box-text p {
    font-size: 16px;
    line-height: 188%;
    color: #241F21;
    margin-bottom: 0;
    padding-bottom: 0;
}

.div-about-img .col-inner {
    position: relative;
    padding-right: 150px;
}

.div-about-img .col-inner .about-img-1 {
    position: relative;
    margin-left: 120px;
}

.div-about-img .col-inner .about-img-1::after {
    content: "";
    position: absolute;
    top: -40px;
    left: -45px;
    width: 226px;
    height: 325px;
    background: transparent;
    border: 15px solid #AE8F62;
    z-index: -1;
    animation: topBottom 3s ease-in-out infinite;
}

@keyframes topBottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }

}

.div-about-img .col-inner .about-img {
    margin-bottom: 0;
}

.div-about-img .col-inner .about-img img {
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.div-about-img .col-inner .about-img-2 {
    position: relative;
    margin-top: -175px;
}

.div-about-img .col-inner .nb-animate-number {
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: #AE8F62;
    text-align: center;
    display: inline-block;
    padding: 40px;
}

.div-about-img .col-inner .nb-animate-number h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 52.1212px;
    line-height: 65%;
    padding-bottom: 0;
    color: #fff;
    text-shadow: 0 0 0.1px currentColor;
    margin-bottom: 18px;
}

.div-about-img .col-inner .nb-animate-number h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -5px;
    padding-bottom: 0;
}

.div-about-text p {
    color: #797577;
    font-style: normal;
    font-size: 16px;
    line-height: 188%;
}

.nb-progress-container {
    position: relative;
    margin-bottom: 40px;
}

.nb-progress-title {
    margin-bottom: 16px;
    text-shadow: 0 0 0 0.1px currentColor;
    color: #241F21;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.nb-progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-top: 20px;
}

.nb-progress {
    height: 100%;
    width: 0%; /* Bắt đầu từ 0% */
    background-color: #3b3b3b;
    border-radius: 10px;
    position: relative;
}

#nb-percentage {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    margin-bottom: 8px;
    color: #797577;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.about-icon .icon-box-img {
    min-width: 100%;
}

.about-icon .icon-box-img .icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-icon .icon-box-img .icon .icon-inner {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    background: #F4F2EE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #AE8F62;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.about-icon .icon-box-img:hover .icon .icon-inner {
    background: #000;
}

.about-icon .icon-box-img .icon .icon-inner img {
    padding: 0;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.about-icon .icon-box-img:hover .icon .icon-inner img {
    animation: bounceIn 1s linear;
}

.about-text ul {
    list-style: none;
}

.about-text ul li {
    position: relative;
    display: flex;
    margin-left: 0 !important;
    align-items: center;
}

.about-text ul li::before {
    font-family: "Font Awesome 7 Pro";
    content: "\f058";
    display: block;
    color: #AE8F62;
    margin-right: 5px;
    font-size: 19px;
    transition: all 0.4s ease-in-out;
    font-weight: 900;
}

.about-text ul li:hover::before {
    color: #241F21;
}

.button.btn-cus {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    background-color: #241F21 !important;
    color: #fff;
    padding: 19px 40px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.button.btn-cus span {
    font-size: 16px;
    line-height: 1;
}

.button.btn-cus:hover::after {
    height: 380%;
}

.button.btn-cus::after {
    background: #AE8F62;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.section-service {
    padding-bottom: 120px !important;
}

.section-service .section-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
    mix-blend-mode: overlay;
}

.section-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 635px;
    background-color: #F4F2EE;
}

.service-list {
    margin-top: 80px;
}

.service-item {
    padding-top: 56px;
    padding-bottom: 45px;
}

.service-item > .col-inner {
    background: #fff;
    box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
}

.service-item .service-icon {
    position: relative;
    margin-top: -57px;
    margin-bottom: 0 !important;
    margin-left: 41px;
    width: 120px !important;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #241F21;
    font-size: 65px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.service-item .service-icon .img-inner {
    display: flex;
    width: 65px;
    height: 65px;
    overflow: revert;
}

.service-item .col-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #E6E0D8;
    width: 41px;
    height: 56px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.service-item:hover .service-icon {
    background: #ae8f62;
}

.service-item:hover .service-icon img {
    animation: bounceIn 1s linear;
}

.service-item .service-text {
    margin: 25px 20px 20px 40px;
}

.service-item .service-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.service-item .service-text h4 a,
.service-item .service-text h4 {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #241F21;
    text-transform: uppercase;
    margin-bottom: 0;
}

.service-img {
    overflow: clip;
    margin-left: 40px !important;
}

.service-img .box-image {
    position: relative;
    margin-right: 40px;
    margin-bottom: -45px;
    overflow: hidden;
}

.service-img .box-text {
    padding: 0;
}

.service-img .btn-service {
    position: absolute;
    bottom: -40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 188%;
    color: #fff;
    padding: 4px 20px;
    transform: translateX(-100%);
}

.service-item:hover .service-img .btn-service {
    transform: translateX(0);
    transition-duration: 1000ms;
}

.service-img .box-image::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36, 31, 33, 0.7);
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-img .box-image::after {
    bottom: 0%;
    height: 100%;
}

.service-img .btn-cus.btn-service {
    background-color: #AE8F62 !important;
}

.button.btn-cus.btn-service::after {
    background: #241F21;
}

.section-why {
    padding-bottom: 0 !important;
}

.section-why .section-content > .row > .col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.why-image::before {
    content: "";
    width: 48px;
    height: 48px;
    background-color: #797577;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    right: -48px;
    top: 0;
}

.why-image::after {
    content: "";
    width: 115px;
    height: 200px;
    background: #241F21;
    position: absolute;
    right: 0;
    bottom: 0;
}

.why-text {
    margin-top: 47px !important;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #241F21;
}

.why-text .col-inner {
    padding: 150px 250px 0 80px;
}

.why-text p {
    font-size: 16px;
    line-height: 188%;
    color: #F4F2EE;
}

.why-text .ic-why {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.why-text .ic-why:nth-child(3) {
    padding-bottom: 30px;
    border-bottom: 1px solid #797577;
}

.why-text .icon-box .icon-box-img {
    min-width: 200px;
    margin-bottom: 0;
}

.why-text .icon-box .icon-box-img .icon {
    display: flex;
    align-items: center;
}

.why-text .icon-box .icon-box-img .icon .icon-inner {
    width: 60px;
    height: 60px;
    background: rgba(121, 117, 119, 0.2);
    font-size: 30px;
    color: #AE8F62;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    margin-right: 20px;
}

.why-text .icon-box .icon-box-img .icon .icon-inner img {
    width: 30px;
    height: 30px;
    padding-top: 0;
}

.why-text .icon-box .icon-box-img .icon .title-inner {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #797577;
    margin-bottom: 0;
    padding-bottom: 0;
}

.why-text .icon-box .icon-box-img .icon .title-inner h5,
.why-text .icon-box .icon-box-img .icon .title-inner h6 {
    color: #fff;
}

.why-text .icon-box:hover .icon-box-img .icon .icon-inner {
    background: #AE8F62;
    color: #fff;
}

.why-text .icon-box:hover .icon-box-img .icon .icon-inner img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    animation: bounceIn 1s linear;
}

.why-funfact {
    margin-left: -160px !important;
    margin-top: 125px;
    margin-bottom: -128px;
    position: relative;
    z-index: 1;
}

.why-funfact .why-funfact-list > .col-inner {
    background: #fff;
    padding: 0;
}

.why-funfact .why-funfact-item {
    text-align: center;
    padding-bottom: 50px;
    box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.1);
}

.why-funfact .why-funfact-item .why-funfact-item-ic {
    border: 1px solid #AE8F62;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 89px;
    font-size: 52px;
    color: #AE8F62;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.why-funfact .why-funfact-item h3 {
    text-transform: uppercase;
    color: #241F21;
    font-weight: 700;
    font-size: 40px;
    display: flex;
    align-items: center;
    line-height: 150%;
    margin-bottom: 12px;
    padding-bottom: 0;
    justify-content: center;
}

.why-funfact .why-funfact-item h4 {
    color: #797577;
    font-size: 16px;
    line-height: 138%;
    text-transform: uppercase;
    margin-bottom: -11px;
}

.why-funfact .why-funfact-item:hover .why-funfact-item-ic {
    background: #AE8F62;
    color: #fff;
}

.why-funfact .why-funfact-item:hover .why-funfact-item-ic i {
    animation: bounceIn 1s linear;
}

.section-review {
    padding-top: 250px !important;
}

.section-review .section-content > .row-collapse {
    max-height: 720px;
    overflow: hidden;
}

.review-img {
    position: relative;
    z-index: 2;
}

.review-img .col-inner,
.review-img .col-inner .img,
.review-img .col-inner .img-inner {
    height: 100%;
}

.review-img .col-inner .img-inner img {
    height: 100%;
    object-fit: cover;
}

.review-text .title-header {
    margin-left: 60px;
    padding-bottom: 50px;
}

.review-list {
    background: #241F21;
    padding: 60px;
    position: relative;
    margin-top: -6px;
    height: 100%;
}

.review-list::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 33px;
    background: #342D30;
}

.review-list > .col > .col-inner {
    position: relative;
    z-index: 9;
    height: 495px;
}

.review-item .testimonial-box {
    display: flex;
    flex-wrap: wrap-reverse;
    position: relative;
    z-index: 2;
}

.review-item .testimonial-box .icon-box-text .star-rating {
    font-size: 32px;
    color: #AE8F62;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.review-item .testimonial-box .icon-box-text .star-rating::before,
.review-item .testimonial-box .icon-box-text .star-rating span:before {
    left: calc(50%);
    transform: translateX(-50%);
}

.review-item .testimonial-box .icon-box-text .testimonial-text {
    font-size: 16px;
    line-height: 188%;
    color: #797577;
    text-align: center;
    margin-bottom: 45px;
}

.review-item .testimonial-box .icon-box-text .testimonial-text p {
    font-style: normal;
}

.review-item .testimonial-box .icon-box-text .test_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

.review-item .testimonial-box .icon-box-text .test_company {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 179%;
    text-transform: uppercase;
    color: #797577;
}

.review-item .testimonial-box .icon-box-text .testimonial-name-divider {
    display: none;
}

.review-item .testimonial-box .testimonial-image {
    margin-top: 40px;
}

.review-item .testimonial-box .icon-box-text {
    width: 100%;
}

.nb-project-list {
    display: flex;
    width: 100% !important;
    padding: 0;
    gap: 30px;
    overflow: hidden;
    flex-flow: unset !important;
}

.nb-project-list .post-item {
    width: 100% !important;
    max-width: 270px !important;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    height: 526px;
    transition: all 200ms ease;
    overflow: hidden;
}

.nb-project-list .post-item.first,
.nb-project-list .post-item:hover {
    width: 100% !important;
    max-width: 100% !important;
}

.nb-project-list .post-item > .col-inner > a .box-blog-post > .box-image > .image-cover,
.nb-project-list .post-item > .col-inner > a .box-blog-post > .box-image,
.nb-project-list .post-item > .col-inner > a .box-blog-post,
.nb-project-list .post-item > .col-inner > a,
.nb-project-list .post-item > .col-inner {
    height: 100%;
}

.nb-project-list .post-item > .col-inner .box-text {
    background: #241F21;
    width: 80%;
    padding: 25px 40px 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 130px;
    transform: translateX(-100%);
    transition: transform 1s linear;
    transition-delay: 0.4s;
    opacity: 0;
}

.nb-project-list .post-item.first > .col-inner .box-text,
.nb-project-list .post-item:hover > .col-inner .box-text {
    transform: translateX(0);
    opacity: 1;
}

.nb-project-list .post-item > .col-inner .box-text::before {
    content: "";
    position: absolute;
    top: -71px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    background: #AE8F62;
    height: 71px;
    font-size: 23px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.nb-project-list .post-item > .col-inner .box-text::after {
    content: "\f061";
    font-family: "Font Awesome 7 Pro";
    position: absolute;
    top: -71px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 71px;
    font-size: 23px;
    transform: rotate(-20deg);
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.nb-project-list .post-item > .col-inner .box-text:hover::after {
    transform: rotate(0deg);
}

.nb-project-list .post-item > .col-inner .box-text .box-text-inner h5 {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 200%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

.nb-project-list .post-item > .col-inner .box-text .box-text-inner h5:hover {
    background-size: 100% 1px;
}

.nb-project-list .post-item > .col-inner .box-text .box-text-inner p,
.nb-project-list .post-item > .col-inner .box-text .box-text-inner p:hover {
    font-style: normal;
    font-size: 16px;
    line-height: 188%;
    color: #797577;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-small .box-text {
    width: calc(100% - 30px) !important;
    margin: 15px 0 !important;
    padding: 0 !important;
}

.product-small .box-text::after {
    content: "";
    background: url('/wp-content/themes/inox-anh-hien/images/products-before.png');
    width: 100%;
    height: 30px;
    transition: all ease-in-out .5s;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-small:hover .box-text::after {
    background: url('/wp-content/themes/inox-anh-hien/images/products-before-1.png');
    background-size: cover;
}

.product-small .box-text {
    color: #241F21;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    opacity: .95;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    display: block;
    text-align: center;
}

.product-small .box-text .title-wrapper {
    padding: 5px 10px;
}

.product-small .box-text .title-wrapper .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.product-small .box-text .title-wrapper .product-title a {
    color: #000;
    margin: 0;
}

.product-small .box-text .price-wrapper {
    text-align: left;
    padding: 0px 15px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: block;
    text-transform: capitalize;
}

.product-small .box-text .price-wrapper .price del {
    display: unset;
}

.badge-inner {
    display: inline-block;
    padding: 0.5em 1em 0.35em 1em;
    line-height: 1.2;
    vertical-align: top;
    font-size: 12px !important;
    color: #ffffff;
    background: linear-gradient(86deg, #ae8f62 0%, #d8da22 50%, #ae8f62 100%);
    border-radius: 0;
}

.badge-inner.on-sale {
    clip-path: polygon(0.668213px 0px, calc(100% - 0.4494px) 0px, calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.7028246px) calc(100% - 3.7634139px), calc(100% - 10.1490288px) calc(100% - 3.0301952px), calc(100% - 10.6751182px) calc(100% - 2.3633533px), calc(100% - 11.2733984px) calc(100% - 1.7681976px), calc(100% - 11.936175px) calc(100% - 1.2500375px), calc(100% - 12.6557536px) calc(100% - 0.8141824px), calc(100% - 13.4244398px) calc(100% - 0.4659417px), calc(100% - 14.2345392px) calc(100% - 0.2106248px), calc(100% - 15.0783574px) calc(100% - 0.053541100000004px), calc(100% - 15.9482px) calc(100% - 0px), 0.668213px calc(100% - 0px), 0.668213px 0px);
}

.badge-inner.on-sale {
    background: var(--nmns-gradient-badge-blue, linear-gradient(45deg, #ae8f62 0%, #dede23 100%));
}

.badge-container {
    margin: 0 !important;
    display: flex;
}

.badge-container .badge {
    width: unset !important;
    height: unset !important;
}

.badge-container .badge .badge-inner {
    display: block;
    padding: 10px 20px;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 11px;
    line-height: 1;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
}

.blog-card-meta .from_the_blog_comments {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 214%;
    color: #241F21;
    text-transform: uppercase;
}

.blog-card-meta .icon-bubble-chat {
    background: url('/wp-content/themes/inox-anh-hien/images/bubble-chat.png');
    width: 19px;
    height: 19px;
    background-size: contain;
    margin-right: 5px;
}

.blog-card-meta .post-meta-date {
    position: relative;
    margin-top: -48px;
    background: #241F21;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.blog-card-date-day {
    background: #AE8F62;
    display: inline;
    padding: 9px 18px 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

.blog-card-date-year {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2142;
    color: #fff;
    padding: 0px 16px 0px;
    text-transform: uppercase;
}

.blog-card-date-year span {
    display: block;
    color: inherit;
}

.list-news .box-push .box-text {
    max-width: calc(100% - 30px);
    background-color: #F4F2EE;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.list-news .box-push .box-text:hover {
    background-color: #fff;
}

.list-news .box-text .box-text-inner .post-title {
    color: #241F21;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 175%;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-news .box-text .box-text-inner button.button {
    color: #797577;
    font-size: 14px;
    font-weight: 600;
    line-height: 178.571%;
    position: relative;
    display: block;
    padding: 5px 0px;
    z-index: 1;
    margin: 0;
    border: 0;
    background: transparent;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
}

.list-news .box-text .box-text-inner button.button::before {
    content: "";
    right: 40px;
    height: 1px;
    background: #E6E0D8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
    transition: all 0.4s ease-in-out;
}

.list-news .box-text .box-text-inner button.button::after {
    content: "\f061";
    font-family: "Font Awesome 7 Pro";
    font-size: 16px;
    position: absolute;
    right: 0;
    color: #AE8F62;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
}

.list-news .box-text .box-text-inner button.button:hover {
    color: #AE8F62;
}

.list-news .box-text .box-text-inner button.button:hover::before {
    background: #AE8F62;
}

.list-news .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.section-footer {
    padding-top: 50px !important;
    color: #958F91;
    overflow: hidden;
}

.section-footer > .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    background-position: center center;
    background-repeat: no-repeat;
    animation: scale 10s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }

}

.footer-item img,
.footer-item p {
    margin-bottom: 5px !important;
}

.nav-footer .ux-menu-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.nav-footer .ux-menu-link__link {
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

.ux-menu-link--active .ux-menu-link__link,
.nav-footer .ux-menu-link__link:hover {
    padding-left: 18px;
}

.ux-menu-link--active .ux-menu-link__link span,
.nav-footer .ux-menu-link__link:hover span {
    color: #d8d827;
}

.ux-menu-link--active .ux-menu-link__link::after,
.nav-footer .ux-menu-link__link::after {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    top: calc(50%);
    left: 0;
    background: #d8d827;
    transform: translateY(50%);
    transition: all 0.4s ease-in-out;
    display: block;
}

.ux-menu-link--active .ux-menu-link__link::after,
.nav-footer .ux-menu-link__link:hover::after {
    width: 10px;
}

.contact-footer {
    list-style: none;
}

.contact-footer li {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-footer li .contact-footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(121, 117, 119, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d8d827;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}

.contact-footer li .contact-footer-inner {
    width: calc(100% - 40px);
}

.contact-footer li:hover .contact-footer-icon {
    background: #d8d827;
    color: #000;
}

.contact-footer li a {
    color: #958F91;
}

.contact-footer li a:hover {
    color: #d8d827;
}

.footer-item > div {
    padding-bottom: 0 !important;
}

.copy-right > .col {
    padding-bottom: 0;
}

.copy-right p {
    margin: 0 !important;
}

.back-to-top {
    right: 15px !important;
}

.pagination-container {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
    padding: 1rem 0;
    justify-content: center;
}

.pagination-container p {
    margin: 0;
}

.pagination-number,
.pagination-button {
    font-size: 1em;
    background-color: transparent;
    border: 2px solid;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0px 5px;
    line-height: normal;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    background: #fff;
}

.pagination-number.active {
    border: 2px solid var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}

.form-contact form {
    display: flex;
    flex-wrap: wrap;
}

.form-contact .form-control-text {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.form-contact .form-control.form-control-50:nth-child(odd) {
    padding-left: 10px;
}

.form-contact .form-control.form-control-50:nth-child(even) {
    padding-right: 10px;
}

.form-contact .form-control {
    width: 100%;
}

.form-contact .form-control.form-control-50 {
    width: 50%;
}

.form-contact .wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.form-contact .wpcf7-response-output {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.form-contact .form-control label {
    position: relative;
}

.form-contact .form-submit {
    text-align: center;
}

.form-contact .form-submit input[type="submit"] {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.form-contact .form-submit p,
.form-contact .form-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-contact .form-control label strong {
    position: absolute;
    line-height: 22px;
    font-weight: normal;
    color: #888;
    left: 25px;
    top: 9px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.form-contact .form-control strong.focusIn {
    font-size: 14px;
    top: -10px;
    left: 30px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
}

.form-contact .form-control strong.focusIn1 {
    font-size: 14px;
    top: -10px;
    left: 30px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
}

.form-contact .form-control .input-text {
    border-radius: 4px;
    padding-left: 25px;
    height: 44px;
    margin-bottom: 10px;
    color: #888;
}

.form-contact .form-control .input-text.input-img {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    font-size: 12px;
    padding-top: 12px;
}

.form-contact .form-control .input-text:hover,
.form-contact .form-control .input-text:focus,
.form-contact .form-control .input-text:active {
    border-color: var(--primary-color);
    box-shadow: none;
    color: var(--primary-color) !important;
}

@media screen and (min-width:850px) {
    .sub-menu-3 ul.sub-menu {
        max-width: 800px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    .sub-menu-3 ul.sub-menu > li {
        width: calc(100% / 3);
    }

    .sub-menu-3 ul.sub-menu > li a {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 35px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0;
    }

}

@media screen and (max-width:767.98px) {
    .header-main li.html.custom {
        display: block !important;
    }

    .banner-slide .text-slide h2,
    .banner-slide .text-slide h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-slide .text-slide p {
        font-size: 14px;
    }

    .banner-slide .button.btn-slide:not(.is-outline) {
        font-size: 14px;
        line-height: 1;
        padding: 8px 16px;
    }

    .div-about-img .col-inner {
        padding-right: 0;
    }

    .div-about-img .col-inner .about-img-1 {
        margin-left: 20px;
    }

    .div-about-img .col-inner .about-img-2 {
        position: relative;
        margin-top: -175px;
        margin-left: -50px;
    }

    .div-about-img .col-inner .about-img-2 img {
        width: 75%;
    }

    .div-about-img .col-inner .nb-animate-number {
        bottom: 0;
        right: 0;
    }

    .section-service {
        padding: 80px 0 !important;
    }

    .service-list .service-item:not(:last-child) {
        margin-bottom: 100px;
    }

    .section-products {
        padding: 40px 0 !important;
    }

    .why-image::after {
        display: none;
    }

    .why-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        background: #241f20;
    }

    .why-text {
        margin-top: 0 !important;
    }

    .why-text .col-inner {
        padding: 0 15px;
    }

    .why-text .ic-why {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .why-text .ic-why:nth-child(3) {
        padding-bottom: 10px;
        border-bottom: 1px solid #797577;
    }

    .why-funfact {
        margin-left: -15px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-review {
        padding: 40px 0 !important;
    }

    .section-review .section-content > .row-collapse {
        max-height: 100%;
        overflow: hidden;
    }

    .section-review .section-content > .row-collapse .review-img {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 15px !important;
    }

    .review-text .title-header {
        text-align: center;
        margin-left: 0;
    }

    .review-text .title-header h4 {
        place-content: center;
    }

    .review-list > .col > .col-inner {
        height: 100%;
    }

    .section-project {
        padding: 40px 0 !important;
    }

    .nb-project-list {
        flex-flow: row wrap !important;
    }

    .nb-project-list .post-item {
        height: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

}
