/**
customize

**/


body,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
.nav,
.menu,
ul,
ol,
li,
a,
button,
.button,
.btn,
.price,
._heading,
.wp-block-pullquote blockquote,
blockquote,
label,
legend,
span,
p {
  font-family: 'Kanit', 'Prompt', sans-serif !important;
}

strong {
color:#7A64F4!important;
}


body {
  color: #fff;
}

@font-face {
  font-family: 'Sukhumvit';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt-Regular'), local('Prompt-Regular'), url('https://scorefootball.com/wp-content/themes/footballtheme/font/SukhumvitSet-Medium.ttf') format('truetype');
}

#sec-banner-home {
  padding: 15px 0px 0px 0px;
}

.banner-home img {
  width: max-content;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  padding-bottom: 15px;
}

.bg-title-content {
  background-color: #4e7597;
  padding-top: 10px;
  border-radius: 10px 10px 0px 0px;
}

.title-content h1{
  font-size:23px;
}

@media(max-width:700px){
  .title-content h1 {
    font-size: 19px;
}
}

.title-content h2 {
  font-size: 23px;
}

.bg-content-long {
  background-color: #050B12;
  padding-bottom: 10px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

.title-page p{
  font-size: 30px;
  font-weight: bold;
}

.box-contact {
  background-color: #555555;
  padding: 30px 0px;
  margin-bottom: 20px;
}

.button-contact a {
  text-decoration: none;
}

.button-contact img {
    width: 30%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
}

@media(max-width:700px) {
  .button-contact img {
    width: 60%;
  }
}

.img-post img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}

.link-post a {
  text-decoration: none !important;
  color: #fff !important;
}

.card-post-blog {
  background-color: #0F2436;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.post-view {
  padding: 3px 0px;
  display: flex;
  justify-content: space-between;
}

.title-post {
  font-size: 18px;
  font-weight: bold;
  color: #7A64F4;
  overflow: hidden;
  line-height: 2rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0px 2px 0px 5px;
}

.title-post h1{
  font-size: 18px;
  font-weight: bold;
  color: #7A64F4;
  overflow: hidden;
  line-height: 2rem;
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0px 2px 0px 5px;
}

.subtitle p {
  font-size: 20px !important;
  font-weight: bold !important;
}

.banner-step {
  width: 100%;
  height: auto;
}

.icon-step img {
  width: 100%;
  height: auto;
}

.icon-arrow {
  font-size: 30px;
}

@media(max-width:700px) {
  .icon-arrow {
    font-size: 20px;
  }
}

.align-card-setp {
  align-items: center;
}

.card-step {
  background: linear-gradient(1deg, #1A3A5A, #285788);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb {
  background-color: #4E7597;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
}

.img-single img {
  width: 100%;
  height: auto;
}

.single-width {
  width: 60%;
}

@media(max-width:1024px) {
  .single-width {
    width: unset;
  }
}

.bg-single {
  background-color: #111;
  border-radius: 5px;
}

.bg-content {
  padding: 10px;
}

.img-single img {
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
}

@media(max-width:1024px) {
  .img-single img {
    width: 100%;
  }
}

.content-single a{
text-decoration: none;
color: #7A64F4 !important;
}

.content-single img {
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
}

@media(max-width:1024px) {
  .content-single img {
    width: 100%;
  }
}

.logo-foot img {
  padding: 20px 0px;
  width: 30%;
  height: auto;
  margin: auto;
  display: block;
}

@media(max-width:700px) {
  .logo-foot img {
    width: 40%;
  }
}

.img-banner-foot img {
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
}

@media(max-width:700px) {
  .img-banner-foot img {
    width: 100%;
  }
}

#banner-footer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  margin: auto;

}
.content-long h1,.content-long h2{
  font-size: 21px;
  color:#7A64F4;
}
.content-long h3,.content-long h4,.content-long h5,.content-long h6{
  font-size: 19px;
  color:#7A64F4;
}

@media(max-width:700px){
  .content-long h1,.content-long h2{
    font-size: 19px;
    color:#7A64F4;
  }
  .content-long h3,.content-long h4,.content-long h5,.content-long h6{
    font-size: 17px;
    color:#7A64F4;
  }
}
.content-long a{
  color:#7A64F4;
  text-decoration: none;
}
.content-long img{
  width: 80%;
  height:auto;
  margin: auto;
  display: block;
}
@media(max-width:700px){
  .content-long img{
    width: 100%;
  }
}
.content-long{
  font-size: 16px;
}
@media(max-width:700px){
  .content-long{
    font-size: 14px;
  }
}
.logo_leagues {
  width: 20px;
  height: auto;
  margin: 0 5px;
}
  .logo {
  width: 20px;
  max-height: 20px;
  margin: 0 5px;
}
.icon-head img {
  width: auto;
  height: 60px;
  margin: auto;
  display: block;
}
.list-head {
  font-size: 30px;
}
#thaiDate {
  font-size: 18px;
}

@media(max-width:700px){
.icon-head img{
  height: 40px;
}
.list-head {
  font-size: 18px;
}
#thaiDate {
  font-size: 13px;
}
}

@media(max-width:400px){
  .list-head {
    font-size: 15px;
  }
}

.bg-head-top {
  background-color: #050C13;
  margin: 20px 0px;
  padding: 15px;
  border-radius: 10px;
}
.bg-end-foot{
  background-color: #000;
}
.end-footer{
  text-align: center;
  font-size: 18px;
}
@media(max-width:700px){
  .end-footer{
    text-align: center;
    font-size: 14px;
  }
}
.link-footer{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media(min-width:900px){
  .link-footer{
    width: 50%;
    margin: auto;
  }
}
.link-footer a{
  flex: 1 1 calc(33.33% - 10px); /* ปรับความกว้างของแต่ละลิงก์ */
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}

.name_league {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* เปลี่ยนเลขนี้ตามจำนวนบรรทัดที่ต้องการ */
}