.bg-page {
    background-image: url(/file/image/bg/doodle-bg.png);
    background-color: #d6d8dd;
    background-size: 200px;
    background-repeat: repeat;
}

.bg-statistics {
    background-image: url(/file/image/bg/technology.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-service {
    background-image: url(/file/image/bg/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cover-security {
    background-image: url(/file/image/bg/security.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.text-shadow-dark {
    text-shadow: #000 1px 0 10px;
}

.mt-1px {
    margin-top: 1px !important;
}

/* width */
.w-15px {
    width: 15px !important;
}
.w-20px {
    width: 20px !important;
}
.w-24px {
    width: 24px !important;
}
.w-25px {
    width: 25px !important;
}
.w-50px {
    width: 50px !important;
}
.w-70px {
    width: 70px !important;
}
.w-95px {
    width: 95px !important;
}
.w-100px {
    width: 100px !important;
}
.w-500px {
    width: 500px !important;
}
.w-1400px {
    width: 1600px !important;
}

/* height */
.h-20px {
    height: 20px !important;
}
.h-24px {
    height: 24px !important;
}
.h-25px {
    height: 30px !important;
}
.h-40px {
    height: 40px !important;
}
.h-50px {
    height: 50px !important;
}
.h-70px {
    height: 70px !important;
}
.h-75px {
    height: 75px !important;
}
.h-95px {
    height: 95px !important;
}
.h-100px {
    height: 100px !important;
}
.h-160px {
    height: 160px !important;
}
.h-250px {
    height: 250px !important;
}
.h-300px {
    height: 300px !important;
}
.h-700px {
    height: 700px !important;
}
