:root{--main:#d71d2a;--hover:#fea53f;--text:#333;--prev:#777;--red:#d71d2a;--bord:#d7d7d7;--grey:#f7f7f7;--wite:#fff;}
.bg-m{background-color:var(--main);}.bg-h{background-color:var(--hover);}.bg-g{background-color:var(--grey);}.bg-w{background-color:var(--wite);}
.fs-7{font-size:14px;}.fs-8{font-size:12px;}.fw-5{font-weight:500;}.text-justify{text-align: justify;}
.ls-1{letter-spacing: 1px;}.cl-m{color:var(--main);}.cl-h{color:var(--hover);}.cl-t{color:var(--text);}.cl-p{color:var(--prev);}.cl-r{color:var(--red);}.cl-w{color:var(--wite);}
.br-5{border-radius:5px;}.br-15{border-radius:15px;}.br-30{border-radius:30px;}.br-50{border-radius:50%;}.tr-5{transition:all 0.5s ease 0s;}
body{font-family:Prompt,Arial,sans-serif;color:var(--text);}
input,select,textarea{width:100%;height:45px;padding:0 1rem;border:1px solid var(--bord);border-radius:5px;outline:none;transition:all 0.5s ease 0s;}
input:disabled{background-color:var(--grey);cursor: not-allowed;}input:focus,select:focus,textarea:focus{border-color: var(--main);box-shadow:0 0 5px rgb(0 0 0 / 25%);}
input[type=submit]{display:inline-block;width:auto;padding:0 1.5rem;background-color:var(--main);border:none;color:var(--wite);}
input[type=submit]:hover{background-color:var(--hover);}
select{background:var(--wite) url(images/select.png) no-repeat center right 1rem;appearance:none;}textarea{display:block;height:106px;padding:1rem;}
h1,h2,h3,h4,h5,h6{margin:0;}ul,ol,p{margin:0;padding:0;}a{text-decoration:none;color:var(--text);transition:all 0.5s ease 0s;}a:hover{color:var(--main);}
img{display:block;max-width:100%;transition:all 0.5s ease 0s;}.i-hov{overflow:hidden;}.i-hov:hover img{transform:scale(1.1);}.i-obc{width:100%;height:100%;object-fit:cover;}
.n-hov-l a{background:linear-gradient(to right, var(--hover), var(--hover) 50%, var(--main) 50%) 100% / 200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;}
.n-hov-l a:hover{background-position:0;}
.n-hov-t a{background:linear-gradient(to right, var(--main), var(--main) 50%, var(--text) 50%) 100% / 200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;}
.n-hov-t a:hover{background-position:0;}
.f-item{position:relative;margin-bottom:1.5rem;}.f-item span{display:block;margin-bottom:0.25rem;}
.f-item input.error,.f-item select.error,.f-item textarea.error{border-color:var(--red);}label.error{position:absolute;top:100%;right:0;font-size:12px;color:var(--red);}
#header{height: auto;}
.header{position: fixed; top: 0; left: 0; width: 100%; padding: 1rem 0; background-color: var(--wite);  box-shadow: 0 0 5px rgb(0 0 0 / 25%); z-index: 99999;}
.header-2{padding: 0.5rem 0;}
.header-2 .logo{width: 175px;}
.logo{width: 250px;}
.logo a span{width: 0; height: 0;}
.button{list-style: none; display: flex;}
.button li+li{margin-left: 0.5rem;}
.button li a{display: block; padding: 0 1.5rem; background-color: var(--main); border-radius: 5px; line-height: 45px; color: var(--wite);}
.button li a:hover{background-color: var(--hover);}
.button li a i{margin-right: 0.5rem;}
.main-button{line-height: 45px;}
.main-button a{position: relative; display: inline-block; padding: 0 1.5rem; background-color: var(--main); border-radius: 5px; color: var(--wite); vertical-align: middle; overflow: hidden;}
.main-button a span{position: relative;}
.main-button a:before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: var(--hover); transition: all 0.5s ease 0s;}
.main-button a:hover:before{width: 100%;}
.main-more{font-size: 14px; line-height: 34px;}
.main-more a{display: inline-block; padding: 0 1rem; border: 1px solid var(--main); border-radius: 5px; color: var(--main);}
.main-more a:hover{background-color: var(--main); color: var(--wite);}
.main-detail p{margin-bottom: 0.75rem;}
.main-detail h2{padding: 0.75rem 0; font-size: 1.5rem;}
.main-detail h3{padding: 0.75rem 0; font-size: 1.25rem;}
.main-detail h4{padding: 0.75rem 0; font-size: 1.0rem;}
.main-detail ul, .main-detail ol{padding: 0 0 0.75rem 2rem;}
.main-detail img{display: inline-block!important;height: auto;}  
.main-detail iframe{display: block; margin: 0 auto!important;} 
.main-detail figure{padding: 0 0 1rem;}
.main-detail figure figcaption{font-size: 14px; font-style: italic;}
.main-detail > *:first-child{margin-top: 0; padding-top: 0;}
.main-detail > *:last-child, .main-detail > *:last-child > *:last-child{margin-bottom: 0; padding-bottom: 0;}
.main-page{list-style: none; display: flex; justify-content: center; margin-bottom: 3rem; font-size: 14px; font-weight: 500; text-align: center; line-height: 32px;}
.main-page li+li{margin-left: 0.5rem;}
.main-page li a{display: block; width: 32px; background-color: var(--grey); border-radius: 5px;  color: var(--text);}
.main-page li a:hover, .main-page li a.active{background: var(--main); color: var(--wite);}
.main-share {display: flex; margin-bottom: 1.5rem;}
.main-share span {font-size: 12px; line-height: 30px;}
.main-share button{margin-left: 0.5rem; padding: 0; background-color: transparent; border: none; outline: none;}
.main-share i {display: block; width: 32px; background-color: var(--grey); border-radius: 5px; font-size: 14px; text-align: center; line-height: 32px; color: var(--text); transition: all 0.5s ease 0s;}
.main-share i:hover {background-color: var(--main); color: var(--wite);}
.footer ul{list-style: none;}
.footer li{position: relative; padding-left: 1.5rem;}
.footer li+li{margin-top: 0.75rem;}
.footer li i{position: absolute; top: 0; left: 0; width: 16px; text-align: center; line-height: 24px; color: var(--main);}
.footer-title{margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--bord); font-size: 20px; font-weight: 500; color: var(--main);}
.footer-add{margin-top: 0.75rem;}
.footer-add li{padding-left: 0;}
.footer-add li strong{display: block; color: var(--main);}
.footer-bottom{background-color: var(--main); color: var(--wite);}
.footer-bottom a{color: var(--wite);}
.click{right: 1rem; bottom: calc(40px + 1rem); z-index: 99992;}
.click a{position: relative; display: block; margin-bottom: 0.5rem; line-height: 40px; color: #333;}
.click a img{width: 40px; border-radius: 50%; box-shadow: 0 0 5px rgb(0 0 0 / 25%);}
.click a:hover img{box-shadow: 0 3px 5px rgb(0 0 0 / 25%); transform: translatey(-3px);}
.totop{right: 1rem; bottom: -40px; width: 40px; background-color: var(--wite); box-shadow: 0 0 5px rgb(0 0 0 / 25%); color: var(--red); opacity: 0; cursor: pointer; z-index: 99992;}
.totop:hover{box-shadow: 0 3px 5px rgb(0 0 0 / 25%); background-color: var(--hover); color: var(--wite);}
.totop i{line-height: 40px;}
.totop-2{bottom: 1rem; opacity: 1;}





.main-other{margin-bottom: 3rem; font-family: var(--fnt); font-weight: 700; border-bottom: 2px solid var(--bord);}
.main-other *{position: relative; display: inline-block;}
.main-other *:before{content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background-color: var(--main);}