@charset "UTF-8";



/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

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

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

ol{
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html, body {
    margin: 0;
    padding: 0;
}

body {
  position: relative;
  width: 100%;
  color: #8d8d8d;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow: visible;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: auto;
  background: #171717;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #9fa0a0;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #9fa0a0;
}

::placeholder {
  color: #9fa0a0;
}
html {
  font-size: 16px;
}
.btn{
  color: #96C60B;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
}
.btn-form span.btn-span{
  position: relative;
}
.btn-form button{
  width: 100%;
}
.btn-form span.btn-span::after{
    content: "";
    background: url(./assets/img/icon/up-right-blue.svg) no-repeat center;
    height: 20px;
    width: 100%;
    position: absolute;
    top: calc(50% - 12px);
    right: -26px;
    transition: transform 0.3s ease;
}
a{
  color: #fff;
}
.case-item_txt .contact-btn a{
  color: #96C60B;
}
.btn:hover{
  opacity: 0.9;
  color: #fff;
}

.section-body {
    position: relative;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}
.section {
    padding: 100px 0px;
    position: relative;
}

.btn,
h1, h2,
ul li{
  font-family: "Raleway", sans-serif;
}
h3 {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #FFF;
}
.section{
  padding: 100px 0px;
}
.section-title{
  padding-bottom: 24px;
}
.section-title-sub{
  font-family: "Raleway", sans-serif;
  color: #96C60B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.1875rem;
}
.content-page .section-title-main{
  color: #161F40;
}
.section-title-main{
  font-family: "Raleway", sans-serif;
  /* color: #161F40; */
  color: #FFF;
  font-weight: 700;
  line-height: 64px;
  font-size: 3rem;
}
.services .cascade-blur {
  top: 0px;
  left: 25%;
}
.cascade-blur {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background: radial-gradient(circle, rgba(32, 47, 83, 0.5) 0%, rgba(71, 105, 185, 0.5) 100%);
  filter: blur(80px);
  z-index: -1;
}
.section-title-txt {
  font-size: 1.375rem;
  color: #D9D9D9;
  line-height: 32px;
}

.url-page.section {
  padding-bottom: 38px;
}
.url-body {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  align-items: center;
  width: 100%;
}
.url-home {
  padding-right: 15px;
}
.name-page-url {
  padding-left: 15px;
  font-size: 18px;
}
.url-page i {
  font-size: 20px;
  color: #8d8d8d;
}
.cascade-blur.blur-left {
  left: -30%;
  height: 80%;
  top: calc(15% + 100px);
  width: 45%;
  filter: blur(100px);
  z-index: 0;
}
.cascade-blur.blur-right {
  right: -30%;
  left: unset;
  height: 80%;
  top: calc(15% + 100px);
  width: 45%;
  filter: blur(100px);
  z-index: 0;
}
.sp {
    display: none;
}