body,p,ul,h1,h2,h3,h4,h5,figure{margin:0}main{position:relative}nav.navbar{position:absolute;left:0;right:0;top:0;height:100px;overflow:hidden;z-index:100;background-color:#fff;transition:height 0.5s ease-in-out}nav.navbar.open{height:280px}nav.navbar .content{margin:0 25px;display:flex;justify-content:center;flex-direction:column}nav.navbar .content .brand{display:flex;align-items:center;justify-content:center;height:100px}nav.navbar .content .brand img{max-width:none}nav.navbar .content .brand img:nth-child(2){display:none}nav.navbar .content .brand .bold{font-weight:600}nav.navbar .content .control .menu{font-weight:500;font-size:18px;line-height:23px;margin:0;list-style:none}nav.navbar .content .control .menu>li{padding:10px 0;border-bottom:1px solid #eaeaea}nav.navbar .content .control .menu>li>a{text-decoration:none;font-family:Roboto;color:#5c5c5c}nav.navbar .content .control .menu>li.active>a{color:#3cc74a}nav.navbar .content .toggle-btn{cursor:pointer;width:30px;height:30px;position:absolute;left:30px;top:30px;color:#5c5c5c}@media (min-width:1024px){nav.navbar.normal-bar{}nav.navbar.normal-bar .content .brand img:nth-child(2){display:block}nav.navbar.normal-bar .content .brand img:nth-child(1){display:none}nav.navbar.sticky-bar{position:fixed;background-color:#fff;margin-top:0;height:100px}nav.navbar.sticky-bar .content .brand{height:100px}nav.navbar.sticky-bar .content .brand img:nth-child(1){display:none}nav.navbar.sticky-bar .content .brand img:nth-child(2){display:block}nav.navbar.sticky-bar .content .control .menu{height:100px}nav.navbar.sticky-bar .content .control .toggle-btn>span{background-color:#5c5c5c}nav.navbar .content{justify-content:space-between;flex-direction:row}nav.navbar .content .control{display:flex;align-items:center}nav.navbar .content .control .menu{display:flex;align-items:center;clear:both;height:100px}nav.navbar .content .control .menu>li{float:left;margin:0 28px;border-bottom:none;padding:0}nav.navbar .content .control .menu>li:last-child{margin-right:0}nav.navbar .content .control .menu>li>a{color:#5c5c5c}nav.navbar .content .control .menu>li.active>a{color:#3cc74a}nav.navbar .content .toggle-btn{display:none}}@media (min-width:1280px){nav.navbar .content{width:1165px;margin:0 auto}}@keyframes anim-normal-bar-show{from{margin-top:-10px}to{margin-top:0}}@keyframes anim-sticky-bar-show{from{top:-110px;display:none}to{top:0;display:block}}@keyframes anim-menu-item-show{from{margin-top:-110px}to{margin-top:0}}footer{position:relative;width:100%;color:#fff;z-index:70}footer .content{margin:0 25px}footer>section:first-child{padding:48px 0 35px;background-color:#32a93e}footer>section:first-child .content>h5,footer>section:first-child .content>p,footer>section:first-child .content a.link{font-size:16px;font-weight:400;line-height:22px;font-family:Open Sans;color:#fff}footer>section:first-child .content a.link:hover{color:#fff;text-decoration:none}footer>section:last-child{background-color:#3cc74a}footer>section:last-child .content{display:flex;height:76px;font-size:16px;font-weight:400;line-height:28px;justify-content:space-between;align-items:center;font-family:Roboto}footer>section:last-child .content .policy{display:flex;column-gap:30px}footer>section:last-child .content .policy a.link:hover{color:#fff;text-decoration:none}@media (min-width:1280px){footer .content{margin:0 auto;width:1165px}}a.link{display:inline-flex;flex-direction:column;row-gap:3px;cursor:pointer}a.link .mark{height:3px;width:0;transition-property:width;transition-duration:0.2s;transition-timing-function:ease-in-out}a.link .txt{display:flex;column-gap:5px;align-items:center;transition-property:column-gap;transition-duration:0.2s;transition-timing-function:ease-in-out}a.link:hover .mark{width:calc(100% - 40px)}a.link:hover .txt{column-gap:10px}::-webkit-scrollbar{width:4px;height:0;position:absolute;right:0;top:0;bottom:0;background:transparent}::-webkit-scrollbar-thumb{background-color:#494949}