.common-button{position:relative;margin:0;padding:18px 24px;min-width:160px;border-radius:100px;outline:none;text-decoration:none;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;font-family:var(--font-be-vietnam-pro),sans-serif;font-weight:400;font-size:var(--font-14);line-height:120%;letter-spacing:0;text-align:center;vertical-align:middle;z-index:0;overflow:hidden;transition:all .3s cubic-bezier(.02,.01,.47,1)}.black-button{background-color:var(--black-1);color:var(--white)}.white-button{background-color:#f5f5f5;color:var(--black-1)}.green-button{background-color:var(--green-2);color:var(--white)}.gray-button{background-color:#f5f5f5;color:var(--black-1)}.black-button:after,.black-button:before,.gray-button:after,.green-button:after,.green-button:before{background:var(--white)}.white-button:after,.white-button:before{background:var(--black)}.gray-button:after,.gray-button:before{background:#d3cfcf}.common-button:after,.common-button:before{content:"";position:absolute;right:0;bottom:0;width:80px;height:80px;border-radius:50%;opacity:0;transition:transform .15s cubic-bezier(.02,.01,.47,1),opacity .15s cubic-bezier(.02,.01,.47,1);z-index:-1;transform:translate(-20%,100%) translateZ(0)}.common-button:hover:after,.common-button:hover:before{opacity:.15;transition:transform .2s cubic-bezier(.02,.01,.47,1),opacity .2s cubic-bezier(.02,.01,.47,1)}.common-button:hover:before{transform:translate3d(50%,0,0) scale(.9)}.black-button:hover{box-shadow:0 10px 12px -6px #00000057}.white-button:hover{box-shadow:0 10px 6px -6px #0000002e}.common-button:hover:after{transform:translate(50%) scale(1.1)}.common-arrow-button{min-width:149px;height:48px;padding:4px 4px 4px 20px;border-radius:100px;border:none;display:flex;align-items:center;position:relative;cursor:pointer;overflow:hidden;font-family:var(--font-be-vietnam-pro);font-weight:400;font-size:14px;line-height:120%;letter-spacing:0;text-align:center;vertical-align:middle;box-sizing:border-box}.common-arrow-button .icon{position:absolute;display:flex;align-items:center;justify-content:center;height:40px;width:40px;right:4px;border-radius:100px;transition:all .3s}.bg-white{background:white}.bg-black-1{background:var(--black-1)}.common-arrow-button:hover .icon{width:calc(100% - 8px)}.common-arrow-button:hover .icon svg{transform:translateX(.1em)}.accordion-item{background-color:var(--grey-4);border-radius:20px;padding:24px}.accordion-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:20px}.accordion-icon{transition:transform .3s ease-in-out}.accordion-icon.open{transform:rotate(180deg)}.accordion-icon svg{transform:rotate(0deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.animated-button{position:relative;width:54px;height:54px;border-radius:100px;background-color:var(--green-2);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.animated-button svg:first-child,.animated-button.up-right svg:last-child{position:absolute;transition:transform .3s ease-out}.animated-button.up-right svg:last-child{transform:translate(32px,-32px)}.animated-button.down-left svg:last-child{transform:translate(-32px,32px);position:absolute;transition:transform .3s ease-out}.animated-button.up-right:hover svg:first-child{transform:translate(-32px,32px)}.animated-button.up-right:hover svg:last-child{transform:translate(0)}.animated-button.down-left:hover svg:first-child{transform:translate(32px,-32px)}.animated-button.down-left:hover svg:last-child{transform:translate(0)}.blogs-data-map-div{display:grid;grid-template-columns:repeat(auto-fill,minmax(333px,1fr));gap:20px}.blogs-data-main-div{display:flex;flex-direction:column;gap:20px}.blogs-data-img-div{height:400px}.blogs-data-img-div,.pr-news-card-img{width:100%;border-radius:20px;position:relative;overflow:hidden}.pr-news-card-img{height:200px}.pr-news-card{padding:16px;border-radius:24px;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease,transform .3s ease}.pr-news-card:hover{background-color:#ffffff;box-shadow:0 20px 45px rgba(20,19,19,.1);transform:translateY(-6px)}.pr-news-card:hover .common-button.gray-button{background-color:var(--green-2);color:var(--white)}.pr-news-card:hover .common-button.gray-button:after,.pr-news-card:hover .common-button.gray-button:before{background:var(--white)}.blogs-data-type-div{padding:10px 16px;border-radius:100px;background-color:var(--white);display:flex;align-items:center;justify-content:center;position:absolute;top:16px;right:16px}.common-modal{background-color:transparent;max-height:100%;left:50%;top:50%;transform:translate(-50%,-50%)!important;margin:0;transition:all .25s ease;max-width:640px;transition:all .5s ease}.common-modal,.custom-backdrop{position:fixed;width:100%;pointer-events:auto}.custom-backdrop{top:0;left:0;height:100%;background-color:rgba(0,0,0,.5);transition:opacity .3s ease-in-out}.modal-content{border:none;flex:1;background-color:transparent;align-items:center;position:relative;z-index:1}.modal-content,.modal-main{display:flex;flex-direction:column;width:100%;pointer-events:auto}.modal-main{border-radius:20px;padding:24px;gap:40px;background-color:var(--white);box-shadow:0 0 34px 0 #0000004d;max-width:640px}.modal-header-div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.modal-form-div{display:flex;flex-direction:column;gap:12px;flex:1}.modal-input-div{display:flex;flex-direction:row;gap:12px}.modal-input{min-height:52px;max-height:52px;border-radius:12px;border-width:1px;border-color:var(--grey-2);display:flex;padding:16px}.common-img-wrapper{width:100%;height:100%;display:block;transition:transform .3s ease-in!important}@media screen and (max-width:768px){.accordion-item{padding:14px;border-radius:14px}.accordion-icon svg{width:20px;height:20px}.modal-main{max-width:350px;padding:14px;gap:26px}.modal-form-div{gap:10px}.modal-input-div{width:100%;gap:10px;flex-direction:column}.common-modal{max-width:350px;min-width:320px}.blogs-data-map-div{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}}.skeleton-wrapper{display:flex;flex-direction:column;gap:20px}.skeleton-img{width:100%;height:400px;border-radius:20px;background-color:#e0e0e0}.skeleton-text{background-color:#e0e0e0;border-radius:4px}.skeleton-date{width:80px;height:14px;margin-bottom:6px}.skeleton-title{width:100%;height:24px;margin-bottom:6px}.skeleton-title-short{width:70%;height:24px}.pulse{animation:pulse-bg 1.5s infinite}@keyframes pulse-bg{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}