.my_ul {
   
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	display: inline-block !important;
	width: 100%;
}

.my_li {
    display: inline-block;
	vertical-align: top;

   
}

a.a_journey:hover {
  color: #f28145;
}

.confirm_btn {
    background: #85d144;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'PSL Kittithada Pro Roman';
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-indent: 0;
    width: 160px;
    max-width: 40%;
    height: 42px;
}

.popup__message__confirm{
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.popup__message__confirm .detail{
    background: url(../img/bg/box__green-2.png) no-repeat #fff;
    background-size: 100% 5px;
    overflow: auto;
    padding: 0 15px 15px;
    z-index: 10;
    width: 580px;
    max-width: 94%;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup__message__confirm .detail .head{
    color: #333;
    font-size: 30px;
    line-height: 1.1;
    padding: 60px 0 45px;
    text-align: center;
}


.popup__message__confirm .detail .box__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__message__confirm .close {
    background: url(../img/button/close.png) no-repeat center center;
    display: block;
    text-indent: -9998px;
    z-index: 10;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.popup__message__confirm .detail .close-popup {
    background: #f48139;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'PSL Kittithada Pro Roman';
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-indent: 0;
    width: 260px;
    max-width: 90%;
    height: 42px;
}