/*
Theme Name: Flatsome Child
Description: Code-wp.com
Author: fb.com/vithanhlam
Template: flatsome
Version: 5.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: Poppins;
  src: url("fonts/PoppinsBold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: Poppins;
  src: url("fonts/PoppinsSemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: Poppins;
  src: url("fonts/PoppinsMedium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: Poppins;
  src: url("fonts/Poppins.woff2");
  font-weight: 400;
}

@font-face {
  font-family: Poppins;
  src: url("fonts/PoppinsLight.woff2");
  font-weight: 100;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

ul::-webkit-scrollbar-thumb {
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul,
span,
th,
td,
button {
  font-family: Poppins;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: Poppins;
}

span.section-title-main:before {
  background: url(images/Vector.png);
  padding: 10px;
  background-repeat: no-repeat;
  top: -9px;
  background-position-x: 75px;
  background-position-y: 40px;
  padding-bottom: 55px;
  content: "";
  position: absolute;
  width: 345px;
  left: 34%;
}

h3.section-title.section-title-center b {
  visibility: hidden;
}

ul.item-video-info {
  display: flex;
  justify-content: space-between;
}

ul.item-video-info li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div#block-item-video-1 img {
  border-radius: 10px;
}

a.btn-cat-level {
  padding: 5px 20px;
  background: #ffb600;
  border-radius: 5px;
  color: #fff;
}

div#block-item-video-1 h4 {
  margin-bottom: 10px;
}

.absolute-footer.dark.medium-text-center.text-center {
  display: none;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-divided.nav-size-medium.nav-spacing-xlarge.nav-uppercase.nav-prompts-overlay
  a {
  font-weight: 400;
  font-size: 15px;
}

.hotline_span {
  display: flex;
  flex-direction: row;
}

.hotline_span i {
  padding: 10px;
  font-size: 26px;
  color: #fff;
}

li.header-search-form.search-form.html.relative.has-icon {
  width: 90%;
}

input#s {
  padding: 19px;
  border-radius: 10px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  padding: 3px 30px;
  border-radius: 10px;
  background: #000000;
  position: relative;
  left: -10px;
}

.hotline_span strong {
  font-size: 16px;
}

div#my-player {
  width: 100%;
}

ul.bamnut li {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
  padding-top: 5px;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}

#sidebar_single_video .col-inner {
  padding: 10px;
  border-radius: 5px;
}

div#sidebar_single_video h3 i {
  padding-right: 10px;
}

div#row-1292128711 {
  padding: 10px 0px;
}

section#section_1533361317 {
  margin-top: -60px;
}

a.send_level_data.button.success.is-outline.is-small.mb-0 {
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.hover_hover {
  display: none;
}

.box-blog-post:hover .hover_hover {
  display: block;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: #ffffffa6;
}

.blocker {
  z-index: 99999999 !important;
}

.thumbnaill_1 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.player_videos {
  position: relative;
}

div#video-notification {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #000000c2;
  height: 100%;
  padding: 60px 70px;
  text-align: center;
  color: #fff;
}

button#replay-video {
  background: #0e69af !important;
}

div#video-notification button {
  color: #fff;
  background: #ffad15;
  border-radius: 5px;
}

div#video-notification strong {
  color: #f50;
}

.vjs-logo-content {
  position: absolute;
  left: 70%;
  top: 10% !important;
  opacity: 0.4 !important;
}

a#login-user {
  padding: 10px 20px;
  background: #e41616;
  border-radius: 5px;
  color: #fff;
}

/* hover */
ul.bamnut li:hover {
  color: #f27226;
}

.login_btn a {
  font-size: 16px;
  background: #ffffff;
  border-radius: 5px;
  color: #000;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 200px;
}

.login_btn.login a {
  font-size: 16px;
  background: #0e69af;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
}

form#formloginhome input {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
}

form#formloginhome label {
  font-size: 16px;
  font-weight: 200;
}

button.btn.btn_login {
  padding: 3px 20px;
  background: #ff8f57;
  border-radius: 3px;
  color: #fff;
}

.text_p a {
  color: #f50;
  text-decoration: underline;
}

.brand_name {
  font-size: 18px !important;
  position: relative;
  top: -21px;
  opacity: 0.3;
}

.header-main {
  height: 90px;
  background: #ffb600;
}

button#submit_btn {
  background: #fbae36;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 6px;
}

form#Fillter_Form input {
  padding: 25px;
  box-shadow: unset;
  border-radius: 4px;
}

form#Fillter_Form select {
  padding: 14px;
  box-shadow: unset;
  border-radius: 4px;
  height: 52px;
}

form#Fillter_Form {
  background: #eee;
  padding: 15px;
  height: 85px;
}

button#send_ip {
  margin-left: 25px;
  position: relative;
  top: 6px;
  background: #ffb600;
  padding: 4px 25px;
  border-radius: 5px;
}

.btn_send_ip {
  background: #eee;
  padding: 3px 15px;
  margin-bottom: 10px;
  text-align: center;
}

.btn_send_ip input {
  text-align: center;
  border: unset;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 0px;
}

.avatar_user .box-image {
  width: 125px;
}

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

ul.user_list_profile {
  margin-top: 45px;
}

div#col-1600843520 {
  background: #f9f9f9;
  padding: 30px 20px;
}

a.button.primary.custom_btn {
  background: #ffb600;
}

.active_user.flex button.btn_submit {
  width: 165px;
  background: #ffb600;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  padding: 0px 18px;
}

.active_user.flex {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
}

.active_user.flex input[type="text"] {
  box-shadow: unset;
  border: solid 1px #eeee;
  padding: 20px 10px;
}

.info_author img {
  width: 25px;
  border-radius: 50px;
}
.info_author {
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
}
.flex.custom_author {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
}

.info_analytics span {
  padding: 0px 4px;
  color: #ccc;
}

.box-image.image-cover.xxxx img {
  object-fit: contain;
  background: #fff6f6;
}

.box-image.image-cover.xxxx {
  padding-top: 133%;
  border-radius: 5px;
}

div#chinhanh ul li i {
  padding-right: 10px;
  color: #222;
}

div#chinhanh ul {
  padding-top: 30px;
  list-style-type: none;
}

div#chinhanh ul li a {
  padding: 10px;
  background: #eeee;
  list-style-type: none;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #000;
}

div#chinhanh ul li a:hover {
  background: #ffb600;
  color: #fff;
}

.table-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.time-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.time-cell,
.day-cell {
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 27px;
  border: solid 1px #eee;
}

.status-cell {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  color: #fff;
  border-radius: 10px;
}

.status-cell.full {
  background-color: #929292;
  cursor: not-allowed;
  padding: 10px;
  height: 170px;
}

.status-cell.register {
  background-color: #f7b953;
  cursor: pointer;
  position: relative;
}

.status-cell.cancel {
  background-color: #f1524d;
  cursor: pointer;
  padding: 20px;
  height: 170px;
}

.time-column .day-cell {
  border: unset;
  top: 15px;
  position: relative;
}

.time-column .time-cell {
  border: unset;
  position: relative;
  top: -40px;
}

.btn_dangkys {
  color: #fff;
  height: 170px;
  display: flex;
  align-items: center;
}

p.active_user.active {
  color: #ffb600;
  font-weight: bold;
}

select#chon_mon_hoc {
  height: auto;
  padding-top: 20px;
}

button#submit_dangky {
  width: 100%;
  background: #ffb600;
  border-radius: 5px;
  font-weight: 400;
}

.status-cell.register:hover {
  background: #000;
}

.status-cell.register a:hover {
  color: #fff;
}

.status-cell a {
  color: #fff;
}

.day-cell.active {
  background: #000;
  color: #fff;
}

.status-cell.cancel:hover {
  background: #ccc;
}

.status-cell.register ul {
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  list-style-type: none;
}

.status-cell.register label {
  position: absolute;
  top: -12px;
  right: 0px;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.codewpcom .status-cell.register {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.table_vithanhlam,
.table_vithanhlam th,
.table_vithanhlam td {
  border: 1px solid #f3f3f3;
}

.page_lich_hoc_giao_vien {
  display: grid;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.page_lich_hoc_giao_vien .time-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.table_vithanhlam th,
.table_vithanhlam td {
  padding: 8px;
  text-align: left;
}

.table_vithanhlam th {
  background-color: #f2f2f2;
  font-size: 11px;
}

td.monhoc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

td.monhoc label {
  background: #ffb600;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

label.type_buoi {
  left: 13px;
  border-radius: 3px !important;
  width: 84% !important;
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 400;
  top: -9px !important;
  background-color: #e76363 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_lich_hoc_giao_vien .status-cell.register span,
table.table_vithanhlam span {
  padding: 1px 10px;
  background: #000;
  border-radius: 5px;
  margin-left: 7px;
  color: #fff;
  font-size: 13px;
}
.tags_mon_hoc ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0px;
  justify-content: center;
}
img#preview-image {
  height: 138px;
  width: 100%;
  object-fit: cover;
  border: dotted 4px #ccc;
  border-radius: 5px;
}

.loading_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffb600;
  top: 0px;
  text-align: center;
  padding-top: 11%;
  font-size: 50px;
  color: #ffffff;
  border-radius: 5px;
}

form#upload-form {
  position: relative;
}

.single_gallery.flex.custom_author {
  font-size: 19px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.teacher_support p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #ffb600;
}
.single_gallery_comment {
  margin-top: 10px;
  border: solid 1px #eee;
  padding: 10px;
}

.single_gallery_comment input {
  padding: 33px;
  box-shadow: unset;
}
.single_gallery_comment button {
  width: 100%;
  background: #ffb600;
  border-radius: 4px;
  color: #fff;
}
.avata_user img {
  border-radius: 74px;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.gcb-dropdown .gcb-foot {
  display: flex;
  justify-content: center;
}
.comment_box.flex {
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.avata_user {
  margin-right: 23px;
  flex: 1;
}

.comment_list {
  margin-top: 35px;
}

.comment_info {
  font-weight: 600;
  font-size: 13px;
}
h4.profile_name i {
  font-size: 8px;
  color: #f6996a;
}
.info_analytics {
  display: flex;
  justify-content: center;
  gap: 0px;
}
.comment_box.flex.teacher_comment {
  background: linear-gradient(180deg, #ffb6004f, transparent);
  padding: 10px 10px;
  border-radius: 5px;
}
.comment_info span {
  color: #fff;
  font-size: 10px;
}
.comment_list {
  max-height: 800px;
  overflow: auto;
}
h4.profile_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.comment_comment {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.comment_date {
  font-size: 11px;
  font-style: italic;
  color: #ccc;
}
i.fa-solid.fa-heart.active {
  color: #ffb600;
}

i#like_image {
  cursor: pointer;
}

td.custom_flex.vithanhlam {
  display: flex;
}

td.custom_flex.vithanhlam label {
  padding: 5px 10px;
  background: #eee;
  margin-right: 5px;
  font-weight: 400;
  border-radius: 4px;
}

#gallery_category .pagination {
  text-align: center;
  margin-top: 30px;
}

#gallery_category a.prev.page-numbers,
#gallery_category a.next.page-numbers {
  display: none;
}

#gallery_category a.page-numbers {
  padding: 5px 20px;
  background: #ccc;
  margin-right: 5px;
  border-radius: 5px;
}

#gallery_category span.page-numbers.current {
  padding: 5px 20px;
  background: #ffb600;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
}

.block_list {
  width: 100%;
  background: #eee;
  padding: 46px 50px;
  color: #eee;
  border-radius: 10px;
  cursor: no-drop;
}

.status-cell.register ul {
  height: 125px;
  max-height: 300px;
  overflow: auto;
}

span.day_today {
  font-size: 13px;
}

.chinhanh_list ul li {
  padding: 10px 20px;
  background: #eee;
  margin-right: 10px;
  border-radius: 5px;
}

.chinhanh_list ul {
  display: flex;
  list-style-type: none;
}

.chinhanh_list {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

li.active,
.chinhanh_list ul li:hover {
  background: #f7b953 !important;
  border-radius: 5px;
}

.chinhanh_list li.active a {
  color: #fff;
}

ul.menu_list.flex a {
  padding: 13px;
  background: #f7b953;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
}

ul.menu_list.flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

ul.menu_list.flex a:hover {
  background: #ccc;
  color: #000;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #efe7e7 !important;
  border-radius: 0px !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px !important;
  padding: 7px;
  user-select: none;
  -webkit-user-select: none;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
  border: solid 1px #eee;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
  top: 0px;
  position: absolute;
}

.select2-container .selection .select2-selection--multiple {
  background-image: none;
  height: auto;
  line-height: 1.7em;
  padding: 10px;
  height: 50px !important;
  overflow: auto;
}

button.btn_upload_gv_excel {
  background: #f50;
  border-radius: 3px;
  color: #fff;
  padding: 0px 20px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 20px !important;
  padding-right: 5px;
}

.form_xxx {
  margin-top: 20px;
  margin-bottom: 20px;
}

button.btn_submit {
  background: #f50;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
}

.form_xxx label {
  font-size: 12px;
  font-weight: 400;
  color: #f50;
}

li.active_li a {
  background: #ffb600;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 5px;
}

li.active a {
  padding: 10px;
  color: #fff !important;
}

.flex.menu_lich_gv a {
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #08afff;
  border-radius: 5px;
  margin-right: 15px;
  color: #fff;
}

.form_xxx input:disabled {
  background: #eee;
  cursor: no-drop;
}

li.menu_lich_gv {
  background: #ffb600 !important;
}

li.menu_lich_gv a {
  color: #fff;
}

.status-cell.register:hover,
.block_list:hover {
  background: #f50;

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.status-cell.register:hover:before,
.status-cell.register:focus:before,
.status-cell.register:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.status-cell.register:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f50;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}

.page_lich_hoc_giao_vien .block_list {
  width: 100%;
  background: #5b677d;
  padding: 46px 50px;
  color: #ffffff87;
  border-radius: 10px;
  cursor: crosshair !important;
  height: 170px;
}

.block_list.active {
  background: #ffb600;
  color: #fff;
}

.single-thumbnail {
  background: #000;
}

.single-thumbnail img {
  display: block;
  margin: 0px auto;
}

.table-container.page_lich_hoc_giao_vien .status-cell.full {
  margin-bottom: 0px;
}

label.date_expired {
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  padding: 3px 10px;
}

td.flex_custom {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sisolop {
  position: absolute;
  top: 141px;
  right: -2px;
  background: #eee !important;
  color: #000 !important;
  font-size: 14px !important;
  width: 32px;
  height: 32px;
  border-radius: 66% !important;
  text-align: center;
  line-height: 28px;
}

.status-cell {
  position: relative;
  max-width: 155px;
  width: 155px;
}

span.custom_gv {
  position: absolute;
  top: 0px;
  color: #ffffffb0;
}

.background_eee {
  background: #eee !important;
  border: unset;
  color: #333;
}

span.custom_gv {
  left: 13px;
  border-radius: 3px !important;
  width: 84% !important;
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 400;
  top: -9px !important;
  background-color: #e76363 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.siso_new label.type_buoi {
  color: #fff;
  position: absolute;
}

.siso_new {
  position: relative;
}

.select2-dropdown {
  top: 30px;
}

button.vjs-big-play-button {
  visibility: hidden;
}

.loading-codewp {
  background: #ffffffc7;
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -20px;
  display: none;
}

select#week_selection {
  height: 46px;
  border-radius: 5px;
  margin-right: 10px;
}

.day-cell.custom_week_in_today span {
  font-size: 40px;
  color: #ffb600;
}

.day-cell.custom_week_in_today span {
  font-size: 45px;
  color: #ffb600;
}

.day-cell.custom_week_in_today {
  position: relative;
}

.day-cell.custom_week_in_today strong {
  font-size: 20px;
  position: absolute;
  left: 21px;
  top: 35px;
  color: #ffffff;
}

div#swal2-html-container {
  line-height: 26px;
}

a.huy_lichhoc {
  display: flex;
  width: 100%;
  height: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

ul.menu_list.flex li {
  padding: 13px;
  background: #f7b953;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
  list-style-type: unset;
}

ul.menu_list.flex li:hover {
  background: #ccc;
  color: #000;
}

a.btn_kichhoat {
  background: #3fd56e;
  border-radius: 2px;
  padding: 5px 10px;
  color: #fff;
}

.time-cell span {
  font-size: 9px;
}

form#form-kich-hoat input {
  height: 50px;
  background: #eee;
  box-shadow: unset;
}

form#form-kich-hoat button {
  background: #ffb600;
  width: 300px;
  height: 50px;
}

form#form-kich-hoat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

div#uploadExcelGiaoVien span.select2-selection.select2-selection--multiple {
  height: auto !important;
}

div#dangky h4 {
  font-size: 14px;
  font-weight: 400;
  color: #f50;
}

.check_verify {
  transform: scale(1.5);
  /* Tăng tỉ lệ kích thước lên 150% */
  margin-right: 8px;
  /* Thêm khoảng cách nếu cần */
  cursor: pointer;
}

label.custom_flex {
  display: flex;
  align-content: center;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 10px;
}

form#form-chuyen-lop select {
  box-shadow: unset;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 30px;
}

button.button.primary {
  background: #ffb600;
  border-radius: 5px;
  padding: 5px 20px;
  font-weight: 400;
}

div#modal-cancel a {
  width: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 5px;
}

button.button.primary {
  width: 100%;
}

table.table-lich-su th {
  background: #eee;
  padding: 10px;
}

table.table-lich-su tr {
  height: 55px;
}

table.table-lich-su td {
  font-size: 12px;
}
.teacher_support {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.teacher_support a {
  font-size: 15px;
  color: #ffb600;
}
a.button.secondary.tattudangky {
  background: #ffb600;
}
a#top-link {
  display: none;
}
.fsu-field label {
  font-size: 12px;
  font-weight: 400;
}
.fsu-thanks img {
  width: 100px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}
.single_lo_trinh_hoc h1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
input#uls-s {
  width: 455px;
  border-radius: 10px;
  height: 40px;
  max-width: 455px;
}
.gallery-col.col.ugg-card {
  padding: 0px;
}
.desc-actions button {
  padding: 0px;
  font-size: 20px;
}
div#desc-view {
  padding: 10px;
  border: dotted 2px #ccc;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.avatar-badge {
  z-index: 999;
  position: relative;
}
img#preview-image-user {
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  display: block;
  margin: 0px auto;
  object-fit: cover;
}
.avatar-badge i {
  top: -25px;
  background: #ffb600;
  padding: 10px;
  border-radius: 99px;
  color: #fff;
  position: absolute;
  left: 45%;
}
.box-image-avatar {
  margin-bottom: 30px;
}
div#upload_avatar {
  cursor: pointer;
}
.tags_mon_hoc li {
  padding: 0px 10px;
  margin: 0px;
  background: #f3e8e8;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 0px !important;
}
.teacher_support span {
  font-size: 12px;
}
.fsu-rating-compact span.fsu-starx i {
  font-size: 35px;
  color: #ffb600;
}
.fsu-rating-compact {
  position: relative;
}
.fsu-count-row {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 61px;
  gap: 9px;
}
span.fsu-starx {
  position: relative;
}
.fsu-count {
  font-weight: 600;
  color: #000000;
  position: relative;
  top: 10px;
  left: 0px;
  font-size: 15px;
}
.fsu-rating-summary {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list_admin {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 10px;
}
.list_admin a {
  cursor: pointer;
}
.custom_description button {
  background: #ffb600;
  border-radius: 5px;
  color: #fff;
}
button.btn.primary.js-view-note {
  border-radius: 4px;
  background: #ffb600;
  color: #fff;
  margin: 0px;
}
.codewpcom {
  overflow: auto;
}
.gcb-wrap {
  position: relative;
  display: inline-block;
}

.gcb-bell {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.gcb-bell .gcb-badge {
  position: absolute;
  top: 15px;
  right: 5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  color: #fff;
}

.gcb-dropdown {
  position: absolute;
  right: -165px;
  top: 85%;
  width: 360px;
  max-height: 480px;
  overflow: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

.gcb-head,
.gcb-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
}

.gcb-foot {
  border-top: 1px solid #f1f5f9;
  border-bottom: none;
}

.gcb-head strong {
  font-size: 14px;
}

.gcb-head .gcb-mark-read,
.gcb-foot .gcb-load-more {
  border: none;
  background: #ffb600;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}

.gcb-item {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f8fafc;
}

.gcb-item:last-child {
  border-bottom: none;
}

.gcb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 36px;
}

.gcb-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gcb-body {
  flex: 1;
  min-width: 0;
}

.gcb-name-time {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.gcb-name {
  font-weight: 600;
  color: #111827;
  font-size: 13px;
}

.gcb-time {
  font-size: 12px;
  color: #6b7280;
}

.gcb-content {
  font-size: 13px;
  color: #374151;
  margin-top: 2px;
  word-break: break-word;
}

/* Nổi bật bình luận từ teacher */
.gcb-item.is-teacher {
  background: linear-gradient(180deg, #f0f9ff, transparent);
}

.gcb-item.is-teacher .gcb-name {
  color: #0369a1;
}

.gcb-item.is-teacher .gcb-content {
  color: #0f172a;
}

.gcb-loading,
.gcb-empty {
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}
button.gcb-bell {
  color: #fff;
  padding: 0px 10px;
  margin: 0px;
  font-size: 30px;
}
.custom_description {
  padding: 10px;
  background: #fffbfb;
  margin-bottom: 30px;
  border-radius: 5px;
  border: dotted 2px #eee;
}

.fm4-notice {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  color: #f50;
}
.fsu-rating-head_x {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fsu-rating-head_x {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 25px;
  gap: 10px;
  color: #ffb600;
}
.fsu-avg_x,
.fsu-total.fsu-muted_x {
  font-size: 16px;
}
.flex_votes {
  display: flex;
  gap: 18px;
  justify-content: center;
  position: relative;
  left: -3px;
}
.fsu-stars_x {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}
.desc-actions button span {
  font-size: 14px;
}
.section_flex h2 {
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 0px;
}
.section_flex {
  margin-bottom: 20px;
}
.title_h2_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.title_h2_more a {
  color: #fff;
}
.fm4-notice span {
  background: #0e69af;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.comment_data {
  flex: 5;
}
.tiendohoc .btn_more {
  --main: #00afff;
  --text: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.35rem;
  border-radius: 10px;
  background: var(--main);
  color: var(--text);
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  overflow: hidden;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease;
  isolation: isolate;
}
.tiendohoc .btn_more::before,
.tiendohoc .btn_more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220%;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: 0% 100%;
  background-size: 120px 22px;
  opacity: 0.65;
  z-index: 0;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(
    110% 80% at 50% 100%,
    #000 60%,
    transparent 85%
  );
  mask-image: radial-gradient(110% 80% at 50% 100%, #000 60%, transparent 85%);
}
.tiendohoc .btn_more::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath d='M0 10 Q 15 0 30 10 T 60 10 T 90 10 T 120 10 V20 H0 Z' fill='rgba(255,255,255,0.75)'/%3E%3C/svg%3E");
  animation: wave-move 3.2s linear infinite;
}

.tiendohoc .btn_more::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath d='M0 10 Q 15 0 30 10 T 60 10 T 90 10 T 120 10 V20 H0 Z' fill='rgba(255,255,255,0.45)'/%3E%3C/svg%3E");
  transform: scaleY(-1) translateY(-12%);
  animation: wave-move 2.1s linear infinite reverse;
  background-size: 140px 24px;
  opacity: 0.55;
}

.tiendohoc .btn_more:hover::before {
  animation-duration: 2.6s;
}

.tiendohoc .btn_more:hover::after {
  animation-duration: 1.8s;
}
.flex.custom_author .info_author {
  width: 180px;
}
.flex.custom_author .info_author img {
  width: 25px;
  border-radius: 50px;
  height: 25px;
}
@keyframes wave-move {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: -120px;
  }

  /* khá»›p vá»›i background-size cá»§a ::before */
}

/* TrĂ¡nh chĂ³ng máº·t vá»›i ngÆ°á»i háº¡n cháº¿ chuyá»ƒn Ä‘á»™ng */
@media (prefers-reduced-motion: reduce) {
  .tiendohoc .btn_more::before,
  .tiendohoc .btn_more::after {
    animation: none;
  }
}

.custom-overlay-class {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.button.success.is-outline.is-small.mb-0.active {
  background: #ffb600;
  color: #fff;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-control {
  width: 3em;
}

.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em;
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,
.video-js.vjs-ended .vjs-big-play-button,
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  padding: 0 0.4em 0.3em !important;
}

.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.video-js *,
.video-js:after,
.video-js:before {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.video-js.vjs-fullscreen,
.video-js.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}

.video-js {
  font-size: 14px;
  overflow: hidden;
}

.video-js .vjs-control {
  color: inherit;
}

.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em;
}

.video-js
  .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover
  .vjs-menu
  .vjs-menu-content {
  height: 3em;
  width: 6.35em;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow:
    0 0 1em #fff,
    0 0 1em #fff,
    0 0 1em #fff;
}

.video-js .vjs-spacer,
.video-js .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
}

.video-js .vjs-time-control.vjs-time-divider {
  width: 14px;
}

.video-js .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center;
}

.video-js .vjs-time-control.vjs-current-time {
  margin-left: 1em;
}

.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
  width: 100%;
}

.video-js .vjs-time-control .vjs-current-time-display {
  text-align: right;
}

.video-js .vjs-time-control .vjs-duration-display {
  text-align: left;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control .vjs-play-progress:before,
.video-js .vjs-remaining-time,
.video-js .vjs-volume-level:after,
.video-js .vjs-volume-level:before,
.video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none;
}

.video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em;
}

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.5em;
  top: -0.5em;
}

.video-js .vjs-progress-control .vjs-load-progress,
.video-js .vjs-progress-control .vjs-play-progress,
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 100%;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}

.video-js .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em;
}

.video-js .vjs-control-bar {
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  -moz-transition: -moz-transform 0.1s ease 0s;
  -ms-transition: -ms-transform 0.1s ease 0s;
  -o-transition: -o-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive
  .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active
  .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: 0.25em;
  top: -0.25em;
  pointer-events: none;
  -webkit-transition:
    height 1s,
    top 1s;
  -moz-transition:
    height 1s,
    top 1s;
  -ms-transition:
    height 1s,
    top 1s;
  -o-transition:
    height 1s,
    top 1s;
  transition:
    height 1s,
    top 1s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen
  .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen
  .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen
  .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}

.video-js.vjs-live .vjs-live-control {
  margin-left: 1em;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  -webkit-transition:
    border-color 0.4s,
    outline 0.4s,
    background-color 0.4s;
  -moz-transition:
    border-color 0.4s,
    outline 0.4s,
    background-color 0.4s;
  -ms-transition:
    border-color 0.4s,
    outline 0.4s,
    background-color 0.4s;
  -o-transition:
    border-color 0.4s,
    outline 0.4s,
    background-color 0.4s;
  transition:
    border-color 0.4s,
    outline 0.4s,
    background-color 0.4s;
}

.video-js .vjs-menu-button-popup .vjs-menu {
  left: -3em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: 0.5em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #151b17;
  margin: 0.3em 0;
  padding: 0.5em;
  border-radius: 0.3em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #2483d5;
}

.video-js .vjs-big-play-button {
  background-color: rgba(14, 34, 61, 0.7);
  font-size: 3.5em;
  border-radius: 12%;
  height: 1.4em !important;
  line-height: 1.4em !important;
  margin-top: -0.7em !important;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:active {
  background-color: #0e223d;
}

.video-js .vjs-loading-spinner {
  border-color: rgba(14, 34, 61, 0.84);
}

.video-js .vjs-control-bar2 {
  background-color: #0e223d;
}

.video-js .vjs-control-bar {
  background-color: #0e223d !important;
  color: #ffffff;
  font-size: 14px;
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: rgba(14, 34, 61, 0.8);
}

.muted-switch {
  display: none;
  color: #000;
  position: relative;
  z-index: 10;
  background: #eee;
  padding: 4px 5px 2px;
  top: 48px;
  left: 25px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #333;
  cursor: pointer;
}

.muted-switch-icon {
  float: left;
}

.muted-switch-icon::before {
  font-family: VideoJS;
  content: "\f104";
  font-size: 20px;
  display: inline;
}

.muted-switch-text {
  float: left;
  margin: 0 6px;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
}

.video-js .vjs-big-play-button {
  background-color: rgba(14, 34, 61, 0.7);
  font-size: 3.5em;
  border-radius: 12%;
  height: 10px !important;
  line-height: 80px !important;
  margin-top: -0.7em !important;
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
  width: 100%;
  height: 540px;
}

.video-js .vjs-seek-button.skip-back::before,
.video-js.vjs-v6 .vjs-seek-button.skip-back .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-back .vjs-icon-placeholder::before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(1deg);
  content: "\f04a";
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
}

.video-js.vjs-v6 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before {
  transform: scale(-1, 1) rotate(-45deg);
  -ms-transform: scale(-1, 1) rotate(-45deg);
  -webkit-transform: scale(-1, 1) rotate(180deg);
  content: "\f04e";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
h3.section-title.section-title-center {
  margin-bottom: 60px;
}
a.page-numbers {
  background: #eee;
  padding: 8px 15px;
  margin: 5px;
  border-radius: 2px;
}
a.page-numbers.active {
  background: #ffb600;
  color: #fff;
}
.paginations {
  display: flex;
  justify-content: center;

}

div#danh-muc-page {
  margin: 30px 0px;
}
i#like_image:hover {
  color: #ffb600;
}
@media only screen and (max-width: 48em) {
  .gcb-dropdown {
    width: calc(93vw - 21px);
    right: -30px;
  }
  ul.mobile-nav.nav.nav-right li.html.custom.html_nav_position_text_top {
    display: block !important;
  }
  a.user_login_mobile i {
    font-size: 30px;
    color: #fff;
  }
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  div#login_modal,
  div#register_modal,
  div#dangky {
    width: auto;
  }
  input#uls-s {
    width: 280px;
    border-radius: 10px;
    height: 45px;
    max-width: 280px;
  }
  .header-search-form-wrapper.uls-searchform-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  section#section_1533361317 {
    padding: 15px 0px !important;
  }

  .block_3_col h2.uppercase {
    font-size: 23px;
  }

  .day-cell.custom_week_in_today strong {
    font-size: 20px;
    position: absolute;
    left: 66px;
    top: 35px;
    color: #ffffff;
  }

  form#Fillter_Form {
    background: #eee;
    padding: 15px;
    height: auto;
  }

  li.html.custom.html_top_right_text {
    display: block;
  }

  li.html.custom.html_top_right_text a.button.primary {
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  .video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
    width: 100%;
    height: 250px !important;
  }

  div#row-1292128711 p {
    text-align: left;
    margin-bottom: -15px;
  }

  .main-timeline .timeline-icon {
    font-size: 40px !important;
    /* transform: translateY(0); */
    top: 41% !important;
    /* left: 15% !important; */
  }

  a.timeline-content strong {
    font-size: 13px !important;
    position: absolute;
    top: -90px !important;
    width: 100px !important;
    font-weight: 300;
  }

  .page-id-44 .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    max-width: 800px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 35px 0px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }

  span.section-title-main:before {
    background: url(images/Vector.png);
    padding: 10px;
    background-repeat: no-repeat;
    top: -9px;
    background-position-x: 75px;
    background-position-y: 40px;
    padding-bottom: 55px;
    content: "";
    position: absolute;
    width: 345px;
    left: 34%;
  }
  a.user_login_mobile strong {
    font-weight: 400;
    font-size: 16px;
    padding-right: 10px;
  }

  div#video-notification {
    position: absolute;
    z-index: 9999;
    width: 100%;

    height: 100%;
    padding: 25px 5px;
    text-align: center;
  }

  .thumbnaill_1 img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    background: #ffb600;
  }

  button.vjs-picture-in-picture-control.vjs-control.vjs-button {
    display: none;
  }

  .vjs-playback-rate.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button {
    display: none;
  }

  iv#sidebar_single_video {
    order: 1;
  }

  .table-container {
    width: max-content !important;
    max-width: max-content;
    width: 100%;
  }

  .codewpcom {
    overflow: auto;
  }

  .chinhanh_list {
    max-width: max-content;
    width: max-content;
  }

  li.active_li a {
    background: #ffb600;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 0;
  }

  ul.mobile-nav.nav.nav-left i.icon-menu {
    font-size: 30px !important;
    color: #fff;
  }

  #logo {
    width: 140px !important;
    margin-left: 15px;
  }

  .medium-logo-center .flex-left {
    flex: 0 0 0;
    order: 1;
  }

  .mfp-content {
    width: max-content;
    overflow: auto;
  }

  .lightbox-content {
    width: max-content;
  }

  button.vjs-big-play-button {
    visibility: hidden;
  }
  button.fsu-close {
    padding: 0px;
    font-size: 30px;
    top: -20px;
    right: -20px;
  }
	.paginations {
		 width: max-content;
	}
	.over_width {
		overflow: auto;
	}

}

/* Tablet Landscape */
@media only screen and (min-width: 600px) and (max-width: 940px) and (orientation: landscape) {
  .table-container {
    overflow: auto;
  }

  .mfp-content {
    width: max-content;
    overflow: auto;
  }

  .lightbox-content {
    width: max-content;
  }

  button.vjs-big-play-button {
    visibility: hidden;
  }
}
