/*
Theme Name: DSmart
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
  --yellow:#BA992D;
  --white: #ffffff;
  --red: #c8102e;
  --black:#000;
}
main .entry-content ol, main .entry-content ul,
main .description ol, main .description ul {
    padding-left: 50px;
}
p {
    margin-bottom: 10px;
}
.pll-parent-menu-item ul.nav-dropdown {
    padding: 0;
    min-width: auto;
}
.pll-parent-menu-item ul.nav-dropdown .current-lang {
    display: none;
}
header .flex-right, header .header-search {
    display: none;
}
header .header-nav {
    justify-content: flex-end;
}
header .nav>li {
    margin: 0 15px
}
.home .sec-02 .box-01 .col-inner, .sec-about .box-01 .col-inner{
    padding-right:70px
}
.home .sec-02 .sub-title .section-title-main {
    font-size: 20px;
}
.home .sec-02 .box-02,
.sec-about .box-02{
    display: flex;
    align-items: center;
}
.home .sec-02 .box-01 .img img{
   border-radius: 25px;
}
.water-mark {
    position: relative;
}
.water-mark::before {
    content: "";
    width: 103px;
    height: 40px;
    background: url(images/watermark.png) no-repeat;
    top: 30px;
    right: 30px ;
    position: absolute;
    z-index: 2;
}

.shine-effect .box-image::before, .shine-effect .img-inner::before, .post-item .box-image::before, .shine-effect .thumbs::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, #fff0 0%, rgb(255 255 255 / .3) 50%, #fff0 100%);
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 50%, #fff0 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}
.shine-effect .box-image:hover::before,
.shine-effect .img-inner:hover::before,
.post-item .box-image:hover::before,
.shine-effect .thumbs:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
.home .sec-02 .row {
    max-width: 1200px;
}
.home .sec-02 .box-image img, .sec-about .img img {
    border-radius: 25px;
}
.sub-title .section-title {
    font-size: 18px;
    margin-bottom: -5px;
}
.sub-title span {
    text-transform: capitalize;
}
.section-title {
    border-bottom:none;
}
.section-title b {
    display: none;
}
.section-title-normal span {
    border-bottom: none;
}
footer .widget_custom_html ul li {
    position: relative;
    padding-left: 30px;
}
footer .widget_custom_html ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
footer form {
    padding-top: 20px;
}
.home .sec-03  .sec-title{
    padding-top: 50px!important;
}
/* .home .sec-03  .sec-title h2 span {
    text-transform: capitalize;
} */
.home .sec-03 .section-title {
    display: block;
    margin: 0;
}
.home .sec-03 .col-inner {
    height: 100%;
}
.home .sec-03 .txt-right .section-title{padding-left: 60px ;}
.home .sec-03 .sub-title .section-title{
    padding-left: 70px;
}
.home .sec-03 .view-all {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    max-width: 120px;
    text-align: left;
}
.home .sec-03 .view-all span{
    position: relative;
    line-height: 1.3;
}
.home .sec-03 .view-all span::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: var(--yellow);
    right: -110px;
    top: 10px;
}
.post-item h5.post-title {
    font-size: 18px;
}
.home .sec-03 .row .col {
    padding: 0;
}
.home .sec-03 .cat-item .box {
    position: relative;
}
.home .sec-03 .cat-item .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background 0.3s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 39%) 50%, transparent 100%);
    min-height: 80px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px;
}
.home .sec-03 .cat-item .container {
    margin:0;
}
.home .sec-03 .cat-item h4{
    padding-right:10px;
    color: var(--yellow);
}
.home .sec-03 .cat-item h3{
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.home .sec-03 .cat-item .box-text-inner {
    width: 100%;
    text-align: left;
    color: #fff;
}
.home .sec-03 .cat-item .img{
    margin: 0;
}
.home .sec-04 .sub-title .section-title {
    margin-top: -20px;
    padding-left: 40px;
}
.home .sec-04::before{
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 30%;
    height: 100%;
    background: var(--red);
    clip-path: polygon(0 0, 100% 0, 0 121%, 0 100%);
}
.home .sec-04 .sec-title{
    padding:0 20px;
}
.home .sec-04 .sec-con { 
    margin-top: -35px;
    padding:0 20px;
}
.home .sec-04 .sec-con .nav{ 
    position: relative;
    top: -35px;
    text-transform: uppercase;
    gap: 30px;
}
.home .sec-04 .sec-con .nav li{
    position: relative;
}
.home .sec-04 .sec-con .nav li::before{
    content: "/";
    position: absolute;
    right: -25px;
    top: 7px;
    color: hsla(0, 0%, 7%, .85);
}
.home .sec-04 .sec-con .nav li:last-child::before{
    content: none;
}
.home .sec-04 .sec-con .nav .active a {
    color: var(--red);
}
.home .sec-04 .list-project{
    width: 100%;
    max-width: 100%;
}
.project-item .thumbs a::after{
    content: "";
    background-color: rgba(255, 255, 255, 0.413);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.project-item:hover .thumbs a::after{
    opacity: 1;
}
.project-item .wrap{
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
}
.project-item img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.project-item .desc{
    padding: 20px;
}
.project-item h4{
    text-transform: uppercase;
    font-size: 16px;
}
.project-item .thumbs a{
    display: block;
}
.project-item .button{
    border-radius: 20px;
}
.project-item.grid-col-1 .desc {
    display: flex;
}
.project-item.grid-col-1 .button {
    min-width: 110px;
}
.project-item.grid-col-1-2 img{
    height: 215px;
    object-fit: cover;
}
.project-item.grid-col-1-2 .water-mark::before {
    width: 80px;
    height: 40px;
    top: unset;
    bottom: 25px;
    right: 20px;
    background-size: contain;
}
.home .sec-05 {
    padding-bottom: 0;
}
.home .sec-06 .sec-title .container {
    max-width: 100%;
}
.home .sec-06 .slider .banner {
    border-radius: 20px;
    overflow: hidden;
}
.home .sec-06 .sub-title {
    margin-top: -20px;
    padding-left: 5%;
}
.home .sec-06 .slider {
    padding: 0;
}
.home .sec-08 .ux-logo-link{ padding: 5px!important}
.home .sec-08 .ux-logo-link img {
    width: 100%;
    min-height: 55px;
}
.home .sec-07 {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: -20px;
}
.contact-01 .section-content .wrap {
    position: relative;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #eae4e4;
    background: #edf2f5;
}
.contact-01 .section-content .wrap {
    position: relative;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #eae4e4;
    background: #edf2f5;
}
.contact-01 .icon-box {
    background-color: #DBE3E8;
    padding: 20px 70px 20px 20px;
    border-radius: 20px;
    position: relative;
    margin: 10px 0;
}
.contact-01 .icon-box .icon-box-img {
    width: 50px!important;
    height: 50px!important;
    background: #FFF;
    background: radial-gradient(circle, #db0000 0%, #ff9000 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: calc(50% - 30px);
}
.contact-frm form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000054;
}
.contact-frm form input, .contact-frm form textarea {
    border-radius: 10px;
}
.contact-01 .social {
    position: absolute;
    left: -1px;
    background: #fff;
    z-index: 10;
    bottom: -1px;
    display: flex;
    width: fit-content;
    border-top-right-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-bottom-left-radius: 20px;
}
.contact-01 .social .section-title {
    margin: 0;
}
.contact-02 {
    margin-bottom: -50px;
}
.contact-02 p { 
    margin-bottom: 0;
}
.home .sec-07 .sec-con .row {
    max-width: 100%;
}
.home .sec-07  .row-full-width {
    padding: 0 10px
}
.home .sec-07 .sub-title {
    margin-top: -20px;
    padding-left: 20%;
}
.home .sec-07 .post-item .box-image {
    overflow: visible;
}
.home .sec-07 .post-item .box-image .image-overlay-add {
    overflow: visible;
}
.home .sec-07 .post-item .box-image img{
    box-shadow: 5px 5px 10px #00000087;
    border-radius: 10px;

}
.post-item .post-title{margin-top: 10px;}
.post-item .is-divider {
    display: none;
}
.sub-title .section-title-main {
    text-transform: uppercase;
    font-size: 15px;
}
.home .sec-07 .menu-item a {
    text-transform: uppercase;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.home .sec-07 .menu-item a:hover { 
    color: var(--red);
}
.home .sec-08 .section-content{
    margin:0 20px;
    border-radius: 20px;
    background-color: var(--red);
    padding:20px;
}
.door-tpl.sec-04 {
    margin: 10px 0 0 0;
}
.door-tpl.sec-05 {
    margin-bottom: -10px;
}
.door-tpl .col {
    display: flex;
    align-items: center;
} 
.door-tpl .sec-02 h3.section-title span{
    font-size: 1.125em;
}
.door-02 .sec-title {
    align-items: center;
    max-width: 755px;
}
.door-02 .section-title {
    align-items: center;
    justify-content: center;
}
.box-center .col{
    display: flex;
    align-items: center;
}
.box-center .button {
    margin-top: 50px;
}
.door-04 .section-title {
    flex-flow: row-reverse;
}
a.is-small{
    padding:0 20px;
}
.door-05 .section-title {
    justify-content: center;
}
.door-05 .section-title b{
    display: block;
    max-width: 150px;
    background-color:var(--yellow);
}
.header-banner {
    background-size: cover;
    height: 305px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    text-align: center;
}
.page-title h1{
    font-size: 185%;
}
.page-title h1 a {
    color: rgb(219, 0, 0);
    border: 2px solid;
    display: inline-block;
    width: auto;
    padding: 20px 40px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}
.page-title h1 a:hover {
    background-color: var(--red);
    color: var(--white);
}
.pro-item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.pro-item a img {
    width: 100%;
    border-radius: 10px;
}
.single-san-pham .section-title-container {
    padding-left: 0;
}
.single-san-pham .header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    min-height: 150px;
    position: relative;
}
.single-san-pham .header-banner h1{
    font-size: 185%;
    color: var(--white);
    position: relative;
    z-index: 2;
    width: fit-content;
}
.single-san-pham .header-banner::after {
    content: "";
    background-color: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.single-san-pham .header-banner h1::before{
    content: "";
    position: absolute;
    left: calc(50% - 40px);
    bottom: -10px;
    width: 80px;
    height: 1px;
    background-color: var(--white);
}
.breadcrumb {
    padding: 30px 0;
    display: flex;
    gap: 10px;
}
.breadcrumb a, .breadcrumb .current-item {
    background: #D9D9D9;
    color: var(--black);
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.breadcrumb .home span{
    display: none;
    background: #464646;
}
.breadcrumb a.home {
    border-radius: 50%;
    background:#464646
}
.breadcrumb .home span{
    text-indent: -999999px;
    width: 20px;
    height: 20px;
    background:#464646 url(images/home-icon.png) no-repeat center;
    display: inline-block;
}
.single-san-pham .pro-title {
    display: flex;
}
.single-san-pham .pro-title h2 {
    font-size: 1.6em;
    text-transform: uppercase;
}
.single-san-pham .pro-title h2 span{
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 25px;
    text-transform: none;
}
.single-san-pham .pro-title ul{
    display: flex;
    min-width: 235px;
    gap: 20px;
    list-style: none;
    padding-left:0;
}
.single-san-pham .pro-title ul i{
    color: #F8CD3F;
}
.starts {
    display: flex;
    gap: 5px;
}
.single-san-pham .product-detail {
    padding-bottom: 0;
}
.single-san-pham .product-detail .thumb img {
    height: stretch;
    width: 100%;
    border-radius: 20px;
}
.single-san-pham .no-zoom .product-detail .thumb img {
    width: 530px;
    height: 530px;
}
.single-san-pham .product-detail .desc {
    padding:0 0 60px 50px;
}
.single-san-pham .pro-desc {
    border: 1px solid var(--red);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}
.single-san-pham .pro-desc .meta ul {
    list-style: none;
    column-count: 2;
    margin: 0;
    padding-left:0;
}
.single-san-pham .pro-desc .meta ul li{
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.single-san-pham .pro-desc .meta ul li::before{
    position: absolute;
    font-family: 'fl-icons';
    content: "\e00a";
    left: 0;
    top: 0;
    background-color: var(--red);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--white);
    text-align: center;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.single-san-pham .pro-desc .door {
    display: flex;
}
.single-san-pham .pro-desc .door h3{
    width: 15%;
    text-transform: capitalize;
    min-width: 110px;
}
.single-san-pham .pro-desc .door ul{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.single-san-pham .pro-desc .door ul li{
    border: 1px solid var(--red);
    text-transform: capitalize;
    border-radius: 10px;
    padding: 0px 20px;
    min-width: 70px;
    text-align: center;
    font-weight: 700;
    color: var(--red);
    font-size: 18px;
    list-style: none;
    cursor: pointer;
}
.single-san-pham .pro-desc .door ul li:hover{
    background-color: var(--red);
    color: var(--white);
}
.btn-actions {
    padding: 30px 0;
    display: flex;
    gap: 20px;
}
.btn-actions a {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
    margin: 0;
}
.posts-related .sec-title{
    text-transform: uppercase;
    padding-bottom: 20px;
}
.posts-related .owl-item {
    padding:5px;
}
.posts-related .pro-item{
    box-shadow: 0px 1px 5px rgba(51, 51, 51, 0.5);
    border-radius: 10px;
}
.posts-related .pro-item h3 {
    margin-bottom: 0;
}
.posts-related .pro-item .desc {
    padding:20px;
}
.posts-related .pro-item img {
    /* object-fit: none; */
    border-radius: 10px;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    min-width: 40px;
    height: 30px;
    border: 1px solid var(--red)!important;
    box-shadow: 0px 10px 5px rgba(51, 51, 51, 0.5);
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--white);
}
.owl-nav button:hover {
    background-color: var(--red)!important;
    border-color: var(--white)!important;
}
.owl-nav button:hover span {
    color: var(--white);
}
.owl-nav button span {
    display: flex;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -3px;
    color:var(--red);
}
.owl-nav .owl-prev {
    left: -70px;
}
.owl-nav .owl-next {
    right: -80px;
}
.btn-plus{
    position: absolute;
    z-index: 10;
    display: block;
    left: calc(50% - 29px);
    top: calc(50% - 29px);
    background: #0000005e;
    border-radius: 50%;
}
.btn-plus:hover{
    background-color: var(--red);
}
main {
    padding-bottom: 50px;
}
.logo-booking img{
    max-height: 60px;
}
.zoom-image {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
}
.zoom-image figure { 
    width: 100%;
}
.zoom-image a{
    display: block;
    width: 100%;
    height: 100%;
}
.zoom-image a img {
    width: inherit;
    height: inherit;
}
.zoom-image .icon-cross {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #00000054;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.zoom-image .icon-cross:hover {
    background-color: var(--red);
    color: var(--white);
}
body .mz-expand span a{
    opacity: 0!important;
    display: none!important;
}
section.catalogue {
    padding-left:0!important;
    padding-left:0!important;
    overflow: hidden;
}
.catalogue .box-title {
    padding-bottom: 0;
    padding-left: 0;
}
.catalogue .box-title .col-inner {
    height: 100%;
}
.catalogue .box-01 {
    padding-bottom: 0;
}
.catalogue .box-01 .col-inner {
    background: url(images/bg-good.jpg);
    text-transform: uppercase;
    padding: 40px;
    height: 100%;
}
.catalogue .box-01 .ux-menu a {
    color: var(--white);
    font-size: 1.2em;
}
.catalogue .box-02 {
    margin-left: -60px;
}
.catalogue .box-01, .catalogue .box-02 {
    padding: 0;
}
.catalogue .box-01 .ux-menu a:hover{
    color: var(--red);
}
.catalogue .box-02 .col-inner .row{
    justify-content: center;
}
.catalogue .box-02 .medium-4 {
    max-width: 150px;
    position: relative;
    z-index: 10;
}
.catalogue .box-02 .img {
   text-align: center;
}
.catalogue .box-02 .img img {
    max-width: 150px;
}
.catalogue .box-02 .bg-catalogue {
    margin-top: -120px;
}
.catalogue .box-02 .bg-catalogue .img img {
    max-width: unset;
}
.door-tpl .sec-02 .section-title span {
    font-size: 1.125em;
}
.door-tpl h2.section-title {
    justify-content: center;
}
.door-tpl h2.section-title b{
    display: block;
    max-width: 50px;
    background-color: var(--red);
    opacity: 1;
}
.door-tpl .project-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}
.feature-project .wrap {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.feature-project a {
    display: block;
}
.feature-project a img {
    display: flex;
    object-fit: cover;
    height: 350px;
    width: 100%;
    border-radius: 10px;
}
.feature-project h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    margin: 0;
    color: var(--white);
    padding: 10px;
}
.feature-project h4 a {
    color: var(--white);
}
.door-tpl.sec-03 {
    margin-top: -70px;
}
.door-tpl.sec-04 h2.section-title,
.door-tpl.sec-04 h3 {
    color: var(--red);
    justify-content: flex-start;
}
.door-tpl.sec-04 h2.section-title b {
    display: none;
}
.door-tpl.sec-04 h2.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: var(--red);
}
.slider-certificate .col {
    padding-bottom: 0;
}
.about-01 .img img {
    border-radius: 20px;
}
.btn-intro a.button {
    margin-top: 20px;
    border-radius: 10px;
    width: 215px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.btn-intro a.white span {
    color: var(--black);
    font-size: 20px;
}
.btn-intro a.button:hover {
    border-color: var(--red);
    animation: .4s ease-in-out btn-pulse;
    color: var(--red);
    /* transform: scale(1.03); */
    box-shadow: 0 10px 30px #0000001f;
}
.btn-intro .primary:hover {
    background-color: var(--white);
    color: var(--black);
}
.btn-intro .primary {
    color: var(--white);
}
.btn-intro .white i{
    color: var(--red);
    animation: 1.5s ease-in-out infinite svg-shake;
    font-size: 20px;
    position: relative;
    top: -15px;
}
.btn-intro .white {
    padding:2px;
}
.btn-intro .white span span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
}
.about-01 .box-01 .col-inner .img:last-child{
    position: absolute;
    top: 70px;
    left: 70px;
}
.about-01 .box-01 h3.section-title{
    font-size: 20px;
    margin-bottom: -5px;
}
.about-01 .box-02 h3.section-title span {
    font-size: 20px;
}
.about-01 .box-02 {
    padding-left: 120px;
}
.about-01 .row-02 {
    padding-top: 100px;
}
.about-02 .col {
    padding-bottom: 0;
}
.about-02 h2.section-title {
    margin-bottom: 0;
}
.data-count {
    color: var(--yellow);
}
.data-count ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.data-count ul li {
    width: 50%;
}
.data-count ul li {
    border-right: 1px solid var(--red);
}
.data-count ul li:last-child { 
    border-right: none;
}
.data-count h3 {
    color: var(--red);
    font-size: 3em;
    margin: 0;
}
.data-count p {
    color: var(--white);
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.about-03 {
    margin-bottom: -50px;
}
.about-04{
    margin-top: 70px;
}
h3.section-title {
    margin-bottom: 0;
}
.door-tpl.sec-07 .col-inner {
    text-align: center;
}
.door-tpl.sec-07 .col{
    padding-bottom: 0;
}
.sec-about .txt-02, .sec-about .txt-03 {
    border-left: 3px solid rgb(219, 0, 0);
    padding-left: 20px;
}
.sec-about .txt-03 .section-title {
    margin-bottom: 0;
}
.sec-about .txt-01 {
    color: rgb(219, 0, 0);
    padding-left: 10px;
}
.sec-about .txt-01 h4{
    justify-content: left;
    color: var(--red);
}
.sec-about .txt-01 h4 b:first-child{
    display: block;
    max-width: 30px;
    background-color: var(--red);
    opacity: 1;
}
.sec-about .txt-01 h4 span {
    padding-left: 15px;
}
.sec-about .box-02 ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.sec-about .box-02 ul li::before {
    position: absolute;
    font-family: 'fl-icons';
    content: "\e00a";
    left: -20px;
    top: 2px;
    background-color:#e74c3c1a;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--red);
    text-align: center;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-frm {
    margin-bottom: -50px;
}
.footer-frm h2.section-title {
    color: var(--white);
}
.footer-frm h2.section-title span{
    color: var(--red);
}
.footer-frm .box-01 {
    color: #888;
    padding-right:50px;
}
.footer-frm .box-01 ul {
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: grid;
}
.footer-frm .box-01 ul li{
    padding-left: 0;
        color: var(--white);
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 1px solid #ffffff1f;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 800;
    transition: all .2s;
    margin: 0;
}
.footer-frm .box-01 ul li:hover {
    border-color: var(--red);
    background: #c8102e14;
}
.footer-frm form {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 36px 32px;
}
.footer-frm form input {
    color: #333;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 700;
    transition: border .2s;
}
.footer-frm form .wpcf7-submit {
    background: var(--red);
    color: #fff;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    margin-top: 4px;
    padding: 5px;
    font-size: 15px;
    font-weight: 900;
    transition: all .2s;
    width: 100%;
    margin: 0;
}
.footer-frm form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}
.footer-frm form h3 {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
}
.footer-frm form h3 span {
    color: var(--red);
    display: block;
}
.footer-frm:before {
    content: "";
    background: linear-gradient(90deg, var(--red), #111, var(--red));
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-frm .col {
    padding-bottom:0;
}
.footer-2 {
    padding-top: 70px;
}
.absolute-footer .menu-secondary-container {
    display: none;
}
.absolute-footer {
    background-color: #000!important;
    border-top: 1px solid #1a1919;
}
.cat-filter {
    padding-bottom: 30px;
}
.cat-filter ul {
    list-style: none;
    display: flex;
    gap:50px;
    justify-content: center;
}
.cat-filter ul li {
    padding: 0;
}
.cat-filter ul li a {
    display: block;
    border: 1px solid var(--red);
    text-transform: capitalize;
    border-radius: 10px;
    padding: 5px 20px;
    min-width: 150px;
    text-align: center;
    font-weight: 700;
    color: var(--red);
    font-size: 20px;
}
.cat-filter ul li a:hover, .cat-filter ul li.active a {
    background-color: var(--red);
    color: var(--white);
}
.tax-product_cat .page-title {
    padding-bottom: 40px;
}
.col-20 .col {
    flex-basis: 20%;
    max-width: 20%;
}
.posts-related {
    padding-top: 30px;
}
.door-tpl.sec-about .txt-03 .section-title b{
    display: none;
}