
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #0297f3;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 500;
    color: #1c223a;
}

html,
body {
    height: 100%
}

body {
    	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: #686b75;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Helper-Class --*/

.heading-2 {
    font-size: 44px;
}

.heading-3 {
    font-size: 38px;
}

.heading-4 {
    font-size: 28px;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.text-green a,
.text-green {
    color: #1cc9bd;
}

.text-blue a,
.text-blue {
    color: #1992ec;
}

.upper {
    text-transform: uppercase;
}

.middle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding-left-50 {
    padding-left: 50px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.section-padding-top {
    padding-top: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.section-padding-bottom {
    padding-bottom: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}