@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap);@import url(https://fonts.googleapis.com/css2?family=Battambang&display=swap);body {
  font-family: "Battambang", "Kanit", sans-serif;
}

@font-face {
  font-family: "Kh Ang Moul Toathmor";
  src: url("/fonts/Kh Ang Moul Toathmor.ttf?ed102fdc5577535888424cda13f6c662");
}

.swal2-styled {
  font-family: "Kh Ang Moul Toathmor";
  padding: 3px 10px !important;
  border: none !important;
}

.swal2-styled:focus {
  outline: none !important;
}

input {
  font-family: "Kh Ang Moul Toathmor";
}

.no_live_container .on_live {
  background-color: #71797e;
  max-width: 1300px;
  margin: 20px auto;
}

.no_live_container .on_live .no_data_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
}

.no_live_container .on_live .no_data_content h2 {
  margin: 0;
  color: white;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.check_buy_in_live .check_buy_content {
  background-color: black;
  color: white;
  height: 480px;
  cursor: pointer;
  text-align: center;
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}

.check_buy_in_live .check_buy_content .bf_watch_container h2 {
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
  background-color: #b8302b;
  border-radius: 3px;
  padding: 0 10px;
}

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.flex_date_text {
  display: flex;
  justify-content: space-between;
}

.flex_date_text button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  width: 49.99%;
  padding: 10px;
  font-size: 18px;
  cursor: unset;
}

.flex_date_text button:focus {
  outline: none;
}

nav .sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.8);
}

nav .category_container {
  background-color: #b8302b;
}

nav .category_container .category_content {
  max-width: 1300px;
  margin: auto;
}

nav .category_container .category_content .menu_wrapper {
  height: 80px;
  display: flex;
  justify-content: space-between;
}

nav .category_container .category_content .menu_wrapper .logo {
  cursor: pointer;
  width: 70px;
}

nav .category_container .category_content .menu_wrapper .logo img {
  width: 100%;
}

nav .category_container .category_content .menu_wrapper .logo .phone {
  display: none;
  height: unset;
}

nav .category_container .category_content .menu_wrapper .menu_list {
  display: flex;
  align-items: center;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn {
  padding: 0px 20px;
  cursor: pointer;
  font-family: "Kh Ang Moul Toathmor";
  color: white;
  border-radius: 0;
  border-radius: 3px;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn span {
  font-size: 20px;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn span i {
  font-size: 20px;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn .img_area {
  border-radius: 50%;
  padding: 5px;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn .img_area .inner_img {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn .img_area .inner_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

nav .category_container .category_content .menu_wrapper .menu_list .btn:hover,
nav .category_container .category_content .menu_wrapper .menu_list .btn.active {
  background-color: white;
  color: #b8302b;
}

nav .category_container .category_content .menu_wrapper .menu_list .market {
  background-color: #06b520;
}

nav .category_container .category_content .menu_wrapper .menu_list .market:hover {
  background-color: #06b520;
  color: white;
}

nav .category_container .category_content .menu_wrapper .menu_list .on_profile {
  display: flex;
  align-items: center;
}

nav .category_container .category_content .menu_wrapper .menu_list .on_profile:hover,
nav .category_container .category_content .menu_wrapper .menu_list .on_profile.active {
  background-color: unset !important;
  color: unset !important;
}

nav .category_container .category_content .menu_wrapper .menu_list .on_profile:hover span,
nav .category_container .category_content .menu_wrapper .menu_list .on_profile.active span {
  color: white;
}

nav .category_container .category_content .menu_wrapper .menu_list .on_profile span {
  text-decoration: underline;
}

nav .category_container .category_content .menu_wrapper .menu_list button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #06b520;
  color: white;
  padding: 0px 5px;
  margin-right: 5px;
  width: 160px;
  font-size: 20px;
  border-radius: 3px;
}

nav .category_container .category_content .menu_wrapper .menu_list button:focus {
  outline: none;
}

nav .category_container .category_content .menu_wrapper .btn_category_sidebar {
  display: none;
}

nav .category_container .category_content .menu_wrapper .btn_category_sidebar span {
  color: white;
  font-weight: 700;
}

nav .category_container .category_content .menu_wrapper .btn_category_sidebar span i {
  font-size: 30px;
}

nav .category_container .category_content .menu_wrapper .btn_category_sidebar span:nth-child(2) {
  margin: 0 10px;
}

nav .menu-cover {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

nav .menu_responsive {
  background-color: white;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  height: 100%;
  overflow-y: auto;
}

nav .menu_responsive::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

nav .menu_responsive::-webkit-scrollbar-track {
  background: #e2eaeb;
}

nav .menu_responsive::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 10px;
}

nav .menu_responsive .menu_head {
  display: flex;
  justify-content: center;
}

nav .menu_responsive .menu_head .logo {
  width: 150px;
  cursor: pointer;
}

nav .menu_responsive .menu_head .logo img {
  width: 100%;
}

nav .menu_responsive .menu_head span {
  position: absolute;
  top: -20px;
  right: 20px;
  color: #960f0f;
  font-size: 50px;
  font-weight: 600;
}

nav .menu_responsive .menu_responsive_list {
  background-color: #b8302b;
  color: white;
  text-align: left;
  height: 100%;
}

nav .menu_responsive .menu_responsive_list .btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  background-image: linear-gradient(90deg, #f9f9f9 10%, rgba(199, 199, 199, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  font-family: "Kh Ang Moul Toathmor";
  color: white;
}

nav .menu_responsive .menu_responsive_list .btn.active {
  color: #b8302b;
  background-color: white;
}

nav .menu_responsive .menu_responsive_list .btn span {
  font-size: 25px;
  margin-left: 10px;
}

nav .menu_responsive .menu_responsive_list button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  display: none;
  background-color: #06b520;
  color: white;
  padding: 3px 5px;
  width: 160px;
  font-size: 20px;
  border-radius: 20px;
  margin-left: 30px;
  margin-top: 20px;
}

nav .menu_responsive .menu_responsive_list button:focus {
  outline: none;
}

.category_container_fix {
  display: none;
}

.category_container_fix .category_content {
  max-width: 100% !important;
  margin: auto;
  height: 50px;
  background-color: #b8302b;
  border-top: 1px solid white;
  overflow: scroll;
  display: block;
  white-space: nowrap;
  overflow: auto;
}

.category_container_fix .category_content .category_wrapper {
  display: flex;
  align-items: center;
  text-align: center;
}

.category_container_fix .category_content .category_wrapper .btn {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  font-size: 16px;
  padding: 11px;
  color: white;
}

.category_container_fix .category_content .category_wrapper .btn:focus {
  outline: none;
}

.category_container_fix .category_content .category_wrapper .btn:hover,
.category_container_fix .category_content .category_wrapper .btn.active {
  background-color: white;
  color: #b8302b;
}

.container .content {
  max-width: 1300px;
  margin: auto;
}

.container .content .wrapper .waiting_live {
  background-color: #71797e;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .content .wrapper .waiting_live .image {
  position: relative;
  height: 480px;
}

.container .content .wrapper .waiting_live .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .content .wrapper .waiting_live .image h2,
.container .content .wrapper .waiting_live .image .text_end {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 99;
  transform: translate(50%, -50%);
  color: white;
  margin: 0;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .waiting_live .image .waiting_cover,
.container .content .wrapper .waiting_live .image .end_cover {
  background: #0015118c;
  position: absolute;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container .content .wrapper .waiting_live h2 {
  color: white;
  margin: 0;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .blog_product {
  margin: 0;
}

.container .content .wrapper .blog_product:first-child {
  margin: 10px 0;
}

.container .content .wrapper .blog_product:nth-child(2) {
  margin-top: -20px;
}

.container .content .wrapper .blog_product .home_head button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  padding: 5px 10px;
  border-radius: 10px 0 0 0 !important;
  background-color: #b8302b;
  color: white;
  font-size: 20px;
}

.container .content .wrapper .blog_product .home_head button:focus {
  outline: none;
}

.container .content .wrapper .blog_product .home_head button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: relative;
  padding: 0 15px;
  font-size: 20px;
  height: 40px;
  background-color: #b8302b;
  color: white;
  cursor: unset;
}

.container .content .wrapper .blog_product .home_head button:focus {
  outline: none;
}

.container .content .wrapper .blog_product .home_head button::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 30px;
  border-color: transparent transparent transparent #b8302b;
}

.container .content .wrapper .blog_product .head button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  background-color: #b8302b;
  color: white;
  font-size: 20px;
}

.container .content .wrapper .blog_product .head button:focus {
  outline: none;
}

.container .content .wrapper .blog_product .btn_more {
  display: flex;
  justify-content: flex-end;
}

.container .content .wrapper .blog_product .btn_more h4 {
  cursor: pointer;
  align-items: center;
  padding: 5px 10px;
  height: 30px;
  margin-top: 3px;
  border-radius: 10px;
  background-color: white;
  color: #b8302b;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .blog_product .order_content .grid {
  width: calc(100% / 2 - 10px) !important;
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .blog_product .order_content .grid .image {
  width: 40%;
  box-sizing: border-box;
}

.container .content .wrapper .blog_product .order_content .grid .description {
  width: 58%;
  box-sizing: border-box;
}

.container .content .wrapper .blog_product .row_content .grid {
  overflow: hidden;
  border-radius: 10px;
}

.container .content .wrapper .blog_product .row_content .grid .image {
  height: unset !important;
  cursor: pointer;
}

.container .content .wrapper .blog_product .row_content .grid .image img {
  height: unset !important;
}

.container .content .wrapper .blog_product .row_content .grid .trash {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: absolute;
  top: -100%;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #b8302b;
  color: white;
  border-radius: 0 10px;
}

.container .content .wrapper .blog_product .row_content .grid .trash:focus {
  outline: none;
}

.container .content .wrapper .blog_product .row_content .grid:hover .trash {
  top: 0;
}

.container .content .wrapper .blog_product .row_content .grid .description {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex:first-child {
  width: 60%;
  box-sizing: border-box;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex:last-child {
  width: 40%;
  box-sizing: border-box;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  color: #b8302b;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex h3:first-child {
  color: #141414;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form {
  text-align: center;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form .group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form .group .value-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #b8302b;
  border-radius: 50% !important;
  color: #716262;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form input {
  text-align: center;
  border: none;
  background: none;
  margin: 0;
  width: 28px;
  height: 28px;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form input:focus {
  outline: none;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex .form input[type=number]::-webkit-inner-spin-button,
.container .content .wrapper .blog_product .row_content .grid .description .flex .form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex button,
.container .content .wrapper .blog_product .row_content .grid .description .flex span {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 10px 0;
  background-color: #b8302b;
  color: white;
}

.container .content .wrapper .blog_product .row_content .grid .description .flex button:focus,
.container .content .wrapper .blog_product .row_content .grid .description .flex span:focus {
  outline: none;
}

.container .content .wrapper .blog_content .head {
  border-bottom: 3px solid #b8302b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .content .wrapper .blog_content .head h2 {
  position: relative;
  color: #b8302b;
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
  margin: 0;
}

.container .content .wrapper .blog_content .head h2::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #b8302b;
}

.container .content .wrapper .blog_content .head h4 {
  position: relative;
  color: #b8302b;
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
  margin: 0;
}

.container .content .wrapper .blog_content .head h4:hover {
  color: #5f4209;
}

.container .content .wrapper .blog_content .row_content {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding-top: 20px;
}

.container .content .wrapper .blog_content .row_content .grid {
  position: relative;
  width: calc(100% / 4 - 10px);
  margin: 5px;
  box-sizing: border-box;
  background-color: white;
}

.container .content .wrapper .blog_content .row_content .grid .date {
  position: absolute;
  top: -50px;
  color: white;
  height: 100px;
  width: 99.9%;
  border-radius: 10px 10px 0 0;
  font-family: "Kh Ang Moul Toathmor";
  border: 0px solid transparent;
  background: linear-gradient(180deg, #b8302b 100%, rgba(0, 0, 0, 0.1) 35%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.container .content .wrapper .blog_content .row_content .grid .date h2 {
  margin: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: unset !important;
}

.container .content .wrapper .blog_content .row_content .grid .image {
  position: relative;
  overflow: hidden;
  height: 170px;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}

.container .content .wrapper .blog_content .row_content .grid .image img {
  width: 100%;
  height: 100%;
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1);
}

.container .content .wrapper .blog_content .row_content .grid .image:hover img {
  transform: scale(1.2);
}

.container .content .wrapper .blog_content .row_content .grid .image img {
  border-radius: 10px 10px 0 0;
}

.container .content .wrapper .blog_content .row_content .grid .image iframe {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .blog_content .row_content .grid .image .bg_cover {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.9;
  background: #093028;
  background: linear-gradient(to right, #121213c4, #2c2d2dc2);
  transition: all 0.3s ease;
  color: white;
  overflow: hidden;
  border-radius: 10px;
}

.container .content .wrapper .blog_content .row_content .grid .image .des_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.container .content .wrapper .blog_content .row_content .grid .image .des_hover button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  font-size: 40px;
  color: white;
}

.container .content .wrapper .blog_content .row_content .grid .image .des_hover button:focus {
  outline: none;
}

.container .content .wrapper .blog_content .row_content .grid .image .des_hover button i {
  font-weight: unset !important;
}

.container .content .wrapper .blog_content .row_content .grid .image:hover .bg_cover {
  right: 0;
  bottom: 0;
}

.container .content .wrapper .blog_content .row_content .grid .product {
  position: relative;
}

.container .content .wrapper .blog_content .row_content .grid .product iframe {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.container .content .wrapper .blog_content .row_content .grid .product .cap {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.container .content .wrapper .blog_content .row_content .grid .product .cap span {
  cursor: pointer;
  padding: 0 10px;
}

.container .content .wrapper .blog_content .row_content .grid .description {
  padding: 5px;
}

.container .content .wrapper .blog_content .row_content .grid .description h3 {
  margin: 0;
}

.container .content .wrapper .blog_content .row_content .grid .description p {
  margin: 0;
  font-size: 14px;
}

.container .content .wrapper .blog_content .row_content .grid .description p strong {
  color: white;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .blog_content .row_content .grid .description .btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.container .content .wrapper .blog_content .row_content .grid .description .btn button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 5px;
  width: 120px;
  font-size: 18px;
  border-radius: 20px;
}

.container .content .wrapper .blog_content .row_content .grid .description .btn button:focus {
  outline: none;
}

.container .content .wrapper .blog_content .row_content .grid .description .btn button::before {
  border-radius: 20px !important;
}

.container .content .wrapper .blog_content .row_content .grid .schedule {
  padding: 0 10px;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2adad;
  padding: 10px 0;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .row .image {
  cursor: pointer;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .row:last-child {
  border-bottom: unset;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .book {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .book button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 5px;
  margin: 0 5px;
  width: 120px;
  font-size: 18px;
  border-radius: 20px;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .book button:focus {
  outline: none;
}

.container .content .wrapper .blog_content .row_content .grid .schedule .book button::before {
  border-radius: 20px !important;
}

.container .content .wrapper .blog_schedule {
  margin-top: 40px;
  margin-bottom: 10px;
}

.container .content .wrapper .blog_schedule .row_content {
  margin: -30px -5px;
}

.container .content .wrapper .blog_schedule .row_content .grid {
  margin: 30px 5px;
  border-radius: 10px;
}

.container .content .wrapper .blog_schedule .row_content .grid .image {
  cursor: pointer;
}

.container .content .wrapper .blog_schedule .row_content .grid .schedule .row:first-child {
  color: #b8302b;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .blog_old_match {
  margin-top: 0;
  margin-bottom: 20px;
}

.container .content .wrapper .blog_old_match .row_content {
  margin: -10px -5px;
}

.container .content .wrapper .blog_old_match .row_content .grid {
  margin: 10px 5px;
  border-radius: 10px;
}

.container .content .wrapper .blog_old_match .row_content .grid .schedule .row span,
.container .content .wrapper .blog_old_match .row_content .grid .schedule .row span > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@supports (-webkit-line-clamp: 3) {
  .container .content .wrapper .blog_old_match .row_content .grid .schedule .row span,
  .container .content .wrapper .blog_old_match .row_content .grid .schedule .row span > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
}

.container .content .wrapper .live_content .btn_title {
  margin-top: 10px;
}

.container .content .wrapper .live_content .btn_title button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: whitesmoke;
  color: #141414;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  cursor: unset;
}

.container .content .wrapper .live_content .btn_title button:focus {
  outline: none;
}

.container .content .wrapper .live_content table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  color: #141414;
}

.container .content .wrapper .live_content table tr th,
.container .content .wrapper .live_content table tr td {
  border: 1px solid #b9b1b1;
  padding: 10px;
  text-align: center;
}

.container .content .wrapper .live_content table .red_data {
  color: #b8302b;
}

.container .content .wrapper .live_content table .blue_data {
  color: blue;
}

.container .content .wrapper .live_content .report_container .report_content {
  display: flex;
  justify-content: center;
}

.container .content .wrapper .live_content .report_container .report_content .report {
  background-color: #8A9094;
  color: white;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
  width: 150px;
  text-align: center;
}

.container .content .wrapper .live_content .report_container .report_content .report:hover,
.container .content .wrapper .live_content .report_container .report_content .report.current,
.container .content .wrapper .live_content .report_container .report_content .report.today {
  background-color: #71797e;
  color: white;
}

.container .content .wrapper .live_content .report_container .report_content .report h3 {
  margin: 0;
}

.container .content .wrapper .live_content .table_current tr th,
.container .content .wrapper .live_content .table_today tr th {
  color: #b8302b;
}

.container .content .wrapper .live_content .table_current tr th,
.container .content .wrapper .live_content .table_current tr td,
.container .content .wrapper .live_content .table_today tr th,
.container .content .wrapper .live_content .table_today tr td {
  font-size: 20px;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .live_content .table_today {
  display: none;
}

.container .content .wrapper .live_content .match_win_table .cover_table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 10px;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table {
  width: calc(100% / 10);
  box-sizing: border-box;
  border: 1px solid #b9b1b1;
  border-right: 0;
  margin-bottom: 5px;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table:nth-child(10n),
.container .content .wrapper .live_content .match_win_table .cover_table .table:last-child {
  border-right: 1px solid #b9b1b1;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table .thead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #b9b1b1;
  border-right: none;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table .tbody {
  display: flex;
  justify-content: center;
  padding: 9px;
  border-right: none;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table .tbody button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  height: 40px;
  width: 40px;
  color: white;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .content .wrapper .live_content .match_win_table .cover_table .table .tbody button:focus {
  outline: none;
}

.container .content .wrapper .live_content .match_win_table table .no_border tr th {
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .live_content .match_win_table table thead tr {
  display: flex;
  flex-wrap: wrap;
}

.container .content .wrapper .live_content .match_win_table table thead tr th {
  width: calc(100% / 10);
  box-sizing: border-box;
}

.container .content .wrapper .live_content .match_win_table table tbody tr {
  display: flex;
  flex-wrap: wrap;
}

.container .content .wrapper .live_content .match_win_table table tbody tr td {
  width: calc(100% / 10);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.container .content .wrapper .live_content .match_win_table table tbody tr td button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  font-weight: 900;
}

.container .content .wrapper .live_content .match_win_table table tbody tr td button:focus {
  outline: none;
}

.container .content .wrapper .no_live_container {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.container .content .wrapper .no_live_container .no_live_content {
  background-color: #b8302b;
  height: 200px;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .content .wrapper .no_live_container .no_live_content h3 {
  margin: 0;
}

.container .content .wrapper .contact_content {
  margin: 10px;
}

.container .content .wrapper .contact_content .flex_contact {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .contact_content .flex_contact .map {
  width: 50%;
  background-color: white;
  padding: 10px;
}

.container .content .wrapper .contact_content .flex_contact .contact_info {
  width: 47.4%;
  background-color: white;
  box-sizing: border-box;
  color: #9c9c9c;
  padding: 0 10px;
}

.container .content .wrapper .contact_content .flex_contact .contact_info .email_phone {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .contact_content .flex_contact .contact_info .email_phone .same {
  width: 50%;
}

.container .content .wrapper .contact_content .flex_contact .contact_info .email_phone .same h3 {
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .contact_content .flex_contact .contact_info .address {
  margin-top: 50px;
}

.container .content .wrapper .contact_content .flex_contact .contact_info .address h3 {
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .section_aside {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.container .content .wrapper .section_aside .aside {
  width: 30%;
  box-sizing: border-box;
  background-color: #b8302b;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

.container .content .wrapper .section_aside .aside .profile {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ceb4b4;
}

.container .content .wrapper .section_aside .aside .profile .edit_user {
  position: absolute;
  top: 0;
  right: 0;
}

.container .content .wrapper .section_aside .aside .profile .edit_user span {
  cursor: pointer;
  font-size: 20px;
  color: white;
}

.container .content .wrapper .section_aside .aside .profile .img_area {
  border-radius: 50%;
  padding: 5px;
}

.container .content .wrapper .section_aside .aside .profile .img_area .inner_img {
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
}

.container .content .wrapper .section_aside .aside .profile .img_area .inner_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .content .wrapper .section_aside .aside .profile .img_area .inner_img .cover {
  background: #0015118c;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: 0.3s;
  z-index: 1;
  width: 100%;
  height: 30%;
  overflow: hidden;
}

.container .content .wrapper .section_aside .aside .profile .img_area:hover .cover {
  bottom: 0;
}

.container .content .wrapper .section_aside .aside .column {
  display: flex;
  align-items: center;
}

.container .content .wrapper .section_aside .aside .column span {
  padding-right: 20px;
}

.container .content .wrapper .section_aside .aside .column .desc {
  display: flex;
  align-items: center;
}

.container .content .wrapper .section_aside .aside .column .desc h3 {
  margin: 0;
  color: white;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .section_aside .aside .column .desc a {
  text-decoration: none;
  color: unset;
}

.container .content .wrapper .section_aside .aside .column .desc p {
  margin: 0;
  padding-left: 10px;
}

.container .content .wrapper .section_aside .aside button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  background: #141414;
  color: white;
  font-size: 18px;
  padding: 5px 0;
  width: 150px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.container .content .wrapper .section_aside .aside button:focus {
  outline: none;
}

.container .content .wrapper .section_aside .section {
  background-color: white;
  color: white;
  border-radius: 10px;
  width: 69%;
  box-sizing: border-box;
}

.container .content .wrapper .section_aside .section .head {
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
}

.container .content .wrapper .section_aside .section .head h2 {
  margin: 0;
  color: #b8302b;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .section_aside .section h4 {
  color: #141414;
  margin-bottom: 0;
}

.container .content .wrapper .section_aside .section .head_flex {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #b8302b;
}

.container .content .wrapper .section_aside .section .head_flex h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .section_aside .section .head_flex h4 {
  cursor: pointer;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .section_aside .section .row_content {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding: 10px;
}

.container .content .wrapper .section_aside .section .row_content .grid {
  position: relative;
  width: calc(100% / 3 - 10px);
  margin: 5px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: whitesmoke;
}

.container .content .wrapper .section_aside .section .row_content .grid .image {
  position: relative;
  overflow: hidden;
  height: 170px;
  border-radius: 10px 10px 0 0;
  height: unset !important;
  position: relative;
  overflow: hidden;
}

.container .content .wrapper .section_aside .section .row_content .grid .image img {
  width: 100%;
  height: 100%;
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1);
}

.container .content .wrapper .section_aside .section .row_content .grid .image:hover img {
  transform: scale(1.2);
}

.container .content .wrapper .section_aside .section .row_content .grid .image img {
  border-radius: 10px 10px 0 0;
}

.container .content .wrapper .section_aside .section .row_content .grid .image iframe {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .bg_cover {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.9;
  background: #093028;
  background: linear-gradient(to right, #121213c4, #2c2d2dc2);
  transition: all 0.3s ease;
  color: white;
  overflow: hidden;
  border-radius: 10px;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .des_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .des_hover button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  font-size: 40px;
  color: white;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .des_hover button:focus {
  outline: none;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .des_hover button i {
  font-weight: unset !important;
}

.container .content .wrapper .section_aside .section .row_content .grid .image:hover .bg_cover {
  right: 0;
  bottom: 0;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .cap {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.container .content .wrapper .section_aside .section .row_content .grid .image .cap span {
  cursor: pointer;
  padding: 0 10px;
}

.container .content .wrapper .section_aside .section .row_content .grid .product {
  position: relative;
}

.container .content .wrapper .section_aside .section .row_content .grid .product iframe {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.container .content .wrapper .section_aside .section .row_content .grid .product .cap {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.container .content .wrapper .section_aside .section .row_content .grid .product .cap span {
  cursor: pointer;
  padding: 0 10px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description {
  padding: 10px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description h3 {
  color: #b8302b;
  margin: 0;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description p {
  margin: 0;
  font-size: 14px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description p strong {
  color: white;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description .btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description .btn button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 5px;
  width: 120px;
  font-size: 18px;
  border-radius: 20px;
}

.container .content .wrapper .section_aside .section .row_content .grid .description .btn button:focus {
  outline: none;
}

.container .content .wrapper .section_aside .section .row_content .grid .description .btn button::before {
  border-radius: 20px !important;
}

.container .content .wrapper .section_aside .user_section {
  width: 100%;
}

.container .content .wrapper .section_aside .user_section .row_content .grid {
  width: calc(100% / 4 - 10px);
}

.container .content .wrapper .blog_balance {
  padding: 30px 0;
}

.container .content .wrapper .blog_balance .balance_head {
  text-align: center;
  margin-bottom: 10px;
}

.container .content .wrapper .blog_balance .balance_head .img_area {
  display: flex;
  justify-content: center;
}

.container .content .wrapper .blog_balance .balance_head .img_area .image img {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .blog_balance .balance_head h3 {
  margin: 0;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .blog_balance .balance_head .flex_row {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.container .content .wrapper .blog_balance .balance_head .flex_row .row {
  padding: 0 20px;
}

.container .content .wrapper .blog_balance .balance_head .flex_row .row:first-child h3 {
  color: blue;
}

.container .content .wrapper .blog_balance .balance_head .flex_row .row h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  color: #b8302b;
  margin: 0;
  font-weight: unset;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .blog_balance .balance_content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.container .content .wrapper .blog_balance .balance_content .balance {
  background-color: #8A9094;
  color: white;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
  width: 150px;
  text-align: center;
}

.container .content .wrapper .blog_balance .balance_content .balance:hover,
.container .content .wrapper .blog_balance .balance_content .balance.income,
.container .content .wrapper .blog_balance .balance_content .balance.outcome {
  background-color: #71797e;
  color: white;
}

.container .content .wrapper .blog_balance .balance_content .balance h3 {
  margin: 0;
}

.container .content .wrapper .blog_balance .table_income,
.container .content .wrapper .blog_balance .table_outcome {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  color: #141414;
}

.container .content .wrapper .blog_balance .table_income tr th,
.container .content .wrapper .blog_balance .table_income tr td,
.container .content .wrapper .blog_balance .table_outcome tr th,
.container .content .wrapper .blog_balance .table_outcome tr td {
  border: 1px solid #b9b1b1;
  padding: 10px;
  text-align: center;
  font-weight: unset;
  font-size: 20px;
  color: #000000a6;
  font-family: "Kh Ang Moul Toathmor";
}

.container .content .wrapper .blog_balance .table_income tr .prod,
.container .content .wrapper .blog_balance .table_outcome tr .prod {
  cursor: pointer;
  text-decoration: underline;
}

.container .content .wrapper .table_content {
  padding: 30px 0;
  overflow-x: auto;
  border-bottom: 3px solid #ddd;
}

.container .content .wrapper .table_content table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

.container .content .wrapper .table_content table tr th {
  background-color: #b8302b;
  color: white;
  font-weight: unset !important;
}

.container .content .wrapper .table_content table .first_td {
  width: 100px;
}

.container .content .wrapper .table_content table a {
  text-decoration: none;
  color: unset !important;
}

.container .content .wrapper .table_content table tr th,
.container .content .wrapper .table_content table tr td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.container .content .wrapper .table_content table tr td {
  color: #141414;
}

.container .content .wrapper .table_content table .hover_td:hover {
  color: #5f4209;
  cursor: pointer;
}

.container .content .wrapper .table_content p {
  padding: 10px 0;
}

.container .content .wrapper .blog_agency {
  padding: 20px 0;
}

.container .content .wrapper .blog_agency .blog_head {
  padding: 5px 0 10px 0;
  font-weight: unset;
}

.container .content .wrapper .blog_agency .blog_head button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: relative;
  padding: 0 15px;
  font-size: 20px;
  height: 40px;
  background-color: #b8302b;
  color: white;
  cursor: unset;
}

.container .content .wrapper .blog_agency .blog_head button:focus {
  outline: none;
}

.container .content .wrapper .blog_agency .blog_head button::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 30px;
  border-color: transparent transparent transparent #b8302b;
}

.container .content .wrapper .blog_agency .agency_content {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.container .content .wrapper .blog_agency .agency_content .agency {
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  margin: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}

.container .content .wrapper .blog_agency .agency_content .agency .img_area {
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.container .content .wrapper .blog_agency .agency_content .agency .img_area .image {
  width: 100px;
  height: 100px;
}

.container .content .wrapper .blog_agency .agency_content .agency .img_area .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .content .wrapper .blog_agency .agency_content .agency .col {
  text-align: center;
}

.container .content .wrapper .blog_agency .agency_content .agency .col h3 {
  margin-bottom: 0;
}

.container .content .wrapper .blog_agency .agency_content .agency .col h4 {
  margin: 0;
  cursor: pointer;
}

.container .content .wrapper .blog_agency .agency_content .agency .col a {
  text-decoration: none;
  color: unset;
}

.download_content {
  display: none;
}

.download_content .download {
  background-color: #b8302b;
  padding: 20px 20px 10px 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.download_content .download .image {
  width: 150px;
}

.download_content .download .image img {
  width: 100%;
}

.live_container {
  margin: 20px 0;
}

.live_container .live {
  max-width: 1300px;
  margin: auto;
}

.live_container .live .vdo {
  position: relative;
  height: 480px;
  background-color: #71797e;
}

.live_container .live .vdo .cover_thumbnail {
  background: #000c0a8f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.live_container .live .vdo .cover_no_vdo {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.live_container .live .vdo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.live_container .live .vdo h2 {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 99;
  margin: 0;
  color: white;
  transform: translate(50%, -50%);
}

.live_container .live .vdo video {
  width: 100%;
  height: 480px;
}

.live_container .live .vdo .live_time {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: none;
  background-color: #eb2749;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
}

.live_container .live .vdo .live_time:focus {
  outline: none;
}

.live_container .live .flex_date_text {
  display: flex;
  justify-content: space-between;
}

.live_container .live .flex_date_text button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  width: 49.99%;
  padding: 10px;
  font-size: 18px;
  cursor: unset;
}

.live_container .live .flex_date_text button:focus {
  outline: none;
}

.live_container .live .description {
  background-color: #FFF;
  padding: 10px;
}

.live_container .live .msg_end_live {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.live_container .live .msg_end_live h3 {
  text-align: center;
  color: white;
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
}

.live_container .live .cap {
  color: #141414;
}

.live_container .live .cap h2 {
  color: #b8302b;
}

.live_container .live {
  position: relative;
}

.live_container .live .bf_watch_container {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 99;
}

.live_container .live .bf_watch_container h3 {
  background-color: #b8302b;
  color: white;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.live_container .live .image {
  position: relative;
  height: 480px;
}

.live_container .live .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.live_container .live .image .bf_watch_cover {
  background: #000c0a38;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.watch_order_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.watch_order_btn button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #06b520;
  color: white;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  font-size: 20px;
}

.watch_order_btn button:focus {
  outline: none;
}

.share {
  display: flex;
}

.share .social_lebel {
  background-color: #5f4209 !important;
  margin-right: 0 !important;
}

.share .social_lebel label {
  padding-left: 10px;
}

.share button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #141414;
  color: white;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 3px;
}

.share button:focus {
  outline: none;
}

.share button a {
  text-decoration: none;
  color: white !important;
}

.material-scrolltop {
  z-index: 999;
  cursor: pointer;
  color: white;
  background-color: #b8302b !important;
}

.material-scrolltop:focus {
  background-color: #b8302b !important;
}

.auth_container {
  background-color: whitesmoke;
  border-radius: 10px;
  width: 400px;
  position: fixed;
  top: -1000%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.auth_container .auth_content {
  padding: 50px;
}

.auth_container .auth_content .head {
  position: relative;
  display: flex;
  justify-content: center;
}

.auth_container .auth_content .head .logo {
  width: 100px;
}

.auth_container .auth_content .head .logo img {
  width: 100%;
}

.auth_container .auth_content .head span {
  position: absolute;
  color: #5f4209;
  font-size: 50px;
  top: -60px;
  right: -30px;
  cursor: pointer;
  font-weight: 600;
}

.auth_container .auth_content h4 {
  text-align: center;
  margin: 5px 0;
  color: #b8302b;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.auth_container .auth_content form .form_group .group,
.auth_container .auth_content .form .form_group .group {
  position: relative;
  margin: 20px 0;
  border: 1px solid black;
  text-align: center;
  border-radius: 5px;
}

.auth_container .auth_content form .form_group .group:last-child,
.auth_container .auth_content .form .form_group .group:last-child {
  margin: 0;
}

.auth_container .auth_content form .form_group .group input,
.auth_container .auth_content .form .form_group .group input {
  transition: all 0.5s;
  font-size: 14px;
  padding: 13px 30px;
  border: none;
  background: none;
  color: #141414;
  width: 100%;
  font-family: "Battambang";
  box-sizing: border-box;
}

.auth_container .auth_content form .form_group .group input:focus,
.auth_container .auth_content .form .form_group .group input:focus {
  outline: none;
}

.auth_container .auth_content form .form_group .group input::-webkit-outer-spin-button,
.auth_container .auth_content form .form_group .group input::-webkit-inner-spin-button,
.auth_container .auth_content .form .form_group .group input::-webkit-outer-spin-button,
.auth_container .auth_content .form .form_group .group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.auth_container .auth_content form .form_group .group span,
.auth_container .auth_content .form .form_group .group span {
  position: absolute;
  top: 11px;
  left: 5px;
  color: #b8302b;
}

.auth_container .auth_content form .form_group .group button,
.auth_container .auth_content .form .form_group .group button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: relative;
  transition: ease-out 0.3s;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(0deg, #725638, #b8302b);
  color: white;
}

.auth_container .auth_content form .form_group .group button:focus,
.auth_container .auth_content .form .form_group .group button:focus {
  outline: none;
}

.auth_container .auth_content form .form_group .group button::before,
.auth_container .auth_content .form .form_group .group button::before {
  content: "";
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: #5f4209;
  color: white;
  border-radius: 5px;
}

.auth_container .auth_content form .form_group .group button:hover::before,
.auth_container .auth_content .form .form_group .group button:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

.auth_container .auth_content form .form_group .group button::before,
.auth_container .auth_content .form .form_group .group button::before {
  background: linear-gradient(0deg, #b8302b, #725638);
}

.auth_container .auth_content form .form_submit .group,
.auth_container .auth_content .form .form_submit .group {
  border: none;
}

.auth_container .auth_content form .form_submit p,
.auth_container .auth_content .form .form_submit p {
  width: 100%;
  color: #b8302b !important;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.auth_container .auth_content form .forgot_pw_content,
.auth_container .auth_content .form .forgot_pw_content {
  display: flex;
  justify-content: space-between;
}

.auth_container .auth_content form .forgot_pw_content p,
.auth_container .auth_content .form .forgot_pw_content p {
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.page-cover {
  background: #093028;
  background: linear-gradient(to right, #121213c4, #2c2d2dc2);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.err {
  color: #b8302b;
  display: none;
}

.verify_active .auth_content .form .form_group .group {
  padding: 0;
  border: none;
  display: flex;
  margin: -10px;
  align-items: center;
  justify-content: space-between;
}

.verify_active .auth_content .form .form_group .group input {
  text-align: center;
  padding: 0;
  width: calc(100% / 6 - 20px);
  box-sizing: border-box;
  margin: 10px;
  border-bottom: 1px solid black;
}

nav ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

nav ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  border: 1px solid #9c9c9c;
  color: white !important;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #b8302b;
}

nav ul li a {
  text-decoration: none;
  color: unset !important;
}

nav ul li:hover {
  background-color: #5f4209;
  color: white !important;
  cursor: pointer;
}

nav ul li.disabled {
  cursor: no-drop;
}

nav ul li.active {
  background-color: #5f4209;
  color: white !important;
  cursor: no-drop;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 5px 20px;
  margin: 10px 5px;
  border-radius: 2px;
}

.pagination button:focus {
  outline: none;
}

.pagination .disable {
  cursor: no-drop;
  background-color: #cc8d8b;
}

.container .content .wrapper .video_detail .flex .video {
  width: unset !important;
  box-sizing: border-box;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  background-color: #b8302b;
}

.container .content .wrapper .video_detail .flex .video iframe {
  width: unset !important;
  height: 476px !important;
}

.container .content .wrapper .video_detail .flex .image {
  width: 50%;
  box-sizing: border-box;
}

.container .content .wrapper .video_detail .flex .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.container .content .wrapper .video_detail .flex .info {
  width: 74% !important;
}

.container .content .wrapper .video_detail .flex .right {
  width: 49% !important;
  box-sizing: border-box;
}

.container .content .wrapper .detail_content {
  margin: 20px 0;
}

.container .content .wrapper .detail_content .flex {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .detail_content .flex .gallery_video_image {
  width: 50%;
  box-sizing: border-box;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top {
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-wrapper .swiper-slide {
  height: 365px !important;
  background-color: white;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-next,
.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-prev {
  background-color: #b8302b;
  color: white;
  padding: 0 7px;
  border-radius: 3px;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-next:hover,
.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-prev:hover {
  background-color: #5f4209;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-next::after,
.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-prev::after {
  font-size: 16px;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-next {
  margin-right: -10px;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-button-prev {
  margin-left: -10px;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-thumbs {
  background-color: white !important;
  padding: 5px;
  border-radius: 0 0 10px 10px;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: 50px !important;
  margin-right: 7px !important;
  cursor: pointer;
}

.container .content .wrapper .detail_content .flex .gallery_video_image .gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .detail_content .flex .image {
  position: relative;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  background-color: white;
}

.container .content .wrapper .detail_content .flex .image iframe {
  width: 100%;
  height: 357px;
  border-radius: 10px;
}

.container .content .wrapper .detail_content .flex .image .bf_watch_container {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 99;
}

.container .content .wrapper .detail_content .flex .image .bf_watch_container h3 {
  background-color: #b8302b;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.container .content .wrapper .detail_content .flex .image .bf_watch_cover {
  background: #000c0a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container .content .wrapper .detail_content .flex .info {
  position: relative;
  width: 49%;
  box-sizing: border-box;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.container .content .wrapper .detail_content .flex .info h2 {
  position: relative;
  color: #b8302b;
  font-family: "Kh Ang Moul Toathmor";
  font-weight: unset;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b98f8f;
}

.container .content .wrapper .detail_content .flex .info .row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #f9f9f9 10%, rgba(199, 199, 199, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}

.container .content .wrapper .detail_content .flex .info .row:last-child {
  background-image: unset;
}

.container .content .wrapper .detail_content .flex .info .row .price {
  color: #b8302b;
  font-size: 18px;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .detail_content .flex .info .row .book {
  display: flex;
  justify-content: center;
}

.container .content .wrapper .detail_content .flex .info .row .book button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  border: 1px solid whitesmoke;
  padding: 5px;
  margin: 0 5px;
  width: 120px;
  font-size: 18px;
  border-radius: 20px;
}

.container .content .wrapper .detail_content .flex .info .row .book button:focus {
  outline: none;
}

.container .content .wrapper .detail_content .flex .info .row .book button::before {
  border-radius: 20px !important;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form {
  text-align: center;
  display: flex;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form .group {
  display: flex;
  align-items: center;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form .group .value-button {
  display: inline-block;
  width: 21px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #b8302b;
  border-radius: 50% !important;
  color: #716262;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form input {
  text-align: center;
  border: none;
  background: none;
  margin: 0;
  width: 28px;
  height: 28px;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form input:focus {
  outline: none;
}

.container .content .wrapper .detail_content .flex .info .row .flex .form input[type=number]::-webkit-inner-spin-button,
.container .content .wrapper .detail_content .flex .info .row .flex .form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container .content .wrapper .detail_content .flex .info .btn {
  position: absolute;
  bottom: 10px;
  right: 50%;
  width: 94%;
  transform: translate(50%, 0);
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper .detail_content .flex .info .btn button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  padding: 10px;
  border-radius: 10px;
  width: 290px;
  background-color: whitesmoke;
  color: #b8302b;
  font-size: 20px;
}

.container .content .wrapper .detail_content .flex .info .btn button:focus {
  outline: none;
}

.container .content .wrapper .detail_content p {
  background-color: whitesmoke;
  color: #141414 !important;
  padding: 10px;
  border-radius: 10px;
}

.modal_container {
  position: fixed;
  top: -1000%;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: 99999;
}

.modal_container .modal_content {
  position: relative;
  border-radius: 10px;
}

.modal_container .modal_content .modal_wrapper {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}

.modal_container .modal_content .modal_wrapper .logo_center {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

.modal_container .modal_content .modal_wrapper .logo_center .logo {
  width: 100px;
}

.modal_container .modal_content .modal_wrapper .logo_center .logo img {
  width: 100%;
}

.modal_container .modal_content .modal_wrapper .logo_center h3 {
  color: #b8302b;
}

.modal_container .modal_content .modal_wrapper .logo_center span {
  color: #b8302b;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  right: -5px;
  top: -30px;
  cursor: pointer;
}

.modal_container .modal_content .modal_wrapper .row_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -5px;
}

.modal_container .modal_content .modal_wrapper .row_content .row {
  width: calc(100% / 1 - 10px);
  box-sizing: border-box;
  margin: 5px;
}

.modal_container .modal_content .modal_wrapper .row_content .row button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 5px;
  border-radius: 10px;
  font-size: 20px;
  width: 100%;
}

.modal_container .modal_content .modal_wrapper .row_content .row button:focus {
  outline: none;
}

.modal_container .modal_content .modal_wrapper .row_content .row button span {
  color: yellow;
}

.modal_container .modal_content .modal_wrapper form .form_group:last-child .group,
.modal_container .modal_content .modal_wrapper .form .form_group:last-child .group {
  border: none;
}

.modal_container .modal_content .modal_wrapper form .form_group .group,
.modal_container .modal_content .modal_wrapper .form .form_group .group {
  margin: 20px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #b8302b;
}

.modal_container .modal_content .modal_wrapper form .form_group .group input,
.modal_container .modal_content .modal_wrapper .form .form_group .group input {
  transition: all 0.5s;
  font-size: 14px;
  padding: 10px;
  border: none;
  background: none;
  width: 95%;
  font-family: "Kh Ang Moul Toathmor";
}

.modal_container .modal_content .modal_wrapper form .form_group .group input:focus,
.modal_container .modal_content .modal_wrapper .form .form_group .group input:focus {
  outline: none;
}

.modal_container .modal_content .modal_wrapper form .form_group .group input[type=file],
.modal_container .modal_content .modal_wrapper .form .form_group .group input[type=file] {
  border: 1px solid whitesmoke;
  color: #b8302b;
}

.modal_container .modal_content .modal_wrapper form .form_group .group span,
.modal_container .modal_content .modal_wrapper .form .form_group .group span {
  position: absolute;
  top: 11px;
  left: 5px;
  color: #5f4209;
}

.modal_container .modal_content .modal_wrapper form .form_group .group button,
.modal_container .modal_content .modal_wrapper .form .form_group .group button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  position: relative;
  transition: ease-out 0.3s;
  z-index: 1;
  width: 100%;
  font-size: 20px;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(0deg, #e9bb79, white);
  color: #b8302b;
}

.modal_container .modal_content .modal_wrapper form .form_group .group button:focus,
.modal_container .modal_content .modal_wrapper .form .form_group .group button:focus {
  outline: none;
}

.modal_container .modal_content .modal_wrapper form .form_group .group button::before,
.modal_container .modal_content .modal_wrapper .form .form_group .group button::before {
  content: "";
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: #5f4209;
  color: white;
  border-radius: 5px;
}

.modal_container .modal_content .modal_wrapper form .form_group .group button:hover::before,
.modal_container .modal_content .modal_wrapper .form .form_group .group button:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

.modal_container .modal_content .modal_wrapper form .form_group .check_box,
.modal_container .modal_content .modal_wrapper .form .form_group .check_box {
  display: flex;
  justify-content: center;
}

.modal_container .modal_content .modal_wrapper form .form_group .check_box .box,
.modal_container .modal_content .modal_wrapper .form .form_group .check_box .box {
  display: flex;
  padding: 0 20px;
}

.modal_container .modal_content .modal_wrapper form .form_group .check_box .box input,
.modal_container .modal_content .modal_wrapper .form .form_group .check_box .box input {
  background-color: black;
  width: 19px;
  height: 19px;
}

.bc-cover {
  display: none;
  background: #093028;
  background: linear-gradient(to right, #0000007a, #000000cf);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.name_popup .modal_content .modal_wrapper form .form_group .group input {
  background-color: whitesmoke;
  width: 92%;
  border-radius: 3px;
}

.balance_income .modal_content .modal_wrapper textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Kh Ang Moul Toathmor";
}

.balance_income .modal_content .modal_wrapper textarea:focus {
  outline: none;
}

.balance_income .modal_content .modal_wrapper .image img {
  width: 100%;
  height: 100%;
}

.balance_outcome .modal_content .modal_wrapper {
  width: 500px;
}

.balance_outcome .modal_content .modal_wrapper .table_outcome_product {
  border-collapse: collapse;
  width: 100%;
  color: #141414;
}

.balance_outcome .modal_content .modal_wrapper .table_outcome_product tr th,
.balance_outcome .modal_content .modal_wrapper .table_outcome_product tr td {
  border: 1px solid #b9b1b1;
  padding: 10px;
  text-align: center;
  font-weight: unset;
  font-size: 16px;
  color: #000000a6;
  font-family: "Kh Ang Moul Toathmor";
}

.main_footer_container {
  background-color: #b8302b;
  color: white;
  border-bottom: 1px solid white;
}

.main_footer_container .main_footer_content {
  max-width: 1300px;
  margin: auto;
}

.main_footer_container .main_footer_content .main_footer_wrapper {
  margin-bottom: 20px;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .head {
  display: flex;
  justify-content: center;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .head .logo {
  width: 100px;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .head .logo img {
  width: 100%;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .list {
  position: relative;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .list span {
  padding: 10px;
}

.main_footer_container .main_footer_content .main_footer_wrapper .footer_list .list span img {
  width: 130px;
}

.footer_container {
  background-color: #141414;
  color: white;
}

.footer_container .footer_content {
  max-width: 1311px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer_container .footer_content p strong {
  color: #5f4209;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  nav .category_container .category_content {
    max-width: calc(100% - 20px);
  }

  .container .content {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  nav .category_container .category_content {
    max-width: calc(100% - 10px);
  }

  .container .content {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 840px) {
  nav .category_container .category_content .menu_wrapper .logo .phone {
    display: unset;
  }

  nav .category_container .category_content .menu_wrapper .logo .desktop {
    display: none;
  }

  nav .category_container .category_content .menu_wrapper .left {
    display: none;
  }

  nav .category_container .category_content .menu_wrapper .btn_category_sidebar {
    display: flex;
    align-items: center;
    color: white;
  }

  .blog_welcome .welcome_content .welcome_wrapper .vdo iframe {
    height: 185px;
  }

  .container .content .wrapper .blog_content .row_content .grid {
    width: calc(100% / 2 - 10px);
  }

  .container .content .wrapper .blog_content .row_content .grid .trash {
    top: 0;
  }

  .container .content .wrapper .blog_content .row_content .grid .image {
    height: 140px;
  }

  .container .content .wrapper .blog_content .row_content .grid .schedule .row {
    font-size: 13px;
  }

  .container .content .wrapper .blog_balance .table_income tr th,
  .container .content .wrapper .blog_balance .table_income tr td,
  .container .content .wrapper .blog_balance .table_outcome tr th,
  .container .content .wrapper .blog_balance .table_outcome tr td {
    font-size: 14px;
  }

  .container .content .wrapper .blog_agency .agency_content {
    margin: unset;
  }

  .container .content .wrapper .blog_agency .agency_content .agency {
    width: calc(100% / 3 - 5px);
    margin: 2.5px;
  }

  .container .content .wrapper .blog_agency .agency_content .agency .img_area .image {
    width: 70px;
    height: 70px;
  }

  .container .content .wrapper .detail_content .flex .image iframe {
    height: 200px;
  }

  .container .content .wrapper .section_aside {
    flex-direction: column;
    padding: 5px 0;
  }

  .container .content .wrapper .section_aside .aside {
    width: 100%;
    border-radius: 0;
  }

  .container .content .wrapper .section_aside .section {
    width: 100%;
    margin-top: 20px;
  }

  .container .content .wrapper .section_aside .section .row_content .grid {
    width: calc(100% / 2 - 10px);
  }

  .balance_outcome .modal_content .modal_wrapper {
    width: 350px;
  }

  .material-scrolltop.reveal {
    width: 30px !important;
    height: 30px !important;
  }

  .material-scrolltop {
    bottom: 65px !important;
    right: 10px !important;
  }

  .main_footer_container .main_footer_content .main_footer_wrapper .footer_list {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  nav .category_container .category_content .menu_wrapper .logo_phone {
    width: 70px;
  }

  nav .category_container .category_content .menu_wrapper .logo_phone .phone {
    width: 100%;
  }

  nav .category_container .category_content .menu_wrapper .menu_list {
    display: none;
  }

  nav .menu_responsive .menu_responsive_list button {
    display: unset;
  }

  .category_container_fix {
    display: unset;
  }

  .sub_product_cate_fixed {
    margin-top: -30px;
  }

  .first-loading .default {
    margin-top: 0px;
    height: 235px;
  }

  .container .content {
    max-width: calc(100%);
  }

  .container .content .wrapper .waiting_live {
    height: 235px;
  }

  .container .content .wrapper .waiting_live .image {
    height: 235px;
  }

  .container .content .wrapper .blog_product .head button {
    border-radius: 0 !important;
    margin-left: -3px;
  }

  .container .content .wrapper .blog_content {
    margin: 10px 0;
  }

  .container .content .wrapper .blog_content .head h2 {
    padding-left: 10px;
  }

  .container .content .wrapper .blog_content .row_content {
    margin: 0;
  }

  .container .content .wrapper .blog_content .row_content .grid .image {
    height: unset !important;
  }

  .container .content .wrapper .blog_content .row_content .grid .vdo iframe {
    height: 730px !important;
  }

  .container .content .wrapper .blog_content .row_content .grid .description h3:first-child,
  .container .content .wrapper .blog_content .row_content .grid .description h3:first-child > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@supports (-webkit-line-clamp: 1) {
    .container .content .wrapper .blog_content .row_content .grid .description h3:first-child,
    .container .content .wrapper .blog_content .row_content .grid .description h3:first-child > * {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      word-break: break-all;
    }
}

  .container .content .wrapper .blog_content .row_content .grid .description .flex .form .group .add {
    padding-top: 2px;
    height: 18px;
  }

  .container .content .wrapper .blog_content .row_content .grid .description .flex .form .group input {
    width: 10px;
  }

  .container .content .wrapper .order_content .cart_head h2:first-child {
    display: none;
  }

  .container .content .wrapper .order_content .row_content .grid {
    width: calc(100% / 1);
    display: flex;
    justify-content: space-between;
  }

  .container .content .wrapper .order_content .row_content .grid .image {
    width: 40%;
    height: 100% !important;
  }

  .container .content .wrapper .order_content .row_content .grid .description {
    width: 58%;
    flex-direction: column;
    justify-content: unset;
  }

  .container .content .wrapper .blog_schedule .row_content .grid:last-child {
    margin-bottom: 0 !important;
  }

  .container .content .wrapper .blog_old_match {
    margin: -20px 0 0 0;
  }

  .container .content .wrapper .blog_old_match .row_content .grid {
    display: flex;
    justify-content: space-between;
  }

  .container .content .wrapper .blog_old_match .row_content .grid .image {
    width: 50%;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
  }

  .container .content .wrapper .blog_old_match .row_content .grid .image img {
    border-radius: 10px 0 0 10px;
  }

  .container .content .wrapper .blog_old_match .row_content .grid .schedule {
    width: 49%;
    box-sizing: border-box;
  }

  .container .content .wrapper .live_content table {
    margin-top: 10px;
  }

  .container .content .wrapper .live_content .match_win_table .cover_table .table .tbody button {
    height: 20px;
    width: 20px;
  }

  .container .content .wrapper .live_content .table_current tr th,
  .container .content .wrapper .live_content .table_current tr td,
  .container .content .wrapper .live_content .table_today tr th,
  .container .content .wrapper .live_content .table_today tr td {
    font-size: 12px;
  }

  .container .content .wrapper .blog_schedule .row_content .grid {
    width: calc(100% / 1 - 10px);
  }

  .container .content .wrapper .section_aside .aside .on_res {
    display: none;
  }

  .container .content .wrapper .section_aside .aside .profile .img_area .inner_img .cover {
    bottom: 0 !important;
  }

  .container .content .wrapper .blog_balance .balance_content {
    margin: 0;
  }

  .container .content .wrapper .blog_balance .balance_content .row {
    width: calc(100% / 1 - 10px);
  }

  .container .content .wrapper .detail_content {
    margin: 0;
  }

  .container .content .wrapper .detail_content .flex {
    flex-direction: column;
  }

  .container .content .wrapper .detail_content .flex .gallery_video_image {
    width: 100%;
  }

  .container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top {
    border-radius: 0;
  }

  .container .content .wrapper .detail_content .flex .gallery_video_image .gallery-top .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }

  .container .content .wrapper .detail_content .flex .image,
  .container .content .wrapper .detail_content .flex .vdo {
    width: 100%;
    background: none;
    padding: unset;
    border-radius: unset;
  }

  .container .content .wrapper .detail_content .flex .image iframe,
  .container .content .wrapper .detail_content .flex .vdo iframe {
    border-radius: unset;
    height: 235px;
  }

  .container .content .wrapper .detail_content .flex .image img,
  .container .content .wrapper .detail_content .flex .vdo img {
    border-radius: unset;
  }

  .container .content .wrapper .detail_content .flex .info {
    width: 100% !important;
    border-radius: unset;
    margin-top: -10px;
  }

  .container .content .wrapper .detail_content .flex .info .btn {
    position: unset;
    transform: unset;
    width: unset;
  }

  .container .content .wrapper .detail_content .flex .info .btn button {
    width: 190px;
  }

  .container .content .wrapper .detail_content .flex .info .btn button:last-child {
    margin: 0;
  }

  .container .content .wrapper .detail_content .flex .right {
    margin-top: 0 !important;
  }

  .container .content .wrapper .video_detail .flex .video {
    padding: unset;
    border-radius: unset;
    background: none;
  }

  .container .content .wrapper .video_detail .flex .video iframe {
    width: 100% !important;
    height: 730px !important;
  }

  .container .content .wrapper .section_aside .section .row_content {
    margin: 0;
  }

  .container .content .wrapper .section_aside .section .row_content .grid {
    width: calc(100% / 1 - 10px);
  }

  .container .content .wrapper .section_aside .section .row_content .grid .product iframe {
    height: 200px;
  }

  .container .content .wrapper .section_aside .section .cart_content .grid {
    width: calc(100% / 2 - 10px);
  }

  .download_content {
    display: unset;
  }

  .on_responsive {
    display: none;
  }

  .live_container {
    margin: 10px 0 0 0;
  }

  .live_container .live .vdo {
    background: none;
    padding: 0;
    margin-top: -10px;
    height: 235px;
  }

  .live_container .live .vdo video {
    height: 235px;
    border-radius: unset;
  }

  .live_container .live .vdo .live_time {
    top: 5px;
    left: 5px;
  }

  .live_container .live .vdo iframe {
    height: 220px;
    border-radius: unset;
  }

  .live_container .live .flex_date_text {
    flex-direction: column;
  }

  .live_container .live .flex_date_text button {
    width: 100%;
  }

  .live_container .live .flex_date_text button:nth-child(2) {
    background-color: whitesmoke;
    color: #141414;
  }

  .live_container .live .bf_watch_container {
    width: 90%;
    text-align: center;
  }

  .live_container .live .bf_watch_cover {
    border-radius: unset;
  }

  .no_live_container .on_live .no_data_content {
    height: 235px;
  }

  footer {
    margin-top: 10px;
  }

  .main_footer_container .main_footer_content .main_footer_wrapper .footer_list .list_blog {
    width: calc(100% / 1 - 20px);
  }

  .main_footer_container .main_footer_content .main_footer_wrapper .footer_list .list_blog .social button {
    border: none;
  }
}

body {
  background-color: whitesmoke;
  margin: 0;
}

.success,
.error {
  position: relative;
  background-color: white;
  border-radius: 10px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 20px;
  width: 350px;
  transition: 0.3s;
  text-align: center;
}

.success span,
.error span {
  position: absolute;
  top: -30px;
  right: 10px;
  cursor: pointer;
  font-size: 50px;
  font-weight: 600;
  color: #b8302b;
}

.success h2,
.error h2 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  color: #141414;
  margin: 0;
}

.success p,
.error p {
  color: #141414;
}

.success button,
.error button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  border-radius: 5px;
  color: white;
  padding: 3px 30px;
}

.success button:focus,
.error button:focus {
  outline: none;
}

.success button:last-child,
.error button:last-child {
  background-color: #1378FB;
}

.msg-cover {
  background: #093028;
  background: linear-gradient(to right, #000000e0, #000000cf);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.confirm_content {
  position: absolute;
  top: -1000%;
  right: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 20px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.confirm_content button {
  border: none;
  cursor: pointer;
  background: none;
  font-family: "Kh Ang Moul Toathmor";
  background-color: #b8302b;
  color: white;
  padding: 3px 5px;
  width: 200px;
  font-size: 20px;
  border-radius: 20px;
}

.confirm_content button:focus {
  outline: none;
}

.no_data_container {
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  margin: 30px 0;
}

.no_data_container .no_data_content {
  display: flex;
  justify-content: center;
}

.no_data_container .no_data_content .image img {
  width: 100%;
}

.default {
  background-color: black;
  height: 480px;
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no_img {
  background-color: #141414;
}

