html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #f4f4f4;
}

p {
    font-size: 16px;
}

h3 {
    font-size: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 2px;
    line-height: 50px;
}

.paragraph {
    margin: 25px 0;
    line-height: 1.8em;
}

.download-center {
    text-align: center;
    margin-bottom: 45px;
}

.greentext {
    color: #1e9c5c;
}

.header-row {
    background: #1e9c5c;
}

.top-logo {
    display: block;
    margin: 10px auto;
}

.navbar {
    margin-top: 15px;
    margin-bottom: 0px !important;
    background: transparent !important;
    border-color: transparent !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #fff;
    color: #000;
    /*border-radius: 5px;*/
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.content-feature-container {
    min-height: 779px;
}

.content-feature-container .feature-image {
    margin: 50px 0;
}

.b-bottom {
    padding-bottom: 5px;
    border-bottom: 3px solid #1e9c5c;
}

.icon-block {
    margin: 30px 0;
}

.icon-block img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.icon-block img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.second-icon-block {
    margin: 60px 0;
}

.self-icon-block a {
    text-decoration: none;
    color: #000;
    width: 100%;
}

.self-icon-block a:hover {
    text-decoration: none;
}

.download-block {
    height: 632px;
    background: url(../../images/bigbg-01.jpg);
}

.download-contents {
    /*width: 50%;*/
    height: 100%;
    background: rgba(30, 156, 92, 0.5);
    padding-top: 190px;
}

.download-contents-text-block h3 {
    color: #fff;
    padding-left: 20px;
}

ul.features {
    list-style-image: url(../../images/feature_icon.png);
    color: #fff;
}

.features li {
    margin: 10px 0;
}

.video-block-container {
    padding-bottom: 60px;
}

.video-block-container h3 {
    margin: 60px 0;
}

.video-box-text {
    margin-top: 45px;
}

.footer {
    padding: 30px 0;
    background: #ffffff !important;
}


/*------------------------------------------ F&B ----------------------------------------*/

.fb-container {
    padding: 50px 0;
}

.fb-img-block img {
    display: block;
    margin: 0px auto;
}

.fb-text-block {
    padding: 120px 20px;
}


/*---------------------------------------- for you---------------------------*/

.foryou-container {}

.foryou-img-block img {
    display: block;
    margin: 0px auto;
}

.foryou-text-block {}

.grayrow {
    background: #e3e2e2;
}

.text-muted {
    font-size: 16px !important;
}