whtml,
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: outside none none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

a.link {
    color: #3f94d5;
    font-weight: 600;
}

button {
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
}

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

.clear {
    clear: both;
}

a:hover {}

a.no_hover:hover {
    color: inherit;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #33333300;
    border: thin solid #33333300;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2D334F;
    border: thin solid #33333300;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2D334F;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/PoppinsMedium.woff') format('woff'), url('../fonts/PoppinsMedium.ttf') format('truetype'), url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
    font-weight: 700;
    font-style: normal;
}
.center_div{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.div_middle {
    max-width: 1400px;
    margin: 0 auto;
}
body{
    margin:0;
    font-family: 'Poppins';
    font-weight: 500;
}

.row {
   display: flex;
   justify-content: center;
}

.column {
    flex: 1;
    padding: 0 10px;
}

.divider {width: 100%;height: 40px;position: relative;}

.divider .line{width: 100%;height: 1px;background-color: #333F51;position: absolute;top: 50%;transform: translate(0,-50%);}
.divider .icon{display: flex;color: white;gap: 20px;justify-content: end;}
.divider .icon .item{
    height: 40px;
    width: 40px;
    position: relative;
    background-color: white;
    color: #6951FF;
    border-radius: 150px;
}
.divider .icon .item svg{font-size: 20px;}
body.homepage {
    background: white;
}


body.homepage #content{}
body.homepage #content header{
    background-color: #14172A;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
body.homepage #content header .div_middle{
    display: flex;
    height: 100px;
}
body.homepage #content header .left{
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
}
body.homepage #content header .left img{
    height: 80%;
}
body.homepage #content header .left .icon{
    cursor: pointer;
}
body.homepage #content header .left .icon svg{
    color: white;
    font-size: 40px;
}
body.homepage #content header .left .mobile_menu{}
body.homepage #content header .left .mobile_menu .menu{
    position: fixed;
    background-color: #0e0f16;
    left: -300px;
    top: 100;
    height: 100%;
    color: white;
    width: 300px;
    padding: 10px 020px;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 20px;
    transition-duration: 0.5s;
}
body.homepage #content header .left .mobile_menu .menu.show{
    left: 0;
}
body.homepage #content header .left .mobile_menu .menu .item{}
body.homepage #content header .middle{
    align-items: center;
    text-align: center;
    display: flex;
    flex: 1;
}
body.homepage #content header .middle .menu{
    color: white;
    font-size: 16px;
    display: flex;
    gap: 10px;
}
body.homepage #content header .middle .item{
    line-height: 40px;
    flex: 1;
    width: 110px;
}
body.homepage #content header .middle .item p{
    padding: 0 10px;
}
body.homepage #content header .right{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
}
body.homepage button{
    height: 36px;
    padding: 0 15px;
    background-color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
}
body.homepage button.blue{
    background-color: #6951FF;
}
body.homepage .page_module{
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 60px 0 80px;
}
body.homepage .page_module h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
body.homepage .page_module .title{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 25px;
}
body.homepage .page_module .background{
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body.homepage .page_module .background img{
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%,0);
}
body.homepage .page_module .image{
    max-width: 100%;
    margin-top: 20px;
}
body.homepage .page_module.page_1{
    height: calc(100% - 240px);
    color: white;
    text-align: center;
    position: relative;
}
body.homepage .page_module.page_1 .bottom{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
body.homepage .page_module.page_1 .icon{
    margin-top: 20px;
}
body.homepage .page_module.page_1 .icon svg{
    font-size: 30px;
}
body.homepage .page_module.page_3{
    color:white;
    background-color: #14172A;
    padding-bottom: 10px;
}

body.homepage .page_module.page_3 .service.row{
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}
body.homepage .page_module.page_3 .service-icon {
    margin: 20px 0 30px;
}
body.homepage .page_module.page_3 .service-icon svg {
    font-size: 30px;
    margin: 20px 0px;
}

body.homepage .page_module.page_3 .service-icon svg {
    font-size: 30px;
    margin: 20px 0px;
}

body.homepage .page_module.page_3 .service-icon .subtitle {
    color: #556987;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 60px;
}

body.homepage .page_module.page_3 .service-icon .hotline-text {
    color: #6951ff;
    font-size: 20px;
}


body.homepage .page_module .contact .banner {
    margin-top: 20px;
}

body.homepage .page_module .contact .banner-contact {
    height: 140px;
    background-color: #6951ff;
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 50px;
}

body.homepage .page_module .contact .banner-contact .title-banner {
    width: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
}

body.homepage .page_module .contact .banner-contact .title-banner h3 {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #00000073;
}


body.homepage .page_module .contact .banner-contact .description-banner {
    width: 70%;
    text-align: left;
    line-height: 27px;
}

body.homepage .page_module .contact .banner-contact .description-banner span {
    font-weight: 700;
}

body.homepage .page_module .contact {margin-top: 70px;padding-bottom: 80px;}

body.homepage .page_module .contact .service-icon {
    position: relative;
    width: 100%;
    margin: 20px 0;
    height: 200px;
}

body.homepage .page_module .contact .service-icon .bg-icon {
    background-color: #6951ff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

body.homepage .page_module .contact .service-icon .name{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

body.homepage .page_module .contact .service-icon .bg-icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

body.homepage .page_module .contact .service-icon .hotline-text{
    width: 100%;
}

.mobile_display{
    display: none !important;
}

#navbar_action.input {
    display: none;
}


body.homepage .page_module.page_4 {
    padding-top: 20px;
    background-color: white;
    color: #333;
}

body.homepage .page_module.page_4 div.form-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 20%;
    gap: 20px;
    margin-bottom: 40px;
}

body.homepage .page_module.page_4 .form-item .field-text {
    width: 100%;
    text-align: left;
}

body.homepage .page_module.page_4 .form-item .field-text .field {
    width: 100%;
    border: 2px solid #d5dae1;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-family: 'Poppins';
}

body.homepage .page_module.page_4 .field-textarea {
    text-align: left;
    grid-column: 1/3;
}

body.homepage .page_module.page_4 .field-textarea .textarea {
    width: 100%;
    border: 2px solid #d5dae1;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-family: 'Poppins';
}


body.homepage .page_module.page_4 div.btn {
}

body.homepage .page_module.page_4 div.btn button {
    background-color: #6951FF;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    width: 100%;
    max-width: 470px;
}

body.homepage .page_module.page_5{
    color:white;
    background-color: #14172A;
    padding-bottom: 60px;
}

body.homepage .page_module.page_5 div.footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.homepage .page_module.page_5 div.left-footer {
    display: flex;
    column-gap: 50px;
    flex: 1;
    color: #8896AB;
}

body.homepage .page_module.page_5 div.right-footer {
    display: flex;
    align-items: center;
    column-gap: 40px;
    width: 50%;
    margin-right: auto;
    flex: 1;
}

body.homepage .page_module.page_5 div.right-footer div.field-text{
    display: flex;
    gap: 10px;
    width: 100%
}

body.homepage .page_module.page_5 div.right-footer div.field-text input.field{
    width: 70%;
    border: 2px solid #d5dae1;
    border-radius: 5px;
    line-height: 46px;
    height: 46px;
    padding: 0 10px;
}

body.homepage .page_module.page_5 div.right-footer div.field-text button.btn-phone{
    background-color: #6951FF;
    width: 100%;
    color: #fff;
    height: 45px;
    font-weight: 500;
}
footer .subtitle{
    text-align: left;
    margin-top: 40px;
    font-size: 14px;
    color: 8896AB;
    font-weight: 600;
}

@media (max-width: 1599px) {
    .div_middle {
        padding: 0 15px;
        box-sizing: border-box;
    }
    
}

@media (max-width: 799px)  {
    .column{
        margin-bottom: 30px;
    }
    body.homepage .page_module .contact .banner-contact{
    display: block;
    height: auto;
    margin-bottom: 30px;
}
    body.homepage .page_module .contact .banner-contact .title-banner{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #5439f9;
}
    body.homepage .page_module .contact .banner-contact .description-banner{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
}
    body.homepage .page_module .contact .banner-contact .description-banner p{
        margin-bottom:20px;
    }
    body.homepage .page_module h1{
        font-size: 30px;
    }
    body.homepage .page_module .title{
        font-size: 13px;
    }
    .row {
        display: flex;
        flex-direction: column;
    }
  
    .mobile_display{
        display: block !important;
    }

    .pc_display{
        display: none !important;
    }

    body.homepage #content header {
        background-color: #14172A;
        height: 100px;
        background-color: #14172A;
        height: 100px;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    body.homepage #content header .middle img {
        height: 80px;
        margin: 10px 0;
    }

    body.homepage #content header .left .navbar svg {
        font-size: 40px;
        margin: 20px 0;
    }
    
    body.homepage #content header .sidebar {
        position: fixed;
        top: 100px;
        left: 0;
        bottom: 0;
        width: 50%;
        max-width: 100%;
        background: #1b1e2d;
        transform: translateX(-100%);
        opacity: 1;
        transition: transform linear 0.2s, opacity linear 0.2s;
        z-index: 999;
        color: white;
    }

    body.homepage #content header .sidebar .item{
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
    }
  
    .mobile_display #navbar_action {
        display: block;
    }
 
    .mobile_display #navbar_action[type="checkbox"]:checked ~ body.homepage #content header .sidebar {
        transform: translateX(-100%);
        opacity: 1;
    }

    body.homepage .page_module.page_4 div.form-item {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    body.homepage .page_module.page_5 div.footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }

    body.homepage .page_module.page_5 div.left-footer {
        display: block;
        width: 100%;
        text-align: left;
        line-height: 50px;
    }
    
    body.homepage .page_module.page_5 div.right-footer {
        display: flex;
        align-items: center;
        gap: 40px;
        width: 100%;
        margin-right: 0px;
    }
    body.homepage .page_module .contact .service-icon .bg-icon{
    height: 50px;
    width: 50px;
}
    body.homepage .page_module .contact .service-icon .bg-icon img{
        height:25px
    }
    body.homepage .page_module .contact .service-icon .name{
    font-size: 25px;
}
    body.homepage .page_module.page_3 .service-icon .subtitle{
    font-size: 16px;
    line-height: 30px !important;
    min-height: auto;
}
    body.homepage .page_module .contact .service-icon .hotline-text{
    font-size: 16px;
}
body.homepage .page_module .contact{
    padding-bottom:40px;
}
body.homepage .page_module.page_4 .form-item .field-text{
    grid-column-end: span 2;
}
body.homepage .page_module.page_5{
    padding-top: 10px;
}
body.homepage .page_module.page_3{
    padding-bottom:10px;
}
}

