@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
body{
     font-size: 18px;
     font-family: 'Mitr', sans-serif !important;
}
a{
	text-decoration: none !important;
}
.a-tag a{
    color: black;
}
.a-tag a:hover{
    color: black;
}
.img_news img{
    width: 100%; height: 100%;
    border-radius: 0px !important;
}
.list-box{
    background-color:#5DADE2;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}
.list-box p{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.list-box a{
    color: #fff !important;
}
.reward-img{
    width: 100%;
}
.reward-img img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.reward-detail{
    margin-top: 50px;
}
.btn-stze {
    border-radius: 20px !important;
    padding: 5px 20px !important;
    background-color: #5DADE2 !important;
    border-color: #5DADE2 !important;
}
.bg-contact{
    background-color:#5DADE2;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.logo-contact{
    width: 400px;
    object-fit: cover;
}
.logo-contact img{
    width: 100%;
}
.contact-title{
    color: blue !important;
}
.bg{
    background-color: blue;
    padding: 10px;
    border-radius: 20px;
}
.text-contact{
    margin-left: 10px;
}
.text-contact p{
    margin-bottom: 0px !important;
    margin-top: 2px;
    font-size: 20px;
}
.map{
    width: 100%;
    height: 100%;
}
.map iframe{
    width: 100%; height: 100%;
}
@media (min-width: 320px){
    .list-box{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .reward-detail{
        font-size: 10px;
        margin-top: 30px;
    }
    .logo-contact{
        width: 300px;
    }
    .qr-img {
        text-align: center;
    }
    .qr-img img{
        margin-top: 30px;
    }
    .map{
        height: 300px;
    }
}
@media (min-width: 768px){
    .icon_cat {
        width: 40px;
    }
    .list-box{
        width: 100%;
        font-size: 15px;
        padding: 15px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .reward-detail{
        font-size: 10px;
        margin-top: 10px;
    }
    .reward-btn a{
        font-size: 10px;
    }
    .qr-img img{
        margin-top: 0px;
    }
    .map{
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1024px){
    .list-box{
        width: 100%;
        font-size: 20px;
    }
    .reward-detail{
        font-size: 15px;
    }

}
@media (min-width: 1440px){
    .list-box{
        width:100%;
        margin-top: 30px !important; 
        margin-bottom: 20px;
        text-align: center;
    }
    .reward-detail{
        margin-top: 50px;
    }
    .reward-btn a{
        font-size: 15px;
    }
    .logo-contact{
        width: 400px;
        object-fit: cover;
    }

}