﻿* {
    font-family: 'Noto Serif Lao', serif;
}
@media (max-width: 555px) {
    .w-auto2 {
        width: auto;
    }
}
@media screen and (max-width:768px) {
    #timeline {
        margin: 30px !important;
        padding: 0 !important;
    }

    /*#timeline::before {
        left: 0px !important;
    }*/

    #timeline .timeline-item .timeline-icon {
        left: 50% !important;
    }

    #timeline .timeline-item .timeline-content {
        width: 88% !important;
        float: right !important;
    }

    #timeline .timeline-item .timeline-content::before {
        left: -5px !important;
        right: inherit !important;
    }
}
.bg-image {
    /*background-image: url('https://cdn.pic.in.th/file/picinth/logot334f3f43cbd50ee1a.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 100%;
    height: auto !important;
}

