*,::before,::after{box-sizing:border-box;outline:unset}
html,body{min-height:100%;height:100%;font-family:'Montserrat', sans-serif;margin: 0;padding: 0;background: #fff;}
a{text-decoration:none;color:unset;}
.container{max-width:1680px;width:100%;display:block;margin:0 auto;}



#header {width: 100%;position: fixed;height: 100px;left: 0;right: 0;top: 0;z-index: 9999999999;background: linear-gradient(180deg,rgb(127 127 127 / 84%) 0,transparent);transition: all .3s;}
#header.sticky{height: 90px;background: linear-gradient(90deg, #009fe3 0%, #0d3880 100%);transition: all .3s;}
#header.sticky .container .logo img{width: 200px;margin-top: 0;}
#header.sticky .container .headerMenu ul li:hover .altMenu{top: 90px;}
#header .container {display: flex;height: 100%;flex-wrap: wrap;max-width: 1400px;padding: 0 20px;}
#header .container .logo{max-width: 277px;flex: 1;display: flex;align-items: center;}
#header .container .logo img{display: flex;flex: 2;width: 250px;object-fit: contain;margin-top: 13px;}
#header .container .headerMenu{width:100%;height: 100%;position: relative;flex: 1;/* padding-right: 40px; */}
#header .container .headerMenu::after{position: absolute;content: "";left: -100%;top: 0;right: 0;width: 100%;height: 60px;background: #e51e20;display: none;}
#header .container .headerMenu .masterMenu{justify-content: flex-end;}
#header .container .headerMenu ul{display:flex;height:100%;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width: 100%;position: relative;}
#header .container .headerMenu ul li{position: relative;height: 100%;display: flex;align-items: center;/* background: #fff; *//* width: 100%; */justify-content: space-between;}
/* #header .container .headerMenu ul li::after{position: absolute;content: "/";right: -20px;top: 50%;transform:translateY(-50%);color: #c4c4c4;} */
#header .container .headerMenu ul .menuActive{border-bottom: 5px solid #009ce0;}
#header .container .headerMenu ul li:first-child::after{display: none;}
#header .container .headerMenu ul li:last-child::after{display: none;}
#header .container .headerMenu ul li a{font-weight: 400;font-size: 15px;transition:all .5s;border-radius:0;padding: 0px 14px;width: 100%;color: #efefef;display: flex;align-items: center;/* background: #fff; */height: 100%;}
#header .container .headerMenu ul li a::after {position: absolute;content: '';height: 5px;right: 0;bottom: 0;left: 0;background-color: #009fe3;transform: scale(0);transform-origin: center;transition: all ease .5s;}
#header .container .headerMenu ul li:hover a::after {transform: scale(1);}
#header .container .headerMenu ul li a i{color: #ffffff;}
#header .container .headerMenu ul li:hover a i{color: #fff;}
#header .container .headerMenu .mobileMenu{transition: all .3s;width: unset;align-items: center;height: 100%;justify-content: center;/* background: #3d4c49!important; */cursor: pointer;color: #f4f6f9!important;font-size: 23px;padding: 20px;margin-right: -4px;border-bottom: 3px solid #0d3880;}
#header .container .headerMenu .mobileMenu:hover{opacity: 0.9;transition: all .3s;}

#header .container .headerMenu ul .altMenu{display:none;position:absolute;top: 120px;left: 0;width: 260px;background: #ffffff;z-index: -111;font-size: 15px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgba(0, 0, 0, 0.2);transition: all .4s;opacity: 0;}
#header .container .headerMenu ul .altMenu ul{flex-direction: column!important;}
#header .container .headerMenu ul .altMenu li{display:block!important;border-radius: 0;}
#header .container .headerMenu ul .altMenu li {/* padding: 10px; */width: 100%;}
#header .container .headerMenu ul .altMenu li:after{display: none;}
#header .container .headerMenu ul .altMenu li a:after{display: none!important;}
#header .container .headerMenu ul .altMenu li a{padding: 10px!important;background: unset!important;color: #0d3880!important;font-size: 13px;}

#header .container .headerMenu ul .altMenu li:hover{border-radius: 0!important;background: #009fe3!important;transition: all .3s;position: relative;}
#header .container .headerMenu ul .altMenu li:hover a{border-radius: 0!important;/* background: #fff!important; */transition: all .3s;color: #ffffff!important;position: relative;}
#header .container .headerMenu ul li:hover .altMenu{top: 100px;left: 0;transition: all .4s;opacity: 1;z-index: 9999;display: block;}
#header .container .headerMenu ul .altMenu li:hover ul.subMenu {visibility: visible;opacity: 1;left: -100%;transition: all .3s;}
#header .container .headerMenu ul .altMenu .subMenu li{min-width:190px;color:#f2f2f2;height: auto!important;}
#header .container .headerMenu ul .altMenu .subMenu li:last-child{border-bottom: unset;}
#header .container .headerMenu ul .altMenu .subMenu li:hover a{background-color: #6f6f6f!important;background: #009fe3!important;color: #fff!important;}
#header .container .headerMenu ul .altMenu .subMenu li a{padding: 10px;line-height: 16px;font-size: 12px;background: #fff!important;color: #0d3880!important;}
#header .container .headerMenu ul .altMenu .subMenu li:last-child a{/* line-height: 30px!important; */}
#header .container .headerMenu ul .altMenu .subMenu{position:absolute;left: -150%;top: 0;visibility: hidden;opacity: 0;z-index: 99999;transition: all .3s;height: 100%;bottom: 0;}





#header .container .social{/* flex: 1; */width: 201px;display: flex;align-items: center;justify-content: flex-end;border-left: 1px solid #e51e20;height: 100%;}
#header .container .social a{margin-left: 5px;transition: all .3s;display: flex;color: #fff;width: 100%;align-items: center;justify-content: center;}
#header .container .social a:hover{opacity: 0.8; transition: all .3s;}
#header .container .social a img{width: 30px;height: 30px;margin-right: 11px;object-fit: contain;}
#header .container .headerPhone{transition: all .3s; position: absolute;right: 0;bottom: -61px;z-index: 999;width: 264px;background: rgb(35 147 194 / 56%);padding: 18px;display: flex;align-items: center;color: #fff;/* box-shadow: 7px -20px 9px 0px #f1f1f1; */}
#header .container .headerPhone:hover{opacity: 0.8; transition: all .3s;}
#header .container .headerPhone img{margin-right: 8px;}
#header .container .lang{transition: all .3s;width: 120px;height: 61px;border-right: 1px solid #e5e5e5;display: flex;position: absolute;right: 264px;bottom: -61px;z-index: 999;background: rgb(35 147 194 / 56%);}
#header .container .lang:hover{opacity: 0.8; transition: all .3s;}
#header .container .lang .langLeft{width: 56px;height: 100%;display: flex;align-items: center;justify-content: center;/* background: rgb(35 147 194 / 56%); */}
#header .container .lang .langLeft span{font-size: 15px;/* font-weight: 700; */color: #ffffff;}
#header .container .lang .langRight{width: 47px;height: 100%;/* background: rgb(35 147 194 / 56%); */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .lang .langRight .global{position: absolute;width: 27px;height: 27px;border-radius: 100%;left: -8px;background: rgb(35 147 194 / 56%);display: flex;align-items: center;justify-content: center;}
#header .container .lang .langRight i{color:#fff;padding-right: 5px;}
#header .container .lang .dropbtn {background-color: #ffffff;color: white;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .lang .dropdown {position: relative;display: inline-block;width: 100%;display: flex;}
#header .container .lang .dropdown-content {display: none;top: 60px;left: 0;position: absolute;background-color: rgb(35 147 194 / 56%);width: 117px;overflow: auto;z-index: 2;}
#header .container .lang .dropdown-content a {color: white;width: 100%;height: 40px;text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;transition: all .3s;}
#header .container .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .lang .dropdown a:hover {background-color: #fff;color: #282780;font-weight: 700;}
#header .container .lang .show {display: block;}

/*Mobil Menu*/
#mFull {height: 100%;width: 0;position: fixed;z-index: 999999999999999;top: 0;left: 0;background: linear-gradient(271deg, #019ce0 0%, #0d3880 100%);overflow-x: hidden;transition: 0.5s;}
#mFull .container {width: 80%;height: 100%;padding: 0;display: grid;grid-template-rows: 10vh 1fr 126px;}
#mFull .container .header {display: flex;justify-content: space-between;align-items: center;padding: 11px 0;border-bottom: 1px solid rgb(0 161 230 / 29%);}
#mFull .container .header img {height: 50px;/* width: 229px; */object-fit: contain;}
#mFull .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: flex-start;flex-direction: column;border-bottom: 1px solid rgb(0 161 230 / 29%);padding-bottom: 5px;}
#mFull .container .info {/* position:relative; */display: flex;flex-direction: row;text-align: center;align-items: center;justify-content: center;padding: 1px 0;}
#mFull .container .info > div {margin-bottom: 20px;padding: 15px 12px;margin: 17px;}
#mFull .container .info::after {content:'';position:absolute;right:0;left: 0;top: 0;height: 1px;background: #d2d2d2;}
#mFull .container .info i {font-size: 32px;color: #000000;display: block;margin-bottom: 15px;}
#mFull .container .info a {font-size: 17px;display: block;line-height: 0.5;padding: 15px 0 0 0;color: #000000;}
#mFull .container .info .phone {position: relative;}
#mFull .container .info .phone a {font-size: 17px;}
#mFull .container .info > div::before {content: '';position: absolute;top: 57px;left: 50%;width: 25px;height: 2px;background: #bbbbbb;transform: translateX(-50%);}
#mFull .container .info .mail { position: relative; }
#mFull .closebtn {font-size: 38px;color: rgb(255 255 255);text-align: right;width: 100%;max-width: 100px;}
#mFull .container .content ul{flex: 1;list-style-type:none;margin: 0;padding: 0;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;}
#mFull .container .content ul li{position:relative;padding: 12px 0;text-align: left;}
#mFull .container .content ul li.nopadding{padding: 0;}
#mFull .container .content ul li::before{position:absolute;content:'';width: 45px;height: 2px;bottom:0;left: 0;background-color: rgb(0 161 230 / 29%);transition: .4s all;/* transform: translateX(-50%); */}
#mFull .container .content ul li a{text-decoration:none;/* text-transform: uppercase; */font-size: 14px;font-weight: 600;color: #d2d2d2;transition: all .3s;}
#mFull .container .content ul li a:hover{color: #6f6f6f;transition: all .3s;}
#mFull .container .content ul li:hover::before{width: 90px;}
#mFull .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content: flex-end;padding: 20px 0;/* border-top: 1px solid #323b5e; */}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #ffffff;font-weight: 500;font-size: 10px;}
#mFull .flags img{width: 42px;height: 22px;object-fit:  cover;margin: 0 5px;opacity: 0.7;}
#mFull .flags img:hover{opacity: 1; filter: brightness(150%);}
#mFull .flags img.aktif {opacity: 1;filter: brightness(150%);}
#mFull .footerNav-social a{margin-left:5px}
#mFull .footerNav-social a:first-child{margin-left:0}
#mFull .footerNav-social img{width: 62px;height: 16px;}
#mFull .footerNav-inviva{display:flex}
#mFull .footerNav-inviva img{width:62px;height:16px}
#mFull .dropdownMenu {position: relative;display: none;}
#mFull .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#mFull .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#mFull .container .content ul li ul a{padding: 12px 0px;text-align: left;font-size: 13px;}
#mFull .container .content ul li ul {padding: 0px 15px;}
#mFull .social{display:flex;flex-direction: column;height:auto;border-bottom: 1px solid rgb(0 161 230 / 29%);padding: 15px 0;}
#mFull .social h1{font-size: 15px;margin: 0;padding: 0;color: rgb(255 255 255);}
#mFull .social .single{display: flex;padding: 10px 10px 0px;color: rgb(238 238 238 / 35%);}
#mFull .social .single i{/* color: #6c6c6c; */font-size: 15px;}
#mFull .social .single p{/* color: #000; */font-size: 14px;padding: 0;margin: 0;margin-left: 5px;}
#mFull .face{color:#395b9f;font-size: 40px;margin-right: 5px;}
#mFull .twitter{color:#2ca7df;font-size: 40px;margin-right: 5px;}
#mFull .insta{width: 35px;height: 35px;background: #527ea2;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
#mFull .insta i{font-size: 20px;color:#fff;}

/*Ana Sayfa Slider*/
#slider{width:100%;height: 94vh;position: relative;}
#slider .swiper-container{position:relative;width:100%;height:100%;}
#slider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#slider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(2deg,rgb(0 0 0 / 18%) 0,#00000096);z-index:2;}
#slider .swiper-container .swiper-slide::after{/* content:''; */position:absolute;bottom:0;top:0;right: 0;height: 100%;background: #cdcdcd;width: 100px;z-index:2;}
#slider .swiper-container video{width:100%;height:100%;object-fit:cover}
#slider .swiper-container img{width:100%;height:100%;object-fit:cover}
#slider .mainSliderText{ position:absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);width:100%;text-align: left;z-index:999;height:auto;/* max-height:200px; */font-style: italic;font-weight: 700;max-width: 1400px;/* text-align: center; */padding: 0 20px;}
#slider .mainSliderText h1{font-size: 63px;color:#fff;/* text-shadow:1px 1px #000; */margin:0;font-weight: 700;/* width: 45%; *//* text-indent: 9px; */line-height: 64px;/* border-left: 5px solid #e51e20; */text-align: center;}
#slider .mainSliderText p{font-size: 54px;color: #006952;/* text-shadow:1px 1px #000; */margin:0;font-weight: 400;}
#slider .swiper-pagination {text-align: right;bottom: 25%;transform: translateY(-50%);right: 22px;background: none;z-index: 999999999;display: flex;flex-direction: column;background: rgb(0 0 0 / 0%);border-radius: 20px;}
#slider .swiper-pagination-bullet {width: 10px;height: 10px;background: #ffffff!important;/* border: 1px solid rgb(255 255 255); */opacity: 1;margin: 2px 3px;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;margin-right: 10px;}
#slider .swiper-pagination-bullet::before {content: "";width: 9px;height: 9px;border-radius: 100%;background: rgb(145 213 239);}
#slider .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: #b0d3e8;}
#slider .swiperButton{position:absolute;right: 25px;bottom: 57px;transform: translateY(-50%);text-align: left;z-index: 999999999;height:auto;max-height:200px;padding-left: 0;font-style: italic;font-weight: 700;left: unset;}
#slider .swiper-button-prev{width: 35px;height: 16px;left: unset;outline:unset;background-image: unset;margin-right: 41px;right: 0;}
#slider .swiper-button-prev i{position:absolute;top:50%;left:50%;transform:translate(-59%,-48%);font-size: 20px;color: #89bddd;}
#slider .swiper-button-next{width: 35px;height: 15px;right: 0;outline:unset;background-image: unset;/* border-left: 1px solid #537cb2; */padding-left: 14px;}
#slider .swiper-button-next i{position:absolute;top:50%;left:50%;transform:translate(-35%,-47%);font-size: 20px;color: #89bddd;}
#slider .sliderLeftImg{position: absolute;right: 0;bottom: 0;left: 0;height: 73px;/* background: #121212; */z-index:2;display: flex;justify-content: center;align-items: flex-end;padding-bottom: 18px;}
#slider .sliderLeftImg img{transform: rotate(180deg);opacity: .6;}
#slider .sliderLeftImg .line{position: absolute;background: #f8f8f8;width: 5px;height: 50px;left: 0;bottom: 0;}
#slider .bottomSlider{position: absolute;left: 0;right: 0;bottom: 0;width: 100%;height: auto;z-index: 9999999;}

/*Ana Sayfa Mobil Slider*/
#mSlider{width:100%;height: auto;z-index:1;position:relative;display: none;}
#mSlider .swiper-container{position:relative;width:100%;height:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */}
#mSlider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#mSlider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(2deg,rgb(0 0 0 / 18%) 0,#00000096);z-index:2;}
#mSlider .swiper-container .swiper-slide::after{/* content:''; */position:absolute;bottom:0;top:0;right: 0;height: 100%;background: #cdcdcd;width: 100px;z-index:2;}
#mSlider .swiper-container img{width:100%;height:100%;object-fit:cover}
#mSlider .mainSliderText{position:absolute;top: 50%;left:50%;transform: translate(-50%,-50%);font-style: italic;max-width: 1200px;width:100%;/* text-align:center; */z-index:999;/* height: 100%; */display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
#mSlider .mainSliderText img{width: 90px;height: 90px;}
#mSlider .mainSliderText h1{font-size: 21px;color: #ffffff;text-shadow:1px 1px #000;margin: 4px;width: 550px;}
#mSlider .mainSliderText p{font-size: 15px;margin:0;font-weight:100;color: #a1aaba;text-shadow: 1px 1px #000;}
#mSlider .mainSliderText a{width: max-content;/* height: 60px; *//* display: flex; *//* align-items: center; *//* justify-content: center; *//* border-radius: 100%; *//* border:2px solid #fff; *//* position: absolute; *//* bottom: 0; */padding: 15px;background: #e51e20;color: #fff;transition: all .3s;}
#mSlider .mainSliderText a:hover{opacity: 0.7;transition: all .3s;}
#mSlider .mainSliderText a i{color:#fff;font-size: 25px;}
#mSlider .swiper-pagination{text-align:right;bottom: 75px;/* transform: translateX(-50%); */right: 24px;background:none;z-index: 9999;display:flex;flex-direction:column;align-items: center;}
#mSlider .swiper-pagination-bullet{width: 8px;height: 8px;background: rgb(243 243 243 / 39%);margin-top: 3px;border-radius: 0%;z-index: 99999;opacity: 1;border-radius: 13px;}
#mSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{/* border: 2px solid #a1aaba; */background: #009fe3!important;width: 8px!important;height: 8px!important;}
#mSlider .swiperButton{position:absolute;bottom: 22px;right:31px;text-align:left;z-index:999;height:auto;left:unset;}
#mSlider .swiper-button-next{width: 10px;height: 42px;margin-right: -6px;}
#mSlider .swiper-button-next img{object-fit: contain;width: 100%;height: 100%;}
#mSlider .swiper-button-prev{width: 10px;height: 42px;}
#mSlider .swiper-button-prev img{width: 100%;height: 100%;object-fit: contain;}
#mSlider .bottomSlider{position: absolute;left: 0;right: 0;bottom: 0;width: 100%;height: auto;z-index: 9999999;}


/* Hakkimizda */
#homeCorporate{position: relative;height: 499px;background: #ffffff;z-index: 99999999;}
#homeCorporate .icon{position: absolute;left: 0;top: -254px;height: 500px;opacity: .6;}
#homeCorporate .container{display: flex;flex-wrap: wrap;height: 100%;}
#homeCorporate .container .text{flex: 1;}
#homeCorporate .container .text .title{z-index: 9999999;position: relative;margin-bottom: 14px;}
#homeCorporate .container .text .title h1{margin: 0;padding: 0;color: #0d3880;font-size: 45px;}
#homeCorporate .container .text .title h1:last-child{color: #009fe3;margin-bottom: 20px;}
#homeCorporate .container .text p{padding: 0;margin: 0;padding-right: 95px;line-height: 1.7;font-size: 17px;font-weight: 400;}
#homeCorporate .container .image{flex: 1;display: flex;align-items: center;justify-content: end;height: 100%;}
#homeCorporate .container .image img{height: 100%;width: 100%;object-fit: contain;max-height: 500px;}


#homeSector{height: 499px;background: #ffffff;z-index: 99999999;position: relative;margin: 50px 0;}
#homeSector .swiper-container-fade .swiper-slide{background: #fff;}
#homeSector .container{display: flex;flex-wrap: wrap;height: 100%;}
#homeSector .container .text{flex: 1;text-align: end;}
#homeSector .container .text .title{z-index: 9999999;position: relative;margin-bottom: 23px;}
#homeSector .container .text .title h1{margin: 0;padding: 0;color: #0d3880;font-size: 45px;}
#homeSector .container .text .title h1:last-child{color: #009fe3;margin-bottom: 21px;}
#homeSector .container .text p{padding: 0;margin: 0;padding-left: 95px;line-height: 1.7;font-size: 17px;font-weight: 400;}
#homeSector .container .image{flex: 1;display: flex;align-items: center;justify-content: end;height: 100%;}
#homeSector .container .image img{height: 100%;width: 100%;object-fit: contain;max-height: 500px;}
#homeSector .swiperButonContainer i{position:absolute;top:50%;left:50%;transform:translate(-35%,-47%);font-size: 18px;color: #649401;}
#homeSector .swiperButonContainer {position:absolute;bottom: 60px;/* max-width: 1201px; *//* width: 100%; */display: block;right: 37px;}
#homeSector .swiperButonContainer .swiper-button-prev{right: 33px;width: 8px;height: 15px;left: unset;outline:unset;background-image: unset;}
#homeSector .swiperButonContainer .swiper-button-next{width: 8px;height: 15px;right: 0;outline:unset;background-image: unset;}

#houseProducts{position: relative;height: 500px;padding: 33px 0;}
#houseProducts .houseBg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}
#houseProducts .container{display: flex;flex-direction: column;}
#houseProducts .container .pTitle{z-index: 9999999;position: relative;margin-bottom: 10px;display: flex;flex-direction: column;align-items: center;padding-bottom: 10px;}
#houseProducts .container .pTitle::after{position:absolute;content: "";left: 50%;bottom: 0;transform: translateX(-50%);width: 27%;height: 1px;background: rgb(215 229 175 / 56%);border-radius: 16px;}
#houseProducts .container .pTitle h1{margin: 0;padding: 0;color: #ffffff;font-size: 45px;}
#houseProducts .container .pTitle h1:last-child{color: #aecc5f;}
#houseProducts .container .content{position: relative;}
#houseProducts .container .content .swiper-container{width:100%;height: 100%;padding: 10px 0;}
#houseProducts .container .content .swiper-container .swiper-slide{transition: all .3s;margin:0;position: relative;/* background: #fff; */border-radius: 14px;}
#houseProducts .container .content .swiper-container .swiper-slide-active { opacity: .7; }
#houseProducts .container .content .swiper-container .swiper-slide-active .single{transform: scale(.89);transition: all .3s;}
#houseProducts .container .content .swiper-container .swiper-slide .single{height: 100%;display:flex;flex-direction:column;position: relative;transition: all .3s;background: #fff;padding: 19px;border-radius: 10px;box-shadow: 0 0 10px 2px rgb(0 0 0 / 40%);}
#houseProducts .container .content .swiper-container .swiper-slide .single img{width: 100%;max-height: 187px; height: 100%;object-fit: contain;}
#houseProducts .container .content .swiper-container .swiper-slide .single .title{position: relative;}
#houseProducts .container .content .swiper-container .swiper-slide .single:after{position: absolute;content: "";;transition: all .3s;right: 15px;top: 0;width: 2px;height: 50px;background: #aecc5f;}
#houseProducts .container .content .swiper-container .swiper-slide .single .title h1{transition: all .3s;margin: 0;padding: 0;font-size: 20px;color: #2d68a9;}
#houseProducts .container .content .swiper-container .swiper-slide .single .title p{transition: all .3s;padding: 0;margin: 0;margin-top: 10px;padding: 10px;background: #2d68a9;width: fit-content;border-radius: 10px;font-size: 14px;color: #fff;}
#houseProducts .container .content .swiper-container .swiper-slide .single:hover{transform: scale(.85);transition: all .3s;}
#houseProducts .container .content .swiper-container .swiper-slide .single:hover:after{transition: all .3s;height: 100%;background: #009fe3;}
#houseProducts .container .content .swiper-container .swiper-slide .single:hover h1{transition: all .3s;color: #aecc5f;}
#houseProducts .container .content .swiper-container .swiper-slide .single:hover p{transition: all .3s;background: #009fe3;}
#houseProducts .container .content .swiper-container .swiper-slide-active .single:after{height: 100%;background-color: #ddd;transition: all .3s;}
#houseProducts .container .content .swiper-pagination{text-align:right;left:50%;transform:translateX(-50%);background:none;z-index:99;bottom: 0;}
#houseProducts .container .content .swiper-pagination-clickable .swiper-pagination-bullet{background: #0072c6;width: 10px;height: 10px;margin-right: 5px;border-radius: 0;}
#houseProducts .container .content .swiper-pagination-bullet-active{background: #0072c6!important;}
#houseProducts .container .content .swiper-button-prev{outline:unset;background-image: unset;left: -30px;}
#houseProducts .container .content .swiper-button-next{outline:unset;background-image: unset;right: -12px;width: auto;}
#houseProducts .container .content .swiper-button-prev img{width: 50px;}
#houseProducts .container .content .swiper-button-next img{width: 50px;}

#weDoing{position: relative;padding: 33px 0;}
#weDoing .weBg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}
#weDoing .bottomTrans{position: absolute;left: 0;right: 0;bottom: -10%;width: 100%;/* object-fit: cover; */}
#weDoing .container{display: flex;flex-direction: column;}
#weDoing .container .pTitle{z-index: 9999999;position: relative;margin-bottom: 10px;display: flex;flex-direction: column;align-items: center;padding-bottom: 10px;}
#weDoing .container .pTitle::after{position:absolute;content: "";left: 50%;bottom: 0;transform: translateX(-50%);width: 27%;height: 1px;background: rgb(215 229 175 / 56%);border-radius: 16px;}
#weDoing .container .pTitle h1{margin: 0;padding: 0;color: #ffffff;font-size: 45px;}
#weDoing .container .pTitle h1:last-child{color: #aecc5f;}
#weDoing .container .content{position: relative;flex-wrap: wrap;display: flex;margin-top: 40px;height: auto;padding: 0 0 100px;}
#weDoing .container .content .weLeft{display: flex;flex-direction: column;flex: .8;justify-content: space-between;}
#weDoing .container .content .weMid{flex: 1;width: 100%;height: 100%;}
#weDoing .container .content .weMid img{animation: crescendo .8s alternate infinite ease-in;width: 100%;height: 100%;object-fit: contain;}
#weDoing .container .content .weRight{flex: .8;display: flex;flex-direction: column;justify-content: space-between;/* align-items: flex-end; */}
#weDoing .container .content .single{position: relative;display: flex;flex-direction: column;color: #fff;transition: all .3s;min-height: 285px;}
#weDoing .container .content .single:hover{transition: all .3s;opacity: .89;transform: scale(.9);color: rgb(187 187 187);}
#weDoing .container .content .single .title{display: flex;align-items: center;}
#weDoing .container .content .single .title .icon{width: 52px;height: 45px;border-radius: 100%;border: 1px solid #ddd;;/* padding: 5px; */display: flex;align-items: center;justify-content: center;}
#weDoing .container .content .single .title .icon img{width: 25px;height: 25px;;object-fit: contain;}
#weDoing .container .content .single .title h1{margin: 0 14px;padding: 9px 0;font-weight: 200;width: -webkit-fill-available;font-size: 22px;border-bottom: 1px solid #87afcc;}
#weDoing .container .content .single p{padding: 6px 30px 0 60px;margin: 0;line-height: 1.45;font-size: 14px;color: rgb(255 255 255 / 72%);}
#weDoing .container .content .single:after{position: absolute;content: "";width: 100px;right: -86px;height: 1px;background: #87afcc;top: 44px;}
#weDoing .container .content .leftS:first-child:after{transform: rotate(30deg);width: 100px;right: -80px;top: 68px;}
#weDoing .container .content .leftS:last-child:after{transform: rotate(139deg);width: 100px;right: -74px;top: 10px;}
#weDoing .container .content .rightS{text-align: end;}
#weDoing .container .content .rightS .title{flex-direction: row-reverse;}
#weDoing .container .content .rightS p{padding: 6px 60px 0 30px;}
#weDoing .container .content .rightS:after{position: absolute;content: "";width: 100px;left: -86px;height: 1px;background: #87afcc;top: 44px;}
#weDoing .container .content .rightS:last-child:after{transform: rotate(30deg);width: 100px;left: -80px;top: 19px;}
#weDoing .container .content .rightS:first-child:after{transform: rotate(139deg);width: 100px;left: -74px;top: 77px;}


#bottomSectors{position: relative;padding: 20px 0 70px;}
#bottomSectors .topTransition{position: absolute;left: 0;right: 0;top: -105px;width: 100%;height: auto;z-index: 9999999;}
#bottomSectors .favico{position: absolute;right: 15px;bottom: -37px;object-fit: cover;height: 89px;box-shadow: 0 0 3px 2px rgb(0 0 0 / 35%);border-radius: 100%;}
#bottomSectors .container{display: flex;flex-direction: column;}
#bottomSectors .container .pTitle{z-index: 9999999;position: relative;margin-bottom: 10px;display: flex;flex-direction: column;align-items: center;padding-bottom: 10px;}
#bottomSectors .container .pTitle::after{position:absolute;content: "";left: 50%;bottom: 0;transform: translateX(-50%);width: 27%;height: 1px;background: rgb(215 229 175 / 56%);border-radius: 16px;}
#bottomSectors .container .pTitle h1{margin: 0;padding: 0;color: #0d3880;font-size: 45px;}
#bottomSectors .container .pTitle h1:last-child{color: #009fe3;}
#bottomSectors .container .content{/* position: relative; */flex-wrap: wrap;display: flex;margin-top: 40px;align-items: center;justify-content: center;}
#bottomSectors .container .content .single{cursor: pointer;transition: all .3s;display: flex;align-items: center;justify-content: center;}
#bottomSectors .container .content .single .image{width: 250px;height: 250px;padding: 23px;border: 1px solid rgb(221 221 221 / 81%);border-radius: 100%;transition: all .3s;}
#bottomSectors .container .content .single .image img{border-radius: 100%;width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
#bottomSectors .container .content .single .title{position: absolute;bottom: 0;transition: all .3s;left: 20px;}
#bottomSectors .container .content .single .title h1{margin: 0;padding: 0;font-size: 78px;color: #929292;transition: all .3s;}
#bottomSectors .container .content .single .title p{padding: 0;margin: 0;font-size: 21px;color: #0d3880;transition: all .3s;}
#bottomSectors .container .content .single:hover{transition: all .3s;transform: scale(.92);}
#bottomSectors .container .content .single:hover .image{transition: all .3s;transform: rotate(316deg);}
#bottomSectors .container .content .single:hover .title{transition: all .3s;left: 50%;transform: translateX(-50%);}
#bottomSectors .container .content .single:hover .title h1{transition: all .3s;color: #009fe3;}
#bottomSectors .container .content .single:hover .title p{transition: all .3s;color: #949494;}
#bottomSectors .container .content .swiper-container .swiper-slide-active .single{transition: all .3s;transform: scale(.92);}
#bottomSectors .container .content .swiper-container .swiper-slide-active .single .image{transition: all .3s;transform: rotate(316deg);;}
#bottomSectors .container .content .swiper-container .swiper-slide-active .single .title{transition: all .3s;left: 50%;transform: translateX(-50%);}
#bottomSectors .container .content .swiper-container .swiper-slide-active .single .title h1{transition: all .3s;color: #009fe3;}
#bottomSectors .container .content .swiper-container .swiper-slide-active .single .title p{transition: all .3s;color: #949494;}
#bottomSectors .container .content .swiperButonContainer i{position:absolute;top:50%;left:50%;transform:translate(-35%,-47%);font-size: 18px;color: #649401;}
#bottomSectors .container .content .swiperButonContainer {position:absolute;bottom: 20px;/* max-width: 1201px; *//* width: 100%; */display: block;left: 50%;transform: translateX(-50%);}
#bottomSectors .container .content .swiperButonContainer .swiper-button-prev{right: 33px;width: 8px;height: 15px;left: unset;outline:unset;background-image: unset;}
#bottomSectors .container .content .swiperButonContainer .swiper-button-next{width: 8px;height: 15px;right: 0;outline:unset;background-image: unset;}




.bakimKarti{z-index: 999999999;position: fixed;left: 0;bottom: 57px;/* transform: translateY(-50%)rotate(0deg); */-webkit-animation: flash linear 2s infinite;animation: flash linear 2s infinite;box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 30%); background: linear-gradient(271deg, #17ac6a 0%, #02de5c 100%);;color: #fff;padding: 15px;border-top-right-radius: 15px;border-bottom-right-radius: 15px;}



/* Footer */
#footer{background: linear-gradient(271deg, #019ce0 0%, #0d3880 100%);}
#footer .container{display: flex;flex: 1;position: relative;z-index: 99;}
#footer .container .footerLeft{flex: .7;display: flex;/* justify-content: flex-end; */align-items: flex-start;padding-right: 25px;padding-top: 40px;}
#footer .container .footerLeft img{width: 180px;margin-top: 0;}
#footer .container .footerRight{flex: 3;padding-left: 25px;}
#footer .container .footerRight .copyRight{border-bottom: 1px solid rgb(255 255 255 / 40%);}
#footer .container .footerRight .copyRight p{color: #ffffff;font-size: 14px;padding: 30px 0;margin: 0;}
#footer .container .footerRight .copyRight p span{font-weight: 700;}
#footer .container .footerRight .footerContact{display: flex;justify-content: space-between;padding: 20px 0;}
#footer .container .footerRight .footerContact .social .single{margin-right: 7px;transition: all .3s;}
#footer .container .footerRight .footerContact .social .single:hover{transition: all .3s;opacity: 0.5;}
#footer .container .footerRight .footerContact .social .single img{width: 35px;height: 35px;opacity: 0.8;}
#footer .container .footerRight .footerContact .phone{display: flex;align-items: center;font-size: 17px;color: #ffffff;font-weight: 700;transition: all .3s;}
#footer .container .footerRight .footerContact .phone:hover{transition: all .3s;opacity: 0.5;}
#footer .container .footerRight .footerContact .phone img{padding-left: 20px;height: 29px;opacity: 0.8;}
#footer .container .footerRight .footerMenu{padding: 30px 0;border-bottom: 1px solid rgb(255 255 255 / 40%);border-top: 1px solid rgb(255 255 255 / 40%);display: flex;flex-wrap: wrap;}
#footer .container .footerRight .footerMenu .oneMenu{display: flex;flex-direction: column;flex: 1 0 33%;}
#footer .container .footerRight .footerMenu .twoMenu{display: flex;flex-direction: column;flex: 1 0 33%;justify-content: flex-end;align-items: flex-end;}
#footer .container .footerRight .footerMenu .single{display: flex;flex-direction: column;color: #ffffff;}
#footer .container .footerRight .footerMenu .twoMenu .single:last-child{width: 230px;padding-top: 20px;justify-content: flex-end;align-items: flex-end;height: 100%;text-align: end;}
#footer .container .footerRight .footerMenu .single h1{margin: 0;padding: 0;font-size: 15px;padding-bottom: 5px;}
#footer .container .footerRight .footerMenu .single a{font-size: 15px;padding-bottom: 5px;position: relative;color: #ddd;}
#footer .container .footerRight .footerMenu .single a:hover{opacity: 0.7;transition: all cubic-bezier(0.215, 0.610, 0.355, 1);}
#footer .container .footerRight .footerMenu .single a:before{content: ""; position: absolute;left: 0;bottom: 0; height: 1px;width: 0px;background: #ddd;transition: all .3s;}
#footer .container .footerRight .footerMenu .single a:hover:before{transition: all .3s;width: 50px;}
#footer .container .footerRight .footerMenu #accordionF{display:none;flex-direction:column;/* max-width:40%; */margin: .5rem 0;width: 100%;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion{display:flex;flex-direction:column;margin: .4rem 0;/* box-shadow:0 0 .2em .1em rgba(0,0,0,0.1); */border-radius:.2rem;overflow:hidden;width: 100%;color: #8895aa;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header{/* background-color: #edf4f7; */width: 100%;margin: 0;padding: 7px 0;color: #000000;display: flex;align-items: center;justify-content: space-between;cursor: pointer;font-weight: 700;border-bottom: 1px solid #d9d9d9;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header h1{font-weight: 500;margin: 0;font-size: 25px;display: inline;color: #9b9b9b;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header i{transform: rotate(0deg)!important;transition: all .3s;color: #9b9b9b;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header__title{padding:1rem 1.5rem;text-transform:capitalize;color:#fff}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header__caret{padding:1rem 1.5rem;margin-left:auto;border-left:1px solid;position:relative}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-header__caret::before{content:"+";text-align:center;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-text{margin:0 auto;padding: 0 0 0 10px;min-width: 95%;max-width: 95%;/* border-width:2px; *//* background-color:#fafafad4; *//* border-color: #005f5b; *//* border-style:solid; */border-top:none;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display: flex;flex-direction: column;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion .accordion-text a{margin-top: 15px;/* padding: 5px 0; */font-size: 19px;color: #aeaeae;}
#footer .container .footerRight .footerMenu #accordionF .single-accordion[data-opened="true"] .accordion-header__caret::before{content:"-"} 
#footer .container .footerRight .footerMenu #accordionF .single-accordion[data-opened="true"] .accordion-header i{transform: rotate(180deg)!important;transition: all .3s;color: #fff;}
#footer .container .footerRight .footerInviva{padding: 25px 0;display: flex;justify-content: flex-end;}
#footer .container .footerRight .footerInviva a{font-size: 13px;color: #cacaca;transition: all .3s;}
#footer .container .footerRight .footerInviva a:hover{transition: all .3s;opacity: 0.8;}


@keyframes DownUp {0% {  top: -70px;}50% {  top: -50px;}100% {  top: -70px;}}
@-webkit-keyframes flash {0% { opacity: 1; } 50% { opacity: .1; } 100% { opacity: 1; }}
@keyframes flash {0% { opacity: 1; } 50% { opacity: .1; } 100% { opacity: 1; }}
@keyframes crescendo {0%   {transform: scale(.8);}100% {transform: scale(1);}}
@keyframes swing {0% { transform: rotate(10deg); }100% { transform: rotate(-10deg); }}

/* Efects */
@keyframes swing{0%{ -webkit-clip-path: ellipse(30px 30px at -2.54% -30.25%);clip-path: ellipse(30px 30px at -2.54% -30.25%)}50%{-webkit-clip-path: ellipse(30px 30px at 30.66% 50.36%);clip-path: ellipse(30px 30px at 30.66% 50.36%);}100%{ -webkit-clip-path: ellipse(30px 30px at 80.62% -5.61%);clip-path: ellipse(30px 30px at 80.62% -5.61%);}}
@keyframes goRight {from{left:0;right:100%}40%{left:0;right:0}60%{left:0;right:0}to{left:100%;right:0}}
@keyframes goLeft {from{left:100%;right:0}40%{left:0;right:0}60%{left:0;right:0}to{left:0;right:100%}}
@keyframes goTop {from{top:100%;bottom:0}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:0;bottom:100%}}
@keyframes goBottom {from{top:0;bottom:100%}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:100%;bottom:0}}
@keyframes backRight {from{left:0;right:100%}40%{left:0;right:0}60%{left:0;right:0}to{left:0;right:100%}}
@keyframes backLeft {from{left:100%;right:0}40%{left:0;right:0}60%{left:0;right:0}to{left:100%;right:0}}
@keyframes backTop {from{top:100%;bottom:0}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:100%;bottom:0}}
@keyframes backBottom {from{top:0;bottom:100%}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:0;bottom:100%}}
.revealedBox-in.goRight > span,.revealedBox-in.goLeft > span,.revealedBox-in.backRight > span,.revealedBox-in.backLeft > span{height:100%;top:0}
.revealedBox-in.goRight.childrenSpan-2 > span,.revealedBox-in.goLeft.childrenSpan-2 > span,.revealedBox-in.backRight.childrenSpan-2 > span,.revealedBox-in.backLeft.childrenSpan-2 > span{height:50%}
.revealedBox-in.goRight.childrenSpan-2 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-2 > span:nth-child(2){top:50%}
.revealedBox-in.goRight.childrenSpan-3 > span,.revealedBox-in.goLeft.childrenSpan-3 > span,.revealedBox-in.backRight.childrenSpan-3 > span,.revealedBox-in.backLeft.childrenSpan-3 > span{height:33.33333%}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(2){top:33.33333%}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(3){top:66.66666%}
.revealedBox-in.goRight.childrenSpan-4 > span,.revealedBox-in.goLeft.childrenSpan-4 > span,.revealedBox-in.backRight.childrenSpan-4 > span,.revealedBox-in.backLeft.childrenSpan-4 > span{height:25%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(2){top:25%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(3){top:50%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(4),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(4){top:75%}
.revealedBox-in.goRight.childrenSpan-5 > span,.revealedBox-in.goLeft.childrenSpan-5 > span,.revealedBox-in.backRight.childrenSpan-5 > span,.revealedBox-in.backLeft.childrenSpan-5 > span{height:20%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(2){top:20%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(3){top:40%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(4),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(4){top:60%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(5),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(5){top:80%}
.revealedBox-in.goTop > span,.revealedBox-in.goBottom > span,.revealedBox-in.backTop > span,.revealedBox-in.backBottom > span{width:100%}
.revealedBox-in.goTop.childrenSpan-2 > span,.revealedBox-in.goBottom.childrenSpan-2 > span,.revealedBox-in.backTop.childrenSpan-2 > span,.revealedBox-in.backBottom.childrenSpan-2 > span{width:50%}
.revealedBox-in.goTop.childrenSpan-2 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-2 > span:nth-child(2){left:50%}
.revealedBox-in.goTop.childrenSpan-3 > span,.revealedBox-in.goBottom.childrenSpan-3 > span,.revealedBox-in.backTop.childrenSpan-3 > span,.revealedBox-in.backBottom.childrenSpan-3 > span{width:33.33333%}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(2){left:33.33333%}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(3){left:66.66666%}
.revealedBox-in.goTop.childrenSpan-4 > span,.revealedBox-in.goBottom.childrenSpan-4 > span,.revealedBox-in.backTop.childrenSpan-4 > span,.revealedBox-in.backBottom.childrenSpan-4 > span{width:25%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(2){left:25%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(3){left:50%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(4),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(4){left:75%}
.revealedBox-in.goTop.childrenSpan-5 > span,.revealedBox-in.goBottom.childrenSpan-5 > span,.revealedBox-in.backTop.childrenSpan-5 > span,.revealedBox-in.backBottom.childrenSpan-5 > span{width:20%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(2){left:20%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(3){left:40%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(4),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(4){left:60%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(5),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(5){left:80%}
.revealedBox .contentBox{opacity:0}
.revealedBox > span{position:absolute;display:block;background:rgba(241, 241, 241, 0.7)}
.revealedBox-in > .contentBox{opacity:1;transition-delay:1.05s}
.revealedBox-in.goRight > span{animation:goRight 2.4s}
.revealedBox-in.goLeft > span{animation:goLeft 2.4s}
.revealedBox-in.backRight > span{animation:backRight 2.4s}
.revealedBox-in.backLeft > span{animation:backLeft 2.4s}
.revealedBox-in.goTop > span{animation:goTop 2.4s}
.revealedBox-in.goBottom > span{animation:goBottom 2.4s}
.revealedBox-in.backTop > span{animation:backTop 2.4s}
.revealedBox-in.backBottom > span{animation:backBottom 2.4s}
.revealedBox-in > span{animation-delay:.1s}
.revealedBox-in > span:nth-child(2){animation-delay:.2s}
.revealedBox-in > span:nth-child(3){animation-delay:.3s}
.revealedBox-in > span:nth-child(4){animation-delay:.4s}
.revealedBox-in > span:nth-child(5){animation-delay:.5s}


#pageNavigation{background:#b8b8b8;padding:30px 0}
#pageNavigation .container a{font-size:20px;color:#fff;font-weight:400}
#pageNavigation .container a:last-child{font-weight:500}
#pageNavigationImg{width:100%;height:375px;position:relative;}
#pageNavigationImg .container{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:9}
#pageNavigationImg::before{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;background:linear-gradient(19deg,rgb(0 0 0 / 55%) 0,transparent);z-index:2}
#pageNavigationImg::after{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;background:linear-gradient(187deg,rgb(0 0 0 / 10%) 0,rgb(0 0 0 / 32%));z-index:2}
#pageNavigationImg img{width:100%;height:100%;object-fit:cover}
#pageNavigationImg video{width:100%;height:100%;object-fit:cover}
#pageNavigationImg .container .text{position:absolute;bottom:20px;left:0;z-index:999999;color:#d9d9d9;font-style:italic}
#pageNavigationImg .container .text h1{margin:0;font-weight:300;line-height:1.1;font-size:45px}
#pageNavigationImg .container .text a{font-size:21px;color:#9d9d9c}
#pageNavigationImg .container .text a:last-child{color:#fff}
#pageNavigationImg .container .text p{margin:0;font-weight:700}
#pageNavigationImg .container .image{position:absolute;bottom:40px;right:-25px;z-index:999999;width:200px;height:175px}
#pageNavigationImg .container .image img{object-fit:contain}


#pageDetailContent{width:100%;margin-top:30px;}
#pageDetailContent .container{display:-ms-grid;display:grid;grid-template-columns: 400px 67%;grid-gap:0 50px}
#pageDetailContent .container .pageLeft{width: 100%;/* background: #262d31; *//* border-right: 1px solid #ddd; */margin-top: -165px;position: relative;z-index: 9;}
#pageDetailContent .container .pageLeft .filter{display:none;color:#3b3b3b;font-size:14px}
#pageDetailContent .container .pageLeft .filter img{height:15px;margin-right:10px}
#pageDetailContent .container .pageLeft .orderTotalBox{display:flex;background:linear-gradient(90deg, #36a9e1 0, #36a9e1 100%);border-radius:2px;padding:40px;height:150px;transition:all .3s}
#pageDetailContent .container .pageLeft .orderTotalBox:hover{background:linear-gradient(90deg, #1a3984 0, #025ba8 100%);transition:all .3s}
#pageDetailContent .container .pageLeft .orderTotalBox .ordImg{height:40px;filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(154deg) brightness(100%) contrast(102%);margin-right:20px;padding-right:20px;border-right:1px solid rgb(0 0 0 / 44%)}
#pageDetailContent .container .pageLeft .orderTotalBox .text{display:flex;flex-direction:column}
#pageDetailContent .container .pageLeft .orderTotalBox .text p{margin:0;padding:0;font-size:15px;color:#fff}
#pageDetailContent .container .pageLeft .orderTotalBox .text h1{margin:0;padding:0;font-size:18px;font-weight:600;color:#fff;margin-top:3px}
#pageDetailContent .container .pageLeft .orderTotalBox .text .button{display:flex;transition:all .3s}
#pageDetailContent .container .pageLeft .orderTotalBox .text .button:hover{opacity:.7;transition:all .3s}
#pageDetailContent .container .pageLeft .orderTotalBox .text .button a{font-size:13px;color:#fff;padding:5px 10px;margin-top:4px;background:#ffffff4d;display:flex;align-items:center}
#pageDetailContent .container .pageLeft .orderTotalBox .text .button a img{height:14px;margin-left:5px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%)}
#pageDetailContent .container .pageLeft .orderButtonView{display:flex;flex-direction:column}
#pageDetailContent .container .pageLeft .orderButtonView a{background:#4f5961;margin-top:1px;border-radius:2px;font-size:12px;padding:15px 30px;color:#fff;display:flex;transition:all .3s}
#pageDetailContent .container .pageLeft .orderButtonView a.greenBox{background:linear-gradient(90deg,#759e05 0,#749d05 100%);transition:all .3s}
#pageDetailContent .container .pageLeft .orderButtonView a img{height:16px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);margin-right:5px}
#pageDetailContent .container .pageLeft .orderButtonView a:hover{background:linear-gradient(90deg, #36a9e1 0, #36a9e1 100%);color:#fff;transition:all .3s}
#pageDetailContent .container .pageLeft .orderButtonView a.greenBox:hover{background:linear-gradient(90deg,#2b3035 0,#4f5961 100%);transition:all .3s}
#pageDetailContent .container .pageLeft .orderButtonView a .count{margin: 0 3px;}
#pageDetailContent .container .pageLeft .detailMenu{display:flex;align-items:center;flex-direction:column;list-style:none;padding:0;margin:0;padding:0;position:relative;border-radius: 10px;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner{display: flex;flex-direction: column;position: relative;background: linear-gradient(178deg, #502c1d 0, #994c16 100%);flex-wrap: wrap;z-index: 999999;width: 100%;border-top-left-radius: 7px;border-top-right-radius: 7px;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner:before{content: "";width: 120px;background: #994c16;position: absolute;left: 50%;top: 0;z-index: 9;height: 350px;transform: translateX(-50%);border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .lImage{display: flex;margin-left: 0;max-width: 100%;flex: 1;justify-content: center;background: #ec6808;border-top-left-radius: 7px;border-top-right-radius: 7px;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .lImage img{width: 100%;height: 335px;object-fit: contain;margin-top: 0;z-index: 999;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText{display: flex;flex-direction: column;padding: 34px;margin-left: 0;flex: 1;width: 100%;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .title{display: flex;flex-direction: column;margin: 0 0 5px 0;align-items: flex-start;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .title h2{margin: 0;padding: 0;font-size: 20px;color: #ffffff;font-weight: 300;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .title h1{margin: 0;padding: 0;font-size: 25px;color: #fff;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt{display: flex;flex-direction: column;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt p{padding: 0 0;margin: 0;font-size: 15px;color: rgb(255 255 255 / 58%);line-height: 1.5;font-weight: 300;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro{display: flex;flex-wrap: wrap;width: 100%;z-index: 99;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a {display: flex;flex: 1 0 100%;padding: 7px;align-items: center;border-bottom: 1px solid rgb(255 255 255 / 35%);}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a img{transition: all .3s;width: fit-content;height: 35px;filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(76deg) brightness(103%) contrast(101%);opacity: .7;transition: all 0.4s ease;margin-right: 10px;width: 35px;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a  p{transition: all .3s;/* margin: 0; *//* padding: 0; */ color: #ffff; /* font-weight: 600; */}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a:hover p{color: #fff;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a:hover {background-color: #ec6808;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .pIconPro a.activeProCont{background: #000;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .button{display: flex;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .button a{font-size: 15px;padding:  0;color: #9dcdf4;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .mobilBanner .rText .cnt .button a:hover{color: #fff;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li{position:relative;height:100%;display:flex;align-items:center;background:unset;width:100%;justify-content:space-between;padding:0 9px;transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu li:before{position:absolute;content:"";top:0;right: 0;width: 55px;height:100%;background:0 0;transition:all .3s;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage:before{background: #ec6808;transition: all .2s;right: -55px;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage{background: linear-gradient(90deg, #a74e0a 0%, #ec6808 100%);transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a{color:#fff!important;font-weight: 400;border-bottom:unset;transition:all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a i{display:block;transform:rotate(0);transition:all .3s;position:absolute;right:-30px}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a img{filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%);transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li:hover:before{background: #974b16;transition: all .2s;right: -55px;}
#pageDetailContent .container .pageLeft .detailMenu li a{font-weight: 500;font-size: 15px;transition:all .5s;border-radius:0;padding: 9px 0;width:100%;color: rgb(255 255 255 / 72%);display:flex;align-items:center;width:100%;display:flex;border-bottom: 1px solid rgb(255 255 255 / 10%);}
#pageDetailContent .container .pageLeft .detailMenu li a img{height: 24px;filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%);transition: all .3s;margin-right: 7px;}
#pageDetailContent .container .pageLeft .detailMenu li:hover{background: linear-gradient(90deg, #542910 0%, #974b16 100%);transition:all .3s!important}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{color:#fff!important;font-weight:700;transition:all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a img{filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%);transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li a i{transition:all .3s;margin-right:10px;transform:rotate(223deg);padding:0}
#pageDetailContent .container .pageLeft .detailMenu li:hover a i{display:block;transform:rotate(0);transition:all .3s;position:absolute;right:-30px}
#pageDetailContent .container .pageLeft .detailMenu .title{display:flex;align-items:center;margin:25px 0;position: relative;z-index: 99999;}
#pageDetailContent .container .pageLeft .detailMenu .title h1{margin:0;padding:0;font-size:22px;color: #ffffff;font-weight:200}
#pageDetailContent .container .pageLeft .detailMenu .title h1 strong{font-weight:400}
#pageDetailContent .container .pageLeft .detailMenu .title .line{width:100%;height:1px;background: rgb(255 255 255 / 38%);margin-left:23px}
#pageDetailContent .container .pageLeft .detailMenu .menuPage{width:100%;position: relative;background: #e3af00;padding:34px;/* box-shadow: 1px 5px 10px 0 rgb(37 37 37 / 15%); */}
#pageDetailContent .container .pageLeft .detailMenu .menuPage .bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;opacity: .4;}
#pageDetailContent .container .pageLeft .detailMenu .menuPage ul{padding-left: 0;position: relative;z-index: 99999;}
#pageDetailContent .container .pageLeft .detailMenu .pMenu ul{padding-left:20px;margin:0;margin-top:15px}
#pageDetailContent .container .pageLeft .detailMenu .multi{background:#9a9a9a}
#pageDetailContent .container .pageLeft .detailMenu .pMenu{padding:25px 15px 0}
#pageDetailContent .container .pageLeft .detailMenu .multi .title h1{color:rgb(255 255 255)}
#pageDetailContent .container .pageLeft .detailMenu .multi .title .line{width:100%;height:1px;background:rgba(255,255,255,.12)}
#pageDetailContent .container .pageLeft .detailMenu .multi li a{color:rgb(255 255 255 / 58%);border-bottom:1px solid rgb(255 255 255 / 10%)}
#pageDetailContent .container .pageLeft .detailMenu .multi li.activePage:before{background:#00b5ca;transition:all .3s;right:-40px}
#pageDetailContent .container .pageLeft .detailMenu .multi li.activePage{background:rgb(0 181 202);transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu .multi li:hover:before{background:#00b5ca;transition:all .3s;right:-30px}
#pageDetailContent .container .pageLeft .detailMenu .multi li:hover{background:#00b5ca;transition:all .3s!important}
#pageDetailContent .container .pageLeft .detailMenu .multi .lastTitle{margin-top:50px}

#pageDetailContent .container .pageLeft .orderBoxBanner{display:flex;flex-direction:column;padding:40px 30px;background: #141414;transition:all .3s;}
#pageDetailContent .container .pageLeft .orderBoxBanner img{height: 100px;width: fit-content;margin-bottom: 11px;/* opacity: .6; *//* filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(39deg) brightness(106%) contrast(109%); */}
#pageDetailContent .container .pageLeft .orderBoxBanner .text{display:flex;flex-direction:column;padding-top: 0;}
#pageDetailContent .container .pageLeft .orderBoxBanner .text p{transition:all .3s;margin:0;padding:0;font-size: 15px;color: #ffffff;}
#pageDetailContent .container .pageLeft .orderBoxBanner .text h1{transition:all .3s;color: #ffffff;font-size: 18px;margin:0}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover{background: #793c13;transition:all .3s}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover img{transition:all .3s}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover .text p{color:#fff;transition:all .3s}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover .text h1{color:#fff;transition:all .3s}
#pageDetailContent .container .pageRight{width:100%;margin-bottom: 20px;}
#pageDetailContent .container .pageRight #slider{width:100%;height:auto!important;position:relative}
#pageDetailContent .container .pageRight #slider .swiper-container{position:relative;width:100%;height:auto}
#pageDetailContent .container .pageRight #slider .swiper-container .swiper-wrapper{height:auto}
#pageDetailContent .container .pageRight #slider .swiper-container .swiper-wrapper .swiper-slide{transition:all .3s;position:relative;height:auto;overflow:hidden;transition:all .3s;cursor:pointer}
#pageDetailContent .container .pageRight #slider .swiper-container .swiper-wrapper .swiper-slide img{width:100%;height:auto;object-fit:cover}
#pageDetailContent .container .pageRight #slider .paginetionSlider{bottom:-35px;z-index:99!important;display:flex;position:absolute;width:100%;text-align:left;font-weight:700;right:0;height:35px;background:#fff}
#pageDetailContent .container .pageRight #slider .paginetionSlider .container{position:relative}
#pageDetailContent .container .pageRight #slider .paginetionSlider .swiper-pagination{left:35px;top:50%;transform:translateY(-50%);display:flex;align-items:center}
#pageDetailContent .container .pageRight #slider .paginetionSlider .swiper-pagination-bullet{background:#c6cace;width:5px;height:5px;margin-right:5px;border-radius:0;opacity:1}
#pageDetailContent .container .pageRight #slider .paginetionSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:15px;height:5px;background:#e8242e;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight #slider .prevSlider{position:absolute;top:50%;z-index:9;display:flex;width:100%;text-align:left;font-weight:700;left:50%;transform:translate(-50%,-50%)}
#pageDetailContent .container .pageRight #slider .prevSlider .container{position:relative}
#pageDetailContent .container .pageRight #slider .prevSlider .swiper-button-prev{background:unset;margin:0;padding:0;width:unset;height:unset;left:30px}
#pageDetailContent .container .pageRight #slider .prevSlider .swiper-button-next{background:unset;margin:0;padding:0;width:unset;height:unset;right:30px}
#pageDetailContent .container .pageRight #slider .prevSlider .swiper-button-next img,#slider .prevSlider .swiper-button-prev img{height:40px}
#pageDetailContent .container .pageRight .pCatList{display:flex;flex-direction:column;margin-top:35px;position:relative}
#pageDetailContent .container .pageRight .pCatList .titleCat{display:flex;transition:all .3s;padding:20px 0 35px 0}
#pageDetailContent .container .pageRight .pCatList .titleCat img{height:35px;width:fit-content}
#pageDetailContent .container .pageRight .pCatList .titleCat .text{display:flex;flex-direction:column}
#pageDetailContent .container .pageRight .pCatList .titleCat .text p{transition:all .3s;margin:0;padding:0;font-size:15px;color:#303c45}
#pageDetailContent .container .pageRight .pCatList .titleCat .text h1{transition:all .3s;color:#303c45;font-size:21px;margin:0}
#pageDetailContent .container .pageRight .pCatList .contentCat{display:flex;flex-wrap:wrap}
#pageDetailContent .container .pageRight .pCatList .contentCat .single{transition:all .3s;display:flex;flex:0 0 24.8%;position:relative;height:400px;width:100%;margin:1px}
#pageDetailContent .container .pageRight .pCatList .contentCat .single:before{transition:all .3s;position:absolute;content:"";left:0;right:0;bottom:0;background:linear-gradient(180deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0) 200%);z-index:9;height:110px}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .bg{transition:all .3s;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;object-fit:cover}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .main{transition:all .3s;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .main img{transition:all .3s;object-fit: cover;height: 100%;width:100%}
#pageDetailContent .container .pageRight .pCatList .contentCat .single h1{transition:all .3s;position:absolute;left:15px;bottom:15px;margin:0;padding:0;color:#fff;z-index:99;font-size:20px;font-weight:600}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat{transition:all .3s;display:flex;height:fit-content;z-index:-1;position:absolute;left:0;right:0;top:0;background:#fff;padding:0 20px 15px 20px;align-items:center;opacity:-1}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .text{display:flex;flex-direction:column}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .text p{transition:all .3s;margin:0;padding:0;font-size:11px;color:rgb(48 60 69 / 70%)}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .text h2{transition:all .3s;color:rgb(48 60 69 / 70%);font-size:16px;margin:0}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .image{position:relative;margin-left:10px;padding-left:10px}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .image img{height:22px;filter:invert(91%) sepia(6%) saturate(154%) hue-rotate(163deg) brightness(87%) contrast(89%)}
#pageDetailContent .container .pageRight .pCatList .contentCat .single .plusesCat .image:before{position:absolute;content:"";top:-14px;width:1px;height:33px;background:#c0c4c7;left:0}

#pageDetailContent .container .pageRight .pCatList .contentCat .single:first-child .bg{display:none}
#pageDetailContent .container .pageRight .pCatList .contentCat .single:first-child .main img{height:100%;object-fit:cover;width:100%}





#pageDetailContent .container .pageRight .pCatList .contentCat .single:hover{z-index:9999;border:10px solid #fff;transition:all .3s;padding:0;background:#fff;height:435px;margin-top:-30px;box-shadow:0 0 19px 7px rgb(59 59 59 / 32%)}
#pageDetailContent .container .pageRight .pCatList .contentCat .single:hover .plusesCat{top:0;transition:all .3s;opacity:1;z-index:999}
#pageDetailContent .container .pageRight .listTitle {display:flex;align-items:center}
#pageDetailContent .container .pageRight .listTitle .menuL{display:flex;align-items:center}
#pageDetailContent .container .pageRight .listTitle .menuL .menu{display:flex;cursor:pointer}
#pageDetailContent .container .pageRight .listTitle .menuL .menu img{height:11px}
#pageDetailContent .container .pageRight .listTitle .menuL a{margin:0;padding:0 13px;position:relative;color:#596067;font-size:14px;font-weight:400}
#pageDetailContent .container .pageRight .listTitle .menuL a:first-child{padding-left: 0;}
#pageDetailContent .container .pageRight .listTitle .menuL a:before{position:absolute;content:"";top:0;right:0;height:100%;width:1px;background:#8e9296}
#pageDetailContent .container .pageRight .listTitle .menuL a:last-child{color:rgb(48 60 69 / 70%);font-weight:600}
#pageDetailContent .container .pageRight .listTitle .menuL a:last-child:before{display:none}
#pageDetailContent .container .pageRight .listTitle select{border: 1px solid #ddd;    border: 1px solid #dddd;font-size: 14px;padding: 6px;}
#pageDetailContent .container .pageRight .pProList{display:flex;flex-wrap:wrap;margin-top:25px;background: #f1f1f1;border-radius:10px;padding: 25px;margin-bottom: 35px;}
#pageDetailContent .container .pageRight .pProList .single{transition:all .3s;display:flex;flex-direction:column;padding:30px;background:#fff;flex:0 0 33%;border-bottom:1px solid #cdd0d3}
#pageDetailContent .container .pageRight .pProList .single:nth-child(3n-1){border-left:1px solid #cdd0d3;border-right:1px solid #cdd0d3}
#pageDetailContent .container .pageRight .pProList .single .image{width:100%;height:225px;background: #fff;position: relative;}
#pageDetailContent .container .pageRight .pProList .single .image::after {content: '';position: absolute;right: 0;bottom: 0;border-bottom: 0px solid transparent;border-top: 35px solid transparent;/* border-right: 35px solid #ffffff; *//* z-index: 99999; */}
#pageDetailContent .container .pageRight .pProList .single .image img{transition:all .3s;width:100%;height:100%;object-fit: contain;border-radius: 7px;}
#pageDetailContent .container .pageRight .pProList .single .text{display:flex;flex-direction:column;margin-top: 20px;}
#pageDetailContent .container .pageRight .pProList .single .text h1{transition:all .3s;margin:0;padding:0;font-size:17px;color:#303c45;font-weight:600}
#pageDetailContent .container .pageRight .pProList .single .text p{margin:0;padding:0;font-size:13px;color:#303c45;font-weight:400}
#pageDetailContent .container .pageRight .pProList .single .text h2{margin:0;padding:10px 0;font-size:17px;color:#303c45;font-weight:600}
#pageDetailContent .container .pageRight .pProList .single .buttons{display:flex;justify-content:space-between}
#pageDetailContent .container .pageRight .pProList .single .buttons button{transition:all .3s;color:#fff;font-size:13px;padding:10px 15px;flex:1;background:#303c45;border:unset;display:flex;align-items:center;justify-content:space-between;font-weight:600;border-top-left-radius:22px;border-bottom-left-radius:22px;cursor:pointer}
#pageDetailContent .container .pageRight .pProList .single .buttons button.basketB{background:#e41d27;border-top-right-radius:22px;border-bottom-right-radius:22px;border-left:1px solid #fff}
#pageDetailContent .container .pageRight .pProList .single .buttons button img{height:17px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%)}
#pageDetailContent .container .pageRight .pProList .single .buttons button:hover{opacity:.7;transition:all .3s;background:#87b600}
#pageDetailContent .container .pageRight .pProList .single:hover{transform: scale(.95); transition:all .3s}
#pageDetailContent .container .pageRight .pProList .single:hover .text h1{color: #ec6808;transition:all .3s}
#pageDetailContent .container .pageRight .pProList .single:hover .image img{filter: opacity(.85);transition:all .3s}
#pageDetailContent .container .pageRight .orderListWindow{margin-top:25px;padding:15px;background:#f1ede9;border-radius:8px}
#pageDetailContent .container .pageRight .orderListWindow.orderLastDetail .table{margin-bottom:20px}
#pageDetailContent .container .pageRight .orderListWindow .titleOrd{margin:15px 0 0}
#pageDetailContent .container .pageRight .orderListWindow .titleOrd h1{margin:0;padding:0;font-size:18px;color:#4f5961}
#pageDetailContent .container .pageRight .orderListWindow .table{width:100%;overflow:hidden;overflow-x:auto;background:#fff;border-radius:8px;margin-top:10px;padding:15px}
#pageDetailContent .container .pageRight .orderListWindow table{width:100%;overflow-x:auto;border-collapse:collapse}
#pageDetailContent .container .pageRight .orderListWindow table th{font-weight:600;text-align:left}
#pageDetailContent .container .pageRight .orderListWindow table td,th{padding:6px;font-size:14px;border-right:1px solid #c6c3c7}
#pageDetailContent .container .pageRight .orderListWindow table tr{border-bottom:1px solid #c6c3c7}
#pageDetailContent .container .pageRight .orderListWindow table tr:last-child{border-bottom:unset}
#pageDetailContent .container .pageRight .orderListWindow table td:last-child{border-right:unset}
#pageDetailContent .container .pageRight .orderListWindow table td:first-child{/* width:40px; */cursor:pointer;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .orderListWindow table td form{width: 100%;}
#pageDetailContent .container .pageRight .orderListWindow .table .rmvBtn{background: #e51e28;border: unset;padding: 10px;color: #fff;cursor: pointer;width: 100%;transition: all .3s;}
#pageDetailContent .container .pageRight .orderListWindow .table .rmvBtn:hover{opacity: .8;transition: all .3s;}
#pageDetailContent .container .pageRight .orderListWindow .table .qtyW{width: 126px;}
#pageDetailContent .container .pageRight .orderListWindow .table .qtyW input{width: 50px;border: 1px solid #ddd;padding: 6px;}
#pageDetailContent .container .pageRight .orderListWindow .table .qtyW .quantity {border: unset;background: #4f5961;color: #fff;padding: 6px 10px;transition: all .3s;cursor: pointer;}
#pageDetailContent .container .pageRight .orderListWindow .table .qtyW .quantity:hover{opacity: .8;transition: all .3s;}
#pageDetailContent .container .pageRight .orderListWindow table.lastOrder td:first-child{width:unset;cursor:pointer;display:block;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .orderListWindow .lastOrder table td:first-child{width: unset;display: block;cursor: unset;}
#pageDetailContent .container .pageRight .orderListWindow .singleNote{display: flex;flex-direction: column;margin-bottom: 10px;}
#pageDetailContent .container .pageRight .orderListWindow .singleNote label{margin-bottom: 10px;}
#pageDetailContent .container .pageRight .orderListWindow .singleNote textarea{border: unset;padding: 10px;font-size: 14px;}
#pageDetailContent .container .pageRight .orderListWindow .singleNote input{    border: unset;padding: 10px;font-size: 14px;}
#pageDetailContent .container .pageRight .orderListWindow .orderStatus{display: flex;margin-bottom: 10px;align-items: center;background: #4f5961;padding: 10px;border-radius: 7px;}
#pageDetailContent .container .pageRight .orderListWindow .orderStatus p{margin: 0;padding: 0;color: #fff;font-weight: 700;font-size: 16px;}
#pageDetailContent .container .pageRight .orderListWindow .orderStatus p:last-child{padding: 10px;margin-left: 15px;border-radius: 10px;background: #e9252e;font-size: 14px;font-weight: 300;}
#pageDetailContent .container .pageRight .orderListWindow .orderStatus p.approval{background: #87b600;}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo{display:flex;flex-direction:column;align-items:flex-end}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .infos{display:flex;padding:20px 0}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .infos p{margin:0 10px;padding:0;font-size:15px}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .infos p b{margin:0;padding:0}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .infos p:first-child{margin:0}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .buttons{display:flex}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .buttons button{border: unset; background:#87b600;margin-top:1px;border-radius:2px;font-size:13px;padding:15px 20px;color:#fff;display:flex;transition:all .3s;align-items:center}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .buttons button:hover{background:#4f5961;transition:all .3s}
#pageDetailContent .container .pageRight .orderListWindow .buttonInfo .buttons button img{height:16px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);margin-left:5px}
#pageDetailContent .container .pageRight .lastOrder{display:flex;margin-top:25px;flex-direction:column;background:#f1ede9;border-radius:8px}
#pageDetailContent .container .pageRight .lastOrder .orderS{transition:all .3s;display:flex;justify-content:space-between;padding:50px 30px;border-bottom:1px solid #ddd;background:#f1ede9}
#pageDetailContent .container .pageRight .lastOrder .orderS:first-child{border-top-left-radius:8px;border-top-right-radius:8px}
#pageDetailContent .container .pageRight .lastOrder .orderS:last-child{border-bottom:unset;border-bottom-left-radius:8px;border-bottom-right-radius:8px}
#pageDetailContent .container .pageRight .lastOrder .orderS .date{display:flex;align-items:center}
#pageDetailContent .container .pageRight .lastOrder .orderS .date img{height:40px;filter:invert(20%) sepia(1%) saturate(1456%) hue-rotate(315deg) brightness(96%) contrast(87%);margin-right:11px;transition:all .3s}
#pageDetailContent .container .pageRight .lastOrder .orderS .date .text{flex-direction: column;display: flex;}
#pageDetailContent .container .pageRight .lastOrder .orderS .date p{padding:0;margin:0;font-size:18px;font-weight:600;transition:all .3s}
#pageDetailContent .container .pageRight .lastOrder .orderS .date h1{padding:0;margin:0;font-size: 16px;font-weight:300;transition:all .3s}

#pageDetailContent .container .pageRight .lastOrder .orderS .totalPrice{display:flex;align-items:flex-end;transition:all .3s;display: flex;flex-direction: column;}
#pageDetailContent .container .pageRight .lastOrder .orderS .totalPrice p{margin:0;padding:0;font-size:18px;color:#00478f;font-weight:600;transition:all .3s}
#pageDetailContent .container .pageRight .lastOrder .orderS .totalPrice p:last-child{margin: 0;padding: 0;color:#3b3b3b;font-size: 14px;text-align: end;}
#pageDetailContent .container .pageRight .lastOrder .orderS:hover{background:#fff;transition:all .3s}
#pageDetailContent .container .pageRight .lastOrder .orderS:hover .date img{filter:invert(10%) sepia(92%) saturate(7172%) hue-rotate(354deg) brightness(88%) contrast(95%);transition:all .3s}
#pageDetailContent .container .pageRight .lastOrder .orderS:hover .totalPrice p{color:#e51e28;transition:all .3s;}
#pageDetailContent .container .pageRight .accountDetails{display:flex;margin-top:25px;width:100%}
#pageDetailContent .container .pageRight .accountDetails .accountD{display:flex;flex-direction:column;width:100%;padding:50px;background:#4f5961;border-radius:8px}
#pageDetailContent .container .pageRight .accountDetails .accountD img{height:55px;filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(154deg) brightness(100%) contrast(102%);margin-bottom:10px}
#pageDetailContent .container .pageRight .accountDetails .accountD .text{display:flex;flex-direction:column;align-items:center}
#pageDetailContent .container .pageRight .accountDetails .accountD .text h1{margin:0;padding:0;color:#fff;font-size:24px}
#pageDetailContent .container .pageRight .accountDetails .accountD .text h2{margin:0;padding:0;color:#fff;font-size:20px;font-weight:500}
#pageDetailContent .container .pageRight .accountDetails .accountD .text p{margin:12px 0;padding:0;color:rgb(255 255 255 / 54%)}
#pageDetailContent .container .pageRight .accountDetails .accountD .links{display:flex;flex-direction:column}
#pageDetailContent .container .pageRight .accountDetails .accountD .links a{font-size:13px;color:#fff;padding:10px;margin-top:8px;background:rgb(255 255 255 / 30%);display:flex;align-items:center;transition:all .3s}
#pageDetailContent .container .pageRight .accountDetails .accountD .links a img{height:14px;margin-left:5px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);margin-bottom:unset}
#pageDetailContent .container .pageRight .accountDetails .accountD .links a:hover{opacity:.7;transition:all .3s}

#pageDetailContent .container .pageRight .proDetails{display:flex;margin-top:25px;width:100%;flex-direction:column}
#pageDetailContent .container .pageRight .proDetails .pdTop{display:flex;flex-direction: column;grid-template-columns:47% 47%;grid-gap:0 30px;padding: 30px;background: #f6f6f6;width:100%;border-radius: 10px;margin-bottom: 0px;}
#pageDetailContent .container .pageRight .proDetails .pdTop.pTopPro{display: grid;}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo{width:100%;background:#ffff;padding:10px;border-radius: 10px;position: relative;}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .tearprof{position: absolute;height: 130px;top: 20px;right: 20px;z-index: 9999999;}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider{height: 417px;width:100%;/* margin-bottom: 10px; *//* border-bottom:1px solid #ddd; *//* padding-bottom: 10px; */}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-container{position:relative;width:100%;height:100%}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%;background:#fff;display:flex;justify-content:center;padding:12px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-container .swiper-slide .single{width:100%}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-container video{width:100%;height:100%;object-fit:contain}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-container img{width:100%;height:100%;object-fit:contain}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-pagination{text-align:right;bottom:26px;left:100px;background:0 0;z-index:99;display:flex;flex-direction:row;border-radius:10px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-pagination .swiper-pagination-bullet{background:#9a9b9c;width:10px;height:10px;margin-right:5px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .slider .swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:15px;height:15px;border:1px solid #9a9b9c;background:unset;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider{position:relative;height:93px;padding:0 50px;display:flex;align-items:center;justify-content:center;margin-top:30px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs.swiper-container{height:90px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide{width:100px;opacity:.5;transition:all .3s}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;z-index:2;cursor:pointer;transition:all .3s;border:1px solid #dddd}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide-active{opacity:1}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide:hover{filter:contrast(.5);transition:all .3s}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide-active:before{opacity:1;filter:initial;background:rgb(230 230 230 / 64%);transition:all .3s}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs img{cursor:pointer;width:100%;height:100%;object-fit:contain;padding:5px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs video{cursor:pointer;width:100%;height:100%;object-fit:contain;padding:5px}

#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .swiper-button-prev{left: 10px;outline:unset;background-image:unset;z-index:999;margin-top:0;top:25%;width:fit-content}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .swiper-button-prev img{width:15px}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .swiper-button-next{right: 10px;outline:unset;background-image:unset;margin-top:0;top:25%;width:fit-content}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .swiper-button-next img{width:15px}
#pageDetailContent .container .pageRight #detailInfo{display:flex;flex-direction:column;padding-top: 0;}
#pageDetailContent .container .pageRight #detailInfo h1{margin: 0;padding: 0 0 10px 0;font-size: 25px;font-weight: 700;line-height: 1.3;color: #014590;transition: all .3s;}
#pageDetailContent .container .pageRight #detailInfo p{margin: 0;padding: 15px 0 0 0;font-size: 17px;color: #32393e;line-height: 1.5;}
#pageDetailContent .container .pageRight #detailInfotitleP{display: flex;flex-direction: column;}
#pageDetailContent .container .pageRight #detailInfotitleP h1{margin: 0;padding: 0;font-size: 35px;font-weight: 700;line-height: 1.2;color: #3f3f3f;transition: all .3s;/* background: linear-gradient(to left, #6b7e95 0%, #506073 100%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; *//* text-shadow: 0px 3px 6px rgb(0 0 0 / 32%); */}
#pageDetailContent .container .pageRight #detailInfotitleP h4{margin: 0;padding: 10px 0 0;font-size: 18px;color: #464646;font-weight: 400;}
#pageDetailContent .container .pageRight #detailInfotitleP h4 b{font-weight: 600;}
#pageDetailContent .container .pageRight #detailInfotitleP p{margin: 0;padding: 0;font-size: 17px;line-height: 1.3;font-weight: 300; margin-bottom: 11px;}

#pageDetailContent .container .pageRight .pdTop #detailInfo{display:flex;flex-direction:column;padding-top: 0;}
#pageDetailContent .container .pageRight .pdTop #detailInfo h1{margin: 0;padding: 0 0 10px 0;font-size: 25px;font-weight: 700;line-height: 1.3;color: #014590;transition: all .3s;}
/* #pageDetailContent .container .pageRight .pdTop #detailInfotitle{display: flex;justify-content: space-between;align-items: center;margin-bottom: 17px;} */
#pageDetailContent .container .pageRight .pdTop #detailInfotitle h1{margin: 0;padding: 0 0 10px 0;font-size: 24px;font-weight: 700;line-height: 1.3;color: #3d3d3c;transition: all .3s;}
#pageDetailContent .container .pageRight .pdTop #detailInfotitle img{ height: 130px; margin-top: -66px;}

#pageDetailContent .container .pageRight .pdTop #detailInfo .date{display: flex;align-items: center;padding-top: 15px;border-top: 1px solid #ddd;margin-top: 15px;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .date img{height: 30px;margin-right: 7px;filter: invert(26%) sepia(86%) saturate(1348%) hue-rotate(182deg) brightness(98%) contrast(102%);opacity: .5;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .date p{margin: 0;padding: 0;font-size: 16px;color: #6b6b6a;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .linesRead{cursor: pointer;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .linesRead img{animation: UpDown 1.5s linear infinite;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .iframe{margin-top: 5px;}
#pageDetailContent .container .pageRight .pdTop #detailInfo .iframe iframe{height: 450px;}

#pageDetailContent .container .pageRight .pDetailInfo{display: flex;flex-wrap: wrap;margin-top: 10px;width: 100%;flex-direction: column;}
#pageDetailContent .container .pageRight .pDetailInfo a{flex: 1;padding: 10px 0px;/* margin-right: 10px; *//* background: #dd7520; */color: #131313;display: flex;align-items: center;/* border-radius: 4px; */border-bottom: 3px solid #dcdcdc}
#pageDetailContent .container .pageRight .pDetailInfo a img{margin-right: 7px;height: 20px;filter: invert(76%) sepia(7%) saturate(126%) hue-rotate(160deg) brightness(85%) contrast(82%);}
#pageDetailContent .container .pageRight .pDetailInfo a:last-child{/* background: #0aa400; */margin-right: 0;/* border-bottom: 5px solid #85878a; */}


#pageDetailContent .container .pageRight .pDetailSertifika{display: flex;flex-wrap: wrap;margin-top: 10px;width: 100%;}
#pageDetailContent .container .pageRight .pDetailSertifika img{height: 75px;margin-left: 20px;}
#pageDetailContent .container .pageRight .pDetailSertifika img:first-child{margin-left: 0;}

#pageDetailContent .container .pageRight .prevButtons{display: flex;align-items: center;justify-content: space-between;margin: 25px  0 10px 0;}
#pageDetailContent .container .pageRight .prevButtons .buttonsP{display: flex;align-items: center;padding: 0 10px;/* background: #e0e6eb; */opacity: .5;font-size: 15px;}
#pageDetailContent .container .pageRight .prevButtons .buttonsP img{height: 15px;margin: 0 10px;}

#pageDetailContent .container .pageRight .iconsProT{display: flex;flex-wrap: wrap;margin: 10px 0;padding: 20px;}
#pageDetailContent .container .pageRight .iconsProT .single {cursor: pointer; transition: all .3s;display: flex;background: #fff;margin: 5px 5px 5px 0;flex: 1 0 45%;padding: 15px;border-radius: 10px;box-shadow: 0px 8px 11px 0px rgb(0 0 0 / 7%);}
#pageDetailContent .container .pageRight .iconsProT .single img{height: 75px;padding-right: 15px;margin-right: 15px;border-right: 2px solid #ddd;width: 85px;object-fit: contain;}
#pageDetailContent .container .pageRight .iconsProT .single:hover{opacity: .85;background: #f1ede9;transition: all .3s;}
#pageDetailContent .container .pageRight .iconsProT .single p{margin: 0;padding: 0;}







#pageDetailContent .container .pageRight .proDetails #otherProducts{width:100%;background:#eef1f3}
#pageDetailContent .container .pageRight .proDetails #otherProducts{background:#fffb}
#pageDetailContent .container .pageRight .proDetails #otherProducts .title{padding:30px 0}
#pageDetailContent .container .pageRight .proDetails #otherProducts .title h1{color:#1d2c3b;font-size:21px;margin:0;padding:0;font-weight:500}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content{width:100%;position:relative;padding: 0;}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container{height:auto;box-shadow:unset;background: #babcbb;border-radius: 10px;}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper{height:auto}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single{transition:all .3s;display:flex;flex-direction:column;padding:30px;background: #f2f2f2;}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .image{width:100%;height:225px;background: #fff;}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .image img{transition:all .3s;width:100%;height:100%;object-fit: contain;}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .text{display:flex;flex-direction:column;margin-top:25px}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .text h1{transition:all .3s;margin:0;padding:0;font-size:17px;color:#303c45;font-weight:600}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .text p{margin:0;padding:0;font-size:13px;color:#303c45;font-weight:400}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .text h2{margin:0;padding:10px 0;font-size:17px;color:#303c45;font-weight:600}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .buttons{display:flex;justify-content:space-between}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .buttons button{transition:all .3s;color:#fff;font-size:13px;padding:10px 15px;flex:1;background:#303c45;border:unset;display:flex;align-items:center;justify-content:space-between;font-weight:600;border-top-left-radius:22px;border-bottom-left-radius:22px;cursor:pointer}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .buttons button.basketB{background:#e41d27;border-top-right-radius:22px;border-bottom-right-radius:22px;border-left:1px solid #fff}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .buttons button img{height:17px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%)}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single .buttons button:hover{opacity:.7;transition:all .3s;background:#87b600}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single:hover{opacity:.85;transition:all .3s}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single:hover .text h1{color: #106836;transition:all .3s}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-container .swiper-wrapper .swiper-slide.single:hover .image img{filter:grayscale(1);transition:all .3s}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .hProButtons{position:absolute;right:0;top:-30px}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-button-prev{z-index:99999999999;left:unset;width:auto;height:auto;top:auto;right:37px}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-button-next{z-index:99999999999999;right:10px;height:auto;width:auto;top:unset}
#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-button-next,.swiper-button-prev{background-image:unset;transition:all .3s}
#otherProducts .content .swiper-button-prev img,#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-button-next img{height:21px}
#otherProducts .content .swiper-button-prev:hover,#pageDetailContent .container .pageRight .proDetails #otherProducts .content .swiper-button-next:hover{opacity:.89;transition:all .3s}
#pageDetailContent .container .pageRight .proDetails .pbody{display:flex;flex-direction:column;padding:25px;background:#f2f3f7;border-radius:8px;margin:20px 0;width:100%}
#pageDetailContent .container .pageRight .proDetails .pbody .title{width:100%;display:flex;flex-direction:column;color:#384251}
#pageDetailContent .container .pageRight .proDetails .pbody .title h1{margin:0;padding:0;font-size:25px}
#pageDetailContent .container .pageRight .proDetails .pbody .title p{margin:0;padding:0;font-size:15px}
#pageDetailContent .container .pageRight .proDetails .pbody .contBody{width:100%}
#pageDetailContent .container .pageRight .proDetails .pbody .contBody p{font-size:15px;line-height:1.7;margin:0;padding:0;margin-top:10px}
#pageDetailContent .container .pageRight .proDetails .pbody .productKatalog{font-size:18px;display:flex;align-items:center;color:#e21a22;margin:10px 0}
#pageDetailContent .container .pageRight .proDetails .pbody .productKatalog i{font-size:23px;margin-right:7px}
#pageDetailContent .container .pageRight .proDetails .pbody .table{width:100%;overflow:hidden;overflow-x:auto;margin:15px 0 20px 0}
#pageDetailContent .container .pageRight .proDetails .pbody .table table{width:100%;overflow-x:auto;margin-top:10px;border-collapse:collapse}
#pageDetailContent .container .pageRight .proDetails .pbody .table table th{color:#fff;background:#0072bc;border-radius:0;padding:10px;font-size:13px}
#pageDetailContent .container .pageRight .proDetails .pbody .table table td,th{padding:15px;font-size:13px;flex:1;display:flex;align-items:center;}
#pageDetailContent .container .pageRight .proDetails .pbody .table table tr:first-child{font-weight:700}
#pageDetailContent .container .pageRight .proDetails .pbody .table table tr{border-bottom:1px solid #cbcbcb;display:flex}
#pageDetailContent .container .pageRight .proDetails .pbody .table table .tableRevert{display:revert!important}
#pageDetailContent .container .pageRight .proDetails .pbody .table table tr:nth-child(2n){background:unset}

#pageDetailContent .container .pageRight .table{width: 100%;overflow: hidden;overflow-x: auto;margin-top: 15px;}
#pageDetailContent .container .pageRight table{width: 100%;overflow-x:auto;/* margin-top: 10px; *//* text-transform: uppercase; */border-collapse: collapse;/* background: #e0e6eb; */}
#pageDetailContent .container .pageRight table th{color: #fff;background: #ec6808;border-radius: 0;padding: 10px;font-size: 12px;}
#pageDetailContent .container .pageRight table td, th{padding: 15px 10px;font-size: 13px;flex: 1;display: flex;align-items: center;}
#pageDetailContent .container .pageRight table tr:first-child{/* font-weight: 700; *//* background: #005caa; *//* color: #fff; *//* border-top-left-radius: 10px; *//* border-top-right-radius: 10px; */}
#pageDetailContent .container .pageRight table tr:last-child{/* border-bottom-left-radius: 10px; *//* border-bottom-right-radius: 10px; */}
#pageDetailContent .container .pageRight table tr{border-bottom: 1px solid #c6c3c7;background: #e2e2e2;display: flex;}
#pageDetailContent .container .pageRight table .tableRevert{ display: revert!important;}
#pageDetailContent .container .pageRight table tr:nth-child(2n){background: unset;}


#pageDetailContent .container .pageRight .contentFormP {width:100%;padding:100px;background:linear-gradient(0deg,#e0e2e3 0,#eaebec 100%);border-radius: 8px;}
#pageDetailContent .container .pageRight .contentFormP  .login-form{display:flex;flex-direction:column}
#pageDetailContent .container .pageRight .contentFormP  .login-form input,textarea, select{width:100%;padding:10px 25px;margin:0 0 12px 0;border:unset;border-radius:4px;font-size:14px;color:#757575}

#pageDetailContent .container .pageRight .contentFormP  .login-form button{background-color:#8bc34a;color:#fff;padding:10px 15px 10px 25px;border:none;border-radius:4px;cursor:pointer;width:fit-content;margin:0 0 15px 0;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .contentFormP  .login-form button img{height:20px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);margin-left:5px}
#pageDetailContent .container .pageRight .contentFormP  .login-form button:hover{background-color:#7cb342}

#pageDetailContent .container .pageRight #newsList .container{display:flex;flex-wrap:wrap;padding:0 0 17px 0}
#pageDetailContent .container .pageRight #newsList .single{flex:1 0 48%;padding:10px}
#pageDetailContent .container .pageRight #newsList .single .catSingle{width:100%;height:240px;margin:20px 0 0;transition:all 1s ease 8ms;border:1px solid #e6e6e6;box-shadow:0 0 5px 0 rgba(221,221,221,.6196078431372549);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:30px}
#pageDetailContent .container .pageRight #newsList .single .catSingle .top{position:relative;height:45px;width:100%}
#pageDetailContent .container .pageRight #newsList .single .catSingle .top:after{position:absolute;content:"";width:100%;height:2px;background:#ddd;right:0;top:50%;transform:translateY(-50%);z-index:-1}
#pageDetailContent .container .pageRight #newsList .single .catSingle .midle h1{color:#102a60;font-size:23px;font-weight:500;text-align:center}
#pageDetailContent .container .pageRight #newsList .single .catSingle .bottom{width:50px;height:50px;font-size:18px;border-radius:100%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#bc4f19}
#pageDetailContent .container .pageRight #newsList .single:hover .catSingle .bottom{transform:rotate(360deg)}
#pageDetailContent .container .pageRight #news-list{background:#fff;border-radius:10px}
#pageDetailContent .container .pageRight #news-list .list{display:flex;flex-direction:row;flex-wrap:wrap;padding:15px}
#pageDetailContent .container .pageRight #news-list .list .inner-container{width:100%;height:auto;position:relative;margin:15px;box-shadow:0 0 15px rgba(0,0,0,.06);flex-basis:42%}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date{position:absolute;top:0;left:0;width:80px;height:auto;background-color: #0b4b27;z-index:2;padding:18px 19px 10px 19px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date:before{position:absolute;content:'';left:0;bottom:-13px;border-top: 15px solid #0b4b27;border-right:80px solid transparent;z-index:-1}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date h3{font-size:36px!important;font-weight:300;margin-top:10px!important;margin-bottom:4px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date h3 span{position:relative;color:#fff}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date h3 span:before{position:absolute;content:"";width:100%;height:1px;background-color:#fff3db;left:0;bottom:3px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date h5{margin:0;padding:0;color:#fff;letter-spacing:0;font-size:14px;line-height:14px;font-weight:400;text-transform:uppercase}
#pageDetailContent .container .pageRight #news-list .list .inner-container .date h5:first-child{padding:10px 0 0 0}
#pageDetailContent .container .pageRight #news-list .list .inner-container .image img{width:100%;height:250px;object-fit:cover;filter:grayscale(1);transition:1s linear}
#pageDetailContent .container .pageRight #news-list .list .inner-container:hover .image img{filter:unset;transition:1s linear}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc{width:100%;height:auto;padding:0 20px 30px 30px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .title h3{font-size:21px;line-height:1;font-weight:400;color:#14141c;margin-bottom:10px;text-transform:capitalize}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .title h3 a{text-decoration:none;color:#181a2f;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .title h3 a:hover{color:#274185}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .info{width:100%;margin-bottom:24px;border-bottom:1px solid #ccc;padding-bottom:4px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .info span{position:relative;color:#000;font-size:12px;padding-right:22px;font-style:italic;font-weight:400}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .info span:last-child{position:unset}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .info a{text-decoration:none;color:#666;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .info a:hover{color:#274185}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .explanation{margin-bottom:17px}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .explanation p{font-size:15px;color:#3b3b3b;line-height:1.6}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .readmore{width:100%}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .readmore a{text-decoration:none;background-color:#505050;color:#fff;line-height:1.6;font-weight:600;padding:10px 20px;border-radius:3px;display:inline-block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
#pageDetailContent .container .pageRight #news-list .list .inner-container .desc .readmore a:hover{opacity:.7}

#pageDetailContent .container .pageRight .newsContent{background:#fff;padding:20px;height: auto;}
#pageDetailContent .container .pageRight .newsContent .textC a{text-decoration: unset;color: unset;}
#pageDetailContent .container .pageRight .newsContent .textC p{margin-bottom: 0!important;line-height: 1.5!important;margin: 0!important;padding-top: 10px!important;}
#pageDetailContent .container .pageRight .newsContent .textC ul{margin-bottom: 0!important;line-height: 1.5!important;margin: 0!important;padding-top: 10px!important;}
#pageDetailContent .container .pageRight .newsContent .textC ul li{line-height: 1.5;}
#pageDetailContent .container .pageRight .newsContent .textC span{line-height: 1.5!important;font-size: 16px!important;}
#pageDetailContent .container .pageRight .newsDetail-footer-share{display: flex;align-items: center;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer{position:relative;display:flex;flex-direction:column;justify-content:center;margin:20px 0;padding:10px 0;text-align:center;border-top:1px solid #d8d8d7;border-bottom:1px solid #d8d8d7}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:before{position:absolute;content:'';width:100px;height:2px;top:-1px;left:0;background-color:#0060a8}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:after{position:absolute;content:'';width:100px;height:2px;bottom:-1px;right:0;background-color:#174470}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items{margin-left: 10px; display: flex;align-items: center;justify-content: center;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a{width:70px;height:40px;position:relative;display:inline-block;color:#fff}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a:hover{opacity:.8}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}




#filter{width:100%;height:0;position:fixed;z-index:9999999999999999;top:0;overflow-x:hidden;transition:.5s;left:0;right:0;background:#fff;bottom:0}
#filter .container{width:100%;height:100%;padding:0;display:grid;grid-template-rows:60px 1fr 100px;grid-template-columns:unset}
#filter .container .header{width:100%;display:flex;/*border-bottom:1px solid #c1c1c1*/}
#filter .container .content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column}
#filter .closebtnn{font-size:38px;color:#3e3836;width:100%;display:flex;align-items:center;justify-content:end}
#filter .dropdownMenu{position:relative;display:none}
#filter .drop-down i{padding:0 15px;font-size:12px}
#filter .dropdownMenu .levelTwo{padding:10px 15px;border-top:1px solid #f5f5f5;font-weight:500}
#filter .dropdownMenu .levelThree{padding:10px 0;border-top:1px solid #f5f5f5}
#filter .dropdownMenu .levelFour{padding:10px 0;border-top:1px solid #f5f5f5}
#filter .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#filter .container .button{display:flex;align-items:center;justify-content:center;width:100%;padding:0}
#filter .container .button p{cursor:pointer;padding:15px;background:#96a0ad;width:100%;display:flex;align-items:center;justify-content:center;color:#fff}
#filter .container .button input{width:100%!important;background:#01625f;border:unset;padding:10px;height:auto!important}

.successNotification {display: flex;padding: 10px;background: #ec6808;border-radius: 5px;width: 100%;}
.successNotification p {margin: 0;padding: 0;font-size: 13px;color: #fff;}

#cboxClose{top: 0!important;width: 100px!important;height: 44px!important;background: url('../img/cbox/kapat.png') no-repeat!important;background-color: #fff!important;background-size: contain !important;}

#cboxLoadedContent{margin-bottom: 0!important;}

#pageDetailContent .container .pageRight .searchHeader{display:block;width:100%;height:50px;float:left;position:relative;max-width:100%;transition:all .3s;cursor:pointer;margin-right:20px;background: #f4f5f6;padding: 0 20px;border-bottom: 1px dashed#ddd;margin-top: 9px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
#pageDetailContent .container .pageRight .searchHeader form{display:block;float:left;width:100%;position:relative;overflow:hidden;height:100%}
#pageDetailContent .container .pageRight .searchHeader form input{display:block;float:left;width:100%;height:100%;padding:0;margin:0;padding-left:61px;font-size:14px;color:#3b3b3b;font-weight:700}
#pageDetailContent .container .pageRight .searchHeader form .sImg{display:block;position:absolute;left:0;height:fit-content;top:50%;transform:translateY(-50%);border:none;color:#000;font-size:14px;font-weight:600;cursor:pointer;padding:0 20px 0 0;border-right:1px solid #ccc}
#pageDetailContent .container .pageRight .searchHeader form .sImg img{height:19px;filter:invert(59%) sepia(0%) saturate(38%) hue-rotate(134deg) brightness(94%) contrast(94%)}
#pageDetailContent .container .pageRight .searchHeader form .rImg{display:block;position:absolute;right:0;height:100%;top:0;border:none;color:#000;font-size:14px;font-weight:600;cursor:pointer}
#pageDetailContent .container .pageRight .searchHeader form .rImg img{height:15px}
#pageDetailContent .container .pageRight .searchHeader.cash input{background:0 0;color: #8a7d6d;border:unset;font-weight:700}
#pageDetailContent .container .pageRight .searchHeader.cash .sImg{background:0 0}
#pageDetailContent .container .pageRight .searchHeader.cash .rImg{background:0 0}
#pageDetailContent .container .pageRight .searchHeader input::placeholder{color:#3b3b3b;font-weight:700}
#pageDetailContent .container .pageRight .searchHeader:hover{opacity:.8;transition:all .3s}
#pageDetailContent .container .pageRight .pageContact{display:flex;width:100%;padding:30px;background: #f3f3f3;flex-wrap: wrap;}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact{flex:1;display:flex;flex-direction:column;padding-right:23px}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact h1{margin:0;padding:0;color:#102c41;font-size: 19px;margin:10px 0 0 0}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact .single{display:flex;align-items:center;padding:20px;border-bottom:1px solid #ddd;border-radius:0}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact .single img{height: 22px;filter:invert(47%) sepia(11%) saturate(367%) hue-rotate(169deg) brightness(97%) contrast(85%)}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact .single p{margin:0;padding:0;font-size: 14px;margin-left: 11px;}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact .single:hover{transition:all .3s;background:#e8eaf0}
#pageDetailContent .container .pageRight .pageContact .firmsInfoContact .single:hover img{filter:invert(19%) sepia(0%) saturate(1%) hue-rotate(248deg) brightness(96%) contrast(85%);transition:all .3s}
#pageDetailContent .container .pageRight .pageContact .maps{flex:1;height:400px}
#pageDetailContent .container .pageRight .pageContact .maps iframe{width:100%;height:100%}
#pageDetailContent .container .pageRight .pageContact .form {flex: 1 0 100%;margin-top: 15px;}
#pageDetailContent .container .pageRight .pageContact .form  .login-form{display:flex;flex-direction:column}
#pageDetailContent .container .pageRight .pageContact .form  .login-form input,textarea{width:100%;padding:10px 25px;margin:0 0 12px 0;border:unset;border-radius:4px;font-size:14px;color:#757575}
#pageDetailContent .container .pageRight .pageContact .form  .login-form button{background-color:#8bc34a;color:#fff;padding:10px 15px 10px 25px;border:none;border-radius:4px;cursor:pointer;width:fit-content;margin:10px 0 15px 0;display:flex;align-items:center;justify-content:center}
#pageDetailContent .container .pageRight .pageContact .form  .login-form button img{height:20px;filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);margin-left:5px}
#pageDetailContent .container .pageRight .pageContact .form  .login-form button:hover{background-color:#7cb342}
#pageDetailContent .container .pageRight .pagination{display: flex;list-style: none;padding: 0;margin: 0;justify-content: space-between;margin-top: 13px;background: #f1ede9;padding: 10px;border-radius: 7px;}
#pageDetailContent .container .pageRight .pagination li{transition: all .3s;list-style: unset;flex: 1;display: flex;align-items: center;justify-content: center;padding: 8px;border-right: 1px solid #ddd;}
#pageDetailContent .container .pageRight .pagination li .page-link{display: flex;align-items: center;justify-content: center;width: 100%;font-size: 12px;}
#pageDetailContent .container .pageRight .pagination li.active{background: #d6b46a;color: #fff;}
#pageDetailContent .container .pageRight .pagination li:last-child{border-right: unset;}
#pageDetailContent .container .pageRight .pagination li:hover{transition: all .3s;background: #73655b;color: #fff;}

#cboxOverlay {z-index: 99999999!important;}
#colorbox, #cboxContent, #cboxLoadedContent{z-index: 99999999999!important;}

#pageDetailContent .container .pageRight .pProList .single.sCat{transition:all .3s;display:flex;flex-direction:row;padding: 17px 15px 17px 20px;background:#fff;flex: 1 0 33%;border-bottom:1px solid #cdd0d3;border-left:1px solid #cdd0d3;border-right: 0px !important;}
/* #pageDetailContent .container .pageRight .pProList .single.sCat:nth-child(4n-3){border-left:0px} */
#pageDetailContent .container .pageRight .pProList .single.sCat:nth-child(3n+1){
    border-left: 0px;
}
#pageDetailContent .container .pageRight .pProList .single.sCat:nth-last-child(-n+4){/* border-bottom:0px; */}
#pageDetailContent .container .pageRight .pProList .single.sCat .text{display: flex; flex-direction: row; align-items: center; margin-top: 0px;}
#pageDetailContent .container .pageRight .pProList .single.sCat .text h1{font-size: 15px; margin-left: 15px; color: #3c3c3b; font-weight: 500;}
#pageDetailContent .container .pageRight .pProList .single.sCat .text img{height: 80px;/* filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%); */border-radius: 5px;}
#pageDetailContent .container .pageRight .pProList .single.sCat:hover{transform: scale(.92); transition:all .3s;}
#pageDetailContent .container .pageRight .pProList .single.sCat:hover .text h1{color: unset;transition:all .3s}

#pageDetailContent .container .pageRight .brosurs{display: flex;flex-direction: column;margin: 10px;flex: 1 0 100%;}
#pageDetailContent .container .pageRight .brosurs .single{display: flex;justify-content: space-between;padding: 10px 7px;border-bottom: 1px solid #ddd;margin: 0 20px;align-items: center; transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single:hover{background: rgba(255, 255, 255, 0.2); transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single:first-child{border-top: unset;}
#pageDetailContent .container .pageRight .brosurs .single .left{font-size: 15px;}
#pageDetailContent .container .pageRight .brosurs .single:hover{color: #d6b46a; transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single .left i{padding-right: 6px;}
#pageDetailContent .container .pageRight .brosurs .single .right i{color: #d6b46a;font-size: 37px;}


#pageTopNvg{width: 100%;position: relative;height: 225px;z-index: 1;overflow: hidden;background: #643820;}
#pageTopNvg .bg{position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;opacity: .07;z-index: 999;}
#pageTopNvg .icon{position: absolute;left: 0;right: 0;bottom: 0;top: 0;opacity: .5;width: 100%;height: 100%;object-fit: cover;}
#pageTopNvg .container{display: flex;height: 100%;position: relative;z-index: 8;/* padding-right: 0; */align-items: center;justify-content: end;z-index: 999999;}
#pageTopNvg .container .text{display: flex;width: fit-content;flex-direction: row-reverse;}
#pageTopNvg .container .text .imageI{margin-bottom: 8px; display: flex;align-items: center;transition: all .3s;margin-top: 0px;justify-content: center;border-top-left-radius: 10px;border-top-right-radius: 10px;bottom: 150px;left: 0;/* top: 0; */}
#pageTopNvg .container .text .imageI img{height: 100px;writing-mode: vertical-rl;border-radius: 5px;filter: invert(55%) sepia(41%) saturate(6926%) hue-rotate(3deg) brightness(98%) contrast(94%);}
#pageTopNvg .container .text .slogan{display: flex;align-items: flex-end;padding-bottom: 13px;flex-direction: column;}
#pageTopNvg .container .text .slogan h1{margin: 0;padding: 0;color: rgb(255 255 255 / 76%);font-weight: 400; font-size: 29px; text-align: end;}
#pageTopNvg .container .text .slogan h2{margin: 0;padding: 0;color: rgb(255 255 255 / 76%);font-weight: 200; font-size: 18px; text-align: end;}

#pageDetailContent .container .pageRight .naviPages{position: relative;/* background: #20272a; */padding: 25px 0px;border-bottom: 1px solid #ddd;}
/* #pageDetailContent .container .pageRight .naviPages:before {content: "";position: absolute;right: -100%;width: 100%;top: 0;bottom: 0;background: #20272a;} */
#pageDetailContent .container .pageRight .naviPages .links{display: flex;flex-direction: column;}
#pageDetailContent .container .pageRight .naviPages .links h1{margin: 0;padding: 0;font-size: 30px;}
#pageDetailContent .container .pageRight .naviPages .links .bottomLn{display: flex;margin-top: 10px;}
#pageDetailContent .container .pageRight .naviPages .links .bottomLn a{font-size: 15px;display: flex;align-items: center;color: #adadad;font-weight: 400;transition: all .3s;}
#pageDetailContent .container .pageRight .naviPages .links .bottomLn a:hover{opacity: .75;transition: all .3s;}
#pageDetailContent .container .pageRight .naviPages .links .bottomLn a:last-child{font-weight: 700;}
#pageDetailContent .container .pageRight .naviPages .links .bottomLn a img{height: 18px;filter: invert(50%) sepia(6%) saturate(51%) hue-rotate(202deg) brightness(92%) contrast(83%);margin: 0 5px;}

.pswp{z-index: 9999999999999!important;} 

.buy-now {position: fixed;z-index: 99999;right: 70px;bottom: 70px;width: 60px;height: 60px}
.buy-now.right {right: 100px}
.buy-now .buy-now-btn {background: #0dc143;border-radius: 50%;box-shadow: 0 5px 10px 0 rgba(35,50,56,0.1);-webkit-transform-origin: center;transform-origin: center;position: relative;height: 60px;width: 60px;text-align: center;line-height: 60px;font-size: 1.6em;color: #fff;z-index: 1;display: block}
.buy-now .buy-now-btn:hover {background: #333333}
.buy-now .ripple,.buy-now .ripple:before,.buy-now .ripple:after {-webkit-animation: ripple 3s infinite;animation: ripple 3s infinite;border-radius: 50%;box-shadow: 0 0 0 0 #0dc143;top: 0;height: 60px;position: absolute;width: 60px}
.buy-now .ripple:before {-webkit-animation-delay: .9s;animation-delay: .9s;content: "";position: absolute;top: 0}
.buy-now .ripple:after { -webkit-animation-delay: .6s; animation-delay: .6s; content: ""; position: absolute; top: 0}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(94,188,231,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(94,188,231,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(94,188,231,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(94,188,231,0)
    }
}