:root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --primary-color: #152E74;
    --secondary-color: #152E74;
    --tertiary-color: #526D80;
    --footer-color: #33363B;
    --background-color: linear-gradient(135deg, rgba(233,95,16,1) 0%, rgba(233,161,16,1) 100%);
}
* {
    font-family: 'Tilda Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
}
body {
    font-family: 'Tilda Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
}
.z-5{z-index: 2;}
.pore {
    position: relative;
    z-index: 2;
}

.n-d-flex {
    display: block !important;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

.header .brightness-image {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.header .invert-image {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
	height:0;
}
body::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

body.ar {
    font-family: 'Vazirmatn', sans-serif;
}

body {
    color: #262626;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.header-container {
    width: calc(100% - 120px );
    padding: 27px 0px;
    margin: 0 auto;
    position: relative;
    /* max-width: 1800px; */
    height: 100%;
}

.banner-container {
    width: calc(100% - 120px );
    padding: 18px 0px 0;
    margin: 0 auto;
    position: relative;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

header {
    width: 100%;
    position: absolute;
    z-index: 9;
}

header.header {
    width: 100%;
    position: relative;
    z-index: 9;
}

header .header-container:after {
    content: "";
    background-image: url(./../../../image/catalog/header/header-two-border.svg);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    height: 20px;
    background-repeat: no-repeat;
}
header .header-container:before {
    content: "";
    background: #fff;
    width: calc(100% - 1800px);
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    height: 8px;
    background-repeat: no-repeat;
    z-index: 0;
}
header.header .header-container:after {
    background-image: url(./../../../image/catalog/header/header-border.svg);
}
header.header .header-container:before {
   background: rgba(82, 109, 128, 0.2);
}
header .b2b {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

header.header .b2b {
    color: #526D80;
}

header .b2b:after {
    background: #fff;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
}

header .b2b:after {
    background: #fff;
}

header .b2b object {
    color: #526D80;
    font-size: 16px;
    font-weight: 900;
  

}
header:not(.header) .b2b object {
   
    filter: brightness(100);

}
header .header-mobile-top .b2b object {
   
    filter:initial;

}
header .lang {
    position: relative;
    margin: 0 0px 0 36px;
    padding: 0px;
    border-radius: 50px;
}

header .lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
}

header .lang a.block {
    color: #fff;
}

header.header .lang a.block {
    color: #526D80;
}

header .lang a.block span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
}

header.header .lang a.block span {
    color: #526D80;
}

header .lang a.block span:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

header.header .lang a.block span:after {
    background: #526D80;
}

header .lang a.block svg {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

header.header .lang a.block svg {
    color: #526D80;
}

header .lang:hover a.block span i {
    transform: rotate(180deg)
}

header .lang a.block span i {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-left: 7px;
}

header .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 27px 90px 15px 24px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 28;
}

header .lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
}

header .lang .drop-lang li {
    margin-bottom: 12px;
    cursor: pointer;
}

header .lang .drop-lang li:last-child {
    margin-bottom: 8px;
}

header .drop-lang span {
    color: rgb(82 109 128 / 80%);
    font-size: 14px;
    font-weight: 500;
}

header .drop-lang li:hover span {
    color: #526D80;
}

header .menu {
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-left: 60px;
}

header .menu .top li {
    position: relative;
    margin: 0 13px;
    padding-bottom: 10px;
}

header .menu .bottom li {
    position: relative;
    margin: 0px 24px;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0 15px;
}

header .menu li:first-child {
    margin-left: 0
}

header .menu li:last-child {
    margin-right: 0
}

header .right {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

header .menu li .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 16px 0 16px 24px;
    background: #fff;
    display: none;
    z-index: 88;
}
header .menu .top li .dropdown-menu {
   
    top: 28px;
   z-index: 104;
}
header .menu li.dropdown:hover .dropdown-menu {
    display: block;
}

header .menu li.dropdown .dropdown-menu li {
    margin: 6px 0;
    padding: 0;
    position: relative;
    padding-right: 24px;
    display: flex;
    align-items: center;
}

header .menu li.dropdown .dropdown-menu li svg {
    margin-left: 26px;
    font-size: 11px
}

header .menu li.dropdown .dropdown-menu li a {
    padding-left: 0;
    margin-left: 0;
}

header .menu li.dropdown .dropdown-menu li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: all .5s;
    color: #75787A;
}

header .menu li.dropdown .dropdown-menu li:hover a span {
    color: #A6A8A9;
    left: 15px;
}

header .menu .top li a,header .menu .top li span {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

header .menu li .dropdown-menu-two {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 15px 24px;
    background: #fff;
    display: none;
    z-index: 88;
}

header .menu .dropdown-menu li:hover .dropdown-menu-two {
    display: block;
}

header .menu .bottom li a {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

header .menu li a,header .menu li span {
    color: rgb(255 255 255 / 80%);
}

header.header .menu li a,header.header .menu li span {
    color: rgb(82 109 128 /.80);
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

header .menu .bottom li a {
    color: rgb(255 255 255 / 100%);
}

header.header .menu .bottom li a {
    color: rgb(82 109 128 / .80);
}

header.header .menu .bottom>li:first-child a {
    color: #E95F10
}

header .menu .bottom li a img {
    margin-right: 7px
}

header .menu .dropdown li a,header .menu .dropdown li span {
    color: rgb(82 109 128 / 80%);
    font-size: 14px;
    font-weight: 500;
    cursor:pointer;
    display:flex;
    align-items:center;
    white-space:nowrap;
}

header .menu .dropdown li a:hover {
    color: rgb(82 109 128 / 100%);
}

header .menu li a i {
    color: #000;
    font-size: 10px;
    margin-left: 5px;
}

header .menu li a:hover {
    color: #fff;
}

header.header .menu li a:hover {
    color: rgb(82 109 128 / 100);
}

header .menu li .dropdown a i {
    color: #75787A;
    font-size: 10px;
    margin-left: 5px;
}

header .link a {
    margin-left: 44px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

header .link a,header .link li {
    color: #75787A;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
}

header .link i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 10px;
}

header .link a i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
}

header .link li:hover i {
    color: #262554
}

header .link li {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

header .link li:hover {
    color: #262554
}

header .link li .dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 30px 80px 30px 30px;
    border: 1px solid rgb(166 168 169 / 50%);
    border-radius: 10px;
    background: #fff;
    display: none;
}

header .link li:hover .dropdown {
    display: block;
}

header .link li .dropdown li {
    padding-left: 0;
    margin-left: 0;
    padding: 7px 0;
}

header .link li .dropdown li a {
    padding-left: 0;
    margin-left: 0;
}

header .link li .dropdown li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    left: 0;
    position: relative;
    transition: all .5s;
}

header .link li .dropdown li:hover a span {
    color: #A6A8A9;
    left: 15px;
}
header .bottom{position:relative;}
header .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f6f8;
    border-radius: 50px;
    padding: 6px 7px;
    border: 1px solid rgb(82 109 128 / 50%);
    position: relative;
    z-index: 26;
}

header.header .search {
    background: #F5F6F8;
}

header .search .search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search .search-icon:after {
    content: "";
    background: var(--background-color);
    border-radius: 50px;
    height: 36px;
    width: 36px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

header .search .object {
    display:flex;align-items:center;justify-content:center;
    z-index: 12;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    position: relative;
}

header .search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    margin-right: 10px;
    width: 15rem;
    padding-right: 0px;
    background: transparent;
}

header .search input::placeholder {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    text-transform: uppercase;
}

header .search span {
    font-size: 14px;
    font-weight: 400;
    color: #526D80;
    margin-right: 10px;
    position: relative;
    height: 100%;
    padding-left: 17px;
}

header .search span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #526d8091;
    width: 1px;
    height: 100%;
}

header .search button {
    box-shadow:unset;border:unset;text-transform: uppercase;
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    border-radius: 70px;
    padding: 11px;
    font-size: 12px;
    font-weight: 700;
}

.openmenu {
    /* min-height: 100vh; */
    background: #152E74;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 674;
    transition: all .5s;
    transform: translateY(-100vh);
    overflow: auto;
    max-height: 100vh;
    height: 100vh;
}

.openmenu:after {
    content: "";
    width: 56vw;
    height: 75vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(./../../../image/catalog/logos/favicon.svg);
    background-repeat: no-repeat;
    background-position-x: 7vw;
    opacity: .5;
}

.openmenu .flexd {
    flex-direction: column;
    display: flex;
    justify-content: start;
    height: 100%;
}

.openmenu .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    padding: 12px 12px;
    position: relative;
    z-index: 99;
}

.openmenu .bottom span {
    font-size: 14px;
    color: #fff;
}

.openmenu .search .search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.openmenu .search .search-icon:after {
    content: "";
    background: var(--background-color);
    border-radius: 50px;
    height: 36px;
    width: 36px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.openmenu .search .object {
    display:flex;align-items:center;justify-content:center;
    z-index: 12;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    position: relative;
}

.openmenu .search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    margin-right: 10px;
    width: 36vw;
    padding-right: 60px
}

.openmenu .search input::placeholder {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    text-transform: uppercase;
}

.openmenu .search span {
    font-size: 14px;
    font-weight: 400;
    color: #526D80;
    margin-right: 10px;
    position: relative;
    height: 100%;
    padding-left: 17px;
}

.openmenu .search span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #526D80;
    width: 1px;
    height: 100%;
}

.openmenu .right {
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
}

.openmenu .top {
    margin-bottom: 20px
}

.openmenu .bottom {
    text-align: center;
    position: relative;
}

.openmenu .search button {
    box-shadow:unset;border:unset;text-transform: uppercase;
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    border-radius: 70px;
    padding: 11px;
    font-size: 12px;
    font-weight: 700;
}

.openmenu .b2b {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.openmenu .b2b:after {
    background: #fff;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
}

.openmenu .b2b object {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.openmenu .lang {
    position: relative;
    margin: 0 0px 0 36px;
    padding: 0px;
    border-radius: 50px;
}

.openmenu .lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
}

.openmenu .lang a.block span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
}

.openmenu .lang a.block span:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.openmenu .lang a.block svg {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.openmenu .lang:hover a.block span i {
    transform: rotate(180deg)
}

.openmenu .lang a.block span i {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-left: 7px;
}

.openmenu .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 27px 90px 15px 24px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 8;
}

.openmenu .lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
}

.openmenu .lang .drop-lang li {
    margin-bottom: 12px;
}

.openmenu .lang .drop-lang li:last-child {
    margin-bottom: 8px;
}

.openmenu .drop-lang span {
    color: rgb(82 109 128 / 80%);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.openmenu .drop-lang li:hover span {
    color: #526D80;
}

.openmenu .navs {
    padding: 110px 72px 25px;
}

.openmenu .link {
    padding-left: 0;
}

.openmenu .link li {
    margin-bottom: 16px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.openmenu .navs-link .link li.active:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
}

.openmenu .navs-link-right {
    margin-left: 78px;
    overflow: auto;
    height: 62vh;
    position: relative;
    z-index: 2;
}

.openmenu .link li h6 {
    color: rgb(255 255 255 / 70%);
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 13px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.openmenu .navs-link {
    position: relative;
}

.openmenu .navs-link:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: rgb(255 255 255 / 70%)
}

.openmenu .navs-link .link li:first-child a {
    font-weight: 700;
}

.openmenu .link li.active h6 {
    color: #fff;
}

.menu-btn {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 16px 26px;
    margin-right: 0;
    background: rgb(245 246 248 / 10%);
    display: flex;
    flex-direction: column;
    width: 88px;
    align-items: center;
    justify-content: center;
    height: 88px;
    border-radius: 10px;
}

header.header .menu-btn {
    background: #F5F6F8;
}

.menu-btn span {
    position: relative;
    content: " ";
    background: rgb(255 255 255 / 80%);
    width: 36px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
}

header.header .menu-btn span {
    background: rgb(82 109 128 / 80%);
}

.menu-btn b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 12px;
}

header.header .menu-btn b {
    color: rgb(82 109 128 / 80%);
}

.openmenu .close {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 16px 26px;
    margin-right: 0;
    background: rgb(245 246 248 / 10%);
    display: flex;
    flex-direction: column;
    width: 88px;
    align-items: center;
    justify-content: center;
    height: 88px;
    border-radius: 10px;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #fff;
    width: 36px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 35px;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.openmenu .close b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 35px;
}

.navs-link-right::-webkit-scrollbar {
    width: 0px;
}

.openmenu .navs-link-right .link {
    display: none;
}

.openmenu .navs-link-right .link li {
    margin-bottom: 10px
}

.openmenu .navs-link-right .link ul {
    margin-left: 20px;
    margin-top: 10px
}

.openmenu .navs-link-right .link a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 700;
}
.openmenu .cat-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.openmenu .navs-link-right .link button {
    box-shadow: unset;
    background: transparent;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
}

.openmenu .navs-link-right .link ul li {
    margin-bottom: 5px
}

.openmenu .navs-link-right .link ul a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

.slider {
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
}

.slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider picture img {
    height: 100vh;
    width: 100%;
    object-position: bottom;
    object-fit: cover;
    max-width: 100%;
}

.slider .item {
    position: relative;
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    left: 0;
    bottom: 0;
}

.slider .content h2 {
    font-size: 96px;
    line-height: 90px;
    color: #fff;
    font-weight: 900;
    margin-top: 0;
    max-width: 17rem;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.slider .content h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 900;
    margin-top: 0;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slider .content p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    max-width: 28rem;
}

.page-down {
    position: absolute;
    bottom: 48px;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    left: 0;
}

.page-down span {
    transform: rotate(270deg);
    display: inline-block;
    margin-bottom: 52px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.slider .arrows li {
    background: #ffffff30;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    display: none !important;
    font-size: 20px;
}

.slider .arrows .next {
    position: absolute;
    right: 100px;
    bottom: 50%;
    z-index: 15
}

.slider .arrows .prev {
    position: absolute;
    left: 100px;
    bottom: 50%;
    z-index: 15
}

.slider .arrows li:hover {
    background: var(--secondary-color);
}

.slider .arrows i {
    font-size: 21px;
    color: #fff;
}

.slider .arrows li:hover i {
    color: #fff;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.slick-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 12px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.slider .slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 57px;
    background: #666666;
    height: 3px;
    border: 1px solid #666666;
    border-radius: 20px;
    opacity: 1;
}

.slider .slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #fff;
    background: #fff;
}

.slider .pagescrool img {
    margin-right: 13px;
}

.slider .pagescrool {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 9;
    width: 21px;
}

.scroll-contact {
    position: fixed;
    right: 60px;
    top: 35%;
    overflow: visible;
    display: flex;
    background: #152E74;
    border-radius: 10px;
    flex-direction: column;
    padding: 0 0px;
    gap: 0;
    font-size: 32px;
    z-index: 3;
}

.scroll-contact img {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.scroll-contact a {
    position: relative;
    padding-top: 4px;
    margin: 0;
    height: 54px;
    border-bottom: 1px solid #fff6;
    width: 100%;
    display: block;
    padding: 0px 10px 0px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-contact span {
    display: inline-block;
    position: relative;
    padding: 0 10px 5px 12px;
    border-bottom: 1px solid #fff6;
}
.scroll-contact span:last-child {
   
    border-bottom: none
}
.scroll-contact a:hover img {
    color: var(--primary-color);
}

.scroll-contact img:hover {
    color: var(--primary-color);
}

.scroll-contact d {
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    display: flex;
    transition: all .5s;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    background: #152E74;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateX(-100%);
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.scroll-contact a:hover d {
    left: 12px;
    width: initial;
    padding: 0 55px 0 15px;
    background: var(--primary-color);
}

.scroll-contact span:hover d {
    left: 10px;
    width: initial;
    padding: 0 55px 0 15px;
    white-space: nowrap;
    opacity: 1;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
}

.scroll-contact span.page-top:hover d {
    left: 10px;
    width: initial;
    padding: 0 55px 0 15px;
    white-space: nowrap;
    opacity: 1;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
}

#popup {
    align-items: center;
    justify-content: center;
    top: 0;
    padding-top: 0;
}

#popup.show {
    display: flex !important
}

.modal .pore {
    position: relative;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.scroll-contact d ul li a {
    border: none;
    padding: 0 8px;
}

.scroll-contact d ul li a svg {
    color: #fff;
    font-size: 21px;
}

.cookie {
    display: none;
    position: fixed;
    bottom: 30px;
    padding: 28px 25px;
    width: 490px;
    background: var(--primary-color);
    right: 60px;
    border-radius: 15px;
    z-index: 9;
    max-width: calc(100vw - 40px);
    z-index: 99;
}

.cookie h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
}

.cookie a {
    color: #fff;
    font-weight: 700;
}

.cookie span.cookie-ok {
    margin: 7px 8px 0;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    padding: 11px 30px;
    font-weight: 700;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.home-search {
    height: 100vh;
    position: relative;
    background: var(--background-color);
    display: flex;
    align-items: center;
}

.home-search:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: url(./images/anasayfa/bg-arama.webp);
    z-index: 1;
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}
.home-search .bottom {position:relative;}
.home-search .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    padding: 6px 7px;
    position: relative;
    z-index: 99;
}

.home-search .search .search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-search .search .search-icon:after {
    content: "";
    background: var(--background-color);
    border-radius: 50px;
    height: 36px;
    width: 36px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.home-search .search .object {
    display:flex;align-items:center;justify-content:center;
    z-index: 12;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    position: relative;
}

.home-search .search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    margin-right: 10px;
    max-width: 19rem;
    padding-right: 60px;
    width: 20rem;
}

.home-search .search input::placeholder {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    text-transform: uppercase;
}

.home-search .bottom span {
    font-size: 14px;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.home-search .search span {
    font-size: 14px;
    font-weight: 400;
    color: #526D80;
    margin-right: 10px;
    position: relative;
    height: 100%;
    padding-left: 17px;
}

.home-search .search span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #526D80;
    width: 1px;
    height: 100%;
}

.home-search .search button {
    box-shadow:unset;border:unset;text-transform: uppercase;
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    border-radius: 70px;
    padding: 11px;
    font-size: 12px;
    font-weight: 700;
}

.home-search h1 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
}

.home-search h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    width: 36rem;
}

.new-product-slider {
    margin-top: 72px;
}

.new-product {
    padding: 100px 0 40px;
    position: relative;
    margin-bottom: 100px;
}

.new-product h1 {
    font-size: 48px;
    line-height: 58px;
    color: #152E74;
    font-weight: 700;
    max-width: 50%;
}

.new-product .arrows {
    position: relative;
    border: 1px solid rgb(82 109 128 / 50%);
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 50px;
}

.new-product .arrows li {
    background: #ffffff30;
    width: 34px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 27px;
    color: rgb(82 109 128 / 50%);
    cursor: pointer;
}



.new-product .arrows svg {
    font-size: 21px;
    color: rgb(82 109 128);
}

.new-product .arrows .new-prev svg {
    color: rgb(82 109 128 / 40%);
}

.product {
    border: 1px solid rgb(82 109 128 / 10%);
    position: relative;
    background: #fff;
}

.product:hover {
    border: 1px solid #E95F10;
}

.product .item {
    padding: 40px 20px 0px;
}

.product span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #E95F10;
    padding: 5px 14px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.product .link {
    background: var(--background-color);
    color: #fff;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    display: none;
}

.product:hover .link {
    display: flex;
}

.product h4 {
    font-size: 11px;
    font-weight: 700;
    color: #526D80;
    opacity: .8;
    margin-bottom: 00px;
    line-height: 24px;
}

.product h2 {
    font-size: 20px;
    font-weight: 400;
    color: #526D80;
    margin-bottom: 20px;
    line-height: 24px;
    margin-top: 10px;
    min-height: 48px;
}

.product h3 {
   
    font-size: 18px;
    font-weight: 700;
    color: #152E74;
    margin-bottom: 5px;
    line-height: 21px;
}
.product h5 {
    font-size: 15px;
    font-weight: 700;
    color: #E95F10;
    margin-bottom: 0;
    line-height: 21px;
    min-height:21px;
}


.product h4.brand {
    opacity: 1;
    margin-bottom: 32px;
    width: 14rem;
    min-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .all-group {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    color: #152E74;
    font-size: 14px;
    font-weight: 500;
    background: #F6F7F9;
    text-transform: capitalize;
}

.new-product.slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.new-product .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 12px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    row-gap: 10px;
}

.new-product .slick-dots li {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.new-product .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.new-product .slick-new-dots .slick-dots li button:before {
    content: "";
    width: 57px;
    background: #152E74;
    height: 4px;
    border: 1px solid #152E74;
    border-radius: 0px;
    opacity: .4;
}

.new-product .slick-new-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #152E74;
    background: #152E74;
}

.new-product .all-product {
    background: rgb(82 109 128 / 10%);
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #526D80;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    position: relative;
    transition: all .5s;
    right: 0;
    margin-left: -0px;
}

.new-product .all-product:hover {
    background: rgb(82 109 128 / 15%);
    gap: 30px;
    right: -10px;
    margin-left: -10px;
}

/* === new-product enhancements (smooth interaction) ============================
   Mevcut yapıyı bozmadan eklenmiş ufak iyileştirmeler:
   - Ok butonları: hover'da yumuşak renk geçişi ve micro-scale
   - Ürün kartı: hover'da görsel hafif zoom + smooth gölge
   - Kart link butonu: display:none yerine fade+slide ile beliriyor
*/
.new-product .arrows li,
.new-product .arrows .new-prev i,
.new-product .arrows .new-next i {
    transition: transform .25s ease, color .25s ease, background .25s ease;
}
.new-product .arrows li:hover {
    background: rgb(82 109 128 / 12%);
    color: #152E74;
}
.new-product .arrows .new-prev:hover i {
    transform: translateX(-3px);
    color: #152E74;
}
.new-product .arrows .new-next:hover i {
    transform: translateX(3px);
    color: #152E74;
}

.product {
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.product:hover {
    box-shadow: 0 12px 28px -16px rgba(21, 46, 116, 0.18);
    transform: translateY(-2px);
}
.product .item img {
    transition: transform .45s ease;
    will-change: transform;
}
.product:hover .item img {
    transform: scale(1.04);
}

/* "link" oku display:none/flex sıçramasını düzleştir */
.product .link {
    display: flex;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}
.product:hover .link {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* "tüm ürünler" buton oku okunaklı kayması */
.new-product .all-product i {
    transition: transform .3s ease;
}
.new-product .all-product:hover i {
    transform: translateX(4px);
}

/* --- Başlık counter (animasyonlu sayı) --- */
.new-product h1 .counter-number {
    color: #E95F10;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    min-width: 1ch;
}

/* --- Slider kenar fade mask (akış hissi) --- */
.new-product-slider {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 6%,
        #000 94%,
        transparent 100%
    );
            mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 6%,
        #000 94%,
        transparent 100%
    );
}
@media (max-width: 768px) {
    .new-product-slider {
        -webkit-mask-image: none;
                mask-image: none;
    }
}

/* --- "Yeni" rozeti — ilk birkaç saniye nabız atar, sonra durur --- */
@keyframes new-badge-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(233, 95, 16, 0.55);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(233, 95, 16, 0);
    }
}
.product span {
    animation: new-badge-pulse 1.8s ease-out 3;
    animation-fill-mode: forwards;
    border-radius: 2px;
}

/* --- Splide pagination (slick-dots tarzı çubuk dots) --- */
.new-product .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    padding: 32px 0 0;
    margin: 0;
}
.new-product .splide__pagination__page {
    width: 57px;
    height: 4px;
    margin: 0;
    padding: 0;
    border: 1px solid #152E74;
    border-radius: 0;
    background: #152E74;
    opacity: .4;
    transform: none;
    transition: opacity .25s ease, transform .25s ease;
}
.new-product .splide__pagination__page:hover {
    opacity: .7;
}
.new-product .splide__pagination__page.is-active {
    opacity: 1;
    transform: none;
    background: #152E74;
}
/* === /new-product enhancements ============================================ */


/* === three-box (alternating image + content banners) ====================== */
.three-box {
    padding: 40px 0 80px;
}
.three-box .c-container {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.three-box-about {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 64px;
    position: relative;
}
/* Cift siralarda gorsel saga, icerik sola */
.three-box-about--reverse:nth-child(even) {
    grid-template-columns: 1fr 1.05fr;
}
.three-box-about--reverse:nth-child(even) .three-box-about-image {
    order: 2;
}
.three-box-about--reverse:nth-child(even) .three-box-about-content {
    order: 1;
}

.three-box-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 16 / 10;
    background: #f3f5f8;
    box-shadow: 0 22px 50px -32px rgba(21, 46, 116, 0.35);
}
.three-box-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    will-change: transform;
}
.three-box-about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(21, 46, 116, 0.0) 55%,
        rgba(21, 46, 116, 0.18) 100%
    );
    pointer-events: none;
    transition: opacity .4s ease;
}
.three-box-about:hover .three-box-about-image img {
    transform: scale(1.05);
}
.three-box-about:hover .three-box-about-image::after {
    opacity: 0.6;
}

.three-box-about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 480px;
}
.three-box-about-content > img {
    margin-bottom: 20px;
    filter: drop-shadow(0 6px 18px rgba(21, 46, 116, 0.18));
}
.three-box-about-title {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #152E74;
    margin: 0 0 18px;
    letter-spacing: -0.5px;
}
/* gradient-title artik solid (eski gradient kaldirildi) */
.gradient-title {
    color: #152E74;
    background: none;
    -webkit-background-clip: initial;
            background-clip: initial;
    -webkit-text-fill-color: currentColor;
}
.three-box-about-text {
    font-size: 16px;
    line-height: 1.75;
    color: #526D80;
    margin: 0 0 28px;
}
/* Icerikten once ince turuncu vurus (solid - gradient yok) */
.three-box-about-content::before {
    content: "";
    width: 56px;
    height: 3px;
    background: #E95F10;
    border-radius: 2px;
    margin-bottom: 24px;
    transform-origin: left;
    transition: transform .35s ease;
}
.three-box-about:hover .three-box-about-content::before {
    transform: scaleX(1.6);
}

/* Banner CTA linki */
.three-box-about-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #152E74;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background .25s ease, gap .25s ease, transform .25s ease;
}
.three-box-about-link i {
    transition: transform .25s ease;
}
.three-box-about-link:hover {
    background: #E95F10;
    color: #fff;
    gap: 18px;
}
.three-box-about-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .three-box .c-container { gap: 56px; }
    .three-box-about,
    .three-box-about--reverse:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .three-box-about--reverse:nth-child(even) .three-box-about-image,
    .three-box-about--reverse:nth-child(even) .three-box-about-content {
        order: initial;
    }
    .three-box-about-title { font-size: 28px; }
}
/* === /three-box =========================================================== */


/* === production-section (uretim hatti slider) ============================= */
.production-section {
    padding: 80px 0 120px;
    background:
        radial-gradient(circle at 80% 0%, rgba(233, 95, 16, 0.06) 0%, transparent 40%),
        linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
/* Arkaplan teknik desen (subtle grid) */
.production-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(82, 109, 128, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 109, 128, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
}
.production-section > * { position: relative; }

.home-section-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #152E74;
    letter-spacing: -0.5px;
}
/* production basliginda da gradient yok */
.production-section .gradient-title {
    color: #152E74;
}

.production-slider {
    padding: 0 8%;
}

.production-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 12px;
    background: #0f1d40;
    text-decoration: none;
    isolation: isolate;
    transition: transform .35s ease, box-shadow .35s ease;
}
.production-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
    filter: saturate(0.9) brightness(0.85);
    z-index: 1;
}
/* Lacivert overlay (label okunsun diye) */
.production-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 29, 64, 0.92) 0%,
        rgba(15, 29, 64, 0.55) 35%,
        rgba(15, 29, 64, 0.05) 65%,
        rgba(15, 29, 64, 0) 100%
    );
    z-index: 2;
    transition: opacity .4s ease;
}

/* "metallic shimmer" - hover'da kart uzerinde parilti */
.production-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.18) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    z-index: 3;
    pointer-events: none;
    transition: left .9s ease;
}
.production-card:hover::before {
    left: 130%;
}

.production-card-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.2px;
    transform: translateY(0);
    transition: transform .35s ease, color .35s ease;
}
/* Label altinda turuncu vurus */
.production-card-label::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 28px;
    height: 2px;
    background: #E95F10;
    transform-origin: left;
    transform: scaleX(0.6);
    transition: transform .35s ease;
}

.production-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px -32px rgba(21, 46, 116, 0.55);
}
.production-card:hover .production-card-img {
    transform: scale(1.08);
    filter: saturate(1.05) brightness(0.95);
}
.production-card:hover .production-card-label {
    transform: translateY(-4px);
}
.production-card:hover .production-card-label::after {
    transform: scaleX(1.6);
}

/* Silver border - kart kenarinda ince metalik cerceve */
.gradient-border-silver {
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 12px 30px -22px rgba(15, 29, 64, 0.45);
}

/* --- arrows-container (production / generic) --- */
.arrows-container {
    border: 1px solid rgba(82, 109, 128, 0.5);
    border-radius: 10px;
    padding: 0 10px;
    display: inline-block;
}
.arrows-container .arrow-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 4px;
}
.arrows-container .arrow-item {
    width: 34px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    color: rgba(82, 109, 128, 0.5);
    font-size: 16px;
    transition: background .25s ease, color .25s ease;
}
.arrows-container .arrow-item:hover {
    background: rgba(82, 109, 128, 0.12);
    color: #152E74;
}
.arrows-container .arrow-item .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: transform .25s ease;
}
.arrows-container .production-prev:hover .arrow-btn { transform: translateX(-3px); }
.arrows-container .production-next:hover .arrow-btn { transform: translateX(3px); }
.arrows-container .divider {
    width: 1px;
    height: 22px;
    background: rgba(82, 109, 128, 0.35);
    margin: 0 4px;
}

@media (max-width: 768px) {
    .production-section { padding: 56px 0 80px; }
    .home-section-title { font-size: 28px; }
    .production-slider { padding: 0 5%; }
    .production-card-label { font-size: 16px; left: 18px; right: 18px; bottom: 16px; }
}
/* === /production-section ================================================== */

footer .center ul li a {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 5px;
    line-height: 16px;
}

footer .center ul li a:hover {
    color: rgb(255 255 255 / 100%);
}

footer .copyright {
    border-top: 2px solid rgb(255 255 255 / 30%);
    margin-top: 30px;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 62px 0;
}

footer .bottom p {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .bottom a {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .newlester_policy {
    margin-top: 50px;
    height: 100%;
}

footer .policy ul {
    display: flex;
    align-items: center;
    gap: 21px;
    color: #fff;
}

footer .policy ul li {
    padding-right: 21px;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

footer .policy ul li:last-child {
    border-right: none;
}

footer .policy ul li a {
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
}

footer .policy ul li a:hover {
    color: rgb(255 255 255 / 100%);
}

footer .newlester_policy .left p {
    font-size: 14px;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
    margin: 31px 0;
    border-left: 1px solid rgb(255 255 255 / 30%);
    padding-left: 38px;
    max-width: 35rem;
    padding: 10px 0px 10px 38px;
}

.check-input input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.check-input label {
    position: relative;
    padding-left: 20px;
    width: 201px;
    font-size: 11px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
}

.check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: var(--color-red);
    transition: 300ms;
    opacity: 0;
    font-size: 8px;
}

.check-input input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.newlester_policy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlester_policy .newlester {
    width: 100%;
    background: hsl(210deg 2% 79% / 10%);
    padding: 30px 40px;
    border-radius: 5px;
}

.newlester_policy .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    align-items: start;
}

.newlester_policy .right {
    width: 50%;
}

.newlester-input-border {
    border: 1px solid rgb(255 255 255 / 80%);
    padding: 4px 4px 4px 16px;
    border-radius: 5px;
    width: calc(100% - 210px);
}

.newlester h1 {
    color: rgb(255 255 255 / 80%);
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 500;
}

.newlester p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.newlester-input-border input {
    margin-left: 10px;
    color: rgb(255 255 255 / 80%);
}

.newlester-input-border input::placeholder {
    margin-left: 10px;
    color: rgb(255 255 255 / 80%);
}

.newlester-input-border button {
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    padding: 12px;
    margin-left: 7px;
}

.newlester-input-border button:hover {
    background: rgb(21 46 116 / .60);
}

.banner .banner-title {
    position: absolute;
    width: 100%;
    top: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.banner .banner-title h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.breadcrumb {
    background: rgb(82 109 128 / 5%);
    margin: 0 60px;
}

.product-list-breadcrumb {
    margin: 28px 0px 20px;
    border-top: 1px solid rgb(82 109 128 / 30%);
    padding-top: 20px;
    background: transparent;
}

.product-detail-breadcrumb {
    margin: 16px 0px 20px;
    background: transparent;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 15px;
}

.breadcrumb ul li,.breadcrumb ul li a {
    color: #526D80;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.breadcrumb.product-list-breadcrumb ul li a {
    border-radius: 20px;
    padding: 6px 15px;
    border: 1px solid rgb(82 109 128 / 60%);
}

.breadcrumb.product-detail-breadcrumb ul li a {
    border-radius: 20px;
    padding: 6px 15px;
    border: 1px solid rgb(82 109 128 / 60%);
}

.breadcrumb li:after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #526D80;
    font-size: 12px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb li:last-child:after {
    display: none;
}

.sablon {
    margin: 60px 0 150px;
}

.sablon-two {
    margin: 60px 0 0px;
}

.sidebar {
    width: 25%;
}

.sidebar ul {
    padding: 22px 0 22px 20px;
    position: relative;
}

.sablon .content {
    width: 66%;
    position: relative;
}

.sidebar ul:after {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background: #F6F7F9;
    content: "";
    z-index: -2;
}

.sidebar li {
    color: #526D80;
    padding: 0px 10px;
    line-height: 16px;
    font-size: 16px;
    position: relative;
}

.sidebar li:after {
    content: "";
    background: #152E74;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .5s;
    position: absolute;
    z-index: -1
}

.sidebar li:hover:after {
    width: 100%;
}

.sidebar li a {
    color: #526D80;
    padding: 16px 0 16px 10px;
    line-height: 16px;
    font-size: 16px;
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.sidebar li a:after {
    content: "";
    background: rgb(82 109 128 / 30%);
    width: calc(100% - 70px );
    left: 10px;
    position: absolute;
    height: 1px;
    bottom: 0;
}

.sidebar li:last-child a:after {
    display: none;
}

.sidebar li:hover a {
    color: #fff;
}

.sidebar li svg {
    /* color:#fff; */
    display: none;
    fill: #fff;
}

.sidebar li:hover svg {
    display: block;
}

.sablon .content h1 {
    font-size: 26vw;
    width: 100%;
    color: #F6F7F9;
    font-weight: 900;
    line-height: 17vw;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.sablon .content .text {
    margin-top: 11vw;
    padding-left: 10vw;
}

.sablon .content strong {
    font-size: 32px;
    width: 100%;
    color: #152E74;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 48px;
    display: block;
    position: relative;
}

.sablon .content p {
    font-size: 20px;
    color: #526D80;
    font-weight: 300;
    line-height: 32px;
}
.sablon .content p strong{
    font-size: 20px;
    color: #152E74;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}
.sablon .text-two {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
    padding-right: 25px;
}

.sablon .content .text-two strong:after {
    content: "";
    background: #152E74;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50%;
    height: 2px;
}
.sablon .content .text-two p strong:after {
   display:none;
}
.sablon .content-tree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sablon .content-tree:nth-child(2n) {
    flex-direction: row-reverse;
}

.sablon .content-img {
    width: 50%;
}

.sablon .text-tree {
    width: 50%;
    max-width: 330px;
}

.sablon .text-tree h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #526D80;
}

.sablon .text-tree strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #526D80;
}

.bottom-slider .item {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-img {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

.timeline-img p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #526D80;
    margin-top: 22px;
    text-align: center;
}

.line-container {
    display: flex;
    margin: 107px 0 0;
    align-items: start;
    justify-content: space-between;
}

.line {
    position: relative;
    background: rgb(82 109 128 / 60%);
    height: 24px;
    width: 2px;
}

.line:nth-child(12) {
    height: 60px;
    background: rgb(82 109 128 / 60%);
}

.line:nth-child(24) {
    height: 0px;
    background: #152e74;
    top: initial;
    bottom: calc(100% - 24px);
}

.line:nth-child(24):after {
    content: "";
    background: #152e74;
    height: 120px;
    width: 2px;
    position: absolute;
    top: -96px;
    left: 0px;
}

.line:nth-child(36) {
    height: 60px;
    background: rgb(82 109 128 / 60%);
    width: 2px;
}

.bottom-slider {
    padding: 0 12%;
}

.bottom-slider h3 {
    font-size: 72px;
    font-weight: 700;
    color: rgb(82 109 128 / 60%);
}

.bottom-slider .slick-current h3 {
    font-size: 128px;
    font-weight: 700;
    color: #152E74;
    line-height: 93px;
}

.slick-next:before {
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: -64px;
    font-size: 16px;
    top: -28px;
    color: rgb(82 109 128 / 100%);
    border-radius: 50px;
    border: 1px solid rgb(82 109 128 / 100%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:before {
    content: '\f177';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 24px;
    font-size: 16px;
    top: -25px;
    color: rgb(82 109 128 / 100%);
    border-radius: 50px;
    border: 1px solid rgb(82 109 128 / 100%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-two .item {
    padding: 57px 55px 50px;
}

.content-two .item img {
    margin-bottom: 35px;
}

.content-two .item h3 {
    color: #526D80;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.content-tree .item {
    position: relative;
}

.content-tree .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .2;
    transition: all .5s;
}

.content-tree .item:hover:before {
    opacity: 0;
}

.content-tree .play-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.content-tree .play-content img {
    transition: all .5s;
    transform: scale(1.2);
}

.content-tree .item:hover .play-content img {
    transition: all .5s;
    transform: scale(1);
}

.content-tree .text {
    text-align: center;
    margin: 60px auto 60px;
}

.content-tree .text h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #152E74;
    margin-bottom: 50px;
}

.content-tree .text strong {
    display: block;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #152E74;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.content-tree .text strong:after {
    content: "";
    width: 30%;
    height: 2px;
    background: #152E74;
    position: absolute;
    bottom: 0;
    left: 35%;
}

.content-tree .text p {
    color: #526D80;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 5px;
}

.full-galeri {
    padding: 174px 0 240px;
    background: rgb(82 109 128 / 5%);
    position: relative;
}

.full-galeri h2 {
    color: #526D80;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}

.full-galeri .slick-galeri-dots {
    position: relative;
}

.galeri-slider.slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.full-galeri .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: -57px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.full-galeri .slick-dots li {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.full-galeri .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.full-galeri .slick-galeri-dots .slick-dots li button:before {
    content: "";
    width: 57px;
    background: #152E74;
    height: 4px;
    border: 1px solid #152E74;
    border-radius: 0px;
    opacity: .4;
}

.full-galeri .slick-galeri-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #152E74;
    background: #152E74;
}

.sablon .content .text-four {
    margin-top: 60px;
}

.sablon .content .text-four h3 {
    font-size: 32px;
    width: 100%;
    color: #152E74;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 60px;
    display: block;
    position: relative;
}

.sablon .content .text-four h3:after {
    content: "";
    background: #152E74;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 25%;
    height: 2px;
}

.sablon .content .text-four strong {
    font-size: 20px;
    width: 100%;
    color: #526D80;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 35px;
    display: block;
    position: relative;
}

.sablon .content .text-four p {
    font-size: 20px;
    color: #526D80;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 5px;
}

.certifica .item {
    height: 450px;
    background: rgb(82 109 128 / 10%);
    position: relative;
    padding: 30px 30px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.certifica .item .bg-img {
    width: 50%;
    margin-bottom: 45px;
}

.certifica .item .fancy {
    position: absolute;
    right: 0;
    top: 0;
    height: 96px;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(82 109 128 / 20%);
}

.certifica .item .fancy img {
    transition: all .5s;
    transform: scale(1);
}

.certifica .item .fancy:hover img {
    transform: scale(1.2);
}

.certifica .item h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    min-height: 48px;
    color: #526D80;
    display: flex;
    align-items: start;
    gap: 8px;
    width: 80%;
}

.certifica .item h4 span {
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
}

.archive {
    display: flex;
    align-items: center;
    background: rgb(82 109 128 / 5%);
    padding: 95px 0px 95px 120px;
    width: 100%;
    gap: 30px;
}

.archive .left {
    width: 58%;
    border-right: 1px solid rgb(82 109 128 / 80%);
}

.archive .right {
    width: 42%;
}

.archive .left .archive-contact {
    border-top: 1px solid rgb(82 109 128 / 80%);
    margin-top: 24px;
    padding-top: 24px
}

.archive h5 {
    color: #526D80;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.archive h2 {
    color: #526D80;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}

.archive li {
    color: #526D80;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.archive li:hover {
    color: #152E74;
}

.archive span {
    display: inline-block;
    margin-right: 19px;
    transition: all .5s;
    color: #526D80;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.archive li:hover span {
    margin-right: 30px;
}

.archive d {
    width: 70px;
    display: inline-block;
}

.content .archive p {
    font-size: 14px;
    font-weight: 300;
    width: 12rem;
    line-height: 20px;
}

.sablon .form {
    padding: 120px;
    background: rgb(82 109 128 / 5%);
}

.sablon .form .right label,.sablon .form .form-control-static {
    font-size: 20px;
    color: #526D80;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.sablon .form .right label:last-child {
    margin-top: 46px;
}

.sablon .form input,.form textarea,.form select {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    padding: 18px 20px;
    color: rgb(82 109 128 / 100%);
}

.sablon .form input::placeholder,.form textarea:placeholder {
    color: rgb(82 109 128 / 60%);
}

.sablon .form textarea {
    height: 150px;
}

.sablon .form .left {
    width: 34.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-right: 75px;
    border-right: 1px solid rgb(82 109 128 / 60%);
}



.sablon .form .right {
    width: 65.3%;
    padding-left: 75px;
}

.sablon .form.contact-form .right {
    width: 65.3%;
    padding-left: 75px;
    margin-top: 0px;
}

.sablon .form .frm-btn {
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 45px;
    background: #152E74;
    color: #fff;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: 0 0;
    position: relative;
    transition: all .5s;
    left: 0;
    margin-left: 50px;
}
.sablon .form .modalhide{background:#526D80;}


.sablon .form .frm-btn:hover {
    left: 10px;
    margin-left: 40px;
}

.sablon .form .frm-btn svg {
    font-size: 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: 900;
    position: relative;
    transition: all .5s;
}

.sablon .form .frm-btn:hover svg {
    margin-left: 20px;
}

.checkbox {
    display: flex;
    align-items: start;
    gap: 5px;
}

.sablon .form .checkbox label {
    font-size: 14px;
    font-weight: 300;
    color: #526D80;
}

.sablon .form .checkbox label a {
    color: #152E74;
    font-weight: 500;
}

.sablon .form .checkbox input {
    margin-bottom: 0px;
    height: 30px;
    border: none;
    padding: 0;
    width: 30px;
}

.sablon .form h2 {
    font-size: 36px;
    font-weight: 500;
    color: #526D80;
    line-height: 42px;
    margin-bottom: 36px;
}

.sablon .form p {
    font-size: 20px;
    font-weight: 300;
    color: #526D80;
    line-height: 27px;
}

.sss .left {
    width: 34.7%;
    padding-right: 75px;
}

.sss .right {
    width: 65.3%;
    padding-left: 75px;
}

.accordion-button {
    padding: 8px 0;
    font-size: 24px;
    color: #526D80;
    font-weight: 500;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    background-color: transparent;
    box-shadow: 0 0;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #526D80;
    background-color: transparent;
    box-shadow: 0 0;
    border: none;
}

.accordion-flush .accordion-item {
    border-bottom: 2px solid rgb(82 109 128 / 20%);
}

.accordion-body {
    padding: 0rem 0;
    font-size: 20px;
    line-height: 27px;
    color: #526D80;
    font-weight: 300;
}

.accordion-body p {
    padding: 1rem 0;
    font-size: 20px;
    line-height: 27px;
    color: #526D80;
    font-weight: 300;
}

code {
    font-size: initial;
    color: #152e74;
}

.accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 36px;
    width: initial;
    height: initial;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: initial;
}

.sss .top p {
    color: #152E74;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    padding-bottom: 15px;
}

.sss .top p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    background: #152E74;
    content: "";
    height: 1px;
}

.news-detail .left {
    width: 44%;
}

.news-detail .right {
    width: 66%;
}

.news-detail .top {
    border-bottom: 1px solid rgb(82 109 128 / 60%);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.news-detail h2 {
    font-size: 48px;
    font-weight: 700;
    color: #526D80;
    line-height: 64px;
}

.news-detail span {
    font-size: 14px;
    font-weight: 500;
    color: rgb(82 109 128 / 60%);
    line-height: 14px;
    border: 1px solid rgb(82 109 128 / 60%);
    border-radius: 50px;
    padding: 8px 22px;
    ; }

.news-detail .date {
    margin-top: 11px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(82 109 128 / 60%);
    line-height: 27px;
}

.news-detail ul {
    display: flex;
    align-items: center;
    gap: 9px;
}

.news-detail ul li {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    border: 1px solid rgb(82 109 128 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail ul svg {
    font-size: 24px;
    color: #526D80
}

.news-detail ul li:hover {
    background: rgb(82 109 128 / 5%);
}

.news-detail .text {
    margin-top: 24px;
}

.news-detail img {
    margin-bottom: 24px;
}

.news-detail p {
    color: #526D80;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.swall-button {
    border: 5px!important;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 700!important;
    padding: 16px!important;
    border: none!important;
    outline: none!important;
    box-shadow: 0 0 !important;
}

.swall-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #526D80;
    padding: 14px 20%;
}

.gorsel-content .item {
    background: rgb(82 109 128 / 10%);
    padding: 20px 20px 18px;
}

.gorsel-content .item>img {
    margin-bottom: 15px;
}

.gorsel-content .item a {
    border-radius: 30px;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #526D80;
}

.gorsel-content .item a:hover {
    background: rgb(255 255 255 / 40%);
}

.gorsel-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    min-height: 48px;
    color: #526D80;
    display: flex;
    align-items: start;
    gap: 8px;
    width: 80%;
}

.gorsel-content h4 span {
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
}

.video-img {
    position: relative;
    margin-bottom: 10px;
}

.video-img .play-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.video-img .play-content a{
   background:transparent;
   padding: 0;
   border: none;
}

.video-img .play-content img {
    transition: all .5s;
    transform: scale(1.2);
}

.video-img:hover .play-content img {
    transition: all .5s;
    transform: scale(1);
}

.sunum .item {
    height: 300px;
}

.sunum .item span {
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #526D80;
}

.sablon .contact.bayii h3 {
    margin: 0px 0 45px;
}

.sablon .contact .top {
    margin: 0px 0 45px;
}

.sablon .contact .map {
    margin: 60px 0;
}

.sablon .contact .left {
    width: 34%;
}

.sablon .contact .right {
    width: 66%;
}

.sablon .contact .right .item {
    width: 50%;
}

.sablon .contact ul.link {
    border-bottom: 1px solid rgb(82 109 128 / 60%);
    margin-bottom: 60px;
    white-space: nowrap;
    overflow: auto;
}

.sablon .contact ul.link li {
    min-width: 202px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    padding: 0 26px;
}

.sablon .contact ul.link li.active,.sablon .contact ul.link li:hover {
    background: #152E74;
}

.sablon .contact ul.link li span {
    color: #526D80;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sablon .contact ul.link li.active span,.sablon .contact ul.link li:hover span {
    color: #fff;
}

.sablon .contact h2 {
    color: rgb(82 109 128 / 80%);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.sablon .contact h3 {
    color: rgb(82 109 128 / 100%);
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    max-width: 35rem;
}

.sablon .contact .contact-link li {
    margin-bottom: 12px;
}

.sablon .contact .contact-link li a,.sablon .contact .contact-link li span {
    border-radius: 50px;
    background: rgb(82 109 128 / 10%);
    padding: 16px 24px;
    display: inline-block;
    color: #526D80;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.sablon .contact .contact-link li a:hover,.sablon .contact .contact-link li span:hover {
    background: rgb(82 109 128 / 15%);
}

.sablon .contact .item h4 {
    border-bottom: 1px solid rgb(82 109 128 / 15%);
    color: rgb(82 109 128 / 60%);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.sablon .contact .item span {
    margin-top: 12px;
    display: block;
    width: 10rem;
    color: rgb(82 109 128 / 80%);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 62px;
}

.sablon .contact .item a {
    color: rgb(82 109 128 / 100%);
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

.sablon .contact .item a:hover {
    color: #152E74;
}

.sablon .contact .social {
    margin-top: 57px;
}

.sablon .contact .social a {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    background: rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #526D80;
    font-size: 20px;
    border: 1px solid #526D80;
}

.sablon .contact .social a:hover {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
}

.bayi-link {
    width: 68%;
    border-right: 1px solid rgb(82 109 128 / 20%);
}

.bayi-link ul {
    width: 100%;
}

.bayi-link li {
    min-height: 72px;
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

.bayi-link li a,.bayi-link li span {
    min-height: 72px;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgb(82 109 128 / 20%);
    color: #526D80;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding-left: 0;
    transition: all .5s;
    cursor:pointer;
}

.bayi-link li.active span,.bayi-link li.active span:hover,.bayi-link li:hover span {
    background: #152E74;
    padding-left: 20px;
    color: #fff;
}
.bayi-link li.active.dropdown span{
    background: #fff;
    padding-left: 20px;
    color: #526D80;
}

.bayi-link li.active.dropdown span:hover,.bayi-link li.active.dropdown .active span{
    background: #152E74;
    padding-left: 20px;
    color: #fff;
}


.bayi-link li.dropdown.active>span:hover,.bayi-link li.dropdown.active >span,.bayi-link li.dropdown >span:hover {
    background: rgb(82 109 128 / 50%);
    padding-left: 20px;
    color: #fff;
}

.bayi-link li.dropdown ul {
    display: none;
}

.bayi-link li.dropdown.active ul {
    display: block;
}

.advanced-search-bg {
    width: calc(100% - 120px );
    border-radius: 5px;
    margin: 15px 60px;
    position: relative;
    padding: 36px 0 27px;
    background: rgb(82 109 128 / 15%);
}

.advanced-search {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.advanced-search h4 {
    max-width: 24rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #526D80;
}

.advanced-search .right {
    width: 55%;
    max-width: 770px;
    position: relative;
}

.advanced-search .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.advanced-search .search .search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advanced-search .search .search-icon:after {
    content: "";
    background: var(--background-color);
    border-radius: 50px;
    height: 45px;
    width: 45px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: -1px;
}

.advanced-search .search .object {
    display:flex;align-items:center;justify-content:center;
    z-index: 12;
    height: 44px;
    width: 40px;
    padding: 9px;
    margin-right: 13px;
    position: relative;
}

.advanced-search .search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    margin-right: 10px;
    max-width: 30rem;
    padding-right: 0px;
    min-width: 15rem;
}

.advanced-search .search input::placeholder {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    text-transform: uppercase;
}

.advanced-search .right span {
    font-size: 12px;
    color: #526D80;
    display: block;
    padding-left: 20px;
    margin-top: 5px;
}

.advanced-search .search span {
    font-size: 14px;
    font-weight: 400;
    color: #526D80;
    margin-right: 10px;
    position: relative;
    height: 100%;
    padding-left: 17px;
}

.advanced-search .search span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #526D80;
    width: 1px;
    height: 100%;
}

.advanced-search .search button {
    box-shadow:unset;border:unset;text-transform: uppercase;
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    border-radius: 70px;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
}

.advanced-search h1 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
}

.advanced-search h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    width: 36rem;
}

.filter {
    border-top: 1px solid rgb(82 109 128 / 50%);
    padding-top: 26px;
    margin-top: 25px;
}

.filter .item {
    height: 257px;
    background: #fff;
    padding: 5px 0px 35px 5px;
    border-radius: 5px;
    position: relative;
}

.filter ul {
    overflow-y: auto;
    height: calc(100% - 40px );
    padding-bottom:30px;
}

.filter b {
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F6F7F9;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
    color: #526D80;
    cursor: pointer;
    gap: 3px;
}

.filter b:before {
    content: "\f00d";
    font-size: 10px;
    color: #526D80;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.filter li {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #526D80;
    align-items: center;
    height: 35px;
    border-top: 1px solid rgb(82 109 128 / 30%);
}

.filter label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #526D80;
    margin-right: 9px;
    position: relative;
}

.filter .active label {
    width: 16px;
    background: #E95F10;
    height: 16px;
    cursor: pointer;
    border: 1px solid #E95F10;
    margin-right: 9px;
    position: relative;
}

.filter .active label:after {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 3px;
    font-size: 10px;
    font-weight: 900;
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    border-radius: 50px;
}

.filter .title {
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter .title span {
  cursor:pointer;
    font-size: 20px;
    font-weight: 700;
    color: #526D80;
    display:none;
  
}
/* width */
.filter .item ul::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.filter .item ul::-webkit-scrollbar-track {
    background: #D3DADF;
}

/* Handle */
.filter .item ul::-webkit-scrollbar-thumb {
    background: #526D80
}

/* Handle on hover */
.filter .item ul::-webkit-scrollbar-thumb:hover {
    background: #526D80;
}

.categori-sablon {
    margin: 68px 0 120px;
}

.categori-sablon h1 {
    font-size: 72px;
    font-weight: 700;
    color: #152E74;
    max-width: 75rem;
    text-align: center;
    margin: 0 auto 67px;
}

.categori-sablon .item {
    padding: 40px 40px 108px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgb(82 109 128 / 50%);
    border-right: 1px solid rgb(82 109 128 / 50%);
}

.categori-sablon .item:nth-child(3n+3) {
    border-right: none;
}

.categori-sablon .item:hover {
    background: #F6F7F9;
}

.categori-sablon .item span {
    font-size: 14px;
    font-weight: 700;
    color: #526D80;
    padding: 5px 11px;
    background: rgb(82 109 128 / 10%);
    border-radius: 12px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.categori-sablon .item img {
    position: relative;
    top: 0;
    transition: all .5s;
    margin: 40px auto 105px;
}

.categori-sablon .item:hover img {
    top: -15px;
}

.categori-sablon .item h3 {
    text-align: left;
    color: #526D80;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.categori-sablon .item b {
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: -50px;
    color: #526D80;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all .5s;
}

.categori-sablon .item svg {
    font-size: 12px
}

.categori-sablon .item:hover b {
    bottom: 50px;
}

.product-list {
    margin-top: 57px;
}

.product-list h2 {
    margin-bottom: 0;
    font-size: 36px;
    color: #152E74;
    font-weight: 700;
}

.product-list #downloadpdfBtn {
    background: #152E74;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.product-list #downloadpdfBtn:hover {
    background: rgb(21 46 116 / 80%);
}

.product-list .sort {
    border-radius: 10px;
    position: relative;
}

.product-list .right span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #526D80;
}

.product-list .sort h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #526D80;
    padding: 16px !important;
    z-index: 95;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 0;
}

.product-list .sort svg {
    font-size: 14px;
    color: #262626;
    margin-left: 10px;
    z-index: 95;
    margin-right: 15px;
}

.product-list .sort .listele {
    display: none;
    position: absolute;
    top: 85%;
    background: #fff;
    width: 100%;
    left: 0px;
    padding: 25px 20px 20px;
    z-index: 2;
    max-height: 35vh;
    overflow: auto;
    border-right: 1px solid rgb(82 109 128 / 50%);
    border-bottom: 1px solid rgb(82 109 128 / 50%);
    border-left: 1px solid rgb(82 109 128 / 50%);
    border-radius: 0px 0px 10px 10px;
}

.product-list .sort li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #526D80;
    padding: 4px 0!important;
    z-index: 99;
    margin-bottom: 7px;
    display: block;
    background: transparent;
    cursor: pointer;
}

.product-list .sort:hover .listele {
    display: block;
}

.product-list .sort:after {
    border: 1px solid rgb(82 109 128 / 50%);
    content: "";
    border-radius: 10px;
    width: 100%;
    height: 104%;
    position: absolute;
    top: -1px;
    z-index: 300;
}

.product-list .sort:hover svg {
    transform: rotate(180deg);
}

.notes {
    background: rgb(82 109 128 / 5%);
    padding: 27px 30px;
    border-radius: 5px;
}

.notes .right {
    max-width: 440px;
    min-width: 440px;
}

.notes .left h6 {
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    line-height: 20px;
    margin-bottom: 0
}

.notes .left p {
    font-size: 16px;
    font-weight: 400;
    color: #526D80;
    line-height: 20px;
    margin-bottom: 0
}

.product-content .left {
    width: 330px;
}

.product-content .right {
    width: calc(100% - 330px);
}

.filter-products {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.filter-products .product {
    width: 33.3333%;
}

.filter-products .product .item .mx-auto {
    display: block;
}

.filter-products .product .item {
    padding: 20px 20px 0px;
}

.product-content {
    margin-bottom: 90px;
}

.group-new-product-slider .pro-text {
    margin-top: 50px;
    width: calc(100% - 100px);
}

.group-new-product-slider .product .item {
    padding: 10px 10px 26px 20px;
}

.group-new-product-slider .pro-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    margin-right: 10px;
}

.group-new-product-slider .product h4.brand {
    margin-bottom: 0;
}

.group-new-product-slider .product .link {
    margin-right: 10px;
}

.group-new-product {
    margin: 26px 0;
    background: rgb(38 233 16 / 5%);
    padding: 25px 25px 25px 30px;
}

.group-new-product-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.group-new-product-slider .slick-slide {
    margin: 0 15px;
}

.group-new-product-slider .slick-list {
    margin: 0 -15px;
}

.group-new-product-slider .product {
    background: #fff;
}

.group-new-product .slick-dots {
    position: initial;
    text-align: left;
}

.group-new-product .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 21px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.group-new-product .slick-new-dots .slick-dots li button:before {
    content: "";
    width: 21px;
    background: #152E74;
    height: 3px;
    border: 1px solid #152E74;
    border-radius: 0px;
    opacity: .4;
}

.group-new-product .slick-new-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #152E74;
    background: #152E74;
}

.group-new-product .arrows {
    margin-right: 40px;
}

.group-new-product .arrows li {
    color: #152E74;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 60px;
    cursor: pointer;
}

.group-new-product .left h4 {
    color: #152E74;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
}

.products .left .item {
    padding: 20px 27px 27px;
    background: rgb(82 109 128 / 5%);
    margin-right: 25px;
}

.products .left h4 {
    color: #152E74;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
}

.product-sidebar li {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    color: #526D80;
}

.product-sidebar li:not(.group) {
    width: 100%;
    border-bottom: 1px solid rgb(82 109 128 / 60%);
}

.product-sidebar li:not(.group) a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 14px;
    color: #526D80;
    min-height: 40px;
}

.product-sidebar li h6 {
    width: 100%;
    border-bottom: 1px solid rgb(82 109 128 / 60%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 14px;
    color: #526D80;
    min-height: 40px;
    margin-bottom: 0;
    cursor: pointer;
}

.product-sidebar li svg {
    font-size: 12px;
}

.product-sidebar .group ul li {
    padding-left: 15px
}

.group ul {
    display: none;
}

.group.active ul {
    display: block;
}

.group.active h6 {
    font-weight: 700;
}

.group li.active a {
    font-weight: 700;
}

.product-sidebar .group.active h6 svg {
    transform: rotate(180deg);
}

.filter-products {
    margin-bottom: 64px;
}

.pagination-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(82 109 128 / 5%);
    padding: 13px 20px;
    border-radius: 10px;
}

.pagination .page-item {
    margin: 0 2px;
    border-radius: 5px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(82 109 128 / 10%);
    border-color: rgb(82 109 128 / 10%);
}

.pagination .page-link {
    z-index: 2;
    color: #526D80;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link:hover,.pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #152E74;
    border-color: #152E74;
}

.pagination .page-link svg {
    font-size: 14px;
}

.pagination .page-link:hover svg,.pagination .page-link.active svg {
    z-index: 2;
    color: #fff;
}

.pagination-group .page-per {
    border-radius: 10px;
    position: relative;
}

.pagination-group span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #526D80;
    min-width: 22px;
}

.pagination-group .page-per h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #526D80;
    padding: 12px 10px 12px 18px !important;
    z-index: 95;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.pagination-group .page-per svg {
    font-size: 14px;
    color: #526D80;
    margin-left: 10px;
    z-index: 95;
    margin-right: 9px;
}

.pagination-group .page-per .listele {
    display: none;
    position: absolute;
    top: 85%;
    background: #fff;
    width: 100%;
    left: 0px;
    padding: 25px 20px 20px;
    z-index: 36;
    max-height: 35vh;
    overflow: auto;
    border-right: 1px solid rgb(82 109 128 / 50%);
    border-bottom: 1px solid rgb(82 109 128 / 50%);
    border-left: 1px solid rgb(82 109 128 / 50%);
    border-radius: 0px 0px 10px 10px;
}

.pagination-group .page-per li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #526D80;
    padding: 4px 0!important;
    z-index: 99;
    margin-bottom: 7px;
    display: block;
    background: transparent;
    cursor: pointer;
}

.pagination-group .page-per:hover .listele {
    display: block;
}

.pagination-group .page-per:after {
    border: 1px solid rgb(82 109 128 / 50%);
    content: "";
    border-radius: 10px;
    width: 100%;
    height: 104%;
    position: absolute;
    top: -1px;
    z-index: 999;
}

.pagination-group .page-per:hover svg {
    transform: rotate(180deg);
}

.pro-top-slider {
    margin: 0px 5vw;
}
.pro-top-slider .item img {
    padding:20px;
    margin: 0 auto;
}
.pro-bottom-slider .item img {
    padding:30px;
}
.pro-bottom-slider {
    padding: 0 82px;
    margin: 0 40px;
    border-top: 1px solid rgb(82 109 128 / 30%);
    position: relative;
}

.pro-bottom-slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 24px;
    font-size: 16px;
    top: -25px;
    color: #192F4E;
    border-radius: 0px;
    border: none;
    background: rgb(82 109 128 / 5%);
    width: 60px;
    height: 60px;
}

.pro-bottom-slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: -64px;
    font-size: 16px;
    top: -25px;
    color: #192F4E;
    border-radius: 0px;
    border: none;
    background: rgb(82 109 128 / 5%);
    width: 60px;
    height: 60px;
}

.product-detail {
    margin-bottom: 50px;
}

.b-right {
    border-right: 1px solid rgb(82 109 128 / 30%);
    position: relative;
}

.b-bottom {
    border-bottom: 1px solid rgb(82 109 128 / 30%);
}

.b-top {
    border-top: 1px solid rgb(82 109 128 / 30%);
}

.pro-bottom-slider .slick-current.slick-active {
    position: relative;
}

.pro-bottom-slider .slick-current.slick-active:after {
    content: "";
    background: #E95F10;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 4px;
}

.fancybox {
    position: absolute;
    top: 44px;
    left: 44px;
    z-index:10;
}

.oem-no ul {
    display: flex;
    font-size: 13px;
    color: #526D80;
    padding: 17px 0;
    width: calc(100% - 31.4%);
    flex-wrap: wrap;
}

.title-detail,.kod {
    padding: 17px 0 17px 30px;
}

.title-detail h2 {
    font-size: 24px;
    color: #526D80;
    margin-bottom: 18px;
    line-height: 32px;
}

.title-detail p {
    font-size: 16px;
    color: #526D80;
    margin-bottom: 0px;
    line-height: 21px;
}

.kod h1 {
    color: #152E74;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
    white-space: nowrap
}
.kod d {
    color: #E95F10;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
    white-space: nowrap;
    font-weight: 500;
}
.kod span {
    display:flex;
    align-items:center;
    color: #152E74;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
}
.kod img {
   margin-right:8px;
}

.gtin h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0;
    gap: 14px;
    color: #526D80;
}

.gtin h3 .left {
    width: calc(31.4% + 15px);
    border-right: 1px solid rgb(82 109 128 / 60%);
    padding: 17px 0 17px 30px;
}

.oem h4 {
    background: rgb(82 109 128 / 5%);
    padding: 11px 0 11px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #526D80;
    margin-bottom: 0;
}

.oem-no {
    gap: 15px;
    cursor: pointer;
    display: flex;
    padding: 0 0px 0 30px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.oem-no:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 1px 11px 15px 2px rgba(0,0,0,0.4);
    opacity: 1;
}

.oem-no .left {
    width: 31.4%;
    border-right: 1px solid rgb(82 109 128 / 60%);
    padding: 17px 0;
    font-size: 14px;
    font-weight: 700;
    color: #526D80;
    transition: all .4s;
}

.oem-no:hover .left {
    border-right: 0px solid rgb(82 109 128 / 60%);
    color: #152E74;
    font-size: 16px;
}

.oem-no li {
    font-size: 14px;
    font-weight: 700;
    color: #526D80;
    transition: all .4s;
    width: 33.33%;
}

.oem-no:hover li {
    color: #152E74;
    font-size: 14px;
}

.product-detail .brand {
    display: flex;
    align-items: stretch;
    gap: 15px;
    padding: 0 0px 0 30px;
}
.product-detail .oemmodel-card{max-height: 212px;overflow-x: hidden;overflow-y: auto;min-height: 212px;}
.product-detail .oemmodel-card2{max-height: 63px;overflow-x: hidden;overflow-y: auto;min-height: 63px;}
.product-detail .brand .left {
    width: 31.4%;
    border-right: 1px solid rgb(82 109 128 / 60%);
    padding: 17px 0 ;
    font-size: 14px;
    font-weight: 700;
    color: #526D80;
    transition: all .4s;
}

.product-detail .brand h3 {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #526D80;
}

.status {
    background: rgb(82 109 128 / 15%);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.status-img {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: Center;
    justify-content: center;
}

.status .item {
    display: flex;
    align-items: Center;
    justify-content: center;
    gap: 6px;
    width: 33.3333%;
    position: relative;
    height: 100%;
    color: #526D80;
    font-size: 14px;
    font-weight: 700;
}

.status .item:after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 66px;
    position: absolute;
    right: -31px;
    color: #F0F2F4;
}

.status .item:last-child:after {
    display: none
}

.status .item.active {
    color: #152E74;
}

.status .item.active .status-img {
    background: #152E74;
}

.status .item.active .status-img img {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

.b-right.b-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #152E74;
    padding: 0px 30px;
    position: relative;
    z-index: 2;
}

.detail-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    width: 100%;
}

.detail-links ul li {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    padding: 15px 0;
}
.detail-links ul li  a{
    position: relative;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    padding: 15px 0;
}
.tab-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}


.tab-links ul li {
    position: relative;
    color: #152E74;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding: 15px 0 5px;
    border-bottom:2px solid transparent;
}
.tab-links ul li.active {
    color: #E95F10;
    border-color:#E95F10
}
.share-social {
    width: 369px;
    position: absolute;
    top: 86%;
    left: -133px;
    display: none;
    padding: 13px;
    background: #ffffff;
    margin-top: 0px;
    border-radius: 10px;
    border: 1px solid rgb(82 109 128 / 60%);
    text-align: center;
}

.share-social:after {
    content: "";
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 22px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -36px;
    left: calc(50% - 22px);
}

li:hover .share-social {
    display: block;
}

.share-social .social-btn {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.share-social li {
    color: #526D80;
    font-size: 20px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgb(82 109 128 / 60%);
    justify-content: center;
}
.share-social li svg{
    color: #526D80;
  
}
.share-social li:hover {
    color: #fff;
    background: rgb(82 109 128 / 100%);
    border: 1px solid rgb(82 109 128 / 100%);
}
.share-social li:hover svg{
    color: #fff;
  
}
.share-social .copy {
    border: 1px solid rgb(82 109 128 / 60%);
    padding: 10px;
    border-radius: 5px;
    margin-top: 11px
}

.share-social p {
    color: #526D80;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}

.share-social p:after {
    background: #526D80;
    content: "";
    position: absolute;
    left: 8%;
    width: 15%;
    height: 1px;
    top: 10px;
}

.share-social p:before {
    background: #526D80;
    content: "";
    position: absolute;
    right: 8%;
    width: 15%;
    height: 1px;
    top: 10px;
}

.share-social .copy p:after,.share-social .copy p:before {
    display: none;
}

.feature-document {
    margin-top: 30px;
}

.feature-document p {
    padding: 22px 0px 22px 20px;
    color: #526D80;
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: 1px solid rgb(82 109 128 / 10%);
}

.feature-document p span {
    font-weight: 700;
    width: 40%;
    display: inline-block
}

.feature-document .mmm p span {
    font-weight: 500;
}
.vehicles p span {
    width: 33.33%;
}
.feature-document .title {
    background: rgb(82 109 128 / 10%);
    color: #526D80;
    font-size: 20px;
    padding: 20px;
    border-radius: 5px;
}

.feature-document .dokuman p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.feature-document .dokuman a {
    background: #152E74;
    font-size: 12px;
    font-weight: 700;
    border-radius: 80px;
    color: #fff;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.feature-document .dokuman a:hover {
    background: rgb(21 46 116 / 85%);
}.feature-document .dokuman span {
    background: #152E74;
    font-size: 12px;
    font-weight: 700;
    border-radius: 80px;
    color: #fff;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 7px;
    width: initial;
    cursor: pointer;
}

.feature-document .dokuman span:hover {
    background: rgb(21 46 116 / 85%);
}
.kits {
    padding: 20px 25px 30px;
    background: rgb(82 109 128 / 10%);
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.kits .title {
    color: #526D80;
    font-size: 21px;
    margin-bottom: 25px;
}

.kits-products {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.kits-products .product {
    width: 25%;
    background: #fff;
    display: none;
}

.kits-products .product .item .mx-auto {
    display: block;
}

.kits-products .product h2 {
    margin-bottom: 26px;
}

.loadMore span {
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgb(82 109 128 / 60%);
    color: #526D80;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    cursor: pointer;
}
.end-product h2.title,.same-product h2.title  {color:#526D80;font-size:36px;margin-bottom:40px;text-align:center;}
.end-product .slick-list,.same-product .slick-list  {
      margin: 0 -1px;
  }
 .end-product{background:rgb(82 109 128 / 5%);padding:104px 0;margin-top: 90px;}
.loadMore span:hover{background:rgb(82 109 128 / 5%);  border: 1px solid rgb(82 109 128 / 5%);}

.slick-same-dots .slick-dots li button,.slick-end-dots .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 21px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}
.slick-same-dots .slick-dots li button:before,.slick-end-dots .slick-dots li button:before {
    content: "";
    width: 21px;
    background: #152E74;
    height: 3px;
    border: 1px solid #152E74;
    border-radius: 0px;
    opacity: .4;
}
.slick-same-dots .slick-dots li.slick-active button:before,.slick-end-dots .slick-dots li.slick-active button:before {
    opacity: 1;
   
}
.same-product{padding-top:40px;border-top:1px solid rgb(82 109 128 / 10%);}
.dokuman {border:0px solid rgb(82 109 128 / 10%);}
.keywords .d-flex{padding: 0 19px;}
.keywords h4{padding: 20px;background:rgb(82 109 128 / 10%);color:#526D80;font-size: 20px;margin-bottom: 20px;border-radius: 5px;margin-top: 30px;font-weight: 400;}
.keywords a{padding:10px 18px;border:1px solid rgb(82 109 128 / 60%);border-radius:60px;display:inline-block;margin-bottom:10px;color:#526D80;font-size:14px;}
.keywords a:hover{background:rgb(82 109 128 / 10%)}

header.fixed {position:fixed;top:0;background:#fff;z-index:666;}
header.fixed .top {display:none !important;}
header.fixed .header-container:after {
   display:none;
}
header.fixed .header-container {
    
    padding: 5px 0px;
    
}
header.fixed .logo img {height: 62px;}
header.fixed .right {
    height: initial;
   
}
header.fixed .menu {
    height: initial;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-left: 60px;
}
header.fixed .menu-btn {
   width:74px;
    height: 74px;
}
.detail-links-top.fixed {
    position: fixed;
    top:84px;
    left:0;
    width: 100%;
    z-index: 666;
    background: #152e74;
}
.myList{
    position: absolute;
    top: 0;
    display:none;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    padding: 56px 0  0px;
    border-radius: 25px 25px 5px 5px;
    border: 1px solid rgb(82 109 128 / 50%);
    text-align: left;
    max-height: 48vh;
    overflow: auto;
    }
.right .myList{
    position: absolute;
    top: 0;
    display:none;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    padding: 76px 0  0px;
    border-radius: 25px 25px 5px 5px;
    border: 0px solid rgb(82 109 128 / 50%);
    text-align: left;
    max-height: 48vh;
    overflow: auto;
    }
.myList img{width:40px; margin-right:19px;}
.myList b{width:30px; margin-right:14px;}
.myList li{
	padding: 5px 9px;
	border-bottom: 1px solid rgb(82 109 128 / 50%);
	color:rgb(82 109 128 / 100%);
	font-size:16px;
	}
.myList li:last-child{
	
	   border-bottom: none;
	  
    }
.comparedkodadd .myList li{border-top: 1px solid rgb(82 109 128 / 50%); border-bottom: none;}
.myList li a{
	  
	   color:rgb(82 109 128 / 100%);
	   font-size:16px;
    }

.mmm{overflow:hidden;overflow-y: auto;max-height: 345px;}
 #iframe360 {
      display: none;
      z-index:999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgb(255 255 255 / 80%);
      justify-content: center;
      align-items: center;
    }
 #iframe360    #iframeContainer {
      width: 100%;
      height: 100%;
      text-align: center;
    }

 #iframe360    #iframeContainer iframe {
   width: 46%;
   height:100%;
   margin: 0 auto;
}
#close360{
    position: absolute;
    top: 15px;
    right: 27%;
    cursor: pointer;
    color: #f7f7f7;
    font-size: 44px;
    background: #152e74;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    }
#compared {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            background: #fff;
			z-index:105;
        }
#compared .toplink{background: #152E74;
    padding: 15px 0;
    color: #fff;}
	#compared .toplink a{color: #fff;display:flex;align-items:center;justify-content:start;gap:5px; font-size:20px;font-weight:700;}
	#compared .toplink a svg{ font-size:16px;}
	#compared .toplink span{color: #fff;display:flex;align-items:center;justify-content:start;gap:5px; font-size:12px;font-weight:500;cursor:pointer;}
.comparedlist {
	margin:10px 0;
        }
.comparedlist	.product .item {
    padding: 15px 20px 15px;
	text-align:left;
	position:relative;
}
.comparedlist .product h2 {
  margin-bottom: 14px;
  min-height: initial;
  line-height: 20px;
}
.comparedlist .product h6 {
    font-size: 11px;
    font-weight: 400;
    color: #526D80;
    margin-bottom: 2px;
    line-height: 15px;
}
.comparedlist	.product .item svg{
    color: #526D80;
    position: absolute;
    right: 5px;
    top: 5px;
cursor: pointer;
}
.compared-bg{
    width: calc(100% - 120px );
    border-radius: 5px;
    margin: 15px 60px;
    position: relative;
    padding: 55px 0 286px;
    background: rgb(82 109 128 / 15%);
}
.comparedkodadd {background:#fff;border-radius:50px;padding:7px;position: relative;}
.comparedkodadd input{border:none;text-indent:13px;color:#526D80;font-weight:500;width: 14rem;position: relative;z-index: 99;width: 16rem;}
.comparedkodadd input::placeholder{color:#526D80;font-weight:400;}
.compared-bg h4{color:#152E74;font-size:48px;font-weight:700;}
.compared-bg span{color:#526D80;font-size:20px;font-weight:500;white-space: nowrap;}
.comparedkodadd span{background:#152E74;color:#fff;border-radius:50px;padding:10px 24px;font-size:12px;font-weight:700;position: relative;z-index: 2;cursor:pointer;}
.comparedlists{margin-top: -255px;margin-bottom: 50px;}
.comparedlists .list{background:#fff;position: relative;z-index: 9;min-height: 50vh;border-radius: 20px;padding-top: 20px;gap: 10px;}
.comparedlists .list ul {width:20%;min-width: 270px;}
.comparedlists .list li {border-bottom: 1px solid rgb(82 109 128 / 25%);padding:15px;font-size:14px;font-weight:400;color:#152E74;white-space: nowrap;overflow-x: auto;}
.comparedlists .list .title li {font-weight:700;color:#526D80;}
.comparedlists .list li:first-child	{
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    min-height: 160px;
    justify-content: space-between;
    }
.comparedlists .list li:first-child span	{
  position:absolute;
  right: 10px;
  top:0;
  cursor:pointer;
  color:#526D80;
  font-size:14px;
  display:flex;
  gap:5px;
  align-items: center;
  }
.comparedlists .list .title li:first-child	{
    flex-direction: initial;
    align-items: end;
    justify-content: start;
    gap: 3px;
}
.comparedlists .list .title li:first-child input	{
  height: 18px;
  width: 18px;
  margin-bottom: 2px;
}
.back {cursor:pointer;margin-top:50px;background:#526D80;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:15px;font-weight:700;font-size:14px;padding:14px 16px;}
.flex-form form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    align-items: end;
}
.flex-form .form-group{
    padding-right: 15px;
    padding-left: 15px;
}
.custom-form-button{width:100%;}
.flex-form form label{
   display: none;
}
.pagination-group br{display: none;}
.page-item.disabled .page-link {
   
    background-color: transparent;
  
}
#document .sablon,#documentmodal .sablon {
    margin: 0;
}

#document .modal-body,#documentmodal .modal-body {
   
    padding: 0;
}
.tab-content {
    display: none;
  }
.tab-content.active {
    display: block;
  }
.default-columns {columns: 2;}
.custom-title {width: 100% !important;}
.custom-title li {min-height: initial !important;}
.flex-form input[type="file"] {
    display: none;
}
.flex-form form .control-file-label {display:flex;margin:0!important;font-size: 16px !important;width: 50%;cursor: pointer;}
.flex-form form .control-file-label.control-file-label-right {display:flex;margin:0!important;font-size: 16px !important;width: 50%;display: flex;align-items: center;justify-content: center;background: rgb(82 109 128 / 60%);padding: 13px 0;border-radius: 10px;color: #fff;font-weight: 300;}
.form-file {display:flex;align-items: center;justify-content: space-between;margin: 0;width: calc(100% - 30px);margin: 0 auto;background: #fff;padding: 9px 0;}
.flex-form form.document{justify-content: space-between;
    align-items: end;}
.contact .tab{display:none;}
.contact .tab.active{display:block;}
.filter-group {height: 100%;}
.openmenu  .back {
    display: none;
}
.header-mobile-top,.header-mobile-bottom {display: none;}
#downloadpdfBtn{display:none !important;}
@media (min-width: 1450px){
.modal-xl {
    max-width: 1400px;
}
}
.bottom-slider .slick-next {
    right: 0;
}
.bottom-slider .slick-prev {
    left: 0;
}
.bottom-slider   .slick-prev:before {left: 0;}
.bottom-slider .slick-next:before {
    left: initial;
    right: 0;
}
.search-products .product {
    width: 25%;
}
.notfound-product{margin-bottom: 60px;}

.notfound-product .notfound {
    width: 100%;
    padding: 30px 0px;
    border-radius: 5px;
    text-align: center;
}



.notfound .right {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.notfound-input-border {
    border: 1px solid #526D80;
    padding: 4px 4px 4px 16px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.notfound h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 35px 0 15px;
    color: #526D80;
}

.notfound p {
    color: #152e74;
    font-size: 29px;
    line-height: 38px;
    font-weight: 300;
}

.notfound-input-border input {
    margin-left: 10px;
 color: #526D80;
  
}

.notfound-input-border input::placeholder {
    margin-left: 10px;
  color: #526D80;
}

.notfound-input-border button {
    white-space: nowrap;
    background: #152E74;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    padding: 12px;
    margin-left: 7px;
}

.notfound-input-border button:hover {
    background: rgb(21 46 116 / .60);
}
.slider .c-container{
    max-width: calc(100% - 120px )
}
.notfound .check-input label {color: #152e74;width: 100%;font-size: 16px;text-align: left;padding-left: 30px;}
.compared-overflow{overflow: auto;width: 100%;position: relative;z-index: 0;background: #fff;border-radius: 20px;}
.modal-body {
     padding: 0rem; 
}
.swal2-confirm{background-color:#152E74 ;text-transform: uppercase;}
.swal2-cancel{text-transform: uppercase;}

@media (min-width: 992px) and (max-height: 600px) {
    
 .slider .content h3 {margin-top:25px;}  
 .slider .content h2 {font-size:68px;line-height:64px;margin-bottom:15px;}  
    
}