body {
    font-size: 14px;
    line-height: 1.6;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 0 !important;
    }
}
h2.screen-reader-text {
    display: none;
}
/*--- slick ---*/
#home-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: all .3s;
}
#home-slide .slick-next {
  right: 60px;
  left: unset;
}
#home-slide .slick-nav i {
    color: #f6f6f6;
    background: #ef683a;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#home-slide:hover .slick-nav{
  left: 20px;
  opacity: 1;
}
#home-slide:hover .slick-next{
  right: 20px;
  left: unset;
  opacity: 1;
}
#home-slide figure,
#home-slide .widget {
  margin-bottom: 0;
}
#home-slide img {
  width: 100%;
}
#home-slide ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
}
#home-slide ul.slick-dots li {
    width: 10px;
    background-color: #b9b9b9;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
#home-slide ul.slick-dots li:hover,
#home-slide ul.slick-dots li.slick-active {
    background: #fff;
}
#home-slide ul.slick-dots li button {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    animation-name: effect;
    animation-duration: .3s;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}

.stick-header.header #logo img {
    width: 200px;
}
.header {
    background: #e8f2ff;
    padding: 10px 0;
}
.pt-66 {
    padding-top: 66px;
}
div#primary-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

div#logo {
    margin-right: 100px;
}


div#primary-menu ul.menu>li>a {
    color: #00377b;
    display: block;
    font-weight: 700;
    font-size: 21px;
    padding: 20px 25px;
}
div#primary-menu ul.menu>li>a i {
    font-size: 19px;
    margin-left: 5px;
    color: #111;
}

div#primary-menu ul.menu>li {
    position: relative;
}
#primary-menu .sub-menu {
  color: #222;
    position: absolute;
    width: 220px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    z-index: 999;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    margin-top: 25px;
    background: #fff;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
#primary-menu .sub-menu li a {
  padding: 15px 15px;
  color: #00377b;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
#primary-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#primary-menu .menu > li > .sub-menu {
  top: 100%;
  left: 0;
}
#primary-menu .menu > li > .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}


#primary-menu .sub-menu li a:hover {
    background: #00377b;
    color: #fff;
}
.section-1 {
    position: relative;
    height: 800px;
    background: #00377b;
    display: flex;
    align-items: center;
}

.section-1 >img:nth-child(1) {
    width: 600px;
    height: 800px;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: left;
}

.section-1 >img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: left;
    display: none;
}

.section-1 >img:nth-child(2) {
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
}
.s1-app img {
    max-width: 300px;
}

.s1-qr img {
    max-width: 170px;
}

.s1-download {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.s1-app {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #4e6f98;
}

.s1-app a:nth-child(1) {
    margin-bottom: 30px;
}

.s1-wrap {
    width: 100%;
    position: relative;
    z-index: 999;
}

.s1-wrap h2 {
    color: #f6f6f6;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}

.s1-wrap h3 {
    color: #bfdbff;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}

.s1-wrap p {
    margin-bottom: 0;
    color: #f6f6f6;
    font-size: 25px;
}

.s1-qr h4 {
    color: #d9d0d0;
    font-weight: 400;
    text-align: center;
}
.section-2 {
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.section-2 img {
    max-width: 767px;
    display: block;
    margin: 0 auto;
}
.video-module-popup {
    background: rgba(64, 64, 68, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.video-module-popup .video-close {
    color: #f6f6f6;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.video-module-popup .video-iframe {
    width: 70%;
    height: 77%;
    margin: 0 auto;
    position: relative;
    top: 10%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.video-module-popup.video-open .video-iframe {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.video-module-popup .video-iframe iframe {
    margin: 0;
    width: 100%;
    height: 100%;
}
.video-module-popup.video-open {
    opacity: 1;
}
.section-3 {
    padding: 80px 0;
}

.section-3 .heading {
    text-align: center;
    margin-bottom: 80px;
}

.section-3 .heading h2 {
    color: #00377b;
    font-weight: 700;
    font-size: 45px;
}

.section-3 .heading h3 {
    color: #00377b;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-3 .heading p {
    color: #7a7a7a;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0;
}

.section-3 .item {
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    padding: 15px;
    border-radius: 15px;
    transition: all .3s;
    position: relative;
    width: 320px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

.section-3 .item:hover {
    transform: translate3d(0, -30px, 0);
    box-shadow: 0 12px 24px rgb(0 0 0 / 30%), 0 10px 10px rgb(0 0 0 / 20%);
}

.section-3 .item img {
    max-width: 100px;
    position: absolute;
    top: -40px;
    left: -15px;
}
.section-3 .box {
    background: #00377b;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    min-height: 130px;
}

.section-3 .box h3 {
    color: #f6f6f6;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.section-3 .box h2 {
    color: #f6f6f6;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-3 .item p {
    color: #7a7a7a;
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 25px;
    min-height: 74px;
    text-align: justify;
    padding: 0 10px;
}

.section-4 {
    position: relative;
    padding: 120px 0 80px;
    background-image: linear-gradient(to right, #01377b , #00599d);
}

.section-4>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-4 .container {
    position: relative;
    z-index: 999;
}

.section-4 .heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-4 .heading h2 {
    color: #f6f6f6;
    font-weight: 700;
    font-size: 45px;
}

.section-4 .heading h3 {
    color: #bfdbff;
    font-weight: 700;
    font-size: 45px;
}

.s4-slick_dot .item {
    background: #00306b;
    color: #7b7b7b;
    padding: 0px 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    min-height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
}
.s4-slick_dot .slick-current .item,
.s4-slick_dot .item:hover {
    background-image: linear-gradient(to bottom, #4f5fab, #6d9ca9);
    color: #f6f6f6;
}
.s4-slick_dot {
    margin-bottom: 55px;
}
.s4-slick_dot .slick-list {
    margin: 0 -15px;
}

.s4-slick_dot .slick-slide {
    padding: 0 15px;
}

.s4-slide {
    max-width: 991px;
    margin: 0 auto;
}
.s4-slick_dot .slick-nav {
    background-image: url(images/back.png);
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}
.s4-slick_dot .slick-next {
    background-image: url(images/next.png);
    left: unset;
    right: -80px;
}

.s4-slick_content .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 767px;
    margin: 0 auto;
}

.s4-slick_content .item img {
    max-width: 230px;
    margin-right: 50px;
}

.s4-slick_content .item .text {
    font-size: 26px;
    color: #f6f6f6;
}
.section-5 {
    padding: 80px 0;
}

.section-5 .heading {
    margin-bottom: 30px;
    text-align: center;
}

.section-5 .heading h2 {
    color: #be1e2d;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-5 .heading h3 {
    color: #00377b;
    font-size: 35px;
    font-weight: 700;
}

.section-5 .item h3 {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #4f5fab, #6d9ca9);
    border-radius: 50px;
    padding: 5px 10px;
    color: #f6f6f6;
    font-size: 21px;
    font-weight: 700;
}

.section-5 .item img {
    max-width: 70px;
    margin-right: 15px;
}

.section-5 .item {
    background: #eeeeee;
    padding: 10px;
    border-radius: 50px;
}

.section-5 .item p {
    margin-bottom: 0;
    padding: 15px 25px;
    color: #4a627e;
    font-size: 20px;
    text-align: justify;
}
.section-6 {
    padding: 80px 0;
    background: #f1f1f1;
}
.section-6 .heading {
    margin-bottom: 30px;
    text-align: center;
}

.section-6 .heading h2 {
    color: #be1e2d;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-6 .heading h3 {
    color: #00377b;
    font-size: 48px;
    font-weight: 700;
}

.section-6 ul.nav {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-6 .tab-content img {
    max-height: 500px;
    margin: 0 auto;
    display: block;
}
.section-6 ul.nav li {
    width: calc(100% / 3 - 25px);
}

.section-6 ul.nav li:not(:first-child) {
    margin-left: 35px;
}

.section-6 ul.nav li a {
    background: #fff;
    color: #c9c9c9;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    display: block;
    line-height: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section-6 ul.nav li:first-child a.active,
.section-6 ul.nav li:first-child a:hover {
    background-image: url('images/taixuong.png');
    color: #f6f6f6;
    background-color: transparent;
}
.section-6 ul.nav li:nth-child(2) a.active,
.section-6 ul.nav li:nth-child(2) a:hover {
    background-image: url('images/dangky.png');
    color: #f6f6f6;
    background-color: transparent;
}
.section-6 ul.nav li:nth-child(3) a.active,
.section-6 ul.nav li:nth-child(3) a:hover {
    background-image: url('images/dangnhap.png');
    color: #f6f6f6;
    background-color: transparent;
}

.section-6 .text {
    color: #00377b;
    font-size: 24px;
}

.section-6 .s1-qr h4 {
    color: #00377b;
}
.section-6 .text ul {
    padding: 0;
    margin: 0;
}
.section-7 {
    padding: 80px 0;
}

.section-7 .heading {
    margin-bottom: 40px;
}

.section-7 .heading h2 {
    color: #00377b;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-7 .heading h3 {
    color: #be1e2d;
    font-size: 35px;
    font-weight: 700;
}
.s7-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    z-index: 99;
    border: 3px solid #e2ecfa;
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 31px;
}

.s7-slide .slick-next {
    left: unset;
    right: -80px;
    background: #00377b;
    color: #f6f6f6;
    padding-left: 5px;
    border: 2px solid #00377b;
}

.s7-slide h3 {
    background: #00377b;
    max-width: 500px;
    color: #f6f6f6;
    padding: 40px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 0;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.s7-slide p {
    margin-bottom: 0;
    background: #dde8f6;
    color: #00377b;
    padding: 50px;
    font-size: 24px;
    border-radius: 20px;
    margin-top: -30px;
    position: relative;
    z-index: -1;
    text-align: justify;
}
.s7-slide ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.s7-slide ul.slick-dots button {
    display: none;
}

.s7-slide ul.slick-dots li {
    width: 17px;
    height: 17px;
    background: #dde8f6;
    border-radius: 50%;
    border: 5px solid #dde8f6;
    transition: all .3s;
}

.s7-slide ul.slick-dots li.slick-active {
    background: #00377b;
    width: 23px;
    height: 23px;
}

.s7-slide ul.slick-dots li:not(:first-child) {
    margin-left: 10px;
}
.s8-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    z-index: 99;
    border: 3px solid #e2ecfa;
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 31px;
}

.s8-slide .slick-next {
    left: unset;
    right: -80px;
    background: #00377b;
    color: #f6f6f6;
    padding-left: 5px;
    border: 2px solid #00377b;
}
.s8-slide ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s8-slide ul.slick-dots button {
    display: none;
}

.s8-slide ul.slick-dots li {
    width: 17px;
    height: 17px;
    background: #dde8f6;
    border-radius: 50%;
    border: 5px solid #dde8f6;
    transition: all .3s;
}

.s8-slide ul.slick-dots li.slick-active {
    background: #00377b;
    width: 23px;
    height: 23px;
}

.s8-slide ul.slick-dots li:not(:first-child) {
    margin-left: 10px;
}
.section-8 {
    padding: 80px 0;
    background: #f1f1f1;
}

.section-8 .heading {
    margin-bottom: 40px;
}

.section-8 .heading h2 {
    color: #be1e2d;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-8 .heading h3 {
    color: #00377b;
    font-size: 35px;
    font-weight: 700;
}
.s8-slide p {
    color: #00377b;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    font-style: italic;
}

.s8-slide h3 {
    color: #00377b;
    font-weight: 700;
    font-size: 22px;
}

.s8-slide h4 {
    color: #b2afa8;
    font-size: 18px;
    font-weight: 400;
}

.s8-slide img {
    margin: 0 auto;
}
.s8-slide p:after {
    content: "";
    display: block;
    background-image: url('images/quote.png');
    width: 130px;
    height: 90px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
    left: -60px;
    z-index: -1;
}
.s8-slide .item {
    padding-left: 80px;
}
.section-9>img {
    max-width: 700px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}

.section-9 {
    position: relative;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-image: linear-gradient(to right, #01377b , #00599d);
}
.section-9:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('images/bg5.png');
    background-size: 100% 100%;
}
.section-9:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('images/bg4.png');
    background-size: 100% 100%;
}
.section-9 >div {
    width: calc(100% - 700px);
    text-align: center;
    position: relative;
    z-index: 99;
}

.s9-app img {
    max-width: 300px;
}

.s9-qr img {
    max-width: 210px;
}

.s9-download {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.s9-app {
    display: flex;
    flex-direction: column;
}

.s9-app a:nth-child(1) {
    margin-bottom: 30px;
}

.section-9 h2 {
    color: #f6f6f6;
    font-size: 45px;
    font-weight: 700;
}

.section-9 h3 {
    color: #f6f6f6;
    font-size: 48px;
    font-weight: 400;
}

.s9-qr {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #fff;
}
.s9-wrap {
    padding: 0 15px;
}

.section-10 {
    padding: 40px 0;
}
.section-10 h3 {
    position: relative;
    background-image: url(images/bg6.png);
    display: inline-block;
    padding: 15px 40px;
    background-size: 100% 100%;
    color: #f6f6f6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    margin-left: 65px;
}
.section-10 h3:before {
    content: "";
    background-image: url(images/bg8.png);
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -24px;
    background-size: 100% 100%;
    z-index: -1;
}
.section-10 h3:after {
    content: "";
    background-image: url(images/bg7.png);
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -24px;
    background-size: 100% 100%;
    z-index: -1;
    display: block;
}
.section-10 .text {
    padding: 50px 50px 10px;
    background: #154a8b;
    color: #f6f6f6;
    font-size: 21px;
    border-radius: 30px;
    margin-top: -30px;
    font-style: italic;
    text-align: justify;
}
.footer {
    background: #f1f1f1;
    padding: 50px 0;
}

.footer-top h3 {
    color: #00377b;
    font-size: 21px;
}

.img-wrap {
    display: flex;
    align-items: center;
}

.img-wrap img {
    max-height: 60px;
    max-width: 210px;
}
.img-wrap img:not(:last-child) {
    margin-right: 30px;
}

.footer-top .col-lg-8 img:nth-child(4) {
    max-height: 70px;
    max-width: 215px;
}
.footer-top .col-lg-8 img:nth-child(2) {
    max-height: 75px;
}
.footer-top {
    margin-bottom: 40px;
}

.footer-bottom {
    color: #929292;
    font-size: 18px;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-bottom ul li {
    margin-bottom: 15px;
}
.showbar {
    margin: 0;
    z-index: 99;
    flex-direction: column;
    align-items: end;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.showbar .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar:nth-child(3) {
    width: 17px;
}
.showbar .icon-bar {
    background-color: #333;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 5px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #111;
    color: #f6f6f6;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
div#mobile-menu {
    display: none;
}

.footer-top .col-lg-4:nth-child(1) .img-wrap {
    position: relative;
    margin-right: 30px;
    padding-top: 10px;
}

.footer-top .col-lg-4:nth-child(1) .img-wrap:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100%);
    position: absolute;
    top: 50%;
    right: 0;
    background: #ddd;
    transform: translateY(-50%);
}
.box-s img {
    display: none;
}
@media(max-width:1400px) {
    .s1-wrap h2 {
        font-size: 32px;
    }
    .s1-wrap h3 {
        font-size: 24px;
    }
    .s1-wrap p {
        font-size: 18px;
    }
    .section-1 >img:nth-child(1) {
        width: 400px;
    }
    .section-9 >div {
        width: calc(100% - 400px);
    }
}
@media(max-width: 991px) {
    .section-6 .text ul {
        padding-left: 25px;
    }
    .box-s img {
        display: block;
    }
    .s9-qr,.s1-qr {
        display: none;
    }
    .footer-top .col-lg-4:nth-child(1) .img-wrap:after {
        display: none;
    }
    div#mobile-menu {
        display: block;
    }
    div#primary-menu {
        display: none;
    }
    div#mobile-menu {
        position: fixed;
        top: 0;
        left: -999px;
        width: 320px;
        height: 100%;
        background: #ffff;
        z-index: 9999999;
        transition: all .3s;
    }
    div#mobile-menu ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile-menu li a {
      color: #111;
      display: flex;
      padding: 10px 20px;
      font-weight: 500;
    }
    #mobile-menu li {
      position: relative;
      border-top: 1px dotted #505050;
    }
    #mobile-menu ._menu > li:first-child {
      border: none;
    }
    .section-1 >img:nth-child(1) {
        display: none;
    }

    .section-1 >img:nth-child(3) {
        display: block;
    }

    .section-1 >img:nth-child(2) {
        display: none;
    }

    .section-1 {
        padding: 50px 0 250px;
        align-items: self-start;
        height: auto;
    }

    .s1-wrap h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .s1-wrap h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .s1-wrap p {
        font-size: 18px;
    }

    .s1-download {
        flex-direction: column;
        align-items: self-start;
    }

    .s1-app {
        padding-right: 0;
        margin-right: 0;
        border: 0;
        margin-bottom: 20px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .s1-app a:nth-child(1) {
        margin-bottom: 10px;
    }

    .s1-app img {
        width: 100%;
        max-width: 150px;
    }

    .s1-qr img {
        width: 300px;
        max-width: 100%;
    }

    .s1-qr h4 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .s1-qr {
        margin-top: 15px;
    }
    .section-3 .heading {
        text-align: left;
    }

    .section-2 img {
        width: 100%;
    }

    .section-3 {
        padding: 40px 0;
    }

    .section-3 .heading h2 {
        font-size: 32px;
    }

    .section-3 .heading h3 {
        font-size: 24px;
    }

    .section-3 .heading p {
        font-size: 16px;
        line-height: 1.6;
    }
    .section-3 .item {
        margin-bottom: 20px;
        height: auto;
        padding: 0;
        border-top-left-radius: 90px;
        border-top-right-radius: 90px;
    }

    .section-3 .box h2 {
        font-size: 18px;
    }
    .section-3 .box {
        border-radius: 90px;
        text-align: left;
        padding-left: 100px;
        min-height: 100px;
    }

    .section-3 .item img {
        max-width: 108px;
        top: 5px;
        left: 0;
    }

    .section-3 .box h3 {
        font-size: 16px;
    }

    .section-3 .box h3 br {
        display: none;
    }

    .section-3 .item:hover {
        transform: unset;
        box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    }

    .section-3 .item p {
        margin: 0;
        padding: 10px;
        font-size: 16px;
        line-height: 1.6;
    }

    .section-3 .heading {
        margin-bottom: 20px;
    }
    .section-3 .heading p br {
        display: none;
    }

    .section-3 .item {
        margin-bottom: 20px;
        height: auto;
    }

    .s4-slick_dot .slick-nav {
        left: -10px;
        top: 15px;
        transform: unset;
        width: 35px;
        height: 35px;
    }

    .s4-slick_dot .slick-next {
        left: unset;
        right: -10px;
    }
    .s4-slick_dot .slick-slide {
        padding: 0 5px;
    }

    .s4-slick_dot .slick-list {
        margin: 0 5px;
    }

    .s4-slick_dot .item {
        font-size: 14px;
        min-height: 60px;
    }

    .section-6 .s1-app {
        flex-direction: row;
        justify-content: center;
    }

    .section-6 .s1-app img {
        max-width: unset;
    }

    .section-6 .text {
        font-size: 18px;
    }
    .s4-slick_content .item {flex-direction: column;text-align: center;}

    .s4-slick_content .item img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section-4>img {
        display: none;
    }

    .section-5 .heading h2 {
        font-size: 32px;
    }

    .section-5 .heading h3 {
        font-size: 28px;
    }

    .section-6 .heading h2 {
        font-size: 32px;
    }

    .section-6 .heading h3 {
        font-size: 28px;
    }
    .section-6 ul.nav li a span {
        display: none;
    }
    .section-6 ul.nav li {
        width: calc(100% / 3 - 0px);
    }
    .section-6 ul.nav li {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .section-5 {
        padding: 40px 0;
    }

    .section-4 {
        padding: 40px 0;
    }

    .section-4 .heading h2 {
        font-size: 24px;
    }

    .section-4 .heading h3 {
        font-size: 24px;
    }
    .section-6 ul.nav li a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .section-6 {
        padding: 40px 0;
    }

    .section-7 {
        padding: 40px 0;
    }

    .section-7 .heading h2 {
        font-size: 32px;
    }

    .section-7 .heading h3 {
        font-size: 28px;
    }

    .s7-slide .slick-nav {
        top: -90px;
        right: 40px;
        left: unset;
        width: 35px;
        height: 35px;
        font-size: 24px;
        padding-right: 3px;
        border: 0;
    }

    .s7-slide .slick-next {
        left: unset;
        right: 0;
    }
    .s7-slide ul.slick-dots li.slick-active {
        background: #00377b;
        width: 18px;
        height: 18px;
    }
    .s7-slide h3 {
        font-size: 21px;
        padding: 20px;
        min-height: unset;
    }

    .s7-slide p {
        padding: 40px 15px;
        font-size: 16px;
    }

    .s7-slide ul.slick-dots li {
        width: 12px;
        height: 12px;
    }

    .s7-slide .slick-prev {
        box-shadow: 0px 1px 24px rgb(0 0 0 / 25%) !important;
    }
    .section-8 {
        padding: 40px 0;
    }

    .section-8 .heading h2 {
        font-size: 32px;
    }

    .section-8 .heading h3 {
        font-size: 28px;
    }

    .s8-slide .item {
        padding-left: 0;
        padding-top: 30px;
    }
    .section-8 .heading {
        text-align: left;
        padding-right: 100px;
    }

    .s8-slide {
        padding: 20px;
        background: #fff;
        border-radius: 40px;
    }

    .s8-slide p {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .s8-slide p:after {
        width: 50px;
        left: 0;
        top: -25px;
    }
    .s8-slide .slick-nav {
        left: unset;
        right: 0;
        top: -85px;
        width: 35px;
        height: 35px;
        font-size: 24px;
        padding-right: 2px;
        border: 0;
    }

    .box-s {
        display: flex;
        align-items: center;
    }

    .box-s img {
        width: 84px;
        margin: 0;
        margin-right: 10px;
    }

    .s8-slide h3 {
        font-size: 18px;
    }

    .s8-slide h4 {
        font-size: 16px;
    }

    .s8-slide .slick-prev {
        box-shadow: 0px 1px 24px rgb(0 0 0 / 25%) !important;
        background: #fff;
        right: 40px;
    }
    .s8-slide ul.slick-dots li {
        width: 12px;
        height: 12px;
    }
    .s8-slide ul.slick-dots li.slick-active {
        width: 18px;
        height: 18px;
    }
    .s8-slide ul.slick-dots {
        margin-top: 0;
    }
    .s8-slide .slick-next {
        left: unset;
        right: 0;
    }

    .section-9:after {
        display: none;
    }

    .section-9:before {
        background-size: cover;
    }
    
    .section-9 >div {
        width: 100%;
    }

    .section-9 {
        min-height: auto;
        padding: 40px 0;
    }

    .section-9 h2 {
        font-size: 24px;
    }

    .section-9 h3 {
        font-size: 16px;
    }
    .s9-app {
        flex-direction: row;
        justify-content: space-between;
    }
    .s9-download {flex-direction: column;}

    .s9-qr {
        padding: 0;
        margin: 0;
        border: 0;
        margin-bottom: 15px;
    }

    .s9-qr img {
        max-width: 300px;
        width: 100%;
    }

    .s9-app img {
        width: 100%;
    }

    .s9-app a{
        width: 48%;
    }

    .section-10 h3 {
        margin-left: 26px;
        font-size: 24px;
    }

    .section-10 .text {
        padding: 50px 30px 10px;
        font-size: 18px;
    }

    .img-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-top .col-lg-8 .img-wrap {
        justify-content: space-between;
    }

    .footer-top .col-lg-8 .img-wrap img {
        width: 46%;
        margin-right: 0;
        max-height: 100px;
    }
    
    .img-wrap img {
        margin-bottom: 15px;
    }

    .footer {
        padding: 20px 0;
    }

    .s4-slick_content .item .text {
        font-size: 18px;
    }

    .s4-slick_content .item img {
        max-width: 170px;
        width: 100%;
    }

    .s4-slick_dot {
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .section-6 .text br,
    .section-3 .item p br {
        display: none;
    }
    .footer-top .col-lg-4:nth-child(1) .img-wrap {
        padding-right: 0;
        margin-right: 0;
    }
    .footer-top .col-lg-4:nth-child(1) .img-wrap img:nth-child(2) {
        margin-left: 30px;
    }
    .section-9>img {
        display: none;
    }
    .footer-top .col-lg-8 img:nth-child(2) {
        max-width: 140px;
    }

    .footer-top .col-lg-8 img:nth-child(3) {
        max-width: 160px;
    }

    .footer-top .col-lg-8 img:nth-child(4) {
        width: 48%;
    }
    .footer-top .col-lg-4 img:nth-child(1) {
        max-width: 160px;
        width: 46%;
    }
    .footer-top .col-lg-8 img:nth-child(1) {
        max-width: 140px;
    }
}