/* @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-HairlineItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

input,
button {
    outline: none;
    border: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

body,
html {
    margin: 0;
    padding: 0;
}

html body {
    font-family: Lato, sans-serif, Arial, Verdana;
    scroll-behavior: smooth;
}
  
html[lang="vi-VN"] body {
    font-family: Roboto, Lato, sans-serif, Arial, Verdana;
}

body {
    background-color: var(--primary-11);
}

.wrapper {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

.desk {
    display: none;
}

.d-none {
    display: none !important;
}

.d-initial {
    display: initial !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

.bgcolor-primary-11 {
    background-color: var(--primary-11);
}

.color-secondary-7 {
    color: var(--secondary-7) !important;
}

.list-style-none {
    list-style-type: none;
}

.list-style-circle {
    list-style-type: circle !important;
}

.list-style-square {
    list-style-type: square !important;
}

.list-style-lower-roman {
    list-style-type: lower-roman !important;
}

.align-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.table-container {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.table-container::-webkit-scrollbar {
    display: none;
}

.scrollable-table-400 {
    width: 400px !important;
}

.scrollable-table-600 {
    width: 600px !important;
}

.scrollable-table-800 {
    width: 800px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 250px;
}

.w-300 {
    width: 300px;
}

.w-350 {
    width: 350px;
}

.w-400 {
    width: 400px;
}

.w-450 {
    width: 450px;
}

.w-500 {
    width: 500px;
}

.li-inline-img {
    display: inline-block !important;
    margin-top: 0 !important;
    vertical-align: middle;
}


/*------------------------------*\
    HEADER
\*------------------------------*/

header {
    width: 100%;
    position: fixed;
    background-color: var(--secondary-1);
    z-index: 1;
}

.header__top {
    height: 56px;
}

.header__top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-12);
}

.header__top h1 {
    color: var(--other-1);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.header__menu {
    height: 48px;
}

.header__menu .wrapper {
    padding: 15px 0;
}

.header__menu nav {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.header__menu nav::-webkit-scrollbar {
    display: none;
}

.menu {
    display: flex;
    margin: 0 var(--spacing-16);
}

.menu .menu__item {
    margin-right: var(--spacing-16);
    white-space: nowrap;
}

.menu .menu__item:last-child {
    padding-right: var(--spacing-16);
}

.menu .menu__item a {
    color: var(--primary-9);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.menu .menu__item.active > a {
    color: var(--secondary-3);
}

.menu .menu__item a:hover {
    color: var(--secondary-3);
}

.menu__submenu-box {
    display: none;
}

.header__submenu {
    display: flex;
    height: 48px;
    background-color: var(--primary-1);
}

.header__submenu .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.submenu-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.submenu-wrapper::-webkit-scrollbar {
    display: none;
}

.submenu {
    /* display: flex; */
    display: none;
    margin: 0 var(--spacing-16);
}

.submenu .submenu__item {
    margin-right: var(--spacing-16);
    white-space: nowrap;
}

.submenu .submenu__item:last-child {
    /* padding-right: 80px; */
    padding-right: var(--spacing-16);
}

.submenu .submenu__item a {
    color: var(--primary-9);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.submenu .submenu__item.active > a {
    color: var(--secondary-3);
}

.submenu .submenu__item a:hover {
    color: var(--secondary-3);
}

.submenu .submenu__item .submenu__item__submenu-box {
    display: none;
}

.submenu .submenu__item:hover .submenu__item__submenu-box {
    display: block;
}

.submenu__item__submenu {
    position: absolute;
    background-color: var(--other-1);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
    padding: var(--spacing-12);
    border-radius: 8px;
    min-width: 200px;
    z-index: 1;
    /* margin-top: 5px; */
}

.submenu__item__submenu .submenu__item__submenu__item {
    margin-bottom: 8px;
    position: relative;
}

.submenu__item__submenu .submenu__item__submenu__item:last-child {
    margin-bottom: 0;
}

.submenu__item__submenu .submenu__item__submenu__item a {
    display: flex;
    padding: var(--spacing-12);
    border-radius: 8px;
    font-weight: normal;
    color: var(--primary-1);
    font-size: 14px;
    line-height: 20px;
}

.submenu__item__submenu .submenu__item__submenu__item a:hover {
    background-color: var(--primary-11);
    color: var(--primary-1);
}

.submenu__item__submenu .submenu__item__submenu__item a .icon {
    margin-right: var(--spacing-8);
}

.icon {
    width: 16px;
    height: 16px;
}

.icon-msports {
    background: url(../images/icons/logo-msports.svg) no-repeat center;
}

.icon-saba {
    background: url(../images/icons/logo-saba.svg) no-repeat center;
}

.icon-pinnacle {
    background: url(../images/icons/logo-apgaming.svg) no-repeat center;
}

.icon-bti {
    background: url(../images/icons/logo-bti.svg) no-repeat center;
}

.icon-10bet {
    background: url(../images/icons/logo-10bet.svg) no-repeat center;
}

.icon-parlaybay {
    background: url(../images/icons/logo-parlaybay.svg) no-repeat center;
}

.icon-tfgaming {
    background: url(../images/icons/logo-tfgaming.svg) no-repeat center;
}

.icon-small-chevron-down {
    background: url(../images/icons/icon-small-chevron-down.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 28px;
    height: 28px;
}

.submenu .submenu__item a:hover .icon-small-chevron-down {
    background: url(../images/icons/icon-small-chevron-down-active.svg) no-repeat center;
}

.search {
    display: flex;
    /* position: relative; */
    width: auto;
    background: linear-gradient(-90deg, #222939 60%, rgba(26, 32, 44, 0) 100%);
    position: absolute;
    right: 0;
}

.search .icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.search-icon {
    background: url(../images/icons/icon-search-white.svg) no-repeat center;
    margin: auto auto auto 60px;
}

.search input {
    height: 32px;
    width: 40px;
    padding: 8px 12px;
    border-radius: 60px;
    border: solid 1px var(--other-1);
    background-color: transparent;
    font-size: 12px;
    line-height: 18px;
    margin-right: var(--spacing-16);
    margin-left: var(--spacing-48);
    color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
}

.search input::placeholder {
    color: transparent;
}
  
.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}
  
.search input::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent;
}

.search input:focus {
    width: 107px;
    padding-left: 32px;
    color: var(--other-1);
}

.back-to-top {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 8px;
    display: none;
}

.back-to-top .back-to-top__btn {
    position: relative;
    outline: none;
    cursor: pointer;
    background-color: var(--primary-1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.back-to-top .back-to-top__btn:hover {
    background-color: var(--primary-5);
}

/* .back-to-top .back-to-top__btn:active {
    background-color: var(--primary-7);
} */

.back-to-top .back-to-top__btn span {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--other-1);
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

.back-to-top .back-to-top__btn .chevron-icon {
    position: absolute;
    background: url(../images/icons/icon-chevron.svg) no-repeat center;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

main {
    padding-top: 152px;
}

main.main--lite {
    padding-top: 0;
}

main.main--no-submenu {
    padding-top: 104px;
}

main .wrapper {
    padding: var(--spacing-16) 0 var(--spacing-32);
}

.main__submenu {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.main__submenu::-webkit-scrollbar {
    display: none;
}

.main__submenu ul {
    display: flex;
    margin-bottom: var(--spacing-12);
}

.main__submenu ul li {
    margin-right: var(--spacing-8);
    /* width: auto; */
}

.main__submenu ul li:last-child {
    margin-right: 0;
}

.main__submenu ul li a {
    display: block;
    background-color: var(--primary-10);
    color: var(--primary-1);
    font-size: 12px;
    line-height: 18px;
    padding: var(--spacing-16);
    border-radius: 10px;
    white-space: nowrap;
}

.main__submenu ul li.active a {
    background-color: var(--other-1);
    font-weight: bold;
}

.main__submenu ul li a:hover {
    background-color: var(--other-1);
    font-weight: bold;
}

.content {
    display: flex;
    flex-direction: column;
}

.content__main {
    width: 100%;
    counter-reset: section;
}

.content--contact .content__main {
    margin-bottom: var(--spacing-12);
}

.main--lite .content__main {
    width: 100%;
    margin-right: 0;
}

.page-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-1);
    text-transform: uppercase;
    margin: var(--spacing-16) var(--spacing-16);
}

.page-title:after {
    content: "";
    background-color: var(--secondary-3);
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: var(--spacing-12);
    z-index: 9;
}

section {
    padding: 24px 16px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--other-1);
    margin-bottom: var(--spacing-12);
    color: var(--primary-1);
    /* scroll-margin-top: 208px; */
}

.content__main section:last-child {
    margin-bottom: 0;
}

section h3 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
}

section h3 img {
    margin-right: var(--spacing-8);
}

section.nested {
    counter-increment: section;
}

section.nested.reset {
    counter-reset: section;
}

.section__content {
    font-size: 14px;
    line-height: 20px;
}

.section__content p {
    margin: var(--spacing-8) 0;
}

.section__content a {
    color: var(--primary-1);
}

.section__content a.more {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section__content ol {
    padding-left: var(--spacing-32);
    margin: var(--spacing-8) 0;
    /* list-style-position: inside; */
}

.section__content ol li {
    /* margin-top: var(--spacing-32); */
}

.section__content.section__content--w-spacing ol li {
    margin-top: var(--spacing-32);
}

.section__content ol li:first-child {
    margin-top: 0;
}

section.nested ol {
    counter-reset: subsection;
    list-style-type: none;
}

section.nested ol > li::before { 
    counter-increment: subsection;
    content: counter(section) "." counters(subsection, ".") ". ";
    font-weight: bold;
}

section.nested ol.lower-alpha {
    counter-reset: innersection;
    list-style-type: none;
}

section.nested ol.lower-alpha > li {
    margin-bottom: var(--spacing-8);
}

section.nested ol.lower-alpha > li::before { 
    counter-increment: innersection;
    content: counter(innersection, lower-alpha) ". ";
    font-weight: normal;
}

section.nested ol.lower-roman {
    counter-reset: innersection;
    list-style-type: none;
}

section.nested ol.lower-roman > li {
    margin-bottom: var(--spacing-8);
}

section.nested ol.lower-roman > li::before { 
    counter-increment: innersection;
    content: counter(innersection, lower-roman) ". ";
    font-weight: normal;
}

section.nested ol li {
    margin-top: 0;
    margin-bottom: var(--spacing-16);
}

.section__content ul {
    list-style-type: disc;
    padding-left: var(--spacing-24);
    margin: var(--spacing-8) 0;
}

.section__content table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.section__content table thead tr {
    background-color: var(--primary-10);
    text-align: left;
}

.section__content table.align-center thead tr {
    text-align: center;
}

.section__content table.align-center-thead thead tr {
    text-align: center;
}

.section__content table tbody tr:nth-child(odd) {
    background-color: var(--other-1);
}

.section__content table tbody tr:nth-child(even) {
    background-color: var(--primary-11);
}

.section__content table.table--white-bg tbody tr:nth-child(odd) {
    background-color: var(--other-1);
}

.section__content table.table--white-bg tbody tr:nth-child(even) {
    background-color: var(--other-1);
}

.section__content table th,
.section__content table td {
    border: solid 1px var(--primary-9);
    padding: var(--spacing-12);
    font-size: 12px;
}

.section__content table img {
    border: none;
}

.section__content img {
    display: block;
    max-width: 100%;
    margin-top: var(--spacing-12);
    /* margin-bottom: var(--spacing-32); */
    border: 1px solid var(--primary-9);
}

.section__content.section__content--contact {
    display: flex;
    flex-direction: column;
    
}

.section__content.section__content--contact, .section__content.section__content--contact.chat {
    display: flex;
    flex-direction: column;
    
}

.contact__box.contact__box--chat {
    align-items: center !important;
    justify-content: center;
}


.section__content .contact__box {
    display: flex;
    background-color: var(--primary-11);
    padding: var(--spacing-16);
    border-radius: 8px;
    margin-bottom: var(--spacing-12);
    flex-direction: column;
    height: 100%;
}

.section__content .contact__box .contact__box--details:first-child {
    margin-bottom: 10px;
}

.section__content .contact__box .contact__box--details img {
   display: inline;
   margin-top: unset;
   margin-bottom: unset;
   margin-right: var(--spacing-4);
   vertical-align: middle;
   border: unset;
   width: 32px;
}

.section__content .contact__box .contact__box--details .img-flag {
    margin-bottom: 5px;
}

.section__content .contact__box .contact__box--details .img-icon {
   width: 16px;
   height: 16px;
}

.section__content .contact__box:last-child {
    margin-bottom: 0;
}

.section__content .contact__box .contact__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: var(--primary-3);
}

.contact__cta {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: var(--primary-1);
    background-color: var(--secondary-3);
    text-transform: uppercase;
    padding: 14px;
    min-width: 200px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-12);
    cursor: pointer;
}

.contact__cta .live-engage-button-floating {
    font-weight: bold;
    cursor: pointer;
}

.section__content .contact__box p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: var(--primary-5);
}

.sidebar {
    align-self: flex-start;
    width: 100%;
    background-color: var(--other-1);
    margin-bottom: var(--spacing-12);
}

.sidebar__header {
    height: 4px;
    background-color: var(--primary-9);
}

.sidebar__content {
    padding: var(--spacing-20) var(--spacing-16) var(--spacing-24);
}

.sidebar__content ol {
    /* padding-left: var(--spacing-16); */
    counter-reset: item;
    list-style-type: none;
}

.sidebar__content ol > li::before { 
    counter-increment: item;
    content: counters(item, ".") ". ";
}

.sidebar__content ol.list-style-type-decimal > li::before { 
    counter-increment: item;
    content: counter(item) ". ";
}

.sidebar__content ol.list-style-type-none {
    list-style-type: none;
    padding-left: 0;
}

.sidebar__content ol.list-style-type-none > li::before {
    content: none;
}

.sidebar__content ol li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: var(--spacing-8);
    color: var(--primary-6);
    font-weight: bold;
    width: 100%;
}

.sidebar__content ol li:last-child {
    margin-bottom: 0;
}

.sidebar__content ol li a {
    font-size: 12px;
    line-height: 18px;
    color: var(--primary-6);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: bold;
}

.sidebar__content ol li a:hover {
    color: var(--primary-1);
}

.sidebar__content ol li ol {
    display: none;
    padding-left: var(--spacing-12);
    margin-top: var(--spacing-8);
}


.wrap {
    position: relative;
}

.qr-myr {
    display: none !important;
    position: absolute;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 5px;
    width: 136px !important;
    left: 140%;
    bottom: 25%;
}

.qr-inr {
    display: none !important;
    position: absolute;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 5px;
    width: 136px !important;
    left: 140%;
    bottom: 25%;
}

.contact-us-myr:hover + .qr-myr {
    display: block !important;
    text-decoration: underline;
}

.contact-us-inr:hover + .qr-inr {
    display: block !important;
    text-decoration: underline;
}

.red {color: red;}


.column {
    float: left;
    width: 50.%;
    padding: 5px;
  }

  .row::after {
    content: "";
    clear: both;
    display: table;
  }