.widget_item_style_12 .row-flex{position:relative;display:flex;flex-flow:row wrap;justify-content:space-between}.widget_item_style_12 .item{width:calc(100% / var(--item-number) - 10px);border:1px solid var(--item-border-color,var(--theme-color));border-radius:15px;padding:50px 10px 10px 10px;margin-bottom:15px;margin-top:40px}.widget_item_style_12 .item a{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.widget_item_style_12 .item .img{width:100px;height:100px;transform:translate(0,-50%);position:absolute;top:-50px;background-color:#fff;border-radius:50%;padding:10px}.widget_item_style_12 .item .img:before,.widget_item_style_12 .item .img:after{position:absolute;width:7px;height:7px;content:'';border:1px solid var(--item-border-color,var(--theme-color));border-radius:50%;top:50%;transform:translate(0,-50%)}.widget_item_style_12 .item .img:before{left:0}.widget_item_style_12 .item .img:after{right:0}.widget_item_style_12 .item .img img{height:100%;width:auto}.widget_item_style_12 .item .title{text-align:center}.widget_item_style_12 .item .heading{font-size:16px;font-weight:700;margin:0 0 5px;color:#000;text-transform:uppercase}.widget_item_style_12 .item p{font-size:14px;color:#8a8b8c}@media (max-width:768px){.widget_item_style_12 .item{width:calc(100%/ var(--item-number-tablet) - 10px)}}@media (max-width:600px){.widget_item_style_12 .item{width:calc(100%/ var(--item-number-mobile) - 10px)}}.widget_product_category_style_1 .item .img-wrapper{overflow:hidden;height:0!important;width:100%;position:relative;padding-top:var(--img-ration)}.widget_product_category_style_1 .item .img-wrapper .img{position:absolute;top:0;left:0;height:100%;width:100%;text-align:center;overflow:hidden;-webkit-transition:all 0.3s,-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999);transition:all 0.3s,transform 8s cubic-bezier(.25,.46,.45,.9399999999999999),-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999)}.widget_product_category_style_1 .item .img-wrapper .img img{height:100%;width:var(--img-width-type,100%);object-fit:cover}.widget_product_category_style_1 .item .title .heading{font-size:15px;text-align:center;margin:20px 0;font-weight:700;color:#000}.widget_product_category_style_1 .item .title .heading a{color:currentColor}.widget_product_category_style_1 .list .item{margin-bottom:var(--bs-gutter-x)}@media (max-width:768px){.widget_product_category_style_1 .item .title .heading{font-size:15px}}@media (max-width:500px){.widget_product_category_style_1 .item .title .heading{font-size:13px}}.widget_product_style_12 .product_style_12_header{background:#ececec;margin-left:0px!important;margin-right:0px!important;border-top:1px solid #e6e4e4;border-radius:8px 8px 0 0;overflow:hidden;margin-bottom:5px}.widget_product_style_12 .product_style_12_header .widget-header{display:flex;align-items:center}.widget_product_style_12 .product_style_12_header .widget-header .header-title{overflow:hidden;border-radius:8px;width:100%}.widget_product_style_12 .product_style_12_header .header-title{border-radius:0!important}.widget_product_style_12 .product_style_12_category_list{width:100%;background-color:var(--theme-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-flex;overflow:auto;list-style-type:none;padding:10px;text-align:left;justify-content:flex-start;margin-bottom:5px}.widget_product_style_12 .product_style_12_category_list li{height:40px;display:inline-block;position:relative;flex:none;width:max-content}.widget_product_style_12 .product_style_12_category_list li a{color:#000;margin-left:10px;font-size:16px;padding:0 15px;line-height:40px;display:block;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #fff;font-weight:700}.widget_product_style_12 .product_style_12_category_list li a:hover{color:#fff;background-color:#000;text-decoration:none}.widget_product_style_12 .product_style_12_category_list li:first-child a{margin-left:0}.widget_product_style_12 .product_style_12_category_list li:nth-last-of-type(1) a{margin-right:10px}.widget_product_style_12 .product_style_12_category_list li a.active{color:#fff;background-color:#000;text-decoration:none}.widget_product_style_12 .product_style_12_category_list li a.more-link{margin:0!important}.widget_product_style_12 .product_style_12_content{overflow:hidden}.widget_product_style_12 .product_style_12_content .item{border-radius:2px!important}@media (max-width:600px){.widget_product_style_12 .product_style_12_header .read-more{display:none}}.widget_form_style_2{position:relative;border-radius:10px}.widget_form_style_2 .form-inner{background-color:#FFF6F4;background-image:var(--form-bg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;border-style:solid;border-width:10px 10px 10px 10px;border-color:#FFF;box-shadow:-18px 35px 29px 0 rgba(226,225,225,.24);transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:108px 45px 115px 45px;position:relative;border-radius:10px}.widget_form_style_2 .form-inner .form{background-color:#FFF6F4;padding:60px 40px;border-radius:10px}.widget_form_style_2 .form-inner .form .input-flex{display:grid;grid-template-columns:1fr 1fr;gap:20px}.widget_form_style_2 .form-inner .form .input .form-control{padding:15px 10px;border:1px solid var(--theme-color);background-color:transparent;color:var(--theme-color);border-radius:10px}.widget_form_style_2 .form-inner .form .input .form-control::placeholder{color:var(--form-inp-color,var(--theme-color));opacity:1}.widget_form_style_2 .form-inner .form .input .form-control::-ms-input-placeholder{color:var(--form-inp-color,var(--theme-color))}.widget_form_style_2 .form-inner .form .input .form-control::-ms-input-placeholder{color:var(--form-inp-color,var(--theme-color))}.widget_form_style_2 .form-inner .form .button button{border-radius:10px;padding:10px 10px;width:100%}.widget_form_style_2 .form-info .form-info-item{margin-bottom:30px}.widget_form_style_2 .form-info .form-info-item .form-info-heading{display:flex;gap:10px;align-items:center;margin-bottom:30px}.widget_form_style_2 .form-info .form-info-item .form-info-heading img{width:40px}.widget_form_style_2 .form-info .form-info-item .form-info-heading span{font-weight:700;font-size:25px;font-family:var(--font-header)}.widget_form_style_2 .form-info .form-info-item .form-info-content{font-size:15px}.widget_form_style_2 .background-overlay-top{position:absolute;top:0;left:0;width:100%}.widget_form_style_2 .background-overlay-top img{width:100%}.widget_form_style_2 .background-overlay-bottom{position:absolute;bottom:0;left:0;width:100%}.widget_form_style_2 .background-overlay-bottom img{width:100%}@media (max-width:600px){.widget_form_style_2 .form-inner{padding:20px}.widget_form_style_2 .form-inner .form{background-color:#FFF6F4;padding:5px}}.widget_feedback_style_9 .box-content{padding-bottom:50px;padding-top:50px}.widget_feedback_style_9 .testimonial-block{height:auto;padding:12px 12px 50px 0}.widget_feedback_style_9 .testimonial-block .inner-box{height:100%;position:relative;border-radius:10px;padding:30px 27px 30px;max-width:var(--feedback-max-width,800px);margin:0 auto 10px auto;background-color:#fff;background-position:left bottom;background-repeat:no-repeat}.widget_feedback_style_9 .testimonial-block .inner-box:before{position:absolute;content:'';left:10px;bottom:-65px;width:145px;height:90px;background:url(views/theme-store/widget/feedback/style9/assets/images/testimonial-curve.png) no-repeat}.widget_feedback_style_9 .testimonial-block .inner-box .quote-icon{position:absolute;right:0;top:0;width:50px;height:50px;color:#fff;line-height:50px;font-size:24px;text-align:center;display:inline-block;background-color:var(--feedback-quoter-color,#ff9d00);border-radius:0 10px 0 0}.widget_feedback_style_9 .testimonial-block .inner-box .border-layer{position:absolute;left:10px;top:-12px;right:-12px;bottom:10px;border-radius:10px;border:2px solid var(--feedback-border-color,#ff9d00)}.widget_feedback_style_9 .testimonial-block .author-box{position:relative;display:flex;gap:10px}.widget_feedback_style_9 .testimonial-block .author-box .author-image{width:70px;height:70px;overflow:hidden;border-radius:5px}.widget_feedback_style_9 .testimonial-block .author-box .author-image img{display:block;width:100%;-webkit-transform-style:preserve-3d}.widget_feedback_style_9 .testimonial-block .author-box .author-rating{position:relative;color:var(--feedback-start-color,#ff9d00);font-size:16px}.widget_feedback_style_9 .testimonial-block .author-box .author-rating span{margin-right:3px}.widget_feedback_style_9 .testimonial-block .author-box .author-name{color:#00085c;font-size:24px;font-weight:700}.widget_feedback_style_9 .testimonial-block .author-box .author-office{font-weight:400;color:#555;font-size:14px}.widget_feedback_style_9 .testimonial-block .text{position:relative;color:#555;font-size:16px;margin-top:25px;line-height:1.9em}.widget_feedback_style_9 .feedback-heading{display:flex;width:100%;align-items:center;flex-wrap:wrap}.widget_feedback_style_9 .arrow-box{text-align:right;width:150px;flex:0 0 auto;margin-left:auto}.widget_feedback_style_9 .arrow-feedback{border:1px solid #fff;background-color:#fff;height:50px;width:50px;line-height:50px;font-size:30px;text-align:center;display:inline-block;margin-bottom:10px;cursor:pointer;transition:all 0.3s}.widget_feedback_style_9 .arrow-feedback:hover{background-color:var(--theme-color);color:#fff}.widget_post_style_1 .box-content{position:relative}.widget_post_style_1 .post-list-grid{display:grid;grid-template-columns:repeat(var(--item-number,3),1fr);gap:var(--bs-gutter-x)}.widget_post_style_1 .item-wrapper{padding:calc(var(--bs-gutter-x)/2)}.widget_post_style_1 .item:hover{box-shadow:0 4px 20px 0 rgba(0,0,0,.2),0 0 0 transparent}.widget_post_style_1 .item .img{padding-top:var(--wpost-img-ration,100%);width:100%}.widget_post_style_1 .item .img img{height:100%;width:100%;object-fit:cover}.widget_post_style_1 .item .title{padding:10px;display:flex;flex-direction:column}.widget_post_style_1 .item .title .header{font-size:16px;line-height:25px;font-family:var(--font-family);margin-top:8px;margin-bottom:0;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.widget_post_style_1 .item .title .header a{color:currentColor;outline:none}.widget_post_style_1 .item .title .description{margin-top:8px;height:55px;text-align:initial;color:#687385}.widget_post_style_1 .item .title .post-created{margin-top:8px;color:#888;font-size:12px}.widget_post_style_1 .item .title .post-info{margin:0 0 20px 0}.widget_post_style_1 .item .title .read-more a{position:relative;transition:all 0.3s;border-radius:10px}.widget_post_style_1 .item .title .read-more a:hover{padding-left:20px}@media (max-width:1000px){.widget_post_style_1 .post-list-grid{grid-template-columns:repeat(var(--item-number-tablet,3),1fr)}}@media (max-width:600px){.widget_post_style_1 .post-list-grid{grid-template-columns:repeat(var(--item-number-mobile,2),1fr)}.widget_post_style_1 .item{padding:0;margin:10px}.widget_post_style_1 .item .img{height:200px}}.widget_map_style_2 .row-flex{display:flex;flex-wrap:wrap}.widget_map_style_2 .fan-page{background-color:#F5F6F7;height:100%}.widget_map_style_2 .maps{height:420px!important}.widget_map_style_2 .maps iframe{height:420px!important}.widget_map_style_2 .map-style-2-box{box-shadow:0 0 10px 1px rgba(0,50,82,.4);border-radius:4px;overflow:hidden}.widget_map_style_2 .map-style-2-content .header-title{display:none}@media (max-width:600px){.widget_map_style_2 .map-style-2-heading{display:none}.widget_map_style_2 .map-style-2-content{margin-bottom:10px}.widget_map_style_2 .map-style-2-content .header-title{display:block}.widget_map_style_2 .fan-page{height:auto}}footer{font-weight:400;margin-top:50px;overflow:hidden}footer .widget_footer_style_7{position:relative;overflow:hidden}footer .widget_footer_style_7 .box-social img{margin-right:7px;margin-bottom:7px;height:40px}footer .widget_footer_style_7 .box-social a :last-of-type img{margin-right:0}footer .widget_footer_style_7 .top-footer{position:absolute;top:-80px;left:0;width:100%}footer .widget_footer_style_7 .top-footer .swiper_service{background:var(--theme-color);padding:20px 0;border-radius:0 50px 0 50px}footer .widget_footer_style_7 .top-footer .swiper-slide{align-items:center;justify-content:center;display:flex}footer .widget_footer_style_7 .top-footer .swiper-slide:nth-child(3) .content-service:before{display:none}footer .widget_footer_style_7 .top-footer .content-service{position:relative}footer .widget_footer_style_7 .top-footer .content-service:before{position:absolute;height:52px;width:1px;background:#000;content:"";right:-84px;top:0}footer .widget_footer_style_7 .top-footer .content-service .service-right{width:calc(100% - 55px);float:left;padding-right:15px;text-align:right}footer .widget_footer_style_7 .top-footer .content-service .service-right .title-service{font-size:18px;color:#000;font-weight:800;margin-bottom:3px}footer .widget_footer_style_7 .top-footer .content-service .service-right .summary-service{font-size:16px;font-weight:500;line-height:24px;color:#000}footer .widget_footer_style_7 .top-footer .content-service .service-left{width:55px;float:left}footer .widget_footer_style_7 .top-footer .content-service .service-left img{width:auto;height:auto}footer .widget_footer_style_7 .form-register{background:#fff;padding:16px 40px;border-radius:12px;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}footer .widget_footer_style_7 .mid-footer{padding-top:20px}footer .widget_footer_style_7 .mid-footer:after{content:"";background-image:var(--footer-bg-bottom);width:690px;height:127px;position:absolute;bottom:-64px;left:50%;z-index:0;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}footer .widget_footer_style_7 .mid-footer .about-footer{width:100%;margin:30px 0}footer .widget_footer_style_7 .mid-footer .contact-footer .section-contact{display:flex;gap:10px;margin-bottom:10px;align-items:center}footer .widget_footer_style_7 .mid-footer .contact-footer .section-contact img{width:30px}footer .widget_footer_style_7 .mid-footer .contact-footer .section-contact .text{color:var(--footer-text-color,#000000);font-size:var(--contact-txt-size,14px);font-weight:var(--contact-txt-weight,400)}footer .widget_footer_style_7 .mid-footer .menu-list{padding-top:30px}footer .widget_footer_style_7 .mid-footer .menu-list .header-title{margin-bottom:0}footer .widget_footer_style_7 .mid-footer .menu-list ul{padding-left:0}footer .widget_footer_style_7 .mid-footer .menu-list ul li{padding-bottom:15px}footer .widget_footer_style_7 .mid-footer .menu-list ul li i{display:none}footer .widget_footer_style_7 .mid-footer .mail-footer{position:relative;z-index:1;display:flex;align-items:center}footer .widget_footer_style_7 .mid-footer .mail-footer .mail_img{display:inline-block;float:left;width:70px}footer .widget_footer_style_7 .mid-footer .mail-footer .mail_content{display:inline-block;float:left;width:calc(100% - 64px);padding-left:15px}footer .widget_footer_style_7 .mid-footer .mail-footer .mail_content .mail_1{color:var(--White,#000000);font-size:20px;font-style:normal;font-weight:700;line-height:150%}footer .widget_footer_style_7 .mid-footer .mail-footer .mail_content .mail_2{font-size:16px;font-weight:400}footer .widget_footer_style_7 .mid-footer .form-footer .input-group{margin:0;width:100%;position:relative;z-index:1;display:flex;box-shadow:rgba(0,0,0,.02) 0 1px 3px 0,rgba(27,31,35,.15) 0 0 0 1px;border-radius:8px;overflow:hidden}footer .widget_footer_style_7 .mid-footer .form-footer .input-group .form-control{display:block;width:calc(100% - 60px);min-height:52px;padding:0 115px 0 20px;font-size:16px;line-height:1.5;color:#0c0c0c;background-color:#fff;background-image:none;box-shadow:none;border:none;border-radius:8px}footer .widget_footer_style_7 .mid-footer .form-footer .input-group .btn{width:60px;border-radius:8px;height:52px;padding:0;background-color:#80C342;border:#80C342}footer .widget_footer_style_7 .mid-footer .form-footer .input-group .btn i{font-size:24px;line-height:40px}