.FormElement form{margin-bottom:0}.FormElement .form-field-row{display:flex;flex-wrap:wrap;margin-left:calc(var(--field-gap, 15px) * -0.5);margin-right:calc(var(--field-gap, 15px) * -0.5)}.FormElement .form-field-col{box-sizing:border-box;padding-left:calc(var(--field-gap, 15px) * 0.5);padding-right:calc(var(--field-gap, 15px) * 0.5);margin-bottom:var(--field-row,15px);width:var(--col-width,100%)!important}@media (max-width:1024px){.FormElement .form-field-col{width:var(--col-width-tablet,100%)!important}}@media (max-width:768px){.FormElement .form-field-col{width:var(--col-width-mobile,100%)!important}}.FormElement .form-group{margin-bottom:0}.FormElement .form-group label{display:var(--form-label-display,block)}.FormElement .form-group .form-control{background:var(--field-bg,#fff)}.FormElement button{height:100%!important}.ImageElement .image-widget{border-radius:var(--image-radius);overflow:hidden;width:100%;max-width:var(--image-width,100%)}.ImageElement .image-widget .image-widget-inner{display:inline-block;max-width:100%;position:relative;width:100%}.ImageElement .image-widget .image-widget-inner.has-ratio{display:block;padding-top:var(--image-ratio);overflow:hidden}.ImageElement .image-widget .image-widget-inner.has-ratio img{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--image-fit,cover)}.ImageElement .image-widget img{width:100%;aspect-ratio:var(--image-ratio,auto);object-fit:var(--image-fit,initial)}@media (max-width:1000px){.ImageElement .image-widget{border-radius:var(--image-radius-tablet,var(--image-radius))}}@media (max-width:768px){.ImageElement .image-widget{border-radius:var(--image-radius-mobile,var(--image-radius-tablet,var(--image-radius)))}}.HeadingElementStyle1 .heading-title .header{font-size:18px;font-weight:700;color:#000;font-family:var(--font-header),serif}.PostGallerySliderElement{position:relative;width:100%}.PostGallerySliderElement .post-gallery-slider-container{position:relative;width:100%;overflow:hidden;border-radius:var(--item-radius,8px)}.PostGallerySliderElement .post-gallery-slider-container .swiper{width:100%;height:100%;padding-bottom:25px}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item{position:relative;border-radius:var(--item-radius,8px);overflow:hidden;background:#f1f3f5}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-link{display:block;width:100%;height:100%;text-decoration:none;cursor:zoom-in}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap{position:relative;width:100%;padding-top:var(--gallery-img-ratio,56.25%);overflow:hidden}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap img.post-gallery-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap .post-gallery-slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .25);opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap .post-gallery-slider-overlay .post-gallery-zoom-btn{width:44px;height:44px;background:rgb(255 255 255 / .9);color:#212529;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 12px rgb(0 0 0 / .2);transform:scale(.8);transition:all 0.3s ease}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap:hover img.post-gallery-img{transform:scale(1.05)}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap:hover .post-gallery-slider-overlay{opacity:1;visibility:visible}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-item .post-gallery-slider-image-wrap:hover .post-gallery-slider-overlay .post-gallery-zoom-btn{transform:scale(1)}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav{position:absolute;top:calc(50% - 12px);transform:translateY(-50%);width:40px;height:40px;background:#fff;color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;z-index:10;box-shadow:0 3px 10px rgb(0 0 0 / .15);transition:all 0.25s ease;user-select:none}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav.prev{left:15px}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav.next{right:15px}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav:hover{background:var(--theme-color,#007bff);color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 5px 15px rgb(0 0 0 / .25)}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav.swiper-button-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.PostGallerySliderElement .post-gallery-slider-container .swiper-pagination{bottom:0}.PostGallerySliderElement .post-gallery-slider-container .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#adb5bd;opacity:.6;transition:all 0.3s ease;margin:0 4px}.PostGallerySliderElement .post-gallery-slider-container .swiper-pagination .swiper-pagination-bullet-active{background:var(--theme-color,#007bff);opacity:1;width:20px;border-radius:4px}@media (max-width:768px){.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav{width:34px;height:34px;font-size:13px}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav.prev{left:8px}.PostGallerySliderElement .post-gallery-slider-container .post-gallery-slider-nav.next{right:8px}}.inner-row-wrapper{width:100%;display:flex;flex-wrap:initial}@media (max-width:768px){.build-content,.inner-row-wrapper{flex-wrap:wrap!important;flex:0 0 auto;width:100%!important}}.PostDetailTitleElement_fw_mp50511g_qvwfces.PostDetailTitleElement h1{font-weight:700;font-size:30px;line-height:42px;color:#fff}.PostDetailBreadcrumbElement_fw_mp3qvybq_us2vbtk.PostDetailBreadcrumbElement{display:flex;justify-content:start}.PostDetailBreadcrumbElement_fw_mp3qvybq_us2vbtk.PostDetailBreadcrumbElement .breadcrumb ol a{color:#fff}.PostDetailBreadcrumbElement_fw_mp3qvybq_us2vbtk.PostDetailBreadcrumbElement .breadcrumb ol span{color:#fff}.PostDetailBreadcrumbElement_fw_mp3qvybq_us2vbtk.PostDetailBreadcrumbElement .breadcrumb ol .breadcrumb-item{color:#fff}.ImageElement_fw_mu3ul3iy_snwkyi6.ImageElement{--image-width:100%;--image-radius:0px;--image-radius-tablet:0px;--image-radius-mobile:0px}.HeadingElementStyle1_fw_mu3umds3_a9fcf14.HeadingElementStyle1{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;background-color:#d23c6e}.HeadingElementStyle1_fw_mu3umds3_a9fcf14.HeadingElementStyle1 .heading-title .header{text-align:center;font-size:19px;line-height:27px;color:#fff}.FormElement_fw_mu3um00w_zogtkxc.FormElement{--form-label-display:none;--field-gap:15px;--field-row:15px}.FormElement_fw_mu3um00w_zogtkxc.FormElement .form-group label{color:#d23c6e}.FormElement_fw_mu3um00w_zogtkxc.FormElement button[type="submit"]{background-color:#d23c6e}.PostGallerySliderElement_fw_muf5wu6i_p7y3gfg.PostGallerySliderElement{--item-column-desktop:4;--item-column-tablet:1;--item-column-mobile:1;--item-gap:15px;--item-radius:8px;--gallery-img-ratio:120%}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement{--wpost-img-ration:66.666666666667%;--post-item-img-ration:66.666666666667%;--item-number:4;--item-number-tablet:2;--item-number-mobile:1}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement{margin-top:20px}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;box-shadow:0 4px 12px 0 #00000014}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item:hover{box-shadow:0 4px 16px 0 #0052cc14}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item .img{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:0;border-bottom-left-radius:0}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item .title .header{font-size:18px;line-height:26px;color:#1e1e1e;margin-top:0;margin-bottom:8px}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item .title .description{color:#4c4d5b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item .title .post-info-time{font-size:12px;line-height:17px;color:#7b8798;margin-top:8px}@media(max-width:1000px){.PostDetailRelatedElement_fw_mu3ujv5d_4fc57eq.PostDetailRelatedElement .item .title .header{font-size:16px;line-height:23px}}#row_mp4z92pr_s38e1tl{padding-top:50px;padding-bottom:50px;background-color:#e5e5e58e;background-image:url(https://test.sikido.com/baohanacademy/storage/uploads/source/slider/1234.webp);background-size:cover;background-position:center center}#column_mp4z92pr_kvxwdh9{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mp3qvm3j_s8ywxyv{padding-top:10px;padding-bottom:10px}#column_mp3qvm3j_xyfbhax{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mu3ulpv1_qkuzrj3{margin-top:40px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;background-color:#f7f7f7}#column_mp3r1ed1_n0397pe{padding-top:0;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_muf5vqqm_hyjhweq{padding-top:10px;padding-bottom:10px}#column_muf5vqqm_4k3or49{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mp4z92pr_kvxwdh9{flex:0 1 100%;width:100%;min-width:0}#column_mp3qvm3j_xyfbhax{flex:0 1 25%;width:25%;min-width:0}#column_mu3ulpv1_qkuzrj3{flex:0 1 100%;width:100%;min-width:0}#column_mp3r1ed1_n0397pe{flex:0 1 75%;width:75%;min-width:0}#column_muf5vqqm_4k3or49{flex:0 1 100%;width:100%;min-width:0}@media (min-width:768px) and (max-width:991px){#column_mp4z92pr_kvxwdh9{flex:0 1 100%;width:100%;min-width:0}#column_mp3qvm3j_xyfbhax{flex:0 1 25%;width:25%;min-width:0}#column_mu3ulpv1_qkuzrj3{flex:0 1 100%;width:100%;min-width:0}#column_mp3r1ed1_n0397pe{flex:0 1 75%;width:75%;min-width:0}#column_muf5vqqm_4k3or49{flex:0 1 100%;width:100%;min-width:0}}@media (max-width:767px){#column_mp4z92pr_kvxwdh9{flex:0 1 100%;width:100%;min-width:0}#column_mp3qvm3j_xyfbhax{flex:0 1 100%;width:100%;min-width:0}#column_mu3ulpv1_qkuzrj3{flex:0 1 100%;width:100%;min-width:0}#column_mp3r1ed1_n0397pe{flex:0 1 100%;width:100%;min-width:0}#column_muf5vqqm_4k3or49{flex:0 1 100%;width:100%;min-width:0}}