.widget_item_style_2{overflow:hidden;text-align:center}.widget_item_style_2 .row-flex{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,4),minmax(0,1fr));gap:var(--bs-gutter-x);align-items:center}.widget_item_style_2 .service-block{position:relative;display:flex;align-items:center;justify-content:center}.widget_item_style_2 .service-block+.service-block:before{--border-height:calc(var(--item-icon-height, 50px)/2 + 10px);content:"";position:absolute;height:var(--border-height);top:calc(50% - var(--border-height)/2);left:-10px}.widget_item_style_2 .item{margin-bottom:10px;position:relative;text-align:center;background-position:center;display:flex;gap:10px;align-items:center;width:100%}.widget_item_style_2 .item a{color:currentColor}.widget_item_style_2 .item .img{height:var(--item-icon-height,50px);width:var(--item-icon-height,50px);text-align:center}.widget_item_style_2 .item .img img{width:auto;height:100%;display:inline-block;border-radius:5px}.widget_item_style_2 .item .title{text-align:left;width:calc(100% - var(--item-icon-height, 50px))}.widget_item_style_2 .item .heading{color:#000;font-size:15px;font-weight:700;margin:0 0 10px 0}.widget_item_style_2 .item .description{color:#8a8b8c;font-size:14px;line-height:20px;margin-bottom:0}@media (max-width:1000px){.widget_item_style_2 .item .img{height:var(--item-icon-height-tablet,50px)}}@media (max-width:768px){.widget_item_style_2 .row-flex{grid-template-columns:repeat(var(--item-number-tablet,2),minmax(0,1fr))}}@media (max-width:600px){.widget_item_style_2 .row-flex{grid-template-columns:repeat(var(--item-number-mobile,1),minmax(0,1fr))}.widget_item_style_2 .item .img{height:var(--item-icon-height-mobile,50px)}}.widget_email_style_1{--email-color:#fff;position:relative}.widget_email_style_1 .box-content{position:relative;z-index:6}.widget_email_style_1 .description{width:var(--description-width,700px);max-width:100%;margin:30px auto 50px auto;color:var(--email-color)}.widget_email_style_1 .box-content{width:800px;max-width:100%;margin:0 auto}.widget_email_style_1 .form-box{max-width:1000px;margin:0 auto;position:relative;z-index:3}.widget_email_style_1 .form-box .row-form{display:grid;grid-template-columns:100%;grid-gap:30px;margin:0 auto 30px auto;max-width:var(--form-width,500px)}@media (max-width:600px){.widget_email_style_1 .form-box .row-form{grid-gap:15px;margin-bottom:15px}}.widget_email_style_1 .form-box .form-group{margin-bottom:0}.widget_email_style_1 .form-box .form-group label{padding:0;margin-bottom:7px}.widget_email_style_1 .form-box .form-group .form-control{background-color:#fff;outline:none;box-shadow:none;border-radius:0;color:#000;font-size:14px;border-color:#ccc;margin-bottom:0;width:100%}.widget_email_style_1 .form-box .form-group .form-control:focus{outline:none;box-shadow:none}.widget_email_style_1 .form-box .form-group input,.widget_email_style_1 .form-box .form-group select{height:50px;line-height:45px}@media (max-width:600px){.widget_email_style_1 .form-box .form-group input,.widget_email_style_1 .form-box .form-group select{height:45px;line-height:40px}}.widget_email_style_1 .form-box .description{margin-top:30px}.widget_email_style_1 .form-box .button{margin-top:30px}.widget_email_style_1 .form-box .button .btn-submit{padding:12px 40px;border:1px solid var(--btnBrColor);background-color:var(--btnBgColor);color:var(--btnTxtColor);border-radius:0;font-size:16px}.widget_email_style_1 .form-box .button .btn-submit i{font-size:18px;margin-left:10px}.widget_email_style_1 .form-box .button .btn-submit:hover{opacity:.7}@media (max-width:500px){.widget_email_style_1 .form-group{display:block}.widget_email_style_1 .form-group .input{width:100%}.widget_email_style_1 .form-group .button{width:100%;margin-top:10px}}.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;animation:glow 1s ease-in-out infinite}.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_post_style_2 .post-grid{--gutter:calc(var(--bs-gutter-x)/2);display:grid;grid-template-columns:calc(var(--post-left-width, 50%) - var(--gutter)) calc(var(--post-right-width, 50%) - var(--gutter));gap:var(--bs-gutter-x)}.widget_post_style_2 .item{padding:0;margin-bottom:10px}.widget_post_style_2 .item .img{padding-top:var(--wpost-img-ration,100%);width:100%}.widget_post_style_2 .item .img img{height:100%;width:100%;object-fit:cover}.widget_post_style_2 .item .img .date-box{display:none}.widget_post_style_2 .item .title{padding:10px 0}.widget_post_style_2 .item .title .header{font-size:18px;line-height:30px;margin:20px 0}.widget_post_style_2 .item .title .header a{color:#000}.widget_post_style_2 .item .title .description{margin-bottom:10px}.widget_post_style_2 .post-list .item{display:flex;gap:10px}.widget_post_style_2 .post-list .item .img-wrapper{width:150px}.widget_post_style_2 .post-list .item .img{padding-top:var(--wpost-img-ration,100%);width:100%}.widget_post_style_2 .post-list .item .img img{height:100%;width:100%;object-fit:cover}.widget_post_style_2 .post-list .item .title{width:calc(100% - 150px);padding:0}.widget_post_style_2 .post-list .item .title .header{margin:0 0 10px 0;font-size:14px;font-weight:700;color:#000}.widget_post_style_2 .post-list .item .title .description{font-size:13px;text-align:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.widget_post_style_2 .post-list .item .read-more{display:var(--post-button-display,block);text-align:right}.widget_post_style_2 .post-list .item .read-more .btn{padding:0 20px;font-size:10px;opacity:0;transition:all 0.5s}.widget_post_style_2 .post-list .item:hover .read-more .btn{opacity:1}.widget_post_style_2 .post-main .item .read-more{display:var(--post-button-main-display,block)}@media (max-width:600px){.widget_post_style_2 .post-grid{grid-template-columns:1fr}}@media (max-width:500px){.widget_post_style_2 .post-list .item .img{float:left;width:100%}.widget_post_style_2 .post-list .item .title{float:left;width:100%;padding:10px 0}}.widget_about_style_20{--about-padding:30px 40px}.widget_about_style_20 .row-widget{display:grid;grid-template-columns:1fr 2.5fr}.widget_about_style_20 .about-content .box-content{background-color:#182b55;padding:var(--about-padding)}.widget_about_style_20 .about-content .box-contact{background-color:#d21b1d;padding:var(--about-padding)}.widget_about_style_20 .about-content .btn-more{display:inline-block;background-color:#182b55;color:#fff;border:1px solid #fff;border-radius:5px;padding:7px 20px}.widget_about_style_20 .about-content .btn-more:hover{opacity:.5}.widget_about_style_20 .about-content .hotline-wrapper{color:#fff;font-size:18px;font-weight:700;line-height:24px}.widget_about_style_20 .about-content .hotline-wrapper img{height:35px;margin-right:10px}.widget_about_style_20 .about-content .hotline-wrapper .hotline{color:currentColor;font-size:30px}.widget_about_style_20 .about-content .mail-wrapper{--button-send-width:50px;--input-radio:4px;color:#fff;font-size:18px;font-weight:700;line-height:24px}.widget_about_style_20 .about-content .mail-wrapper .form-group{overflow:hidden;display:flex}.widget_about_style_20 .about-content .mail-wrapper .form-group .form-input{overflow:hidden;width:calc(100% - var(--button-send-width))}.widget_about_style_20 .about-content .mail-wrapper .form-group .form-input .form-control{border:0;height:var(--button-send-width);line-height:var(--button-send-width);border-radius:var(--input-radio) 0 0 var(--input-radio);margin-bottom:0;float:left;width:100%;padding:0 20px;outline:none;color:var(--mail-input-color,#b1b1b1);font-size:15px;background-color:var(--mail-input-bg,rgba(255,255,255,.5))}.widget_about_style_20 .about-content .mail-wrapper .form-group .button button{background-color:var(--mail-input-button-bg);color:var(--mail-input-button-color);width:100%;height:var(--button-send-width);line-height:var(--button-send-width);padding:0 20px;border-radius:0 var(--input-radio) var(--input-radio) 0;border:0}.widget_about_style_20 .about-items{background-color:#ccc;display:flex;align-items:center}.widget_about_style_20 .about-items .about-items-inner{padding:var(--about-padding);width:100%}.widget_about_style_20 .about-items .list-item{position:relative;display:grid;grid-template-columns:repeat(var(--item-numberShow,4),1fr);grid-gap:20px}.widget_about_style_20 .about-items .list-item .item{display:grid;grid-template-columns:var(--item-icon-height,40px) auto;grid-gap:10px;align-items:center;padding:15px 10px;background-color:var(--itemBg,var(--theme-color));border-radius:5px;height:100%}.widget_about_style_20 .about-items .list-item .item .img{height:var(--item-icon-height,40px)}.widget_about_style_20 .about-items .list-item .item .img img{width:100%;height:100%;object-fit:contain}.widget_about_style_20 .about-items .list-item .item .title .heading{margin:0;color:#fcb815;font-size:14px;font-weight:700;line-height:19px}@media (max-width:768px){.widget_about_style_20{--about-padding:40px 20px}.widget_about_style_20 .row-widget{grid-template-columns:1fr}.widget_about_style_20 .box-item .list-item{grid-template-columns:repeat(var(--item-numberShowTablet,4),1fr)}}@media (max-width:600px){.widget_about_style_20{--about-padding:40px 15px}.widget_about_style_20 .box-item .list-item{grid-template-columns:repeat(var(--item-numberShowMobile,2),1fr);grid-gap:10px}}.widget_album_style_2 .album-list{display:grid;grid-template-columns:repeat(var(--item-number,4),minmax(0,1fr));gap:var(--item-gap,10px)}.widget_album_style_2 .album-s2-category-list{display:inline-block;background:transparent;overflow:hidden;list-style:none;margin-bottom:30px}.widget_album_style_2 .album-s2-category-list li{float:left;padding:0;margin-right:10px;position:relative}.widget_album_style_2 .album-s2-category-list li:last-child{margin-right:0}.widget_album_style_2 .album-s2-category-list li a{color:#000;background-color:#fff;padding:5px 20px;display:block;font-size:15px;border:1px solid transparent;transition:all 0.5s;text-transform:capitalize;text-decoration:none;border-radius:30px}.widget_album_style_2 .album-s2-category-list li a.active,.widget_album_style_2 .album-s2-category-list li a:hover{color:var(--theme-color);border-color:var(--theme-color)}.widget_album_style_2 .item{overflow:hidden;position:relative}.widget_album_style_2 .item .img{position:relative;display:block;width:100%;padding-top:100%;height:inherit;overflow:hidden;border-radius:0}.widget_album_style_2 .item .img a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.widget_album_style_2 .item .img a img{height:100%;width:100%;position:relative;display:inherit;transition:all 0.5s ease-in-out;object-fit:cover}.widget_album_style_2 .item .title{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);padding:20px;opacity:0;transition:0.8s all}.widget_album_style_2 .item .title .heading{margin-top:60%;font-size:18px;line-height:25px;letter-spacing:5px;text-align:left;color:#fff;text-transform:uppercase;opacity:0;margin-left:-10px;transition:0.5s all}.widget_album_style_2 .item .title .heading:after{content:"";display:table;margin:10px 0;height:1px;width:0;background:#fff;transition:0.8s all}.widget_album_style_2 .item:hover .img,.widget_album_style_2 .item.active .img{box-shadow:2px 2px 20px #333}.widget_album_style_2 .item:hover .title,.widget_album_style_2 .item.active .title{opacity:1;transition:0.3s all}.widget_album_style_2 .item:hover .title .heading,.widget_album_style_2 .item.active .title .heading{opacity:1;margin-left:0;transition:0.5s all}.widget_album_style_2 .item:hover .title .heading:after,.widget_album_style_2 .item.active .title .heading:after{width:100%;transition:0.8s all}.widget_album_style_2 .item:hover img{-webkit-transform:scale(1.03) translateX(1%);-ms-transform:scale(1.03) translateX(1%);transform:scale(1.03) translateX(1%)}@media (max-width:1000px){.widget_album_style_2 .album-list{grid-template-columns:repeat(var(--item-number-tablet,3),minmax(0,1fr))!important;gap:10px}}@media (max-width:768px){.widget_album_style_2 .item .img{box-shadow:2px 2px 20px #333}.widget_album_style_2 .item .title{opacity:1;transition:0.3s all}.widget_album_style_2 .item .title .heading{opacity:1;margin-left:0;transition:0.5s all}.widget_album_style_2 .item .title .heading:after{width:100%;transition:0.8s all}.widget_album_style_2 .album-s2-category-list{list-style:none;margin-bottom:0;display:flex;overflow-x:auto;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;gap:1rem}.widget_album_style_2 .album-s2-category-list li{margin:10px 0;display:inline-block;scroll-snap-stop:normal;scroll-snap-align:start;flex:0 0 auto}.widget_album_style_2 .album-s2-category-list li a{padding:5px 10px;border-color:#ccc}}@media (max-width:600px){.widget_album_style_2 .album-list{grid-template-columns:repeat(var(--item-number-mobile,2),minmax(0,1fr))!important;gap:5px}}.widget_brands_partner .logo-item{display:block;width:100%;position:relative;border:1px solid #ccc;padding:15px;background-color:#fff}.widget_brands_partner .logo-item .img{position:relative;display:block;width:100%;padding-top:40%;height:inherit;overflow:hidden;border-radius:0}.widget_brands_partner .logo-item .img a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.widget_brands_partner .logo-item .img a img{height:100%;width:100%;position:relative;display:block;transition:all 0.5s ease-in-out;object-fit:contain}footer{position:relative}footer .widget_footer_style_4 .footer-grid{display:flex;flex-wrap:wrap;gap:10px}footer .widget_footer_style_4 .footer-column{flex:0 0 auto}footer .widget_footer_style_4 .footer-column-1{width:calc(var(--footer-column-1, 25%) - 10px)}footer .widget_footer_style_4 .footer-column-2{width:calc(var(--footer-column-2, 25%) - 10px)}footer .widget_footer_style_4 .footer-column-3{width:calc(var(--footer-column-3, 25%) - 10px)}footer .widget_footer_style_4 ul.footer-menu{padding:0;margin:0;display:flex;flex-wrap:wrap;grid-gap:10px}footer .widget_footer_style_4 ul.footer-menu li a{display:block;transition:all 0.5s;padding:5px 10px!important;border:1px solid #fff}footer .widget_footer_style_4 ul.footer-menu li a i{display:none}footer .widget_footer_style_4 iframe{width:100%;height:300px}footer .widget_footer_style_4 .row-footer-middle{padding-top:40px;margin-top:40px;border-top:1px solid #fff;display:grid;grid-gap:40px}footer .widget_footer_style_4 .box-social{display:flex;justify-content:center;align-items:center;grid-gap:10px}footer .widget_footer_style_4 .box-social a{display:block;width:40px;height:40px;padding:7px;border:1px solid #fff;line-height:0}@media (max-width:768px){footer .widget_footer_style_4 .footer-grid{display:block}footer .widget_footer_style_4 .footer-column{width:100%!important;margin-bottom:20px}}