html {
	width: 100%;
	overflow-x: hidden;
    margin: 0px;
}

@font-face {
    font-family: 'fontku';
    font-display: swap;
    /* src: url(../../../../../../assets/fonts/OpenSans-Regular.ttf) format("truetype"); */
    src: url(../../../assets/fonts/webfont.woff2) format("truetype");
}


body {
	background: #f5f5f5;
	width: 100%;
	font-family: 'fontku';
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container-menu a {
    color: #333333 !important;
}

.header {
    padding: 20px 0px;
}
.box-image-welcome {
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
}
    .box-image-welcome img {
        width: 100%;
    }

.container-menu {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.container-menu li {
    display: inline-block;
    position: relative;
}

.container-menu li a {
    padding: 10px 20px;
    display: block;
    color: #DAD8DB;
}

.container-menu li a:hover {
    color: #fff;
    font-weight: bold;
}

.img-logo {
    height: 50px;;
}

.container-home-welcome {
    position: relative;
}

.welcome-message {
    margin-top: 115px;
}
    .ws-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .ws-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }

.box-image-message {
    text-align: center;
}
    .box-image-message img {
        display: inline-block;
    }

.container-superiority {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}

.wrap-superiority {
    box-shadow: 0px 15px 44px 0 rgba(0, 0, 0, .05);
    padding: 35px 20px;
}
.box-superiority {
    text-align: center;
}
.bs-image img {
    height: 110px;
}
.bs-title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.bs-subtitle {
    font-size: 14px;
    margin-top: 10px;
}

.container-services {
    padding: 50px 0px;
    background: #fff;
}
    .service-title {
        font-weight: bold;
        font-size: 22px;
    }
    .service-subtitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.cs-image {
    text-align: center;
}
    .cs-image img {
        width: 45px;
        display: inline-block;
    }

.box-service {
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 20px;
    box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, .14);
    border-radius: 4px;
}

.title {
    font-size: 30px;
    margin-bottom: 20px;
}

.container-wave-footer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.footer {
    background: #2f2f2f;
    padding: 30px 0px;
    position: relative;
    padding-top: 50px;
}
    .footer-box {
        color: #d2d2d2;
    }
        .footer-box h4 {
            color: #fff;
        }
    .fbl-item {
    	margin-bottom: 7px;
    }
    .fbl-item table td:nth-child(1) {
        width: 20px;
        text-align: center;
        vertical-align: top;
    }
    .fbl-item table td:nth-child(2) {
        padding-left: 5px;
        vertical-align: top;
    }
    .fbl-item a {
        color: #d2d2d2;
    }

.copyright {
    font-size: 10px;
    padding: 10px;
    text-align: center;
    background: #2f2f2f;
    color: #f3f3f3;
}

.img-wa {
    position: fixed;
    bottom: 3px;
    right: 3px;
}
 .img-wa img {
    height: 85px
 }

 .az-loading {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: 0px;
    text-align: center;
    background: rgba(8, 13, 113, 0.72);
    z-index: 999999;
    display: none;
}
.az-loading div {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100% ;
}

@media (max-width: 767px) {
    .btn-wa {
        padding-top: 0;
        padding-bottom: 11px;
        font-size: 20px;
        margin-top: -8px;
    }
    
    .footer-box {
        margin-bottom: 30px;
    }
    .img-wa img {
        height: 55px
     }
}

