@charset "UTF-8";*{box-sizing:border-box;margin:0}body{font-family:Prompt-Regular,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#000}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #000}.bg-site{position:fixed;top:0;left:0;z-index:-1}.bg-site,.bg-site img{width:100%;height:100%}.bg-site img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@font-face{font-family:Prompt-Light;src:url(/font/Prompt-Light.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Prompt-Medium;src:url(/font/Prompt-Medium.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Prompt-Regular;src:url(/font/Prompt-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Prompt-Bold;src:url(/font/Prompt-Bold.ttf) format("truetype");font-weight:400;font-style:normal}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p{margin-bottom:0}img{max-width:100%}.icon_menu{display:none;cursor:pointer}.bar1,.bar2,.bar3{width:35px;height:5px;background-color:#333;margin:6px 0;transition:.4s}.change .bar1{transform:rotate(-45deg) translate(-9px,6px)}.change .bar2{opacity:0}.change .bar3{transform:rotate(45deg) translate(-8px,-8px)}header{padding:0 40px;display:flex;justify-content:space-between;align-items:center;background-color:hsla(0,0%,100%,.8);margin-bottom:-77.5px;z-index:99;position:-webkit-sticky;position:sticky;top:0}header .logo{width:140px;display:flex}header .group_menu{display:flex;align-items:center;gap:30px}header .menu_item{position:relative;padding:20px 0}header .menu_item .menu_item_txt{font-size:18px;color:#5f5346;text-decoration:none}header .menu_item .submenu{position:absolute;top:68px;left:50%;transform:translate(-50%);background-color:#fff;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;visibility:hidden;opacity:0;transition:.3s}header .menu_item .submenu .submenu_item{padding:5px 20px;text-decoration:none;font-size:18px;color:#5f5346;display:block;white-space:nowrap;border-bottom:1px solid #d8d8d8}header .menu_item .btn_green{background-color:#54872a;border-radius:10px;color:#fff;padding:2px 25px}header .menu_item:hover .submenu{visibility:visible;opacity:1}@media screen and (max-width:1023px){header{padding:0 15px;height:60px}header .logo{width:100px}.icon_menu{display:inline-block}header .group_menu{opacity:0;visibility:hidden;pointer-events:none;transition:.3s}header .menu_item{position:relative;padding:0}header .menu_item .menu_item_txt{display:block;font-size:20px;color:#fff;padding:10px 30px}header .menu_item .menu_item_txt:hover{filter:brightness(.9)}header .menu_item .btn_green{background-color:unset;border-radius:unset;padding:10px 30px}header .menu_item .submenu{visibility:visible;opacity:1;position:relative;top:unset;left:unset;transform:translate(0);background-color:unset}header .menu_item .submenu .submenu_item{padding:10px 55px;font-size:20px;color:#fff;border-bottom:unset;background-color:#ffd884}header .menu_item .submenu .submenu_item:hover{filter:brightness(.9)}header .group_menu{top:60px;right:0;bottom:0;width:280px;position:fixed;display:block;background-color:#fcad05}header .group_menu.active{opacity:1;visibility:visible;pointer-events:unset}}footer{background:linear-gradient(180deg,#fcad05,#ffe49a);padding:50px 0 40px}footer .footer_wrapper{display:grid;grid-template-columns:4fr 2fr 1fr;max-width:1600px;margin:0 auto;padding:0 40px}footer .subject{margin-bottom:40px}footer .subject h1{font-size:24px}footer .logo_col{display:flex;flex-direction:column;justify-content:space-between}footer .logo_col .logo{width:140px}footer .contact_item,footer .logo_col .copy_right p{font-size:18px;margin-bottom:10px}footer .contact_item{display:flex}footer .contact_item a{color:#000;padding:0 5px;text-decoration:none}footer .social_col{justify-self:end}footer .group_social{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 30px;gap:10px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;place-items:center}@media screen and (max-width:1300px){footer .footer_wrapper{grid-template-columns:3fr 1fr;padding:0 15px;max-width:700px}footer .logo_col{grid-column:span 2}}@media screen and (max-width:600px){footer{padding:25px 0}footer .logo_col .logo{width:90px}footer .logo_col .copy_right p{font-size:14px}footer .subject{margin-bottom:10px}footer .subject h1{font-size:14px}footer .contact_item{font-size:12px;margin-bottom:5px}footer .group_social{gap:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;place-items:center}footer .group_social .social_item{width:30px;height:30px}footer .group_social .social_item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}}.sec_banner{position:relative}.sec_banner .content_banner{position:absolute;top:0;right:0;width:100%;height:100%;display:flex;padding:150px 50px 50px}.sec_banner .content_banner.x_left{justify-content:left}.sec_banner .content_banner.x_center{justify-content:center}.sec_banner .content_banner.x_right{justify-content:right}.sec_banner .content_banner.y_top{align-items:flex-start}.sec_banner .content_banner.y_middle{align-items:center}.sec_banner .content_banner.y_bottom{align-items:flex-end}.sec_banner .content_banner h1{color:#fff;font-size:60px;display:flex;align-items:center;gap:15px}.sec_banner .content_banner h1:after,.sec_banner .content_banner h1:before{content:"";width:100px;height:7px;background-color:#fff}.sec_banner .content_banner h2{color:#fff;font-size:60px;display:flex;align-items:center}.sec_banner .content_banner p{color:#fff;font-size:40px}.sec_banner .content_banner .detail{color:#fff;font-size:20px}@media screen and (max-width:1440px){.sec_banner .pic{height:600px}.sec_banner .pic img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.sec_banner .content_banner h1{font-size:40px}}@media screen and (max-width:767px){.sec_banner .content_banner h1{text-align:center;font-size:30px}.sec_banner .content_banner{padding:150px 15px 15px}.sec_banner .content_banner.x_center,.sec_banner .content_banner.x_left,.sec_banner .content_banner.x_right{justify-content:center}.sec_banner .content_banner h2{color:#fff;font-size:30px;display:flex;align-items:center;text-shadow:1px 0 2px #000}.sec_banner .content_banner.y_bottom{align-items:center}.sec_banner .content_banner p{color:#fff;font-size:20px;text-shadow:1px 0 2px #000}}.title_section{display:flex;align-items:center;gap:10px;padding:0 30px;transform:translateY(-50%)}.title_section:before{content:"";width:160px;height:8px;background-color:#5f5346}.title_section h1{font-size:50px;color:#5f5346}.sec_reviews{margin-top:80px;padding-bottom:20px;position:relative;background:linear-gradient(150deg,#fcad05,#ffe49a)}.sec_reviews .slide_reviews{position:relative;overflow-x:hidden}.sec_reviews .slide_reviews .item{padding-bottom:90px}.sec_reviews .slide_reviews .card_wrapper{background-color:#fff;border-radius:20px;padding:25px;margin:0 1.5vw}.sec_reviews .slide_reviews .card_wrapper .title_card{text-align:center}.sec_reviews .slide_reviews .card_wrapper .title_card:before{display:block;content:"";width:140px;height:15px;background-image:url(/img/element.png);background-size:100% 100%;margin:0 auto 15px}.sec_reviews .slide_reviews .card_wrapper .title_card p{font-size:20px;color:#fcad05}.sec_reviews .slide_reviews .card_wrapper .comment_card:before{content:"";display:block;width:50px;height:40px;background-image:url(/img/icon/comma-1.png);background-size:100% 100%}.sec_reviews .slide_reviews .card_wrapper .comment_card:after{margin-top:10px;content:"";display:block;width:50px;height:40px;margin-left:auto;background-image:url(/img/icon/comma-2.png);background-size:100% 100%}.sec_reviews .slide_reviews .card_wrapper .comment_card p{text-align:center;font-size:18px;color:#5f5346;max-width:300px}.sec_reviews .slide_reviews .card_wrapper .comment_card p .highlight{font-size:26px}.sec_reviews .slide_reviews .card_wrapper .footer_card p{font-size:16px;color:#fcad05}.sec_reviews .slide_reviews .card_wrapper .cercle{width:158px;height:150px;margin:0 auto -95px}.sec_reviews .btn_viewmore{margin:33px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;text-decoration:none;border:1px solid #fcad05;color:#fcad05;border-radius:20px;padding:5px 60px;font-size:25px;background-color:#fff}.sec_reviews_red{margin-top:80px;padding-bottom:20px;position:relative;background:linear-gradient(181deg,#a61923,#fcad08)}.sec_reviews_red .slide_reviews{position:relative;overflow-x:hidden}.sec_reviews_red .slide_reviews .item{padding-bottom:90px}.sec_reviews_red .slide_reviews .card_wrapper{background-color:#fff;border-radius:20px;padding:25px;margin:0 1.5vw}.sec_reviews_red .slide_reviews .card_wrapper .title_card{text-align:center}.sec_reviews_red .slide_reviews .card_wrapper .title_card:before{display:block;content:"";width:140px;height:15px;background-image:url(/img/element.png);background-size:100% 100%;margin:0 auto 15px}.sec_reviews_red .slide_reviews .card_wrapper .title_card p{font-size:20px;color:#fcad05}.sec_reviews_red .slide_reviews .card_wrapper .comment_card:before{content:"";display:block;width:50px;height:40px;background-image:url(/img/icon/comma-1.png);background-size:100% 100%}.sec_reviews_red .slide_reviews .card_wrapper .comment_card:after{margin-top:10px;content:"";display:block;width:50px;height:40px;margin-left:auto;background-image:url(/img/icon/comma-2.png);background-size:100% 100%}.sec_reviews_red .slide_reviews .card_wrapper .comment_card p{text-align:center;font-size:18px;color:#5f5346;max-width:300px}.sec_reviews_red .slide_reviews .card_wrapper .comment_card p .highlight{font-size:26px}.sec_reviews_red .slide_reviews .card_wrapper .footer_card p{font-size:16px;color:#fcad05}.sec_reviews_red .slide_reviews .card_wrapper .cercle{width:158px;height:150px;margin:0 auto -95px}.sec_reviews_red .btn_viewmore{margin:33px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;text-decoration:none;border:1px solid #fcad05;color:#fcad05;border-radius:20px;padding:5px 60px;font-size:25px;background-color:#fff}@media screen and (max-width:1023px){.title_section{padding:0 15px}.title_section:before{width:80px;height:6px}.title_section h1{font-size:40px}.sec_reviews{margin-top:30px}}@media screen and (max-width:767px){.title_section:before{width:60px;height:4px}.title_section h1{font-size:30px}.sec_reviews .slide_reviews .card_wrapper .comment_card p{text-align:center;font-size:16px;color:#5f5346}.sec_reviews .slide_reviews .card_wrapper .comment_card p .highlight{font-size:17px}.sec_reviews .slide_reviews .card_wrapper .title_card p{font-size:20px;color:#fcad05}.sec_reviews .slide_reviews .card_wrapper .comment_card:before{content:"";display:block;width:30px;height:20px}.sec_reviews .slide_reviews .card_wrapper .comment_card:after{margin-top:10px;content:"";display:block;width:30px;height:20px;margin-left:auto}}.sec_product{margin-top:80px;padding-bottom:20px;position:relative}.sec_product .slide_product{overflow-x:hidden;display:flex;width:100%;flex-wrap:wrap;gap:15px}.sec_product .slide_product .item{flex:1 1}.sec_product .slide_product .card_wrapper{transform:scale(.8);position:relative;border-radius:50px;overflow:hidden;padding-top:40px;padding-bottom:10px;transition:.3s;margin:0 20px}.sec_product .slide_product .card_wrapper .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.sec_product .slide_product .card_wrapper .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sec_product .slide_product .card_wrapper .pic{width:300px;height:300px;border-radius:50%;background-color:#fff;display:grid;place-content:center;margin:0 auto 10px;position:relative}.sec_product .slide_product .card_wrapper .pic img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:30px;box-shadow:0 0 20px 8px #626262;border-radius:50%}.sec_product .slide_product .card_wrapper .content{text-align:center;margin-bottom:30px}.sec_product .slide_product .card_wrapper .content .name{font-size:30px;line-height:1.25;color:#fff;margin-bottom:10px}.sec_product .slide_product .card_wrapper .content p{font-size:18px;color:#fff}.sec_product .slide_product .card_wrapper .btn-linkProduct{margin:0 auto;display:block;width:60px;height:60px;background-image:url(/img/icon/circle_arrowUp.png);background-position:50%;background-size:100% 100%}.sec_product .slide_product .slick-center .card_wrapper{transform:scale(1)}@media screen and (max-width:1440px){.sec_product .slide_product .card_wrapper .pic{width:230px;height:230px}.sec_product .slide_product .card_wrapper .content .name{font-size:20px}.sec_product .slide_product .card_wrapper .content p{font-size:12px}.sec_product .slide_product .card_wrapper .btn-linkProduct{width:40px;height:40px}.sec_product .slide_product .card_wrapper{transform:scale(1);margin:0 5px}}.sec_new{margin-top:80px;padding-bottom:20px;position:relative}.sec_new .slide_new{overflow-x:hidden}.sec_new .slide_new a{text-decoration:none}.sec_new .slide_new .card_wrapper{width:500px;margin:0 auto;border-radius:80px;padding:10px 10px 30px;overflow:hidden;background:linear-gradient(150deg,#fcad05,#ffe49a)}.sec_new .slide_new .card_wrapper .pic{border-radius:70px;overflow:hidden;position:relative;margin-bottom:15px}.sec_new .slide_new .card_wrapper .detail{text-align:center;margin-bottom:50px}.sec_new .slide_new .card_wrapper .detail p{font-size:px;color:#000;-webkit-text-decoration:dotted;text-decoration:dotted}.sec_new .slide_new .card_wrapper .btn_linkCard{margin:0 auto;display:block;width:100px;height:50px;background-image:url(/img/icon/arrow_down-1.png);background-size:100% 100%}.sec_new .btn_viewmore{margin:33px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;text-decoration:none;border:1px solid #fcad05;color:#fcad05;border-radius:20px;padding:5px 60px;font-size:25px;background-color:#fff}@media screen and (max-width:1600px){.sec_new .slide_new .card_wrapper{width:380px}.sec_new .slide_new .card_wrapper .detail{margin-bottom:30px}.sec_new .slide_new .card_wrapper .btn_linkCard{width:65px;height:30px}}@media screen and (max-width:1200px){.sec_new .slide_new .card_wrapper{width:300px}.sec_new .slide_new .card_wrapper .detail p{font-size:16px}}@media screen and (max-width:1023px){.sec_new .slide_new .card_wrapper{width:unset;margin:0 5px}.slick-slide img{width:100%}}.sec_whyus{margin-top:80px;padding-bottom:20px;position:relative}.sec_whyus .whyus_group{padding:0 30px;display:flex;justify-content:space-between;gap:15px}.sec_whyus .whyus_group .whyus_item{text-align:center}.sec_whyus .whyus_group .whyus_item .pic{margin-bottom:30px}.sec_whyus .whyus_group .whyus_item p{font-size:26px;text-align:center}@media screen and (max-width:1023px){.sec_whyus{margin-top:30px}.sec_whyus .whyus_group .whyus_item .pic{margin-bottom:10px}.sec_whyus .whyus_group .whyus_item p{font-size:18px}}@media screen and (max-width:767px){.sec_whyus .whyus_group{display:flex;justify-content:space-between;flex-direction:column}.sec_whyus .whyus_group .whyus_item .pic{max-width:200px;margin:0 auto 10px}}.sec_group_product{padding:0 15px}.sec_group_product .product_item{display:flex;justify-content:center;gap:50px;padding:30px 0}.sec_group_product .product_item .pic{width:600px;position:relative}.sec_group_product .product_item .pic img{-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;height:100%}.sec_group_product .product_item:nth-child(2n){flex-direction:row-reverse}.sec_group_product .detail{text-align:center}.sec_group_product .detail .group_txt h1{font-size:34px;margin-bottom:20px;line-height:1.5}.sec_group_product .detail .group_txt p{font-size:20px;margin-bottom:30px}.sec_group_product .btn_viewMore{margin:0 auto 50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;text-decoration:none;border:1px solid #fcad05;color:#fcad05;border-radius:20px;padding:4px 35px;font-size:20px;background-color:#fff}.sec_group_product .btn_viewMore.red{border:1px solid #992134;color:#992134}.sec_group_product .group_iconCircle{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px 30px;gap:20px 30px}.sec_group_product .group_iconCircle .circle_item .circlePic{margin-bottom:10px}.sec_group_product .group_iconCircle .circle_item p{font-size:18px}@media screen and (max-width:1439px){.sec_group_product .product_item{gap:20px}.sec_group_product .detail .group_txt h1{font-size:30px;margin-bottom:15px}.sec_group_product .detail .group_txt p{font-size:14px;margin-bottom:20px}.sec_group_product .btn_viewMore{margin:0 auto 25px}.sec_group_product .group_iconCircle .circle_item .circlePic{margin:0 auto 5px;width:100px}}@media screen and (max-width:1023px){.sec_group_product .product_item .pic{height:600px}.sec_group_product .product_item .pic img{height:100%}.sec_group_product .group_iconCircle{gap:10px 10px}}@media screen and (max-width:767px){.sec_group_product .group_iconCircle{grid-template-columns:1fr 1fr}.sec_group_product .detail,.sec_group_product .product_item .pic{flex:auto}.sec_group_product .group_iconCircle .circle_item .circlePic{width:50px;height:50px}.sec_group_product .group_iconCircle .circle_item p{font-size:12px}.sec_group_product .detail .group_txt p{font-size:16px;margin-bottom:15px}.sec_group_product .product_item .pic{height:340px}.sec_group_product .product_item{position:relative;padding-top:90px;padding-bottom:0;flex-wrap:wrap}.sec_group_product .detail .group_txt h1{position:absolute;top:20px;left:0;width:100%;font-size:20px;margin-bottom:15px}.sec_group_product .btn_viewMore{margin:0 auto 10px;padding:4px 18px;font-size:10px}.sec_group_product .product_item .pic img{height:100%;width:100%}}.sec_price{padding-top:100px;padding-bottom:50px}.sec_price .slide_price{overflow-x:hidden}.sec_price .slide_price .item{padding:15px}.sec_price .slide_price .item_wrapper{box-shadow:0 0 15px #ffe09d;border-radius:220px;overflow:hidden;margin:0 1vw}.sec_price .slide_price .detail{text-align:center;padding:50px 30px 30px}.sec_price .slide_price .detail .des{font-size:20px;margin-bottom:20px}.sec_price .slide_price .detail .salePrice{text-decoration:line-through;font-size:28px;margin-bottom:5px}.sec_price .slide_price .detail .price{font-size:35px;margin-bottom:0}.sec_price .slide_price .detail .btn_buy{background-color:unset;outline:unset;font-size:20px;display:block;width:150px;padding:6px 30px;height:45px;border:1px solid #fcad05;color:#fcad05;border-radius:50px;margin:20px auto 0;text-decoration:none}.spcany{display:block;width:100%;padding-bottom:0}.warranty{text-align:center;padding:30px 15px}@media screen and (max-width:767px){.sec_price .slide_price .item_wrapper{margin:0}.sec_price .slide_price .item{padding:10px}.sec_price{padding-top:60px;padding-bottom:30px}.sec_price .slide_price .detail .des{font-size:16px;margin-bottom:20px}.sec_price .slide_price .detail .salePrice{text-decoration:line-through;font-size:20px;margin-bottom:5px}.sec_price .slide_price .detail .price{font-size:26px;margin-bottom:0}}.product_detail{margin-top:100px}.product_detail .breadcrumb{display:flex;align-items:center;padding:0 40px}.product_detail .breadcrumb .breadcrumb_item{text-decoration:none;display:flex;align-items:center;font-size:18px;color:#fcad05}.product_detail .breadcrumb .breadcrumb_item:after{content:">";margin:0 10px}.product_detail .breadcrumb .breadcrumb_item:last-child:after{display:none}.product_detail .bannerProduct{display:grid;grid-template-columns:1fr auto;align-items:center;max-width:1600px;padding:0 15px;margin:0 auto 50px}.product_detail .bannerProduct .nameBanner h1{font-size:60px}.product_detail .bannerProduct .nameBanner p{font-size:30px}.product_detail .bannerProduct .pic_banner{max-width:600px}.product_detail .detail_product{text-align:center;padding:0 15px}.product_detail .detail_product .name{font-size:40px;line-height:1.25;margin-bottom:30px}.product_detail .detail_product .des{padding:30px 0;font-size:18px;position:relative}.product_detail .detail_product .des:before{top:0}.product_detail .detail_product .des:after,.product_detail .detail_product .des:before{content:"";position:absolute;left:50%;transform:translate(-50%);height:4px;width:500px;background-color:#fcad05}.product_detail .detail_product .des:after{bottom:0}.product_detail .detail_product .des .des_inner{max-width:800px;margin:0 auto}.product_detail .Ingredients{padding-top:100px;padding-bottom:50px}.product_detail .Ingredients .Ingredients_wrapper{display:flex;align-items:center;gap:100px}.product_detail .Ingredients .Ingredients_pic{width:400px;margin-left:-35px}.product_detail .Ingredients .Ingredients_pic img{width:100%}.product_detail .Ingredients .circle_item{display:flex;align-items:center;gap:40px;margin-bottom:15px}.product_detail .Ingredients .circle_item .circlePic{width:95px;min-width:95px;max-width:95px}.product_detail .Ingredients .circle_item p{font-size:26px}.product_detail .groupbox{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;max-width:1500px;padding:0 15px;margin:0 auto 80px}.product_detail .groupbox .box_item{position:relative;border-radius:100px;overflow:hidden}.product_detail .groupbox .box_item .picBox{width:100%;height:100%}.product_detail .groupbox .box_item .picBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product_detail .groupbox .box_item .nameBox{pointer-events:none;position:absolute;bottom:15px;left:0;width:100%;text-align:center;transition:.3s;font-size:30px;color:#fff}.product_detail .groupbox .box_item .nameBox p{font-size:30px;color:#fff;margin-bottom:10px}.product_detail .groupbox .box_item .nameBox .arrow_down{background-image:url(/img/icon/arrow_down-2.png);background-size:100% 100%;width:45px;height:25px;margin:0 auto}.product_detail .groupbox .box_item .contentBox{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;place-content:center;text-align:center;padding:20px;background-color:rgba(252,173,5,.5);color:#fff;transition:.3s;opacity:0;visibility:hidden}.product_detail .groupbox .box_item .contentBox h2{font-size:30px;margin-bottom:10px}.product_detail .groupbox .box_item .contentBox p{font-size:20px}.product_detail .groupbox .box_item:hover .nameBox{opacity:0;visibility:hidden}.product_detail .groupbox .box_item:hover .contentBox{opacity:1;visibility:visible}.product_detail .group_IconList{background:linear-gradient(150deg,#fcad05,#ffe49a);padding:50px 0}.product_detail .group_IconList .group_IconList_wrapper{display:grid;grid-template-columns:1fr 1fr;max-width:1500px;margin:0 auto;padding:0 15px;grid-gap:100px;gap:100px}.product_detail .group_IconList .title{text-align:center;margin-bottom:30px}.product_detail .group_IconList .title h1{font-size:50px}.product_detail .group_IconList .list_item{display:flex;align-items:center;gap:20px;height:175px;margin-bottom:20px}.product_detail .group_IconList .list_item .pic{width:100px;min-width:100px;max-width:100px;height:100px}.product_detail .group_IconList .list_item .pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product_detail .group_IconList .list_item p{font-size:26px}.product_detail .group_IconList .white .list_item p,.product_detail .group_IconList .white .title h1{color:#fff}.product_detail.them_red .detail_product .des:after,.product_detail.them_red .detail_product .des:before{background-color:#992134}.product_detail.them_red .groupbox .box_item .contentBox{background-color:rgba(166,25,35,.5)}.product_detail.them_red .group_IconList{background:linear-gradient(96deg,#a61923,#f0f0f0);padding:50px 0}.product_detail.them_red .breadcrumb .breadcrumb_item{color:#992134}@media screen and (max-width:1200px){.product_detail .breadcrumb{padding:10px 15px}.product_detail .bannerProduct{position:relative;grid-template-columns:1fr}.product_detail .bannerProduct .nameBanner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:35px}.product_detail .bannerProduct .pic_banner{max-width:unset}.product_detail .bannerProduct .pic_banner img{width:100%}.product_detail .group_IconList .group_IconList_wrapper{grid-template-columns:1fr;gap:0}.product_detail.them_red .group_IconList{background:linear-gradient(178deg,#a61923,#c89b9b)}}@media screen and (max-width:1023px){.product_detail .Ingredients .Ingredients_pic{width:230px}.product_detail .Ingredients .circle_item .circlePic{width:60px;flex:.2 1}.product_detail .Ingredients .circle_item p{font-size:22px;flex:.8 1}.product_detail .Ingredients .circle_item{gap:20px;margin-bottom:5px;display:flex}.product_detail .groupbox .box_item:hover .nameBox{opacity:1;visibility:visible}.product_detail .groupbox .box_item:hover .contentBox{opacity:0;visibility:hidden}.product_detail .groupbox .box_item .overay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;opacity:0;pointer-events:none;transition:.3s}.product_detail .groupbox .box_item .contentBox{position:fixed;height:auto;top:50%;left:50%;width:95%;transform:translate(-50%,-50%);background-color:#fcad05;border-radius:20px;z-index:2}.product_detail .groupbox .box_item .contentBox .close_model{width:20px;height:20px;background-image:url(/img/icon/icon_close.png);background-size:100% 100%;margin-left:auto;margin-bottom:10px;filter:invert(1)}.product_detail .groupbox .box_item .active .overay{opacity:1;pointer-events:unset}.product_detail .groupbox .box_item .active .contentBox{opacity:1;visibility:visible}}@media screen and (max-width:767px){.product_detail .Ingredients .Ingredients_pic{display:none}.product_detail .detail_product .des:after,.product_detail .detail_product .des:before{width:80%}.product_detail .Ingredients{padding-top:45px;padding-bottom:30px}.product_detail .Ingredients .Ingredients_wrapper .group_iconCircle{padding:0 15px}.product_detail .Ingredients .circle_item p{font-size:18px}.product_detail .bannerProduct .nameBanner{font-size:20px;width:100%;text-align:center}.product_detail .bannerProduct .nameBanner h1{font-size:24px;text-shadow:1px 0 2px #000}.product_detail .detail_product .des .des_inner{max-width:800px;margin:0 auto;font-size:16px}.product_detail .bannerProduct .nameBanner p{font-size:21px;text-shadow:1px 0 2px #000}.product_detail .detail_product .name{font-size:28px}.product_detail .detail_product .des{font-size:14px}.product_detail .group_IconList .title h1{font-size:30px}.product_detail .group_IconList .list_item p{font-size:16px}.product_detail .group_IconList .list_item .pic{min-width:60px;height:60px;width:60px}.product_detail .groupbox{grid-template-columns:1fr}.product_detail .groupbox .box_item .picBox{height:200px}.product_detail .groupbox .box_item .nameBox p{font-size:22px}.product_detail .groupbox .box_item .nameBox .arrow_down{width:30px;height:15px}.product_detail .group_IconList .list_item{height:auto}.product_detail .groupbox .box_item .contentBox p{font-size:16px}}.reviews .reviews_item_wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px;padding:40px 20px 50px}.reviews .cercle{width:200px;height:200px;position:relative}.reviews .cercle img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.reviews .reviews_item_inner{text-align:center;flex:1 1}.reviews .comment_card:before{background-image:url(/img/icon/comma-1.png);transform:translateY(100%)}.reviews .comment_card:after,.reviews .comment_card:before{content:"";display:block;width:50px;height:40px;background-size:100% 100%}.reviews .comment_card:after{margin-top:10px;margin-left:auto;background-image:url(/img/icon/comma-2.png);transform:translateY(-100%)}.reviews .comment_card p{font-size:18px;padding:0 70px}.reviews .comment_card p .highlight{font-size:20px}.reviews .comment_card p .highlight:before{display:block;content:"";width:140px;height:15px;background-image:url(/img/element.png);background-size:100% 100%;margin:0 auto 15px}.reviews .footer_card{margin-top:-30px}.reviews .footer_card p{font-size:18px}.reviews .reviews_item:nth-child(2n){background:linear-gradient(-90deg,#fcad05,#ffe49a)}.reviews .reviews_item:nth-child(2n) .reviews_item_wrapper{flex-direction:row-reverse}@media screen and (max-width:1023px){.reviews .comment_card p .highlight{font-size:18px}.reviews .comment_card p{font-size:14px;padding:0 40px}.reviews .comment_card:after,.reviews .comment_card:before{width:30px;height:20px}.reviews .footer_card{margin-top:0}.reviews .footer_card p{font-size:14px}}@media screen and (max-width:767px){.reviews .reviews_item_wrapper{flex-direction:column-reverse;gap:0;padding-bottom:0}.reviews .reviews_item:nth-child(2n) .reviews_item_wrapper{flex-direction:column-reverse}.reviews .cercle{width:100px;height:100px;margin-top:-50px}.reviews{background:linear-gradient(-90deg,#fcad05,#ffe49a);padding-bottom:50px}.reviews .reviews_item:nth-child(2n){background:unset}.reviews .reviews_item_inner{background-color:#fff;padding:20px 20px 70px;border-radius:10px}.reviews .comment_card p{font-size:14px;padding:15px 0}}.height_iframe{height:900px}@media(max-width:768px){.height_iframe{height:300px}}.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none;white-space:pre}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgba(0,0,0,.15);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{-webkit-animation:tooltips-horz ease-out forwards;animation:tooltips-horz ease-out forwards}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@-webkit-keyframes tooltips-vert{to{opacity:1;transform:translate(-50%)}}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%)}}@-webkit-keyframes tooltips-horz{to{opacity:1;transform:translateY(-50%)}}@keyframes tooltips-horz{to{opacity:1;transform:translateY(-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{-webkit-animation:tooltips-vert ease-out forwards;animation:tooltips-vert ease-out forwards}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,to{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,to{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}to{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}to{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:chaty-animation-shockwave 2s ease-out 1.3s infinite;animation:chaty-animation-shockwave 2s ease-out 1.3s infinite}.chaty-animation-shockwave:before{left:0;-webkit-animation:chaty-animation-shockwave 2s ease-out .8s infinite;animation:chaty-animation-shockwave 2s ease-out .8s infinite}.chaty-animation-blink{-webkit-animation:chaty-animation-blink 1.33s ease-out infinite;animation:chaty-animation-blink 1.33s ease-out infinite}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:chaty-animation-pulse .4s infinite alternate;animation:chaty-animation-pulse .4s infinite alternate}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{-webkit-animation:chaty-animation-sheen 5s infinite;animation:chaty-animation-sheen 5s infinite;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.5) 50%,transparent);transform:rotate(60deg) translateY(5em)}@-webkit-keyframes chaty-animation-sheen{20%,to{transform:rotate(60deg) translateY(-80px)}}@keyframes chaty-animation-sheen{20%,to{transform:rotate(60deg) translateY(-80px)}}.chaty-animation-fade{-webkit-animation:chaty-animation-fade 5s infinite;animation:chaty-animation-fade 5s infinite}.chaty-animation-spin{-webkit-animation:chaty-animation-spin 5s cubic-bezier(.56,-.35,.22,1.5) infinite;animation:chaty-animation-spin 5s cubic-bezier(.56,-.35,.22,1.5) infinite}@-webkit-keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,20%,to{opacity:1}}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,20%,to{opacity:1}}@-webkit-keyframes chaty-animation-spin{10%{transform:rotate(-20deg);-webkit-animation-timing-function:ease;animation-timing-function:ease}20%,to{transform:rotate(1turn)}}@keyframes chaty-animation-spin{10%{transform:rotate(-20deg);-webkit-animation-timing-function:ease;animation-timing-function:ease}20%,to{transform:rotate(1turn)}}.chaty-animation-bounce,.chaty-animation-jump{-webkit-animation:chaty-animation-bounce 5s cubic-bezier(.84,-.54,.31,1.19) infinite;animation:chaty-animation-bounce 5s cubic-bezier(.84,-.54,.31,1.19) infinite}@-webkit-keyframes chaty-animation-bounce{0%,20%,to{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-bounce{0%,20%,to{transform:none}10%{transform:translateY(-1em)}}@-webkit-keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotate(-20deg) scale(1.2)}13%{transform:rotate(25deg) scale(1.2)}15%{transform:rotate(-15deg) scale(1.2)}17%{transform:rotate(15deg) scale(1.2)}20%{transform:rotate(-12deg) scale(1.2)}22%{transform:rotate(0) scale(1.2)}24%,to{transform:rotate(0) scale(1)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotate(-20deg) scale(1.2)}13%{transform:rotate(25deg) scale(1.2)}15%{transform:rotate(-15deg) scale(1.2)}17%{transform:rotate(15deg) scale(1.2)}20%{transform:rotate(-12deg) scale(1.2)}22%{transform:rotate(0) scale(1.2)}24%,to{transform:rotate(0) scale(1)}}.chaty-animation-waggle{-webkit-animation:chaty-animation-waggle 5s infinite;animation:chaty-animation-waggle 5s infinite}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *,.chaty-form-body form{margin:0;padding:0}.chaty .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 3px 6px rgba(0,0,0,.25)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 3px 6px rgba(0,0,0,.25);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{background:#e6ddd4;padding:0;min-height:260px;position:relative;z-index:2;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}.chaty-whatsapp-content{padding:20px 20px 20px 10px}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.qr-code-image{padding:10px;text-align:center}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-body:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.08}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 8px 8px;position:relative;transform-origin:center top;z-index:2;box-shadow:0 1px .5px rgba(0,0,0,.13);margin-top:4px;margin-left:15px;max-width:calc(100% - 40px);font-size:14px}.chaty-whatsapp-message:before{position:absolute;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";top:0;left:-12px;width:12px;height:19px}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400}.chaty-whatsapp-footer{position:relative;padding:12px 15px;background:#f0f0f0;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}.chaty-whatsapp-button button,.chaty-whatsapp-button button:focus,.chaty-whatsapp-button button:hover{line-height:48px;text-align:center;float:right;height:48px;width:48px;padding:8px 10px 8px 15px;background:#25d366!important;border-radius:24px;outline:0;box-shadow:none;border:none;cursor:pointer;margin:0;text-decoration:none}.chaty-whatsapp-data{display:flex;flex:1 1}.chaty-whatsapp-field{padding-right:12px;flex:1 1}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:48px!important;line-height:32px;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21}.chaty-whatsapp-field input[type=text]:focus{outline:0;border:none;margin:0;color:#111b21}.chaty-whatsapp-button button:focus,.chaty-whatsapp-button button:hover{background:#22bf5b!important}.close-chaty-form{position:absolute;right:5px;top:5px;background:#30534b;width:22px;height:22px;border-radius:15px;padding:3px;cursor:pointer;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s}.close-chaty-form:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.chaty-close-button{position:relative;width:16px;height:16px;transition:.4s;cursor:pointer}.chaty-close-button:after,.chaty-close-button:before{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px;transform:rotate(45deg);top:7px;left:2px}.chaty-close-button:after{transform:rotate(-45deg)}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover}.chaty-close-agent-list svg{fill:#fff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;border-bottom:1px solid #acacac}.chaty-contact-inputs{padding:15px 15px 0}.chaty-contact-input{display:flex}.chaty-contact-input+.chaty-contact-input{margin:12px 0 0}.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.chaty-textarea-field.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:"";width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{-webkit-clip-path:circle(15px at 60px calc(100% - 60px));clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{-webkit-clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px));clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;-webkit-clip-path:circle(100%);clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:5px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#fff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.chaty-sts1{fill:#fff}.chaty-st0{fill:gray}#chaty-widget-0 .Line-channel .color-element,#chaty-widget-0 .channel-icon-Line .color-element{fill:#38b900;color:#38b900}#chaty-widget-0 .Line-channel .chaty-custom-icon,#chaty-widget-0 .Line-channel .chaty-svg,#chaty-widget-0 .channel-icon-Line .chaty-svg,.chaty-chat-view-0 .Line-channel .chaty-custom-icon,.chaty-chat-view-0 .Line-channel .chaty-svg,.chaty-chat-view-0 .channel-icon-Line .chaty-svg{background-color:#38b900}#chaty-widget-0 .Facebook_Messenger-channel .color-element,#chaty-widget-0 .channel-icon-Facebook_Messenger .color-element{fill:#1e88e5;color:#1e88e5}#chaty-widget-0 .Facebook_Messenger-channel .chaty-custom-icon,#chaty-widget-0 .Facebook_Messenger-channel .chaty-svg,#chaty-widget-0 .channel-icon-Facebook_Messenger .chaty-svg,.chaty-chat-view-0 .Facebook_Messenger-channel .chaty-custom-icon,.chaty-chat-view-0 .Facebook_Messenger-channel .chaty-svg,.chaty-chat-view-0 .channel-icon-Facebook_Messenger .chaty-svg{background-color:#1e88e5}#chaty-widget-0 .chaty-channel-list .chaty-channel,#chaty-widget-0 .chaty-channel-list .chaty-channel>a{width:54px;height:54px}#chaty-widget-0 .chaty-channel-list .chaty-channel>a .chaty-custom-icon{display:block;width:54px;height:54px;line-height:54px;font-size:27px}#chaty-widget-0 .chaty-channel-list .chaty-channel button{width:54px;height:54px;margin:0;padding:0;outline:none;border-radius:50%}#chaty-widget-0 .chaty-channel-list .chaty-channel .chaty-svg,#chaty-widget-0 .chaty-channel-list .chaty-channel .chaty-svg img,#chaty-widget-0 .chaty-channel-list .chaty-channel a,#chaty-widget-0 .chaty-channel-list .chaty-channel span.chaty-icon{width:54px;height:54px}#chaty-widget-0 .chaty-channel-list .chaty-channel .chaty-svg .chaty-custom-channel-icon{width:54px;height:54px;line-height:54px;display:block;font-size:27px}#chaty-widget-0 .chaty-i-trigger .chaty-cta-button,#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button{background-color:#a886cd}#chaty-widget-0 .chaty-i-trigger .chaty-channel,#chaty-widget-0 .chaty-i-trigger .chaty-channel>a{width:54px;height:54px}#chaty-widget-0 .chaty-i-trigger .chaty-channel>a .chaty-custom-icon{display:block;width:54px;height:54px;line-height:54px;font-size:27px}#chaty-widget-0 .chaty-i-trigger .chaty-channel button{width:54px;height:54px;margin:0;padding:0;outline:none;border-radius:50%}#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg,#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg img,#chaty-widget-0 .chaty-i-trigger .chaty-channel a,#chaty-widget-0 .chaty-i-trigger .chaty-channel span.chaty-icon{width:54px;height:54px}#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg .chaty-custom-channel-icon{width:54px;height:54px;line-height:54px;display:block;font-size:27px}#chaty-widget-0 .chaty-i-trigger .ch-pending-msg{background-color:#d00;color:#fff}#chaty-widget-0 .chaty-channel-list{height:124px;width:62px}#chaty-widget-0 .chaty-open .chaty-channel-list .chaty-channel:first-child{transform:translateY(-124px)}#chaty-widget-0 .chaty-open .chaty-channel-list .chaty-channel:nth-child(2){transform:translateY(-62px)}#chaty-widget-0 .chaty-open .chaty-channel-list .chaty-channel:nth-child(3){transform:translateY(0)}#chaty-widget-0 .chaty-widget{bottom:25px;right:25px;left:auto}.chaty-outer-forms.pos-right.chaty-form-0{right:25px;left:auto}#chaty-widget-0.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view,.chaty-outer-forms.active.chaty-form-0{transform:translateY(-94px)}#chaty-widget-0 .chaty-tooltip:after{background-color:#fff;color:#333}#chaty-widget-0 .chaty-tooltip.pos-top:before{border-top-color:#fff}#chaty-widget-0 .chaty-tooltip.pos-left:before{border-left-color:#fff}#chaty-widget-0 .chaty-tooltip.pos-right:before{border-right-color:#fff}#chaty-widget-0 .on-hover-text{background-color:#fff;color:#333}#chaty-widget-0 .chaty-tooltip.pos-top .on-hover-text:before{border-top-color:#fff}#chaty-widget-0 .chaty-tooltip.pos-left .on-hover-text:before{border-left-color:#fff}#chaty-widget-0 .chaty-tooltip.pos-right .on-hover-text:before{border-right-color:#fff}.chaty-outer-forms.chaty-form-0 .chaty-agent-body,.chaty-outer-forms.chaty-whatsapp-form.chaty-form-0 .chaty-whatsapp-content{max-height:calc(100vh - 220px);overflow-y:auto}.chaty-outer-forms.chaty-contact-form-box.chaty-form-0 .chaty-contact-inputs{max-height:calc(100vh - 230px);overflow-y:auto}.slick-track{display:flex!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}