#main_container{position:relative;margin:auto}#content_container{overflow:hidden;background-color:var(--light_blue);font-weight:300}#hero_section,#hero_section *{box-sizing:border-box}#hero_section{position:relative;display:flex;padding:0 64px;box-sizing:border-box;align-items:center;justify-content:space-between;max-width:1352px;margin:auto}.hero_content{position:relative;display:flex;flex-direction:column;width:56%;max-width:531px;padding-right:8px}.hero_title{font-family:"Be Vietnam";color:var(--apricot_orange);font-weight:700;font-size:40px;display:block}.hero_title_bold{font-family:"Be Vietnam";color:var(--navy_blue);font-weight:700;font-size:40px;padding-bottom:16px;display:block}.hero_description{font-family:"Be Vietnam";color:var(--navy_blue);font-weight:400;font-size:16px;padding-bottom:40px}.hero_button{display:flex;z-index:9;bottom:0}#btn_request_demo{position:relative;cursor:pointer;user-select:none;overflow:hidden;background-color:var(--apricot_orange);color:var(--white);text-align:center;font-family:"Be Vietnam";padding:0 54px;font-weight:700;font-size:20px;line-height:54px;border-radius:8px;box-shadow:-2px 3px var(--apricot_orange_shadow);margin-left:2px;transition:background-color 0.3s,box-shadow 0.3s,transform 0.3s}.btn_request_demo_bg_hover{position:absolute;background-color:var(--sky_blue);width:0;height:0;border-radius:50%;bottom:0;left:50%;pointer-events:none;transform:translateX(-50%);transition-property:width,height,bottom;transition-duration:0.3s}#btn_cta_request_demo{position:relative;pointer-events:none;width:100%}#btn_request_demo:hover{box-shadow:-2px 3px var(--sky_blue_shadow);transform:scale(1.1)}#btn_request_demo:hover .btn_request_demo_bg_hover{width:140%;height:218px;bottom:-109px}#btn_request_demo:not(:hover){box-shadow:-2px 3px var(--apricot_orange_shadow);transform:scale(1)}#btn_request_demo:not(:hover) .btn_request_demo_bg_hover{width:0;height:0;bottom:0}#btn_request_demo:active{transition:none;box-shadow:none;background-color:var(--sky_blue);transform:translateX(-2px) translateY(3px)}.hero_image{display:flex;max-width:646px;width:53%;height:auto}.hero_image img{width:100%;height:100%}#video_section{padding:0;margin:0}#video_section .hero_video_wrapper{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);aspect-ratio:16 / 9;overflow:hidden;background:transparent}#video_section .hero_video_wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}#video_section .video_overlay_dark{position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,rgba(38,34,98,.6) 0%,rgba(38,34,98,.3) 50%,transparent 100%);z-index:1;opacity:1;transition:opacity 1s ease-out}#video_section .video_overlay_dark.fade_out{opacity:0}#video_section .video_overlay_content{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 130px 80px 130px;z-index:2;box-sizing:border-box;opacity:1;transition:opacity 0.2s ease-out}#video_section .video_overlay_content.fade_out{opacity:0}#video_section .video_title{font-family:"museo-sans";color:var(--white);font-weight:900;font-size:48px;line-height:60px;margin-left:-4px;display:block}#video_section .video_title_icon{position:relative;top:7px;margin:0;padding:0;width:80px;height:auto}#video_section .video_description{font-family:'DM Sans';font-weight:300;color:var(--white);font-size:32px;line-height:29px;padding-bottom:12px}#video_section .video_description_icon{position:relative;top:7px;margin:0;padding:0;width:56px;height:auto}#video_section .video_glass_card{position:relative;padding:0;border-radius:24px;display:inline-block;max-width:1048px;width:100%;overflow:visible}#video_section .video_glass_content{position:relative;padding:2.5rem 3rem;z-index:2;border-radius:24px}.glass-filter-overlay{filter:url(#glass-distortion);position:absolute;top:0;left:0;right:0;bottom:0;backdrop-filter:blur(2px) brightness(1.1);-webkit-backdrop-filter:blur(12px) brightness(1.1)}.video_glass_card_wrapper{position:relative;overflow:hidden;border-radius:24px}@supports (-webkit-backdrop-filter:blur(1px)){@supports not (backdrop-filter:blur(1px)){#video_section .video_glass_content{filter:none;-webkit-backdrop-filter:blur(2px) brightness(1.15);background-color:rgba(255,255,255,.08)}}}.safari-browser #video_section .video_glass_content{filter:none!important;-webkit-backdrop-filter:blur(2px) brightness(1.15)!important;background-color:rgba(255,255,255,.08)!important}#video_section .video_glass_card::after{content:"";position:absolute;inset:0;border-radius:24px;border:1px solid rgba(255,255,255,.25);border-top:1px solid rgba(255,255,255,.45);border-bottom:1px solid rgba(255,255,255,.1);pointer-events:none;z-index:3;box-shadow:0 8px 32px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05)}#video_section .video_glass_content_inner{position:relative;top:-14px;z-index:2}#video_section .video_learn_more_button{display:inline-block;padding:14px 32px;border-radius:100px;background:linear-gradient(94deg,rgba(46,189,210,.6) .87%,rgba(101,47,142,.6) 99.13%);color:#fff;font-family:'DM Sans',sans-serif;font-weight:800;font-size:24px;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease,filter 0.3s ease;margin-top:24px}#video_section .video_learn_more_button:hover{transform:translateY(-2px) scale(1.05);filter:brightness(1.1)}#video_section .video_learn_more_button:active{transform:translateY(0) scale(1);box-shadow:0 2px 10px rgba(16,132,190,.3)}@media only screen and (min-width:768px) and (max-width:1440px){#video_section .video_overlay_content{padding:0 9.028vw 5.556vw 9.028vw}#video_section .video_title{font-size:3.333vw;line-height:4.167vw;margin-left:-.278vw}#video_section .video_title_icon{width:5.556vw;top:.486vw}#video_section .video_description{font-size:2.222vw;line-height:2.014vw;padding-bottom:.833vw}#video_section .video_description_icon{width:3.889vw;top:.486vw}#video_section .video_glass_card{max-width:72.778vw}#video_section .video_glass_card::before{border-radius:1.667vw;inset:-1.389vw}#video_section .video_glass_content{padding:1.736vw 2.083vw}#video_section .video_glass_content_inner{top:-.972vw}#video_section .video_learn_more_button{padding:.972vw 2.222vw;font-size:1.667vw;margin-top:1.667vw}}@media only screen and (max-width:768px){#video_section .hero_video_wrapper{aspect-ratio:9 / 16;width:100%!important;height:auto!important}#video_section .video_overlay_dark{height:50%}#video_section .video_overlay_content{padding:0 6.075vw;align-items:center;text-align:center;justify-content:flex-end;padding-bottom:40px}#video_section .video_title{font-size:5vw;line-height:10.22vw;margin-left:0;padding-bottom:8px}#video_section .video_title_icon{width:8.63vw;top:.987vw}#video_section .video_description{font-size:4.48vw;line-height:6.78vw;padding-bottom:1.2vw;max-width:unset}#video_section .video_description_icon{width:7.09vw;top:.867vw}#video_section .video_glass_card{max-width:87.85vw}#video_section .video_glass_card::before{border-radius:4.673vw;backdrop-filter:blur(10px) brightness(1.1);-webkit-backdrop-filter:blur(10px) brightness(1.1);inset:-4vw;background-color:rgba(255,255,255,.08)}#video_section .video_glass_content{padding:7.477vw 3.346vw}#video_section .video_glass_content_inner{top:-.733vw}#video_section .video_glass_card::after{border-radius:4.673vw}#video_section .video_learn_more_button{padding:2.738vw 5.477vw;font-size:4.31vw;margin-top:4.4vw}}#why_geniebook_section{background-color:#F4F7FC}#why_geniebook_container{display:flex;flex-direction:column;max-width:1352px;margin:auto;padding:80px 64px;box-sizing:border-box}#why_geniebook_title{font-family:"Be Vietnam";font-weight:700;font-size:32px;color:var(--navy_blue);text-align:center;padding-bottom:8px}#why_geniebook_contents{display:flex;justify-content:space-between}.why_geniebook_content{width:30%;display:flex;flex-direction:column;text-align:center}.why_geniebook_content_img{width:100%;height:auto;margin-bottom:24px}.why_geniebook_content_title{font-family:"Be Vietnam";font-weight:700;font-size:24px;color:var(--navy_blue);padding-bottom:8px}.why_geniebook_content_body{font-family:"Be Vietnam";font-weight:400;font-size:16px;line-height:22px;color:var(--navy_blue)}.why_geniebook_content_body strong{font-weight:700}#ai_section_section_container{position:relative;display:flex;justify-content:center;background:#16133E}#ai_section_section_container::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:23%;background:linear-gradient(to bottom,rgba(255,255,255,0),#FDFEFE);pointer-events:none}#ai_section_section{position:relative;display:flex;justify-content:center;align-items:center}.ai_section_bg{position:relative;width:1440px;display:flex;justify-content:center}.ai_section_bg_image{width:auto;height:729px}.ai_section_bg_image_color{position:absolute;width:100%;height:100%;background-color:var(--navy_blue)}.ai_section_separator_bg{position:absolute;width:1185px;height:6.5px;background-image:linear-gradient(90deg,rgba(41,171,226,0) 0%,#29ABE2 18%);opacity:.35;left:50%;top:369px;transform:translateX(-50%)}.ai_section_separator_rocket{position:absolute;width:60px;transform:rotate(90deg);top:-5px;left:100px}.ai_section_container{position:absolute;display:flex;flex-direction:column;justify-content:center;width:100%}.ai_section_title{color:#FFF;text-align:center;font-family:"Be Vietnam";font-size:32px;font-weight:700;position:absolute;top:71px;display:flex;justify-content:center;width:100%;z-index:2;box-sizing:border-box;padding:0 32px}.ai_section_content{display:flex;gap:24px;justify-content:center}.ai_section_content_column{width:288px;display:flex;flex-direction:column;align-items:center}.ai_section_content_separator{position:relative;display:flex;padding-top:19.5px;padding-bottom:45px}.separator_orange{display:block}.separator_blue{display:none}.ai_section_content_upper_item{min-height:184px;width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.ai_section_content_upper_item_image{width:100%}.ai_section_content_lower_item{display:flex;width:215px;height:142px;padding:16px;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:rgba(206,205,242,.3);box-sizing:border-box}.ai_section_content_lower_item_text{color:#FFF;text-align:center;font-family:"Be Vietnam";font-size:16px;font-weight:400;line-height:22px;width:183px}#our_products_section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:71px 0 0;background:linear-gradient(180deg,#FFF -6.85%,#E5F3F7 100%)}#our_products_title{font-family:"Be Vietnam";font-weight:700;font-size:32px;color:var(--navy_blue);text-align:center;padding-bottom:24px}#our_products_container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:160px 64px 80px;max-width:1294px;margin:auto;box-sizing:border-box}.our_products_separator_bg{position:absolute;width:14px;height:100%;background-image:linear-gradient(0deg,#FFF -4.06%,#27A8E0 29.37%);opacity:.35;left:50%;transform:translateX(-50%)}.our_products_separator_rocket{position:absolute;top:0;left:50%;transform:translateX(-50%);width:170px;height:auto}.our_products_separator{width:44px;height:44px}.our_products_row{display:flex;justify-content:flex-start;height:278px;z-index:2}.our_products_row_left{flex:1;display:flex;align-items:center;justify-content:flex-end}.our_products_row_separator{display:flex;justify-content:center;align-items:center;width:50px}.our_products_row_right{flex:1;display:flex;align-items:center;justify-content:flex-start}.our_products_row_item_left{padding-right:60px;text-align:right}.our_products_row_item_right{padding-left:87px;text-align:left}.our_products_row_item_title{color:var(--sky_blue);font-family:"Be Vietnam";font-size:24px;font-weight:700;padding-bottom:24px;padding-right:32px;padding-left:13px}.our_produts_row_item_description{color:var(--navy_blue);font-family:"Be Vietnam";font-size:16px;font-weight:400;line-height:24px;padding-right:32px;padding-left:13px}.our_products_image{width:316px;height:316px}#testimonials_section_container{position:relative;display:flex;flex-direction:row;justify-content:center;padding:80px 64px 80px;max-width:1174px;margin:auto;box-sizing:border-box}#testimonials_illustration{position:relative;width:300px;margin-top:43px;margin-right:72px}#testimonials_content{padding-left:30px}#testimonials_content .testimonials_title{display:block}#testimonials_content_title_mobile .testimonials_title{display:none}#testimonials_content_title_mobile{display:none;width:400px}.testimonials_image{width:100%;transform:scale(1.1)}.testimonials_item{position:absolute;left:0;top:0;opacity:0;transition:opacity 1s;width:100%}#testimonials_section_container[position="1"] .testimonials_item[order="1"],#testimonials_section_container[position="2"] .testimonials_item[order="2"],#testimonials_section_container[position="3"] .testimonials_item[order="3"]{opacity:1}.testimonials_title{font-family:"Be Vietnam";font-weight:700;font-size:32px;line-height:47px;padding-bottom:32px;padding-top:32px}.testimonials_text{position:relative;height:208px;font-family:"Be Vietnam";font-size:16px;line-height:22px;overflow:hidden}.testimonials_user_name{position:relative;font-family:"Be Vietnam";font-weight:700;font-size:16px;padding-top:32px}.testimonials_user_title{position:relative;font-family:"Be Vietnam";font-size:16px;font-weight:400;line-height:22px}.testimonials_navigation{display:flex}.testimonials_nav_button_wrapper:nth-of-type(1){margin-right:17px}.testimonials_nav_button{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform 0.3s,background-color 0.3s}.testimonials_nav_button.left{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button.right{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button:hover .testimonials_arrow{fill:var(--sky_blue)}.testimonials_nav_button.disabled{cursor:unset;color:var(--white);background-color:var(--light_silver)}.testimonials_nav_button.disabled .testimonials_arrow{display:none}.testimonials_nav_button.disabled .testimonials_arrow_white{display:unset}.testimonials_nav_button .testimonials_arrow{display:unset}.testimonials_nav_button .testimonials_arrow_white{display:none}.testimonials_nav_button.disabled:hover{transform:scale(1)}.testimonials_arrow{width:38px;height:38px;fill:var(--apricot_orange)}#logos_section{display:flex;justify-content:center;align-items:center;padding:80px 0 80px;max-width:876px;margin:0 auto}.logos_section_left{padding-right:32px}.logos_section_right{display:flex}.logos_section_image_left,.logos_section_image_right{position:relative;top:23px;padding-bottom:18px;height:auto}.logos_section_image_left:nth-of-type(1){width:270px;margin-right:24px}.logos_section_image_left:nth-of-type(2){width:122px;margin-right:24px}.logos_section_image_left:nth-of-type(3){width:173px}.logos_section_image_left:nth-of-type(4){width:162px;margin-right:24px}.logos_section_image_left:nth-of-type(5){width:118px;margin-right:24px}.logos_section_image_left:nth-of-type(6){width:140px;margin-right:24px}.logos_section_image_left:nth-of-type(7){width:126.5px}.logos_section_image_left:nth-of-type(8){display:none}.logos_section_image_left:nth-of-type(9){display:none}.logos_section_image_right:nth-of-type(1){width:100px;margin-right:24px}.logos_section_image_right:nth-of-type(2){width:86px}.vn-homepage-chat-links{position:fixed;right:24px;bottom:24px;z-index:30;display:flex;flex-direction:column;gap:12px}.vn-homepage-chat-link{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.vn-homepage-chat-link-icon{display:block}.vn-homepage-chat-link-icon-messenger{width:32px;height:32px}.vn-homepage-chat-link-icon-zalo{width:90%;height:90%;object-fit:cover;border-radius:20%;box-shadow:0 8px 24px rgba(22,19,62,.18)}.vn-homepage-chat-link.messenger{background-color:#1877f2}.vn-homepage-chat-link.zalo{background-color:transparent}.vn-homepage-chat-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(22,19,62,.24)}@media only screen and (max-width:1280px){.ai_section_content{gap:0}.ai_section_separator_bg{width:1138px}}@media only screen and (max-width:1190px){.ai_section_content_column{width:270px}.ai_section_separator_bg{width:1075px}}@media only screen and (max-width:1130px){.ai_section_content_column{width:239px}.ai_section_separator_bg{width:956px}}@media only screen and (max-width:1024px){#hero_section{padding:0 24px}.hero_title,.hero_title_bold{font-size:24px}.hero_description{font-size:14px}#btn_request_demo{padding:0 24px;font-size:16px}.hero_content{padding-right:0}.hero_image{max-width:404px;padding-top:64px}#why_geniebook_container{padding:40px 24px;max-width:562px}#why_geniebook_title{font-size:20px}#why_geniebook_contents{flex-direction:column;align-items:center}.why_geniebook_content{flex-direction:row;width:unset;align-items:center}.why_geniebook_content:not(:last-child){padding-bottom:24px}.why_geniebook_content_title{font-size:16px}.why_geniebook_content_body{font-size:14px;line-height:19px}.why_geniebook_content_img{width:250px;margin-bottom:unset;margin-right:24px}#ai_section_section{overflow-y:scroll;scrollbar-width:thin;scrollbar-color:transparent transparent}#ai_section_section::-webkit-scrollbar{width:5px}#ai_section_section::-webkit-scrollbar-thumb{background-color:transparent}#ai_section_section{justify-content:flex-start}.ai_section_bg,.ai_section_container,.ai_section_content{justify-content:flex-start}.ai_section_title{width:310px;font-size:20px}.ai_section_container{left:20px}.ai_section_content_lower_item{width:271px;height:98px}.ai_section_content_lower_item_text{width:239px;font-size:14px}.ai_section_separator_bg{top:391px;width:1140px;left:45%}.ai_section_content_column{width:288px}.ai_section_content{gap:24px}.separator_orange{display:none}.separator_blue{display:block}#our_products_section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:71px 0 0}#our_products_title{font-family:"Be Vietnam";font-weight:700;font-size:20px;color:var(--navy_blue);text-align:center;padding-bottom:8px}.our_products_separator{width:24px;height:24px}#our_products_container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:110px 64px 20px;max-width:1294px;margin:auto;box-sizing:border-box}.our_products_separator_bg{position:absolute;width:8px;height:100%;background-image:linear-gradient(0deg,#FFF -4.06%,#27A8E0 29.37%);opacity:.35;left:50%;transform:translateX(-50%)}.our_products_separator_rocket{position:absolute;top:0;left:50%;transform:translateX(-50%);width:109px;height:auto}.our_products_row{display:flex;justify-content:flex-start;height:278px;z-index:2}.our_products_row_left{flex:1;display:flex;align-items:center;justify-content:flex-end}.our_products_row_separator{display:flex;justify-content:center;align-items:center;width:50px}.our_products_row_right{flex:1;display:flex;align-items:center;justify-content:flex-start}.our_products_row_item_left{padding-right:24px;text-align:right}.our_products_row_item_right{padding-left:24px;text-align:left}.our_products_row_item_title{color:var(--sky_blue);font-family:"Be Vietnam";font-size:16px;font-weight:700;padding-bottom:13px;padding-right:0;padding-left:0}.our_produts_row_item_description{color:var(--navy_blue);font-family:"Be Vietnam";font-size:14px;font-weight:400;line-height:24px;padding-right:0;padding-left:0}.our_products_image{width:280px;height:280px}#testimonials_section_container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0 50px 0}#testimonials_illustration{position:relative;width:225px;margin-top:0;margin-right:0}#testimonials_content{padding-left:0;width:400px;text-align:center;padding-top:264px}#testimonials_content .testimonials_title{display:none}#testimonials_content_title_mobile .testimonials_title{display:block;padding-bottom:0}#testimonials_content_title_mobile{display:block;width:402px;text-align:center;padding-bottom:36px}.testimonials_image{width:100%;transform:scale(1.1)}.testimonials_item{position:absolute;left:0;top:0;opacity:0;transition:opacity 1s;width:100%}#testimonials_section_container[position="1"] .testimonials_item[order="1"],#testimonials_section_container[position="2"] .testimonials_item[order="2"],#testimonials_section_container[position="3"] .testimonials_item[order="3"]{opacity:1}.testimonials_title{font-family:"Be Vietnam";font-weight:700;font-size:20px;line-height:34px;padding-bottom:32px}.testimonials_text{position:relative;height:207px;font-family:"Be Vietnam";font-size:14px;line-height:22px;padding-bottom:32px;overflow:hidden}.testimonials_user_name{position:relative;font-family:"Be Vietnam";font-weight:700;font-size:14px;padding-top:32px}.testimonials_user_title{position:relative;font-family:"Be Vietnam";font-size:14px;font-weight:400;line-height:22px}.testimonials_navigation{display:flex;justify-content:center}.testimonials_nav_button_wrapper:nth-of-type(1){margin-right:17px}.testimonials_nav_button{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform 0.3s,background-color 0.3s}.testimonials_nav_button.left{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button.right{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button:hover .testimonials_arrow{fill:var(--sky_blue)}.testimonials_nav_button.disabled{cursor:unset;color:var(--white);background-color:var(--light_silver)}.testimonials_nav_button.disabled .testimonials_arrow{display:none}.testimonials_nav_button.disabled .testimonials_arrow_white{display:unset}.testimonials_nav_button .testimonials_arrow{display:unset}.testimonials_nav_button .testimonials_arrow_white{display:none}.testimonials_nav_button.disabled:hover{transform:scale(1)}.testimonials_arrow{width:38px;fill:var(--apricot_orange)}#logos_section{display:flex;justify-content:center;align-items:center;padding:0 0 50px;max-width:299px;margin:0 auto;text-align:center}.logos_section_left{padding-right:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center}.logos_section_right{display:none}.logos_section_image_left,.logos_section_image_right{position:relative;top:23px;padding-bottom:16px;height:auto}.logos_section_image_left:nth-of-type(1){width:172px;margin-right:16px;order:1}.logos_section_image_left:nth-of-type(2){width:78px;margin-right:16px;order:2}.logos_section_image_left:nth-of-type(3){width:111px;margin-right:16px;order:4}.logos_section_image_left:nth-of-type(4){width:104px;margin-right:16px;order:3}.logos_section_image_left:nth-of-type(5){width:75px;margin-right:16px;order:5}.logos_section_image_left:nth-of-type(6){width:90px;margin-right:16px;order:6}.logos_section_image_left:nth-of-type(7){width:87px;margin-right:16px;order:7}.logos_section_image_left:nth-of-type(8){display:inline-block;width:45px;margin-right:16px;order:8}.logos_section_image_left:nth-of-type(9){display:inline-block;width:39px;margin-right:16px;order:9}.logos_section_image_right:nth-of-type(1){width:100px;margin-right:24px}.logos_section_image_right:nth-of-type(2){width:86px}.vn-homepage-chat-links{right:16px;bottom:16px;gap:10px}.vn-homepage-chat-link{width:52px;height:52px}.vn-homepage-chat-link-icon-messenger{width:30px;height:30px}.vn-homepage-chat-link-icon-zalo{width:90%;height:90%}}@media only screen and (max-width:768px){#hero_section{flex-direction:column;padding:32px 0 0}.hero_content{width:100%;text-align:center;max-width:unset;padding:0 32px;box-sizing:border-box}.hero_title,.hero_title_bold{font-size:20px}.hero_button{margin:auto}#btn_request_demo{line-height:unset;padding:16px 24px;font-size:16px}#btn_request_demo:hover{box-shadow:-2px 3px var(--apricot_orange_shadow);transform:scale(1)}#btn_request_demo:hover .btn_request_demo_bg_hover{display:none}#btn_request_demo:not(:hover){box-shadow:-2px 3px var(--apricot_orange_shadow)}#btn_request_demo:active{box-shadow:none;transform:translateX(-2px) translateY(3px)}.hero_image{width:100%;padding-top:14px}#why_geniebook_container{padding:40px 16px;max-width:unset}.why_geniebook_content{flex-direction:column}.why_geniebook_content>div{padding:0 16px}.why_geniebook_content_img{width:100%;max-width:332px;margin-right:unset;margin-bottom:8px}#our_products_section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0 0;box-sizing:border-box}#our_products_title{font-family:"Be Vietnam";font-weight:700;font-size:20px;color:var(--sky_blue);text-align:center;padding-bottom:8px;padding:0 32px 8px}.our_products_separator{display:none;width:43px;height:43px}#our_products_container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:140px 0 80px;max-width:unset;margin:auto;box-sizing:border-box}.our_products_separator_bg{position:absolute;width:14px;height:100%;background-image:linear-gradient(0deg,#FFF -4.06%,#27A8E0 29.37%);opacity:.35;left:50%;transform:translateX(-50%)}.our_products_separator_rocket{position:absolute;top:0;left:50%;transform:translateX(-50%);width:110px;height:auto}.our_products_row{display:flex;justify-content:flex-start;height:515px;z-index:2;flex-direction:column;align-items:center;padding:0 20px 0}.our_products_row:not(:last-child){padding-bottom:80px}.our_products_row_left{flex:1;display:flex;align-items:center;justify-content:flex-end}.our_products_row_separator{display:flex;justify-content:center;align-items:center;width:43px}.our_products_row_right{flex:1;display:flex;align-items:center;justify-content:flex-start}.our_products_row_item_left{padding-right:0;text-align:center}.our_products_row_item_right{padding-left:0;text-align:center}.our_products_row_item_content{text-align:center;display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:8px;border-radius:16px;background:#FFF}.our_products_row_item_title{color:var(--sky_blue);font-family:"Be Vietnam";font-size:16px;font-weight:700;padding-bottom:8px;padding-right:0;padding-left:0}.our_produts_row_item_description{color:var(--navy_blue);font-family:"Be Vietnam";font-size:14px;font-weight:400;line-height:24px;padding-right:0;padding-left:0}.our_products_image{width:280px;height:280px}#our_products_container>div:nth-child(3)>div:nth-child(1){order:2;position:relative;left:-14px}#our_products_container>div:nth-child(3)>div:nth-child(2){order:1}#our_products_container>div:nth-child(3)>div:nth-child(3){order:3}#our_products_container>div:nth-child(4)>div:nth-child(1){order:3}#our_products_container>div:nth-child(4)>div:nth-child(2){order:1}#our_products_container>div:nth-child(4)>div:nth-child(3){order:2;position:relative;left:-16px}#our_products_container>div:nth-child(5)>div:nth-child(1){order:2;position:relative;left:-14px}#our_products_container>div:nth-child(5)>div:nth-child(2){order:1}#our_products_container>div:nth-child(5)>div:nth-child(3){order:3}#testimonials_section_container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 0 24px 0}#testimonials_illustration{position:relative;width:160px;margin-top:0;margin-right:0}#testimonials_content{padding-left:0;width:100%;text-align:center;padding-top:195px;padding:195px 32px 0;box-sizing:border-box}#testimonials_content .testimonials_title{display:none}#testimonials_content_title_mobile .testimonials_title{display:block;padding-bottom:0;padding-left:32px;padding-right:32px}#testimonials_content_title_mobile{display:block;width:100%;text-align:center;padding-bottom:24px}.testimonials_image{width:100%;transform:scale(1.1)}.testimonials_item{position:absolute;left:0;top:0;opacity:0;transition:opacity 1s;width:100%}#testimonials_section_container[position="1"] .testimonials_item[order="1"],#testimonials_section_container[position="2"] .testimonials_item[order="2"],#testimonials_section_container[position="3"] .testimonials_item[order="3"]{opacity:1}.testimonials_title{font-family:"Be Vietnam";font-weight:700;font-size:20px;line-height:34px;padding-bottom:32px}.testimonials_text{position:relative;height:253px;font-family:"Be Vietnam";font-size:14px;line-height:22px;padding-bottom:32px;overflow:hidden}.testimonials_user_name{position:relative;font-family:"Be Vietnam";font-weight:700;font-size:14px;padding-top:32px}.testimonials_user_title{position:relative;font-family:"Be Vietnam";font-size:14px;font-weight:400;line-height:22px}.testimonials_navigation{display:flex;justify-content:center}.testimonials_nav_button_wrapper:nth-of-type(1){margin-right:17px}.testimonials_nav_button{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform 0.3s,background-color 0.3s}.testimonials_nav_button.left{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button.right{color:var(--apricot_orange);background-color:var(--white)}.testimonials_nav_button:hover .testimonials_arrow{fill:var(--sky_blue)}.testimonials_nav_button.disabled{cursor:unset;color:var(--white);background-color:var(--light_silver)}.testimonials_nav_button.disabled .testimonials_arrow{display:none}.testimonials_nav_button.disabled .testimonials_arrow_white{display:unset}.testimonials_nav_button .testimonials_arrow{display:unset}.testimonials_nav_button .testimonials_arrow_white{display:none}.testimonials_nav_button.disabled:hover{transform:scale(1)}.testimonials_arrow{width:38px;fill:var(--apricot_orange)}#logos_section{display:flex;justify-content:center;align-items:center;padding:40px 0 40px;max-width:299px;margin:0 auto;text-align:center}.logos_section_left{padding-right:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center}.logos_section_right{display:none}.logos_section_image_left,.logos_section_image_right{position:relative;top:23px;padding-bottom:16px;height:auto}.logos_section_image_left:nth-of-type(1){width:172px;margin-right:16px;order:1}.logos_section_image_left:nth-of-type(2){width:78px;margin-right:16px;order:2}.logos_section_image_left:nth-of-type(3){width:111px;margin-right:16px;order:4}.logos_section_image_left:nth-of-type(4){width:104px;margin-right:16px;order:3}.logos_section_image_left:nth-of-type(5){width:75px;margin-right:16px;order:5}.logos_section_image_left:nth-of-type(6){width:90px;margin-right:16px;order:6}.logos_section_image_left:nth-of-type(7){width:87px;margin-right:16px;order:7}.logos_section_image_left:nth-of-type(8){display:inline-block;width:45px;margin-right:16px;order:8}.logos_section_image_left:nth-of-type(9){display:inline-block;width:39px;margin-right:16px;order:9}.logos_section_image_right:nth-of-type(1){width:100px;margin-right:24px}.logos_section_image_right:nth-of-type(2){width:86px}}@media only screen and (max-width:280px){.our_products_image{width:230px;height:230px}.testimonials_text{height:321px}#logos_section{max-width:268px}.ai_section_title{width:unset}}