@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.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%;transform:translateX(-50%)}.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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}:root{--color-primary:#ea0029;--color-primary-contrast:#fff;--bg-header-color:#171717;--text-header-color:#000;--text-header-color-menu:#fff;--bg-footer-color:#fff;--text-footer-color:#171717;--border-footer-color:#4e4f54;--copyright-text-color:#7d7d82;--bg-aside-color:#1d2736;--text-aside-color:#fff;--text-banner-dark-color:#fff;--text-article-color:#fff;--bg-item-new-color:#fff;--text-body-color:#171717;--bg-dark-color:#171717;--bg-light-color:#fff;--text-dark-color:#000;--text-light-color:#fff;--bg-news-page-color:#f5f5f5;--separator-color:#4e4f54;--gray-color:#949499;--gray1-color:#e1e2e3;--gray2-color:#f4f4f4;--gray3-color:#f9f9fb;--gray4-color:#4f4f4f;--color-boxShadow:rgba(0,0,0,.3)}[data-theme=dark]{--color-primary:#ff7b0a;--color-primary-contrast:#fff;--bg-color:#121212;--bg-color1:#1b1b1b;--bg-color2:#202020;--text-color:#acacac;--color-boxShadow:hsla(0,0%,100%,.4);--fade:rgba(27,27,27,.5)}@font-face{font-family:ArchivoLight;src:url(/_next/static/media/Archivo-Light.340ea17b.ttf);font-display:swap}@font-face{font-family:Archivo;src:url(/_next/static/media/Archivo.20ef62b2.ttf);font-display:swap}@font-face{font-family:ArchivoBold;src:url(/_next/static/media/Archivo-Bold.79d6937c.ttf);font-display:swap}@font-face{font-family:ArchivoExtraBold;src:url(/_next/static/media/Archivo-ExtraBold.fcee6054.ttf);font-display:swap}@font-face{font-family:InterLight;src:url(/_next/static/media/Inter-Light.8be0a11c.ttf);font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter.1cccc37b.ttf);font-display:swap}@font-face{font-family:InterBold;src:url(/_next/static/media/Inter-Bold.1e3e4a31.ttf);font-display:swap}@font-face{font-family:PF-BeauSans-Pro;src:url(/_next/static/media/FS-PFBeauSansPro-Bbook.1116f563.ttf);font-display:swap}@font-face{font-family:Sarabun-bold;src:url(/_next/static/media/Sarabun-Bold.abe21307.ttf);font-display:swap}@font-face{font-family:Sarabun-light;src:url(/_next/static/media/Sarabun-Light.ff5ca56c.ttf);font-display:swap}.fadeInOutAnim{animation:fadeInOut .5s linear;animation-fill-mode:both}.moveTextDownAnim{animation:moveTextDown .5s linear;animation-fill-mode:both}.moveTextUpAnim{animation:moveTextUp 1s linear;animation-fill-mode:both}.zoomInfiniteAnim{animation:zoom 1s infinite;animation-fill-mode:both}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes moveTextDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes moveTextUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateX(0)}}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:translateX(1)}}.header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;background-color:#f2f2f2;color:var(--text-header-color);z-index:999;width:100%;height:80px;transition:all .5s}.header .logo{flex-shrink:0}.header .logo img{object-fit:contain}.header .list-menu{flex:1 1;display:flex;align-items:center;justify-content:flex-end;height:100%;text-transform:uppercase;font-family:Sarabun-bold,sans-serif!important}.header .header-link{color:var(--text-color-header);font-weight:500;text-decoration:none;white-space:nowrap}.header .header-link.active{color:var(--color-primary)}.header .btn-common.contact{padding:.4375rem 2.25rem;background-color:var(--color-primary);border-radius:0;border-bottom-left-radius:1.25rem;border-top-right-radius:5px;height:auto}.header .menu-item{margin:0 1rem;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.header .menu-item:hover .header-link{color:var(--color-primary)}.header .menu-item:hover .sub-menu{visibility:visible;opacity:1;transform:translateY(0)}.header .menu-item .sub-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;visibility:hidden;opacity:0;transition:all .15s ease-in-out;padding-left:0;margin-bottom:0;margin-top:0;box-shadow:0 20px 30px var(--color-boxShadow);border-top:4px solid var(--color-primary);transform:translateY(10px);background-color:#fff}.header .menu-item .sub-menu .sub-menu-item{display:flex;justify-content:flex-start;align-items:center;padding:.625rem 1.25rem;color:var(--text-body-color);white-space:nowrap;text-transform:uppercase;position:relative}.header .menu-item .sub-menu .sub-menu-item:hover a{color:var(--color-primary)}.header .menu-item .sub-menu .sub-menu-item.active .child__sub-menu{visibility:visible;opacity:1;transform:translateX(0)}.header .menu-item .child__sub-menu{position:absolute;top:0;left:100%;transform:translateX(-20px);visibility:hidden;opacity:0;transition:all .15s ease-in-out;background-color:#fff}.header .menu-item .child__sub-menu .child__sub-menu-item{display:flex;padding:.625rem 1.25rem;cursor:pointer}.header .menu-item.language{width:1.75rem}.header .menu-item.language span{text-decoration:underline;text-transform:uppercase;cursor:pointer}.header .menu-item.search{margin-left:1.5rem;cursor:pointer;position:relative}.header .menu-item.search .list-item-post{position:absolute;width:237px;top:58px;right:0;background-color:#fff;padding:6px;z-index:9;height:200px;overflow:hidden;overflow-y:scroll}.header .menu-item.search:hover{color:var(--color-primary)}.header .menu-item.search.active .input-search{opacity:1;visibility:visible}.header .menu-item.search .icon-search{font-size:1.25rem}.header .menu-item.search .input-search{position:absolute;right:0;top:5.125rem;opacity:0;visibility:hidden;transition:.15s ease-in-out;width:18.75rem}.header .menu-item.search .input-search .ant-btn{background-color:#fff!important;box-shadow:none;border:1px solid #d9d9d9;border-left:0}.header .menu-item.search .btn-icon-search{color:var(--color-primary);font-size:1.25rem}.scroll-sticky{background-color:var(--bg-header-color);transition:all .5s}.scroll-sticky .header-link{color:var(--text-header-color)}.scroll-sticky .header-link:before{background-color:var(--color-primary)}@media screen and (max-width:1024px){.header{padding:28px 15px!important;display:none}}@media screen and (max-width:768px){.header{display:none}}.sidebar{display:none}@media screen and (max-width:1023.98px){.sidebar{position:fixed;z-index:999;width:100%;background-color:#f2f2f2;color:var(--text-header-color);height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 25px}.sidebar .logo img{object-fit:contain}.sidebar .none-shadow{box-shadow:none}.sidebar #nav-icon{transition:.5s ease-in-out;cursor:pointer;z-index:555;border-color:transparent;border-radius:50%;width:34px;padding:7px 0 5px 4px;background-color:transparent}.sidebar #nav-icon:focus{outline:none}.sidebar #nav-icon .wrap-icon{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;height:16px}.sidebar #nav-icon .wrap-icon span{width:22px;height:2px;display:block;background:var(--text-header-color);transition:all .4s ease-in-out;background-color:var(--text-header-color)}.sidebar #nav-icon .wrap-icon span:first-child,.sidebar #nav-icon .wrap-icon span:last-child{width:1rem}.sidebar #nav-icon.open span:first-child{transform:translateY(6px) rotate(45deg);background-color:#262626}.sidebar #nav-icon.open span:nth-child(2){opacity:0}.sidebar #nav-icon.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);background-color:#262626}}body .btn-close-sidebar{border:none;box-shadow:unset;font-size:20px;padding:0}body .ant-drawer-open{z-index:1000}body .ant-drawer-body{display:flex;flex-direction:column}body .sidebar-collapse{margin-bottom:24px}body .sidebar-collapse .ant-collapse-item{border:none}.sidebar-right{display:flex;align-items:center;height:100%}.language{width:1.75rem}.language span{text-decoration:underline;text-transform:uppercase;cursor:pointer}.search{margin:0 1rem;cursor:pointer;position:relative;height:100%;display:flex;align-items:center}.search:hover{color:var(--color-primary)}.search.active .input-search{opacity:1;visibility:visible}.search .list-item-post{position:absolute;width:224px;top:43px;right:0;background-color:#fff;padding:5px;z-index:9;height:200px;overflow:hidden;overflow-y:scroll}.search .icon-search{font-size:1.125rem}.search .input-search{position:absolute;right:0;top:5rem;opacity:0;visibility:hidden;transition:.15s ease-in-out;width:18.75rem}.search .input-search .ant-btn{background-color:#fff!important;box-shadow:none;border:1px solid #d9d9d9;border-left:0}.search .btn-icon-search{color:var(--color-primary);font-size:1.25rem}.asidebar-drawer .ant-drawer-footer{padding:0;border:none}.asidebar-drawer .ant-drawer-header{border-bottom:none;background-color:#44494d;color:var(--text-header-color-menu)}.asidebar-drawer .asidebar-drawer-title{display:flex;justify-content:flex-end}.asidebar-drawer .btn-close-sidebar{background-color:transparent;color:var(--text-header-color-menu)}.asidebar-drawer .ant-drawer-body{background-color:#44494d;color:var(--text-header-color-menu);padding:0}.asidebar-drawer .list-menu{display:flex;flex-direction:column}.asidebar-drawer .list-menu .menu-item{display:flex;align-items:center;flex-wrap:wrap;padding:1rem;border-bottom:1px solid var(--gray1-color);position:relative;text-transform:uppercase}.asidebar-drawer .list-menu .menu-item.active .menu-item-right .icon{transform:rotate(90deg)}.asidebar-drawer .list-menu .menu-item-right{position:absolute;top:0;right:0;margin-left:auto;height:3.125rem;width:3.125rem;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.1)}.asidebar-drawer .list-menu .menu-item-right .icon{transition:.05s ease-in-out}.asidebar-drawer .list-menu .sub-menu{display:flex;flex-direction:column;width:100%;padding-left:0;background-color:hsla(0,0%,100%,.1);max-height:0;height:auto;transition:.05s ease-in-out;margin:0;overflow:hidden}.asidebar-drawer .list-menu .sub-menu.active{max-height:12.5rem}.asidebar-drawer .list-menu .sub-menu-item{display:flex;align-items:center;padding:.75rem 1rem .75rem 2rem;border-bottom:1px solid var(--gray-color);text-transform:uppercase}.asidebar-drawer .list-menu .sub-menu-item:last-child{border-bottom:0}.footer{font-family:PF-BeauSans-Pro,sans-serif;border-top:.25rem solid var(--color-primary);color:var(--text-footer-color);margin-top:auto}.footer .footer-top{height:70px}.footer .footer-middle{border-bottom:1px solid #b5b4b4;display:flex;padding:1.5625rem 7.5rem;overflow:hidden;background-image:url(/_next/static/media/bg-footer.411ee8d0.png);background-position:50%;background-size:contain}.footer .footer-middle .footer-middle-logo{display:flex;flex-direction:column;align-items:center;margin:auto 3.75rem auto 0;font-family:PF-BeauSans-Pro,sans-serif;font-size:1.25rem;position:relative}.footer .footer-middle .footer-middle-logo .logo{margin-bottom:1rem}.footer .footer-middle .footer-middle-right{position:relative;flex:1 1;min-width:0;display:flex}.footer .footer-middle .footer-middle-right .separate{position:absolute;top:3.75rem;left:0;width:120%;height:1px;background-color:var(--border-footer-color)}.footer .footer-middle .footer-middle-item{display:flex;flex-direction:column;margin-right:1rem;padding-top:2rem;flex:1 1}.footer .footer-middle .footer-middle-item:last-child{margin-right:0}.footer .footer-middle .footer-middle-item .label{color:var(--color-primary);text-transform:uppercase;white-space:nowrap}.footer .footer-middle .footer-middle-item a:hover{text-decoration:underline}.footer .footer-middle .footer-middle-item .footer-list{padding-left:0;display:flex;flex-direction:column;margin-top:1.25rem}.footer .footer-middle .footer-middle-item .footer-list li{display:flex;padding:.25rem 0;font-family:PF-BeauSans-Pro,sans-serif;text-transform:uppercase}.footer .footer-middle .images-bqp{display:flex}.footer .footer-middle .images-bqp .image{margin-right:12px}.footer .footer-middle .images-bqp .image:last-child{margin-right:0}.footer .footer-middle .footer-middle-info{position:relative;flex:1 1;min-width:0;display:flex}.footer .footer-middle .footer-middle-info ul.footer-list-info{list-style-type:none}.footer .footer-middle .footer-middle-info ul.footer-list-info div.list-company-info{padding-left:10px;border-left:3px solid var(--color-primary)}.footer .footer-middle .footer-middle-info ul.footer-list-info .company-info{line-height:35px}.footer .footer-middle .footer-middle-info ul.footer-list-info .company-info a:hover{text-decoration:underline}.footer .footer-middle .footer-middle-info ul.footer-list-info .company-name{color:var(--color-primary);text-transform:uppercase!important;font-weight:700;font-size:17px}.footer .footer-bottom{padding:.3125rem 3.125rem;display:flex;background-color:#f2f2f2}.footer .footer-bottom .block{margin-left:auto}.footer .footer-bottom .caption1{color:#000;display:flex;font-weight:700}.footer .footer-bottom p{font-size:12px}.footer .pt_contact_vertical{position:fixed;display:block;bottom:145px;z-index:100;right:25px}.footer .pt_contact_vertical .contact-mobile .contact-item a{margin-bottom:8px;display:block;transition:all .4s ease;position:relative;border-radius:100%;width:50px;height:50px;text-align:center;line-height:40px;font-size:20px}@media screen and (max-width:768px){.footer .pt_contact_vertical{bottom:220px}}.footer .quick-alo-phone.quick-alo-static{opacity:.6}.footer .quick-alo-phone.quick-alo-hover,.footer .quick-alo-phone:hover{opacity:1}.footer .quick-alo-ph-circle{width:160px;height:160px;top:20px;left:20px;position:absolute;background-color:transparent;border-radius:100%;border:9 solid #bfebfc;opacity:.1;animation:quick-alo-circle-anim 1.2s ease-in-out infinite;transition:all .5s;transform-origin:50% 50%}.footer .quick-alo-phone.quick-alo-active .quick-alo-ph-circle{animation:quick-alo-circle-anim 1.1s ease-in-out infinite!important}.footer .quick-alo-phone.quick-alo-static .quick-alo-ph-circle{animation:quick-alo-circle-anim 2.2s ease-in-out infinite!important}.footer .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,.footer .quick-alo-phone:hover .quick-alo-ph-circle{border-color:#00aff2;opacity:.5}.footer .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,.footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle{border-color:#baf5a7 9;opacity:.5}.footer .quick-alo-phone.quick-alo-green .quick-alo-ph-circle{border-color:#bfebfc 9;opacity:.5}.footer .quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,.footer .quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle{border-color:#ccc;opacity:.5}.footer .quick-alo-phone.quick-alo-gray .quick-alo-ph-circle{border-color:#75eb50;opacity:.5}.footer .quick-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;border-radius:100%;border:2px solid transparent;opacity:.1;animation:quick-alo-circle-fill-anim 2.3s ease-in-out infinite;transition:all .5s;transform-origin:50% 50%}.footer .quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill{animation:quick-alo-circle-fill-anim 1.7s ease-in-out infinite!important}.footer .quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill{animation:quick-alo-circle-fill-anim 2.3s ease-in-out infinite!important;opacity:0!important}.footer .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,.footer .quick-alo-phone:hover .quick-alo-ph-circle-fill{background-color:rgba(0,175,242,.5);background-color:#00aff2 9;opacity:.75!important}.footer .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,.footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,.5);background-color:#baf5a7 9;opacity:.75!important}.footer .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill{background-color:rgba(0,175,242,.5);background-color:#a6e3fa 9;opacity:.75!important}.footer .quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,.footer .quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill{background-color:hsla(0,0%,80%,.5);background-color:#ccc 9;opacity:.75!important}.footer .quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}.footer .quick-alo-ph-img-circle{width:60px;height:60px;position:absolute;background:rgba(30,30,30,.1) url(http://i.imgur.com/YWJeVO2.png) no-repeat 50%;border-radius:100%;border:2px solid transparent;opacity:.7;animation:quick-alo-circle-img-anim 1s ease-in-out infinite;transform-origin:50% 50%}.footer .quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle{animation:quick-alo-circle-img-anim 1s ease-in-out infinite!important}.footer .quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle{animation:quick-alo-circle-img-anim 0s ease-in-out infinite!important}.footer .quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,.footer .quick-alo-phone:hover .quick-alo-ph-img-circle{background-color:#00aff2}.footer .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,.footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle{background-color:#75eb50}.footer .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle{background-color:#00aff2}.footer .quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,.footer .quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle{background-color:#ccc}.footer .quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle{background-color:#75eb50}@keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}to{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}to{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}to{-webkit-transform:rotate(0) scale(1) skew(1deg)}}.footer .quick-alo-phone{position:fixed;background-color:transparent;width:100px;height:100px;display:block;cursor:pointer;z-index:98;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;right:-22px;bottom:44px}@media screen and (max-width:768px){.footer .footer-middle{padding:16px}.footer .footer-bottom{padding:16px;flex-wrap:wrap}.footer .hotline-bar{display:none}}@media screen and (max-width:1024px){.footer .footer-middle{padding:1.5625rem 3.125rem}.footer .footer-middle .footer-middle-info ul.footer-list-info{padding-left:5px}}@media screen and (max-width:768px){.footer .footer-middle{background-image:unset;background-color:#f8f6f6;padding:1.5625rem 3.125rem;flex-direction:column}.footer .footer-middle .footer-middle-logo{align-items:center;margin:auto}.footer .footer-middle .footer-middle-right{flex-wrap:wrap}.footer .footer-middle .footer-middle-right .separate{display:none}.footer .footer-middle .footer-middle-item{padding:1rem 0;flex-basis:25%}.footer .footer-middle .footer-middle-item .label{height:auto}.footer .footer-middle .footer-middle-item .footer-list{margin-top:1rem}.footer .footer-bottom{padding:3.125rem}.footer .extension{display:flex;justify-content:space-between;flex-direction:column}.footer .quick-alo-phone{bottom:123px!important}}@media screen and (max-width:576px){.footer .footer-bottom p{font-size:10px}.footer .footer-middle{flex-direction:column;padding:1.25rem 2.5rem}.footer .footer-middle .footer-middle-logo{align-items:center;margin:auto}.footer .footer-middle .footer-middle-item{flex-basis:32%}.footer .footer-middle .mb-info{margin-top:-24px}.footer .footer-middle .footer-list-info{padding:unset;width:100%}.footer .footer-middle .footer-list-info .list-company-info{padding:unset;border-left:unset!important;padding-left:unset!important}.footer .footer-middle .footer-list-info .list-company-info .company-name{display:none}.footer .footer-middle .footer-list-info .extension{border-top:3px solid var(--color-primary);display:flex;justify-content:space-between;flex-direction:row!important}.footer .footer-middle .footer-list-info .extension .company-info{font-size:8px!important}.footer .footer-bottom{padding:2.5rem}.footer .company-info{line-height:28px!important}}@media screen and (max-width:375px){.footer .footer-middle{flex-direction:column;padding:.625rem 1.25rem}.footer .footer-bottom{padding:1.25rem}}#ipv6{padding-top:10px;padding-left:5px}.home-page .img-banner .image{opacity:.2}.home-page .cl-dark{color:#000}.home-page .section-partner{background-image:url(/_next/static/media/apply_now.bf47dddc.png);background-size:cover;background-repeat:no-repeat;background-position:50%}.home-page .section{position:relative}.home-page .section .img-banner{width:100%;height:50rem}.home-page .section .content-section{position:absolute;top:10%;left:50%;transform:translateX(-50%);color:var(--text-dark-color);width:65%}.home-page .section .text-body{font-size:21px;line-height:150%;color:var(--color-primary)}.home-page .section .section-why .text-content-html{text-transform:uppercase;font-weight:600}.home-page .section .section-why .text-content-html p{line-height:200%!important}.home-page .section-summary{display:flex;justify-content:space-around;padding:3.125rem 0;background:#f2f2f2}.home-page .summary-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page .summary-item .top{display:flex;align-items:center;margin-bottom:.5rem}.home-page .summary-item .icon{display:flex;align-items:center;justify-content:center;width:4.375rem;height:4.375rem;border:1px solid var(--gray4-color);border-radius:5px;margin-right:.5rem}.home-page .summary-item .bottom{color:var(--color-primary);font-size:3.75rem;display:flex;align-items:center}.home-page .summary-item .bottom .unit{font-size:1.125rem;display:inline-block;margin-left:.25rem}.home-page .section-tabs{position:relative;height:50rem;color:#ea0029!important;font-weight:700;padding-top:9.375rem}.home-page .section-tabs .title-common{text-align:center}.home-page .section-tabs .tabs{display:flex;justify-content:center}.home-page .section-tabs .tab-pane{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.home-page .section-tabs .tab-pane .image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5}.home-page .section-tabs .tab-pane.show{display:block}.home-page .section-tabs .tab-item{padding:1.25rem 3.625rem;border-bottom:.125rem solid #fff;text-transform:uppercase;transition:all .15s ease-in-out;background:hsla(0,0%,69%,.3);text-align:center;z-index:1;cursor:pointer}.home-page .section-tabs .tab-item:first-child{border-top-left-radius:1.25rem}.home-page .section-tabs .tab-item.last{border-top-right-radius:1.25rem}.home-page .section-tabs .tab-item.active{border-bottom-color:var(--color-primary)}.home-page .section-tabs .tab-pane-body{margin-top:2.5rem;text-align:center;position:absolute;top:21.875rem;left:50%;transform:translateX(-50%);width:50%}.home-page .section-tabs .btn-additional{margin-top:2.5rem;text-transform:uppercase;border-bottom-left-radius:2.5rem;border-top-right-radius:.625rem;padding:1rem 2.5rem;height:auto}.home-page .section-news{padding:0 7.5rem;background-image:url(/_next/static/media/bg-slide-circle.08c0774e.png);background-size:cover;background-repeat:no-repeat;background-position:50%}.home-page .section-banners{overflow:hidden;height:44.625rem}.home-page .section-banners.animation .slick-active .wrap-banner{animation:zoom 8s infinite;animation-fill-mode:both}.home-page .section-banners.animation .slick-active .brand{animation:moveTextDown 3s linear}.home-page .section-banners.animation .slick-active h1{animation:moveTextUp 3s linear}.home-page .section-banners .content-banner{left:25%;transform:unset;text-align:right}.home-page .section-banners .wrap-banner{position:relative;height:43.75rem}.home-page .section-banners .wrap-banner .banner{height:100%;width:100%;object-fit:cover}.home-page .section-banners .wrap-banner .brand{color:#e70031;text-transform:uppercase;font-family:PF-BeauSans-Pro,sans-serif;margin:0;font-size:30px;font-weight:700}@media screen and (max-width:1024px){.home-page .section .content-section{width:80%}.home-page .section-banners .content-banner{left:48%;transform:translate(-50%,-50%);max-width:80%;width:80%}.home-page .section-banners .title-common p{font-size:44px!important}.section-tabs .tabs{width:90%;margin:auto}.section-tabs .tab-item{padding:1rem}.section-tabs .tab-pane-body{margin-top:55px!important}.section-news{padding:0 3.75rem}}@media screen and (max-width:768px){.home-page .section .text-body{font-size:15px}.home-page .section .content-section{width:80%}.home-page .section-tabs .tab-pane-body{margin-top:60px}.home-page .section-banners .content-banner{left:48%;transform:translate(-50%,-50%);max-width:80%;width:80%}.home-page .section-banners .title-common p{font-size:3.55rem!important}.home-page .section-news{padding:0 3.125rem}}@media screen and (max-width:576px){.home-page .brand{font-size:25px!important}.home-page .title-common{font-size:20px;padding-top:unset!important}.home-page .iBold{font-size:10px}.home-page .section .text-body{font-size:13px}.home-page .section .content-section{width:90%;top:35%;transform:translate(-50%,-50%)}.home-page .section-news .slick-slide{width:150px!important}.home-page .section-banners .content-banner{max-width:95%;width:95%}.home-page .section-banners .title-common p{font-size:2.5rem!important}.home-page .section-why .title-common{margin-bottom:0}.home-page .summary-item .icon{height:3.125rem;width:3.125rem}.home-page .summary-item .icon img{width:2.5rem;height:2.5rem}.home-page .summary-item .bottom{font-size:3.125rem}.home-page .section-tabs .tabs .tab-item{padding:10px 9px!important}}@media screen and (max-width:375px){.home-page .section-news .slick-slide{width:150px!important}.home-page .brand{font-size:25px!important}.home-page .title-common{font-size:20px;padding-top:unset!important}.home-page .iBold{font-size:10px}.home-page .section .text-body{font-size:11px}.home-page .section .img-banner{height:35em;object-fit:cover}.home-page .section .content-section{top:45%}.home-page .section-why .title-common{text-align:center}.home-page .section-tabs .tabs{width:95%}.home-page .section-tabs .tab-item{padding:.5rem}}.aboutUs-page{font-family:PF-BeauSans-Pro,sans-serif}.aboutUs-page .customer{background-image:url(/_next/static/media/apply_now.bf47dddc.png);background-size:cover;background-repeat:no-repeat;background-position:50%}.aboutUs-page .section .only-image{width:100%}.aboutUs-page .section-banners{position:relative;height:32.75rem}.aboutUs-page .section-banners .image-banner{width:100%;height:100%}.aboutUs-page .section-banners .image-banner img{width:100%;height:100%;object-fit:cover;opacity:.7}.aboutUs-page .section-banners .content-banner .heading{font-size:1.25rem;text-transform:uppercase;margin:0;text-align:center}.aboutUs-page .section-banners .content-banner .title-common{text-align:center}.aboutUs-page .section-intro{color:var(--text-dark-color);display:flex;flex-wrap:wrap;align-items:flex-start;position:relative}.aboutUs-page .section-intro .title-common{width:100%}.aboutUs-page .section-intro .text-content-html{font-size:18px;text-align:justify}.aboutUs-page .section-intro .left{flex:1 1;margin-right:2rem}.aboutUs-page .section-intro .list{margin-bottom:2rem}.aboutUs-page .section-intro .list .description{margin:0}.aboutUs-page .section-intro .description{line-height:150%;margin-top:0}.aboutUs-page .section-intro .image-banner{width:100%;height:50rem}.aboutUs-page .section-intro .image-banner img{width:100%;height:100%;object-fit:cover}.aboutUs-page .section-intro .content-banner-top{position:absolute;top:6.25rem;left:7.5rem;width:50%}.aboutUs-page .section-intro .content-banner-top .description,.aboutUs-page .section-intro .content-banner-top .title-common{color:var(--text-light-color)!important;font-size:18px!important}.aboutUs-page .section-intro .content-banner-bottom{position:absolute;bottom:6.25rem;right:7.5rem;width:25rem;text-align:right}.aboutUs-page .section-intro .content-banner-bottom .title-common.underline:before{left:auto;right:0}.aboutUs-page .section-intro .content-banner-bottom .description,.aboutUs-page .section-intro .content-banner-bottom .title-common{color:var(--text-light-color)!important;font-size:18px!important}.aboutUs-page .custom-slick{width:100%}.aboutUs-page .slide-leader{padding:0 .5rem;cursor:pointer}.aboutUs-page .slide-leader .slide-leader-image{width:100%;height:25rem;position:relative}.aboutUs-page .slide-leader .slider-leader-separate{background-color:#fff;height:1px;width:100%;margin:1rem 0}.aboutUs-page .slide-leader .slide-leader-content{color:var(--text-dark-color)}.aboutUs-page .slide-leader .slide-leader-content .name{margin-bottom:0}.aboutUs-page .slide-leader .slide-leader-content .role{font-size:15px}.aboutUs-page .article-history{padding:0 1rem;cursor:pointer}.aboutUs-page .article-history .article-history-image{position:relative;margin-bottom:5rem}.aboutUs-page .article-history .article-history-image img{width:100%;object-fit:cover}.aboutUs-page .article-history .article-history-year{position:absolute;bottom:-3.75rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center}.aboutUs-page .article-history .article-history-year .index{background-color:var(--text-article-color);color:var(--color-primary);height:3.75rem;width:3.75rem;border-radius:50%;margin-bottom:.625rem;display:flex;align-items:center;justify-content:center}.aboutUs-page .article-history .description{text-align:center}.aboutUs-page .article-flag{display:flex!important;flex-direction:column;align-items:center;justify-content:center;transition:.15s ease-in-out}.aboutUs-page .article-flag:hover{color:var(--color-primary)}@media screen and (min-width:1650px){.aboutUs-page .slide-leader .slide-leader-image{height:28.125rem}.aboutUs-page .section-intro .content-banner-top{left:18.75rem}.aboutUs-page .section-intro .content-banner-bottom{right:18.75rem}}@media screen and (min-width:2150px){.aboutUs-page .slide-leader{padding:1.25rem}.aboutUs-page .slide-leader .slide-leader-image{height:31.25rem}.aboutUs-page .section-intro .content-banner-top{left:25rem}.aboutUs-page .section-intro .content-banner-bottom{right:25rem}}@media screen and (max-width:1024px){.aboutUs-page .section-intro .content-banner-top{left:3.125rem}.aboutUs-page .section-intro .content-banner-bottom{right:3.125rem}.aboutUs-page .slide-leader .slide-leader-image{height:21.875rem}}@media screen and (max-width:768px){.aboutUs-page .section-banners .content-banner{max-width:95%;width:95%}.aboutUs-page .section-intro .content-banner-top{left:2.5rem}.aboutUs-page .section-intro .content-banner-bottom{right:2.5rem}}@media screen and (max-width:576px){.aboutUs-page .text-content-html{font-size:14px!important}.aboutUs-page .banner-left-container{margin-left:unset!important;margin-right:unset!important}.aboutUs-page .section-intro .content-banner-bottom{right:2.5rem;bottom:22px}.aboutUs-page .section-intro .content-banner-bottom .description{font-size:14px!important}.aboutUs-page .section-intro .content-banner-top{width:80%!important}.aboutUs-page .section-intro .content-banner-top .description{font-size:14px!important}}.product-page .section-banners{position:relative;height:32.75rem}.product-page .section-banners .image-banner{width:100%;height:100%}.product-page .section-banners .image-banner img{width:100%;height:100%;object-fit:cover}.product-page .section-banners .content-banner .heading{font-size:1.25rem;text-transform:uppercase}.product-page .section-banners .content-banner p{margin:0;text-align:center}.product-page .product-slide .image{height:100%;width:100%}.product-page .product-slide .article-item-content{top:auto;bottom:3.125rem}.product-page .product-slide .article-item-content .name{font-size:24.5px!important;text-transform:uppercase}.product-page .product-slide .article-item-des{top:auto;bottom:3.125rem}.product-page .section-dark{background-color:var(--bg-dark-color);color:var(--text-dark-color)}.product-page .subhead p{margin:0}.detailProduct-page p.description{line-height:150%}.detailProduct-page .ant-row.reverse{flex-direction:row-reverse}.detailProduct-page .btn-common{margin-top:2rem}.detailProduct-page .section-banners .content-banner{padding:1.875rem 6.25rem 1.875rem 1.875rem}.detailProduct-page .section-banners .content-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);border-radius:.9375rem;z-index:-1}@media screen and (max-width:768px){.product-page .section-banners .content-banner{max-width:95%;width:95%}.product-page .article .article-item-content{top:40%;left:50%;bottom:auto;transform:translate(-50%,-50%)}.product-page .article .article-item-content .name{margin:0;text-align:center}.product-page .article .article-item-des{opacity:1;visibility:visible;bottom:0}}@media screen and (max-width:576px){.product-page .section-banners .content-banner{max-width:95%;width:95%}.product-page .section-banners .content-banner .title-common{font-size:24px!important}}.capacity-page .image{padding-bottom:10px}.capacity-page .section-pad{padding:5rem 7.5rem}.capacity-page .section-banners{position:relative}.capacity-page .section-banners .image-banner{width:100%;height:40.625rem}.capacity-page .section-banners .image-banner img{width:100%;height:100%;object-fit:cover}.capacity-page .section-banners .content-banner .heading{font-size:1.25rem;text-transform:uppercase}.capacity-page .section-banners .content-banner p{margin:0;text-align:center}.capacity-page .section-banners.qlcl .image-banner{height:31.25rem;position:relative}.capacity-page .section-banners.qlcl .image-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.capacity-page .section-intro{display:flex;flex-wrap:wrap;align-items:flex-start;position:relative}.capacity-page .section-intro .title-common{width:100%}.capacity-page .section-intro .section-intro-body{display:flex}.capacity-page .section-intro .section-intro-body.system .left{flex:1 1}.capacity-page .section-intro .left{height:21.875rem;margin-right:6.25rem;display:flex}.capacity-page .section-intro .left img{max-width:100%;height:100%;object-fit:cover}.capacity-page .section-intro .right{flex:1 1}.capacity-page .section-intro .description{line-height:150%;margin-top:0}.capacity-page .section-intro.reverse .title-common{text-align:right}.capacity-page .section-intro.reverse .title-common.underline:before{left:auto;right:0}.capacity-page .section-intro.reverse .section-intro-body{flex-direction:row-reverse}.capacity-page .section-intro.reverse .left{margin-left:6.25rem;margin-right:0}@media screen and (max-width:768px){.capacity-page .section-banners .content-banner{max-width:95%;width:95%}.capacity-page .section-intro .left{margin-right:1.25rem}.capacity-page .section-intro.reverse .left{margin-left:1.25rem}}@media screen and (max-width:576px){.capacity-page .section-intro .left{display:none}.capacity-page .section-intro.reverse .title-common{text-align:left}.capacity-page .section-intro.reverse .title-common.underline:before{left:0;right:auto}.capacity-page .section-intro#systemManagement .section-intro-body{flex-direction:column}.capacity-page .section-intro#systemManagement .left{display:block}.capacity-page .section-pad .text-content-html>p>span{font-size:13px!important}}.news-page{background-color:var(--bg-news-page-color)}.news-page .wrap-menu-search{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;border-bottom:1px solid rgba(5,5,5,.06)}.news-page .wrap-menu-search .input-search{width:300px}.news-page .wrap-menu-search .list-item-post{position:absolute;width:300px;top:619px;right:103px;background-color:#fff;z-index:9;height:300px;overflow:hidden;overflow-y:scroll}.news-page .wrap-menu-search .list-item-post .ant-list-item{padding:12px 20px!important}.news-page .custom-menu{flex:1 1;background-color:transparent;border-bottom:0}.news-page .section.section-banners{height:31.25rem}.news-page .section.section-banners .image-banner{height:100%}.news-page .news-page-content{padding:5rem 7.5rem}.news-page .item-highlight{position:relative}.news-page .item-highlight:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:17.625rem;background:linear-gradient(180.51deg,transparent .44%,#000 99.56%);z-index:3}.news-page .item-highlight .item-highlight-image{height:31.25rem}.news-page .item-highlight .item-highlight-image img{height:100%;width:100%;object-fit:cover}.news-page .item-highlight .item-highlight-content{position:absolute;bottom:10%;left:2.5rem;z-index:5;color:var(--text-banner-dark-color)}.news-page .item-highlight .item-highlight-content .caption1{color:hsla(0,0%,100%,.6);font-size:14px}.news-page .wrap-item-new{margin-bottom:2.5rem}.news-page .item-new{border-radius:5px;overflow:hidden;background-color:var(--bg-item-new-color)}.news-page .item-new .item-new-image{width:100%;height:19.375rem;position:relative}.news-page .item-new .item-new-image img{width:100%;height:100%;object-fit:cover}.news-page .item-new .item-new-content{padding:1.25rem 2.5rem}.news-page .item-new .item-new-content h4{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.news-page .item-new .item-new-footer{padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between}.news-page .item-new .item-new-footer .left{color:#838383}.news-page .item-new .item-new-footer .right{display:flex;align-items:center}.news-page .like,.news-page .view{display:flex;align-items:center;margin-left:1rem}.news-page .like .icon,.news-page .view .icon{margin-right:.5rem}.news-page .like{margin-left:0}.news-page .section-news-page .title{border-bottom:2px solid var(--color-primary)}.news-page .section-news-page .title span{display:inline-block;padding:.5rem 2rem;background-color:var(--color-primary);color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;text-transform:uppercase}.news-page .item-activity{display:flex;flex-direction:column;margin-bottom:2rem;cursor:pointer}.news-page .item-activity .item-activity-image{margin-bottom:1.5rem;width:100%;height:36.25rem;position:relative}.news-page .item-activity .item-activity-image img{width:100%;height:100%;object-fit:cover;border-radius:5px}.news-page .item-activity .item-activity-content .date,.news-page .item-activity .item-activity-content .description{color:#838383;text-align:justify}.news-page .item-activity .item-activity-content h4{margin:1rem 0}.news-page .item-activity .actions{display:flex;align-items:center}.news-page .item-activity.horizontal{flex-direction:row;align-items:center;border-bottom:1px solid #dedee0;padding-bottom:1rem}.news-page .item-activity.horizontal .item-activity-image{width:12.5rem;height:12.5rem;margin-right:1.875rem;margin-bottom:0}.news-page .item-activity.horizontal .item-activity-content{flex:1 1;min-width:0}.news-page .item-activity.horizontal .item-activity-content h4{font-size:1.125rem;margin:1.25rem 0}.news-page .item-activity.horizontal .like img,.news-page .item-activity.horizontal .view img{height:1rem}.news-page .item-activity.horizontal.big .item-activity-image{flex-basis:70%;height:31.25rem}@media screen and (max-width:1000px){.news-page .news-page-content{padding:2.5rem}.news-page .news-page-content .list-item-post{position:absolute;width:300px;top:505px;right:29px;background-color:#fff;z-index:9;height:150px;overflow:hidden;overflow-y:scroll}.news-page .item-activity.horizontal{flex-direction:column}.news-page .custom-menu .ant-menu-item{padding:0 1rem}}@media screen and (max-width:576px){.detail-post-page .slick-slide{width:150px!important}.news-page .list-item-post{position:absolute;width:300px;top:479px!important;right:58px!important;background-color:#fff;z-index:9;height:200px;overflow:hidden;overflow-y:scroll}.news-page .wrap-menu-search{flex-direction:column;border-bottom:0}.news-page .custom-menu{margin-bottom:1.25rem}.news-page .custom-menu .ant-menu-item{padding:0 1rem}.detail-post-page .detail-body .text-content-html>p>span{font-size:14px!important}}@media screen and (max-width:320px){.news-page .custom-menu .ant-menu-item{padding:0 .5rem}}.recruiment-page .section.section-banners{height:31.25rem}.recruiment-page .section.section-banners .image-banner{height:100%}.recruiment-page .section.section-banners .select-banner{min-width:12.5rem;text-align:left;margin-right:1.5rem}.recruiment-page .section.section-banners .btn-search{text-transform:uppercase;border-radius:0;border-bottom-left-radius:1.25rem;border-top-right-radius:.3125rem;padding:.5rem 2.5rem;height:auto}.recruiment-page .section.section-banners .content-banner{min-width:60%}.recruiment-page .section.section-banners .content-banner p.heading{font-size:45px}.recruiment-page .recruiment-process{position:relative;height:28.125rem;color:var(--text-banner-dark-color);cursor:pointer;margin-top:1rem}.recruiment-page .recruiment-process:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:rgba(0,0,0,.4);z-index:3}.recruiment-page .recruiment-process img{height:100%;width:100%;object-fit:cover}.recruiment-page .recruiment-process .recruiment-process-content{position:absolute;top:50%;left:0;width:100%;padding:0 3.75rem;transform:translateY(-50%);z-index:5}.recruiment-page .recruiment-process .recruiment-process-content h4{text-transform:uppercase;line-height:2.5rem;margin:1rem 0}.recruiment-page .recruiment-process .recruiment-process-content .description{line-height:150%;margin-top:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:3;-webkit-box-orient:vertical}.recruiment-page .recruiment-process .btn-next{background:transparent;border-radius:50%;border:1px solid #fff;width:2.5rem;height:2.5rem;padding:0;color:var(--text-banner-dark-color);transition:.15s ease-in-out;display:flex;align-items:center;justify-content:center}.recruiment-page .recruiment-process:hover .btn-next{color:var(--color-primary);background:#fff}.recruiment-page .recruiment-process-bottom{display:flex;align-items:center;margin-top:1.5rem}.recruiment-page .recruiment-process-bottom .left{flex:1 1;margin-right:2rem}.recruiment-page .recruiment-process-bottom .left img{width:100%;object-fit:cover;border-radius:5px}.recruiment-page .recruiment-process-bottom .right{flex:1 1}.recruiment-page .recruiment-process-bottom .right .btn-apply{text-transform:uppercase;border-radius:0;border-bottom-left-radius:1.25rem;border-top-right-radius:.3125rem;padding:.5rem 2.5rem;height:auto}.recruiment-page .section-environment .subHead{font-size:1.25rem;color:var(--text-dark-color);width:50%;line-height:150%;text-align:justify}.recruiment-page .section-environment .banner-environment img{width:100%;height:auto;object-fit:cover}.recruiment-page .section-environment .section-dark{color:var(--text-dark-color)!important}.recruiment-page .section-form .wrap-buttons{display:flex;justify-content:center;align-items:flex-start;margin-top:2rem}.recruiment-page .section-form .wrap-buttons .btn-common{min-width:18.75rem;height:3rem;font-size:1.125rem}.recruiment-page .section-form .wrap-buttons .btn-common:hover{font-weight:700}.recruiment-page .section-form .wrap-buttons .upload{display:flex;flex-direction:column;justify-content:flex-start}.recruiment-page .section-form .wrap-buttons .upload .ant-form-item-extra{color:rgba(78,79,84,.8);font-style:italic;font-size:.875rem;min-height:auto}.recruiment-page .section-form .wrap-buttons .btn-upload:hover{color:var(--color-primary)}.recruiment-page .section-form .wrap-buttons .submit{color:#fff;margin-left:2rem}@media screen and (max-width:1024px){.recruiment-page .section-environment .subHead{width:100%;font-size:18px}}@media screen and (max-width:768px){.recruiment-page .section-banners .content-banner{max-width:95%;width:95%}.recruiment-page .section-environment .subHead{width:75%}.recruiment-page .recruiment-process .recruiment-process-content{padding:0 1.25rem}.recruiment-page .section-environment .subHead{font-size:18px;width:100%}.recruiment-page .ant-form-item{margin-bottom:.75rem}.recruiment-page .ant-form-item .ant-form-item-label{padding-bottom:0}.recruiment-page .section-form .wrap-buttons{display:flex;flex-direction:column;align-items:center}.recruiment-page .section-form .wrap-buttons .submit{margin-left:0}}@media screen and (max-width:576px){.recruiment-page .heading{font-size:25px!important}}@media screen and (max-width:425px){.recruiment-page .section-form .wrap-buttons .btn-common{min-width:15rem}}@media screen and (max-width:375px){.recruiment-page .section-form .wrap-buttons{display:flex;flex-direction:column;align-items:center}.recruiment-page .section-form .wrap-buttons .submit{margin-left:0}}.contact-page .section-form .form-right{display:flex;align-items:center;justify-content:center}.contact-page .section-form .form-right img{width:45%}.contact-page .section-contact{background:url(/_next/static/media/bannerBusiness3.66c92fd1.png);background-size:cover;background-blend-mode:luminosity;position:relative;color:#fff}.contact-page .section-contact p.contact-info{font-size:17px}.contact-page .contact-block .contact-block-title{color:var(--color-primary);text-decoration:underline;margin-bottom:1rem}.contact-page .contact-block li{line-height:150%;padding:.125rem 0;list-style-type:none}.contact-page .contact-block.hotline{display:flex;align-items:center}.contact-page .contact-block.hotline .contact-block-title{margin:0}.contact-page .section-map .map{width:100%;object-fit:cover}@media screen and (max-width:1024px){.section-banners .content-banner .description{font-size:17px!important}}@media screen and (max-width:768px){.section-banners .content-banner .description{font-size:15px!important}}@media screen and (max-width:576px){.contact-page h1.title{font-size:15px!important}.contact-page .form-right img{padding:40px!important}.contact-page .contact-info{font-size:13px!important}}.wrap-policy{padding-top:10px;font-size:16px}.wrap-policy section.policy-detail{padding-top:16px}.wrap-policy section.policy-detail .block-content{word-break:break-word}.wrap-policy .container-content{margin:0 auto;width:50%}.wrap-policy p{text-align:justify}@media screen and (max-width:576px){.wrap-policy .container-content{margin:0 auto;width:80%}}.wrap-terms{padding-top:10px;font-size:16px}.wrap-terms section.terms-detail{padding-top:16px}.wrap-terms section.terms-detail .block-content{word-break:break-word}.wrap-terms .container-content{margin:0 auto;width:60%}.wrap-terms p{text-align:justify;line-height:22px}.wrap-terms .sub-ol{list-style-type:lower-alpha}@media screen and (max-width:576px){.wrap-terms .container-content{margin:0 auto;width:80%}}.containersn{margin:0 auto;width:88%;display:flex;flex-direction:column;align-items:center;justify-content:center}.containersn h1{text-align:center;color:red;padding:20px;margin:0}.containersn .noData{font-size:24px;font-weight:700}.checksn{width:100%;display:flex;align-items:center;margin:0 auto 20px}.checksn img{width:50%;height:50%;margin-right:10px}.checksn-details{display:flex;flex-direction:column}.checksn-details span{margin-bottom:5px;text-align:left}.checksn-details span:last-child{margin-bottom:0}.checksn-details span:before{content:"";display:inline-block;width:100%;height:1px;background-color:#ccc;margin-bottom:5px}.checksn-details{width:40%;margin:auto}.checksn-details table{border-collapse:collapse;width:100%}.checksn-details .heading-info{text-align:left;font-size:18px;font-weight:700;margin-bottom:0!important}@media screen and (max-width:767px){.checksn{display:flex;align-items:center;margin:0 auto 20px;flex-direction:column}.checksn,.checksn .checksn-details{width:100%!important}img{padding-bottom:10px}}.wrap-content-page{background-color:#f5f5f5!important;min-height:640px!important}.wrap-content-page .wrap-search{padding-top:10px;font-size:16px}.wrap-content-page .wrap-search .container-content{padding-top:20px;padding-bottom:20px;margin:0 auto;width:80%}.wrap-content-page .wrap-search .container-content .list-item-container{background-color:#fff;margin-top:20px}.wrap-content-page .wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item{display:flex!important;-webkit-border-after:2px solid #000!important;border-block-end:2px solid #000!important}.wrap-content-page .wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-createdAt{padding-bottom:22px}.wrap-content-page .wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-name{font-size:28px;font-weight:500;line-height:22px}.wrap-content-page .wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-content{padding-top:32px;font-size:12px;width:80%}.wrap-content-page .wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-icon:hover{cursor:pointer}@media screen and (max-width:576px){.wrap-search .container-content{margin:0 auto;width:80%}.wrap-search .container-content .list-item-container .ant-list{padding:20px 0}.wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item{display:flex!important;flex-direction:column-reverse!important;-webkit-border-before:2px solid #000!important;border-block-start:2px solid #000!important}.wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-createdAt{padding-bottom:22px}.wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-name{font-size:28px;font-weight:500;line-height:22px}.wrap-search .container-content .list-item-container .ant-list .ant-spin-container .ant-list-item .post-content{padding-top:32px;font-size:12px;width:unset!important}}html{font-size:14px}body{font-size:1rem}body,html{padding:0;margin:0;font-family:PF-BeauSans-Pro,sans-serif;scroll-behavior:smooth}.flex{display:flex}.min-width-120{min-width:120px}.heading,.i300,.iBold{font-family:PF-BeauSans-Pro,sans-serif}.heading{font-weight:700}h1{font-size:3.25rem}h1,h2{font-family:PF-BeauSans-Pro,sans-serif}h2{font-size:2.25rem}h3{font-size:1.75rem}h3,h4{font-family:PF-BeauSans-Pro,sans-serif}h4{font-size:1.5rem}h5{font-size:1.25rem;font-family:PF-BeauSans-Pro,sans-serif}.subHead{font-size:.9375rem}.caption1{font-size:.75rem}.caption2{font-size:.625rem}.text-pre-wrap{white-space:pre-wrap}.title-common{font-family:PF-BeauSans-Pro,sans-serif;text-transform:uppercase;font-size:3.25rem;line-height:5.625rem;margin:0 0 2.5rem;padding-top:20px;position:relative}.title-common.underline:before{position:absolute;bottom:-.5rem;left:0;content:"";height:.625rem;width:12.5rem;background-color:var(--color-primary)}.text-content-html{white-space:pre-wrap;font-family:PF-BeauSans-Pro,sans-serif}.text-content-html p{margin:0;line-height:175%}.text-content-html img{max-width:100%;max-height:100%}.text-primary{color:var(--color-primary)}.text-center{text-align:center}a{color:inherit;text-decoration:none}*{box-sizing:border-box}button:focus,input:focus{outline:none;box-shadow:none}.mb-4{margin-bottom:2rem}.mr-2{margin-right:.5rem}.carousel{width:100%}.carousel .custom-dots{bottom:0!important;height:1rem}.carousel .custom-dots li{flex:1 1;margin:0;height:100%}.carousel .custom-dots li button{background:#4e4f54!important;height:100%;opacity:1}.carousel .custom-dots li button:before{display:none}.carousel .custom-dots li.slick-active button{background-color:var(--color-primary)!important}.loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px}.pagination{text-align:center;margin-top:10px!important}.wrapper-layout{display:flex;flex-direction:column;min-height:100vh}.wrap-content-page{padding-top:5rem}.slick-track{margin-bottom:1rem}.custom-dots1{bottom:-8px;margin:0!important}.custom-dots1 li{width:20px!important}.custom-dots1 li button{height:0!important}.custom-dots1 li button:before{content:""!important;height:16px!important;width:16px!important;background-color:#cecac8;border-radius:50%;border:2px solid transparent;opacity:1!important}.custom-dots1 li.slick-active{width:20px!important}.custom-dots1 li.slick-active button:before{background-color:#fff;border-color:var(--color-primary)}.container{padding:0 120px}.m-0{margin:0}.btn-common{font-size:1rem;padding:.625rem 2.5rem;height:auto}.btn-common.primary{background-color:var(--color-primary)}.btn-common.primary,.btn-common.primary:hover{border-color:var(--color-primary);color:var(--color-primary-contrast)}.btn-common.outline{background-color:transparent;border-color:var(--color-primary);color:var(--color-primary)}.btn-round-spec{border-radius:0 5px 0 20px}.wrap-article{padding:.5rem;height:28.125rem}.article{position:relative;cursor:pointer;color:var(--text-article-color);border-radius:.625rem;overflow:hidden;width:100%;height:100%}.article:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);content:""}.article:hover .image{transform:scale(1.2)}.article:hover .article-item-content{opacity:0;visibility:hidden}.article:hover .article-item-des{opacity:1;visibility:visible}.article .image{object-fit:cover;height:100%;width:100%;border-radius:.625rem;transition:.15s ease-in-out}.article .image:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);content:"";z-index:2}.article .article-item-content{position:absolute;top:40%;left:1.25rem;width:calc(100% - 2.5rem);opacity:1;visibility:visible;transition:.15s ease-in-out;padding:1rem;z-index:3}.article .article-item-content h3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.article .article-item-des{position:absolute;top:50%;left:1.25rem;transform:translateY(-50%);width:calc(100% - 2.5rem);opacity:0;visibility:hidden;transition:.15s ease-in-out;display:flex;flex-direction:column;align-items:center;font-size:.875rem;padding:1rem}.article .article-item-des p{line-height:22px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:2rem}.article .article-item-des .btn-additional{border-radius:0 5px 0 20px;text-transform:uppercase;min-width:10rem}.slider-partner{height:200px;display:flex!important;align-items:center;justify-content:center;max-width:90%}.slider-partner .slider-partner-image{height:100%;display:flex}.slider-partner .slider-partner-image img{max-width:100%;max-height:100%;object-fit:contain}.custom-slick .slick-track{margin-left:inherit!important}.custom-slick .slick-next,.custom-slick .slick-prev{width:3.75rem;height:3.75rem;background-size:100% 100%}.custom-slick .slick-next:before,.custom-slick .slick-prev:before{content:"";font-size:0}.custom-slick.dark .slick-prev{background-image:url(/_next/static/media/ic-chevron-left-white.c15e8368.svg)}.custom-slick.dark .slick-next{background-image:url(/_next/static/media/ic-chevron-right-white.a8f32a0e.svg)}.custom-slick .slick-prev{left:-3.75rem;background-image:url(/_next/static/media/ic-chevron-left.c07164a8.svg)}.custom-slick .slick-next{background-image:url(/_next/static/media/ic-chevron-right.a87e0eb0.svg);right:-3.125rem}.custom-menu .ant-menu-item{text-transform:uppercase;font-size:1.25rem}.custom-menu .ant-menu-item-active,.custom-menu .ant-menu-item-selected{font-weight:700;color:var(--text-body-color)!important}.custom-menu .ant-menu-item-active:after,.custom-menu .ant-menu-item-selected:after{border-bottom-color:var(--color-primary)!important}.custom-radio.ant-radio-wrapper:hover .ant-radio-inner{border-color:var(--color-primary)!important}.custom-radio .ant-radio-checked .ant-radio-inner{border-color:var(--color-primary)!important;background-color:transparent!important}.custom-radio .ant-radio-checked .ant-radio-inner:after{background-color:var(--color-primary)}.section .title{font-family:PF-BeauSans-Pro,sans-serif;text-transform:uppercase;line-height:5.625rem;margin:1rem 0}.section .section-dark,.section .section-dark .title-common{color:var(--text-dark-color)}.section .section-pad{padding:5rem 7.5rem}.section-banners{position:relative}.section-banners .image-banner{width:100%;height:40.625rem}.section-banners .image-banner img{width:100%;height:100%;object-fit:cover}.section-banners .content-banner{position:absolute;top:75%;left:50%;width:55%;text-align:center;transform:translate(-50%,-50%);color:var(--text-banner-dark-color)}.section-banners .content-banner .heading{font-size:1.25rem;text-transform:uppercase}.section-banners .content-banner p{margin:0}.detail-post-page{background-color:#f5f5f7;padding:5rem 7.5rem}.detail-post-content{background-color:#fff;border-radius:5px;padding:0 2rem}.detail-post-content .detail-head{padding:1.75rem 0;border-bottom:1px solid hsla(0,0%,51%,.5)}.detail-post-content .detail-head h2{margin-bottom:1.25rem}.detail-post-content .detail-body{padding:1.75rem 0}.detail-page .section .content-banner{left:7.5rem;transform:translateY(-50%);color:var(--text-banner-dark-color);z-index:5}.detail-page .section .content-banner .heading{text-decoration:underline}.detail-page .section .content-banner p{text-align:left}.title-animated{position:relative;z-index:99}.title-animated .letter{display:inline-block}.banner-left-container{margin-bottom:1rem;width:100%}.banner-left-container .right{height:25rem}.banner-left-container .right img{max-width:100%;object-fit:cover}.title-animated{transform:scale(.94);animation:scale 1s cubic-bezier(.5,1,.89,1) forwards}@keyframes scale{to{transform:scale(1)}}.animated span.letter{display:inline-block;opacity:0;filter:blur(2px)}.animated span.letter:first-child{animation:fade-in .4s cubic-bezier(.11,0,.5,0) .1s forwards}.animated span.letter:nth-child(2){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .2s forwards}.animated span.letter:nth-child(3){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .3s forwards}.animated span.letter:nth-child(4),.animated span.letter:nth-child(5){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .4s forwards}.animated span.letter:nth-child(6){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .6s forwards}.animated span.letter:nth-child(7){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .7s forwards}.animated span.letter:nth-child(8){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .8s forwards}.animated span.letter:nth-child(9){animation:fade-in .4s cubic-bezier(.11,0,.5,0) .9s forwards}.animated span.letter:nth-child(10){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1s forwards}.animated span.letter:nth-child(11){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.1s forwards}.animated span.letter:nth-child(12){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.2s forwards}.animated span.letter:nth-child(13){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.3s forwards}.animated span.letter:nth-child(14){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.4s forwards}.animated span.letter:nth-child(15){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.5s forwards}.animated span.letter:nth-child(16){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.6s forwards}.animated span.letter:nth-child(17){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.7s forwards}.animated span.letter:nth-child(18){animation:fade-in .4s cubic-bezier(.11,0,.5,0) 1.8s forwards}@keyframes fade-in{to{opacity:1;filter:blur(0)}}.product-item{display:flex;flex-direction:column;position:relative;height:31.25rem;overflow:hidden;transition:border-color .3s ease-in-out;border:1px solid #f2f2f2;padding:2rem 1rem;border-radius:5px;margin-bottom:1rem;cursor:pointer}.product-item .product-item-title{margin-top:0;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-item .product-item-image{width:100%;transition:height .25s ease-in-out;height:calc(100% - 25px - 1rem);position:relative}.product-item .product-item-image img{width:100%;height:100%;object-fit:contain}.product-item .product-item-footer{position:absolute;bottom:0;left:0;width:100%;padding:1rem;opacity:0;visibility:hidden;transform:translateY(50px);transition:.25s ease-in-out}.product-item:hover{border-color:var(--color-primary);overflow:visible}.product-item:hover .product-item-title{color:var(--color-primary)}.product-item:hover .product-item-image{height:calc(100% - 225px)}.product-item:hover .product-item-footer{opacity:1;visibility:visible;transform:translateY(0)}.limit-content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}@media screen and (min-width:1650px){.section .section-pad{padding-left:18.75rem;padding-right:18.75rem}}@media screen and (min-width:2150px){.section .section-pad{padding-left:25rem;padding-right:25rem}}@media screen and (max-width:1024px){html{font-size:12px}.section .section-pad{padding:3.125rem}.product-image{width:18.75rem;height:18.75rem}}@media screen and (max-width:768px){.section-banners .content-banner{max-width:80%}.section-pad{padding:2.5rem}.article{padding:0 .5rem}.custom-slick .slick-next,.custom-slick .slick-prev{width:2rem;height:2rem}.custom-slick .slick-next{right:-rem(32)!important}.custom-slick .slick-prev{left:-rem(32)!important}.detail-post-page{padding:2.5rem}}@media screen and (max-width:576px){html{font-size:10px}.title-common{font-size:2.875rem}.detail-post-content{padding:0 1rem}.detail-post-content .detail-body,.detail-post-content .detail-head{padding:.75rem 0}.product-wrap{flex-direction:column}.product-content{margin-bottom:1rem;margin-right:0}.product-image{width:100%;height:12.5rem}}.image-wrapper{position:relative}.image-wrapper .image{width:100%;height:100%;object-fit:cover}.image-wrapper .background-default{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#cdcdcd,#fff)}.image-wrapper .background-default:after{content:"";position:absolute;bottom:10px;right:10px;background:url(/icons/ic-image-outline.svg);width:40px;height:40px;opacity:.5}.skeleton{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;background-color:#dddbdd;opacity:0;visibility:hidden;transition:.75s ease-in-out}.skeleton.dark{background-color:#1e1d1e}.skeleton.dark:after{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.2) 20%,rgba(0,0,0,.5) 60%,transparent)}.skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:23;transform:translateX(-100%);display:none;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:shimmer 2s infinite}.skeleton.loading{opacity:1;visibility:visible}.skeleton.loading:after{display:block}@keyframes shimmer{to{transform:translateX(100%)}}@media screen and (max-width:375px){.section-pad{padding:1.25rem}.title-common{font-size:2.25rem}.detail-post-page{padding:1.25rem}}