/* @import url(reset.css); */
@import url(../fonts/Averta/font.css);
@import url(../js/slick-1.8.1/slick-theme.css);
@import url(../js/slick-1.8.1/slick.css);
@import url(../js/Magnific-Popup-master/magnific-popup.css);
@import url(../js/Font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../js/daterangepicker-master/daterangepicker.css);
@import url(../js/swiper-5.4.3/package/css/swiper.min.css);
@import url(../js/WOW-master/animate.css);

/* css home-new */
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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.all {
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.main-banner-new {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../images/home/bg01.png);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .main-banner-new {
        height: 480px;
    }
}

.main-banner-new-video img {
    width: 100%;
    height: auto;
}

.main-banner-new-content {
    position: absolute;
    top: 0;
    color: #fff;
    padding-left: 130px;
    padding-top: 190px;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-content {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-new-content {
        padding-top: 70px;
    }
}

.main-banner-new-content .title-banner {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 55px;
    margin-bottom: 50px;
    text-shadow: 1px 2px 5px #d4cccc;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-content .title-banner {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-new-content .title-banner {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}

.main-banner-new-content .desc {
    font-size: 28px;
    margin-bottom: 50px;
    text-shadow: 1px 2px 5px #d4cccc;
}

@media screen and (max-width: 767px) {
    .main-banner-new-content .desc {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.main-banner-new-slider {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider {
        width: calc(100% - 30px);
        left: 15px;
    }
}

.main-banner-new-slider .slide-wrapper {
    padding: 40px 100px;
    border-radius: 25px;
    background: #fff;
    margin: -15px;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper {
        padding: 35px 70px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-new-slider .slide-wrapper {
        padding: 20px 30px;
    }
}

.main-banner-new-slider .slide-wrapper:after {
    content: "";
    width: 110px;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper:after {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-new-slider .slide-wrapper:after {
        display: none;
    }
}

.main-banner-new-slider .slide-wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item {
        padding: 10px;
    }
}

.main-banner-new-slider .slide-wrapper .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.main-banner-new-slider .slide-wrapper .item .content:before {
    content: "";
    position: absolute;
    height: calc(100% - 20px);
    width: 5px;
    background: #15677f;
    right: -10px;
    top: 10px;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .main-banner-new-slider .slide-wrapper .item .content:before {
        display: none;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-img {
    width: 50%;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-img {
        width: 45%;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-text {
    width: 50%;
    padding-left: 20px;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text {
        width: 55%;
        padding-left: 15px;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .date {
    font-size: 18px;
    color: #15677f;
    margin-bottom: 10px;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .date {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .desc {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .desc {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1280px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .desc {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .desc:before {
    content: "";
    background: white;
    background: -webkit-linear-gradient(bottom,
        white 0%,
        rgba(255, 255, 255, 0.739933) 99%);
    background: linear-gradient(0deg,
        white 0%,
        rgba(255, 255, 255, 0.739933) 99%);
    bottom: 0;
    height: 40%;
    width: 100%;
    position: absolute;
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more {
    font-size: 20px;
    color: #15677f;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more {
        font-size: 14px;
    }
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more i {
    width: 20px;
    height: 20px;
    background: #15677f;
    /* display: block; */
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    color: #fff;
    margin-left: 15px;
    padding-right: 4px;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more i {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        padding-right: 4px;
    }
}

@media screen and (max-width: 1280px) {
    .main-banner-new-slider .slide-wrapper .item .content .box-text .btn-show-more i {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 8px;
    }
}

.btn {
    display: inline-block;
    vertical-align: bottom;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 0;
    outline: 0px;
    cursor: pointer;
    font-size: 38.85px;
    line-height: 1;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

@media screen and (max-width: 1680px) {
    .btn {
        font-size: 30px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 20px;
        padding: 15px 30px;
    }
}

.btn.btn-banner-1 {
    width: 250px;
    border: 2px solid #fff;
    border-radius: 99px;
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
    .btn.btn-banner-1 {
        width: auto;
        margin-right: 20px;
    }
}

.btn.btn-banner-1:hover {
    color: #000;
    background: url("../images/home/bg-btn01.png") no-repeat center;
    background-size: 100% auto;
}

.btn.btn-banner-2 {
    width: 375px;
    border: 2px solid #fff;
    border-radius: 99px;
}

@media screen and (max-width: 767px) {
    .btn.btn-banner-2 {
        width: auto;
    }
}

.btn.btn-banner-2:hover {
    color: #000;
    background: url("../images/home/bg-btn01.png") no-repeat center;
    background-size: 100% auto;
}

.btn.btn-see-more {
    height: 40px;
    width: 200px;
    background: url(../images/home/bg-btn01.png) no-repeat center;
    font-size: 20px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
    border-radius: 5px;
    padding: 10px 0;
}

.btn.btn-see-more:hover {
    border-radius: 99px;
}

.text-align {
    text-align: center;
    margin-top: 25px;
}

.sec-features {
    width: 100%;
    background: url("../images/home/bg02.png") no-repeat center;
    background-size: cover !important;
    padding: 130px 0 60px 0;
}

.sec-features-title {
    text-align: center;
    color: #000;
}

.sec-features-title .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    .sec-features-title .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec-features-title .title {
        font-size: 25px;
        line-height: 30px;
    }
}

.sec-features-title .title span {
    position: relative;
    padding: 0 91px 15px 50px;
}

@media screen and (max-width: 1280px) {
    .sec-features-title .title span {
        padding: 0 91px 8px 50px;
    }
}

.sec-features-title .title span:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #15677f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec-features-title .text {
    font-size: 27px;
    line-height: 35px;
    color: #15677f;
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .sec-features-title .text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .sec-features-title .text {
        font-size: 18px;
        line-height: 24px;
    }
}

.sec-features-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .sec-features-inner {
        display: block;
        margin-top: 70px;
    }
}

.sec-features-slider {
    width: 35%;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider {
        width: 38%;
    }
}

@media screen and (max-width: 767px) {
    .sec-features-slider {
        width: 100%;
    }
}

.sec-features-slider .slider-features-wapper {
    position: relative;
}

.sec-features-slider .slider-features-wapper:before {
    content: "";
    background: white;
    background: -webkit-linear-gradient(bottom,
        #ffffff 23%,
        rgba(255, 255, 255, 0.82) 51%);
    background: linear-gradient(0deg,
        #ffffff 23%,
        rgba(255, 255, 255, 0.82) 51%);
    bottom: 0;
    height: 120px;
    left: 0;
    width: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 5;
    position: absolute;
}

.sec-features-slider .slider-features-wapper .item {
    padding: 50px 30px 50px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider .slider-features-wapper .item {
        padding: 25px 15px 25px 20px;
    }
}

@media screen and (max-width: 991px) {
    .sec-features-slider .slider-features-wapper .item {
        padding: 20px 12px;
    }
}

.sec-features-slider .slider-features-wapper .item:hover {
    background: #15677f;
    color: #fff;
    z-index: 66;
}

.sec-features-slider .slider-features-wapper:hover:before {
    display: none;
}

.sec-features-slider .slider-features-wapper .item:hover .box-content .title a {
    color: #fff;
}

.sec-features-slider .slider-features-wapper .item:hover .box-content .text {
    color: #fff;
}

.sec-features-slider .slider-features-wapper .item .box-icon {
    width: 75px;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider .slider-features-wapper .item .box-icon {
        width: 50px;
    }
}

.sec-features-slider .slider-features-wapper .item .box-icon img {
    width: 100%;
}

.sec-features-slider .slider-features-wapper .item .box-content {
    width: calc(100% - 75px);
    padding-left: 48px;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider .slider-features-wapper .item .box-content {
        width: calc(100% - 50px);
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .sec-features-slider .slider-features-wapper .item .box-content {
        padding-left: 15px;
    }
}

.sec-features-slider .slider-features-wapper .item .box-content .title {
    font-size: 24px;
    line-height: 36px;
    color: #699dad;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider .slider-features-wapper .item .box-content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .sec-features-slider .slider-features-wapper .item .box-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.sec-features-slider .slider-features-wapper .item .box-content .text {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 1280px) {
    .sec-features-slider .slider-features-wapper .item .box-content .text {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .sec-features-slider .slider-features-wapper .item .box-content .text {
        font-size: 16px;
        line-height: 20px;
    }
}

.sec-features-video {
    width: calc(65% - 45px);
    position: relative;
    margin-top: 40px;
}

.sec-features-video .video video {
    width: 100%;
}

.sec-type-video .video {
    width: 75.8%;
    height: 75.7%;
    background: #333;
    position: absolute;
    top: 5.25%;
    left: 13.5%;
}

.sec-type-video {
    position: relative;
}

.sec-type-video .video video {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    .sec-features-video {
        width: calc(62% - 25px);
    }
}

@media screen and (max-width: 767px) {
    .sec-features-video {
        width: 100%;
        margin-top: 60px;
    }
}

.sec-features-video img {
    width: 100%;
}

.sec-features-video .video {
    width: 92%;
    height: 75.7%;
    background: #333;
    position: absolute;
    top: 5.45%;
    left: 3.8%;
}

.sec-flow {
    padding: 40px 0 75px;
    background: url("../images/home/bg03.png") no-repeat center;
    background-size: cover !important;
}

.sec-flow-title {
    text-align: center;
    color: #fff;
}

.sec-flow-title .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    .sec-flow-title .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec-flow-title .title {
        font-size: 25px;
        line-height: 30px;
    }
}

.sec-flow-title .title span {
    position: relative;
    padding: 0 91px 15px 50px;
}

@media screen and (max-width: 1280px) {
    .sec-flow-title .title span {
        padding: 0 91px 8px 50px;
    }
}

.sec-flow-title .title span:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #15677f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec-flow-title .text {
    font-size: 22px;
    line-height: 26px;
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .sec-flow-title .text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .sec-flow-title .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.sec-flow-inner {
    padding-top: 180px;
    padding-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec-flow-inner {
        padding: 150px 0 70px;
    }
}

.sec-flow-img {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .sec-flow-img {
        width: 1000px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-img {
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-img {
        width: 500px;
    }
}

.sec-flow-img img {
    width: 100%;
    height: auto;
    display: block;
}

.sec-flow-img.flow-animation .point:before {
    -webkit-animation: point 1s infinite alternate ease-in-out;
    animation: point 1s infinite alternate ease-in-out;
}

.sec-flow-img.flow-animation .point:after {
    -webkit-animation: point2 1s infinite alternate ease-in-out;
    animation: point2 1s infinite alternate ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.sec-flow-img.flow-animation .point1 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
}

.sec-flow-img.flow-animation .point2 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sec-flow-img.flow-animation .point3 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.sec-flow-img.flow-animation .point4 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.sec-flow-img.flow-animation .point5 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.sec-flow-img.flow-animation .point6 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.sec-flow-img.flow-animation .point7 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.sec-flow-img.flow-animation .point8 {
    -webkit-animation: scale 0.3s forwards ease-in-out;
    animation: scale 0.3s forwards ease-in-out;
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}

.sec-flow-img .point {
    display: block;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sec-flow-img .point:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sec-flow-img .point:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sec-flow-img .point1 {
    left: 0;
    top: 39%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point1 {
        left: -14px;
        top: 36%;
    }
}

.sec-flow-img .point2 {
    left: 5.6%;
    bottom: 15%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point2 {
        left: 4.7%;
    }
	
}

.sec-flow-img .point3 {
    top: 9.5%;
    left: 18.7%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point3 {
        left: 17.8%;
        top: 6%;
    }
}

.sec-flow-img .point4 {
    bottom: 34%;
    left: 35%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point4 {
        left: 34%;
    }
}

.sec-flow-img .point5 {
    top: 4%;
    left: 53.2%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point5 {
        left: 52.5%;
    }
}

.sec-flow-img .point6 {
    bottom: -0.1%;
    right: 28%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point6 {
        right: 30%;
    }
}

.sec-flow-img .point7 {
    top: 28.5%;
    right: 14%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point7 {
        right: 13%;
        top: 27%;
    }
}

.sec-flow-img .point8 {
    right: -0.7%;
    bottom: 26%;
}

@media screen and (max-width: 991px) {
    .sec-flow-img .point8 {
        right: -1.5%;
    }
}

.sec-flow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-flow-content .box-predatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus {
        width: 150px;
    }
}

.sec-flow-content .box-predatus.predatus-1 {
    left: -14%;
    top: 45.5%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-1 {
        left: -157px;
        top: 187px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-1 {
        left: -121px;
        top: 94px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-1 {
        top: 71px;
    }
}

.sec-flow-content .box-predatus.predatus-2 {
    left: 0%;
    bottom: -4%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-2 {
        left: 0;
        bottom: -29px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-2 {
        left: -29px;
        bottom: -67px;
    }

    .sec-flow-content .box-predatus .box-text {
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-2 {
        left: -43px;
        bottom: -71px;
    }
}

.sec-flow-content .box-predatus.predatus-3 {
    top: -7.5%;
    left: 12.2%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-3 {
        top: -47px;
        left: 120px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-3 {
        top: -85px;
        left: 65px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-3 {
        left: 22px;
    }
}

.sec-flow-content .box-predatus.predatus-4 {
    bottom: 13%;
    left: 32.8%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-4 {
        bottom: 45px;
        left: 325px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-4 {
        bottom: -23px;
        left: 174px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-4 {
        bottom: -32px;
        left: 105px;
    }
}

.sec-flow-content .box-predatus.predatus-5 {
    top: -19%;
    left: 51%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-5 {
        top: -78px;
        left: 509px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-5 {
        top: -107px;
        left: 307px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-5 {
        top: -96px;
        left: 194px;
    }
}

.sec-flow-content .box-predatus.predatus-6 {
    bottom: -21%;
    right: 15%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-6 {
        bottom: -89px;
        right: 93px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-6 {
        bottom: -110px;
        right: 129px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-6 {
        bottom: -101px;
        right: 72px;
    }
}

.sec-flow-content .box-predatus.predatus-7 {
    top: 8.5%;
    right: -2%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-7 {
        top: 28px;
        right: -69px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-7 {
        top: -35px;
        right: 29px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-7 {
        top: -43px;
        right: 0px;
    }
}

.sec-flow-content .box-predatus.predatus-8 {
    right: -17.2%;
    bottom: 5%;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus.predatus-8 {
        right: -180px;
        bottom: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus.predatus-8 {
        right: -76px;
        bottom: -39px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus.predatus-8 {
        bottom: -50px;
    }
}

.sec-flow-content .box-predatus .box-icon img {
    width: 70px;
    height: auto;
}

@media screen and (max-width: 1680px) {
    .sec-flow-content .box-predatus .box-icon img {
        width: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-flow-content .box-predatus .box-icon img {
        width: 40px;
    }
}

@media screen and (max-width: 991px) {
    .sec-flow-content .box-predatus .box-icon img {
        width: 30px;
    }
}

.sec-flow-content .box-predatus .box-text {
    width: 170px;
    font-size: 14px;
}

.sec-type {
    padding: 45px 130px 75px;
    background: url("../images/home/bg04.png") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 1680px) {
    .sec-type {
        padding: 45px 15px 75px;
    }
}

.sec-type-title {
    text-align: center;
    color: #000;
}

.sec-type-title .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
    .sec-type-title .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec-type-title .title {
        font-size: 25px;
        line-height: 30px;
    }
}

.sec-type-title .text {
    font-size: 22px;
    line-height: 26px;
    max-width: 1080px;
    margin: 0 auto;
    color: #000;
}

@media screen and (max-width: 1280px) {
    .sec-type-title .text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .sec-type-title .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.sec-type-inner {
    margin-top: 60px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 80px 0 80px;
}

.sec-type-inner2 {
    margin-top: 0;
    border-radius: 0 0 30px 30px;
    background: #fff;
    padding: 0 0 75px;
}

.sec-type-video {
    width: calc(65% - 45px);
    margin-right: 45px;
    padding-left: 30px;
}

@media screen and (max-width: 1280px) {
    .sec-type-video {
        width: calc(62% - 20px);
        padding-left: 15px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec-type-video {
        width: 100%;
    }
}

.sec-type-video img {
    width: 100%;
}

.sec-type-slider1 {
    width: 35%;
    height: auto;
    padding-right: 70px;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .sec-type-slider1 {
        width: 38%;
        padding-right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .sec-type-slider1 {
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 50px;
        margin-top: 70px;
    }
}

.sec-type-slider1:before {
    content: "";
    background: white;
    background: -webkit-linear-gradient(bottom,
        #ffffff 23%,
        rgba(255, 255, 255, 0.82) 51%);
    background: linear-gradient(0deg,
        #ffffff 23%,
        rgba(255, 255, 255, 0.82) 51%);
    bottom: -5px;
    height: 120px;
    left: -20px;
    width: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 5;
    position: absolute;
}

.sec-type-slider1 .item {
    margin-bottom: 30px;
}

.sec-type-slider1 .item .box-content .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #699dad;
}

@media screen and (max-width: 1280px) {
    .sec-type-slider1 .item .box-content .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-type-slider1 .item .box-content .desc {
        font-size: 13px;
    }
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.sec-impressive-numbers {
    padding: 50px 130px 120px;
    background: url("../images/home/bg03.png") no-repeat center;
    background-size: cover !important;
}

@media screen and (max-width: 1280px) {
    .sec-impressive-numbers {
        padding: 50px 15px 120px;
    }
}

.sec-impressive-numbers .title-impressive-numbers {
    text-align: center;
}

.sec-impressive-numbers .title-impressive-numbers .title {
    font-size: 40px;
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .sec-impressive-numbers .title-impressive-numbers .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sec-impressive-numbers .title-impressive-numbers .title {
        font-size: 25px;
    }
}

.table-impressive-numbers {
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    .table-impressive-numbers {
        padding-top: 25px;
    }
}

.table-impressive-numbers .columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-impressive-numbers .columns .colum {
    width: 25%;
    padding: 0 30px;
}

@media screen and (max-width: 1280px) {
    .table-impressive-numbers .columns {
        margin: 0 -15px;
    }

    .table-impressive-numbers .columns .colum {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .table-impressive-numbers .columns .colum {
        width: 50%;
        margin-top: 50px;
    }
}

.table-impressive-numbers .columns .colum .colum-title {
    font-size: 35.21px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .table-impressive-numbers .columns .colum .colum-title {
        font-size: 25px;
        line-height: 35px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .table-impressive-numbers .columns .colum .colum-title {
        font-size: 20px;
        margin-top: 10px;
    }
}

.table-impressive-numbers .columns .colum .run-line {
    display: block;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    position: absolute;
    top: -6px;
    left: -6px;
    border: 29px solid #699dad;
    border-radius: 50%;
}

.table-impressive-numbers .columns .colum .content {
    text-align: center;
    width: 100%;
    height: auto;
    height: 212px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.table-impressive-numbers .columns .colum .content svg path {
    stroke-linecap: round;
}

.table-impressive-numbers .columns .colum .content svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.table-impressive-numbers .columns .colum .content.js-number01 svg,
.table-impressive-numbers .columns .colum .content.js-number03 svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-impressive-numbers .columns .colum .content.js-number02 svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.table-impressive-numbers .columns .colum .content.js-number04 svg {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.table-impressive-numbers .columns .colum .content .number {
    font-size: 70px;
    line-height: 1;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .table-impressive-numbers .columns .colum .content .number {
        font-size: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .table-impressive-numbers .columns .colum .content .number {
        font-size: 30px;
    }
}

.table-impressive-numbers .columns .colum .content .number:after {
    content: "+";
    font-size: 70px;
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 1680px) {
    .table-impressive-numbers .columns .colum .content .number:after {
        font-size: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .table-impressive-numbers .columns .colum .content .number:after {
        font-size: 30px;
    }
}

.table-impressive-numbers .columns .colum .content .text-number {
    font-size: 45px;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 1680px) {
    .table-impressive-numbers .columns .colum .content .text-number {
        font-size: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .table-impressive-numbers .columns .colum .content .text-number {
        font-size: 20px;
    }
}

.sec-testimonials {
    padding: 75px 130px;
    background: url("../images/home/bg04.png") no-repeat center bottom;
    background-size: 100% auto;
}

@media screen and (max-width: 1680px) {
    .sec-testimonials {
        padding: 75px 15px;
    }
}

@media screen and (max-width: 767px) {
    .sec-testimonials {
        background-size: cover;
    }
}

.sec-testimonials-inner {
    background: #fff;
    border-radius: 30px;
    padding: 30px 100px;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner {
        padding: 30px 70px;
    }
}

.sec-testimonials-inner .title {
    font-size: 40px;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner .title {
        font-size: 20px;
    }
}

.sec-testimonials-inner .slide-testimonials {
    margin: 0 -25px;
}

.sec-testimonials-inner .slide-testimonials .item {
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner .slide-testimonials .item {
        padding: 0 15px;
    }
}

.sec-testimonials-inner .slide-testimonials .item .content .box-img {
    margin-bottom: 20px;
    position: relative;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-img:hover .icon-play {
    opacity: 1;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-img img {
    width: 100%;
    border-radius: 25px;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc {
    font-size: 18px;
    color: #000;
    position: relative;
    max-height: 100px;
    overflow: hidden;
	transition:all 0.3s ease-in-out;
}
.sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc.open {
	max-height:1000vh;
}
.sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc.visible {
    height: 100%;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc.active:before {
    display: none;
}

@media screen and (max-width: 767px) {
    body{
        -webkit-text-size-adjust: 100%;
    }
    .sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .desc:before {
    content: "";
    /* background: -webkit-linear-gradient(
        top,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%
    );
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%
    );*/
    /*   background: -moz-linear-gradient(top,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%);
    background: -o-linear-gradient(top,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%);
    background: -ms-linear-gradient(top,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%);
    background: -webkit-gradient(top,
        transparent 50%,
        rgba(255, 255, 255, 0.95) 75%)); */
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    position: absolute;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .btn-show-more {
    font-size: 20px;
    color: #15677f;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner .slide-testimonials .item .content .box-guide .btn-show-more {
        font-size: 14px;
    }
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .btn-show-more i {
    width: 20px;
    height: 20px;
    background: #15677f;
    /* display: block; */
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    color: #fff;
    margin-left: 15px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner .slide-testimonials .item .content .box-guide .btn-show-more i {
        width: 14px;
        height: 14px;
        font-size: 8px;
        line-height: 14px;
    }
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people .icon-people {
    width: 40px;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people .icon-people img {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people .text {
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people .text {
        font-size: 14px;
    }
}

.sec-testimonials-inner .slide-testimonials .item .content .box-guide .box-people .text span {
    display: block;
    font-weight: normal;
}

.slide-testimonials .slick-prev.slick-arrow::before {
    content: "\f177";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #15677f;
    text-align: right;
}

.slide-testimonials .slick-next.slick-arrow::before {
    content: "\f178";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #15677f;
    text-align: left;
}

.slide-wrapper .slick-prev.slick-arrow::before {
    content: "\f177";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    width: 40px;
    line-height: 40px;
    font-size: 28px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #15677f;
    text-align: right;
}

.slide-wrapper .slick-prev {
    left: 30px;
}

@media screen and (max-width: 767px) {
    .slide-wrapper .slick-prev {
        left: 10px;
    }
}

.slide-wrapper .slick-next {
    right: 30px;
}

@media screen and (max-width: 767px) {
    .slide-wrapper .slick-next {
        right: 10px;
    }
}

.slide-wrapper .slick-next.slick-arrow::before {
    content: "\f178";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    width: 40px;
    line-height: 40px;
    font-size: 28px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #15677f;
    text-align: left;
}

.slider-features-wapper .slick-prev {
    top: -15px;
    left: 50%;
}

@media screen and (max-width: 767px) {
    .slider-features-wapper .slick-prev {
        top: -10px;
    }
}

.slider-features-wapper .slick-next {
    top: 103%;
    left: 50%;
}

@media screen and (max-width: 767px) {
    .slider-features-wapper .slick-next {
        top: 110%;
    }
}

.slider-features-wapper .slick-next.slick-arrow::before {
    content: "\f0d7";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    line-height: 48px;
    width: 50px;
    font-size: 48px;
    color: #105071;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
}

@media screen and (max-width: 1680px) {
    .slider-features-wapper .slick-next.slick-arrow::before {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1280px) {
    .slider-features-wapper .slick-next.slick-arrow::before {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.panigation-ft {
    position: fixed;
    right: 60px;
    bottom: 63px;
    z-index: 999;
}

.panigation-ft ul li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panigation-ft ul li {
    padding: 10px 30px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.panigation-ft ul li:nth-child(1):hover {
    background: #fff;
}

.panigation-ft ul li:nth-child(1):hover .text {
    color: #15677f;
}

.panigation-ft ul li:nth-child(2):hover {
    background: #fff;
}

.panigation-ft ul li:nth-child(2):hover .text {
    color: #15677f;
}

.panigation-ft ul li a .text {
    width: 70%;
    line-height: 17px;
}

.panigation-ft ul li a span {
    width: 30%;
    text-align: right;
}

.panigation-ft ul li a span i {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #15677f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99px;
    padding-top: 2px;
    padding-right: 5px;
}

.panigation-ft ul li:nth-child(1) {
    background: #15677f;
    border-radius: 15px;
}

.panigation-ft ul li:nth-child(2) {
    background: #699dad;
    border-radius: 15px;
}

.slider-features-wapper .slick-prev.slick-arrow::before {
    content: "\f0d8";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    color: #105071;
    font-size: 48px;
    width: 50px;
    line-height: 48px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
}

@media screen and (max-width: 1680px) {
    .slider-features-wapper .slick-prev.slick-arrow::before {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1280px) {
    .slider-features-wapper .slick-prev.slick-arrow::before {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.sec-type-slider1 .slick-prev {
    top: -15px;
    left: 50%;
}

.sec-type-slider1 .slick-next {
    top: 103%;
    left: 50%;
}

.sec-type-slider1 .slick-next.slick-arrow::before {
    content: "\f0d7";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    line-height: 48px;
    width: 50px;
    font-size: 48px;
    color: #105071;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
}

@media screen and (max-width: 1680px) {
    .sec-type-slider1 .slick-next.slick-arrow::before {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-type-slider1 .slick-next.slick-arrow::before {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.sec-type-slider1 .slick-prev.slick-arrow::before {
    content: "\f0d8";
    font-family: FontAwesome;
    border-radius: 100%;
    display: block;
    color: #105071;
    font-size: 48px;
    width: 50px;
    line-height: 48px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
}

@media screen and (max-width: 1680px) {
    .sec-type-slider1 .slick-prev.slick-arrow::before {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1280px) {
    .sec-type-slider1 .slick-prev.slick-arrow::before {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.rating-stars {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-top: 65px;
    margin-left: 55px;
}

@media screen and (max-width: 1680px) {
    .rating-stars {
        margin-left: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .rating-stars {
        margin-top: 30px;
    }
}

.rating-stars .empty-stars,
.rating-stars .filled-stars {
    text-shadow: none;
    width: 100%;
    white-space: nowrap;
}

.rating-stars .filled-stars {
    color: #15677f;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media screen and (max-width: 1680px) {
    .rating-stars .filled-stars {
        left: 0;
    }
}

/* .rev_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #cdcdcd;
    border-radius: 50%;
}
.rev_slider .slick-dots li.slick-active {
    background: #1986da;
} */
/* @media screen and (max-width: 1280px) {
    .rev_slider .slick-list {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
} */
.rev_slider .slick-current .box-content .guide-box {
    background: #003333;
    color: #fff;
}

@media only screen and (min-width: 769px) {
    .rev_slider .slick-dots {
        bottom: 0;
    }

    .rev_slider .slick-slider {
        margin-left: -12%;
        margin-right: -12%;
    }

    .rev_slider .slick-list {
        /* padding-top: 5% !important; */
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .rev_slider .slick-track {
        max-width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-perspective: 100px;
        perspective: 100px;
    }

    .rev_slider .slick-slide {
        border-radius: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 1px 5px 16px #00000050;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
    }

    .rev_slider .slick-snext,
    .rev_slider .slick-sprev,
    .rev_slider .slick-snext2,
    .rev_slider .slick-sprev2 {
        display: block;
    }

    .rev_slider .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        z-index: 2;
    }

    .rev_slider .slick-current {
        background: #003333;
        color: #fff;
    }

    .rev_slider .slick-snext {
        opacity: 1;
        -webkit-transform: translate3d(18%, 0, -20px);
        transform: translate3d(18%, 0, -20px);
        z-index: 1;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .rev_slider .slick-snext2 {
        opacity: 1;
        -webkit-transform: translate3d(18%, 0, -20px);
        transform: translate3d(18%, 0, -20px);
        z-index: 0;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .rev_slider .slick-sprev {
        opacity: 1;
        -webkit-transform: translate3d(-18%, 0, -20px);
        transform: translate3d(-18%, 0, -20px);
    }

    .rev_slider .slick-sprev2 {
        opacity: 1;
        -webkit-transform: translate3d(-18%, 0, -20px);
        transform: translate3d(-18%, 0, -20px);
    }

    .rev_slider .slick-prev.slick-arrow::before {
        content: "\f177";
        font-family: FontAwesome;
        border-radius: 100%;
        display: block;
        width: 35px;
        line-height: 32px;
        padding-left: 12px;
        font-size: 24px;
        height: 35px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #15677f;
        background: #fff;
    }

    .rev_slider .slick-prev.slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 36px;
        height: 36px;
        padding: 0px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        background: #fff;
    }

    .rev_slider .slick-prev {
        left: 190px;
    }

    /* @media screen and (max-width: 1280px) {
        .rev_slider .slick-prev {
            left: 150px;
        }
    }
    @media screen and (max-width: 768px) {
        .rev_slider .slick-prev {
            left: 0px;
        }
        .rev_slider .slick-next {
            right: 0px !important;
        }
    } */
    .rev_slider .slick-next {
        right: 190px;
    }

    .rev_slider .slick-next.slick-arrow::before {
        content: "\f178";
        font-family: FontAwesome;
        border-radius: 100%;
        display: block;
        line-height: 35px;
        width: 36px;
        font-size: 24px;
        padding-right: 12px;
        line-height: 32px;
        height: 35px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #15677f;
        background: #fff;
    }

    .rev_slider .slick-next.slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 36px;
        height: 36px;
        padding: 0px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        background: #fff;
    }
}

.panigation-sticky {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 1;
}

.panigation-sticky ul li {
    width: 15px;
    height: 15px;
    border-radius: 99px;
    border: 2px solid gray;
    margin-bottom: 10px;
}

.panigation-sticky ul li.feature-active,
.panigation-sticky ul li.flow-active,
.panigation-sticky ul li.type1-active,
.panigation-sticky ul li.type2-active,
.panigation-sticky ul li.testimonials-active {
    background: #15677f;
}

/* .circle {
  width: 200px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
  vertical-align: top;
  strong {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 43px;
  }
} */
/* ket thuc css home-new */
.sec-flow-img.flow-animation .point:before {
    -webkit-animation: point 1s infinite alternate ease-in-out;
    animation: point 1s infinite alternate ease-in-out;
}

.sec-flow-img.flow-animation .point:after {
    -webkit-animation: point2 1s infinite alternate ease-in-out;
    animation: point2 1s infinite alternate ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.sec-flow-img.flow-animation .point1 {
    -webkit-animation: scale1 0.5s forwards ease-in-out;
    animation: scale1 0.5s forwards ease-in-out;
}

.sec-flow-img.flow-animation .point2 {
    -webkit-animation: scale2 0.5s forwards ease-in-out;
    animation: scale2 0.5s forwards ease-in-out;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sec-flow-img.flow-animation .point3 {
    -webkit-animation: scale3 0.5s forwards ease-in-out;
    animation: scale3 0.5s forwards ease-in-out;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.sec-flow-img.flow-animation .point4 {
    -webkit-animation: scale4 0.5s forwards ease-in-out;
    animation: scale4 0.5s forwards ease-in-out;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.sec-flow-img.flow-animation .point5 {
    -webkit-animation: scale3 0.5s forwards ease-in-out;
    animation: scale3 0.5s forwards ease-in-out;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.sec-flow-img.flow-animation .point6 {
    -webkit-animation: scale4 0.5s forwards ease-in-out;
    animation: scale4 0.5s forwards ease-in-out;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

.sec-flow-img.flow-animation .point7 {
    -webkit-animation: scale4 0.5s forwards ease-in-out;
    animation: scale4 0.5s forwards ease-in-out;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.sec-flow-img.flow-animation .point8 {
    -webkit-animation: scale2 0.5s forwards ease-in-out;
    animation: scale2 0.5s forwards ease-in-out;
    -webkit-animation-delay: 21s;
    animation-delay: 21s;
}

.popup-video {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    z-index: 55555;
}

.popup-video-close {
   display: block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 0 10px 0 10px;
    margin-top: -10px;
    margin-right: -10px;
}

.popup-video-close i {
    font-size: 30px;
	color:#15677f;
}

.popup-video-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 20px;
    z-index: 1;
}

.popup-video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.white-popup {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.white-popup video {
    width: 100%;
    height: 100%;
}

.white-popup .mfp-close {
    color: #fff !important;
}

.open-popup-link .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    opacity: 0;
    pointer-events: none;
}

@-webkit-keyframes scale1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scale1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes scale2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scale2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scale3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scale3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes scale4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scale4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes point {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes point {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes point2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes point2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@media screen and (min-width: 1327px) {
    .table-impressive-numbers .columns .colum .content {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .rev_slider .item .box-content {
        height: 100%;
    }

    .rev_slider .item .box-content .guide-box {
        border-radius: 0;
        background: none;
        color: #fff;
    }

    .sec-type-inner2 {
        padding: 0 0 35px;
    }

    .sec-type-inner {
        padding: 40px 0 0px;
    }

    .sec-impressive-numbers {
        padding: 50px 15px 70px;
    }

    .sec-testimonials-inner {
        padding: 30px 30px;
    }

    .sec-features-title .title span {
        padding: 20px 0;
    }

    .main-banner-new-content {
        padding-right: 15px;
    }

    .sec-features-title .text {
        margin-top: 40px;
    }

    .sec-flow-title .title span {
        padding: 20px 15px;
    }

    .sec-flow-title .text {
        margin-top: 25px;
    }

    .rating-stars {
        padding-left: 0;
    }

    .rating-stars .filled-stars {
        left: 0;
    }

    .table-impressive-numbers {
        padding-top: 0;
    }

    .sec-type-video .video {
        height: 66.7%;
        top: 4.25%;
    }

    .main-banner-new-inner {
        height: 100%;
    }

    .main-banner-new .main-banner-new-video {
        height: 100%;
    }

    .main-banner-new .main-banner-new-video video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 375px) {
    .btn.btn-banner-1 {
        margin-bottom: 10px;
    }
}

.obj-wrap {
    position: relative;
    z-index: 1;
    margin: 15px auto;
    max-width: 1650px;
}

.obj-wrap .objimg {
    display: block;
    width: 100%;
    height: auto;
}

.parking-port {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    letter-spacing: -1px;
    border: none;
    /* border-radius: 50%; */
    /* background: #fff; */
    cursor: pointer;
    /* opacity: 0; */
    /* margin-top: -10px; */
    /* margin-left: -10px; */
    left: -1%;
    /* transition: 0.2s; */
}

.parking-port::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.parking-port.show::before {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

#move_indicator {
    position: absolute;
    top: 39%;
    left: -1%;
}

.pulse-button {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    letter-spacing: -1px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
    animation: none;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/* .port-0 {
    top: 40.6%;
    left: 0%;
}
.port-1 {
    top: 83%;
    left: 6.3%;
}
.port-2 {
    top: 10%;
    left: 19.2%;
}
.port-3 {
    top: 64.2%;
    left: 35.5%;
}
.port-4 {
    top: -0.2%;
    left: 54%;
}
.port-5 {
    top: 98.5%;
    left: 68.1%;
}
.port-6 {
    top: 30%;
    left: 85%;
}
.port-7 {
    top: 72%;
    left: 99.4%;
}
@media only screen and (max-width : 1440px){
    .port-0 {
        top: 41%;
        left: 0.2%;
    }
    .port-1 {
        top: 83.6%;
        left: 6.42%;
    }
    .port-2 {
        top: 10.3%;
        left: 19.4%;
    }
    .port-3 {
        top: 64.8%;
        left: 35.6%;
    }
    .port-4 {
        top: 0%;
        left: 54%;
    }
    .port-5 {
        top: 99.2%;
        left: 68.3%;
    }
    .port-6 {
        top: 30%;
        left: 85.3%;
    }
     .port-7 {
        top: 72%;
        left: 99.9%;
    }
} */
/* SHIT CONTROL */
.main-banner-new-slider {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.main-banner-new-slider .slide-wrapper {
    margin: 0 -15px;
    opacity: 0;
    visibility: hidden;
}

.main-banner-new-slider .slide-wrapper {
    padding: 25px 85px;
    margin: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    -webkit-animation: none !important;
    animation: none !important;
}

.main-banner-new-slider .slide-wrapper:after {
    display: none;
}

.main-banner-new-slider .slide-wrapper.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.main-banner-new-slider .slide-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-banner-new-slider .slide-wrapper .slick-track::before,
.main-banner-new-slider .slide-wrapper .slick-track::after {
    display: none;
}

.main-banner-new-slider .slide-wrapper .item {
    height: auto;
}

.main-banner-new-slider .slide-wrapper .item .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner-new-slider .slide-wrapper .item .content .box-img {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.main-banner-new-slider .slide-wrapper .item .content .box-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .desc {
    margin-bottom: 5px;
}

.main-banner-new-slider .slide-wrapper .item .content .box-text .date {
    margin-bottom: 0;
}

.btn.btn-banner-1,
.btn.btn-banner-2 {
    font-weight: normal;
    -webkit-transition: 0s;
    transition: 0s;
    margin: 0 40px 10px 0;
}

.main-banner-new-slider .slide-wrapper .item .content:before {
    border-radius: 3px;
}

.table-impressive-numbers .columns .colum .colum-title {
    font-weight: normal;
}

.table-impressive-numbers .columns .colum .content .number {
    font-weight: 900;
}

.sec-testimonials-inner {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.sec-type-video .video {
    cursor: pointer;
}

.sec-type-video .video::before {
    content: "\f01d";
    font-family: FontAweSome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 60px;
    color: #15677f;
    pointer-events: none;
}

.mfp-custom-video .mfp-content {
    width: 1170px;
    max-width: 100%;
}

.sec-type-title .title {
    font-weight: normal;
}

.panigation-sticky {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner-new-video {
    position: relative;
}

.main-banner-new-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-banner-new-content {
    z-index: 2;
}

.main-banner-new-content .title-banner {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 900;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#a7a9ac),
        color-stop(56%, #ffffff),
        to(#afb1b3));
    background: -webkit-linear-gradient(left,
        #a7a9ac 0%,
        #ffffff 56%,
        #afb1b3 100%);
    background: linear-gradient(to right,
        #a7a9ac 0%,
        #ffffff 56%,
        #afb1b3 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
    letter-spacing: 4px;
}

.main-banner-new-content .desc {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 38px;
}

.start-section__scroll-hint {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 250px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    outline: 0;
    font-size: 18px;
}

.start-section__scroll-hint:hover,
.start-section__scroll-hint:focus,
.start-section__scroll-hint:active {
    color: white;
    text-decoration: none;
}

.start-section__scroll-hint__arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.sec-features {
    padding-top: 180px;
}

.slick-dots {
    left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #cdcdcd;
    border-radius: 50%;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #15677f;
}

.sec-features-title .text {
    color: #000;
}

.page-template-home-page .wow {
    -webkit-animation: none !important;
    animation: none !important;
}

.sec-features-slider .slider-features-wapper .item .box-content .title {
    font-weight: normal;
    margin-bottom: 10px;
}

.sec-features-slider .slider-features-wapper .item .box-content {
    padding-left: 30px;
}

.sec-features-slider .slider-features-wapper .item {
    padding: 60px 30px;
    margin: 7.5px 0;
    height: 210px;
    -webkit-transition: 0s;
    transition: 0s;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.slider-features-wapper .slick-next,
.slider-features-wapper .slick-prev {
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0 auto;
}

.sec-features-slider .slider-features-wapper .item:hover .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.sec-features-slider .slider-features-wapper .item .box-content .text {
    -webkit-transition: 0s;
    transition: 0s;
}

.sec-flow,
.sec-impressive-numbers,
.sec-testimonials {
    padding: 60px 0;
}

.sec-features-slider .slider-features-wapper:before {
    display: none;
}

.sec-features-slider {
    position: relative;
}

.sec-features-slider::before {
    content: "";
    background: -webkit-linear-gradient(top,
        rgba(242, 242, 242, 0) 70%,
        #f2f2f2 95%);
    background: linear-gradient(to bottom,
        rgba(242, 242, 242, 0) 70%,
        #f2f2f2 95%);
    bottom: -7.5px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

.slider-features-wapper.slick-dotted {
    margin-bottom: 30px;
}

.sec-type-title .title,
.sec-features-title .title,
.sec-flow-title .title,
.sec-impressive-numbers .title-impressive-numbers .title,
.sec-testimonials-inner .title {
    font-size: 40px;
    line-height: 1.3;
}

.sec-flow-title .title span,
.sec-features-title .title span {
    display: inline-block;
    padding: 0 50px 25px;
}

.sec-type-title .text,
.sec-flow-title .text {
    font-size: 22px;
    line-height: 1.3;
}

.sec-type-slider1:before {
    pointer-events: none;
}

.panigation-sticky li.active {
    background: #15677f;
    border-color: #15677f;
}

@media screen and (max-width: 1680px) {
    .main-banner-new-slider {
        width: 100%;
        left: 0;
    }

    .main-banner-new-slider .slide-wrapper .item {
        padding: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .start-section__scroll-hint {
        bottom: 150px;
    }
}

@media only screen and (max-width: 1280px) {

    .slide-wrapper .slick-prev.slick-arrow::before,
    .slide-wrapper .slick-next.slick-arrow::before {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .sec-features-title .title {
        font-size: 36px;
    }

    .start-section__scroll-hint {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sec-features-slider .slider-features-wapper .item {
        padding: 30px 15px;
    }

    .sec-features-slider .slider-features-wapper .item .box-content {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .main-banner-new {
        position: relative;
        height: auto;
    }

    .main-banner-new .main-banner-new-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .main-banner-new .main-banner-new-video video {
        width: 100%;
        height: 100%;
    }

    .main-banner-new-content {
        position: relative;
        left: unset;
        top: unset;
        padding: 80px 15px;
    }

    .main-banner-new-content .title-banner {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .main-banner-new-content .desc {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .btn.btn-banner-1 {
        margin-right: 15px;
    }

    .btn.btn-banner-1,
    .btn.btn-banner-2 {
        font-size: 20px;
        width: auto;
        padding: 12px 35px;
    }

    .sec-features {
        padding-top: 60px;
    }

    .panigation-ft {
        right: 15px;
        bottom: 60px;
    }

    .panigation-sticky {
        right: 15px;
    }

    .main-banner-new-slider {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .main-banner-new-slider .all {
        padding: 0;
    }

    .main-banner-new-slider .slide-wrapper {
        padding: 0 0 30px;
        margin-bottom: 0;
        border-radius: 0;
    }

    .main-banner-new-slider .slide-wrapper .slick-dots {
        bottom: 10px;
    }

    .table-impressive-numbers .columns .colum {
        margin-top: 30px;
    }

    .sec-features-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }

    .sec-features-slider {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 5px;
    }

    .sec-features-video {
        width: 100%;
        margin-top: 0;
    }

    .sec-features-slider::before {
        display: none;
    }

    .sec-features-title .title {
        font-size: 30px;
    }

    .sec-type-title .title,
    .sec-features-title .title,
    .sec-flow-title .title,
    .sec-impressive-numbers .title-impressive-numbers .title,
    .sec-testimonials-inner .title {
        font-size: 32px;
    }

    .sec-type-title .text,
    .sec-flow-title .text {
        font-size: 18px;
    }

    .sec-type {
        padding-left: 0;
        padding-right: 0;
    }

    .sec-type-inner {
        margin-top: 40px;
        padding: 40px 15px;
        border-radius: 10px 10px 0 0;
    }

    .sec-type-inner .sec-type-video {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
    }

    .sec-type-inner .sec-type-slider1 {
        width: 100%;
        margin-top: 0;
        padding: 0;
        margin: 0 -7.5px 30px;
    }

    .sec-type-inner .sec-type-slider1 {
        width: calc(100% + 15px);
        margin-top: 0;
        padding: 0;
        margin: 0 -7.5px 30px;
    }

    .sec-type-slider1:before {
        display: none;
    }

    .sec-type-slider1 .item {
        margin-bottom: 0;
        padding: 0 7.5px;
    }

    .sec-type-video .video {
        width: 77.6%;
        height: 72.2%;
        top: 5.25%;
        left: 11.2%;
    }

    .sec-type-inner2 {
        padding: 0 15px 40px;
        border-radius: 0 0 10px 10px;
    }

    .sec-flow-title .title span,
    .sec-features-title .title span {
        padding: 0 15px 15px;
    }

    .sec-features-title .text {
        margin-top: 15px;
        font-size: 20px;
    }

    .sec-flow-title .text {
        margin-top: 15px;
    }

    .table-impressive-numbers .columns .colum .colum-title {
        margin-top: 0;
    }

    .sec-testimonials-inner .slide-testimonials {
        margin: 0 -7.5px 30px;
    }

    .sec-testimonials-inner {
        padding: 20px 15px 15px;
    }

    .sec-testimonials-inner {
        border-radius: 10px;
    }

    .sec-testimonials-inner .slide-testimonials .item .content .box-img img {
        border-radius: 10px;
    }

    .sec-testimonials-inner .title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main-banner-new-content {
        padding: 60px 15px;
    }

    .main-banner-new-content .title-banner {
        font-size: 42px;
    }

    .main-banner-new-content .desc {
        font-size: 20px;
    }

    .panigation-ft {
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .panigation-ft ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .panigation-ft ul li {
        width: 50%;
        margin-bottom: 0;
        padding: 10px 15px;
        border-radius: 0 !important;
    }

    .page-template-home-page .scroll-top {
        bottom: 70px;
    }

    .sec-flow-inner {
        padding: 30px 0 0;
    }

    .sec-flow-content {
        position: static;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 15px;
    }

    .sec-flow-content .box-predatus {
        position: static;
        text-align: center;
        position: static;
        width: 100%;
    }

    .sec-flow-img {
        width: 100%;
    }

    #move_indicator {
        display: none;
    }

    .parking-port {
        display: none;
    }

    .sec-flow-img .obj-wrap>img {
        display: none;
    }

    .sec-flow-content .box-predatus .box-icon {
        margin-bottom: 5px;
        width: 100%;
    }

    .sec-flow-content .box-predatus .box-icon img {
        height: 70px;
        width: auto;
        display: inline-block;
        vertical-align: bottom;
    }

    .sec-flow-content .box-predatus .box-text {
        font-size: 16px;
    }

    .btn.btn-banner-1 {
        margin-right: 10px;
    }

    .btn.btn-banner-2 {
        margin-right: 0;
    }

    .btn.btn-banner-1,
    .btn.btn-banner-2 {
        font-size: 18px;
        padding: 10px 20px;
    }

    .sec-features-slider .slider-features-wapper .item .box-content .title {
        margin-bottom: 5px;
    }

    .main-banner-new-slider .slide-wrapper .item .content .box-text {
        width: 60%;
    }

    .main-banner-new-slider .slide-wrapper .item .content .box-img {
        width: 40%;
    }
	.sec-flow-content .box-predatus .box-icon{
		position:relative;
		 
	}
	.sec-flow-content .box-predatus .box-icon:before{
	    position: absolute;
    top: -10px;
    left: 0;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.3;
	}
	.sec-flow-content .predatus-1 .box-icon:before{
		 counter-increment: section;
  content: '1';
	}.sec-flow-content .predatus-2 .box-icon:before{
		 counter-increment: section;
  content: '2';
	}.sec-flow-content .predatus-3 .box-icon:before{
		 counter-increment: section;
  content: '3';
	}.sec-flow-content .predatus-4 .box-icon:before{
		 counter-increment: section;
  content: '4';
	}.sec-flow-content .predatus-5 .box-icon:before{
		 counter-increment: section;
  content: '5';
	}.sec-flow-content .predatus-6 .box-icon:before{
		 counter-increment: section;
  content: '6';
	}.sec-flow-content .predatus-7 .box-icon:before{
		 counter-increment: section;
  content: '7';
	}.sec-flow-content .predatus-8 .box-icon:before{
		 counter-increment: section;
  content: '8';
	}
}

@media only screen and (max-width : 414px) {
    .sec-features-video .video {
        width: 92.6%;
        height: 74.7%;
        top: 5.45%;
        left: 3.6%;
    }
}

@media only screen and (max-width: 375px) {
    .sec-type-video .video {
        height: 62%;
        top: 3.85%;
        left: 11.2%;
        width: 77.9%;
    }

    .sec-features-video .video {
        width: 92.5%;
        height: 74.2%;
        top: 5.8%;
        left: 3.9%;
    }
}

@media only screen and (max-width: 320px) {
    .sec-type-video .video {
        height: 59%;
    }

    .btn.btn-banner-1 {
        margin-right: 5px;
    }

    .btn.btn-banner-1,
    .btn.btn-banner-2 {
        font-size: 16px;
    }
}

.sec-type-inner2 {
    padding: 0 15px 60px;
}

.manh-parent-container {
    overflow: hidden;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
}

.sec-type-slider2 .item .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.sec-type-slider2 .item .box-content .guide-box {
    width: 38%;
    padding: 70px;
}

.sec-type-slider2 .item .box-content .guide-box .title {
    font-size: 36px;
    margin-right: -110px;
    padding: 10px;
    color: #000;
    background: url(../images/home/case.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    line-height: 1.2;
    font-weight: normal;
}

.sec-type-slider2 .item .box-content .guide-box .rating-stars {
    font-size: 20px;
}

.sec-type-slider2 .item .box-content .guide-box .btn-show-more i::before {
    color: #fff;
}

.sec-type-slider2 .item .box-content .guide-box .list-case li {
    margin-bottom: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .list-case li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec-type-slider2 .item .box-content .guide-box .list-case li .fa {
    font-size: 24px;
    color: #36a1ba;
    margin-right: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .title .arrow-title:before,
.sec-type-slider2 .item .box-content .guide-box .title .arrow-title:after {
    content: "";
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: #36a1ba transparent transparent transparent;
}

.sec-type-slider2 .item .box-content .guide-box .title .arrow-title:before {
    left: 0;
    border-width: 20px 0px 0 40px;
}

.sec-type-slider2 .item .box-content .guide-box .title .arrow-title:after {
    right: 0;
    border-width: 20px 40px 0px 0px;
}

.sec-type-slider2 .item .box-content .guide-box .title:before {
    content: "";
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    width: 240px;
    max-width: 100%;
    position: absolute;
    bottom: -85px;
    left: 55px;
    border-radius: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .title-small {
    font-size: 23.74px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px;
    padding-left: 55px;
}

.sec-type-slider2 .item .box-content .guide-box .title-small:before {
    content: "";
    background: #000;
    height: 2px;
    border-radius: 2px;
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 55px;
    border-radius: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .desc {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 55px;
}

.sec-type-slider2 .item .box-content .guide-box .list-case {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: 14px;
}

.sec-type-slider2 .item .box-content .guide-box .list-case li a {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .list-case li a i {
    font-size: 20px;
    margin-right: 10px;
}

.sec-type-slider2 .item .box-content .guide-box .btn-show-more {
    font-size: 22px;
    padding-left: 55px;
    color: #15677f;
}

.sec-type-slider2 .item .box-content .guide-box .btn-show-more i {
    width: 20px;
    height: 20px;
    background: #15677f;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    color: #fff;
    margin-left: 15px;
    padding-right: 5px;
}

.sec-type-slider2 .item .box-content .box-img {
    width: 62%;
}

.sec-type-slider2 .item .box-content .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-type-slider2 {
    width: 1200px;
    max-width: 100%;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    overflow: visible;
    padding: 15px 0;
}

.sec-type-slider2 * {
    outline: 0;
}

.sec-type-slider2 .swiper-pagination {
    display: none;
    position: static;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #15677f;
}

.sec-type-slider2 .swiper-button-prev,
.sec-type-slider2 .swiper-button-next {
    border-radius: 100%;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #15677f;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.sec-type-slider2 .swiper-button-prev::after,
.sec-type-slider2 .swiper-button-next::after {
    display: none;
}

.sec-type-slider2 .swiper-button-prev {
    text-align: right;
}

.sec-type-slider2 .swiper-button-prev::before {
    content: "\f177";
    font-family: FontAweSome;
}

.sec-type-slider2 .swiper-button-next {
    text-align: left;
}

.sec-type-slider2 .swiper-button-next::before {
    content: "\f178";
    font-family: FontAweSome;
}

.sec-type-slider2.manh-loading {
    opacity: 0;
    visibility: hidden;
}

.sec-type-slider2 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec-type-slider2 .swiper-slide {
    height: auto;
}

.sec-type-slider2 .item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: #fff;
    padding-right: 70px;
    color: #000;
}

.sec-type-slider2 .swiper-slide:nth-child(odd) .item {
    background-image: -webkit-linear-gradient(left, #2b545d, #001619);
    background-image: linear-gradient(to right, #2b545d, #001619);
    color: #fff;
}

.sec-type-slider2 .swiper-slide:nth-child(odd) .item .box-content .guide-box .title:before,
.sec-type-slider2 .swiper-slide:nth-child(odd) .item .box-content .guide-box .title-small:before {
    background: #fff;
}

.sec-type-slider2 .item .box-content .guide-box .btn-show-more,
.sec-type-slider2 .item .box-content .guide-box .rating-stars .filled-stars,
.sec-type-slider2 .item .box-content .guide-box .btn-show-more i {
    color: #36a1ba;
}

@media only screen and (max-width: 1024px) {
    .sec-type-inner2 {
        padding: 0 7.5px 30px;
    }

    .sec-type-slider2 .swiper-wrapper .swiper-slide {
        padding: 0 7.5px;
    }

    .sec-type-slider2 .swiper-pagination {
        display: block;
    }

    .sec-type-slider2 .swiper-button-prev,
    .sec-type-slider2 .swiper-button-next {
        display: none;
    }

    .sec-type-slider2 .item {
        border-radius: 10px;
        margin: 0;
        padding-right: 0;
    }

    .sec-type-slider2 .item .box-content .guide-box {
        padding: 30px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title {
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 30px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title:before {
        left: 0;
        bottom: -40px;
        width: 100%;
    }

    .sec-type-slider2 .item .box-content .guide-box .title-small {
        padding-left: 0;
        padding-bottom: 5px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title-small:before {
        left: 0;
    }

    .sec-type-slider2 .item .box-content .guide-box .rating-stars {
        margin-left: 0;
        margin-top: 30px;
    }

    .sec-type-slider2 .item .box-content .guide-box .btn-show-more,
    .sec-type-slider2 .item .box-content .guide-box .list-case,
    .sec-type-slider2 .item .box-content .guide-box .desc {
        padding-left: 0;
    }

    .sec-type-slider2 .item .box-content .guide-box .desc,
    .sec-type-slider2 .item .box-content .guide-box .list-case {
        margin-bottom: 15px;
    }

    .sec-type-slider2 {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sec-type-slider2 .item .box-content .guide-box .rating-stars {
        font-size: 18px;
    }

    .sec-type-slider2 .item .box-content .guide-box .btn-show-more {
        font-size: 20px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title:before {
        bottom: -30px;
    }

    .sec-type-slider2 .item .box-content .guide-box .rating-stars {
        margin-top: 20px;
    }

    .sec-type-slider2 .item .box-content .guide-box .title-small {
        margin-top: 15px;
    }

    .sec-type-slider2 .item .box-content .guide-box {
        border-radius: 0;
    }

    .sec-type-slider2 .item .box-content .guide-box {
        padding: 15px 15px 30px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .sec-type-slider2 .item .box-content .box-img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {

    .sec-features,
    .sec-flow,
    .sec-impressive-numbers,
    .sec-testimonials,
    .sec-type {
        padding: 40px 0;
    }
}

.panigation-sticky {
    z-index: 99;
}