@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a{text-decoration:none}select{-webkit-appearance:none;appearance:none}.select-wrapper,select{position:relative}.select-wrapper:after{border:1px solid #b5b5c3;border-width:0 2px 2px 0;content:"";display:block;height:10px;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px}button[disabled]{cursor:auto!important}img.img-white{filter:invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}img.img-primary{filter:invert(69%) sepia(63%) saturate(4970%) hue-rotate(201deg) brightness(102%) contrast(101%)}img.img-success{filter:invert(77%) sepia(41%) saturate(4624%) hue-rotate(127deg) brightness(95%) contrast(79%)}img.img-warning{filter:invert(92%) sepia(22%) saturate(5155%) hue-rotate(359deg) brightness(99%) contrast(97%)}img.img-secondary{filter:invert(37%) sepia(5%) saturate(400%) hue-rotate(169deg) brightness(99%) contrast(90%)}img.img-danger{filter:invert(51%) sepia(22%) saturate(5949%) hue-rotate(321deg) brightness(93%) contrast(107%)}.text-overflow-1{-webkit-line-clamp:1;word-break:break-all}.text-overflow-1,.text-overflow-2{-webkit-box-orient:vertical;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.text-overflow-2{-webkit-line-clamp:2;word-break:break-word}.overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s linear;visibility:hidden;z-index:0}.overlay.overlay-show{opacity:.3;visibility:visible;z-index:10}.hidden-scrollbar::-webkit-scrollbar{display:none}.hidden-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.grecaptcha-badge{opacity:0;visibility:hidden}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#btn-back-to-top{box-shadow:0 6px 16px 0 #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;display:none;height:40px;position:fixed;right:20px!important;width:40px;z-index:10}#wifi-loader{--back-color:#c3c8de;--text-color:#414856;border-radius:50px;height:64px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:64px}#wifi-loader,#wifi-loader svg{align-items:center;display:flex;justify-content:center}#wifi-loader svg{position:absolute}#wifi-loader svg circle{fill:none;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;position:absolute;transform:rotate(-100deg);transform-origin:center}#wifi-loader svg circle.back{stroke:var(--back-color)}#wifi-loader svg circle.front{stroke:var(--primary)}#wifi-loader svg.circle-outer{height:86px;width:86px}#wifi-loader svg.circle-outer circle{stroke-dasharray:62.75 188.25}#wifi-loader svg.circle-outer circle.back{animation:circle-outer135 1.8s ease .3s infinite}#wifi-loader svg.circle-outer circle.front{animation:circle-outer135 1.8s ease .15s infinite}#wifi-loader svg.circle-middle{height:60px;width:60px}#wifi-loader svg.circle-middle circle{stroke-dasharray:42.5 127.5}#wifi-loader svg.circle-middle circle.back{animation:circle-middle6123 1.8s ease .25s infinite}#wifi-loader svg.circle-middle circle.front{animation:circle-middle6123 1.8s ease .1s infinite}#wifi-loader svg.circle-inner{height:34px;width:34px}#wifi-loader svg.circle-inner circle{stroke-dasharray:22 66}#wifi-loader svg.circle-inner circle.back{animation:circle-inner162 1.8s ease .2s infinite}#wifi-loader svg.circle-inner circle.front{animation:circle-inner162 1.8s ease .05s infinite}#wifi-loader .text{align-items:center;bottom:-40px;display:flex;font-size:14px;font-weight:500;justify-content:center;letter-spacing:.2px;position:absolute;text-transform:lowercase}#wifi-loader .text:after,#wifi-loader .text:before{content:attr(data-text)}#wifi-loader .text:before{color:var(--text-color)}#wifi-loader .text:after{animation:text-animation76 3.6s ease infinite;color:var(--primary);left:0;position:absolute}@keyframes circle-outer135{0%{stroke-dashoffset:25}25%{stroke-dashoffset:0}65%{stroke-dashoffset:301}80%{stroke-dashoffset:276}to{stroke-dashoffset:276}}@keyframes circle-middle6123{0%{stroke-dashoffset:17}25%{stroke-dashoffset:0}65%{stroke-dashoffset:204}80%{stroke-dashoffset:187}to{stroke-dashoffset:187}}@keyframes circle-inner162{0%{stroke-dashoffset:9}25%{stroke-dashoffset:0}65%{stroke-dashoffset:106}80%{stroke-dashoffset:97}to{stroke-dashoffset:97}}@keyframes text-animation76{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}50%{-webkit-clip-path:inset(0);clip-path:inset(0)}to{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}.wrapper-fullscreen-loading{align-items:center;background-color:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}@media (max-width:991.98px){.sign-up{max-width:400px;width:100%}}@media (max-width:575.98px){.sign-up{max-width:100%;width:100%}}#form-otp input{align-items:center;display:flex;font-size:2rem;height:45px;justify-content:center;margin:5px;padding:10px;width:45px}#form-otp input:focus{border-color:#b5b5c3}@media (max-width:576px){#form-otp input{height:35px;padding:5px;width:35px}}#form-otp .form-otp__SMSText,#form-otp .form-otp__message{margin:10px auto;max-width:370px}@media (max-width:576px){#form-otp .form-otp__SMSText,#form-otp .form-otp__message{width:250px}}.display-user-info img.img-primary{filter:invert(39%) sepia(45%) saturate(6569%) hue-rotate(184deg) brightness(97%) contrast(94%)}.display-user-info .navi-item .navi-link img{transition:all .15s ease}.display-user-info .navi-item .navi-link:hover img{filter:invert(53%) sepia(40%) saturate(2816%) hue-rotate(202deg) brightness(103%) contrast(103%)}.payment-info #payment-info__bank-info .ant-card-head-title .ant-select{bottom:0;opacity:0;position:absolute;top:0;z-index:2}.payment-info #payment-info__bank-info .ant-card-head-title .ant-select .ant-select-selector{height:100%}@media (max-width:400px){.payment-info #payment-info__bank-info .btn-copy{margin-bottom:5px;margin-top:5px;width:100%}}.payment-info #payment-info__download-app img{max-height:100px}.payment-info #payment-info__download-app img:last-child{cursor:pointer}@media (max-width:350px){.payment-info #payment-info__download-app img:first-child{display:none}.payment-info #payment-info__download-app img:last-child{object-fit:contain;width:100%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.slider .swiper{width:100%}@media only screen and (max-width:768px){.slider .swiper-button-next,.slider .swiper-button-prev{display:none}}.news .card-header{min-height:0!important;min-height:auto!important}.news .overflow-text-2,.news .overflow-text-4{-webkit-box-orient:vertical;display:-webkit-box!important;line-height:1.3;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.news .overflow-text-2{-webkit-line-clamp:2}.news .overflow-text-4{-webkit-line-clamp:4}#list-wifi-card .card-header .card-title img{filter:invert(39%) sepia(45%) saturate(6569%) hue-rotate(184deg) brightness(97%) contrast(94%)}@media only screen and (max-width:576px){.list-cards.card-body .list-cards__item button{justify-content:center;width:100%}}.datatable-pager-link img{height:10px;transition:all .2s linear;width:10px}.datatable-pager-link-first,.datatable-pager-link-prev{transform:rotate(180deg)}.datatable-pager-link:hover:not(.datatable-pager-link-disabled) img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)}.datatable-pager-link img{filter:invert(58%) sepia(10%) saturate(649%) hue-rotate(194deg) brightness(87%) contrast(88%)}.datatable-pager-link-disabled{opacity:.4!important}.FAQs__category span li p.active span{color:var(--primary)!important}@media (max-width:992px){.FAQs__category span li p.active:before{display:none!important}}.FAQs .tab-content .tab-item{cursor:pointer}.FAQs .tab-content .tab-item__heading img{filter:invert(69%) sepia(93%) saturate(4247%) hue-rotate(204deg) brightness(105%) contrast(101%);transition:all .2s ease}.FAQs .tab-content .tab-item__content{max-height:0;overflow:hidden;transition:all .2s ease}.FAQs .tab-content .tab-item.active .tab-item__heading img{transform:rotate(90deg)}.FAQs .tab-content .tab-item.active .tab-item__content{max-height:500px}#promotion-MungXuan2023 img.icon-primary{filter:invert(64%) sepia(50%) saturate(5179%) hue-rotate(195deg) brightness(100%) contrast(94%);height:24px}@media only screen and (max-width:437px){#promotion-MungXuan2023 .position-relative.mb-5.flex-grow-1.mr-10{margin-right:0!important}}@media only screen and (max-width:493px){#promotion-MungXuan2023 .position-relative.mb-5.flex-grow-1.mr-10{margin-bottom:24px!important}}.promotion__rules ul{list-style:none}.promotion__rules ul li{padding-left:20px;position:relative}.promotion__rules ul li:after{background:url(/static/media/check-solid.0cfad0cbfdd12403fd63.svg);background-position:50%;background-repeat:no-repeat;content:"";height:22px;left:0;position:absolute;top:0;transform:translateX(50%);width:10px}.promotion-form__card-list{overflow-x:scroll;overflow-y:hidden}.promotion-form__card-list .promotion-form__card-item{border:1px solid #00000020}.promotion-form__card-list .promotion-form__card-item.active,.promotion-form__card-list .promotion-form__card-item.active .promotion-form__card-item__img:after,.promotion-form__card-list .promotion-form__card-item.active .promotion-form__card-item__img:before{border-color:#5296f7}.promotion-form__card-list .promotion-form__card-item:not(:last-child){margin-right:10px}.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img{border-right:1px dashed #00000020;position:relative}.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img img{height:50px;width:50px}.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img:after,.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img:before{background:#fff;border:1px solid #00000020;border-radius:50%;content:"";display:block;height:10px;position:absolute;width:10px}.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img:before{right:0;top:0;transform:translate(50%,-50%)}.promotion-form__card-list .promotion-form__card-item .promotion-form__card-item__img:after{bottom:0;right:0;transform:translate(50%,50%)}.promotion-form__card-list .promotion-form__card-item h6{width:150px}.promotion-form__card-list .promotion-form__card-item p{line-height:1.2}.promotion-form__card-list .promotion-form__card-item p.text-success{width:175px}@media (max-width:992px){.setting-password .form .form-group,.setting-personal-information .form .form-group{margin-bottom:.5rem}}.video-player{border-radius:10px;box-shadow:0 1px 10px #ddd;height:533.33333px;margin:0 auto;overflow:hidden;position:relative;width:300px}video{background:#fff;height:100%;width:100%}.controls{align-items:center;background:linear-gradient(180deg,#0000,#000);bottom:0;display:flex;justify-content:space-between;position:absolute;transition:opacity .2s;width:100%}.video-player.playing .controls{opacity:0}.video-player:hover .controls{opacity:1}.control-button{background:#0000;border:none;cursor:pointer;opacity:.8;transition:all .2s}.control-button:hover{opacity:1}.control-button img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(137deg) brightness(103%) contrast(101%);width:20px}.control-button{height:40px;position:relative;width:40px}.timeline{-webkit-appearance:none;background-color:#ffffff4d;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;background-size:0 100%;border-radius:5px;cursor:pointer;flex:1 1;height:.5em;width:calc(100% - 125px)}.timeline::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fffc;border-radius:50%;cursor:pointer;height:1em;opacity:0;-webkit-transition:all .1s;transition:all .1s;width:1em}.timeline::-moz-range-thumb{-webkit-appearance:none;background-color:#fffc;border-radius:50%;cursor:pointer;height:1em;opacity:0;-moz-transition:all .1s;transition:all .1s;width:1em}.timeline::-ms-thumb{-webkit-appearance:none;background-color:#fffc;border-radius:50%;cursor:pointer;height:1em;opacity:0;-ms-transition:all .1s;transition:all .1s;width:1em}.timeline::-webkit-slider-thumb:hover{background-color:#fff}.timeline:hover::-webkit-slider-thumb{opacity:1}.timeline::-moz-range-thumb:hover{background-color:#fff}.timeline:hover::-moz-range-thumb{opacity:1}.timeline::-ms-thumb:hover{background-color:#fff}.timeline:hover::-ms-thumb{opacity:1}.timeline::-webkit-slider-runnable-track{-webkit-appearance:none;background:#0000;border:none;box-shadow:none}.timeline::-moz-range-track{-webkit-appearance:none;background:#0000;border:none;box-shadow:none}.timeline::-ms-track{-webkit-appearance:none;background:#0000;border:none;box-shadow:none}.status-icon{align-items:center;background:#00000080;border-radius:50%;display:flex;height:90px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px}.status-icon.show{animation-duration:1s;animation-name:statusIconShowAnimation}.status-icon img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(137deg) brightness(103%) contrast(101%);height:35px;opacity:.8;width:35px}@keyframes statusIconShowAnimation{0%{opacity:1;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.user-manual ul{list-style:none}.user-manual__topic{-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:scroll;position:relative;scrollbar-width:none}.user-manual__topic::-webkit-scrollbar{display:none}.user-manual__topic__item{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.user-manual__topic li{min-width:-webkit-max-content;min-width:max-content}.user-manual__topic li p{border-bottom:2px solid #00000026;cursor:pointer}.user-manual__topic li p.active{border-bottom:2px solid #5296f7}.user-manual__problem-list{border-bottom:0;border-right:1px solid #00000026;max-width:400px;width:40%}@media only screen and (max-width:767px){.user-manual__problem-list{border:0;max-width:none;width:100%}}.user-manual__problem-list li p{cursor:pointer;width:100%}.user-manual__problem-list li.active{position:relative}.user-manual__problem-list li.active:after{background-color:#5296f7;border-radius:100%;content:"";display:block;height:5px;left:15px;position:absolute;top:22px;transform:translateY(-50%);width:5px}.user-manual__problem-item{flex:1 1;width:60%}.user-manual__problem-item p:first-child{word-break:break-word}@media only screen and (max-width:767px){.user-manual__problem-item{width:100%}}#swipper__user-manual__image .swiper,#swipper__user-manual__text .swiper{padding-bottom:50px}#swipper__user-manual__image .swiper .swiper-button-next,#swipper__user-manual__image .swiper .swiper-button-prev,#swipper__user-manual__text .swiper .swiper-button-next,#swipper__user-manual__text .swiper .swiper-button-prev{bottom:0;top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#swipper__user-manual__image .swiper .swiper-button-next:hover,#swipper__user-manual__image .swiper .swiper-button-prev:hover,#swipper__user-manual__text .swiper .swiper-button-next:hover,#swipper__user-manual__text .swiper .swiper-button-prev:hover{opacity:.7}#swipper__user-manual__image .swiper .swiper-button-next:after,#swipper__user-manual__image .swiper .swiper-button-prev:after,#swipper__user-manual__text .swiper .swiper-button-next:after,#swipper__user-manual__text .swiper .swiper-button-prev:after{color:var(--primary);font-family:Roboto,sans-serif;font-size:16px}#swipper__user-manual__image .swiper .swiper-button-next:before,#swipper__user-manual__image .swiper .swiper-button-prev:before,#swipper__user-manual__text .swiper .swiper-button-next:before,#swipper__user-manual__text .swiper .swiper-button-prev:before{background:url(/static/media/angles-right-solid.14de45ad603eaada733c.svg);background-repeat:no-repeat;content:"";display:block;filter:invert(69%) sepia(63%) saturate(4970%) hue-rotate(201deg) brightness(102%) contrast(101%);padding:8px}#swipper__user-manual__image .swiper .swiper-button-prev,#swipper__user-manual__text .swiper .swiper-button-prev{left:0}#swipper__user-manual__image .swiper .swiper-button-prev:after,#swipper__user-manual__text .swiper .swiper-button-prev:after{content:"Quay lại";margin-left:5px}#swipper__user-manual__image .swiper .swiper-button-prev:before,#swipper__user-manual__text .swiper .swiper-button-prev:before{transform:rotate(-180deg)}#swipper__user-manual__image .swiper .swiper-button-next,#swipper__user-manual__text .swiper .swiper-button-next{flex-direction:row-reverse;right:0}#swipper__user-manual__image .swiper .swiper-button-next:after,#swipper__user-manual__text .swiper .swiper-button-next:after{content:"Tiếp tục";margin-right:5px}#swipper__user-manual__image .swiper{padding-bottom:0;padding-top:30px}#swipper__user-manual__image .swiper .swiper-button-next,#swipper__user-manual__image .swiper .swiper-button-prev{height:30px;top:0;transform:translateY(50%)}@media (min-width:576px){#swipper__user-manual__image .swiper{padding-top:0}#swipper__user-manual__image .swiper .swiper-button-next,#swipper__user-manual__image .swiper .swiper-button-prev{display:none}}.cart-footer{box-shadow:0 -15px 15px #dddddd52}.cart-footer__icon__cart-quantity{font-size:.8rem;padding:0 5px;position:absolute;right:0;top:3px;transform:translate(-15%,-50%)}.cart-footer--fixed{bottom:0;left:0;position:fixed;right:0;z-index:10}.cart-footer--absolute{left:0;position:absolute;right:0;top:0;transform:translateY(-100%);z-index:10}@media (min-width:992px){.menu-item.menu-item-submenu.menu-item-rel:hover>.menu-submenu.menu-submenu-classic.menu-submenu-left{animation:header-menu-submenu-fade-in .3s ease 1,header-menu-submenu-move-down .3s ease-out 1;display:block!important}.menu-item.menu-item-submenu:hover>.menu-link.menu-toggle>.menu-arrow>img{filter:invert(60%) sepia(5%) saturate(6110%) hue-rotate(189deg) brightness(95%) contrast(112%)}.menu-item.menu-item-submenu:hover>.menu-submenu.menu-submenu-classic.menu-submenu-right{animation:header-menu-submenu-fade-in .3s ease 1,header-menu-submenu-move-down .3s ease-out 1;display:block!important}.menu-item-submenu:hover:after{background-color:initial;content:"";display:block;height:100%;position:absolute;right:-2px;width:4px}}.menu-arrow img{filter:invert(83%) sepia(9%) saturate(272%) hue-rotate(202deg) brightness(87%) contrast(89%);transform:rotate(-90deg);transition:all .2s linear;width:10px}.menu-arrow:before{display:none}@media (max-width:991px){.menu-nav{height:100vh;overflow-y:scroll}}.topbar-item{pointer-events:none}.topbar-item .btn{pointer-events:auto;position:relative}.topbar-item .btn:hover:after{display:block}.topbar-item .btn:after{background-color:initial;bottom:0;content:"";display:none;height:50px;left:0;position:absolute;transform:translateY(100%);width:100%}.topbar-item+.dropdown-menu:hover,.topbar-item:hover+.dropdown-menu{display:block;left:auto;position:absolute;right:0;top:0;transform:translateY(79px);will-change:transform}@media (min-width:768px){#topbar-dropdown-user .topbar-item .btn .overflow-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box!important;max-width:80px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}}#topbar-dropdown-cart .topbar-item .total-item-cart{border:1px solid #fff;border-radius:50px;font-size:.8rem;padding:2px 8px;position:absolute;right:0;top:5px;transform:translate(50%,-50%);z-index:2}#topbar-dropdown-cart .dropdown-menu form .scroll{overflow-y:scroll}#topbar-dropdown-cart .dropdown-menu form .icon-card{cursor:default}#topbar-dropdown-cart .dropdown-menu form .icon-card img{filter:invert(73%) sepia(30%) saturate(1352%) hue-rotate(122deg) brightness(89%) contrast(79%)}body.no-scroll{height:100%;overflow-y:hidden}.no-scrollbar{overflow:auto}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}#kt_header,#kt_header_mobile{z-index:999}#kt_header_mobile{z-index:1000}@media only screen and (min-width:992px){#kt_header{left:0;position:fixed;right:0}}#kt_header_mobile_toggle img{filter:invert(99%) sepia(73%) saturate(0) hue-rotate(89deg) brightness(115%) contrast(100%)}@media (max-width:991.98px){.login-template__footer{margin:0 auto;max-width:400px;width:100%}}@media (max-width:575.98px){.login-template__footer{margin:0 auto;max-width:100%;width:100%}}.tableFixHead{max-height:400px;overflow-y:auto}.tableFixHead table{border-collapse:collapse;width:100%}.tableFixHead table thead th{position:-webkit-sticky;position:sticky;top:0}.tableFixHead table th{background:#fff}.check-card__check-result__detail{font-size:16px}.check-card__check-result__btn-group button:first-child{margin-top:15px}.check-card__check-result__btn-group button:not(:first-child){margin-top:5px}.room-card .card-type-toggle{--container_width:250px;align-items:center;background-color:#fff;border:1px solid rgba(53,52,52,.226);border-radius:10px;color:#000;display:flex;overflow:hidden;position:relative;width:var(--container_width)}.room-card .card-type-toggle input{display:none}.room-card .card-type-toggle label{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:center;letter-spacing:-1px;padding:8px;width:100%;z-index:1}.room-card .card-type-toggle label:has(input:checked){color:#fff}.room-card .card-type-toggle label:has(input:checked)~.selection{background-color:#0b75df;display:inline-block}.room-card .card-type-toggle label:first-child:has(input:checked)~.selection{transform:translateX(calc(var(--container_width)*0/2))}.room-card .card-type-toggle label:nth-child(2):has(input:checked)~.selection{transform:translateX(calc(var(--container_width)*1/2))}.room-card .card-type-toggle .selection{display:none;height:100%;left:0;position:absolute;top:0;transition:.15s ease;width:calc(var(--container_width)/2);z-index:0}.reward__accumulate-points__list{-ms-overflow-style:none;scrollbar-width:none}.reward__accumulate-points__list::-webkit-scrollbar{display:none}.reward__accumulate-points__item{border-radius:12px;box-shadow:0 1px 6px 0 #dcdcdc;min-width:75vw;width:-webkit-max-content;width:max-content}.reward__accumulate-points__item button{padding:4px 8px}.reward__list__item{background-color:#f7f7f7;border-radius:12px;box-shadow:0 0 10px #c2c2c2;overflow:hidden}.reward__list__item .reward__item__thumbnail{position:relative}.reward__list__item .reward__item__thumbnail img{height:100px;object-fit:cover;object-position:50% 75%;width:100%}.reward__list__item .reward__item__thumbnail span{background:#0a2d89;border-radius:0 12px 0 12px;color:#fff;display:block;font-weight:700;padding:6px 10px;position:absolute;right:0;top:0}.reward__list__item .reward__item__content{padding:10px}.reward__list__item .reward__item__content .reward__content__reward-points img{border:1.5px solid #000;border-radius:50%;display:inline-block;filter:invert(92%) sepia(22%) saturate(5155%) hue-rotate(359deg) brightness(99%) contrast(97%);margin-right:5px;padding:3px}.reward__info__list{border-radius:12px;box-shadow:0 1px 6px 0 #dcdcdc}.my-reward__item{background-color:#f7f7f7!important;border:1px solid #00000020}.my-reward__item .ant-card-body{align-items:center;display:flex;justify-content:center;margin:0!important;padding:0}.my-reward__item .ant-card-body .my-reward__item__thumbnail{align-items:center;border-radius:8px;color:#fff;display:flex;height:56px;justify-content:center;margin:0 16px;overflow:hidden;width:56px}.my-reward__item .ant-card-body .my-reward__item__summary{border-left:1px dashed #00000020;flex:1 1;padding:16px;position:relative}.my-reward__item .ant-card-body .my-reward__item__summary .my-reward__summary__price{background-color:#ccc;border-radius:4px;font-size:12px;height:100%}.my-reward__item .ant-card-body .my-reward__item__summary .my-reward__summary__infor p{font-size:13px}.my-reward__item .ant-card-body .my-reward__item__summary .pie{background:#fff;border:1px solid #00000020;border-radius:100%;height:12px;left:-6px;position:absolute;width:12px}.my-reward__item .ant-card-body .my-reward__item__summary .pie.top{top:-6px}.my-reward__item .ant-card-body .my-reward__item__summary .pie.top:after{background:#fff;content:"";display:block;height:6px;left:-1px;position:absolute;top:-2px;width:12px}.my-reward__item .ant-card-body .my-reward__item__summary .pie.bottom{bottom:-6px}.my-reward__item .ant-card-body .my-reward__item__summary .pie.bottom:after{background:#fff;bottom:-2px;content:"";display:block;height:6px;left:-1px;position:absolute;width:12px}.reward-history__heading a{left:0;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%)}.reward-history__heading a img{transform:rotate(180deg)}.reward-history img.icon-crown{filter:invert(92%) sepia(22%) saturate(5155%) hue-rotate(359deg) brightness(99%) contrast(97%)}.webview-cover-template__cover{position:relative}.webview-cover-template__cover .webview-cover-template__content{border-radius:10px 10px 0 0;bottom:0;left:0;min-height:calc(100vh - 100% + 10px);position:absolute;right:0;transform:translateY(calc(100% - 10px));z-index:2}.login.login-2 .login-forgot,.login.login-2 .login-signin,.login.login-2 .login-signup,.login.login-2.login-signin-on .login-signup{display:none}.login.login-2.login-signin-on .login-signin{display:block}.login.login-2.login-signin-on .login-forgot{display:none}.login.login-2.login-signup-on .login-signup{display:block}.login.login-2.login-forgot-on .login-signin,.login.login-2.login-forgot-on .login-signup,.login.login-2.login-signup-on .login-forgot,.login.login-2.login-signup-on .login-signin{display:none}.login.login-2.login-forgot-on .login-forgot{display:block}.login.login-2 .content .content-img{min-height:450px}@media (min-width:992px){.login.login-2 .login-aside{max-width:600px;width:100%}.login.login-2 .content .content-img{min-height:600px!important}.login.login-2 .login-form{max-width:450px;width:100%}}@media (min-width:992px) and (max-width:1399.98px){.login.login-2 .login-aside{max-width:600px;width:100%}}@media (max-width:991.98px){.login.login-2 .content .content-img{background-size:700px;min-height:470px!important}.login.login-2 .login-form{max-width:400px;width:100%}}@media (max-width:575.98px){.login.login-2 .content .content-img{background-size:400px;min-height:280px!important}.login.login-2 .login-form{max-width:100%;width:100%}}@media (max-width:991.98px){.forgot-password{max-width:400px;width:100%}}@media (max-width:575.98px){.forgot-password{max-width:100%;width:100%}}.Toastify__toast-container--bottom-right{bottom:1em!important}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.btn{background-color:initial;border:1px solid #0000;border-radius:5px;cursor:pointer;transition:all .2s linear}.btn.btn--primary{background-color:#5296f7;border-color:#5296f7;color:#fff}.btn.btn--primary:hover{background-color:#1d5cff;border-color:#1d5cff}.btn.btn--outline{background-color:#e1e9ff;border:1px solid #e1e9ff;color:#5296f7}.btn.btn--outline:hover{background-color:#5296f7;border-color:#5296f7;color:#fff}.btn.btn--black{background-color:#000;color:#fff}.text-primary{color:#5296f7!important}.text-link{cursor:pointer;transition:all .2s linear}.text-link:hover{color:#1d5cff!important}.anticon{display:inline-flex!important}@media (max-width:992px){.gutter-b{margin-bottom:15px}.card.card-custom.card-stretch.gutter-b{height:calc(100% - 15px)}}.term-of-use{border-radius:0;height:100vh;margin:0}.term-of-use .heading{border-bottom:4px solid #000}.term-of-use .iframe-container{flex:1 1}.construction-page #payment-info__download-app img{max-height:100px}.construction-page #payment-info__download-app img:last-child{cursor:pointer}@media (max-width:350px){.construction-page #payment-info__download-app img:first-child{display:none}.construction-page #payment-info__download-app img:last-child{object-fit:contain;width:100%}}.error-page{align-items:center;background:#68b3ea;display:flex;flex-direction:column;height:100vh;justify-content:center}.error-page__heading{color:#fff;font-size:80px}.error-page__text{color:#fff;font-size:30px}.error-page__button{border:none;border-radius:30px;color:#000;font-size:20px;padding:8px 35px}.coming-soon-page{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.coming-soon-page__content{max-width:300px;position:relative}.coming-soon-page__content img{animation-duration:1s;animation-name:animationComingSoon;animation-timing-function:linear;transform-origin:top}.coming-soon-page__content:after{background-color:#787878;border-radius:100%;content:"";display:block;height:20px;left:50%;position:absolute;top:0;transform:translate(-50%);width:20px}@keyframes animationComingSoon{0%{transform:rotate(10deg)}20%{transform:rotate(0deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(0deg)}80%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.webview-bill .ant-card-body{padding-bottom:16px;padding-top:16px}.webview-event__btn-group button{align-items:center;display:flex}.webview-event__btn-group button:hover img{filter:invert(56%) sepia(86%) saturate(456%) hue-rotate(184deg) brightness(101%) contrast(101%)}.webview-event__btn-group button img{filter:invert(34%) sepia(89%) saturate(1186%) hue-rotate(198deg) brightness(101%) contrast(125%);margin:0 3px;transition:all .2s cubic-bezier(.645,.045,.355,1);width:15px}.webview-event__btn-group .btn-next img{transform:rotate(180deg)}.webview-event__event-manual .swiper-wrapper{padding-top:44px}.webview-event__event-manual .swiper-button-next,.webview-event__event-manual .swiper-button-prev{top:0;transform:translateY(50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.webview-event__event-manual .swiper-button-next:before,.webview-event__event-manual .swiper-button-prev:before{background:url(/static/media/angles-right-solid.14de45ad603eaada733c.svg);background-repeat:no-repeat;content:"";display:block;filter:invert(69%) sepia(63%) saturate(4970%) hue-rotate(201deg) brightness(102%) contrast(101%);padding:8px}.webview-event__event-manual .swiper-button-next:after,.webview-event__event-manual .swiper-button-prev:after{color:var(--primary);font-family:Roboto,sans-serif;font-size:16px}.webview-event__event-manual .swiper-button-prev:before{transform:rotate(180deg)}.webview-event__event-manual .swiper-button-prev:after{content:"Quay lại"}.webview-event__event-manual .swiper-button-next{flex-direction:row-reverse}.webview-event__event-manual .swiper-button-next:after{content:"Tiếp tục"}.webview-reward .icon-crown{filter:invert(92%) sepia(22%) saturate(5155%) hue-rotate(359deg) brightness(99%) contrast(97%)}.webview-reward__tabs__btn{margin:0 -24px}.webview-reward__tabs__btn button{border-radius:0!important}.webview-reward__tabs__btn button:first-child{border-right:1px solid #ebedf3!important}.webview-video{background:#000;height:100dvh;position:relative}.webview-video__thumbnail{height:100%;margin:0 auto;max-width:400px;width:100%}.webview-video__thumbnail button{left:50%;top:50%;transform:translate(-50%,-50%)}.webview-video video{background:#000;left:50%;max-width:400px;position:absolute;top:0;transform:translateX(-50%)}.webview-video .swiper{height:100dvh;width:100%}.webview-video .swiper-slide{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;max-width:400px}.webview-video .video-loading{bottom:0;height:3px;left:0;position:absolute;width:100%;z-index:1}.webview-video .video-loading:after{animation:videoLoading .75s linear infinite;background:var(--blue);content:"";display:block;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%)}.webview-video__slider{height:100%;max-width:400px;position:relative;width:100%}.webview-video__slider__toggle-play:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.webview-video__slider__description{flex-grow:1;font-size:14px;line-height:1.5;margin:0 20px 20px 10px;max-height:75vh;overflow-y:scroll;width:calc(100% - 100px);z-index:2}.webview-video__slider__description::-webkit-scrollbar{height:0;width:0}.webview-video__slider__description h5{font-size:15px;line-height:1.3}.webview-video__slider__description p{font-size:14px;line-height:1.5}.webview-video__slider__action-list{margin:0 10px 20px 0;z-index:2}.webview-video__slider__action-list button{background:#ffffff1a;height:45px;width:45px}.webview-video__slider__action-list button:hover{background:#fff6}.webview-video__slider__action-list button img{width:24px}.webview-video__share-link img{left:10px;top:50%;transform:translateY(-50%)}.webview-video__share-link input{padding-left:35px;padding-right:75px}.webview-video__share-link button{right:10px;top:50%;transform:translateY(-50%);width:60px}@keyframes videoLoading{0%{width:0}to{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{color:#000;font-family:Roboto,sans-serif;font-size:1.6rem;line-height:1.5}