:root {
    --maincolor: #005BA6;
    --redcolor: #ED145B;
    --greencolor: #00E360;
    --blackcolor: #2C3949;
    --textcolor: #91A8BA;
    --bordercolor: #B2C2CF;
    --lightcolor: #F8F9FB;
    --whitecolor: #FFFFFF;
    --easeoutcubic: cubic-bezier(.215, .61, .355, 1);
}


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

body {
    background: var(--whitecolor);
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.overhide {
    overflow: hidden !important;
}

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

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

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

.overlay-resp {
    background-color: rgba(44, 57, 73, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(5px);
    transition: all 0.3s;
}

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

.head-section-main {
    margin-bottom: 60px;
}

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

.head-section-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.head-section-main .content>img {
    height: 25px;
}

.head-section-main .content .text {
    font-size: 24px;
    flex-shrink: 0;
}

.head-section-main .content .text>strong {
    font-family: Morabba;
    font-weight: 800;
    color: var(--maincolor);
    margin-left: 5px;
}

.head-section-main .content .text>span {
    font-family: Morabba;
    font-weight: 400;
    color: var(--textcolor);
}

.head-section-main .spacing {
    flex: 1;
    margin: 0 20px;
    border-color: var(--bordercolor);
    opacity: 0.3;
}

.head-section-main .btn-more {
    font-family: Morabba;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--maincolor);
    transition: all 0.3s;
}

.head-section-main .btn-more:hover {
    color: var(--greencolor);
    gap: 2px;
}

.head-section-main .btn-more>i {
    font-weight: bold;
}

.head-section-main.head-logo .logo-box>img {
    height: 35px;
}

.item-product-satin {
    position: relative;
    background-color: var(--whitecolor);
    display: flex;
    width: 100%;
    padding: 10px 0px 10px 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.item-product-satin::after {
    content: "";
    background-color: var(--whitecolor);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    box-shadow: -17px 0px 30px -17px rgba(68, 91, 169, 0.30);
}

.item-product-satin .image {
    height: 180px;
}

.item-product-satin .image>img {
    height: 100%;
    transition: all 0.3s;
}

.item-product-satin:hover .image>img {
    transform: scale(0.9);
}

.item-product-satin .content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.item-product-satin .content .head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-product-satin .content .head .name>a {
    font-size: 22px;
    font-weight: 800;
    color: var(--maincolor);
    transition: all 0.3s;
}

.item-product-satin:hover .content .head .name>a {
    color: var(--greencolor);
}

.item-product-satin .content .head .enname {
    font-size: 16px;
    font-weight: 500;
    color: var(--bordercolor);
    text-transform: uppercase;
    direction: ltr;
    text-align: left;
}

.item-product-satin .content .desc {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--textcolor);
    transition: all 0.3s;
}

.item-product-satin:hover .content .desc {
    color: var(--blackcolor);
}

.item-product-satin .content .foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-product-satin .content .type-prd {
    font-size: 13px;
    font-weight: 800;
    color: var(--greencolor);
}

.item-product-satin .content .btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: auto;
    font-size: 14px;
    font-weight: 800;
    color: var(--maincolor);
    gap: 10px;
}

.item-product-satin .content .btn-view>i {
    font-size: 16px;
}

.outer-swiper .swiper-button {
    position: absolute;
    top: 45%;
    z-index: 150;
    font-size: 60px;
    color: var(--maincolor);
    opacity: 0.2;
    transition: all 0.3s;
}

.outer-swiper .swiper-button:hover {
    opacity: 1;
}

.outer-swiper .swiper-button.next-button {
    right: 40px;
}

.outer-swiper .swiper-button.prev-button {
    left: 40px;
}

.outer-swiper {
    position: relative;
}

.outer-swiper::before,
.outer-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7.5px);
    z-index: 100;
}

.outer-swiper::before {
    right: 0;
}

.outer-swiper::after {
    left: 0;
}

.outer-swiper .swiper {
    overflow: visible;
}

.box-light-section {
    position: relative;
    background-color: var(--lightcolor);
    padding: 40px 40px 30px 40px;
    border-radius: 25px;
    overflow: hidden;
}

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

.lg-outer .lg-inner {
    direction: ltr;
}
.lg-outer .lg-thumb-item{
    float: right;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #00E360;
}

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

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

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

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

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

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

.modal-satin .modal-content {
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
}

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

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

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

.modal-satin .modal-header .close,
.modal-expert .modal-body .close {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: var(--lightcolor);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: var(--textcolor);
    opacity: 1;
    text-shadow: none;
    transition: all 0.4s;
}

.modal-satin .modal-header .close:hover,
.modal-expert .modal-body .close:hover {
    background-color: var(--maincolor);
    color: var(--whitecolor);
    opacity: 1;
}

.modal-satin .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-satin .modal-header .logo-modal img {
    width: 40px;
    filter: brightness(0) invert(1);
}

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

.modal-satin .video-satin {
    background-color: var(--blackcolor);
    width: 100%;
    min-height: 400px;
    border: 3px solid rgba(178, 194, 207,0.5);
    background-clip: padding-box;
    overflow: hidden;
    border-radius: 20px;
}
.modal-satin .text-video {
    color: var(--blackcolor);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
    text-align: right;
    margin-bottom: 20px;
	transition: all 0.3s;
}

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

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

.select2-container--default .select2-selection {
    background-color: var(--lightcolor);
    height: 70px;
    border: 1px solid rgba(178, 194, 207,0.4);
    border-radius: 16px !important;
    transition: all 0.3s;
}
.select2-container--default.select2-container--open .select2-selection{
    background-color: var(--whitecolor);
    border-color: var(--bordercolor);
}

.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: 66px;
    padding-left: 60px;
    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: 70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    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: 20px;
    color: var(--textcolor);
    opacity: 1;
}

.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: 16px;
    text-align: right;
    overflow: hidden;
    top: 5px;
    border: 1px solid var(--bordercolor);
    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 ---------------------*/

.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);
}


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

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

.header-main .header-box {
    position: relative;
    background-color: var(--lightcolor);
    border-radius: 25px;
    height: 100px;
    margin-top: 40px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .header-box>.col-12 {
    padding: 0;
}

.header-main .header-box .row-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-main .header-box .row-logo>img {
    height: 45px;
    margin-left: 20px;
}

.header-main .header-box .row-logo .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
    gap: 5px;
}

.header-main .header-box .row-logo .content .company {
    font-family: Morabba;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.9px;
    color: var(--maincolor);
    margin: 0;
}

.header-main .header-box .row-logo .content .desc {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: var(--textcolor);
    margin: 0;
}

.header-main .header-box .navbar-satin {
    padding: 0;
    justify-content: center;
}

.header-main .header-box .navbar-satin .nav-link {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--textcolor);
    transition: all 0.3s;
}

.header-main .header-box .navbar-satin .nav-link:hover,
.header-main .header-box .navbar-satin .dropdown.show .nav-link {
    color: var(--maincolor);
}

.header-main .header-box .navbar-satin .dropdown-toggle::after {
    content: "\e900";
    font-family: 'icomoon';
    border: none;
    margin: 0;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.6;
    transition: all 0.3s;
}

.header-main .header-box .navbar-satin .dropdown-toggle:hover::after,
.header-main .header-box .navbar-satin .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.header-main .header-box .navbar-satin .close-menu-resp,
.header-main .header-box .navbar-satin .nav-special {
    display: none;
}

.header-main .header-box .dropdown-menu {
    top: 40px !important;
    right: 15px;
    left: auto !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 200px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(145, 168, 186, 0.10);
    border: 1px solid rgba(178, 194, 207, 0.3);
    transform: scale(0.9) translateY(20px) !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header-main .header-box .dropdown.show .dropdown-menu {
    top: 50px !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0) !important;
}

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

.header-main .header-box .dropdown-menu .dropdown-item:hover {
    background-color: var(--lightcolor);
    color: var(--maincolor);
    padding: 10px 15px;
}

.header-main .header-box .options-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-main .header-box .contact-us {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.header-main .header-box .contact-us .tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-main .header-box .contact-us .tel>i {
    font-size: 12px;
    color: var(--textcolor);
    margin-right: 2px;
}

.header-main .header-box .contact-us .tel>a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.9px;
    color: var(--maincolor);
    direction: ltr;
    transition: all 0.3s;
}

.header-main .header-box .contact-us .tel>a:hover {
    color: var(--greencolor);
}

.header-main .header-box .contact-us .title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: var(--textcolor);
}

.header-main .header-box .options-head .btn-catalog {
    background-color: var(--maincolor);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 500px;
    height: 50px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 800;
    color: var(--whitecolor);
    margin-right: 10px;
    transition: all 0.3s;
}

.header-main .header-box .options-head .btn-catalog:hover {
    background-color: var(--greencolor);
}

.header-main .header-box .options-head .btn-lang {
    position: relative;
    background-color: var(--whitecolor);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(178, 194, 207, 0.3);
    background-clip: padding-box;
    transition: all 0.4s;
}

.header-main .header-box .options-head .btn-lang:hover,
.header-main .header-box .options-head .btn-lang.show {
    padding-bottom: 10px;
    background-color: var(--lightcolor);
}

.header-main .header-box .options-head .btn-lang::after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 12px;
    color: var(--textcolor);
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}

.header-main .header-box .options-head .btn-lang:hover::after,
.header-main .header-box .options-head .btn-lang.show::after {
    bottom: -2px;
    opacity: 1;
}

.header-main .header-box .options-head .btn-lang .box-curve {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
}

.header-main .header-box .options-head .btn-lang .box-curve>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-main .header-box .options-head .btn-lang .dropdown-lang {
    position: absolute;
    background-color: var(--white);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(145, 168, 186, 0.10);
    border: 1px solid rgba(178, 194, 207, 0.3);
    top: 80px;
    left: 0;
    width: 160px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.4s;
}

.header-main .header-box .options-head .btn-lang.show .dropdown-lang {
    top: 55px;
    opacity: 1;
    visibility: visible;
}

.header-main .header-box .options-head .btn-lang .list-lang {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-main .header-box .options-head .btn-lang .list-lang a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    color: var(--blackcolor);
    padding: 10px 5px;
    border-radius: 10px;
    transition: all 0.4s;
}

.header-main .header-box .options-head .btn-lang .list-lang a:hover {
    background-color: var(--lightcolor);
    padding-right: 10px;
}

.header-main .header-box .options-head .btn-lang .list-lang a.active {
    background-color: var(--bordercolor);
    padding-right: 10px;
    color: var(--white);
}

.header-main .header-box .options-head .btn-lang .list-lang img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 10px;
}

.header-main .header-box .options-head .btn-show-menu {
    position: relative;
    background-color: var(--maincolor);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 91, 166, 0.3);
    background-clip: padding-box;
    transition: all 0.4s;
}

.header-main .header-box .options-head .btn-show-menu .line {
    background-color: var(--whitecolor);
    width: 18px;
    height: 2px;
    border-radius: 100px;
    box-shadow: 0 -5px 0 0 var(--whitecolor), 0 5px 0 0 var(--whitecolor);
}

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

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

/*---------------------- Section AboutUs ---------------------*/

.sec-aboutus {
    position: relative;
    margin-top: 100px;
}

.sec-aboutus::before {
    content: "";
    background: url('../images/site/graphic.svg') no-repeat center center / 420px;
    width: 420px;
    height: 680px;
    position: absolute;
    top: -240px;
    left: 0;
    z-index: -1;
}

.sec-aboutus::after {
    content: "";
    background: url('../images/site/graphic.svg') no-repeat center center / 420px;
    width: 420px;
    height: 680px;
    position: absolute;
    transform: scale(-1);
    top: -60px;
    right: -70px;
    z-index: -1;
}

.sec-aboutus .aboutus-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.sec-aboutus .aboutus-content .slogan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sec-aboutus .aboutus-content .slogan .vc-plus {
    height: 50px;
    position: absolute;
    top: 40px;
    right: -200px;
    transform: rotate(-15deg);
    animation: translate-rtl 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -2s);
}

.sec-aboutus .aboutus-content .slogan .vc-ellipse {
    height: 50px;
    position: absolute;
    top: 0;
    left: -200px;
    animation: translate-ltr 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -2s);
}

@keyframes translate-rtl {
    to {
        transform: translateX(200px);
        filter: blur(100px) opacity(0);
    }
}

@keyframes translate-ltr {
    to {
        transform: translateX(-200px);
        filter: blur(100px) opacity(0);
    }
}

.sec-aboutus .aboutus-content .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sec-aboutus .aboutus-content .logos>img {
    height: 60px;
}

.sec-aboutus .aboutus-content .logos>img:first-child {
    filter: drop-shadow(0px 4px 4px rgba(68, 169, 95, 0.20));
}

.sec-aboutus .aboutus-content .logos>img:last-child {
    filter: drop-shadow(0px 4px 4px rgba(68, 91, 169, 0.20));
}

.sec-aboutus .aboutus-content .slogan .text {
    font-size: 20px;
    font-weight: 400;
    color: var(--blackcolor);
}

.sec-aboutus .aboutus-content .title-satin {
    font-family: Morabba;
    font-size: 50px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 0;
    line-height: normal;
}

.sec-aboutus .aboutus-content .desc-satin {
    color: var(--blackcolor);
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}

/*---------------------- /Section AboutUs ---------------------*/

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

.sec-slideshow {
    margin-top: 80px;
    overflow: hidden;
}

.sec-slideshow .container {
    position: relative;
    display: flex;
    align-items: center;
}

.sec-slideshow .sqaure-side {
    position: absolute;
    background: url('../images/site/side-slider.svg') no-repeat center center / contain;
    width: 500px;
    height: 500px;
    right: 0;
}

.sec-slideshow .sqaure-side.side-left {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.sec-slideshow .sqaure-side .ligher {
    background-color: var(--whitecolor);
    width: 700px;
    height: 80px;
    transform: rotate(40deg) translateY(-151px);
    opacity: 0.04;
    position: absolute;
    top: 30%;
    right: -150px;
    box-shadow: 0 -150px 1px 0 var(--whitecolor), 0 150px 1px 0 var(--whitecolor);
    animation: translate-top 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -10s);
}

@keyframes translate-top {
    to {
        transform: rotate(40deg) translateY(0);
    }
}


.sec-slideshow .box-outer-slider {
    position: relative;
    margin: 0 auto;
    height: 600px;
    padding: 0 10px 10px;
    border-radius: 30px;
    background: rgba(178, 194, 207, 0.15);
    backdrop-filter: blur(50px);
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.sec-slideshow .box-outer-slider .head-slider {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 100;
}

.sec-slideshow .box-outer-slider .head-slider .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.sec-slideshow .box-outer-slider .head-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--bordercolor);
    width: 12px;
    height: 12px;
    border-radius: 100px;
    opacity: 0.6;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.3s;
}

.sec-slideshow .box-outer-slider .head-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--greencolor);
    width: 35px;
    opacity: 1;
}

.sec-slideshow .box-outer-slider .head-slider .arrows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.sec-slideshow .box-outer-slider .head-slider .swiper-button {
    background-color: var(--whitecolor);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--textcolor);
    cursor: pointer;
    transition: all 0.3s;
}

.sec-slideshow .box-outer-slider .head-slider .swiper-button:hover {
    background-color: var(--maincolor);
    color: var(--whitecolor);
}

.sec-slideshow .box-outer-slider .outer-box {
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 25px;
    border: 5px solid var(--whitecolor);
    overflow: hidden;
}

.sec-slideshow .box-outer-slider .swiper-slideshow {
    width: 100%;
    height: 100%;
}

.sec-slideshow .box-outer-slider .swiper-slideshow .image-slide {
    display: block;
    width: 100%;
    height: 100%;
}

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

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

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

.sec-products {
    margin-top: 120px;
    overflow: hidden;
}

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

/*---------------------- Section Values Satin ---------------------*/

.sec-values-satin {
    margin-top: 120px;
}

.sec-values-satin .swiper-values {
    width: 110%;
    padding-bottom: 10px;
}

.sec-values-satin .box-light-section .item-value {
    background-color: var(--whitecolor);
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(145, 168, 186, 0.10);
    border: 2px solid var(--whitecolor);
    transition: all 0.3s;
}

.sec-values-satin .box-light-section .item-value:hover {
    box-shadow: none;
    border-color: rgba(178, 194, 207, 0.3);
}

.sec-values-satin .item-value .head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sec-values-satin .item-value .head .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.sec-values-satin .item-value .head .number {
    background-color: var(--greencolor);
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-family: Morabba;
    font-size: 18px;
    font-weight: 900;
    color: var(--whitecolor);
    transition: all 0.3s;
}

.sec-values-satin .item-value:hover .head .number {
    background-color: var(--redcolor);
}

.sec-values-satin .item-value .head .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sec-values-satin .item-value .head .text .title {
    font-size: 16px;
    font-weight: 800;
    color: var(--maincolor);
    margin: 0;
}

.sec-values-satin .item-value .head .text .en-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--textcolor);
    margin: 0;
    text-transform: uppercase;
}

.sec-values-satin .item-value .head .box-icon {
    font-size: 30px;
    color: var(--bordercolor);
}

.sec-values-satin .item-value .desc {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--textcolor);
    margin: 0;
    transition: all 0.3s;
}

.sec-values-satin .item-value:hover .desc {
    color: var(--blackcolor);
}

.sec-values-satin .box-light-section .swiper-button {
    display: flex;
    width: 70px;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    border-radius: 15px;
    background: rgba(178, 194, 207, 0.15);
    backdrop-filter: blur(5px);
    font-size: 40px;
    font-weight: bold;
    color: var(--maincolor);
}

/*---------------------- /Section Values Satin ---------------------*/

/*---------------------- Section News Satin ---------------------*/

.sec-news-satin {
    margin-top: 120px;
    overflow: hidden;
}

.sec-news-satin .item-product-satin .image {
    display: block;
    background-color: var(--lightcolor);
    width: 100%;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 3px 3px 0px rgba(145, 168, 186, 0.40);
    overflow: hidden;
}

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

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

.sec-news-satin .item-product-satin .content .head .name>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    transition: all 0.3s;
}

.sec-news-satin .item-product-satin:hover .content .head .name>a {
    color: var(--greencolor);
}

.sec-news-satin .item-product-satin .foot .date-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bordercolor);
}

/*---------------------- /Section News Satin ---------------------*/

/*---------------------- Section Socials Satin ---------------------*/

.sec-socials-satin {
    margin: 120px 0;
}

.sec-socials-satin .box-outer-socials {
    position: relative;
    background-color: var(--lightcolor);
    width: 100%;
    height: 100px;
    padding: 10px 40px;
    border-radius: 25px;
    overflow: hidden;
}

.sec-socials-satin .box-outer-socials::before {
    content: "";
    background: url('../images/site/plus.svg') no-repeat center center / 35px;
    width: 35px;
    height: 40px;
    transform: rotate(-15deg);
    position: absolute;
    right: 10px;
    bottom: -8px;
}

.sec-socials-satin .box-outer-socials::after {
    content: "";
    background: url('../images/site/ellipse.svg') no-repeat center center / 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -10px;
    top: -10px;
}

.sec-socials-satin .box-outer-socials .row {
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.sec-socials-satin .box-outer-socials .en-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-socials-satin .box-outer-socials .en-content .fullname {
    color: var(--bordercolor);
}

.sec-socials-satin .box-outer-socials .en-content .sub-title {
    color: var(--maincolor);
    padding-right: 20px;
}

.sec-socials-satin .box-outer-socials .list-socials {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.sec-socials-satin .box-outer-socials .list-socials::before {
    content: "";
    background-color: var(--whitecolor);
    width: 700px;
    height: 700px;
    border-radius: 100%;
    position: absolute;
    top: -350px;
    right: 0;
    left: 0;
    margin: 0 auto;
    filter: blur(250px);
}

.sec-socials-satin .box-outer-socials .list-socials .item-sc {
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}

.sec-socials-satin .box-outer-socials .list-socials:hover .item-sc {
    filter: grayscale(1) opacity(0.5);
}

.sec-socials-satin .box-outer-socials .list-socials .item-sc:hover {
    filter: none;
}

.sec-socials-satin .box-outer-socials .list-socials .item-sc>img {
    height: 35px;
}

.sec-socials-satin .box-outer-socials .fa-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.sec-socials-satin .box-outer-socials .fa-content .fullname {
    font-family: Morabba;
    font-size: 22px;
    font-weight: 500;
    color: var(--maincolor);
}

.sec-socials-satin .box-outer-socials .fa-content .sub-title {
    font-family: Morabba;
    background-color: var(--maincolor);
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    font-size: 20px;
    font-weight: 500;
    color: var(--whitecolor);
}

/*---------------------- /Section Socials Satin ---------------------*/

/*---------------------- Section Multimedia ---------------------*/

.sec-multimedia {
    margin-top: 120px;
}

.sec-multimedia .item-media .box-media-cover {
    position: relative;
    display: flex;
    width: 100%;
    height: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.sec-multimedia .item-media .box-media-cover .shadow {
    width: 90%;
    height: 250px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 5px 20px 0px #91A8BA !important;
    border-radius: 25px;
    transition: all 0.3s;
}

.sec-multimedia .item-media .box-media-cover:hover .shadow {
    box-shadow: none !important;
}

.sec-multimedia .item-media .box-media-cover>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
    border-radius: 25px;
}

.sec-multimedia .item-media .box-media-cover::before {
    content: "";
    background: rgb(145, 168, 186);
    background: -moz-linear-gradient(60deg, rgba(145, 168, 186, 1) 0%, rgba(145, 168, 186, 0) 100%);
    background: -webkit-linear-gradient(60deg, rgba(145, 168, 186, 1) 0%, rgba(145, 168, 186, 0) 100%);
    background: linear-gradient(60deg, rgba(145, 168, 186, 1) 0%, rgba(145, 168, 186, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#91a8ba", endColorstr="#91a8ba", GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    opacity: 0.3;
    border-radius: 25px;
}

.sec-multimedia .item-media .box-media-cover::after {
    content: "";
    background: url('../images/site/logo-satin.svg') no-repeat center center / 58px;
    width: 58px;
    height: 25px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 150;
    filter: brightness(0) invert(1);
}

.sec-multimedia .item-media .box-media-cover .time {
    background-color: var(--redcolor);
    width: 60px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Morabba;
    font-size: 14px;
    font-weight: 600;
    color: var(--whitecolor);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 150;
    transition: all 0.6s;
}

.sec-multimedia .item-media .box-media-cover:hover .time {
    background-color: var(--maincolor);
}

.sec-multimedia .item-media .box-media-cover .btn-play {
    display: flex;
    position: absolute;
    font-size: 50px;
    color: var(--redcolor);
    z-index: 150;
    filter: drop-shadow(0px 10px 30px var(--redcolor));
    transition: all 0.6s;
}

.sec-multimedia .item-media .box-media-cover:hover .btn-play {
    color: var(--greencolor);
    filter: drop-shadow(0px 10px 30px var(--greencolor));
}

.sec-multimedia .item-media .title-media {
    margin: 20px 0 0;
}

.sec-multimedia .item-media .title-media>a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: var(--maincolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.sec-multimedia .item-media .box-media-cover:hover+.title-media>a {
    color: var(--blackcolor);
}

/*---------------------- /Section Multimedia ---------------------*/

/*---------------------- Section Agencies ---------------------*/

.sec-agencies-satin {
    margin-top: 120px;
}

.sec-agencies-satin .swiper-agencies {
    width: 100%;
    padding-bottom: 10px;
}

.sec-agencies-satin .swiper-agencies .item-agc {
    background-color: var(--whitecolor);
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(145, 168, 186, 0.10);
    border: 2px solid var(--whitecolor);
    transition: all 0.3s;
}

.sec-agencies-satin .swiper-agencies .item-agc:hover {
    border-color: rgba(178, 194, 207, 0.3);
    box-shadow: none;
}

.sec-agencies-satin .swiper-agencies .item-agc>img {
    height: 80px;
    filter: grayscale(1) opacity(0.5);
    transition: all 0.3s;
}

.sec-agencies-satin .swiper-agencies .item-agc:hover>img {
    filter: none;
    transform: scale(0.9);
}

/*---------------------- /Section Agencies ---------------------*/

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

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

.footer-main {
    position: relative;
    background-color: var(--maincolor);
    margin-top: 120px;
}

.footer-main>.container {
    position: relative;
}

.footer-main .curve-box {
    width: 300px;
    height: 190px;
    background: url('../images/site/curve-box.png') no-repeat center center / contain;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: -135px;
    top: -100px;
    z-index: 100;
    padding-bottom: 40px;
}

.footer-main .curve-box::before {
    content: "";
    background-color: var(--whitecolor);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    filter: blur(90px);
    position: absolute;
    bottom: 0;
}

.footer-main .curve-box>img {
    position: relative;
    height: 45px;
    z-index: 10;
}

.footer-main .spacing-footer {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    margin: 50px 0 0;
    border-color: rgba(44, 57, 73, 0.60);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
}

/*---------------------- Footer Info Section ---------------------*/

.footer-main .sec-info-footer {
    display: flex;
    height: 90px;
    padding-top: 20px;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.footer-main .sec-info-footer .item-inf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.footer-main .sec-info-footer .item-inf>i {
    font-size: 20px;
    color: var(--whitecolor);
    opacity: 0.5;
}

.footer-main .sec-info-footer .item-inf .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
}

.footer-main .sec-info-footer .item-inf .content .label {
    opacity: 0.5;
    color: var(--whitecolor);
    font-weight: 500;
    flex-shrink: 0;
}

.footer-main .sec-info-footer .item-inf .content .text {
    opacity: 0.7;
    color: var(--whitecolor);
    font-weight: 600;
    transition: all 0.3s;
}

.footer-main .sec-info-footer .item-inf .content a.text:hover {
    color: var(--greencolor);
    opacity: 1;
}

/*---------------------- /Footer Info Section ---------------------*/

/*---------------------- Footer About Section ---------------------*/

.footer-main .sec-about-footer {
    padding-top: 100px;
}

.footer-main .sec-about-footer>.row {
    gap: 40px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footer-main .sec-about-footer .head-col-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-main .sec-about-footer .head-col-foot .title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: var(--whitecolor);
    opacity: 0.5;
    margin: 0;
}

.footer-main .sec-about-footer .list-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer-main .sec-about-footer .list-links ul>li>a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: var(--whitecolor);
    opacity: 0.7;
    transition: all 0.3s;
}

.footer-main .sec-about-footer .list-links ul>li>a:hover {
    color: var(--greencolor);
    opacity: 1;
    letter-spacing: -0.4px;
}

.footer-main .sec-about-footer .list-stat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.footer-main .sec-about-footer .list-stat ul>li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-main .sec-about-footer .list-stat ul .label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: var(--whitecolor);
    opacity: 0.7;
}

.footer-main .sec-about-footer .list-stat ul .count {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1.4px;
    color: var(--whitecolor);
}

.footer-main .sec-about-footer .head-col-foot .btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--whitecolor);
    font-family: Morabba;
    transition: all 0.3s;
}

.footer-main .sec-about-footer .head-col-foot .btn-view:hover {
    color: var(--greencolor);
    gap: 2px;
}

.footer-main .sec-about-footer .head-col-foot .btn-view>i {
    font-weight: bold;
}

.footer-main .sec-about-footer .map-address {
    margin-right: -60px;
}

.footer-main .sec-about-footer .map-address .box-map {
    position: relative;
    width: 100%;
    height: 290px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-main .sec-about-footer .map-address .box-map .btn-marker {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
}

.footer-main .sec-about-footer .map-address .box-map .btn-marker>img {
    width: 100%;
}

.footer-main .sec-about-footer .map-address .box-map::before {
    content: "";
    background: url('../images/site/curve-map.svg') no-repeat center center / 40px;
    width: 40px;
    height: 150px;
    position: absolute;
    left: -1px;
}

.footer-main .sec-about-footer .map-address .box-map::after {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 24px;
    color: var(--whitecolor);
    position: absolute;
    left: -1px;
}

.footer-main .sec-about-footer .map-address .box-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-main .sec-about-footer .about-footer {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.footer-main .sec-about-footer .about-footer .head-col-foot .title {
    opacity: 1;
}

.footer-main .sec-about-footer .head-col-foot .title>strong {
    font-family: Morabba;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.9px;
    color: var(--whitecolor);
    opacity: 1;
    margin-left: 12px;
}

.footer-main .sec-about-footer .about-footer .head-col-foot .title>span {
    opacity: 0.5;
}

.footer-main .sec-about-footer .about-footer .head-col-foot .btn-website {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: var(--whitecolor);
    opacity: 0.5;
    transition: all 0.3s;
}

.footer-main .sec-about-footer .about-footer .head-col-foot .btn-website:hover {
    color: var(--greencolor);
    opacity: 1;
    letter-spacing: 1px;
}

.footer-main .sec-about-footer .about-footer .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
    color: var(--whitecolor);
    opacity: 0.7;
    margin: 0;
}

.footer-main .sec-about-footer .about-footer .vertical-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-left: 0;
    margin-bottom: 30px;
}

.footer-main .sec-about-footer .about-footer .vertical-logo>img {
    height: 34px;
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
}

.footer-main .sec-about-footer .about-footer .vertical-logo .en-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
    color: var(--whitecolor);
    padding-right: 4px;
}

.footer-main .sec-about-footer .about-footer .vertical-logo .company {
    opacity: 0.5;
}

.footer-main .sec-about-footer .about-footer .vertical-logo .sub-title {
    opacity: 1;
}

/*---------------------- /Footer About Section ---------------------*/

/*---------------------- Footer Copyright Section ---------------------*/

.footer-main .sec-copyright-footer {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main .sec-copyright-footer .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.footer-main .sec-copyright-footer .socials .title {
    font-family: Morabba;
    font-size: 14px;
    font-weight: 700;
    color: var(--whitecolor);
}

.footer-main .sec-copyright-footer .socials .list-sc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.footer-main .sec-copyright-footer .socials .item-sc {
    display: flex;
    font-size: 20px;
    color: var(--whitecolor);
    opacity: 0.3;
    transition: all 0.3s;
}

.footer-main .sec-copyright-footer .socials .item-sc:hover {
    opacity: 1;
    filter: drop-shadow(0px 0 15px var(--whitecolor));
}

.footer-main .sec-copyright-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    text-align: left;
}

.footer-main .sec-copyright-footer .copyright .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: ltr;
}

.footer-main .sec-copyright-footer .copyright .company {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.footer-main .sec-copyright-footer .copyright .company>img {
    width: 12px;
}

.footer-main .sec-copyright-footer .copyright .company>pre {
    margin: 0;
    font-family: YekanBakh;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    color: var(--whitecolor);
    opacity: 0.5;
    font-variant-numeric: lining-nums;
}

.footer-main .sec-copyright-footer .copyright .company>pre>span {
    font-family: Morabba;
}

.footer-main .sec-copyright-footer .copyright .designer {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--whitecolor);
    opacity: 0.5;
}

.footer-main .sec-copyright-footer .copyright .designer>a {
    color: var(--whitecolor);
}

.footer-main .sec-copyright-footer .copyright .page-scroll {
    background-color: var(--redcolor);
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--whitecolor);
    transition: all 0.3s;
}

.footer-main .sec-copyright-footer .copyright .page-scroll:hover {
    background-color: var(--whitecolor);
    color: var(--maincolor);
}

/*---------------------- /Footer Copyright Section ---------------------*/

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

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

.content-page {
    position: relative;
    margin-top: 40px;
    z-index: 1050;
}

.content-page .sec-details-page .outer-box {
    background-color: var(--lightcolor);
    padding: 30px;
    border-radius: 25px;
}

.content-page .sec-details-page .image-details {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.content-page .sec-details-page .date {
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.content-page .sec-details-page .title-details {
    font-family: Morabba;
    font-size: 30px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 0;
    line-height: normal;
}

.content-page .sec-details-page .small-content {
    background-color: rgba(178, 194, 207, 0.3);
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0 15px;
}

.content-page .sec-details-page .small-content .desc,
.content-page .sec-details-page .text-details p {
    color: var(--blackcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.content-page .sec-details-page .text-details p {
    font-weight: 300;
    line-height: 35px;
}

.content-page .sec-contact .info-contact{
    position: relative;
    z-index: 100;
}

.content-page .sec-contact .info-contact .box-map {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
}

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

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

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

.content-page .sec-contact .list-contact .item-cnt .desc p {
    font-size: 16px;
    font-weight: normal;
    color: var(--blackcolor);
    line-height: 1.8;
    margin: 0;
}

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

.content-page .sec-contact .desc-contact {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0;
}

.content-page .sec-contact .form-contact .desc-contact>a {
    font-weight: bold;
    color: var(--subcolor);
}

.content-page .sec-contact .form-contact .spacing {
    border-color: var(--bordercolor);
    margin: 30px 0;
    opacity: 0.3;
}

.content-page .sec-contact .form-contact {
    position: relative;
    padding-right: 60px;
}

.content-page .sec-contact .form-contact::before {
    content: "";
    background-color: var(--whitecolor);
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    box-shadow: -17px 0px 30px -17px rgba(68, 91, 169, 0.30);
}

.content-page .sec-contact .form-contact .title-form {
    font-family: Morabba;
    font-size: 20px;
    font-weight: 900;
    color: var(--blackcolor);
    margin: 0 0 20px;
}

.content-page .sec-contact .form-contact .form-group {
    margin-bottom: 20px;
    padding: 0 10px;
}

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

.content-page .sec-contact .form-contact .form-group .form-control {
    background-color: var(--lightcolor);
    height: 70px;
    border: 1px solid rgba(178, 194, 207,0.4);
    border-radius: 16px;
    box-shadow: none;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--blackcolor);
    transition: all 0.3s;
}

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

.content-page .sec-contact .form-contact .form-group .form-control::placeholder {
    font-size: 16px;
    font-weight: normal;
    color: var(--textcolor);
    opacity: 0.6;
}

.content-page .sec-contact .form-contact .form-group .form-control:focus {
    background-color: var(--whitecolor);
    border-color: var(--bordercolor);
}

.content-page .sec-contact .form-contact .form-group .note-input {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--textcolor);
    margin-top: 5px;
    padding-right: 5px;
}

.content-page .sec-contact .form-contact .btn-send {
    background-color: var(--greencolor);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 500px;
    height: 70px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 800;
    color: var(--whitecolor);
    border: none;
    margin-top: 10px;
    transition: all 0.3s;
}

.content-page .sec-contact .form-contact .btn-send:hover {
    background-color: var(--maincolor);
}
.content-page .item-product-satin{
    padding: 10px 0px 10px 30px;
    margin-bottom: 40px;
}
.content-page .item-product-satin::after {
	width: 30px;
	box-shadow: -12px 0px 30px -12px rgba(68, 91, 169, 0.30);
}
.content-page .sec-multimedia .item-media{
    margin-bottom: 30px;
}
.content-page .box-light-section{
    padding: 30px;
}
.content-page .box-light-section .row{
    gap: 30px 0;
}
.content-page .sec-values-satin .box-light-section .item-value{
    padding: 30px;
    height: 100%;
}
.content-page .sec-values-satin .item-value .desc{
    display: block;
}
.content-page .sec-single-product{
    margin-top: 50px;
}
.content-page .sec-single-product .swiper-products-single {
    width: 100%;
    height: 480px;
    border-radius: 25px;
    border: 3px solid rgba(178, 194, 207,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.content-page .sec-single-product .swiper-products-single .img-product {
    width: 80%;
}

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

.content-page .sec-single-product .other-images-products .item-oth-image {
    background-color: var(--whitecolor);
    width: 25%;
    height: 110px;
    border-radius: 20px;
    border: 3px solid rgba(178, 194, 207,0.3);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

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

.content-page .sec-single-product .other-images-products .item-oth-image>img {
    width: 80%;
}

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

.content-page .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-page .sec-single-product .swiper-products-single .swiper-button.swiper-sng-prev {
    left: 20px;
}

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

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

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

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

.content-page .sec-single-product .other-content-product.show {
    height: auto;
}

.content-page .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-page .sec-single-member .other-content-product::after {
    display: none;
}

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

.content-page .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-page .sec-single-product .other-content-product .btn-show-content::before {
    content: "نمایش بیشتر";
    font-size: 16px;
    font-weight: bold;
    color: var(--maincolor);
    transition: all 0.3s;
}

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

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

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

.content-page .sec-single-product .content-product{
    position: relative;
    padding-right: 60px;
}
.content-page .sec-single-product .content-product.other-content-product{
    padding-right: 20px;
}
.content-page .sec-single-product .content-product::before {
	content: "";
	background-color: var(--whitecolor);
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	box-shadow: -17px 0px 30px -17px rgba(68, 91, 169, 0.30);
}
.content-page .sec-single-product .content-product.other-content-product::before{
    display: none;
}

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

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

.content-page .sec-single-product .head-product .btn-like-product {
    background-color: var(--whitecolor);
    border: 1px solid var(--bordercolor);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

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

.content-page .sec-single-product .head-product .btn-like-product.active>i {
    color: #e72524;
    opacity: 1;
}

.content-page .sec-single-product .head-product .code {
    background-color: var(--lightcolor);
    width: auto;
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--subcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.content-page .sec-single-product .head-product .view-image-link {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: var(--subcolor);
    margin: 5px 0 0;
}

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

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

.content-page .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-page .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: 40px;
}

.content-page .sec-single-product .product-specifications {
    width: 100%;
    border: 1px solid var(--bordercolor);
    border-radius: 20px;
    overflow: hidden;
}

.content-page .sec-single-product .product-specifications .title-box {
    width: 100%;
    background-color: var(--lightcolor);
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: var(--subcolor);
    border-bottom: 1px solid var(--subcolor);
}

.content-page .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-page .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-page .sec-single-product .product-specifications .nav-link.active {
    font-weight: bold;
    color: var(--subcolor);
}

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

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

.content-page .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-page .sec-single-product .product-specifications .item-spc .title {
    font-size: 14px;
    font-weight: bold;
    color: var(--maincolor);
}

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

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

.content-page .sec-single-product .product-specifications .tab-pane li,
.content-page .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-page .sec-single-product .product-specifications .title-table {
    font-size: 16px;
    font-weight: bold;
    color: var(--subcolor);
    margin: 0 0 10px;
}

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

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

.content-page .sec-single-product .product-specifications .table thead th:first-child {
    border-radius: 0 15px 15px 0;
}

.content-page .sec-single-product .product-specifications .table thead th:last-child {
    border-radius: 15px 0 0 15px;
}

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

.content-page .sec-single-product .product-specifications .table tbody td:first-child {
    border-radius: 0 12px 12px 0;
}

.content-page .sec-single-product .product-specifications .table tbody td:last-child {
    border-radius: 12px 0 0 12px;
}

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

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

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

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

.content-page .sec-single-product .sec-products .row-swiper .swiper-button {
    top: 36%;
}

.content-page .sec-single-product .sec-products .row-swiper .swiper-sml-prev {
    left: 30px;
}

.content-page .sec-single-product .sec-products .row-swiper .swiper-sml-next {
    right: 30px;
}
.sec-details-page .list-catalog{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.sec-details-page .head-section-main{
    margin: 40px 0 20px;
}
.sec-details-page .head-section-main .container{
    padding: 0;
}
.sec-details-page .list-catalog .btn-catalog{
    background-color: var(--whitecolor);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	border-radius: 500px;
	height: 55px;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 600;
	color: var(--textcolor);
    gap: 10px;
    text-transform: uppercase;
	transition: all 0.3s;
}
.sec-details-page .list-catalog .btn-catalog:hover{
    background-color: var(--maincolor);
    color: var(--white);
}
.sec-details-page .list-catalog .btn-catalog > i{
    font-size: 25px;
    color: var(--bordercolor);
    opacity: 0.5;
    transition: all 0.3s;
}
.sec-details-page .list-catalog .btn-catalog:hover > i{
    color: var(--greencolor);
    opacity: 1;
}
.content-page .sec-job-page .form-contact {
    padding-right: 15px;
}

.content-page .sec-job-page .form-contact::before {
    display: none;
}

.content-page .sidebar-filter .accordion .card {
    background-color: var(--lightcolor);
    border-radius: 20px;
    border-color: rgba(178, 194, 207, 0.3);
    margin-bottom: 20px;
}

.content-page .sidebar-filter .accordion .card-header {
    padding: 0;
    background-color: var(--lightcolor);
    border-color: rgba(178, 194, 207, 0.3);
}

.content-page .sidebar-filter .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-page .sidebar-filter .accordion .btn-link>i {
    font-size: 20px;
    color: var(--textcolor);
    opacity: 0.5;
    transition: all 0.4s;
}

.content-page .sidebar-filter .accordion .btn-link.collapsed>i {
    transform: rotate(180deg);
}

.content-page .sidebar-filter .accordion .card-body {
    padding: 20px;
}

.content-page .sidebar-filter .box-ctg {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    transition: all 0.3s;
}

.content-page .sidebar-filter .box-ctg:hover {
    background-color: var(--maincolor);
    padding: 10px 15px;
}

.content-page .sidebar-filter .title-ctg {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
    margin: 0;
    transition: all 0.3s;
}

.content-page .sidebar-filter .box-ctg:hover .title-ctg {
    color: var(--whitecolor);
}

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

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

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

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

    .header-main .header-box {
        padding: 20px;
        margin-top: 30px;
    }

    .header-main .header-box .row-logo>img {
        height: 40px;
        margin-left: 15px;
    }

    .header-main .header-box .row-logo .content .company {
        font-size: 15px;
    }

    .header-main .header-box .row-logo .content .desc {
        font-size: 12px;
    }

    .header-main .header-box .navbar-satin .nav-link {
        padding: 12px;
        font-size: 14px;
    }

    .header-main .header-box .options-head .btn-lang {
        width: 45px;
        height: 45px;
    }

    .header-main .header-box .options-head .btn-catalog {
        height: 45px;
        padding: 15px 20px;
        font-size: 13px;
        margin-right: 5px;
    }

    .header-main .header-box .contact-us .tel>i {
        font-size: 11px;
    }

    .header-main .header-box .contact-us .tel>a {
        font-size: 14px;
    }

    .header-main .header-box .contact-us .title {
        font-size: 11px;
    }

    .sec-aboutus::before {
        background-size: 320px;
        width: 320px;
        height: 500px;
        top: -70px;
    }

    .sec-aboutus::after {
        background-size: 320px;
        width: 320px;
        height: 500px;
        top: 100px;
        right: -70px;
    }

    .footer-main .curve-box {
        left: 15px;
    }

    .footer-main .sec-info-footer {
        width: 80%;
        flex-wrap: wrap;
        gap: 10px 40px;
    }
}

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