:root {
    --maincolor: #2c3191;
    --subcolor: #FA0109;
    --blackcolor: #181818;
    --textcolor: #666666;
    --bordercolor: #ECECEC;
    --whitecolor: #FFFFFF;
    --easeoutcubic: cubic-bezier(.215, .61, .355, 1);
}


/*---------------------- Public Style ---------------------*/

body {
    background-color: var(--whitecolor);
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: linear-gradient(to right, var(--bordercolor) 1px, transparent 1px);
    background-size: 217px;
    background-position: center;
}

body.overhide {
    overflow: hidden;
}

* {
    font-family: PeydaWebFaNum;
    outline: medium none !important;
    text-decoration: none !important;
}

.container {
    max-width: 1500px;
    padding: 0;
}

::selection {
    background-color: var(--maincolor);
    color: var(--whitecolor);
}

.head-section-fenix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.head-section-fenix.head-center {
    justify-content: center;
}

.head-section-fenix .content-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.head-section-fenix.head-center .content-head {
    flex-direction: column;
    justify-content: center;
}

.head-section-fenix .content-head .sign-head {
    width: 50px;
    transform: rotate(90deg);
}

.head-section-fenix.head-center .content-head .sign-head {
    transform: none;
}

.head-section-fenix .text-content {
    text-align: right;
}

.head-section-fenix.head-center .text-content {
    text-align: center;
}

.head-section-fenix .content-head .title {
    font-size: 30px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 0;
}

.head-section-fenix .content-head .desc {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: var(--textcolor);
    margin: 5px 0 0;
}

.head-section-fenix .view-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    font-weight: 600;
    color: var(--textcolor);
    transition: all 0.3s;
}

.head-section-fenix .view-more:hover {
    color: var(--subcolor);
}

.head-section-fenix .view-more>i {
    position: relative;
    margin-right: 15px;
    font-size: 32px;
    transform: scaleX(-1);
    opacity: 0.3;
    transition: all 0.3s;
}

.head-section-fenix .view-more:hover>i {
    margin-right: 10px;
    opacity: 1;
}

.lg-container {
    position: relative;
    z-index: 999999;
}

.lg-outer .lg-inner {
    direction: ltr;
}

/*---------------------- /Public Style ---------------------*/


/*---------------------- Tooltip ---------------------*/

.tooltip {
    z-index: 99999;
}

.tooltip-inner {
    background-color: var(--blackcolor);
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 6px;
}

.tooltip .arrow::before {
    border-bottom-color: var(--blackcolor);
    border-top-color: var(--blackcolor);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection {
    background-color: var(--white);
    border: 1px solid rgba(102, 102, 102, 0.5);
    border-radius: 0 !important;
    height: 60px;
    transition: all 0.3s;
}

.select2-table.active+.select2-container--default .select2-selection {
    background-color: rgba(19, 200, 62, 0.1);
    border-color: var(--maingreen);
}

.select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 56px;
    padding-left: 50px;
    padding-right: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: var(--blackcolor);
    direction: rtl;
    transition: all 0.3s;
}

.form-no-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
}

.select2-table.active+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--maingreen);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    font-weight: normal;
    color: var(--textcolor);
    opacity: 0.6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--dark);
    opacity: 0.3;
    transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2-table.active+.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: var(--maingreen);
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgba(238, 240, 242, 0.3);
}

.select2-container--open .select2-dropdown {
    border-radius: 0;
    text-align: right;
    overflow: hidden;
    top: 5px;
    border: 1px solid rgba(102, 102, 102, 0.2);
    z-index: 999999;
}

.select2-results__option {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--maincolor);
    color: var(--white);
    font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable>div {
    color: var(--white) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--lightgrey);
}

.select2-search--dropdown {
    padding: 6px;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 5px;
    height: auto;
    min-height: 45px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(30, 30, 30, 0.15);
    border-radius: 12px;
    font-size: 12px;
    color: var(--dark);
    text-align: right;
    padding: 6px 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--subcolor);
}

.select2-container .select2-search--inline .select2-search__field {
    width: 100%;
    position: absolute;
    height: 42px;
    right: 0;
    top: 0;
    margin: 0;
    text-align: right;
    padding: 12px 15px;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    color: var(--darkgrey);
    opacity: 1;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right;
    line-height: 25px;
    margin-right: 5px;
    margin-left: 0;
    margin-top: 5px;
    border-radius: 8px;
    border: none;
    background-color: var(--maincolor);
    color: #fff;
    font-size: 11px;
    padding-left: 20px;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    color: var(--white);
    opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: var(--white);
    opacity: 1;
}


/*---------------------- /Tooltip ---------------------*/


/*---------------------- Header ---------------------*/

.wrapper-affix {
    display: none;
}

.header-main {
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s;
}

.header-main.affix {
    background-color: var(--whitecolor);
    box-shadow: 0px 10px 100px 0px rgba(20, 39, 78, 0.2);
    transition: all 0.3s;
}

.header-main .haader-row {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}

.header-main.affix .haader-row {
    transition: all 0.3s;
}

.header-main .haader-row .nav-pills {
    padding: 20px 0 0;
    gap: 50px;
    align-items: center;
    width: 45%;
    flex-shrink: 0;
}

.header-main.affix .haader-row .nav-pills {
    padding: 0;
}

.header-main .haader-row .nav-main-fenix {
    position: relative;
}

.header-main .haader-row .nav-main-fenix .dropdown {
    position: static;
}

.header-main .haader-row .nav-main-fenix .dropdown-menu {
    top: 40px !important;
    right: 0;
    left: auto !important;
    border-radius: 0;
    border: none;
    box-shadow: 0px 10px 200px 0px rgba(20, 39, 78, 0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    width: 95%;
    padding: 20px;
    border: 1px solid var(--bordercolor);
    transform: scale(0.9) translateY(20px) !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header-main .haader-row .nav-main-fenix .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0) !important;
}

.header-main .haader-row .nav-other-fenix .dropdown-menu {
    top: 40px !important;
    right: 0;
    left: auto !important;
    border-radius: 0;
    border: none;
    box-shadow: 0px 10px 200px 0px rgba(20, 39, 78, 0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 250px;
    padding: 10px;
    border: 1px solid var(--bordercolor);
    transform: scale(0.9) translateY(20px) !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header-main .haader-row .nav-other-fenix .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0) !important;
}

.header-main .haader-row .nav-pills.nav-other-fenix {
    justify-content: flex-end;
}

.header-main .haader-row .nav-pills .nav-link {
    display: inline-flex;
    position: relative;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: var(--whitecolor);
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.header-main.affix .haader-row .nav-pills .nav-link {
    font-size: 18px;
    color: var(--blackcolor);
}

.header-main .haader-row .nav-pills .nav-link::before {
    content: "";
    background-color: transparent;
    border: 1px solid var(--bordercolor);
    position: absolute;
    width: 130%;
    height: 45px;
    z-index: -1;
    border-radius: 0;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s;
}

.header-main .haader-row .nav-pills .nav-link:hover::before {
    transform: scale(1);
    opacity: 0.15;
}

.header-main .haader-row .nav-pills .nav-link.active {
    color: var(--subcolor);
    background-color: transparent;
    font-weight: 900;
}

.header-main .haader-row .nav-pills .nav-link.active>strong {
    font-family: Barlow;
    margin-right: 2px;
}

.header-main .haader-row .nav-pills .dropdown-toggle::after {
    content: "\e900";
    font-family: 'icomoon';
    border: none;
    margin: 0 6px 0 0;
    vertical-align: middle;
    font-size: 16px;
    color: var(--bordercolor);
    opacity: 0.5;
    transition: all 0.3s;
}

.header-main.affix .haader-row .nav-pills .dropdown-toggle::after {
    font-size: 14px;
    color: var(--textcolor);
}

.header-main .haader-row .nav-pills .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.header-main .haader-row .nav-pills .show .nav-link {
    background-color: transparent;
}

.header-main .haader-row .nav-other-fenix .btn-register {
    background-color: var(--maincolor);
    padding: 15px 28px 20px 28px;
    border-radius: 0;
    color: var(--whitecolor) !important;
    font-weight: 700;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 8px), calc(100% - 50%) 100%, 0px calc(100% - 8px));
    transition: all 0.3s;
}

.header-main.affix .haader-row .nav-other-fenix .btn-register {
    padding: 12px 25px 15px;
    color: var(--whitecolor);
}

.header-main .haader-row .nav-other-fenix .btn-register:hover {
    background-color: var(--subcolor);
}

.header-main .haader-row .nav-other-fenix .btn-register::before {
    display: none;
}

.header-main .haader-row .logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--whitecolor);
    width: 150px;
    height: 163px;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 50%) 100%, 0px calc(100% - 20px));
    padding-bottom: 15px;
    transition: all 0.3s;
}

.header-main.affix .haader-row .logo-main {
    width: 100px;
    height: 100px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, calc(100% - 50%) 100%, 0px 100%);
    padding: 0;
}

.header-main .haader-row .logo-main .img-logo {
    height: 110px;
    transition: all 0.3s;
}

.header-main.affix .haader-row .logo-main .img-logo {
    height: 70px;
    margin: 0;
}

.header-main .haader-row .logo-main .text-logo {
    transition: all 0.3s;
}

.header-main .nav-main-fenix .dropdown-menu .item-service {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    gap: 10px;
}

.header-main .nav-main-fenix .dropdown-menu .item-service .box-icon {
    background-color: var(--whitecolor);
    width: 50px;
    height: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--bordercolor);
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s;
}

.header-main .nav-main-fenix .dropdown-menu .item-service:hover .box-icon {
    background-color: var(--yellowcolor);
}

.header-main .nav-main-fenix .dropdown-menu .item-service .box-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.header-main .nav-main-fenix .dropdown-menu .item-service:hover .box-icon>img {
    transform: scale(1.2);
}

.header-main .nav-main-fenix .dropdown-menu .item-service .title {
    font-size: 14px;
    font-weight: 700;
    color: var(--blackcolor);
    margin: 0 0 2px;
    transition: all 0.3s;
}

.header-main .nav-main-fenix .dropdown-menu .item-service:hover .title {
    color: var(--maincolor);
}

.header-main .nav-main-fenix .dropdown-menu .item-service .desc {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: var(--textcolor);
    margin: 0;
}

.header-main .haader-row .nav-other-fenix .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--textcolor);
    transition: all 0.3s;
}

.header-main .haader-row .nav-other-fenix .dropdown-menu .dropdown-item:hover {
    background-color: var(--maincolor);
    color: var(--whitecolor);
}

.header-main .haader-row .nav-other-fenix .dropdown-menu .dropdown-item>i {
    font-size: 18px;
    color: var(--graycolor);
    transition: all 0.3s;
}

.header-main .haader-row .nav-other-fenix .dropdown-menu .dropdown-item:hover>i {
    color: var(--whitecolor);
}

.header-main .haader-row .nav-other-fenix .dropdown-menu .note {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--bordercolor);
    padding: 6px 30px;
    border-radius: 0;
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--textcolor);
}

.header-main .haader-row .nav-pills .nav-link.btn-menubar {
    display: none;
}

.header-main .container {
    position: relative;
}

.header-main .header-top {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.3s;
}

.header-main.affix .header-top {
    opacity: 0;
    visibility: hidden;
}

.header-main .header-top .row {
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.header-main .header-top .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-main .header-top .socials .item-sc {
    position: relative;
    top: 0;
    display: flex;
    font-size: 20px;
    color: var(--whitecolor);
    transition: all 0.3s;
}

.header-main.header-pages .header-top .socials .item-sc {
    color: var(--textcolor);
}

.header-main .header-top .socials .item-sc:hover {
    color: var(--subcolor);
}

.header-main .header-top .callus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--whitecolor);
}

.header-main.header-pages .header-top .callus {
    color: var(--textcolor);
}

.header-main .header-top .callus>i {
    font-size: 22px;
    color: var(--whitecolor);
}

.header-main.header-pages .header-top .callus>i {
    color: var(--textcolor);
}

.header-main .header-top .callus>a {
    color: var(--whitecolor);
    direction: ltr;
    transition: all 0.3s;
}

.header-main.header-pages .header-top .callus>a {
    color: var(--textcolor);
}

.header-main .header-top .callus>a:hover {
    color: var(--subcolor);
}

/*---------------------- /Header ---------------------*/


/*---------------------- Content Main ---------------------*/


/*---------------------- Slideshow ---------------------*/

.sec-slideshow {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.sec-slideshow .swiper-slideshow .swiper-slide {
    position: relative;
    height: 900px;
}

.sec-slideshow .swiper-slideshow .image-slide {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.sec-slideshow .swiper-slideshow .image-slide::before {
    content: "";
    background: rgb(24, 24, 24);
    background: -moz-linear-gradient(180deg, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0) 100%);
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#181818", endColorstr="#181818", GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.sec-slideshow .swiper-slideshow .image-slide::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--whitecolor) 1px, transparent 1px);
    background-size: 217px;
    background-position: center;
    z-index: 15;
    opacity: 0.1;
}

.sec-slideshow .swiper-slideshow .image-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 15s;
}

.sec-slideshow .swiper-slideshow .swiper-slide-active .image-slide>img {
    transform: scale(1.5);
}

.sec-slideshow .swiper-slideshow .title-slide {
    margin: 0;
}

.sec-slideshow .swiper-slideshow .title-slide>a {
    display: block;
    background-color: var(--maincolor);
    padding: 25px 20px 45px;
    font-size: 30px;
    font-weight: 900;
    color: var(--whitecolor);
    width: 56.5%;
    text-align: center;
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 25px), calc(100% - 50%) 100%, 0px calc(100% - 25px));
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all 1s;
}

.sec-slideshow .swiper-slideshow .swiper-slide-active .title-slide>a {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sec-slideshow .swiper-slideshow .type-wood {
    background-color: var(--bordercolor);
    width: 170px;
    height: 280px;
    position: absolute;
    bottom: -100%;
    left: 200px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    clip-path: polygon(0px 0px, calc(100% - 30px) 0px, 100% 30px, 100% 100%, 100% 100%, 0px 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.sec-slideshow .swiper-slideshow .swiper-slide-active .type-wood {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.sec-slideshow .swiper-slideshow .type-wood .image-box {
    background-color: var(--whitecolor);
    width: 105px;
    height: 165px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 3px solid rgba(102, 102, 102, 0.30);
    background-clip: padding-box;
    margin-bottom: 20px;
    overflow: hidden;
}

.sec-slideshow .swiper-slideshow .type-wood .image-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-slideshow .swiper-slideshow .type-wood .title-type {
    font-family: Barlow;
    background-color: var(--subcolor);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    color: var(--whitecolor);
    text-align: center;
    margin: 0;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.sec-slideshow .swiper-slideshow .arrows-slider {
    position: absolute;
    bottom: 40px;
    right: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 100;
    gap: 10px;
}

.sec-slideshow .swiper-slideshow .arrows-slider .swiper-button {
    background-color: var(--whitecolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textcolor);
    transition: all 0.4s;
}

.sec-slideshow .swiper-slideshow .arrows-slider .swiper-slider-next {
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
}

.sec-slideshow .swiper-slideshow .arrows-slider .swiper-slider-prev {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.sec-slideshow .swiper-slideshow .arrows-slider .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.sec-slideshow .swiper-slideshow .swiper-pagination {
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.sec-slideshow .swiper-slideshow .swiper-pagination::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 150px 40px 150px;
    border-color: transparent transparent var(--whitecolor) transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 0;
}

.sec-slideshow .swiper-slideshow .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: var(--bordercolor);
    opacity: 1;
    margin: 0;
    transition: all 0.3s;
}

.sec-slideshow .swiper-slideshow .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--maincolor);
    width: 40px;
}


/*---------------------- /Slideshow ---------------------*/


/*---------------------- Brands ---------------------*/

.sec-brands {
    margin-top: 100px;
}

.sec-brands .swiper-brands .box-brand {
    background-color: var(--bordercolor);
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-brands .swiper-brands .box-brand>img {
    width: 70%;
    max-height: 140px;
    object-fit: contain;
    transition: all 0.5s;
}

.sec-brands .swiper-brands .swiper-slide:hover .box-brand>img {
    transform: scale(0.9);
}

.sec-brands .swiper-brands .name {
    position: relative;
    width: 100%;
    height: 60px;
    top: -10px;
}

.sec-brands .swiper-brands .name::before {
    content: "";
    background-color: var(--maincolor);
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    position: absolute;
    z-index: 0;
    transition: all 0.3s;
}

.sec-brands .swiper-brands .swiper-slide:hover .name::before {
    background-color: var(--subcolor);
    transform: scaleY(-1);
}

.sec-brands .swiper-brands .name>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    color: var(--whitecolor);
    position: relative;
    z-index: 10;
}

.sec-brands .row-swiper {
    position: relative;
}

.sec-brands .row-swiper .swiper-button {
    background-color: var(--bordercolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textcolor);
    position: absolute;
    top: 40%;
    z-index: 100;
    transition: all 0.4s;
}

.sec-brands .row-swiper .swiper-brand-next {
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
    right: -80px;
}

.sec-brands .row-swiper .swiper-brand-prev {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
    left: -80px;
}

.sec-brands .row-swiper .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.sec-categories .row-swiper {
    position: relative;
}

.sec-categories .row-swiper .swiper-button {
    background-color: var(--bordercolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textcolor);
    position: absolute;
    top: 40%;
    z-index: 100;
    transition: all 0.4s;
}

.sec-categories .row-swiper .swiper-ctg-next {
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
    right: -80px;
}

.sec-categories .row-swiper .swiper-ctg-prev {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
    left: -80px;
}

.sec-categories .row-swiper .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

/*---------------------- /Brands ---------------------*/


/*---------------------- About Us ---------------------*/

.sec-about {
    margin: 150px 0 150px;
}

.sec-about .image-about {
    padding-left: 160px;
}

.sec-about .image-about .image-box {
    position: relative;
    width: 100%;
    height: 650px;
}

.sec-about .image-about .image-box::before {
    content: "";
    background: url('../images/site/vector-about.png') no-repeat center center / cover;
    width: 360px;
    height: 650px;
    position: absolute;
    top: 100px;
    left: -100px;
    z-index: 0;
}

.sec-about .image-about .image-box .inner-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--bordercolor);
    clip-path: polygon(0px 0px, 160px 0px, 50% 50px, 68% 0px, 100% 0px, 100% 100%, calc(100% - 90px) 100%, 50% calc(100% - 60px), 90px 100%, 0px 100%);
    z-index: 10;
}

.sec-about .image-about .image-box .front-image {
    height: 100%;
    animation: movee 10s infinite alternate;
    -webkit-animation: movee 10s infinite alternate;
}

@-webkit-keyframes movee {
    0% {
        transform: translateX(600px);
    }

    100% {
        transform: translateX(100px);
    }
}

@keyframes movee {
    0% {
        transform: translateX(600px);
    }

    100% {
        transform: translateX(100px);
    }
}

.sec-about .image-about .image-box .logo {
    height: 70px;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.sec-about .image-about .image-box .slogan {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.6;
}

.sec-about .image-about .image-box .slogan .year {
    font-size: 40px;
    font-weight: 900;
    color: var(--subcolor);
    margin: 0;
}

.sec-about .image-about .image-box .slogan .text {
    font-size: 25px;
    font-weight: 600;
    color: var(--maincolor);
    margin: 0;
}

.sec-about .content-about .title {
    font-size: 40px;
    font-weight: 900;
    color: var(--maincolor);
    margin: 0 0 30px;
}

.sec-about .content-about .desc {
    font-size: 22px;
    font-weight: 400;
    color: var(--blackcolor);
    margin: 0 0 50px;
    line-height: 55px;
    text-align: justify;
}

.sec-about .content-about .row-buttons {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.sec-about .content-about .row-buttons .btn-callus {
    display: inline-flex;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    width: 218px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background-color: var(--subcolor);
    padding: 15px 28px 20px 28px;
    border-radius: 0;
    color: var(--whitecolor);
    font-weight: 700;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    transition: all 0.3s;
}

.sec-about .content-about .row-buttons .btn-callus:hover {
    background-color: var(--maincolor);
}

.sec-about .content-about .row-buttons .btn-more {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--textcolor);
    margin-left: 40px;
    transition: all 0.3s;
}

.sec-about .content-about .row-buttons .btn-more:hover {
    color: var(--maincolor);
}


/*---------------------- /About Us ---------------------*/


/*---------------------- Products ---------------------*/

.sec-products .row {
    gap: 30px 0;
}

.sec-products .box-prd {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    background-color: var(--bordercolor);
    overflow: hidden;
}

.sec-products .item-prd:nth-child(1) .box-prd,
.sec-products .item-prd:nth-child(3) .box-prd {
    clip-path: polygon(0px 0px, calc(100% - 30px) 0px, 100% 30px, 100% 100%, 100% 100%, 0px 100%);
}

.sec-products .item-prd:nth-child(2) .box-prd,
.sec-products .item-prd:nth-child(4) .box-prd {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 30px 100%, 0px calc(100% - 30px));
}

.sec-products .item-prd:nth-child(5) .box-prd,
.sec-products .item-prd:nth-child(7) .box-prd {
    clip-path: polygon(0 30px, 30px 0px, 100% 0, 100% 100%, 100% 100%, 0px 100%);
}

.sec-products .item-prd:nth-child(6) .box-prd,
.sec-products .item-prd:nth-child(8) .box-prd {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0px 100%);
}

.sec-products .box-prd::before {
    content: "";
    background-color: var(--blackcolor);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sec-products .box-prd:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.sec-products .box-prd .image-prd {
    display: block;
    width: 100%;
    height: 100%;
}

.sec-products .box-prd .image-prd>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.sec-products .box-prd:hover .image-prd>img {
    transform: scale(1.2);
}

.sec-products .box-prd .title {
    background-color: var(--maincolor);
    width: 85%;
    min-height: 60px;
    font-size: 18px;
    font-weight: 900;
    color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    padding: 5px 10px 10px;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
}

.sec-products .box-prd .type-wood {
    background-color: var(--bordercolor);
    width: 170px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

.sec-products .box-prd:hover .type-wood {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.sec-products .box-prd .type-wood .content {
    text-align: center;
}

.sec-products .box-prd .type-wood .image-box {
    background-color: var(--whitecolor);
    width: 105px;
    height: 165px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 3px solid rgba(102, 102, 102, 0.30);
    background-clip: padding-box;
    margin: 0 auto;
    overflow: hidden;
}

.sec-products .box-prd .type-wood .image-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-products .box-prd .type-wood .title-type {
    font-family: Barlow;
    background-color: var(--subcolor);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    color: var(--whitecolor);
    margin: 20px 0 0;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.sec-products .box-prd .type-wood .logo-brand {
    width: 120px;
    max-height: 90px;
    object-fit: contain;
}


/*---------------------- /Products ---------------------*/


/*---------------------- Product Colors ---------------------*/

.sec-product-colors {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 150px 0 120px;
}

.sec-product-colors::before {
    content: "";
    background: url('../images/site/logo-text.svg') no-repeat center center / 120px;
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    right: 30px;
    z-index: 50;
    filter: brightness(0) invert(1);
}

.sec-product-colors::after {
    content: "";
    background: url('../images/site/logo-single.svg') no-repeat center center / 90px;
    width: 90px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 50;
    filter: brightness(0) invert(1);
}

.sec-product-colors .title-section {
    background-color: var(--whitecolor);
    height: 90px;
    width: 550px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 12px 10px;
    margin: 0 auto;
    z-index: 100;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) calc(100% - 15px), 50% 100%, 40px calc(100% - 15px));
}

.sec-product-colors .title-section .box-title {
    background-color: var(--subcolor);
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 35px) calc(100% - 15px), 50% 100%, 35px calc(100% - 15px));
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-product-colors .title-section .box-title>h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--whitecolor);
    margin: 0 0 5px;
}

.sec-product-colors .swiper-main-product {
    height: 100%;
}

.sec-product-colors .swiper-main-product .image-color {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.sec-product-colors .swiper-main-product .image-color::after {
    content: "";
    background-color: var(--blackcolor);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 10;
}

.sec-product-colors .swiper-main-product .image-color>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-product-colors .swiper-colors-product {
    background-color: var(--whitecolor);
    height: 75px;
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    clip-path: polygon(30px 15px, 50% 0, calc(100% - 30px) 15px, 100% 100%, 0 100%);
}

.sec-product-colors .swiper-colors-product .swiper-wrapper {
    justify-content: center;
    align-items: flex-end;
}

.sec-product-colors .swiper-colors-product .swiper-slide {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    border: 3px solid var(--bordercolor);
    transition: all 0.3s;
}

.sec-product-colors .swiper-colors-product .swiper-slide.swiper-slide-thumb-active {
    width: 100px;
}

.sec-product-colors .swiper-colors-product .swiper-slide::before {
    content: "";
    background-color: var(--whitecolor);
    width: 0;
    height: 15px;
    border-radius: 100px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}

.sec-product-colors .swiper-colors-product .swiper-slide.swiper-slide-thumb-active::before {
    transition-delay: 0.2s;
    width: 35px;
    opacity: 1;
}


/*---------------------- /Product Colors ---------------------*/


/*---------------------- Steps ---------------------*/

.sec-steps .list-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-steps .row-steps {
    position: relative;
}

.sec-steps .row-steps::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ECECECFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='2' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.sec-steps .list-steps .box-step {
    background-color: var(--bordercolor);
    width: 300px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    text-align: center;
    clip-path: polygon(0px 0px, 100% 0px, 100% 40%, 86% 50%, 100% 60%, 100% 100%, 0px 100%, 0% 60%, 30px 50.35%, 0% 40%);
}

.sec-steps .list-steps .box-step>i {
    font-size: 75px;
    color: var(--subcolor);
}

.sec-steps .list-steps .box-step .number {
    background-color: var(--maincolor);
    width: 125px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 800;
    color: var(--whitecolor);
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    padding-bottom: 5px;
}

.sec-steps .list-steps .box-step .title {
    font-size: 23px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 10px 0 0;
}


/*---------------------- /Steps ---------------------*/


/*---------------------- Banners ---------------------*/

.sec-banners {
    margin-top: 60px;
}

.sec-banners .row {
    justify-content: space-between;
    align-items: center;
}

.sec-banners .item-banner {
    flex: 0 0 43%;
    max-width: 43%;
}

.sec-banners .item-banner.item-b2b {
    padding-left: 0;
}

.sec-banners .item-banner.item-b2c {
    padding-right: 0;
}

.sec-banners .item-banner .box-banner {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec-banners .item-banner::after {
    content: "\e909";
    font-family: 'icomoon';
    font-size: 25px;
    color: var(--blackcolor);
    position: absolute;
    top: 38%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    z-index: 100;
    transition: all 0.3s;
}

.sec-banners .item-banner.item-b2b::after {
    right: 40px;
}

.sec-banners .item-banner.item-b2b:hover::after {
    right: 10px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sec-banners .item-banner.item-b2c::after {
    right: auto;
    left: 40px;
    transform: scaleX(-1);
}

.sec-banners .item-banner.item-b2c:hover::after {
    opacity: 1;
    visibility: visible;
    left: 10px;
}

.sec-banners .item-banner.item-b2b .box-banner {
    background-color: var(--subcolor);
    padding: 0 70px 0 30px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 25%, calc(100% - 40px) 50%, 100% 75%, 100% 100%, 0px 100%);
}

.sec-banners .item-banner.item-b2c .box-banner {
    background-color: var(--maincolor);
    padding: 0 30px 0 70px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 0.00% 75%, 40px 50%, 0% 25%);
}

.sec-banners .item-banner .box-banner .title {
    font-size: 30px;
    font-weight: 900;
    color: var(--whitecolor);
    margin: 0 0 10px;
}

.sec-banners .item-banner .box-banner .title>strong {
    font-family: Barlow;
}

.sec-banners .item-banner .box-banner .desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--bordercolor);
    line-height: 25px;
    margin: 0;
}

.sec-banners .logo-box {
    text-align: center;
}

.sec-banners .logo-box svg {
    width: 140px;
    height: 80px;
}

.sec-banners .logo-box svg path {
    fill: var(--bordercolor);
}


/*---------------------- /Banners ---------------------*/


/*---------------------- News ---------------------*/

.sec-news {
    margin-top: 100px;
}

.sec-news .item-news .box-news {
    position: relative;
    background-color: var(--bordercolor);
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.sec-news .item-news .box-news::before {
    content: "";
    background-color: var(--blackcolor);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 0.2;
    transition: all 0.6s;
}

.sec-news .item-news .box-news:hover::before {
    opacity: 0.4;
}

.sec-news .item-news .box-news .image-news {
    width: 100%;
    height: 100%;
}

.sec-news .item-news .box-news .image-news>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
}

.sec-news .item-news .box-news:hover .image-news>img {
    transform: scale(1.2);
}

.sec-news .item-news .box-news .content {
    width: 100%;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 40px 40px;
    z-index: 100;
    text-align: left;
    transition: all 0.6s;
}

.sec-news .item-news .box-news:hover .content {
    bottom: 0;
}

.sec-news .item-news .box-news .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 10px 20px;
    background-color: var(--whitecolor);
    font-size: 14px;
    font-weight: 600;
    color: var(--textcolor);
    transition: all 0.6s;
}

.sec-news .item-news .box-news:hover .date {
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--whitecolor);
}

.sec-news .item-news .box-news .title {
    background-color: var(--maincolor);
    width: 100%;
    min-height: 80px;
    font-size: 22px;
    font-weight: 900;
    color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
    padding: 5px 10px 10px;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    transition: all 0.6s;
}

.sec-news .item-news .box-news:hover .title {
    background-color: var(--subcolor);
}


/*---------------------- /News ---------------------*/


/*---------------------- /Content Main ---------------------*/


/*---------------------- Footer Main ---------------------*/

.footer-main {
    position: relative;
    margin-top: 150px;
    background-color: var(--blackcolor);
    padding: 80px 0;
}

.footer-main::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--whitecolor) 1px, transparent 1px);
    background-size: 217px;
    background-position: center;
    z-index: 0;
    opacity: 0.05;
}

.footer-main .logo-footer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 217px;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
}

.footer-main .logo-footer::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 60px 109px 0 109px;
    border-color: var(--whitecolor) transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
}

.footer-main .logo-footer>img {
    position: relative;
    z-index: 100;
    height: 80px;
    top: -50px;
}

.footer-main .footer-info .title-footer {
    font-size: 25px;
    font-weight: 800;
    color: var(--whitecolor);
    margin: 0 0 30px;
}

.footer-main .footer-info .row-swiper {
    position: relative;
    width: calc(100% - 167px);
    margin-bottom: 40px;
}

.footer-main .footer-info .swiper-features {
    width: 100%;
}

.footer-main .footer-info .swiper-features .box-fts {
    width: 100%;
    height: 150px;
    background-color: var(--whitecolor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 18px 20px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 40%, 90% 50%, 100% 60%, 100% 100%, 0px 100%, 0 60%, 15px 50%, 0 40%);
}

.footer-main .footer-info .swiper-features .box-fts>i {
    font-size: 50px;
    color: var(--subcolor);
}

.footer-main .footer-info .swiper-features .box-fts .title-fts {
    font-size: 18px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 0;
}

.footer-main .footer-info .row-swiper .arrows-features {
    position: absolute;
    top: -60px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-main .footer-info .row-swiper .arrows-features .swiper-button {
    display: flex;
    font-size: 35px;
    color: var(--textcolor);
    transition: all 0.3s;
}

.footer-main .footer-info .row-swiper .arrows-features .swiper-button:hover {
    color: var(--whitecolor);
}

.footer-main .footer-info .info-details .address,
.footer-main .footer-info .info-details .tell {
    width: calc(100% - 50px);
    font-size: 20px;
    font-weight: 300;
    color: var(--whitecolor);
    margin: 0 0 15px;
}

.footer-main .footer-info .info-details .address>strong,
.footer-main .footer-info .info-details .tell>strong {
    font-weight: 800;
}

.footer-main .footer-info .info-details .tell>a {
    display: inline-flex;
    direction: ltr;
    color: var(--whitecolor);
    margin: 0 3px;
    transition: all 0.3s;
}

.footer-main .footer-info .info-details .tell>a:hover {
    color: var(--subcolor);
}

.footer-main .footer-info .links-site {
    text-align: center;
}

.footer-main .footer-info .list-links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px 20px;
}

.footer-main .footer-info .list-links>li {
    width: calc(50% - 20px);
}

.footer-main .footer-info .list-links>li>a {
    font-size: 18px;
    font-weight: 300;
    color: var(--bordercolor);
    transition: all 0.3s;
}

.footer-main .footer-info .list-links>li>a:hover {
    color: var(--subcolor);
}

.footer-main .footer-info .certificates {
    text-align: left;
}

.footer-main .footer-info .list-crt {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 20px;
}

.footer-main .footer-info .list-crt .item-crt {
    width: 150px;
    height: 150px;
    background-color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0px 0px, 100% 0px, 100% 40%, 90% 50%, 100% 60%, 100% 100%, 0px 100%, 0 60%, 15px 50%, 0 40%);
}

.footer-main .footer-info .list-crt .item-crt>img {
    height: 120px;
}

.footer-main .footer-info .socials {
    margin-top: 40px;
}

.footer-main .footer-info .socials .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--whitecolor);
    margin: 0 0 15px;
}

.footer-main .footer-info .socials .list-sc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.footer-main .footer-info .socials .list-sc .item-sc {
    position: relative;
    top: 0;
    display: flex;
    font-size: 25px;
    color: var(--textcolor);
    transition: all 0.3s;
}

.footer-main .footer-info .socials .list-sc .item-sc:hover {
    color: var(--subcolor);
}

.footer-main .footer-about {
    margin-top: 30px;
}

.footer-main .footer-about .row {
    align-items: center;
}

.footer-main .footer-about .about-content>img {
    width: 130px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.footer-main .footer-about .about-content .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: var(--textcolor);
    text-align: justify;
}

.footer-main .footer-about .copyright {
    padding-right: 85px;
}

.footer-main .footer-about .copyright .box-cpt {
    width: 100%;
    height: 80px;
    padding: 15px 20px;
    background-color: var(--subcolor);
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: var(--whitecolor);
    margin: 0 0 10px;
    clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 100% 100%, 0px 100%);
}

.footer-main .footer-about .copyright .box-designer {
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    background-color: var(--maincolor);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--whitecolor);
    margin: 0;
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 15px 100%, 0px calc(100% - 15px));
}

.footer-main .footer-about .copyright .box-designer>a {
    display: inline-block;
    color: var(--whitecolor);
}

.footer-main .page-scroll {
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-main .page-scroll::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent var(--whitecolor) transparent;
    position: absolute;
    right: 0;
    left: 0;
    transition: all 0.3s;
}

.footer-main .page-scroll:hover::before {
    border-color: transparent transparent var(--subcolor) transparent;
}

.footer-main .page-scroll>i {
    position: relative;
    font-size: 35px;
    color: var(--textcolor);
    z-index: 100;
    top: 8px;
    transition: all 0.3s;
}

.footer-main .page-scroll:hover>i {
    color: var(--whitecolor);
    top: 3px;
}


/*---------------------- /Footer Main ---------------------*/


/*---------------------- Menu Responsive ---------------------*/

.overlay-resp {
    background-color: var(--blackcolor);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.overlay-resp.show {
    opacity: 0.7;
    visibility: visible;
}

.menu-fixed-resp {
    background-color: var(--whitecolor);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 100vh;
    z-index: 999999;
    overflow: hidden;
    display: none;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s;
}

.menu-fixed-resp.show {
    visibility: visible;
    transform: translateX(0);
}

.menu-fixed-resp .close-menu-resp {
    display: inline-block;
    margin: 15px;
    font-size: 30px;
    color: var(--blackcolor);
}

.menu-fixed-resp .list-menu-resp {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 68%;
    overflow-y: auto;
}

.menu-fixed-resp .list-menu-resp .item-menu {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid var(--bordercolor);
}

.menu-fixed-resp .list-menu-resp .item-menu .link-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blackcolor);
    transition: all 0.3s;
}

.menu-fixed-resp .list-menu-resp .item-menu .link-menu.show {
    color: var(--subcolor);
}

.menu-fixed-resp .list-menu-resp .item-menu .link-dropdown::after {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: normal;
    color: var(--textcolor);
    transition: all 0.3s;
}

.menu-fixed-resp .list-menu-resp .item-menu .link-dropdown.show::after {
    transform: rotate(180deg);
}

.menu-fixed-resp .list-menu-resp .item-menu .link-menu>i {
    font-size: 22px;
    color: var(--textcolor);
    transition: all 0.3s;
}

.menu-fixed-resp .list-menu-resp .item-menu .link-dropdown.show>i {
    color: var(--subcolor);
}

.menu-fixed-resp .list-menu-resp .list-dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

.menu-fixed-resp .list-menu-resp .list-dropdown-menu>li>a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--textcolor);
    margin: 0 0 15px;
}

.menu-fixed-resp .logo-menu {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    text-align: center;
}

.menu-fixed-resp .logo-menu>img {
    height: 90px;
}


/*---------------------- /Menu Responsive ---------------------*/


/*---------------------- Pages Style ---------------------*/

.header-pages .haader-row .logo-main {
    background-color: var(--bordercolor);
}

.header-pages.affix .haader-row .logo-main {
    background-color: var(--whitecolor);
}

.header-pages .haader-row .nav-pills .nav-link {
    color: var(--blackcolor);
}

.header-pages .haader-row .nav-pills .dropdown-toggle::after {
    color: var(--blackcolor);
}

.content-pages {
    min-height: 500px;
    padding-top: 200px;
}

.content-pages .details-page .image-dts {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 30px), calc(100% - 50%) 100%, 0px calc(100% - 30px));
    margin-bottom: 50px;
}

.content-pages .details-page .image-dts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-pages .details-page .desc-dts p {
    font-size: 18px;
    font-weight: 300;
    color: var(--blackcolor);
    line-height: 40px;
    text-align: justify;
}

.content-pages .sec-about {
    margin: 50px 0 150px;
}

.content-pages .sec-news .item-news {
    padding: 15px;
}

.content-pages .sec-news .item-news .box-news {
    height: 450px;
}

.content-pages .sec-news .item-news .box-news .content {
    padding: 0 30px 30px;
}

.content-pages .sec-news .item-news .box-news .title {
    font-size: 18px;
}

.content-pages .sec-news .item-news .box-news .date {
    height: 35px;
    font-size: 12px;
}

.content-pages .pagination-fenix {
    padding: 0;
    margin-top: 50px;
    gap: 10px;
}

.content-pages .pagination-fenix .page-item .page-link {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    color: var(--textcolor);
    transition: all 0.3s;
}

.content-pages .pagination-fenix .page-item .page-link:hover {
    background-color: var(--bordercolor);
}

.content-pages .pagination-fenix .page-item.disabled .page-link {
    opacity: 0.8;
}

.content-pages .pagination-fenix .page-item.active .page-link {
    background-color: var(--subcolor);
    border-color: var(--subcolor);
    color: var(--whitecolor);
}

.content-pages .accordion-fenix .card {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid rgba(102, 102, 102, 0.2);
}

.content-pages .accordion-fenix .card .card-header {
    background-color: var(--bordercolor);
    border-color: rgba(102, 102, 102, 0.2);
    padding: 0;
}

.content-pages .accordion-fenix .card .card-header .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--blackcolor);
    box-shadow: none;
}

.content-pages .accordion-fenix .card .card-header .box-arrow {
    background-color: var(--subcolor);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--whitecolor);
    clip-path: polygon(0px 0px, calc(100% - 8px) 0px, 100% 8px, 100% 100%, 100% 100%, 0 100%);
    flex-shrink: 0;
    transition: all 0.4s;
}

.content-pages .accordion-fenix .card .card-header .collapsed .box-arrow {
    background-color: var(--whitecolor);
    color: var(--textcolor);
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.content-pages .accordion-fenix .card .card-header .box-arrow>i {
    transition: all 0.4s;
}

.content-pages .accordion-fenix .card .card-header .collapsed .box-arrow>i {
    transform: rotate(180deg);
}

.content-pages .accordion-fenix .card .card-body {
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    color: var(--textcolor);
    text-align: justify;
}

.content-pages .sec-contact .image-contact {
    padding-left: 100px;
}

.content-pages .sec-contact .image-contact .box-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 50px), calc(100% - 50%) 100%, 0px calc(100% - 50px));
}

.content-pages .sec-contact .details-contact .desc p {
    font-size: 18px;
    font-weight: 300;
    color: var(--blackcolor);
    line-height: 2;
    margin: 0;
    text-align: justify;
}

.content-pages .sec-contact .list-contact {
    margin-top: 30px;
}

.content-pages .sec-contact .list-contact .item-cnt {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.content-pages .sec-contact .list-contact .item-cnt .box-icon {
    background-color: var(--maincolor);
    width: 60px;
    height: 60px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--whitecolor);
    margin-left: 15px;
    flex-shrink: 0;
    clip-path: polygon(0px 0px, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%);
}

.content-pages .sec-contact .list-contact .item-cnt .desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--blackcolor);
    line-height: 1.8;
    margin: 0;
}

.content-pages .sec-contact .list-contact .item-cnt .desc a {
    font-size: 18px;
    font-weight: 500;
    color: var(--blackcolor);
    transition: all 0.4s;
}

.content-pages .sec-contact .list-contact .item-cnt .desc a:hover {
    color: var(--greencolor);
}

.content-pages .sec-contact .spacing {
    margin: 30px 0;
}

.content-pages .sec-contact .title-form {
    font-size: 24px;
    font-weight: 900;
    color: var(--maincolor);
    margin: 0 0 20px;
}

.content-pages .sec-contact .form-group label {
    font-size: 16px;
    font-weight: bold;
    color: var(--blackcolor);
    margin: 0 0 10px;
}

.content-pages .sec-contact .form-group .form-control {
    height: 60px;
    background-color: var(--whitecolor);
    border: 1px solid rgba(102, 102, 102, 0.5);
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--blackcolor);
    padding: 15px 20px;
    box-shadow: none !important;
    transition: all 0.3s;
}

.content-pages .sec-contact .form-group textarea.form-control {
    height: auto;
    min-height: 100px;
}

.content-pages .sec-contact .form-group .form-control::placeholder {
    font-size: 16px;
    color: #707070;
    opacity: 0.5;
}

.content-pages .sec-contact .form-group .form-control:focus {
    border-color: var(--maincolor);
}

.content-pages .sec-contact .btn-send {
    display: inline-flex;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    width: 180px;
    height: 65px;
    align-items: center;
    justify-content: center;
    background-color: var(--subcolor);
    padding: 15px 28px 20px 28px;
    border-radius: 0;
    border: none;
    color: var(--whitecolor);
    font-weight: 700;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    transition: all 0.3s;
}

.content-pages .sec-contact .btn-send:hover {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.content-pages .breadcrumb {
    background-color: var(--bordercolor);
    border-radius: 0;
    margin-bottom: 50px;
    padding: 15px 20px 25px;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
}

.content-pages .breadcrumb .breadcrumb-item>a {
    color: var(--subcolor);
    font-size: 16px;
    transition: all 0.4s;
}

.content-pages .breadcrumb .breadcrumb-item>a:hover {
    color: var(--maincolor);
}

.content-pages .breadcrumb .breadcrumb-item.active {
    color: var(--textcolor);
    font-size: 16px;
}

.content-pages .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.content-pages .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e901";
    display: inline-flex;
    align-items: center;
    font-family: 'icomoon';
    padding: 0 8px 0 10px;
    font-size: 14px;
    opacity: 0.5;
}

.content-pages .sec-products .accordion .card {
    border-radius: 0;
    border: 1px solid rgba(102, 102, 102, 0.2);
    margin-bottom: 20px;
}

.content-pages .sec-products .accordion .card-header {
    padding: 0;
    background-color: var(--bordercolor);
    border-color: rgba(102, 102, 102, 0.2);
}

.content-pages .sec-products .accordion .card-header .btn-link {
    padding: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: var(--maincolor);
}

.content-pages .sec-products .accordion .btn-link>i {
    font-size: 18px;
    color: var(--textcolor);
    opacity: 0.5;
    transition: all 0.4s;
}

.content-pages .sec-products .accordion .btn-link.collapsed>i {
    transform: rotate(180deg);
}

.content-pages .sec-products .accordion .card-body {
    padding: 20px;
}

.content-pages .sec-products .custom-control {
    padding: 0;
}

.content-pages .sec-products .custom-control:not(:last-child) {
    margin-bottom: 15px;
}

.content-pages .sec-products .custom-control .custom-control-label {
    padding-right: 30px;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.content-pages .sec-products .custom-control .custom-control-label::before {
    top: 2px;
    left: auto;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 0;
    border-color: rgba(102, 102, 102, 0.2);
    box-shadow: none;
}

.content-pages .sec-products .custom-control .custom-control-label::after {
    top: 2px;
    left: auto;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
}

.content-pages .sec-products .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--subcolor);
    background-color: var(--subcolor);
}

.content-pages .sec-products .input-search-group {
    position: relative;
    margin-bottom: 20px;
}

.content-pages .sec-search-products .input-search-group .form-control {
    background-color: var(--whitecolor);
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    font-weight: 500;
    color: var(--blackcolor);
}

.content-pages .sec-search-products .input-search-group .form-control:focus {
    border-color: var(--maincolor);
}

.content-pages .sec-search-products .input-search-group .form-control::placeholder {
    font-weight: normal;
    color: var(--textcolor);
    opacity: 0.5;
}

.content-pages .sec-search-products .input-search-group .btn-search {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--subcolor);
    z-index: 10;
}

.content-pages .sec-single-product .swiper-products-single {
    width: 100%;
    height: 600px;
    border-radius: 0;
    border: 1px solid rgba(102, 102, 102, 0.2);
    overflow: hidden;
}

.content-pages .sec-single-product .box-brand {
    background-color: var(--bordercolor);
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-pages .sec-single-product .box-brand>img {
    width: 70%;
    max-height: 120px;
    object-fit: contain;
    transition: all 0.5s;
}

.content-pages .sec-single-product .swiper-products-single:hover {
    cursor: crosshair;
}

.content-pages .sec-single-product .swiper-products-single .img-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-pages .sec-single-product .other-images-products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
    margin-top: 15px;
}

.content-pages .sec-single-product .other-images-products .item-oth-image {
    background-color: var(--whitecolor);
    width: 25%;
    height: 110px;
    border-radius: 0;
    border: 2px solid rgba(102, 102, 102, 0.2);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.content-pages .sec-single-product .other-images-products .item-oth-image.active {
    border-color: var(--subcolor);
}

.content-pages .sec-single-product .other-images-products .item-oth-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-pages .sec-single-product .other-images-products .item-oth-image.more-items>i {
    font-size: 35px;
    color: var(--textcolor);
    opacity: 0.5;
}

.content-pages .sec-single-product .swiper-products-single .swiper-button {
    position: absolute;
    background-color: var(--whitecolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 14px;
    color: var(--maincolor);
    top: 44%;
    z-index: 100;
    transition: all 0.4s;
}

.content-pages .sec-single-product .swiper-products-single .swiper-button.swiper-sng-prev {
    left: 20px;
}

.content-pages .sec-single-product .swiper-products-single .swiper-button.swiper-sng-next {
    right: 20px;
}

.content-pages .sec-single-product .swiper-products-single .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.content-pages .sec-single-product .btn-callus {
    display: inline-flex;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    width: 180px;
    height: 65px;
    align-items: center;
    justify-content: center;
    background-color: var(--subcolor);
    padding: 15px 28px 20px 28px;
    border-radius: 0;
    color: var(--whitecolor);
    font-weight: 700;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    margin-top: 10px;
    transition: all 0.3s;
}

.content-pages .sec-single-product .btn-callus:hover {
    background-color: var(--maincolor);
}

.content-pages .sec-single-product .other-content-product {
    position: relative;
    padding: 20px;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-pages .sec-single-member .other-content-product {
    height: auto;
    margin-bottom: 0;
}

.content-pages .sec-single-product .other-content-product.show {
    height: auto;
    padding-bottom: 50px;
}

.content-pages .sec-single-product .other-content-product::after {
    content: "";
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.content-pages .sec-single-member .other-content-product::after {
    display: none;
}

.content-pages .sec-single-product .other-content-product.show::after {
    display: none;
}

.content-pages .sec-single-product .other-content-product .btn-show-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    z-index: 100;
}

.content-pages .sec-single-product .other-content-product .btn-show-content::before {
    content: "نمایش بیشتر";
    font-size: 16px;
    font-weight: bold;
    color: var(--subcolor);
    transition: all 0.3s;
}

.content-pages .sec-single-product .other-content-product .btn-show-content.active::before {
    content: "نمایش کمتر";
}

.content-pages .sec-single-product .other-content-product .btn-show-content::after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 16px;
    color: var(--subcolor);
    margin-right: 10px;
    margin-top: 3px;
    transition: all 0.3s;
}

.content-pages .sec-single-product .other-content-product .btn-show-content.active::after {
    transform: rotate(180deg);
}

.content-pages .sec-single-product .content-product .head-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 20px;
}

.content-pages .sec-single-product .head-product .options {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.content-pages .sec-single-product .head-product .btn-like-product {
    background-color: var(--subcolor);
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.content-pages .sec-single-product .head-product .btn-like-product>i {
    font-size: 18px;
    color: var(--whitecolor);
    opacity: 0.5;
    transition: all 0.3s;
}

.content-pages .sec-single-product .head-product .btn-like-product.active>i {
    opacity: 1;
}

.content-pages .sec-single-product .head-product .code {
    background-color: var(--bordercolor);
    width: auto;
    height: 40px;
    border-radius: 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
}

.content-pages .sec-single-product .head-product .sub-title {
    font-size: 20px;
    font-weight: 400px;
    color: var(--textcolor);
    margin: 0 0 5px;
}

.content-pages .sec-single-product .head-product .title {
    font-size: 25px;
    font-weight: bold;
    color: var(--subcolor);
    margin: 0;
}

.content-pages .sec-single-product .content-product .row-item-pr {
    margin-bottom: 20px;
}

.content-pages .sec-single-product .content-product .row-item-pr .title-row {
    font-size: 18px;
    font-weight: bold;
    color: var(--maincolor);
    margin: 0 0 10px;
}

.content-pages .sec-single-product .content-product .row-item-pr .desc-row {
    font-size: 16px;
    font-weight: normal;
    color: var(--textcolor);
    margin: 0;
    text-align: justify;
    line-height: 30px;
}

.content-pages .sec-single-product .content-product .row-item-pr li {
    font-size: 16px;
    font-weight: normal;
    color: var(--blackcolor);
    margin: 0;
    text-align: justify;
    line-height: 30px;
}

.content-pages .sec-single-product .product-specifications {
    width: 100%;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 0;
    overflow: hidden;
}

.content-pages .sec-single-product .product-specifications .title-box {
    width: 100%;
    background-color: var(--bordercolor);
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: var(--blackcolor);
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.content-pages .sec-single-product .product-specifications .nav-tabs {
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-bottom: 1px solid var(--bordercolor);
}

.content-pages .sec-single-product .product-specifications .nav-link {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--textcolor);
    transition: all 0.3s;
}

.content-pages .sec-single-product .product-specifications .nav-link.active {
    font-weight: bold;
    color: var(--subcolor);
}

.content-pages .sec-single-product .product-specifications .tab-pane {
    padding: 20px;
}

.content-pages .sec-single-product .product-specifications .list-spc-special {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.content-pages .sec-single-product .product-specifications .item-spc {
    width: calc(25.25% - 15px);
    padding: 15px;
    border-radius: 15px;
    background-color: var(--whitecolor);
    border: 1px solid var(--bordercolor);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-pages .sec-single-product .product-specifications .item-spc .title {
    font-size: 14px;
    font-weight: bold;
    color: var(--maincolor);
}

.content-pages .sec-single-product .product-specifications .item-spc .desc {
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
}

.content-pages .sec-single-product .product-specifications .tab-pane ul {
    padding: 0 15px;
    margin: 0;
}

.content-pages .sec-single-product .product-specifications .tab-pane li,
.content-pages .sec-single-product .product-specifications .tab-pane p {
    font-size: 16px;
    font-weight: 400;
    color: var(--blackcolor);
    margin: 0;
    text-align: justify;
    line-height: 30px;
}

.content-pages .sec-single-product .product-specifications .title-table {
    font-size: 16px;
    font-weight: bold;
    color: var(--subcolor);
    margin: 0 0 10px;
}

.content-pages .sec-single-product .product-specifications .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.content-pages .sec-single-product .product-specifications .table thead th {
    background-color: var(--bordercolor);
    font-size: 16px;
    font-weight: bold;
    color: var(--maincolor);
    padding: 15px 20px;
}

.content-pages .sec-single-product .product-specifications .table tbody td {
    background-color: #f5f6f6;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
    padding: 15px 20px;
}

.content-pages .sec-single-product .sec-products {
    margin-top: 50px;
}

.content-pages .sec-single-product .sec-products .swiper-products-similar {
    margin-top: 30px;
    width: 100%;
}

.content-pages .sec-single-product .sec-products .row-swiper {
    padding-right: 0;
}

.content-pages .sec-single-product .sec-products .swiper-products .swiper-slide {
    padding-bottom: 0;
}

.content-pages .sec-single-product .row-swiper {
    position: relative;
}

.content-pages .sec-single-product .row-swiper .swiper-button {
    background-color: var(--bordercolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textcolor);
    position: absolute;
    top: 45%;
    z-index: 100;
    transition: all 0.4s;
}

.content-pages .sec-single-product .row-swiper .swiper-sml-next {
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
    right: -80px;
}

.content-pages .sec-single-product .row-swiper .swiper-sml-prev {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
    left: -80px;
}

.content-pages .sec-single-product .row-swiper .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.modal-fenix .modal-body-slider {
    padding-bottom: 150px !important;
}

.modal-fenix .swiper-main-imagesprd {
    width: 75%;
    height: 550px;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 0;
}

.modal-fenix .swiper-main-imagesprd .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-fenix .swiper-thumbs-imagesprd {
    position: absolute;
    background-color: var(--whitecolor);
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border: 1px solid rgba(102, 102, 102, 0.2);
    padding: 15px;
}

.modal-fenix .swiper-thumbs-imagesprd .swiper-slide {
    height: 95px;
    border: 2px solid rgba(102, 102, 102, 0.2);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.modal-fenix .swiper-thumbs-imagesprd .swiper-slide-thumb-active {
    border-color: var(--subcolor);
}

.modal-fenix .swiper-thumbs-imagesprd .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-fenix .swiper-main-imagesprd .swiper-button {
    position: absolute;
    background-color: var(--whitecolor);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 26px;
    color: var(--textcolor);
    top: 45%;
    z-index: 100;
    transition: all 0.4s;
}

.modal-fenix .swiper-main-imagesprd .swiper-imagesprd-prev {
    left: 20px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.modal-fenix .swiper-main-imagesprd .swiper-imagesprd-next {
    right: 20px;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
}

.modal-fenix .swiper-main-imagesprd .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.sec-gallery .item-news .box-news::before {
    display: none;
}

.sec-members .item-col-member .box-member {
    position: relative;
    background-color: var(--maincolor);
    width: 100%;
    height: 560px;
    border: 3px solid var(--bordercolor);
    z-index: 100;
    margin-bottom: 30px;
}

.sec-members .item-col-member .box-member .image-member {
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.sec-members .item-col-member .box-member .image-member>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-members .item-col-member .box-member .content-product {
    padding: 20px;
}

.sec-members .item-col-member .box-member .content-product .sub-title {
    font-size: 18px;
    font-weight: normal;
    color: var(--whitecolor);
    opacity: 0.7;
}

.sec-members .item-col-member .box-member .content-product .title {
    font-size: 24px;
    font-weight: bold;
    color: var(--whitecolor);
}

.sec-members .image-member .box-image {
    height: 650px;
    overflow: hidden;
}

.sec-members .image-member .box-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-members .content-member {
    padding: 30px;
}

.sec-members .content-member .head-member {
    margin-bottom: 60px;
}

.sec-members .content-member .head-member .sub-title {
    font-size: 24px;
    font-weight: normal;
    color: var(--textcolor);
}

.sec-members .content-member .head-member .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--blackcolor);
}

.sec-members .content-member .row-item-mbr {
    margin-bottom: 30px;
}

.sec-members .content-member .row-item-mbr .title-row {
    font-size: 24px;
    font-weight: bold;
    color: var(--maincolor);
}

.sec-members .content-member .row-item-mbr .desc-row {
    font-size: 24px;
    font-weight: normal;
    color: var(--blackcolor);
}

.sec-members .content-member .row-item-mbr.item-bio p {
    font-size: 18px;
    font-weight: 300;
    color: var(--blackcolor);
    line-height: 34px;
    text-align: justify;
}

.sec-members .item-parent-member .box-member {
    background-color: var(--subcolor);
}

.sec-members .item-parent-member .box-member .content-product {
    text-align: center;
}

.sec-members .item-child-member .box-member {
    height: 450px;
}

.sec-members .item-child-member .box-member .image-member {
    height: 350px;
}

.swiper-details {
    height: 100%;
}

.swiper-details .arrows-slider {
    position: absolute;
    bottom: 60px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 100;
    gap: 10px;
}

.swiper-details .arrows-slider .swiper-button {
    background-color: var(--whitecolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textcolor);
    transition: all 0.4s;
}

.swiper-details .arrows-slider .swiper-details-next {
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 100% 100%, 0 100%);
}

.swiper-details .arrows-slider .swiper-details-prev {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0, 100% 100%, 100% 100%, 10px 100%, 0px calc(100% - 10px));
}

.swiper-details .arrows-slider .swiper-button:hover {
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.paralax-video .box-outer-video {
    position: relative;
    width: 100%;
    height: 580px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(38, 50, 56, 0.1);
    margin-top: 100px;
}

.paralax-video .box-outer-video::before {
    content: "";
    background-color: var(--blackcolor);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.paralax-video .box-outer-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paralax-video .box-outer-video .content-video {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: var(--white);
}

.sec-categories .item-news .box-news {
    height: 400px;
}

.sec-categories .item-news .box-news .content {
    bottom: -20px;
    padding: 0 30px 30px;
}

.sec-categories .item-news .box-news .title {
    min-height: 70px;
    font-size: 20px;
}

/*---------------------- /Pages Style ---------------------*/

/*---------------------- Modal ---------------------*/

.modal-backdrop {
    background-color: #181818;
    z-index: 99999;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-fenix {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    z-index: 999999;
    transition: all 0.5s;
}

.modal-fenix.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal-fenix .modal-content {
    border-radius: 0;
}

.modal-fenix .modal-header {
    position: relative;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}

.modal-fenix .modal-header .modal-title {
    font-weight: bold;
    color: var(--maincolor);
    font-size: 20px;
    display: flex;
    align-items: center;
}

.modal-fenix .modal-header .modal-title>.icon-long-arrow {
    transform: scaleX(-1);
    margin-left: 10px;
}

.modal-fenix .modal-header .close,
.modal-expert .modal-body .close {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: normal;
    color: var(--textcolor);
    opacity: 1;
    transition: all 0.4s;
}

.modal-fenix .modal-header .close:hover,
.modal-expert .modal-body .close:hover {
    color: var(--subcolor);
}

.modal-fenix .modal-header .logo-modal {
    background: url('../images/site/vector-footer-after.svg') no-repeat center center / 250px;
    width: 250px;
    height: 80px;
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-fenix .modal-header .logo-modal img {
    width: 40px;
    filter: brightness(0) invert(1);
}

.modal-fenix .modal-body {
    padding: 15px 20px;
}


/*---------------------- /Modal ---------------------*/

.table-fenix {
    position: relative;
    background-color: var(--whitecolor);
}

.table-fenix thead tr th:first-child,
.table-fenix tbody tr td:first-child {
    white-space: nowrap;
}

.table-fenix th,
.table-fenix td {
    vertical-align: middle !important;
    padding: 20px;
}

.table-fenix thead {
    height: 60px;
    background-color: var(--maincolor);
    color: var(--whitecolor);
}

.table-fenix tfoot {
    height: 60px;
    background-color: var(--subcolor);
    color: var(--whitecolor);
}

.table-fenix .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--blackcolor);
    box-shadow: none;
}

.row-survey-page {
    row-gap: 30px;
}

.item-survey .box-survey {
    position: relative;
    width: 100%;
    background-color: var(--bordercolor);
    padding: 24px;
    z-index: 100;
    height: 100%;
}

.item-survey .box-survey .title {
    font-size: 18px;
    font-weight: bold;
    color: var(--blackcolor);
    margin: 0 0 5px;
}

.item-survey .box-survey .desc {
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
    margin: 0;
}

.item-survey .box-survey .rating {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 20px 0;
}

.item-survey .box-survey .star {
    display: flex;
    font-size: 50px;
    color: var(--whitecolor);
    cursor: pointer;
    transition: color 0.2s;
}

.item-survey .box-survey .star.selected,
.item-survey .box-survey .star.hover {
    color: gold;
}

.item-survey .box-survey .your-rate {
    font-size: 16px;
    font-weight: 500;
    color: var(--blackcolor);
    margin: 0;
}

.item-survey .box-survey.box-total-survey {
    background-color: var(--maincolor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-survey .box-survey.box-total-survey .title {
    font-size: 30px;
    color: var(--whitecolor);
}

.item-survey .box-survey.box-total-survey .your-rate {
    font-size: 20px;
    color: var(--whitecolor);
}

.form-group .custom-control-inline {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 30px;
    padding-left: 0;
    margin-top: 10px;
}

.form-group .custom-control-input {
    left: auto;
    right: 0;
}

.form-group .custom-control-label {
    font-weight: normal !important;
}

.form-group .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: auto;
    right: -30px;
}

.form-group .custom-radio .custom-control-input:checked~.custom-control-label::after {
    left: auto;
    right: -30px;
    width: 20px;
    height: 20px;
}

.form-group .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--subcolor);
    background-color: var(--subcolor);
}

.outer-recruitment-form {
    background-color: var(--bordercolor);
    padding: 30px;
}

.outer-recruitment-form .head-form-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.outer-recruitment-form .head-form-section .title-form {
    margin: 0;
}

.outer-recruitment-form .head-form-section .btn {
    display: inline-flex;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    width: 220px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background-color: #06923E;
    padding: 15px 28px 20px 28px;
    border-radius: 0;
    border: none;
    color: var(--whitecolor);
    font-weight: 700;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 50%) 100%, 0px calc(100% - 10px));
    transition: all 0.3s;
}

.outer-recruitment-form .table th,
.outer-recruitment-form .table td {
    text-align: center;
    vertical-align: middle;
}

.outer-recruitment-form .table .btn-danger {
    background-color: var(--subcolor);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--whitecolor);
}

.outer-recruitment-form .table .custom-control-inline {
    padding: 0;
    margin: 0;
}

.outer-recruitment-form .table .custom-control-input {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form-group .custom-control-label {
    font-weight: normal !important;
}

.outer-recruitment-form .table .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
}

.outer-recruitment-form .table .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.outer-recruitment-form .table .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--subcolor);
    background-color: var(--subcolor);
}

/*---------------------- Responsives ---------------------*/

@media only screen and (min-width:1700px) and (max-width: 1800px) {
    .container {
        padding: 0;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1700px) {

    body,
    .sec-slideshow .swiper-slideshow .image-slide::after,
    .footer-main::before {
        background-size: 200px;
    }

    .container {
        padding: 0 30px;
    }

    .header-main .haader-row .nav-pills {
        gap: 40px;
    }

    .header-main .haader-row .nav-pills .nav-link {
        font-size: 16px;
    }

    .sec-slideshow .swiper-slideshow .title-slide>a {
        font-size: 25px;
        width: 70%;
    }

    .sec-slideshow .swiper-slideshow .arrows-slider {
        right: 30px;
    }

    .sec-slideshow .swiper-slideshow .type-wood {
        left: 30px;
    }

    .sec-brands .row-swiper {
        padding: 0 80px;
    }

    .sec-brands .row-swiper .swiper-brand-next {
        right: 0;
    }

    .sec-brands .row-swiper .swiper-brand-prev {
        left: 0;
    }

    .head-section-fenix .content-head .title {
        font-size: 25px;
    }

    .sec-about .content-about .title {
        font-size: 35px;
    }

    .sec-about .image-about .image-box {
        height: 550px;
    }

    .sec-about .image-about {
        padding-left: 130px;
    }

    .sec-about .image-about .image-box .inner-image {
        clip-path: polygon(0px 0px, 140px 0px, 50% 50px, 68% 0px, 100% 0px, 100% 100%, calc(100% - 90px) 100%, 50% calc(100% - 60px), 90px 100%, 0px 100%);
    }

    .sec-about .image-about .image-box::before {
        height: 600px;
        left: -70px;
        top: 50px;
    }

    .sec-about .content-about .desc {
        font-size: 20px;
        line-height: 50px;
    }

    .head-section-fenix .content-head .desc {
        font-size: 18px;
    }

    .head-section-fenix .view-more {
        font-size: 20px;
    }

    .head-section-fenix .view-more>i {
        font-size: 30px;
    }

    .sec-products .box-prd .title {
        font-size: 16px;
    }

    .sec-product-colors {
        height: 500px;
    }

    .sec-product-colors .title-section {
        width: 500px;
    }

    .sec-product-colors .title-section .box-title>h3 {
        font-size: 25px;
    }

    .sec-steps .list-steps .box-step {
        width: 300px;
    }

    .sec-steps .list-steps .box-step>i {
        font-size: 65px;
    }

    .sec-steps .list-steps .box-step .number {
        width: 120px;
        font-size: 13px;
    }

    .sec-steps .list-steps .box-step .title {
        font-size: 22px;
    }

    .sec-banners .item-banner {
        flex: 0 0 42.7%;
        max-width: 42.7%;
    }

    .sec-banners .item-banner .box-banner .title {
        font-size: 25px;
    }

    .sec-banners .item-banner .box-banner .desc {
        font-size: 16px;
    }

    .sec-banners .logo-box svg {
        width: 130px;
        height: 70px;
    }

    .sec-news .item-news .box-news .date {
        font-size: 12px;
    }

    .sec-news .item-news .box-news .title {
        font-size: 20px;
    }

    .footer-main .logo-footer {
        width: 200px;
    }

    .footer-main .logo-footer::before {
        border-width: 60px 100px 0 100px;
    }

    .footer-main .logo-footer>img {
        height: 70px;
        top: -40px;
    }

    .footer-main .footer-info .title-footer {
        font-size: 22px;
    }

    .footer-main .footer-info .row-swiper {
        width: calc(100% - 97px);
    }

    .footer-main .footer-info .swiper-features .box-fts>i {
        font-size: 45px;
    }

    .footer-main .footer-info .swiper-features .box-fts .title-fts,
    .footer-main .footer-about .about-content .desc {
        font-size: 16px;
    }

    .footer-main .footer-info .info-details .address,
    .footer-main .footer-info .info-details .tell,
    .footer-main .footer-info .socials .title {
        font-size: 18px;
    }

    .footer-main .footer-info .list-links>li>a,
    .footer-main .footer-about .copyright .box-cpt {
        font-size: 16px;
    }

    .footer-main .footer-about .about-content>img {
        width: 120px;
    }

    .footer-main .footer-about .copyright .box-designer {
        font-size: 14px;
    }
}


/*---------------------- /Responsives ---------------------*/