@charset "UTF-8";
html {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.35rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .75rem;
}

input:active,
select:active,
button:active,
textarea:active,
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: 0;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.btn {
    box-shadow: none !important;
}

ul {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

figure {
    overflow: hidden;
    margin: 0;
}

img {
    max-width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.clear {
    clear: both;
}

.after-clear::after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

body {
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.35;
    padding: 0px;
    color: #fff;
    background-color: rgb(8, 42, 91);
}

#page {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    min-height: 100vh;
    padding: 0;
    background: rgb(8, 42, 91);
    background: linear-gradient(90deg, rgba(8, 42, 91, 1) 0%, rgba(10, 66, 143, 1) 53%, rgba(8, 38, 83, 1) 100%);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

#header {
    position: relative;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

.navbar-brand {
    width: 235px;
    margin-bottom: -10px;
    padding: 0;
}

.navbar-brand img {
    width: 235px;
}

#header {
    padding: 0 0 20px;
    background-image: url(../images/bg-header.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#header::after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgba(77, 77, 77, 1) 0%, rgba(216, 216, 216, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(216, 216, 216, 1) 35%, rgba(77, 77, 77, 1) 50%, rgba(216, 216, 216, 1) 65%, rgba(255, 255, 255, 1) 73%, rgba(216, 216, 216, 1) 85%, rgba(77, 77, 77, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

#header .nav-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 75%;
}

.login-fixed {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 15px 0 25px;
    position: relative;
    z-index: 1;
}

.login-fixed::before {
    content: '';
    width: calc(100% + 15px);
    height: 100%;
    background: rgb(182, 182, 182);
    background: linear-gradient(0deg, rgba(182, 182, 182, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(182, 182, 182, 1) 100%);
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
    border-bottom-left-radius: 7px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
}

.login-fixed::after {
    content: '';
    width: 200%;
    height: 100%;
    background: rgb(182, 182, 182);
    background: linear-gradient(0deg, rgba(182, 182, 182, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(182, 182, 182, 1) 100%);
    position: absolute;
    left: 99%;
    top: 0;
    z-index: -1;
    border-bottom-left-radius: 7px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
}

.login-fixed ul {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.login-fixed ul li {
    display: inline-block;
    margin: 0 2px;
}

.login-fixed ul li a {
    position: relative;
    display: inline-block;
    font-size: .8rem;
    color: #fff;
    padding: 3px 8px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.login-fixed ul li a:hover {
    box-shadow: 0px 3px 10px -4px #000;
}

.login-fixed ul li a::before {
    content: '';
    width: 50px;
    height: 250%;
    border: none;
    position: absolute;
    left: -75%;
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    -webkit-transform: translateY(-50%) rotate(35deg);
    -moz-transform: translateY(-50%) rotate(35deg);
    -ms-transform: translateY(-50%) rotate(35deg);
    -o-transform: translateY(-50%) rotate(35deg);
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    animation: shine_h 3s infinite;
    -webkit-animation: shine_h 3s infinite;
}

@keyframes shine_h {
    from {
        left: -75%
    }
    to {
        left: 150%
    }
}


/* .login-fixed ul li a:hover {
    transform: scale(1.065);
    -webkit-transform: scale(1.065);
    -moz-transform: scale(1.065);
    -ms-transform: scale(1.065);
    -o-transform: scale(1.065);
} */

.login-fixed ul li a.btn-call {
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    border: 1px solid rgb(218, 103, 2);
}

.login-fixed ul li a.btn-line {
    background: #00c600;
    border: 1px solid #029402;
}

.login-fixed ul li a img {
    width: 16px;
    margin-top: -3px;
    margin-right: 5px;
}

.login-fixed .login form .d-flex {
    align-items: center;
}

.login-fixed .login form .d-flex .form-group {
    margin: 0 0 0 5px;
    position: relative;
}

.login-fixed .login form .d-flex .form-group i.icon {
    font-size: .8rem;
    color: #333;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.login-fixed .login form .d-flex .form-group input {
    width: 170px;
    background-color: #fff !important;
    border: 1px solid #c6c6c6;
    padding: 4px 4px 4px 30px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}

.login-fixed .login form .d-flex .form-group button {
    display: inline-block;
    border: none;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    padding: 5px 10px;
    font-size: .9rem;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.login-fixed .login form .d-flex .form-group button i {
    margin-right: 5px;
}

.login-fixed .login form .d-flex .form-group button:hover {
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 148, 0, 1) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #082653;
}

.login-fixed .login form .d-flex .form-group .btn-register {
    display: inline-block;
    background: rgb(2, 39, 157);
    background: linear-gradient(0deg, rgba(2, 39, 157, 1) 0%, rgba(8, 38, 83, 1) 100%);
    color: #fff;
    font-size: .9rem;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.login-fixed .login form .d-flex .form-group .btn-register i {
    margin-right: 5px;
}

.login-fixed .login form .d-flex .form-group .btn-register:hover {
    background: linear-gradient(0deg, rgba(8, 38, 83, 1) 0%, rgba(8, 38, 83, 1) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #fff;
}

.login-fixed .login form .d-flex .btn-forgot-pass {
    display: inline-block;
    margin-left: auto;
    background: rgb(139 139 141);
    background: linear-gradient(0deg, rgb(139 139 141) 0%, rgb(95 95 95) 100%);
    font-size: 10px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.login-fixed .login form .d-flex .btn-forgot-pass:hover {
    background: linear-gradient(0deg, rgb(95 95 95) 0%, rgb(95 95 95) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #fff;
}

#header nav {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

#navbarNav {
    justify-content: flex-end;
}


/**
 *
 * End header
 *
 */

#content.site-content {
    padding-top: 0;
    padding-bottom: 0;
}

#content.site-content {
    position: relative;
}

body.home #content.site-content::after {
    content: '';
    width: 100%;
    height: 500px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.30) 0%, rgba(227, 227, 227, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -350px;
    z-index: 0;
}

.contain-wrapper {
    margin-bottom: 3rem;
    position: relative;
    z-index: 10;
}


/*=============================================
=            Banner            =
=============================================*/

#banner {
    padding: 1.5rem 0 1rem;
}

#bannerSlide .item img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

#bannerSlide .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    width: calc(100% - 6.5%);
    position: absolute;
    right: 0;
    bottom: 0px;
}


/*=====  End of Banner  ======*/


/*=============================================
=            Register            =
=============================================*/

#register .register-wrapper {
    background: rgb(2, 39, 157);
    background: linear-gradient(0deg, rgba(2, 39, 157, 1) 0%, rgba(8, 38, 83, 1) 100%);
    padding: 2rem 15px 3rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    overflow: hidden;
}

#register .register-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://sbo711.com/wp-content/uploads/2021/11/bg-line-vertical.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

#register .register-wrapper .row .col-list:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#register .register-wrapper .row .col-list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#register .register-wrapper .row .col-list ul li:first-child {
    margin-right: 15px;
}

#register .register-wrapper .row .col-list ul li:last-child {
    font-size: 1.1rem;
}

#register .register-wrapper .row .col-list ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    font-size: 1.55rem;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#register .register-wrapper .row .col-list ul li strong {
    display: block;
    margin-bottom: 5px;
}

#register .register-wrapper .row .col-list ul li a {
    display: inline-block;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    color: #fff;
    font-size: .85rem;
    margin-top: 8px;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

#register .register-wrapper .row .col-list ul li a:hover {
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 148, 0, 1) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #082653;
}


/*=====  End of Register  ======*/


/*=============================================
=            Intro            =
=============================================*/

#intro {
    position: relative;
    background-color: #fff;
    padding: 10px;
}

#intro .intro-wrapper {
    background-color: #e6ecef;
    padding: 15px 2.5rem;
}

#intro .intro-wrapper .intro-header {
    text-align: center;
}

#intro .intro-wrapper .intro-header h1 {
    color: #1b0f66;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.75rem;
    background: rgb(215, 236, 239);
    background: linear-gradient(0deg, rgba(215, 236, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 10px 50px;
    margin-top: -50px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#intro .intro-wrapper .intro-header h1 span {
    color: #f05a24;
}

#intro .intro-wrapper .intro-header h1 small {
    display: block;
    font-size: 85%;
    font-weight: 500;
}

#intro .intro-wrapper .d-flex article {
    padding: 1.5rem 0;
}

#intro .intro-wrapper article p {
    color: #333333;
    font-weight: 400;
    font-size: 1.025rem;
    margin-bottom: 1rem;
}

#intro .intro-wrapper article p a {
    color: #f05a24;
    font-weight: 500;
}

#intro .intro-wrapper figure {
    margin-right: -10%;
}

#intro .intro-wrapper figure img {
    width: 425px;
}


/*=====  End of Intro  ======*/


/*=============================================
=            Bank            =
=============================================*/

#bank {
    position: relative;
    background-color: #fff;
    padding: 0 10px;
}

#bank .bank-wrapper {
    background-color: #e6ecef;
    padding: 2.5rem;
}

#bank .bank-wrapper .bank-header {
    text-align: center;
    margin-bottom: 1rem;
}

#bank .bank-wrapper .bank-header h2 {
    color: #1b0f66;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    background: rgb(215, 236, 239);
    background: linear-gradient(0deg, rgba(215, 236, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 12px 50px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

#bank .bank-wrapper .bank-header h2 span {
    color: #f05a24;
    font-weight: 500;
}

#bank .bank-wrapper .bank-mid article p {
    color: #333333;
    font-weight: 400;
    font-size: 1.025rem;
    margin-bottom: 1.5rem;
}

#bank .bank-wrapper .bank-mid article ul.d-flex {
    width: 80%;
    justify-content: space-evenly;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

#bank .bank-wrapper .bank-mid article ul.d-flex li a.d-inline-block:hover {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
}

#bank .bank-wrapper .bank-mid article ul.d-flex li a.d-inline-block img {
    width: 230px;
}

#bank .bank-wrapper .bank-footer {
    margin-top: 3rem;
    padding: 0 1.5rem 2rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#bank .bank-wrapper .bank-footer .trial-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

#bank .bank-wrapper .bank-footer .trial-header h3 {
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0;
}

#bank .bank-wrapper .bank-footer .trial-header h3::before {
    content: '';
    background: rgb(10, 66, 143);
    background: linear-gradient(180deg, rgba(10, 66, 143, 1) 0%, rgba(8, 38, 83, 1) 100%);
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    border-bottom-left-radius: 10px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
}

#bank .bank-wrapper .bank-footer .trial-header h3::after {
    content: '';
    background: rgb(10, 66, 143);
    background: linear-gradient(180deg, rgba(10, 66, 143, 1) 0%, rgba(8, 38, 83, 1) 100%);
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
    border-bottom-right-radius: 10px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex {
    align-items: center;
    justify-content: center;
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group {
    margin: 0 0 0 10px;
    position: relative;
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group i.icon {
    font-size: .95rem;
    color: #333;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group div {
    width: 250px;
    max-width: 100%;
    background-color: #f5f5f5 !important;
    border: 1px solid #c6c6c6;
    color: #000;
    padding: 6px 5px 6px 35px;
    font-size: 1rem;
    box-shadow: none;
    outline: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 4;
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group button {
    display: inline-block;
    border: none;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    padding: 7px 20px;
    font-size: 1rem;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group button:hover {
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 148, 0, 1) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #082653;
}

#bank .bank-wrapper .bank-footer .trial-body .d-flex .form-group button i {
    margin-right: 5px;
}


/*=====  End of Bank  ======*/


/*=============================================
=            Thumbnail style            =
=============================================*/

.thumbnail-style {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.thumbnail-style .thumbnail-wrapper {
    background-color: #e6ecef;
    padding: 2.5rem 1rem 1rem;
}

.thumbnail-style .thumbnail-wrapper .news-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.thumbnail-style .thumbnail-wrapper .news-header h4 {
    width: 350px;
    max-width: 100%;
    color: #1b0f66;
    font-weight: 500;
    margin: 0;
    font-size: 1.5rem;
    background: rgb(215, 236, 239);
    background: linear-gradient(0deg, rgba(215, 236, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 12px 50px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.thumbnail-style .thumbnail-wrapper .news-body {
    padding: 0 15px;
}

.thumbnail-style .wp-show-posts-single {
    padding-right: 15px !important;
    margin-bottom: 0 !important;
}

.thumbnail-style .wp-show-posts-columns {
    margin-left: 0em !important;
}

.thumbnail-style .wp-show-posts-columns .wp-show-posts-inner {
    margin: 0 0 2em 0 !important;
}

.thumbnail-style .wp-show-posts-image.wpsp-image-center {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    width: 45%;
    height: 100%;
}

.thumbnail-style .wp-show-posts-image a {
    display: block;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgb(168 168 168) 0%, rgba(216, 216, 216, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(216, 216, 216, 1) 35%, rgb(142 141 141) 50%, rgba(216, 216, 216, 1) 65%, rgba(255, 255, 255, 1) 73%, rgba(216, 216, 216, 1) 85%, rgb(187 187 187) 100%);
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.thumbnail-style .wp-show-posts-image a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.thumbnail-style .wp-show-posts-entry-header {
    margin: 0 0 5px;
    padding: 5px 0 0;
    width: calc(55% - 15px);
    float: right;
}

.thumbnail-style .wp-show-posts-entry-title {
    color: #333;
    font-size: 1.025rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
}

.thumbnail-style .wp-show-posts-entry-title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-style .wp-show-posts-entry-meta {
    font-size: .9em;
    color: #666666;
}

.thumbnail-style .wp-show-posts-meta a,
.thumbnail-style .wp-show-posts-meta a:visited {
    color: #666666;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.thumbnail-style .wpsp-read-more {
    float: right;
    width: calc(55% - 15px);
}

.thumbnail-style a.wp-show-posts-read-more,
.thumbnail-style a.wp-show-posts-read-more:visited {
    font-size: .8rem;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    border: none;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.thumbnail-style a.wp-show-posts-read-more:hover {
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 148, 0, 1) 100%);
    box-shadow: 0px 3px 10px -4px #000;
    color: #082653;
}

.thumbnail-style .wp-show-posts-inner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumbnail-style .wp-show-posts-inner:hover h5.wp-show-posts-entry-title {
    color: rgb(255, 117, 0, 1);
}


/*=====  End of Thumbnail style  ======*/


/*=============================================
=            WhyUs            =
=============================================*/

#whyus {
    position: relative;
    background-image: url(https://sbo711.com/wp-content/uploads/2021/11/bg-whyus.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 0;
}

#whyus .whyus-wrapper .whyus-header {
    margin-bottom: 1rem;
}

#whyus .whyus-wrapper .whyus-header h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.65rem;
}

#whyus .whyus-wrapper .whyus-body {
    padding: 0 15px;
}

#whyus .whyus-wrapper .whyus-body .col-left {
    display: flex;
    align-items: center;
}

#whyus .whyus-wrapper .whyus-body .col-left .whyus-pretty {
    text-align: center;
}

#whyus .whyus-wrapper .whyus-body .col-left .whyus-pretty img {
    width: 100%;
}

#whyus .whyus-wrapper .whyus-body .col-right {
    display: flex;
    align-items: center;
}

#whyus .whyus-wrapper .whyus-body .col-right article {
    width: 100%;
}

#whyus .whyus-wrapper .whyus-body .col-right article h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
    background: rgb(255, 148, 0);
    background: linear-gradient(180deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    display: inline-block;
    padding: 6px 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

#whyus .whyus-wrapper .whyus-body .col-right article ul {
    margin-bottom: 2rem;
}

#whyus .whyus-wrapper .whyus-body .col-right article ul li {
    display: block;
    padding: 0px 5px 0px 32px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 5px;
}

#whyus .whyus-wrapper .whyus-body .col-right article ul li::before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-check.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 3px;
}


/*=====  End of WhyUs  ======*/


/*=============================================
=            Contact            =
=============================================*/

#contact {
    position: relative;
    background-color: #fff;
    padding: 0 10px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

#contact .contact-wrapper {
    background: rgb(10, 66, 143);
    background: linear-gradient(280deg, rgba(10, 66, 143, 1) 0%, rgba(8, 38, 83, 1) 100%);
    padding: 3.5rem 0 2.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

#contact .contact-wrapper .contact-header {
    margin-bottom: 2rem;
}

#contact .contact-wrapper .contact-header h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.65rem;
}

#contact .contact-wrapper .contact-body {
    padding: 0 2.5rem;
}

#contact .contact-wrapper .contact-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

#contact .contact-wrapper .contact-body .row .col-list {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

#contact .contact-wrapper .contact-body .row .col-list a {
    width: 320px;
    max-width: 100%;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 80%);
    padding: 0px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

#contact .contact-wrapper .contact-body .row .col-list a img {
    width: 25px;
    margin-right: 10px;
}

#contact .contact-wrapper .contact-body .row .col-list a.btn-contact-call {
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
}

#contact .contact-wrapper .contact-body .row .col-list a.btn-contact-line {
    background-color: #00c600;
}

#contact .contact-wrapper .contact-body .row .col-list a.btn-contact-chat {
    background-color: #9dceff;
    color: #082653;
}

#contact .contact-wrapper .contact-body .row .col-list a:hover {
    box-shadow: 0px 3px 10px -4px #000;
    color: #082653;
}

#contact .contact-wrapper .contact-body .row .col-list a:hover::before {
    animation: shine 3s infinite;
    -webkit-animation: shine 3s infinite;
}

#contact .contact-wrapper .contact-body .row .col-list a::before {
    content: '';
    width: 80px;
    height: 300%;
    border: none;
    position: absolute;
    left: -35%;
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    -webkit-transform: translateY(-50%) rotate(35deg);
    -moz-transform: translateY(-50%) rotate(35deg);
    -ms-transform: translateY(-50%) rotate(35deg);
    -o-transform: translateY(-50%) rotate(35deg);
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@keyframes shine {
    from {
        left: -35%
    }
    to {
        left: 150%
    }
}


/*=====  End of Contact  ======*/


/*=============================================
=            Footer            =
=============================================*/

#footer {
    background: rgb(10, 66, 143);
    background: linear-gradient(0deg, rgba(10, 66, 143, 1) 0%, rgba(8, 38, 83, 1) 100%);
    padding: 2.75rem 0 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#footer::before {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgba(77, 77, 77, 1) 0%, rgba(216, 216, 216, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(216, 216, 216, 1) 35%, rgba(77, 77, 77, 1) 50%, rgba(216, 216, 216, 1) 65%, rgba(255, 255, 255, 1) 73%, rgba(216, 216, 216, 1) 85%, rgba(77, 77, 77, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

#footer .footer-top .col-first article .logo-footer {
    margin-bottom: 1rem;
}

#footer .footer-top .col-first article .logo-footer img {
    width: 225px;
    max-width: 85%;
}

#footer .footer-top .col-first article p {
    font-size: .9rem;
    margin-bottom: 2rem;
}

#footer .footer-top article .footer-heading {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: .75rem;
}

#footer .footer-top article .footer-heading h3 {
    display: inline-block;
    color: #f6921e;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding-right: 15px;
    position: relative;
}

#footer .footer-top article .footer-heading h3::before {
    content: '';
    width: 600px;
    height: 1px;
    background-color: #f6921e;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#footer .footer-top article ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 2rem;
}

#footer .footer-top article ul li {
    font-size: .9rem;
    margin-bottom: 5px;
}

#footer .footer-top article ul li a {
    color: #fff;
}

#footer .footer-top article ul li a:hover {
    color: #f6921e;
}

#footer .footer-top article ul.column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#footer .footer-top article ul.column li {
    width: 50%;
}

#footer .copy-right {
    overflow: hidden;
    position: relative;
}

#footer .copy-right p {
    font-size: .85rem;
    padding: 15px 0 10px;
    line-height: 1.2;
}

#footer .copy-right::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(138, 138, 138);
    background: linear-gradient(0deg, rgb(138 138 138) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgb(138 138 138) 100%);
    position: absolute;
    left: -52%;
    bottom: -10px;
    z-index: 0;
    border-top-right-radius: 10px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
}


/*=====  End of Footer  ======*/


/*=============================================
=            Live Chat            =
=============================================*/

#live-chat-fixed {
    display: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-image: url(https://sbo711.com/wp-content/uploads/2021/11/btn-call-us.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 101;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: pulse-live-chat 3s infinite;
    -webkit-animation: pulse-live-chat 3s infinite;
}

@keyframes pulse-live-chat {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 142, 0, .5)
    }
    70% {
        box-shadow: 0 0 0 17px transparent;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}


/*=====  End of Live Chat  ======*/


/*=============================================
=            Content Detail            =
=============================================*/

.page-wrapper {
    position: relative;
    padding: 0rem 0 2rem 0;
}

.page-wrapper .thumbnail-style {
    background-color: transparent !important;
    padding: 0 !important;
    position: static;
}

.page-wrapper .thumbnail-style .thumbnail-wrapper {
    padding: 0;
}

.page-wrapper .frame-block {
    background-color: #e6ecef;
    padding: 1rem 15px 2rem;
    position: relative;
    border: 10px solid #fff;
}

.page-wrapper.content-detail .frame-block {
    padding-left: 30px;
    padding-right: 30px;
}

.page-wrapper .frame-block p a {
    color: #072f64;
}

.entry-content,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    color: #333;
}

#breadcrumbs * {
    font-size: .9rem;
    color: #747474;
}

#breadcrumbs a:hover {
    color: #f6921e;
}

.content-detail .entry-header {
    text-align: center;
    margin-bottom: 1rem;
}

.content-detail h1.entry-title {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    background: rgb(10, 66, 143);
    background: linear-gradient(0deg, rgba(10, 66, 143, 1) 0%, rgba(8, 38, 83, 1) 100%);
    display: inline-block;
    padding: 12px 15px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.content-detail .entry-content {
    margin: 0 !important;
}

.entry-footer {
    color: #565657 !important;
}

.entry-meta,
.posted-on,
.byline,
.comments-link {
    color: #707070 !important;
    font-size: 12px;
}

.entry-meta a {
    color: inherit;
}

.content-detail .post-thumbnail,
.content-detail #comments {
    display: none !important;
}

.content-detail .post.hentry {
    margin-bottom: 1rem;
}

.navigation.post-navigation {
    padding-top: 1.5rem;
    padding-bottom: 5px;
    margin: 0;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #082653;
    color: #082653;
    font-size: 13px;
    border-radius: .938rem;
    display: inline-block;
    padding: .35rem .875rem;
    text-decoration: none;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background-color: #082653;
    color: #fff;
}

.wpsp-load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.wpsp-load-more * {
    font-size: 15px;
    padding: 6px 10px 5px 10px;
    color: #333;
    margin: 0 1px;
    line-height: 1;
    font-weight: 400;
    border-radius: 3px;
}

.wpsp-load-more .current {
    background-color: #082653;
    color: #fff;
}

.content-detail p img {
    padding: 10px 0 15px;
}

.content-detail p img.size-full {
    width: 100%;
}

.content-detail h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.content-detail h3 {
    color: #092d62;
    padding-top: 10px;
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.4;
}

.type-page h4,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #1b0f66;
    font-weight: 500;
    line-height: 1.4;
    background: rgb(215, 236, 239);
    background: linear-gradient(0deg, rgba(215, 236, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 8px 30px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.content-detail h1:first-child,
.content-detail h2:first-child,
.content-detail h3:first-child,
.content-detail h4:first-child,
.content-detail h5:first-child,
.content-detail h6:first-child {
    margin-top: 0 !important;
}

.content-detail h1 {
    font-size: 1.5rem;
}

.content-detail h2 {
    font-size: 1.35rem;
}

.content-detail h3 {
    font-size: 1.25rem;
}

.content-detail h4 {
    font-size: 1.15rem;
}

.content-detail h5 {
    font-size: 1.05rem;
}

.content-detail h6 {
    font-size: 1rem;
}

.content-detail p {
    color: #082653;
    font-size: 1rem;
    line-height: 1.7;
}

.content-detail ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 1rem;
}

.content-detail ol {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.content-detail ul li,
.content-detail ol li {
    color: #082653;
    margin-bottom: 3px;
    font-size: 1rem;
}

.rp4wp-related-posts {
    margin-top: 2.5rem;
}

.rp4wp-related-posts h3 {
    margin-bottom: 1.5rem;
    margin-right: auto;
    display: block;
    width: 235px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.25rem;
}

.rp4wp-related-posts ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    margin: 0;
}

.rp4wp-related-posts ul li {
    width: 33.33333%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 15px !important;
}

.rp4wp-related-post-image {
    width: 45%;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
}

.rp4wp-related-post-image a {
    display: block;
    overflow: hidden;
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgb(168 168 168) 0%, rgba(216, 216, 216, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(216, 216, 216, 1) 35%, rgb(142 141 141) 50%, rgba(216, 216, 216, 1) 65%, rgba(255, 255, 255, 1) 73%, rgba(216, 216, 216, 1) 85%, rgb(187 187 187) 100%);
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rp4wp-related-post-image a img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rp4wp-related-post-content {
    width: calc(55% - 10px);
    padding-top: 5px;
}

.rp4wp-related-post-content a {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.35;
    color: #082653;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.rp4wp-related-post-content p {
    font-size: .75rem !important;
    color: #666;
    margin-bottom: 0 !important;
    transition: 200ms;
}

.rp4wp-related-posts ul li:hover img {
    transform: scale(1.1);
}

.rp4wp-related-posts ul li:hover a,
.rp4wp-related-posts ul li:hover p {
    color: #f6921e;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 49%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 49%;
}


/*=====  End of Content Detail  ======*/


/*=============================================
=            Page wrapper            =
=============================================*/

.page-wrapper:not(.content-detail) .entry-header {
    text-align: center;
}

.page-wrapper:not(.content-detail) .entry-header h1 {
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #666;
    color: #fff;
    margin-bottom: 1rem;
    background: rgb(255, 148, 0);
    background: linear-gradient(180deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/*=====  End of Page wrapper  ======*/


/*=============================================
=            ตารางคะแนน            =
=============================================*/

.btn-group-league img {
    height: 22px;
    margin-right: 5px;
    width: auto;
}

.btn-group-league br,
.btn-group-league p {
    display: none !important;
}

.btn-group-league {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0rem;
}

.btn-group-league ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-group-league ul li {
    display: inline-block;
    margin: 5px 5px;
}

.btn-group-league ul li a {
    /*display: flex;
    align-items: center;
    justify-content: space-around;
    */
    border: 1px solid #cdcdcd;
    background: rgb(182, 182, 182);
    background: linear-gradient(0deg, rgba(182, 182, 182, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(182, 182, 182, 1) 100%);
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.btn-group-league ul li a.active,
.btn-group-league ul li a:hover {
    color: #fff;
    border: 1px solid rgb(230, 108, 2);
    background: rgb(255, 148, 0);
    background: linear-gradient(180deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
}

.btn-group-league div {
    display: block;
    word-break: keep-all;
    float: right;
}


/* ตารางคะแนน */

.score-board {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.score-board h3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    color: #082653;
    margin: 0 0 15px;
    font-family: 'Prompt', sans-serif;
}

.score-board table {
    margin: 0;
}

.score-board table thead {
    background: rgb(255, 148, 0);
    background: linear-gradient(45deg, rgba(255, 148, 0, 1) 0%, rgba(255, 117, 0, 1) 100%);
}

.score-board table thead th,
.score-board table tbody td {
    padding: 8px 2px;
}

.score-board table thead th {
    font-size: 16px;
    font-weight: 500;
    width: 8%;
    text-align: center;
    color: #fff;
}

.score-board table tbody td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.score-board table thead th:nth-child(2) {
    width: 36%;
}

.score-board table tbody td:nth-child(2) {
    text-align: left;
}

.score-board table tbody td img {
    width: 18px;
    margin-right: 5px;
    margin-top: -1px;
}

.score-board table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

.score-board table tbody tr:nth-child(even) {
    background-color: #cccccc;
}

@media(max-width: 991.98px) {
    .btn-group-league ul li {
        margin: 5px 2px;
    }
    .btn-group-league ul li a {
        font-size: 16px;
        padding: 3px 10px;
    }
    .btn-group-league img {
        height: 20px;
    }
}

@media(max-width: 767.98px) {
    .score-board table thead th {
        font-size: 14px;
        font-weight: 500;
    }
    .score-board table thead th,
    .score-board table tbody td {
        padding: 6px 1px;
    }
    .score-board table tbody td {
        font-size: 12px;
    }
    .score-board table tbody td img {
        width: 14px;
    }
}

@media(max-width: 575.98px) {
    .score-board table thead th {
        font-size: 12px;
    }
    .score-board table tbody td {
        font-size: 10px;
    }
    .score-board table tbody td img {
        width: 12px;
    }
    .score-page .btn-group-league ul li a img {
        height: 13px !important;
    }
    .score-page .btn-group-league ul li a {
        font-size: 12px !important;
        padding: 3px 5px !important;
    }
}


/* End ตารางคะแนน */


/*=====  End of ตารางคะแนน  ======*/


/* content table */

.wp-block-table table {
    border-collapse: collapse;
    box-sizing: border-box;
}

.wp-block-table table thead {
    background-color: #005477;
}

.wp-block-table table thead th {
    color: #fff;
    border: 1px solid #333;
    padding: 7px 2px;
}

.wp-block-table table tbody td {
    border: 1px solid #333;
    padding: 7px 2px;
}


/*=============================================
=            What good            =
=============================================*/

.whatgood {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.whatgood .whatgood-wrapper {
    background-color: #e6ecef;
    padding: 2.5rem 1rem;
}

.whatgood .whatgood-wrapper .whatgood-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.whatgood .whatgood-wrapper .whatgood-header h2,
.whatgood .whatgood-wrapper .whatgood-header h3 {
    width: 600px;
    max-width: 100%;
    color: #1b0f66;
    font-weight: 500;
    margin: 0;
    font-size: 1.5rem;
    background: rgb(215, 236, 239);
    background: linear-gradient( 0deg, rgba(215, 236, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 12px 15px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.whatgood .whatgood-wrapper .whatgood-header h2 span,
.whatgood .whatgood-wrapper .whatgood-header h3 span {
    color: rgb(255, 165, 0);
}

.whatgood .whatgood-wrapper .whatgood-body {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.whatgood.whatgood-upgrade .whatgood-wrapper .whatgood-body {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.whatgood .whatgood-wrapper .whatgood-body p {
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
}

.whatgood .whatgood-wrapper .whatgood-body ul {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
}

.whatgood .whatgood-wrapper .whatgood-body ul li {
    padding-right: 5px;
    color: #333333;
    font-weight: 400;
    font-size: .95rem;
    margin-bottom: 10px;
    width: 50%;
}


/*=====  End of What good  ======*/