.layout-full-width {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    float: left;
    font-family: Arial,'Times New Roman', SimSun, 'WenQuanYi Micro Hei','Lantinghei SC', 'Microsoft YaHei', STHeiti, sans-serif !important;
    font-style: normal !important;
    font-size: 16px;
}

.h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
}

.h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
   /* text-indent: 56px;*/
}

.p_content {
    font-size: 18px;
    line-height: 1.8;
   /* text-indent: 36px;*/
}

#Header_wrapper, #Introduction, #Testimonial, #E-Book, #Order, #Bottom {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#Header_wrapper {
    background-color: rgba(240,240,240,0.95);
}

#Introduction, #E-Book {
    background-color: #f8f8f8;
}

.stick_bar {
    position: fixed;
}

#Testimonial, #Order {
    background-color: #f4f4f4;
    display: flex;
    justify-content:center;
}

#Top_bar {
    padding: 40px 60px;
    display: flex;
}

#Bottom {
    background-color: #141414;
}


#Top_bar .top_bar_left {
    width: 90%;
    display: flex;
    align-items:stretch;
}

#Top_bar .top_bar_left .logo {
    width: 14%;
}

#Top_bar .menu_wrapper{
    padding: 5px 0;
}

#Top_bar .top_bar_left .main_menu {
    align-items:stretch;
}

#Top_bar .top_bar_left .main_menu_item {
    padding: 0 20px;
}
#menu a {
    text-decoration: none;
    color:#141414;
    outline: 0;
}

#menu a:hover, a:visited, a:focus {
    color: #1f58ff;
}
.section_container{
    display: flex;
    justify-content:center;
}

.section_container_introduction {
    width:1290px;
    display: flex;
    padding: 200px 0 0 0;
}

.section_container_order {
    width:1290px;
    display: flex;
    padding: 100px 0;
}

.section_container_testimonial, .section_container_eBook {
    flex-direction:column;
    display: flex;
}



.section_container_testimonial {
    width: 1000px;
    padding: 150px 100px 150px 100px;
    /*  background-image: url("../images/bg.png"); */
}

.section_container_eBook {
    width: 80%;
    max-width: 1090px;
    padding: 80px 0 100px 0;
}


.book_image_container {
    width:50%;
}

#Introduction .section_container_introduction{
    padding-bottom: 0!important;
}

.book_content {
    width:50%;
}

.book_content_order {
    width:60%;
}
.book_image_container_order {
    width:40%;
}

.section_container .book_content_col {
    padding: 50px 60px;
}

.button {
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 350;
    cursor: pointer;
}

.button1:hover {
    background-color: #ebc341;
    color: white;
}

.button2:hover {
    background-color: #141414;
    color: white;
}

.button1 {
    background-color: rgba(255,255,255,0.0);
    border: 1px solid #ebc341;
   /* border-color: #ebc341; */
    color: #141414;
}

.button2 {
    background-color: rgb(235 195 65);
    border: none;
    color: #141414;
}

.book_image {
    margin-bottom: -37px;
}

.testimonial_css {
    background-image: url("../images/bg-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px;
}

.testimonial_h1, .eBook_h1{
    text-align: center;
}



.eBook_h1 {
    line-height: 2.7;
}

.eBook_embed {
    width:1200px;
    height: 600px;
}


.section_container_bottom {
    display: flex;
    justify-content:center;
    padding: 15px 0;
}

.p_copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
