* {
   margin: 0;
   padding: 0;
   outline: none;
   text-decoration: none;
   box-sizing: border-box;
   font-family: "Plus Jakarta Sans", sans-serif;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

html {
   overflow-x: clip;
   overflow-y: auto;
   scroll-behavior: smooth;
   font-size: 16px;
}

html body {
   font-weight: normal;
   overflow-x: clip;
   background: #fff;
   padding-top: 68px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: relative;
}

input[type=file]::-webkit-file-upload-button {
   cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
   cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
   cursor: pointer;
}

input[type=file]::-o-file-upload-button {
   cursor: pointer;
}

input[type=file] {
   cursor: pointer;
}

*::-moz-selection {
   color: #fff;
   background: #0062A4;
}

*::selection {
   color: #fff;
   background: #0062A4;
}

*::-moz-selection {
   color: #fff;
   background: #0062A4;
}

*::-webkit-selection {
   color: #fff;
   background: #0062A4;
}

*::-ms-selection {
   color: #fff;
   background: #0062A4;
}

* {
   scrollbar-color: #0062A4;
   scrollbar-width: thin;
}

::-webkit-scrollbar {
   height: 3px;
   width: 7px;
}

::-webkit-scrollbar-track {
   background-color: #0062A4;
   border-radius: 6px;
}

::-webkit-scrollbar-thumb {
   background-color: #9fa5b9;
   border-radius: 6px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
   border: 0;
   outline: 0;
}

b,
strong {
   font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
   display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
   text-decoration: none;
   transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
   text-decoration: none;
}

*::after,
*::before,
* {
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

ul,
li {
   list-style: none;
}

input,
select,
textarea,
.site textarea {
   font-weight: normal;
   width: 100%;
   background: #fff;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
   font-family: "Plus Jakarta Sans", sans-serif;
   color: #101828;
   margin: 0;
   font-weight: 600;
   line-height: 120%;
}

body h1 {
   font-size: 56px;
}

body h2 {
   color: #0062A4;
   font-size: 2.5rem;
   letter-spacing: -1px;
}

img {
   margin: 0 auto;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   display: block;
   outline: none !important;
}

body p {
   color: #374151;
   font-weight: normal;
   font-size: 1rem;
   line-height: 166%;
   margin: 0 0 15px 0;
   display: block;
}

body a {
   font-size: 1rem;
   font-weight: normal;
   color: #0062A4;
   text-decoration: none;
   line-height: normal;
   outline: none !important;
   display: inline-block;
   line-height: 160%;
}

body p a {
   color: #0062A4;
   font-size: inherit;
   font-style: normal;
   font-weight: 500;
}

body a:focus {
   outline: none !important;
}

body p:last-of-type {
   margin-bottom: 0;
}

iframe {
   display: block;
   width: 100%;
   height: 100%;
}

#header {
   width: 100%;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 999;
   padding: 0;
   background: rgb(248, 250, 252);
   border-bottom: 1px solid rgb(226, 232, 240);
   box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px;
   transition: box-shadow 0.2s;
}

#header.scroll-down {
   pointer-events: none;
}

#header.scroll-down .wrapper {
   transform: translateY(-105%);
   opacity: 0;
}

#header.scroll-down.fixed {
   pointer-events: all;
}

#header.scroll-down.fixed .wrapper {
   transform: translateY(0);
   opacity: 1;
}

#header .wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 12px 0rem;
   transition: all ease 0.3s;
   position: relative;
}

#header .logo {
   width: 290px;
   display: flex;
}

#header .main-menu {
   margin-left: auto;
}

#header ul#menu-header-menu {
   display: flex;
   align-items: center;
   gap: 2rem;
}

#header ul#menu-header-menu li {
   position: relative;
}

#header ul#menu-header-menu li a {
   color: #374151;
   font-weight: 600;
   font-size: 0.9375rem;
   text-decoration: none;
   transition: color 0.15s ease;
   padding-bottom: 2px;
   border-bottom: 2px solid transparent;
}

#header ul#menu-header-menu li a:hover,
#header ul#menu-header-menu li.current-menu-item>a {
   color: #0062A4;
   border-bottom-color: #0062A4;
}

#header ul#menu-header-menu li:last-child a {
   color: #fff;
   cursor: pointer;
   background: #0062a4;
   border: none;
   border-radius: .75rem;
   justify-content: center;
   align-items: center;
   padding: 0.625rem 1.25rem;
   font-size: 0.9375rem;
   font-weight: 700;
   text-decoration: none;
   transition: all .2s;
   display: inline-flex;
   box-shadow: 0 4px 14px #0062a466;
}

#header ul#menu-header-menu li:last-child a:hover {
   background: #004d82;
   transform: translateY(-1px);
   box-shadow: 0 6px 20px #0062a480;
}

/**/
#header .res_navigation {
   width: 26px;
   height: 17px;
   cursor: pointer;
   display: none;
}

.res_navigation .nav-toggle {
   display: block;
   position: relative;
   transition: 0.3s ease;
   z-index: 9;
   width: 18px;
   height: 13px;
}

.res_navigation .nav-toggle span {
   position: absolute;
   height: 2px;
   border-radius: 10px;
   width: 100%;
   background: rgb(17, 24, 39);
   left: 0;
   right: 0;
   top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
   transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
   top: 50%;
   transform: translateY(-50%);
   transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
   top: auto;
   bottom: 0;
}

.res_navigation .nav-toggle.active {
   transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:nth-child(2) {
   opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
   top: 9px;
}

.res_navigation .nav-toggle.active span:first-child {
   transform: translateX(-3%) rotate(90deg);
}

.container {
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
   padding: 0 24px;
}

body.error404 h1 {
   font-size: 6rem;
   font-family: "Plus Jakarta Sans", sans-serif;
}

body.error404 .page-not-found-section h2 {
   margin: 0rem 0 2rem;
}

body.error404 .page-not-found-section a.btn-main {
   margin: 0 auto;
   padding: 10px 40px;
}

.blog-list {
   padding: 5rem 0;
   background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 60%, #fff 100%);
}

.blog-list h1 {
   margin-bottom: 3rem;
}

ul.blog-list-ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
}

ul.blog-list-ul .img-wrap {
   height: 200px;
   margin-bottom: 1rem;
}

ul.blog-list-ul .img-wrap a {
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 20px;
   margin-bottom: 1rem;
}

ul.blog-list-ul .img-wrap img {
   width: 100%;
   border-radius: 20px;
   height: 100%;
   object-fit: cover;
}

ul.blog-list-ul p.date {
   font-size: 1rem;
}

ul.blog-list-ul a.post-title {
   color: #374151;
   font-weight: 600;
   line-height: 150%;
   margin-bottom: 0.75rem;
   font-size: 1.2rem;
}

ul.blog-list-ul p.content {
   font-size: 1rem;
   letter-spacing: -0.54px;
}

.blog-detail {
   padding: 3rem 0 5rem;
   position: relative;
}

.blog-detail::before {
   position: absolute;
   content: "";
   background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.10) 100%);
   height: 37.25rem;
   width: 100%;
   inset: 0;
   pointer-events: none;
   z-index: -1;
}

.blog-detail a.back {
   display: flex;
   align-items: center;
   gap: 0.4rem;
   margin-bottom: 1rem;
}

.blog-detail .wrap {
   max-width: 55rem;
   margin: 0 auto;
}

.blog-detail p.date {
   font-size: 0.9rem;
   line-height: 155%;
   margin-bottom: 1rem;
}

.blog-detail h1 {
   font-size: 2.3rem;
   font-weight: 600;
   line-height: 115%;
   margin-bottom: 2rem;
}

.blog-detail .feature-img {
   height: 24.7rem;
   margin-bottom: 2rem;
}

.blog-detail .feature-img img {
   width: 100%;
   border-radius: 20px;
   height: 100%;
   object-fit: cover;
}

.blog-detail .content h2 {
   color: #111827;
   font-size: 2.2rem;
   margin: 1.5rem 0 0.8rem;
}

.blog-detail .content h3 {
   color: #111827;
   font-size: 2rem;
   margin: 1.5rem 0 0.8rem;
}

.blog-detail .content h4 {
   color: #111827;
   font-size: 1.8rem;
   margin: 1.5rem 0 0.8rem;
}

.blog-detail .content h5 {
   color: #111827;
   font-size: 1.6rem;
   margin: 1.5rem 0 0.8rem;
}

.blog-detail .content h6 {
   color: #111827;
   font-size: 1.4rem;
   margin: 1.5rem 0 0.8rem;
}

.blog-detail .content blockquote {
   padding: 1.5rem;
   border-radius: 8px;
   background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 60%, #fff 100%);
   margin: 1.5rem 0;
}

.blog-detail .content ul,
.blog-detail .content ol {
   margin: 1.5rem 0;
}

.blog-detail .content ul li,
.blog-detail .content ol li {
   color: #374151;
   font-size: 1rem;
   font-weight: 400;
   letter-spacing: -0.18px;
   position: relative;
   margin-bottom: 0.8rem;
}

.blog-detail .content ul li {
   padding-left: 30px;
   line-height: 170%;
}

.blog-detail .content ul li::before {
   position: absolute;
   content: "";
   top: 2px;
   left: 0;
   width: 22px;
   height: 22px;
   background: url('../images/check-icon.svg')no-repeat;
   background-size: contain;
}

.blog-detail .content ol {
   margin-left: 20px;
}

.blog-detail .content ol,
.blog-detail .content ol li {
   list-style: auto;
   list-style-position: outside;

}

footer {
   background: #0062A4;
   color: #ffffff;
   padding: 3rem 0 2rem;
}

footer .logo {
   max-width: 275px;
   margin-bottom: 12px;
}

footer .logo img {
   filter: brightness(0) invert(1);
}

footer p.text {
   font-size: 0.875rem;
   line-height: 1.6;
   color: #ffffff;
}

footer .wrap {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1fr;
   gap: 40px;
   margin-bottom: 2.5rem;
}

footer .wrap button.footer-title {
   color: #ffffff;
   font-weight: 700;
   font-size: 0.9375rem;
   margin-bottom: 1rem;
   background: transparent;
   border: 0;
}

footer .wrap ul li {
   margin-bottom: 10px;
}

footer .wrap ul li a {
   color: #ffffff;
   text-decoration: none;
   font-size: 0.875rem;
   transition: color 0.15s;
}

footer .wrap .div4 a.address {
   font-size: 0.8125rem;
   color: #ffffff;
   line-height: 140%;
   cursor: pointer;
   margin-bottom: 20px;
}

footer .wrap .div4 a.address:hover {
   text-decoration: underline;
}

footer .wrap .div4 a.call {
   display: inline-flex;
   align-items: center;
   gap: 0.375rem;
   color: #ffffff;
   text-decoration: none;
   font-size: 0.875rem;
   font-weight: 700;
}

footer .wrap ul.sovial {
   margin-top: 1.25rem;
   display: flex;
   gap: 0.75rem;
   align-items: center;
}

footer .wrap ul.sovial li {
   margin-bottom: 0;
}

footer .wrap ul.sovial li a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 2rem;
   height: 2rem;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.15);
}

footer .wrap ul.sovial li a img {
   width: 1rem;
   height: 1rem;
   filter: brightness(0) invert(1);
}

footer .bottom-wrap {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   padding-top: 1.5rem;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 0.75rem;
}

footer .bottom-wrap p {
   font-size: 13px;
   color: #fff;
}

.mobile-logo,
#close-menu {
   display: none;
}

#close-menu {
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.45);
}

.recent-post {
   padding-bottom: 5rem;
}

.recent-post h2 {
   margin-bottom: 1.8rem;
}