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

#mFull {height: 0;width: 100%;position: fixed;z-index: 9999999999;top: 0;left: 0;background: #ffffff;overflow-x: hidden;transition: 0.5s;/* box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 32%); */}
#mFull .closebtn {font-size: 50px;color: #455264;text-align: right;width: 100%;max-width: 100px;}
#mFull .container {height: 100%;padding: 0 0px;display: grid;grid-template-rows: 100px 1fr 100px;max-width: 1400px;}
#mFull .container .header{display: flex;justify-content: space-between;padding: 10px 0; position: relative;}
#mFull .container .header::after {content: '';display: flex;position: absolute;width: 100%;height: 1px;background-color: #ddd;bottom: 0px;right: 0px; z-index: -1;}
#mFull .container .header .flags{display: flex;}
#mFull .container .header .flags img{height: 63px;object-fit: contain;margin: 45px 0px;background: #ffffff;padding-right: 40px;}
#mFull .container .header span {color: #fff;font-weight: 500;flex: 1;padding-left: 15px;}
#mFull .container .header .leftMenu{display: flex; align-items: center;}
#mFull .container .header .langM{display: flex;align-items: center;justify-content: center;margin-right: 18px;}
#mFull .container .header .langM a{padding: 6px 10px;background: #575453;color: #fff;font-size: 12px;}
#mFull .container .cKap{display: flex; align-items: flex-start; justify-content: center; margin: 60px 0;}
#mFull .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex; display: grid; align-items: center; grid-template-columns: 450px 1fr; width: 100%; column-gap: 60px;}
#mFull .container .content .info{position:relative;flex: .6;display: grid;grid-template-rows: auto 1fr 1fr;text-align: left;background: #ffffff;width: 100%;height: 100%;padding:50px 35px 30px;box-shadow: 0 1px 5px #cccccc;}
#mFull .container .content .info .title{font-size: 18px;font-weight: 400;color: #4b4b4b;width: 300px;}
#mFull .container .content .info .title strong{font-weight: 600; font-size: 25px;}
#mFull .container .content .info .maps{margin: 0;}
#mFull .container .content .info .text{display: flex; flex-direction: column; padding: 0px 0 0px;}
#mFull .container .content .info .text ul{list-style: none; display: flex; width: 100%; padding: 0px; margin: 0px; border:0px; justify-content: center; flex-direction: column; align-items: flex-start; padding: 10px 8px 15px;}
#mFull .container .content .info .text ul li{color: #0e2a4e; width: 100%; font-size: 15px; font-weight: 400; border-bottom: 1px solid #e7e7e7; transition: all .3s;}
#mFull .container .content .info .text ul li:hover a{transform: translateX(10px); transition: all .3s;}
#mFull .container .content .info .text ul li a{height: 100%; display: flex; padding: 9px 0; color: #4b4b4b; transition: all .3s;}
#mFull .container .content .info .text ul li.activeMenu{background: #f7f6f5; padding: 0 10px;}
#mFull .container .content .info .text ul li.activeMenu a{color: #02a1b5;}
#mFull .container .content .right{margin: 0; width: 100%; height: 100%; display: grid; grid-template-rows: 75px 1fr; row-gap: 40px;}
#mFull .container .content .right .top{width: 100%;height: 100%;display: flex;justify-content: space-between;box-shadow: 0 1px 5px #cccccc;background: #5f5f5f;padding: 0px 40px;/* border-radius: 3px; */} 
#mFull .container .content .right .top .phones{height: 100%; display: flex;}
#mFull .container .content .right .top .phones .phone{height: 100%; display: flex; align-items: center; margin-right: 28px;}
#mFull .container .content .right .top .phones .phone .text{display: flex; justify-content: center; flex-direction: column;}
#mFull .container .content .right .top .phones .phone .text h1{color: #fff; margin: 0px; padding: 0px; font-size: 16px;}
#mFull .container .content .right .top .phones .phone .text p{color: #fff; margin: 0px 0px 2px; padding: 0px; font-size: 13px;}
#mFull .container .content .right .top .phones .phone img{height: 32px; filter: invert(100%); margin: 0 10px 0 0px;}
#mFull .container .content .right .top .socials{height: 100%; display: flex; align-items: center;}
#mFull .container .content .right .top .socials .social{height: 100%; display: flex; align-items: center;}
#mFull .container .content .right .top .socials .social p{font-size: 14px; color: #fff; margin: 0px; padding: 0px; margin-right: 10px; padding-right: 10px; border-right: 1px solid rgb(255 255 255 / 38%);;}
#mFull .container .content .right .top .socials .social p b{font-weight: 600;}
#mFull .container .content .right .top .socials .social .icons{height: 100%; display: flex; align-items: center;}
#mFull .container .content .right .top .socials .social .icons a{display: flex; margin-right: 7px;}
#mFull .container .content .right .top .socials .social .icons a:first-child{}
#mFull .container .content .right .top .socials .social .icons a img{height: 25px; filter: invert(100%);}
#mFull .container .content .right .top .socials .social.single{margin-left: 25px;}
#mFull .container .content .right .top .socials .social.single img{height: 25px; filter: invert(100%);}
#mFull .container .content .right .bottom{width: 100%; height: 100%; list-style: none; padding: 0px; margin: 0px; display: flex; flex-wrap: wrap; justify-content: start;}
#mFull .container .content .right .bottom li{flex: 1 0 20.3%;font-size: 14px;display: flex;color: #3b3b3b;font-weight: 500;border-right: 1px solid #ddd;border-top: 1px solid #ddd;}
#mFull .container .content .right .bottom li:nth-child(3n){}
#mFull .container .content .right .bottom li:last-child{border-right: 0px;}
#mFull .container .content .right .bottom li:nth-child(1)  {/* border-left: unset; */}
#mFull .container .content .right .bottom li::nth-child(3) {border-left: unset; }
#mFull .container .content .right .bottom li a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; transition: all .3s;}
#mFull .container .content .right .bottom li a:hover{transform: scale(.85); opacity: .8; transition: all .3s;}
#mFull .container .content .right .bottom li a img{height: 54px;display: flex;align-items: center;filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);margin-bottom: 10px;opacity: .74;}

#mFull .container .content .right .bottom li.activeMenu{background: linear-gradient(90deg, #009688 0, #02a1b5 100%);color: #fff;} 
#mFull .container .content .right .bottom li.activeMenu img{filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(124deg) brightness(103%) contrast(101%);}



#mFull .dropdownMenu {position: relative;display: none;}
#mFull .dropdownMenu a{padding-top: 10px;}
#mFull .dropdownMenu .colmnMenu{display: flex;flex-direction: column;}
#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 .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding: 20px 0;border-top: 1px solid #ddd;}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #1b1b1b;font-weight:300;font-size: 13px}
#mFull .footerNav-social a{margin-left:5px}
#mFull .footerNav-social a:first-child{margin-left:0}
#mFull .footerNav-social img{width: 26px;height: 26px;}
#mFull .footerNav-inviva{display:flex}
#mFull .footerNav-inviva img{width:62px;height:16px}

#header{width: 100%;position: relative;z-index: 9;}
#header .container{display: flex;flex-direction: column;}
#header .container .hTop{display: flex;justify-content: space-between;height: 100px;align-items: center;}
#header .container .hTop .logo{display: flex;align-items: center;}
#header .container .hTop .logo img{height: 55px;}
#header .container .hTop .menu{display:flex;position:relative;z-index:999;background:#fff;height:100%}
#header .container .hTop .menu ul{display:flex;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width:100%;justify-content:center;padding:0 40px;height:100%}
#header .container .hTop .menu ul li{position:relative;height:100%;display:flex;align-items:center;justify-content:space-between}
#header .container .hTop .menu ul li:first-child{border-left:unset}
#header .container .hTop .menu ul li a{font-weight:500;font-size:13px;transition:all .5s;border-radius:0;padding:0 12px;width:100%;color: #222222;display:flex;align-items:center;border-left:1px solid #ddd}
#header .container .hTop .menu ul li:first-child a{padding:0 12px 0 0;border-left: unset;}
#header .container .hTop .menu ul li a::after{position:absolute;content:'';height:3px;right:0;bottom:0;left:0;background-color: #04636f;transform:scale(0);transform-origin:right;transition:all ease .5s}
#header .container .hTop .menu ul li:hover a::after{transform:scale(1);z-index:1}
#header .container .hTop .menu ul li a::before{content:'';position:absolute;bottom:0;left:0;height:3px;width:25px;background-color: #02a1b5;z-index:9;opacity:0;transition:all .3s}
#header .container .hTop .menu ul li:hover a{color:#3b3b3b}
#header .container .hTop .menu ul li:hover a::before{opacity:1;transition:all .3s}
#header .container .hTop .menu ul li.activeMenu a::before{transform:scale(1);z-index:99;background-color: #02a1b5;opacity:1}
#header .container .hTop .menu ul li a i{color:#fff}
#header .container .hTop .menu ul li:last-child a{border-right:unset}
#header .container .hTop .menu ul li:hover a i{color:#fff}
#header .container .hTop .menu ul li:hover.menuDrop{position:unset}
#header .container .hTop .menu ul li .menuDownList{display:none;position:absolute;top:120px;left:0;width:100%;background:#fff;z-index:-111;font-size:15px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:1px 8px 6px 0 rgba(0,0,0,.2);transition:all .4s;opacity:0}
#header .container .hTop .menu ul li.menuDrop .menuDownList:before{position:absolute;content:"";top:0;left:0;bottom:0;width:30%;height:100%;background:#f6f6f6;z-index:-1}
#header .container .hTop .menu ul li.menuDrop:hover .menuDownList{display:flex;z-index:99999999;opacity:1;top:59px}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container{display:flex;flex-wrap:wrap}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownLeft{display:flex;flex-direction:column;flex:1;padding:100px 70px 50px 0;background:#f6f6f6}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownLeft h1{margin:0;padding:0;font-size:34px;font-weight:300;color:#01193a}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownLeft p{margin:20px 0;padding:0;line-height:1.4;font-size:14px;color:#a4a4a4}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight{display:flex;flex-wrap:wrap;flex:2;margin-left:20px;align-items:center;padding:10px}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight .single{flex:1 0 24%;margin-right:auto;border:1px solid #e8e8e8;padding:10px;transition:all .3s;height:auto;flex-direction:column;height:200px;margin:10px 10px 0;align-items:flex-start;width:100%}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight .single:after{display:none!important}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight .single img{height:118px;width:100%;object-fit:contain}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight .single h1{margin:0;padding:0;font-size:15px;padding-top:15px;border-top:1px solid #e8e8e8;color:#01193a;width:100%;margin-top:15px;font-weight:500}
#header .container .hTop .menu ul li.menuDrop .menuDownList .container .mDownRight .single:hover{opacity:.89;transform:scale(.89);transition:all .3s;border:1px solid #02214d}
#header .container .hTop .menu ul .altMenu{display:none;position:absolute;top:120px;left:0;width:275px;background:#f6f6f6;z-index:-111;font-size:15px;box-shadow:1px 8px 6px 0 rgba(0,0,0,.2);transition:all .4s;opacity:0}
#header .container .hTop .menu ul .altMenu ul{flex-direction:column!important}
#header .container .hTop .menu ul .altMenu li{display:block!important;border-radius:0}
#header .container .hTop .menu ul .altMenu li{width:100%}
#header .container .hTop .menu ul .altMenu li:after{display:none}
#header .container .hTop .menu ul .altMenu li a:after{display:none!important}
#header .container .hTop .menu ul .altMenu li:before{display:none}
#header .container .hTop .menu ul .altMenu li a{padding:15px!important;background:unset!important;color:#01193a!important}
#header .container .hTop .menu ul .altMenu li:hover a{background:#e4e4e4!important}
#header .container .hTop .menu ul .altMenu li.active .altMenu a::before{display:none!important}
#header .container .hTop .menu ul .altMenu li:hover{border-radius:0!important;background:#b2caed!important;transition:all .3s}
#header .container .hTop .menu ul .altMenu li:hover a{border-radius:0!important;background:unset!important;transition:all .3s;color:#fff!important}
#header .container .hTop .menu ul li:hover .altMenu{top:57px;left:0;transition:all .4s;opacity:1;z-index:9999999;display:block}
#header .container .hTop .htRight{display: flex;}
#header .container .hTop .htRight .searchH{width: 40px;height: 40px;border-radius: 100%;border:1px solid #d9d9d9;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
#header .container .hTop .htRight .searchH img{height: 17px;filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(97%) contrast(101%);}
#header .container .hTop .htRight .iconsG{display:flex;align-items:center}
#header .container .hTop .htRight .iconsG p{margin:0;padding:0;font-size:12px;color: #0e2a4e;margin-right:10px}
#header .container .hTop .htRight .iconsG .icons{display:flex;align-items:center}
#header .container .hTop .htRight .iconsG .icons a{width:auto;margin-left:7px;height:24px;box-shadow: 0 0 5px 4px #cdcdcd5e;}
#header .container .hTop .htRight .iconsG .icons a img{height:100%;filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);opacity: .85;}
#header .container .hTop .htRight .iconsG .icons a:hover img{filter:invert(38%) sepia(99%) saturate(844%) hue-rotate(151deg) brightness(98%) contrast(98%); transition:all .3s}
#header .container .hBottom{display: flex;height: 75px;align-items: center;justify-content: space-between;border-top: 1px solid #ddd;}
#header .container .hBottom .menu{display:flex;position:relative;z-index:999;background:#fff;height:100%}
#header .container .hBottom .menu ul{display:flex;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width:100%;justify-content:center;padding: 0;height:100%}
#header .container .hBottom .menu ul li{position:relative;height:100%;display:flex;align-items:center;justify-content:space-between}
#header .container .hBottom .menu ul li:first-child{border-left:unset}
#header .container .hBottom .menu ul li a{font-weight: 600;font-size: 13px;transition:all .5s;border-radius:0;padding:0 12px;width:100%;color: #000000;display:flex;align-items:center;border-left:1px solid #ddd}
#header .container .hBottom .menu ul li:first-child a{padding:0 12px 0 0;border-left: unset;}
#header .container .hBottom .menu ul li a::after{position:absolute;content:'';height:3px;right:0;bottom:0;left:0;background-color: #009688;transform:scale(0);transform-origin:right;transition:all ease .5s}
#header .container .hBottom .menu ul li:hover a::after{transform:scale(1);z-index:1}
#header .container .hBottom .menu ul li a::before{content:'';position:absolute;bottom:0;left:0;height:3px;width:25px;background-color: #02a1b5;z-index:9;opacity:0;transition:all .3s}
#header .container .hBottom .menu ul li:hover a{color:#3b3b3b}
#header .container .hBottom .menu ul li:hover a::before{opacity:1;transition:all .3s}
#header .container .hBottom .menu ul li.activeMenu a::before{transform:scale(1);z-index:99;background-color:#1bade4;opacity:1}
#header .container .hBottom .menu ul li a i{color:#fff}
#header .container .hBottom .menu ul li:last-child a{border-right:unset}
#header .container .hBottom .menu ul li:hover a i{color:#fff}
#header .container .hBottom .menu ul li:hover.menuDrop{position:unset}
#header .container .hBottom .menu .allP{display: flex;align-items: center;font-size: 12px;margin-left: 24px;transition: all .3s;}
#header .container .hBottom .menu .allP:hover{opacity: .7;transition: all .3s;}
#header .container .hBottom .menu .allP p{font-size: 10px;margin: 0;padding: 0;}
#header .container .hBottom .menu .allP img{height: 12px;}
#header .container .hBottom .rBottom{display: flex;height: 100%;}
#header .container .hBottom .rBottom .phone{display: flex;height: 100%;align-items: center;margin-right: 30px;transition: all .3s;}
#header .container .hBottom .rBottom .phone:hover{opacity: .7;transition: all .3s;}
#header .container .hBottom .rBottom .phone .image{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background: #02a1b5;border-radius: 100%;margin-right: 10px;}
#header .container .hBottom .rBottom .phone:hover .image{background: #333338;transition: all .3s;}
#header .container .hBottom .rBottom .phone .image img{height: 15px;filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(112%) contrast(107%);}
#header .container .hBottom .rBottom .phone p{margin: 0;padding: 0;font-size: 14px;}
#header .container .hBottom .rBottom .phone p b{font-weight: 600;}
#header .container .hBottom .rBottom .mobilMenu{transition:  all .3s;cursor: pointer;position: relative; display: flex;height: 100%;padding: 0 80px 0 30px;align-items: center;justify-content: center;background: #02a1b5;} 
/* #header .container .hBottom .rBottom .mobilMenu:before{transition:  all .3s;position: absolute;content: "";right: 0;bottom: -55px;border-bottom: 55px solid transparent;border-top: 0 solid transparent;border-right: 55px solid #02a1b5;} */
#header .container .hBottom .rBottom .mobilMenu img{height: 29px;filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(112%) contrast(107%);margin-right: 5px;}
#header .container .hBottom .rBottom .mobilMenu p{margin: 0;padding: 1px 0 1px 0;font-weight: 600;color: #fff;border-bottom: 3px solid rgb(255 255 255 / 51%);font-size: 13px;}
#header .container .hBottom .rBottom .mobilMenu:hover{background: #010d1f;transition:  all .3s;}
#header .container .hBottom .rBottom .mobilMenu:hover:before{border-right: 55px solid #010d1f;transition:  all .3s;}

.productMenu{width:0%;position:fixed;margin:0;height:fit-content;left: -100000%;top: 101px;bottom:0;right:0;transition:all .3s;z-index: 999999;}
.productMenu.sticky{top: 112px;transition:all .3s}
.productMenu .container{transition: all .3s;display:flex;padding-left:0;padding: 0;/* background: #fff; *//* border-top-left-radius: 40px; *//* border-bottom-right-radius: 10px; *//* border-bottom-left-radius: 10px; *//* border-top: 1px dashed rgb(0 0 0 / 16%); */}
.productMenu .container .icons{display:flex;flex-wrap:wrap;z-index:999999;width:100%;margin-left: 0;background: #f2f5f8;padding: 25px;border-top: 1px dashed #ddd;box-shadow: 0 10px 10px 5px rgb(0 0 0 / 2%);}
.productMenu .container .icons .icon{transition:all .3s;display:flex;position:relative;/* flex-direction:column; */flex: 1 0 23%;/* margin:1px; */background:#fff;/* justify-content:center; */border-right:1px solid #ddd;align-items:center;padding: 21px;border-bottom: 1px solid #ddd;}
.productMenu .container .icons .icon:nth-child(4n){border-right: unset;}
.productMenu .container .icons .icon img{height: 50px;width: 100px;filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);width:fit-content;margin-right: 11px;}
.productMenu .container .icons .icon p{margin:0;padding:0;font-size: 15px;font-weight: 500;color: #3c3c3b;}
.productMenu .container .icons .icon:hover{/* background: linear-gradient(121deg, #142459 0, #166ab2 65%, #19344c 100%); */transition:all .3s;transform: scale(.95);}
.productMenu .container .icons .icon:hover img{/* filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(101%) contrast(102%); */transition:all .3s}
.productMenu .container .icons .icon:hover p{transition:all .3s}

.productMenu .container .icons .icon.activeMenu{background: linear-gradient(90deg, #025a66 0, #02a1b5 100%)} 
.productMenu .container .icons .icon.activeMenu img{filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(124deg) brightness(103%) contrast(101%);}
.productMenu .container .icons .icon.activeMenu p{color: #fff;}

#slider{width:100%;height: 78vh!important;position:relative;max-height: 750px;z-index: 1;}
#slider .swiper-container{position:relative;width:100%;height:100%}
#slider .swiper-container .swiper-slide{overflow: hidden; transition:all .3s;position:relative;height:100%;overflow:hidden;transition:all .3s;cursor:pointer}
/* #slider .swiper-container .swiper-slide::after{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;background: rgb(29 43 58 / 50%);z-index:2}*/
#slider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;background: linear-gradient(181deg, rgb(255 255 255 / 0%) 03%, rgb(0 0 0 / 79%) 102%);z-index:2} 
#slider .swiper-container .swiper-slide img{width:100%;height:100%;object-fit:cover}
#slider .swiper-container .swiper-slide video{width:100%;height:100%;object-fit:cover}
#slider .swiper-container .swiper-slide-active img{animation: zoomAnimation 30s ease-in-out infinite; }
#slider .swiper-container .swiper-slide .mainSlider{position:absolute;top: 55%;left: 50%;transform: translate(-50%, -50%);width:100%;text-align:left;z-index:999;font-weight:700;max-width:1480px;display:flex;align-items:center;opacity: 1;justify-content:center}
#slider .swiper-container .swiper-slide .mainSlider .text{transition:all .3s;flex:1;display:flex;justify-content: flex-start;flex-direction:column;padding:0 0}
#slider .swiper-container .swiper-slide .mainSlider .text h1{line-height:1;font-size: 35px;margin:0;padding:0;font-weight:300;color:#fff;text-align: center;}
#slider .swiper-container .swiper-slide .mainSlider .text h2{padding:0;font-size: 30px;color:#fff;font-weight:700;margin:0;text-align: center;line-height: 1.5;}
#slider .paginetionSlider{bottom:0;z-index:99!important;display:flex;position:absolute;width:100%;text-align:left;font-weight:700;right:0;height:45px}
#slider .paginetionSlider .swiper-pagination{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:left;z-index:999;font-weight:700;max-width:1480px;display:flex;height:100%;align-items:center;justify-content: center;}
#slider .paginetionSlider .swiper-pagination-bullet{background:#c6cace;width:5px;height:5px;margin-right:5px;border-radius:0;opacity:1}
#slider .paginetionSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:15px;height:5px;background:#fff;display:flex;align-items:center;justify-content:center}
#slider .prevSlider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:left;font-weight:700;max-width:1480px;z-index:9}
#slider .prevSlider .swiper-button-prev{background:unset;margin:0;padding:0;width:unset;height:unset;left:30px}
#slider .prevSlider .swiper-button-next{background:unset;margin:0;padding:0;width:unset;height:unset;right:30px}
#slider .prevSlider .swiper-button-next img,#slider .prevSlider .swiper-button-prev img{height:40px !important;}
#slider .sliderTriangle{position:absolute;bottom: 0;left:50%;transform: translate(-50%,0%);width:100%;text-align:left;font-weight:700;max-width:1480px;z-index:9}
#slider .sliderTriangle .line{width: 200px;height: 75px;background: #fff;}
#slider .sliderTriangle .triangle{transition:  all .3s;position: absolute;content: "";left: 200px;bottom: 0;border-top: 75px solid transparent;border-bottom: 0 solid transparent;border-left: 75px solid #fff;}
#slider .sliderTriangle:before{bottom: 0;left: -10000%;position: absolute;width: 10000%;content: "";background: #eef1f3;height: 75px;}

#homeCorp{width: 100%;position: relative;z-index: 9;/* padding: 15px 0; */background: #eef1f3;}
#homeCorp .container{display: flex;flex-wrap: wrap;box-shadow: 0px 20px 20px -20px rgb(0 0 0 / 46%);padding: 0;}
#homeCorp .container .text{display: flex;flex-direction: column;position: relative;flex: 1;background: #fff;padding: 50px 35px;box-shadow: 0 0 #dddd;height: auto;}
#homeCorp .container .text .icon{position: absolute;top: -112px;height: 136px;filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 32%)) grayscale(0);}
#homeCorp .container .text h2{margin: 0;padding: 0;font-size: 30px;font-weight: 300;color: #3b3b3b;max-width: 385px;}
#homeCorp .container .text h2 b{font-size: 35px;font-weight: 600;}
#homeCorp .container .text p{margin: 0;padding: 20px 0 0 0;font-size: 15px;line-height: 1.5;color: rgba(0, 0, 0, 0.788);}
#homeCorp .container .text .button{display: flex;align-items: center;justify-content: flex-end;margin-top: 15px;}
#homeCorp .container .text .button a{display: flex;align-items: center;}
#homeCorp .container .text .button a p{margin: 0;padding: 0;}
#homeCorp .container .text .button a img{height: 15px;filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(112%) contrast(107%);}
#homeCorp .container .image{flex: 1;display: flex;height: 500px;}
#homeCorp .container .image img{height: 100%;width: 100%;object-fit: cover;}

#homeCategories{width: 100%;background: #eef1f3;padding-bottom: 50px;}
#homeCategories .container{display:flex;flex-wrap:wrap;position: relative;background: #3b3b3b;}
/* #homeCategories .container:before{transition:  all .3s;position: absolute;content: "";right: 0;top: 0;border-bottom: 350px solid transparent;border-top: 0 solid transparent;border-right: 350px solid #f2f2f2;} */
#homeCategories .container .single{display:flex;flex: 1 0 15%;flex-direction:column;align-items:center;justify-content:center;height:275px;position:relative;/* margin: 50px 0 0 0; */transition:all .3s;border-right: 1px solid rgb(0 0 0 / 11%);border-bottom: 1px solid rgb(0 0 0 / 11%);}
#homeCategories .container .single:nth-child(6n){border-right:unset}
#homeCategories .container .single:hover{border-right:unset;background: #02a1b5;background: linear-gradient(342deg, #02a1b5 0, #0c6671 49%, #02a1b5 100%);/* height:112%; */margin:0;margin-top:-2%;z-index:99999;/* border-radius:10px; */transition:all .3s;box-shadow:0 0 13px 3px rgb(4 4 4 / 43%)}
#homeCategories .container .single .image img{opacity:1;display:block;transition:all .3s;height:54px;filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(112%) contrast(107%);}
#homeCategories .container .single:hover .image img{opacity:1;transition:all .3s;filter:invert(100%) sepia(0%) saturate(6122%) hue-rotate(125deg) brightness(117%) contrast(106%)}
#homeCategories .container .single .text{text-align:center;margin-top:16px}
#homeCategories .container .single .text h1{margin:0;padding:0;color: #ffffff;font-weight:500;font-size: 15px;transition: all .3s;}
#homeCategories .container .single:hover .text h1{color: #fff;transition: all .3s;}
#homeCategories .container .single .text h1:last-child{font-weight:300}
#homeCategories .container .single .icons{opacity:0;margin-top:0;display:none}
#homeCategories .container .single:hover .icons{opacity:1;transition:all .3s;margin-top: 10px;display:block}
#homeCategories .container .single .icons i{color: #ffffff;font-size: 16px;}

#homeProducts{width: 100%;}
#homeProducts .container{/* background-color: #f2f2f2; */position: relative;z-index: 9;}

#homeProducts .container .title{display: flex;justify-content: space-between;margin-bottom: 20px;border-bottom: 1px solid #f2f5f8;position: relative;z-index: 88;padding: 25px 0;}
#homeProducts .container .title .lT{display: flex;align-items: center;}
#homeProducts .container .title .lT img{height: 60px;filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(341deg) brightness(107%) contrast(101%);}
#homeProducts .container .title .lT .text{margin-left: 25px;display: flex;flex-direction:column;}
#homeProducts .container .title .lT .text p{margin: 0;padding: 0;color: #3b3b3b;font-size: 19px;font-weight: 200;}
#homeProducts .container .title .lT .text h1{margin: 0;padding: 0;font-size: 26px;color: #3b3b3b;font-weight: 500;}
#homeProducts .container .title .rT{display: flex;align-items: center;}
#homeProducts .container .title .rT a {transition: all .3s;height: fit-content;color: #9cacb8;font-weight: 200;font-size: 15px;border: 1px solid #ddd;padding: 10px;}
#homeProducts .container .title .rT a:hover{opacity: .8;transition: all .3s;}
#homeProducts .container .title .rT img{height: 15px;filter: invert(35%) sepia(15%) saturate(680%) hue-rotate(169deg) brightness(98%) contrast(90%);}
#homeProducts .container .bar{border-left: 1px solid #ddd;top: 0;bottom: 0;right:0;/* background: #566173; */width:100px;position:absolute;display:flex;align-items:center;flex-direction:column;padding-top:100px;transition:all .3s}
#homeProducts .container .bar:hover{transition:all .3s;/* background: #173b5f; */}
#homeProducts .container .bar img{height:50px;/* filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(112%) contrast(107%); */}
#homeProducts .container .bar .text{writing-mode:vertical-rl;display:flex;flex-direction:column;margin-top:15px;padding-top:15px;border-top: 1px solid rgb(0 0 0 / 44%);}
#homeProducts .container .bar .text h1{transition: all .3s;padding:0;margin:0;font-size: 35px;color: #3b3b3b;}
#homeProducts .container .bar .text p{transition: all .3s;padding:0 3px 0 0;margin:0;color: #3b3b3b;font-size: 19px;}
#homeProducts .container .bar:hover .text h1{color: #173b5f;transition: all .3s;}
#homeProducts .container .bar:hover .text p{color: #173b5f;transition: all .3s;}
#homeProducts .container .swiper-container{height:auto;padding-bottom:30px;}
#homeProducts .container .swiper-container .swiper-wrapper{height:auto}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide{height:auto;transition:all ease .5s;box-shadow:0 6px 8px 1px #ddd}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide:hover{opacity:.89;transform:scale(.89);transition:all ease .5s}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide .image{height:300px;width:100%;position: relative;}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide .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; */}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide .image img{width:100%;height:100%;object-fit:cover}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide .textBottom{display:flex;flex-direction:column;/* border:1px solid #ddd; */padding: 17px;position:relative;background: #fff;min-height: 70px;}
#homeProducts .container .swiper-container .swiper-wrapper .swiper-slide .textBottom h1{margin:0;padding:0;font-size: 17px;color:#010d1d;font-weight: 600;}

#videoBanner{height: 530px;position: relative;z-index: 99;margin-top: -50px;}
#videoBanner::after{content: "";position: absolute;right: 0;width: 50%;height: 340px;background: #009688;bottom: 0;}
#videoBanner::before{content: "";position: absolute;left: 0;width: 50%;/* background: #f2f2f2; */bottom: 0;top: 0;z-index: -1;}
#videoBanner video{position: absolute;left: 0;height: 530px;width: 58%;object-fit: cover;z-index: -1;}
#videoBanner .container{position: relative;} 
#videoBanner .container video{position: absolute;left: 0;right: 0;top: 0;height: 100%;width: 100%;object-fit: cover;} 
#videoBanner .container::before{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;/* background: linear-gradient(269deg, rgb(255 255 255 / 0%) 46%, #f2f2f2 90%); */z-index:2} 
#videoBanner .container{position: relative;height: 100%;display: flex;align-items: flex-end;justify-content: end;}
#videoBanner .container .text{z-index: 99999;color: #ffff;width: 50%;height: 340px;background: #009688;position: relative;display: flex;justify-content: flex-end;align-items: flex-end;flex-direction: column;padding-right: 0;padding-bottom: 25px;}
#videoBanner .container .text:before{position: absolute;content: "";bottom: -70px;left: 0;border-bottom: 70px solid transparent;border-top: 0 solid transparent;border-left: 70px solid #009688;}
#videoBanner .container .text img{position: absolute;left: 20px;top: -114px;right: unset;bottom: unset;width: unset;height: 275px;object-fit: contain;filter: drop-shadow(13px 21px 9px rgb(37 37 37 / 27%));}
#videoBanner .container .text h1{margin: 0;max-width: 400px;text-align: end;width: 100%;font-size: 34px;}
#videoBanner .container .text p{max-width: 450px;text-align: end;color: rgb(255 255 255 / 63%);line-height: 1.3;font-size: 15px;}

#homeApp{width:100%;padding-top: 0;position:relative;z-index:9}
#homeApp .container{/* background: #2a2a2a; */padding: 50px 70px 0;transition:all .3s;position: relative;background: #fff;}
#homeApp .container .bg{position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: .10;z-index: 1;}
#homeApp .container .content{display:grid;grid-template-columns:48% 48%;grid-gap:0 50px;height:400px;z-index: 2;position: relative;}
#homeApp .container .content .appSlider{width:100%;height:435px!important;position:relative}
#homeApp .container .content .appSlider .swiper-container{position:relative;width:100%;overflow:unset;height:100%;/* border-radius:5px; */box-shadow:0 0 15px 0 rgb(51 51 51 / 28%)}
#homeApp .container .content .appSlider .swiper-container .swiper-slide{transition:all .3s;position:relative;height:100%;transition:all .3s}
#homeApp .container .content .appSlider .swiper-container .swiper-slide::after{content:'';position:absolute;bottom:0;right:0;left:0;height:100%;background:linear-gradient(57deg,rgb(0 0 0 / 20%) -14%,rgb(0 0 0 / 0%) 100%);z-index:2;/* border-radius:5px; */}
#homeApp .container .content .appSlider .swiper-container .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:5px}
#homeApp .container .content .appSlider .swiper-container .swiper-slide video{width:100%;height:100%;object-fit:cover}
#homeApp .container .content .appSlider .paginetionSlider{width:100%;position:absolute;right:35px;bottom:20px;z-index:9999}
#homeApp .container .content .appSlider .paginetionSlider .swiper-pagination{position:unset;display:flex;align-items:center;justify-content:flex-end}
#homeApp .container .content .appSlider .paginetionSlider .swiper-pagination-bullet{background:#c6cace;width:5px;height:5px;margin-right:5px;border-radius:100%;opacity:1}
#homeApp .container .content .appSlider .paginetionSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:15px;height:5px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:5px}
#homeApp .container .content .textCorp{display:flex;flex-direction:column}
#homeApp .container .content .textCorp h1{margin:0;padding:0;font-weight: 300;font-size: 34px;margin-bottom:10px;max-width: 350px;line-height:1.15;color: #000000;}
#homeApp .container .content .textCorp p{margin:0;padding:0;margin-top: 10px;font-size:15px;line-height:1.4;color: rgb(0 0 0 / 48%);}
#homeApp .container .content .textCorp .button{margin-top:35px;display:flex;width:fit-content;align-items:center;transition:all .3s}
#homeApp .container .content .textCorp .button .icon{transition:all .3s;width:35px;height:35px;border-radius:100%;background:#a9a9a9;display:flex;align-items:center;justify-content:center;margin-right:10px}
#homeApp .container .content .textCorp .button .icon img{filter:invert(99%) sepia(1%) saturate(383%) hue-rotate(325deg) brightness(122%) contrast(100%);height:13px}
#homeApp .container .content .textCorp .button .text{display:flex;flex-direction:column;justify-content:center}
#homeApp .container .content .textCorp .button .text p{font-size:15px;font-weight:300;color:#333;margin-top:0}
#homeApp .container .content .textCorp .button .text p b{font-weight:600}
#homeApp .container .content .textCorp .button:hover{opacity:.8;transition:all .3s}
#homeApp .container .content .textCorp .button:hover .icon{background:#00524d;transition:all .3s}

#homeCorpShort{width:100%;padding: 100px 0 50px 0;background: #eef1f3;margin-top:-100px}
#homeCorpShort .container{width:100%;display:flex;flex-wrap:wrap;box-shadow:0 9px 11px 0 rgb(0 0 0 / 8%)}
#homeCorpShort .container .homeCorp{flex:1;display:flex;flex-wrap:wrap;flex-direction:row-reverse}
#homeCorpShort .container .homeCorp .image{height: 567px;flex:1;box-shadow:1px 7px 8px 5px rgb(221 221 221 / 29%)}
#homeCorpShort .container .homeCorp .image img{width:100%;height:100%;object-fit:cover}
#homeCorpShort .container .homeCorp .text{flex:1;display:flex;flex-direction:column;padding:0;background: #ffffff;justify-content:flex-start;position:relative}
#homeCorpShort .container .homeCorp .text .textDetails{padding:50px}
#homeCorpShort .container .homeCorp .text .cIcon{position:absolute;left:25px;top:-100px;height:153px;filter:drop-shadow(-1px 10px 12px rgb(0 0 0 / 53%))}
#homeCorpShort .container .homeCorp .text h1{margin:0;padding:0;font-size: 34px;color:#000;line-height:1.3;font-weight: 400;}
#homeCorpShort .container .homeCorp .text p{margin:0;padding:0;font-size:15px;font-weight:400;margin-top:9px;color:#676767;line-height:1.5}
#homeCorpShort .container .homeCorp .text .button{display:flex;align-items:center;margin-top:15px;padding:11px;width:100%;background: #717171;transition:all .3s}
#homeCorpShort .container .homeCorp .text .button:hover{opacity:.7;transition:all .3s}
#homeCorpShort .container .homeCorp .text .button img{height:32px;transition:all .3s}
#homeCorpShort .container .homeCorp .text .button:hover img{filter:unset;transition:all .3s}
#homeCorpShort .container .homeCorp .text .button p{margin:0 10px;padding:0;font-size:17px;font-weight:500;color:#fff}
#homeCorpShort .container .homeShortcut{display:flex;flex-direction:column;flex:0.5;background: #ffffff;}
#homeCorpShort .container .homeShortcut .top{display:flex;flex-direction:column;padding:50px}
#homeCorpShort .container .homeShortcut .top .title{display:flex;align-items:center}
#homeCorpShort .container .homeShortcut .top .title h2{margin:0;padding:0;font-size: 34px;font-weight: 400;color:#000}
#homeCorpShort .container .homeShortcut .top .title .line{width:100%;height:2px;background:#ddd}
#homeCorpShort .container .homeShortcut .top .content{display:flex;margin-top:20px;flex-direction:column}
#homeCorpShort .container .homeShortcut .top .content .single{display:flex;margin:0 10px;padding: 18px 10px;border-bottom:1px solid #ddd;align-items:center;transition:all .3s;background: #ffffff;}
#homeCorpShort .container .homeShortcut .top .content .single:hover{background: #333338;transition:all .3s}
#homeCorpShort .container .homeShortcut .top .content .single img{height: 17px;transition:all .3s;filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(97%) contrast(101%);}
#homeCorpShort .container .homeShortcut .top .content .single:hover img{filter:invert(93%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(107%) contrast(110%);transition:all .3s}
#homeCorpShort .container .homeShortcut .top .content .single p{margin:0 15px;padding:0;font-size:17px;transition:all .3s;color:#676767}
#homeCorpShort .container .homeShortcut .top .content .single:hover p{color:#fff;transition:all .3s}
#homeCorpShort .container .homeShortcut .bottom{display:flex;padding:27px 50px;border-top:1px solid #ddd}
#homeCorpShort .container .homeShortcut .bottom .single{display:flex;flex-direction:column;padding:21px;flex:1;align-items:center;border-left:1px solid #ddd;transition:all .3s}
#homeCorpShort .container .homeShortcut .bottom .single:hover{background:#ededed;transition:all .3s;opacity:.89}
#homeCorpShort .container .homeShortcut .bottom .single:first-child{border-left:unset}
#homeCorpShort .container .homeShortcut .bottom .single img{height:37px;filter:invert(25%) sepia(7%) saturate(7222%) hue-rotate(121deg) brightness(84%) contrast(78%)}
#homeCorpShort .container .homeShortcut .bottom .single:hover img{transition:all .3s;filter:invert(37%) sepia(11%) saturate(2358%) hue-rotate(170deg) brightness(92%) contrast(97%)}
#homeCorpShort .container .homeShortcut .bottom .single p{margin:0;padding:0;font-size:14px;margin-top:10px}

#homeServices{position: relative;margin: 25px 0;z-index: 9;}
#homeServices .container{display:grid;grid-template-columns: 400px 1fr;position: relative;padding: 0;z-index: 99999; padding: 0 0px;}
#homeServices .container .tabs-nav{position: relative; justify-content: center; display:flex; padding:0;margin:0;position:relative;z-index:999999;list-style:none;height:auto;flex-direction:column;padding: 25px 0;}
#homeServices .container .tabs-nav li{height: 84px;padding: 0 40px 0 0; margin-bottom: 10px; display: flex;align-items: center;justify-content: space-between;}
#homeServices .container .tabs-nav li:last-child{margin-bottom: 0;}
#homeServices .container .tabs-nav li a{display: flex;justify-content: left; padding: 0 40px; background: #f3f3f3; height: 100%;align-items: center;width: 100%; position: relative;}
#homeServices .container .tabs-nav li a p{padding: 0;margin: 0;font-size: 16px; color: #3c4359; font-weight: 500;line-height: 1.3; width: 100%;}
#homeServices .container .tabs-nav li a img{height: 54px;filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);margin-right: 20px;transition: all .3s;}
#homeServices .container .tabs-nav li.activeServices a{background: #02a1b5;}
#homeServices .container .tabs-nav li.activeServices a::after{content: '';height: 84px;width: 95px;position: absolute;left: auto;right: -95px;background: #02a1b5;}
#homeServices .container .tabs-nav li.activeServices a p{color: #fff;font-weight: 700;}
#homeServices .container .tabs-nav li.activeServices a img{opacity: 1; filter: invert(100%); transition: all .3s;}
#homeServices .container .tabs{position: relative; position:relative; height: 500px;}
#homeServices .container .tabs:before{position: absolute;content: "";left: 0;top: 0;bottom: 0;right: 0; background: linear-gradient(90deg, rgb(0 0 0 / 30%) 0, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 30%) 100%); z-index: 99999;}
#homeServices .container .tabs .tabs-stage{width:100%; height: 100%; z-index: 9999;}
#homeServices .container .tabs .tabs-stage .tabsVisibility{width:100%; height: 100%; display: flex;flex-direction: column;}
#homeServices .container .tabs .tabs-stage .tabsVisibility .cnt{display: flex; flex-direction: column; flex-wrap: wrap;position: relative;width: 100%; height: 100%; z-index: 9999;}
/*#homeServices .container .tabs .tabs-stage .tabsVisibility .cnt .text{height: 90px;background: #10a728;border-top-right-radius: 10px;border-bottom-right-radius: 10px;display: flex;align-items: center;}
#homeServices .container .tabs .tabs-stage .tabsVisibility .cnt .text p{margin: 0;padding: 0;color: #fff;font-size: 15px;padding-right: 150px;}
#homeServices .container .tabs .tabs-stage .tabsVisibility.two-tab .cnt .text{top: 115px;}
#homeServices .container .tabs .tabs-stage .tabsVisibility.theree-tab .cnt .text{top: 205px;}
#homeServices .container .tabs .tabs-stage .tabsVisibility.four-tab .cnt .text{top: 295px;}
#homeServices .container .tabs .tabs-stage .tabsVisibility.five-tab .cnt .text{top: 385px;}*/
#homeServices .container .tabs .tabs-stage .tabsVisibility .cnt .image{height: 500px;width: 100%;border-radius: 0px;}
#homeServices .container .tabs .tabs-stage .tabsVisibility .cnt .image img{width: 100%;height: 100%;object-fit: cover;border-radius: 0px;}

#footer{padding:50px 0;box-shadow:0 0 15px 2px rgb(59 59 59 / 11%);position:relative;z-index:999999}
#footer .container{display:flex;flex-direction:column}
#footer .container .fTop{display:flex;justify-content:space-between;border-bottom:1px solid #e5e5e5;align-items:center;padding-bottom:25px}
#footer .container .fTop .logo{display:flex;align-items:center}
#footer .container .fTop .logo img{height:60px}
#footer .container .fTop .buttons{display:flex;align-items:center;height:fit-content}
#footer .container .fTop .buttons .button{transition:all .3s;padding:10px 20px;background:linear-gradient(85deg,#11940a 0,#13b50b 100%);border-radius:4px;margin-right:10px;box-shadow:0 7px 19px 0 rgb(0 0 0 / 14%);height:fit-content;border:unset}
#footer .container .fTop .buttons .button:hover{opacity:.75;transition:all .3s}
#footer .container .fTop .buttons .button a{font-size:13px;color:#fff}
#footer .container .fTop .buttons .button:last-child{background:linear-gradient(85deg,#0a4b94 0,#1366c3 100%)}
#footer .container .fMid{display:flex;justify-content:space-between;padding:25px 0 0 0}
#footer .container .fMid .fMidLeft{display:flex;flex-direction:column}
#footer .container .fMid .fMidLeft .copyRight{display:flex;flex-direction:column}
#footer .container .fMid .fMidLeft .copyRight h1{margin:0;padding:0;font-size:14px;color:#a8abaf;font-weight:500}
#footer .container .fMid .fMidLeft .copyRight p{margin:0;padding:0;font-size:13px;color:#a8abaf;font-weight:300}
#footer .container .fMid .fMidLeft .adress{color:#1d2d3b;font-size:13px;margin:0;padding:10px 0 0 0;transition:all .3s}
#footer .container .fMid .fMidLeft .adress:hover{opacity:.75;transition:all .3s}
#footer .container .fMid .fMidRight{display:flex;align-items:center;height:max-content}
#footer .container .fMid .fMidRight .phoneH{display:flex;align-items:center;transition:all .3s}
#footer .container .fMid .fMidRight .phoneH img{filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%); height:20px;padding-right:10px;margin-right:10px;border-right:1px solid #bbc0c4;transition:all .3s}
#footer .container .fMid .fMidRight .phoneH p{margin:0;padding:0;font-size:15px}
#footer .container .fMid .fMidRight .phoneH:hover{opacity:.89;transition:all .3s}
#footer .container .fMid .fMidRight .phoneH:hover img{filter:invert(38%) sepia(99%) saturate(844%) hue-rotate(151deg) brightness(98%) contrast(98%);transition:all .3s}
#footer .container .fMid .fMidRight .icons{margin:0 15px;padding:0 15px;display:flex;border-left:1px solid #ccc;border-right:1px solid #ccc;height:fit-content}
#footer .container .fMid .fMidRight .icons a{display:flex;margin-left:5px}
#footer .container .fMid .fMidRight .icons a:first-child{margin-left:0}
#footer .container .fMid .fMidRight .icons a img{filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);height:20px;transition:all .3s}
#footer .container .fMid .fMidRight .icons a:hover img{transition:all .3s;filter:invert(38%) sepia(99%) saturate(844%) hue-rotate(151deg) brightness(98%) contrast(98%);}
#footer .container .fMid .fMidRight .whatsap{display:flex;align-items:center;transition:all .3s;padding-right:20px}
#footer .container .fMid .fMidRight .whatsap img{height:25px;filter:invert(65%) sepia(90%) saturate(439%) hue-rotate(67deg) brightness(87%) contrast(85%);transition:all .3s}
#footer .container .fMid .fMidRight .whatsap:hover img{filter:invert(19%) sepia(39%) saturate(1027%) hue-rotate(170deg) brightness(93%) contrast(94%);transition:all .3s}
#fInviva{padding:20px 0;background:#eef1f3}
#fInviva .container{display:flex;justify-content:flex-end}
#fInviva .container a{font-size:12px;color:#3b3b3b;transition:all .3s}
#fInviva .container a:hover{opacity:.75;transition:all .3s}


#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}
#pageNavigationImg .container .years{position: absolute;bottom: -39px;right: 0;}
#pageNavigationImg .container .years img{height: 100px;width: unset; object-fit: contain;}


#pageDetailContent{width:100%;margin-top:30px;overflow:hidden}
#pageDetailContent .container{display:-ms-grid;display:grid;grid-template-columns:300px 75%;grid-gap:0 50px}
#pageDetailContent .container .pageLeft{width:100%;max-width:300px}
#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;flex-direction:column;list-style:none;padding:0;margin:0;position:relative;margin-top:0px;background: #f2f5f8;/* padding-top:30px; */}
#pageDetailContent .container .pageLeft .detailMenu li{position:relative;display:flex;align-items:center;transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu li.activeDetail a{background: linear-gradient(90deg, #025f6b 0, #02a1b5 100%);color:#fff;transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu li.activeDetail a img{filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);transition:all .3s}
#pageDetailContent .container .pageLeft .detailMenu li a{color:#303c45;margin-bottom:1px;font-size:14px;width:100%;padding:10px 30px;border-top:1px solid #fff;display:flex;align-items:center;font-weight:600}
#pageDetailContent .container .pageLeft .detailMenu li a img{height:16px;filter:invert(19%) sepia(38%) saturate(312%) hue-rotate(163deg) brightness(96%) contrast(88%);margin-right:5px}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{background: linear-gradient(90deg, #6c6c6c 0, #9d9d9c 100%);transition:all .3s;color:#fff}
#pageDetailContent .container .pageLeft .detailMenu li:hover a img{filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);transition:all .3s}
#pageDetailContent .container .pageLeft .orderBoxBanner{margin: 10px 0;display:flex;flex-direction:column;padding:40px 30px;background: #f2f5f8;transition:all .3s;}
#pageDetailContent .container .pageLeft .orderBoxBanner img{height: 79px;width: fit-content;margin-bottom: 11px;filter: invert(15%) sepia(71%) saturate(744%) hue-rotate(177deg) brightness(91%) contrast(94%);opacity: .3;}
#pageDetailContent .container .pageLeft .orderBoxBanner .text{display:flex;flex-direction:column}
#pageDetailContent .container .pageLeft .orderBoxBanner .text p{transition:all .3s;margin:0;padding:0;font-size:15px;color: #484848;}
#pageDetailContent .container .pageLeft .orderBoxBanner .text h1{transition:all .3s;color: #555;font-size:20px;margin:0}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover{background: #02a1b5;transition:all .3s}
#pageDetailContent .container .pageLeft .orderBoxBanner:hover img{filter:invert(99%) sepia(8%) saturate(144%) hue-rotate(289deg) brightness(117%) contrast(100%);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: #f2f5f8;/* 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: cover;}
#pageDetailContent .container .pageRight .pProList .single .text{display:flex;flex-direction:column;margin-top:25px}
#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{opacity:.85;transition:all .3s}
#pageDetailContent .container .pageRight .pProList .single:hover .text h1{color: #00478f;transition:all .3s}
#pageDetailContent .container .pageRight .pProList .single:hover .image img{filter:grayscale(1);transition:all .3s}
#pageDetailContent .container .pageRight .orderListWindow{margin-top:25px;padding:15px;background:#f2f5f8;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:#f2f5f8;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:#f2f5f8}
#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: #f2f5f8;width:100%;}
#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: 450px;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: 140px;padding:0 50px;display:flex;align-items:center;justify-content:center;margin-top: 5px;}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs.swiper-container{height: 111px;}
#pageDetailContent .container .pageRight .proDetails .pdTop #sliderInfo .bottomSlider .slider-thumbs .swiper-slide{width: 118px;opacity:1;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: cover;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 .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 p{margin: 0;padding: 15px 0 0 0;font-size: 17px;color: #32393e;line-height: 1.5;}
#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 .pDetailInfo{display: flex;flex-wrap: wrap;margin-top: 10px;width: 100%;}
#pageDetailContent .container .pageRight .pDetailInfo a{flex: 1;padding: 13px 15px;margin-right: 10px;background: #00478f;color: #fff;display: flex;align-items: center;border-radius: 10px;}
#pageDetailContent .container .pageRight .pDetailInfo a img{margin-right: 9px;height: 25px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(105%) contrast(103%);}
#pageDetailContent .container .pageRight .pDetailInfo a:last-child{background: #0aa400;margin-right: 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 32%;padding: 15px;border-radius: 10px;box-shadow: 0px 8px 11px 0px rgb(0 0 0 / 7%);align-items: center;}
#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: #f2f5f8;transition: all .3s;}
#pageDetailContent .container .pageRight .iconsProT .single p{margin: 0;padding: 0;}


#pageDetailContent .container .pageRight .proDetails .pdTop .brandsList{display:flex;flex-wrap:wrap;}
#pageDetailContent .container .pageRight .proDetails .pdTop .brandsList .single{flex:1 0 23%; height:180px; border-right:1px solid #ddd; background: #ffffff; border-bottom: 1px solid #ddd; padding: 8px;}
#pageDetailContent .container .pageRight .proDetails .pdTop .brandsList .single:hover{opacity: 0.5; transition: all ease-in-out 0.3s;}
#pageDetailContent .container .pageRight .proDetails .pdTop .brandsList .single img{width:100%;height:100%;object-fit:contain}


#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: #f2f5f8;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: #f2f5f8;}
#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: #00478f;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;}
#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: #0072bc;border-radius: 0;padding: 10px;font-size: 13px;}
#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: #e0e6eb;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{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:#00478f;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 #00478f;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:#035ba8;width:100%;display:flex;align-items:center;justify-content:center}
#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: #02a1b5;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:#02a1b5;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: #f2f5f8;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: #f4f5f6;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: linear-gradient(90deg, #a5d914 0, #a6db15 100%);color: #fff;}
#pageDetailContent .container .pageRight .pagination li:last-child{border-right: unset;}
#pageDetailContent .container .pageRight .pagination li:hover{transition: all .3s;background: #4f5961;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:0 0 25%;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-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: 53px; filter: invert(48%) sepia(0%) saturate(89%) hue-rotate(158deg) brightness(91%) contrast(85%);}
#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}



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