.text-black{
    color:#333333;
}
.text-red {
    color: #FE0000;
}
.text-blue{
    color: #3bc4e6;
}
h1, .h1 {
    font-size: 80px;
}
h2, .h2 {
    font-size: 52px;
}
h3, .h3 {
    font-size: 36px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 28px;
}
h6, .h6 {
    font-size: 26px;
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 60px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 25px;
    }
    h5, .h5 {
        font-size: 25px;
    }
    h6, .h6 {
        font-size: 25px;
    }
}
@media (max-width: 425px) {
    h1, .h1 {
        font-size: 48px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    h5, .h5 {
        font-size: 19px;
    }
    h6, .h6 {
        font-size: 19px;
    }
}

.sectionAbout1{
    background-image:url("/web/th/images/page/about-makewebeasy/2021/png/BG_Slide.png");
    background-position: center center;
    background-repeat : no-repeat;
    height:461px;
    background-size: cover;
}
.sectionAbout1-2{
    background-color: #e6ebf1;
    padding-bottom: 30px;
    padding-top: 30px;
}
#aboutusHead{
    padding-top:100px;
    padding-left:20px;
    padding-top: 90px;
    max-width:460px;
}
@media (min-width: 1441px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sectionAbout1 {
        height:380px;
        background-size: 100% 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sectionAbout1 {
        height:350px;
        background-size: 180%;
        background-position: 100% 25%;
    }
}
@media only screen and (max-width: 767px) {
    .sectionAbout1 {
        height:190px;
        background-size: 180%;
        background-position: 100% 25%;
    }
    #aboutusHead {
        max-width: 100%;
        padding-left: 0px;
        padding-top: 0px;
    }
}
/* SECTION2 */

.sectionAbout2{
    background-color: #e6ebf1;
    margin:0;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}
.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}
.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    background: rgb(207,209,203);
    background: -moz-linear-gradient(top, rgba(207,209,203,0) 0%, rgb(207,209,203) 8%, rgb(207,209,203) 92%, rgba(207,209,203,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(207,209,203,0) 0%, rgb(207,209,203) 8%, rgb(207,209,203) 92%, rgba(207,209,203,0) 100%);
    background: -o-linear-gradient(top, rgba(207,209,203,0) 0%, rgb(207,209,203) 8%, rgb(207,209,203) 92%, rgba(207,209,203,0) 100%);
    background: -ms-linear-gradient(top, rgba(207,209,203,0) 0%, rgb(207,209,203) 8%, rgb(207,209,203) 92%, rgba(207,209,203,0) 100%);
    background: linear-gradient(to bottom, rgba(207,209,203,0) 0%, rgb(207,209,203) 8%, rgb(207,209,203) 92%, rgba(207,209,203,0) 100%);

    z-index: 5;
}
.timeline li {
    padding: 1em 0;
}
.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}
.direction-r {
    position: relative;
    width: 300px;
    float: right;
}
.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}
.flag {
    position: relative;
    display: inline;
    background: #3bc4e6;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
}
.commingsoon{
    background: #959595 ;
}
.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -36px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-radius: 10px;
    border: 6px solid #3bc4e6;
    z-index: 10;
}/* flag dot */
.direction-r .flag:before {
    left: -36px;
}
.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -7px;
    border: solid transparent;
    border-left-color: #3bc4e6;
    border-width: 8px;
    pointer-events: none;
}
.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -7px;
    border: solid transparent;
    border-right-color: #3bc4e6;
    border-width: 8px;
    pointer-events: none;
}
.direction-rc .flag:after{
    border-right-color: #959595;
}
.direction-lc .flag:after {
    border-left-color: #959595 ;
}
.time-wrapper {
    display: inline;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}
.time {
    display: inline-block;
    padding: 4px 6px;
    color: #333333;
}
.desc {
    margin: 1em 0.75em 0 0;
    word-break: keep-all;
}
.direction-r .desc {
    margin: 1em 0 0 0.75em;
}
.commingBox-l{
    position: absolute;
    width: 300px;
    float: left;
    text-align: right;
}
.commingBox-r{
    position: absolute;
    width: 300px;
    float: right;
    right: -10px;
}
.direction-lc{
    margin-top: 40px;
}
.direction-rc{
    margin-top: 40px;
}
.flag_indo{
    width: auto; 
    position: absolute; 
    left: -32px;
}
.desc_indo{
    margin-top: 60px;
}

@media screen and (max-width: 660px) {
    .timeline {
        width: 100%;
        margin-top: 0px;
    }
    .timeline li {
        padding: 1.5em 0;
    }
    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }
    .flag-wrapper {
        text-align: center;
    }
    .direction-l .flag:before,
    .direction-r .flag:before {
        width: 0px;
        height: 0px;
        border: 0px;
    }
    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -7px;
        border: solid transparent;
        border-bottom-color: #3bc4e6;
        border-width: 8px;
        pointer-events: none;
    }
    .direction-rc .flag:after,
    .direction-lc .flag:after{
        border-bottom-color: #959595;
    }
    .time-wrapper {
        display: block;
        position: relative;
        margin-top: 20px;
        z-index: 14;
    }
    .direction-l .time-wrapper {
        float: none;
    }
    .direction-r .time-wrapper {
        float: none;
    }
    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
    }
    .direction-l .desc,
    .direction-r .desc {
        margin: 0em 1em 0 1em;
    }
    .timeline:before {
        width: 0px;
    }
    .timeBot{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 2px solid #28bee3;
    }
    .flag_indo{
        width: auto; 
        position: relative; 
        left: 0px;
    }
    .desc_indo{
        margin-top: 0px;
    }
    .commingBox-l,
    .commingBox-r{
        width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    .direction-rc .flag-wrapper,
    .direction-lc .flag-wrapper{
        margin-bottom: 10px;
    }
    .direction-rc,.direction-lc{
        margin-top: 0px;
    }
}

/* SECTION3 */
.abc{
    display:block;
    height:240px;
    padding-top:20px;
}
.img-profile-mwe{
    max-height: 127px;
    max-width: 127px;
    padding-bottom: 10px;
}

.sectionAbout3 h2{
    padding-top: 30px;
}
.sectionAbout3 .row{
    padding-top: 30px;
}
.sectionAbout3 .flag{
    font-size: 34px;
}
.personZone {
    padding: 30px 0;
}
.personZone .position {
    line-height: 20px;
    color: #3bc4e6;
}
.flag-logo{
    max-width: 58px;
    max-height: 58px;
}
@media (min-width: 1441px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abc{height:250px;}
}
@media only screen and (max-width: 767px) {
    .abc{height:250px;}
    .sectionAbout3 .flag{
        font-size: 18px;
    }
    .flag-logo{
        max-width: 40px;
        max-height: 40px;
    }
    .sectionAbout3 .flag{
        font-size: 26px;
    }
    .sectionAbout3 h5{
        font-size: 22px;
    }
}

/* SECTION4 */
.sectionAbout4{
    background-image:url("/web/th/images/page/about-makewebeasy/2021/png/Slide_02_02.jpg");
    background-position: center center;
    background-repeat : no-repeat;
    height: 504px;
    width:auto;
    background-size: cover;
}
@media (min-width: 1441px) {
    .sectionAbout4{
        height: 672px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .sectionAbout4{
        height: 504px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sectionAbout4{
        height: 359px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sectionAbout4{
        height: 269px;
    }
}
@media only screen and (max-width: 767px) {
    .sectionAbout4{
        height: 149px;
        background-position: 58% 50%;
    }
}

/* SECTION5 */
.textBox {
    margin-right: 10px;
    margin-left: 10px;
}
.textBox img{
    width: auto;
    height: 40px;
}
.textBox h3{
    margin-top: 10px;
}
.textBox p{
    margin-top: 10px;
    margin-bottom: 20px;
}
.contentBox {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.contentBox h2{
    margin-top: 30px;
}
.contentBox p{
    margin-top: 30px;
}
#ourMission{
    min-height:500px;
    background-color:#ebebeb;
    margin:0px;
    padding-top:20px;
    padding-bottom:20px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sectionAbout5 .col-md-8{
        width: 80%;
    }
    .sectionAbout5 .col-md-2{
        width: 10%;
    }
}