@font-face {
    font-family: 'Comfortaa';   
    src: url('../fonts/Comfortaa-Light-3.ttf');
}
@font-face {
    font-family: 'Comfortaa Bold';   
    src: url('../fonts/Comfortaa-Bold.ttf');
}
@font-face {
    font-family: 'NotoSerifSC';   
    src: url('../fonts/NotoSerifSC-Light.otf');
}
@font-face {
    font-family: 'HP simplified hans light';   
    src: url('../fonts/HPSimplifiedHansLight.ttf');
}
@font-face {font-family: "Daytona Light";
    src: url("../fonts/79a8e1bc16f1c88fe653585925532284.eot"); /* IE9*/
    src: url("../fonts/79a8e1bc16f1c88fe653585925532284.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/79a8e1bc16f1c88fe653585925532284.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/79a8e1bc16f1c88fe653585925532284.woff") format("woff"), /* chrome、firefox */
    url("../fonts/79a8e1bc16f1c88fe653585925532284.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/79a8e1bc16f1c88fe653585925532284.svg#Daytona W01 Light") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Grandview";
    src: url("../fonts/19b0aa5ed817d809d39005be2a36f235.eot"); /* IE9*/
    src: url("../fonts/19b0aa5ed817d809d39005be2a36f235.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/19b0aa5ed817d809d39005be2a36f235.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/19b0aa5ed817d809d39005be2a36f235.woff") format("woff"), /* chrome、firefox */
    url("../fonts/19b0aa5ed817d809d39005be2a36f235.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/19b0aa5ed817d809d39005be2a36f235.svg#Grandview") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Grandview Bold";
    src: url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.eot"); /* IE9*/
    src: url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.woff") format("woff"), /* chrome、firefox */
    url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/67609fc22c2b5a7fc13a4e4e82ef5679.svg#Grandview Bold") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Sitka Display";
    src: url("9eb5b7e8afb18f98b00594b9e758b378.eot"); /* IE9*/
    src: url("9eb5b7e8afb18f98b00594b9e758b378.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("9eb5b7e8afb18f98b00594b9e758b378.woff2") format("woff2"), /* chrome、firefox */
    url("9eb5b7e8afb18f98b00594b9e758b378.woff") format("woff"), /* chrome、firefox */
    url("9eb5b7e8afb18f98b00594b9e758b378.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("9eb5b7e8afb18f98b00594b9e758b378.svg#Sitka Display") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Comfortaa Bold";
    src: url("1e774fab62bd6acf2ac7a7079b3fc57f.eot"); /* IE9*/
    src: url("1e774fab62bd6acf2ac7a7079b3fc57f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("1e774fab62bd6acf2ac7a7079b3fc57f.woff2") format("woff2"), /* chrome、firefox */
    url("1e774fab62bd6acf2ac7a7079b3fc57f.woff") format("woff"), /* chrome、firefox */
    url("1e774fab62bd6acf2ac7a7079b3fc57f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("1e774fab62bd6acf2ac7a7079b3fc57f.svg#Comfortaa Bold") format("svg"); /* iOS 4.1- */
  }
html,
body {
    height: 100%;
    width: 100%;
    background: #EBEEF2;
    min-width: 1200px;    
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Daytona Light", "Helvetica", "NotoSerifSC", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
    font-family: "Grandview", "Helvetica", "NotoSerifSC", sans-serif;
}
.container-fluid{
    padding: 0;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Daytona Light', Courier, monospace;
}

h1.sitename{
    font-family: "Comfortaa Bold", "Helvetica", "NotoSerifSC", sans-serif;
    
}
p.sitesubname{
    font-family: "Grandview", "Helvetica", "NotoSerifSC", sans-serif;
}
.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

p{
    font-size: 18px;
    line-height: 25px;
}

.bg-section img{
    width: 100%;
}
#bg-section01{
    position: fixed;
}
.bottom-cover{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: url(../img/Path_3.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 15px;
}
.bottom-cover2{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: url(../img/Shape3.png) no-repeat;
    background-position: center;
    margin: 0 15px;
}
.navmenu{
    width: 100%;
    margin: 0;
    background: #000;
    height: 60px;
    padding-top: 2px;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 999;
}
.navmenu .logo img{
    height: 55px;
}
.navmenu .menu {
    text-align: right;
}
.navmenu .menu ul{
    margin-top: 15px;
    margin-bottom: 0;
}
.navmenu .menu ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
}
.navmenu .menu ul li a{
    color: #fff;
    font-size: 18px;
    font-family: "Daytona Light", "HP simplified hans light", "Helvetica", sans-serif;
}
.section-h1{
    margin-top: -240px;
}
.section-h1 h1{
    font-size: 96px;
    color: #fff;
}
.section-text{
    width: 1100px;
    margin: 60px auto 0 auto;
    color: #fff;
    padding-top: 15vh;
    min-height: 800px;
}
.home-block{
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 30px;

    /* background-image: url(../img/earth-line2.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 700px;   */
}
.home-block h2{
    font-size: 40px;
    color: #333;
    line-height: 50px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.home-block .section-title h3{
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 40px;
}
.home-block h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: bold;
}
.home-block p{
    font-size: 18px;
    line-height: 25px;
}
#section02 .home-block{
    padding: 50px 0;
}
.section-blcok{
    padding: 15px 30px;
    padding-top: 170px;
    border: 2px solid #333;
    border-radius: 10px;
    margin: 15px 0;
    min-height: 370px;
}
.row1-col1{    
    background: url(../img/Supply-Chain-blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;  
}
.row1-col2{
    background: url(../img/Measurable-Performance-4-blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;
}
.row12-col1{
    background: url(../img/Skill-Tree-3-blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;
}
.row12-col2{
    background: url(../img/Pushmessage-blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;
}
#section02 .home-block {
    
}
.row2-col1{
    background: url(../img/SharOn4blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;
}
.row2-col2{
    background: url(../img/Big-data-blue.png) no-repeat;
    background-position: 50% 20px;
    background-size: auto 140px;
}
#section03 .home-block {
    
}
.row3-col1{
    background-position: top left;
    background-size: 40px;
    padding-top: 20px;
}
.row3-col2{
    background-position: top left;
    background-size: 40px;
    padding-top: 20px;
}

.home-block h3.blue-h3{
    color: #239CBD;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 60px;
}

.row4-col1{
    padding-left: 55px;
    background: url(../img/ico_booking.png) no-repeat;
    background-position: top left;
    background-size: 40px;
}
.row4-col2{
    padding-left: 55px;
    background: url(../img/zan.png) no-repeat;
    background-position: top left;
    background-size: 40px;
}

#section05 .pathrow{
    padding: 0 0 0 0;
}

.footerrow{
    background: #000;
    color: #fff;
    padding: 20px;
}
#section-footer{
    width: 100%;
    bottom: 0;
}

.cover-bg{
    background: #fff;
    background-attachment: fixed;
}

#section02.cover-bg{
    background-image: url(../img/home1.jpg);
    background-size: cover;    
}
#section03.cover-bg{
    background-image: url(../img/home22.jpg);
    background-size: cover;    
}
#section04.cover-bg{
    background-image: url(../img/home3.jpg);
    background-size: cover;
    
}
#section05.cover-bg{
    background-image: url(../img/earth-line.png);
    background-position: bottom center;
    background-color: #2E5776;
}
#section05{
    
}
.foot-title{
   
}
.foot-title h2{
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin: 80px 0;
}
.pathrow img{
    width: 100%;
}
.path-name{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.more-link a{
    font-size: 18px;
}
#section01 .more-link a{
    color: #fff;
}
/* #section04{
    height: 400px;
}
#section03{
    height: 800px;
}
 
#section05{
    position: relative;
}
#section01{
    position: relative;
    height: 780px;
}
*/
.section{
    position: relative;
    padding: 0;
}

#section-footer a{
    color: #fff;
    font-size: 18px;
}

source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
   
video {
    object-fit:cover;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-size: cover;
    z-index: -11;
    min-width: 1200px;
    min-height: 900px;
}
#section01 .cover-bgb{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.right-tool{
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 108px;
    left: 0;
    background: #fff;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
}
.right-tool img{
    width: 90px;
    height: 90px; 
}
.right-mail{
    position: fixed;
    width: 100px;
    height: 80px;
    bottom: 209px;
    left: 0;
    background: #249DBB;
    padding: 5px 15px;
    border-radius:  0 5px 5px 0;
    color: #fff;
    font-size: 70px;
    line-height: 50px;
    cursor: pointer;
}

#section01{
    height: calc(100vw * 9 /16);
}
.btn-login{
    display: inline-block;
    font-size: 32px;
    border-radius: 5px;
    text-transform: unset;
    width: 180px;
    height: 94px;
    border: 0;
    font-family: "Daytona Light";
    margin-right: 25px;
}
.btn-login span{
    display: block;
    font-size: 16px;
}
.btn-reg{
    display: inline-block;
    font-size: 32px;
    border-radius: 5px;
    text-transform: unset;
    width: 180px;
    height: 94px;
    background-color: #333;
    font-family: "Daytona Light";
}
.account-name input, .account-pass input, .btn-forgot{
    font-family: "Daytona Light";
}
.btn-reg span{
    display: block;
    font-size: 16px;
}
#login-form{
    width: 850px;
    margin: 0 auto;
    margin-top: 50px;
}
.home-login h1{
    font-size: 120px;
    margin-bottom: 40px;
}
.home-login p{
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 40px;
}
.home-login p.sitesubname i{
    color: #2AA0C0;
    font-weight: bold;
}
.account-name, .account-pass{
    position: relative;
}
.account-name input, .account-pass input{
    padding-left: 15px;
}
.haslogin{
    background: #4472C4;
    border-radius: 10px;
    margin: 20px auto;
    width: 50%;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.haslogin span{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.haslogina:hover{
    text-decoration: none;
}
.menu-line .col-md-4 img{
    cursor: pointer;
}
.navmenu .menu ul li a.logout{
    background: #BFBFBF;
    display: inline-block;
    padding: 2px 5px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
    background: #339ADC;
    color: #fff;
}

.custom-switch .custom-control-label::after{
    content: "\F2E6";
    font-family: bootstrap-icons !important;
    top: 2px;
    left: -70px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 30px;
}
.custom-switch .custom-control-label::before{
    left: -64px;
    width: 60px;
    pointer-events: all;
    border-radius: 20px;
    height: 25px;
    border: 2px solid #333;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #333; 
}
.custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #333;
    background-color: #fff;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    content: "\F26B";
    left: -42px;
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    border-color: #ddd;
    background-color: #ddd;
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::after{
    color: #ddd;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #bfbfbf !important;
    background-color: #bfbfbf !important;
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    font-size: 16px;
    min-width: 200px;
}
.layui-layer-btn a.layui-layer-btn1{
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    font-size: 16px;
    background-color: #17A6CA;
    color: #fff;
    min-width: 200px;
}
.btn-primary{
    background: #249DBB;
    border-radius: 10px;
}
.btn-primary:hover{
    background: #A7DAEB;
}
.btn-reg:hover{
    border-color: #249DBB;
}
.btn-reg{
    background: transparent;
    border: 2px solid #249DBB;
}
.btn-forgot{
    color: #fff;
}
.section .h1{
    height: 100vh;
    vertical-align: middle;
    text-align: center;    
    position: relative;
    margin-bottom: 0;
}
.section .h1 h1{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 45vh;
    z-index: 10;
    width: 100%;
}
.section-cover .cover-bg{
    background-color: #17A6CA;
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    z-index: 1;
}
.section-cover{
    position: relative;
}
.white-bg{
    background: #FFF;
}
.img-step{
    text-align: left;
}
.img-step img{
    width: 160px;
}
.step-item{
    margin-bottom: 80px;
}
.more-link {
    margin-top: 30px;
}
.step-item h3{
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
}
.menu li:nth-child(4){
    margin-right: 50px;
}
.row{
    margin: 0;
}
#section05 .container{
    padding-bottom: 150px;
}
#bg-section01{
    width: 100%;
    min-width: 1200px;
}
.cookie-wd p{
    font-size: 14px;
}
.layui-layer-btn .layui-layer-btn0{
    background-color: #17A6CA !important;
    color: #fff !important;
    border: 0;
    border-radius: 20px;
}
.layui-layer-btn a.layui-layer-btn1{
    background-color: #fff !important;
    border-color: #17A6CA !important;
    color: #17A6CA !important;
    border-radius: 20px;
    border-width: 2px;
}
.layui-layer-page .layui-layer-title{
    font-family: "Grandview";
    font-size: 30px;
    height: 110px;
    padding: 15px 30px;
    font-weight: bold;
}
.layui-layer-page .layui-layer-title p{
    font-family: "Daytona Light";
    font-size: 12px;
    color: #BFBFBF;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.layui-layer{
    border-radius: 20px!important;
}
.layui-layer-btn{
    margin-bottom: 30px;
}
@media (max-width: 1200px){
    #section01{
        height: auto;
    }
    
    .navmenu{
        min-width: 1200px;
        position: relative;
    }
    .col-sm-9{
        width: 75%!important;
    }
    .col-sm-3{
        width: 25%!important;
    }
    .col-sm-6{
        width: 50%!important;
    }
    .section-text {
        padding-top: 2vh;
    }
    .col-sm-5 {
        width: 41.666667%!important;
    }
    .col-sm-2 {
        width: 16.666667%!important;
    }
    #bg-section01{
        width: 1200px;
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    min-width: 1200px;
}