.bg-shell{
    background: url('https://www.thaiticketmajor.com/info-shellxttm/images/bgshell.jpg')50% 50% no-repeat;
    background-size: cover;
}
.box-shell{
    background-color: rgba(218, 218, 218, 0.8);
    box-shadow: 0px 0px 3px 1px rgb(255, 210, 3);
}
.img-center{
    text-align: center;
/*    width: 100%*/
}
.txt-head {
    font-size: 28px;
    font-weight: 600;
}
.txt-head2{
    font-size: 36px;
}
.txt-shell-red{
   color: #eb1c24; 
}
.txt-dont{
    font-size: 22px;
}
.txt-getdis{
    font-size: 18px;
}
.box-detail{
    background-color: #ffd205;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px #696969;
    color: #333;
}
.box-detail:hover{
    background-color: #ffde44;

}
img{
	/*padding: 10px 0;*/
}
.style-ul{
    list-style: disc; 
    padding-inline-start: 20px;
}
/*.style-list {
    list-style: unset;
}*/
.txt-center{
	text-align: center;
}

.txt-footer{
	font-size: 24px;
	border-radius: 0 0 10px 10px;
}
.text-blue{
    color: #3F51B5;
}
ol{
    list-style: decimal;
    padding-inline-start: 20px;
}