@charset "UTF-8";
/*
  dimension definition
*/
/*
  corp color guide
*/
/* Main Colors */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Meiryo";
  src: url("../fonts/Meiryo_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Meiryo";
  src: url("../fonts/Meiryo_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/Century_Gothic_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/Source_Han_Sans_CN_Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPr6N-Reg";
  src: url("../fonts/Kozuka_Mincho_Pr6N_R.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "UniSan";
  src: url("../fonts/uni-sans-semi-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*
  dimension definition
*/
/*
  corp color guide
*/
/* Main Colors */
body {
  overflow-x: hidden;
  font-style: normal;
  font-family: "Meiryo";
  color: #121212;
}
body.overflow-hidden {
  overflow: hidden;
}

.bg-theme-dark {
  background-color: #121212;
}

.bg-gray {
  background: #f0f0f0;
}

img {
  max-width: 100%;
}

span {
  font-style: normal;
}

a {
  font-style: normal;
}
a:hover {
  text-decoration: none;
  color: #017bc6;
}

.btn:focus {
  border-color: #b6cee2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 243, 255, 0.25);
}

.form-control:focus {
  border-color: #b6cee2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 243, 255, 0.25);
}

.visible-xs {
  display: none;
}

video:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.form-group {
  position: relative;
}
.form-group label {
  font-size: 13px;
}
.form-group label.require:after {
  content: "*必須";
  color: #ff0000;
  font-size: 10px;
  position: relative;
  top: -5px;
  left: 2px;
}
.form-group .form-control {
  font-size: 13px;
}
.form-group .form-control.radius {
  border-radius: 3px;
}

.btn-red {
  background: #ffffff;
  color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #ff0000;
  border-radius: 3px;
}
.btn-red img {
  width: 16px;
  margin-right: 5px;
}
.btn-red:hover {
  background: #ffeded;
}

.btn-blue {
  background: #017bc6;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.btn-blue img {
  width: 16px;
  margin-right: 5px;
  filter: brightness(0) invert(100%);
}
.btn-blue:hover {
  background: #005c96;
}

.btn-img {
  background: transparent;
  color: #013845;
  display: flex;
  align-items: center;
  padding: 0;
}
.btn-img img {
  width: 16px;
  margin-right: 5px;
}
.btn-img:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.btn-border {
  border: 1px solid #8c8c8c;
}
.btn-border:hover {
  border: 1px solid #000;
  background: #f0f0f0;
}
.btn-border:focus {
  border: 1px solid #000;
  background: #f0f0f0;
}

.btn-login img {
  filter: brightness(0) invert(100%);
}

.video-grid + .video-grid {
  padding-top: 30px;
  padding-bottom: 40px;
}

.btn-more {
  font-size: 12px;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  color: #fff;
  padding: 5px 25px 5px 10px;
  border-radius: 4px;
  border: 0px;
  position: relative;
}
.btn-more::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../images/arrow-more.png);
  background-size: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-more:hover {
  color: #fff;
}
.grid-new-release {
  margin-top: 100px;
}

aside {
  position: fixed;
  width: 280px;
  height: 100%;
  left: 0;
  top: 0;
  background: #fafcff;
  /* border-right: 1px solid #e5e6ec; */
  z-index: 9999;
  overflow-y: auto;
  background-color: #121212;
  padding-top: 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
aside .user-detail {
  display: none;
}
aside .sidebar-container {
  position: relative;
  min-height: 800px;
  display: block;
  overflow: auto;
  height: 100%;
}
aside .sidebar-container .close-btn {
  display: none;
}
aside .sidebar-container .profile-panel {
  display: none;
}
@media (max-width: 767px) {
  .main-wrapper .content-wrapper header {
    display: flex;
  }

  aside .sidebar-container {
    min-height: 100%;
  }
  aside .sidebar-container .close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #333;
    font-size: 20px;
  }
  aside .sidebar-container .profile-panel {
    display: block;
  }
  .grid-new-release {
    margin-top: 30px;
  }
}
aside h1 {
  margin-bottom: 20px;
  text-align: center;
}
aside h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 21px 0 20px;
}
aside h1 a img {
  width: 120px;
}
/* aside h1 a:after {
  content: "";
  height: 1px;
  display: block;
  left: 0px;
  right: 0px;
  position: absolute;
  background: #e5e6ec;
  bottom: 0;
} */
aside .user-info {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
aside .user-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
aside .user-info span {
  font-size: 18px;
  color: #999990;
}
aside nav ul {
  position: relative;
  margin-top: 40px;
}
aside nav ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
aside nav ul li a .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
aside nav ul li a .icon img {
  max-width: 20px;
  filter: brightness(0) invert(1);
}
aside nav ul li a:hover {
  color: #017bc6;
  cursor: pointer;
}
aside nav ul li a:hover .icon img {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  aside nav ul li a {
    padding: 13px 20px;
  }
}
aside nav ul li a.actived {
  color: #017bc6;
  font-weight: bold;
}
aside nav ul li a.actived .icon img {
  opacity: 1;
  filter: none;
}
aside nav ul li.about a .icon img {
  opacity: 1;
  filter: none;
}
@media (max-width: 767px) {
  aside h1 {
    display: none;
  }
  aside nav ul li {
    border-bottom: 1px solid #818181;
  }
}
aside nav ul:after {
  content: "";
  height: 1px;
  display: block;
  left: 30px;
  right: 30px;
  position: absolute;
  background: #e5e6ec;
  top: -20px;
}
@media (max-width: 767px) {
  aside nav ul:after {
    display: none;
  }
}
aside nav ul.primary-nav {
  margin-top: 20px;
}
aside nav ul.primary-nav:after {
  display: none;
}
@media (max-width: 767px) {
  aside nav ul.primary-nav {
    border-top: 1px solid #818181;
  }
}
aside .bottom-menu {
  padding: 10px 30px;
  position: absolute;
  bottom: 80px;
  max-width: 280px;
}
aside .bottom-menu li {
  display: inline-block;
  margin-right: 12px;
}
aside .bottom-menu li a {
  color: #fff;
  font-size: 12px;
}
aside .bottom-menu li a:hover {
  color: #017bc6;
}
aside .bottom-menu li a.actived {
  color: #017bc6;
}
aside .copyright {
  padding: 10px 30px;
  position: absolute;
  bottom: 40px;
  color: #666666;
  font-size: 12px;
}
aside .btn-close {
  display: none;
}
@media (max-width: 767px) {
  aside .btn-close {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    background: transparent;
    height: 50px;
    width: 50px;
    line-height: 20px;
    border-radius: 5px;
    margin-right: 8px;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 3px;
  }
  aside .btn-close span {
    font-size: 12px;
    position: relative;
    top: 1px;
  }
  /* aside .btn-close::before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  aside .btn-close::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  } */
}
aside::-webkit-scrollbar {
  width: 2px;
}
aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}
aside::-webkit-scrollbar-thumb {
  background: #888;
}
aside::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 767px) {
  aside {
    overflow-y: visible;
  }

  .main-wrapper header {
    background-color: #121212 !important;
  }
}

@media (min-width: 2400px) {
    .main-wrapper {
      max-width: 1920px;
      margin: 0 auto ;
      display: flex;
      flex-direction: column;
    }
}

@media (max-width: 2399px) {
  .main-wrapper {
    max-width: 1920px;
    margin-left: 280px;
    display: flex;
    flex-direction: column;
    }
}

.main-wrapper header {
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  position: fixed;
  background: #fff;
  top: 0;
  left: 280px;
  right: 0;
  z-index: 99;
  height: 80px;
  border-bottom: 1px solid #e4e4e4;
}
.main-wrapper header .for-xs {
  display: none;
}
@media (max-width: 767px) {
  .main-wrapper header .for-xs img {
    width: 80px !important;
  }
}
.main-wrapper header .col-left {
  display: flex;
}
@media (max-width: 1367px) {
  .main-wrapper header .col-left {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .main-wrapper header .col-left h1 a {
    padding: 0 10px;
  }
}
.main-wrapper header .col-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 35px;
}
.main-wrapper header .btn-menu-display {
  display: none;
}
@media (max-width: 767px) {
  .upload-video {
    display: none !important;
  }
  .main-wrapper header .btn-menu-display {
    display: flex;
    position: fixed;
    top: 0;
  }
  .btn-menu-display {
    display: flex;
    padding: 0;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 0;
    border: 0;
  }
  .btn-menu-display:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }
  .btn-menu-display label {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3px;
  }
  .btn-menu-display span {
    display: block;
    font-size: 0;
    position: absolute;
    width: 25px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background: #fff;
    top: 10px;
    right: 12.5px;
    transition-delay: 0.22s;
    transition: background-color 0s linear 0.13s;
  }
  .btn-menu-display span:before {
    content: "";
    top: 7px;
    left: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    position: absolute;
    width: 25px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background: #fff;
  }
  .btn-menu-display span:after {
    content: "";
    top: 14px;
    left: 0;
    bottom: -10px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    position: absolute;
    width: 25px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background: #fff;
  }
}
.main-wrapper header form {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.main-wrapper header form .form-control {
  border-radius: 5px;
  font-size: 13px;
  padding: 12px 40px 12px 15px;
  min-width: 180px;
  border-right: 0;
  border-color: #999999;
}
.main-wrapper header form .form-control:hover {
  outline: none;
  box-shadow: none;
  border-color: #666666;
}
.main-wrapper header form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #666666;
}
.main-wrapper header form .input-group-text {
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  padding: 0 5px;
  border-color: #999999;
}
.main-wrapper header form .input-group-text .btn {
  background-color: transparent;
  padding: 0 10px;
  border: 0;
  display: flex;
  align-items: center;
}
.main-wrapper header form .input-group-text .btn img {
  width: 20px;
  opacity: 0.6;
}
.main-wrapper header form .input-group-text .btn:hover {
  outline: none;
  box-shadow: none;
}
.main-wrapper header form .input-group-text .btn:hover img {
  opacity: 0.9;
}
.main-wrapper header form .input-group-text .btn:focus {
  outline: none;
  box-shadow: none;
}
.main-wrapper header form .input-group-text .btn:focus img {
  opacity: 0.9;
}
@media (max-width: 1899px) {
  .main-wrapper header form {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-wrapper header form {
    width: 235px;
  }
}
.main-wrapper header .header-menu {
  margin-left: 10px;
}
.main-wrapper header .header-menu ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.main-wrapper header .header-menu ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 35px;
}
@media (max-width: 1899px) {
  .main-wrapper header .header-menu ul li {
    margin-left: 20px;
  }
}
.main-wrapper header .header-menu ul li .dropdown {
  height: 100%;
}
.main-wrapper header .header-menu ul li a {
  background: transparent;
  padding: 0;
  border: 0;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 100%;
}
.main-wrapper header .header-menu ul li a img {
  width: 20px;
}
.main-wrapper header .header-menu ul li a:focus {
  outline: none;
  box-shadow: none;
}
.main-wrapper header .header-menu ul li a:hover {
  opacity: 0.8;
}
.main-wrapper header .header-menu ul li a:hover:focus {
  outline: none;
  box-shadow: none;
}
.main-wrapper header .header-menu ul li a:active {
  background: transparent;
}
.main-wrapper header .header-menu ul li .btn {
  background: transparent;
  padding: 0 10px;
  border: 0;
  color: #333333;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 100%;
}
.main-wrapper header .header-menu ul li .btn img {
  width: 20px;
}
.main-wrapper header .header-menu ul li .btn:focus {
  outline: none;
  box-shadow: none;
}
.main-wrapper header .header-menu ul li .btn:hover {
  opacity: 0.8;
}
.main-wrapper header .header-menu ul li .btn:hover:focus {
  outline: none;
  box-shadow: none;
}
.main-wrapper header .header-menu ul li .btn:active {
  background: transparent;
}
@media (max-width: 1899px) {
  .main-wrapper header .header-menu ul li {
    margin-right: 0;
  }
}
.main-wrapper header .header-menu ul li.visible-xs {
  display: none;
}
.main-wrapper header .header-menu ul li.notification {
  position: relative;
}
.main-wrapper header .header-menu ul li.notification .dropdown-menu {
  width: 400px;
  padding: 0;
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.main-wrapper header .header-menu ul li.notification .dropdown-menu .header {
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-between;
}
.main-wrapper header .header-menu ul li.notification .dropdown-menu .header span {
  font-weight: 500;
  font-size: 14px;
}
.main-wrapper header .header-menu ul li.notification .dropdown-menu .header a {
  color: #1488cc;
  font-size: 14px;
  padding: 0;
}
.main-wrapper header .header-menu ul li.notification .dropdown-toggle::after {
  display: none;
}
.main-wrapper header .header-menu ul li.notification .unread {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  background: #da0000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  top: 22px;
  right: 2px;
}
@media (max-width: 767px) {
  .main-wrapper header .header-menu ul li.notification .unread {
    top: 10px;
    right: 15px;
  }
}
.main-wrapper header .header-menu ul li.notification .notification-list li a {
  position: relative;
  padding: 15px !important;
}
.main-wrapper header .header-menu ul li.notification .notification-list li a .title {
  padding-right: 20px;
}
.main-wrapper header .header-menu ul li.notification .notification-list li a.unread {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  height: auto;
  top: 0;
  right: 0;
  border-radius: 0;
}
.main-wrapper header .header-menu ul li.notification .notification-list li a.unread .title {
  color: #333333;
}
.main-wrapper header .header-menu ul li.notification .notification-list li a.unread:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #da0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 18px;
  right: 15px;
  top: 50px;
}
.main-wrapper header .header-menu ul li.user a {
  padding-right: 0;
}
.main-wrapper header .header-menu ul li.user img {
  margin-right: 5px;
}
.main-wrapper header .header-menu ul li.user .dropdown-toggle::after {
  display: none;
}
.main-wrapper header .header-menu ul li.user .dropdown-menu {
  padding: 3px 15px;
}
.main-wrapper header .header-menu ul li.user .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  padding: 8px 0;
  color: #666;
}
.main-wrapper header .header-menu ul li.user .dropdown-menu .dropdown-item img {
  filter: grayscale(100%);
}
.main-wrapper header .header-menu ul li.user .dropdown-menu .dropdown-item:hover {
  color: #000;
  opacity: 0.7;
}
.main-wrapper header .header-menu ul li.user .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.main-wrapper header .header-menu ul li.hide {
  display: none;
}

.main-wrapper header form .form-control {
  border-radius: 5px;
  font-size: 13px;
  padding: 12px 40px 12px 15px;
  min-width: 180px;
  border-right: 0;
  border-color: #999999;
}

.main-wrapper header form .input-group-text {
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  padding: 0 5px;
  border-color: #999999;
}
.main-slider .slick-slide img {
  width: 100%;
  height: 1050px;
  object-fit: cover;
  object-position: left -52px;
}


.about-slider .main-slider .slick-slide img {
  width: 100%;
  height: 555px;
  object-fit: cover;
  object-position: left -55px;
}
.modal-title-video {
  margin-bottom: 0;
  padding-bottom: 15px !important;
}
@media (max-width: 1800px) {
  .about-slider .main-slider .slick-slide img {
    width: 100%;
    height: 542px;
    object-fit: cover;
    object-position: left -42px;
  }
}
@media (max-width: 1600px) {
  .about-slider .main-slider .slick-slide img {
    width: 100%;
    height: 538px;
    object-fit: cover;
    object-position: left -38px;
  }
}
@media (max-width: 767px) {
  .main-slider .slick-slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
  .modal-title-video {
    font-size: 16px;
  }
}

.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.search-mobile.close {
  opacity: 1;
}

section {
  padding: 0 100px;
}
section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
section .header .left-col {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
section .header .left-col .sub-title {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}
section .header .left-col .btn-edit {
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: -38px;
}
section .header .left-col .btn-edit img {
  margin-right: 0;
}
section .header .right-col {
  display: flex;
  justify-content: flex-end;
  min-width: 120px;
}
section .header .right-col .btn {
  margin-left: 15px;
  min-height: 36px;
  font-size: 14px;
}
section .header .right-col .btn img {
  width: 20px;
}
section .header .right-col .btn.btn-blue img {
  width: 14px;
}
section .header .right-col .dropdown .btn-white {
  border: 1px solid #cdcdcd;
  color: #333333;
  background-color: #ffffff;
}
section .header .btn-playall {
  margin-left: 20px;
  background: #ffffff;
  border: 1px solid #017bc6;
  color: #017bc6;
  height: 36px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .header .btn-playall img {
  width: 16px;
  margin-right: 5px;
}
section .header .btn-playall:hover {
  background-color: #017bc6;
  color: #fff;
}
section .header .btn-playall:hover img {
  filter: brightness(0) invert(1);
}
section .header .see-more {
  font-size: 14px;
  background: #017bc6;
  color: #fff;
  border-radius: 3px;
  padding: 4px 15px;
}
section .header .see-more:hover {
  background-color: #2499b5;
}
section .header.border-header {
    margin-top: 74px;
    border-bottom: 5px solid #E5E6EC;
    margin-bottom: 20px;
    padding: 20px 0;
    min-height: 80px;
    align-items: flex-start;
    position: relative;
}
section .header.border-header.info-header {
    margin-top: 80px;
}

section .header.border-header.category-header {
    border-bottom: 0px;
    margin-bottom: 20px;
    padding: 20px 0;
    min-height: 80px;
    align-items: flex-start;
    position: relative;
}
section .header.border-header .left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
}
section .header.border-header.category-header .left-col h3 {
    padding-bottom: 26px;
    border-bottom: 5px solid #e5e6ec;
  line-height: 38px;
  word-break: break-all;
    width: 100%;
}
section .header.border-header .left-col .sub-content {
  color: #666666;
  word-break: break-all;
  font-size: 13px;
  margin-top: -5px;
}
section .header.border-header .left-col .back {
  color: #666;
  font-size: 14px;
}
section .header.border-header .left-col .back::before {
  content: "← ";
}
section .header.border-header .left-col .back:hover {
  text-decoration: underline;
}
section .header.border-header .left-col.center-row {
  align-items: center;
  flex-direction: row;
}
section .header.border-header .right-col {
  position: absolute;
  top: 20px;
  right: 0;
}
section .header.border-header .right-col span {
  color: #666;
  font-size: 14px;
  font-style: normal;
}
section .header.border-header.flex-start {
  align-items: flex-start;
}
section .header.notification-header .left-col .category {
  margin: 3px 0;
  background: #39bad9;
  padding: 3px 10px;
  border-radius: 3px;
  color: #000;
  font-size: 13px;
}
section .header.notification-header .right-col {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
section .header.notification-header .right-col span {
  font-size: 13px;
}
section h3 {
  color: #444444;
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  word-break: break-all;
}
section .context-container {
  max-width: 750px;
  margin: 0 auto 50px;
  word-break: break-all;
  white-space: normal;
}
section .context-container p {
  font-size: 14px;
  color: #333;
}
@media (max-width: 1899px) {
  section {
    padding: 0 30px;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  background-color: #121212;
  height: 917px;
}
.slider.slider-waiting-active {
    height: 350px;
  background-color: #fff;
}
.slider.slider-waiting-active .text-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.slider.about-slider {
  height: 500px;
}
.slider .slick-dots {
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.slider .slick-dots li {
  margin: 0 3px;
}
.slider .slick-dots li button {
  font-size: 0;
  border: 0;
  height: 5px;
  width: 50px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #bcbcbc;
  cursor: pointer;
}
.slider .slick-dots li button:focus {
  border: 0;
  outline: none;
}
.slider .slick-dots li.slick-active button {
  background: #ffffff;
}

/** Popup slider */
.popup-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0, .7);
  /* background: -moz-linear-gradient(270deg, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .5) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .5) 100%);
  background: -o-linear-gradient(270deg, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .5) 100%);
  background: -ms-linear-gradient(270deg, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .5) 100%); */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bount-banner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-popup-slider {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 45px;
  padding-bottom: 85px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 950px;
  max-height: 500px;
}

.bg-popup-slider .text1 {
  color: #666666;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 34px;
  letter-spacing: 1px;
  position: relative;
  top: 10px;
}

.bg-popup-slider .text2 {
  font-size: 36px;
  line-height: 40px;
  display: flex;
  align-items: center;
  /* background: -webkit-linear-gradient(#16a2df, #16a2df); */
  background: -webkit-gradient(linear, left top, left bottom, from(#16a2df), to(#275bbc));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg-popup-slider .text3 {
  color: #000;
  font-size: 80px;
  font-weight: bold;
  margin: 0 0 0 0;
  position: relative;
  top: -10px;
}

.bg-popup-slider .button1 {
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  width: 100%;
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 130px;
  padding-left: 65px;
  padding-right: 65px;
}

.bg-popup-slider .button1 .d-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px 15px;
}

.bg-popup-slider .button1 .circle {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  line-height: 22px;
  min-width: 70px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  left: 6px;
}

.bg-popup-slider .button1 .circle::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  content: "";
  border-radius: 50%;
  border: 1px solid #fff;
}

.bg-popup-slider .button1 .content {
  font-family: 'SourceHanSans';
  font-size: 50px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  top: 5px;
  letter-spacing: 4px;
  left: 5px;
}

.bg-popup-slider .button1 .content-number {
  font-size: 90px;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 0px;
  line-height: 90px;
  font-family: "CenturyGothic";
  position: relative;
  top: -2px;
}

.bg-popup-slider .button1 .subContent {
  font-family: 'SourceHanSans';
  display: flex;
  height: 70px;
  flex-direction: column-reverse;
  align-items: baseline;
  width: 65px;
}

.bg-popup-slider .button1 .subContent .yen {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  top: 9px;
  left: 12px;
}

.bg-popup-slider .button1 .subContent .titte {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: -12px;
  position: relative;
  left: 5px;
}

.labelConnect {
  font-family: 'KozGoPr6N-Reg';
  font-size: 70px;
  margin: 0;
}

.bg-popup-slider .button2 {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 450px;
    border: 1px solid #ffffff;
    outline: 0;
    background: -webkit-linear-gradient(#de3352, #c90e2f);
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
}
.bg-popup-slider .button2::after {
  content: "";
  background: url(../images/shape.png);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.bg-popup-slider .button2:hover {
  cursor: pointer;
  background: #c90e2f;
}
.popup-slider .d-tip {
  display: flex;
  align-items: center;
  margin-top: 88px;
}

.popup-slider .d-tip .btn-about {
  border-radius: 8px;
  height: 58px;
  width: 275px;
  background: rgba(17, 17, 17, 0.5);
  border: 1px solid #ffffff;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  display: flex;justify-content: center;
  align-items: center;
}
.popup-slider .d-tip .btn-about:hover {
  background: rgba(17, 17, 17, 0.9);
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
}
.popup-slider .d-tip .content {
  color: #fff;
  margin-left: 40px;
  margin-bottom: 0;
  font-size: 18px;
}

.blue-text {
  color: #0096d9;
}

.box-pc-login {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 7px;
  color: #fff;
}

.box-pc-login .d-box {
  width: 100%;
  display: flex;
  justify-content: right;
}

.box-pc-login .button-login {
  color: #fff;
  background-color: #121212;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 4px 25px;
  margin-right: 7px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.box-pc-login .button-resign {
  color: #fff;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  border-radius: 4px;
  padding: 4px 25px;
  margin-right: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .popup-slider{
    padding-top: 30px !important;
  }
  .bg-popup-slider{
    padding: 10px !important;
    padding-bottom: 38px !important;
  }

  .bg-popup-slider .button1{
    height: 45px;
    padding-left: 90px;
    padding-right: 90px;
  }
  .bg-popup-slider .button1 .circle{
    line-height: 10px;
    font-size: 6px;
    height: 35px;
    min-width: 55px;
    padding: 16px;
  }
  .bg-popup-slider .button1 .content{
    font-size: 19px;
    font-weight: 500;
    padding-left: 0px;
    min-width: 60px;
    margin-left: -10px;
  }
  .bg-popup-slider .button1 .content-number{
    font-size: 27px;
    padding-left: 0px;
    margin-left: -10px;
  }
  .bg-popup-slider .button1 .circle::before{
    width: 25px;
    height: 25px;
  }
  .bg-popup-slider .button1 .subContent{
    height: 30px;
    width: 28px;
  }
  .bg-popup-slider .button1 .subContent .titte{
    font-size: 8px;
    margin-left: -5px;
    margin-bottom: -2px;
  }
  .bg-popup-slider .button1 .subContent .yen{
    font-size: 9px;
  }
  .bg-popup-slider .button1 .d-item{
    padding: 10px 8px;
  }
  .bg-popup-slider .button2{
    height: 60px;
    width: 210px;
    font-size: 10px;

    background-position-x: calc(100% - 10px);
    background-position-y: center;
  }

  .bg-popup-slider .text1{
    font-size: 12px;
    margin: 0px;
  }
  .bg-popup-slider .text2{
    font-size: 20px;
    margin: 0px;
  }
  .bg-popup-slider .text3{
    font-size: 24px;
    margin: 0px;
  }
  .popup-slider .d-tip{
    flex-direction: column;
    margin-top: 40px;
  }
  .popup-slider .d-tip .btn-about{
    height: 40px;
    width: 210px;
    background-position-x: calc(100% - 10px);
    font-size: 11px;
  }

  .popup-slider .d-tip .content{
    margin: 0;
    margin-top: 20px;
    max-width: 200px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
  }

  .box-pc-login .button-login {
    font-size: 12px;
    padding: 8px 20px;
  }

  .box-pc-login .button-resign {
    padding: 8px 19px;
    font-size: 12px;
  }

  .footer label.title {
    font-size: 25px;
  }

  .bg-popup-slider .button1 .subContent .yen {
    top: 1px;
  }
}

@media (max-width: 767px) {
  .content-wrapper .slider {
    height: 500px;
  }
  .main-slider .slick-slide img {
    height: 525px;
    object-position: left -25px;
  }
  .justify-content-center {
    padding: 0 0 50px 0 !important;
  }
}
.menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  .popup-slider{
    padding-top: 40px !important;
  }
  .bg-popup-slider{
    width: calc(100% - 24px);
    padding: 12px 12px !important;
    padding-bottom: 50px !important;
    border-radius: 10px;
  }

  .bg-popup-slider .button1{
    height: 65px;
    padding-left: 12px;
    padding-right: 12px;
    justify-content: space-between;
  }
  .bg-popup-slider .button1:focus {
    outline: none;
    box-shadow: none;
  }
  .bg-popup-slider .button1 .circle{
    font-size: 9px;
    height: 35px;
    min-width: 35px;
    padding: 0;
    line-height: 10px;
    top: 0;
    left: 0;
  }
  .labelConnect {
    margin: 0;
    top: -3px;
    left: -1px;
    position: relative;
    font-size: 28px;
  }
  .bg-popup-slider .button1 .content{
    font-size: 24px;
    font-weight: 500;
    padding-left: 0px;
    min-width: 60px;
    margin-left: 0px;
    top: 0;
    left: 0;
  }
  .bg-popup-slider .button1 .content-number{
    font-size: 40px;
    padding-left: 0px;
    margin-left: 5px;
    line-height: 44px;
  }
  .bg-popup-slider .button1 .circle::before{
    width: 32px;
    height: 32px;
  }
  .bg-popup-slider .button1 .subContent{
    height: 35px;
    width: 35px;
  }
  .bg-popup-slider .button1 .subContent .titte{
    font-size: 8px;
    margin-left: 0;
    margin-bottom: 0px;
    left: 2px;
  }
  .bg-popup-slider .button1 .subContent .yen{
    font-size: 12px;
    top: -1px;
    left: 8px;
  }
  .bg-popup-slider .button1 .d-item{
    padding: 0;
  }
  .bg-popup-slider .button2{
    height: 60px;
    bottom: -30px;
    width: 270px;
    font-size: 16px;
    border-radius: 6px;
  }
  .bg-popup-slider .button2::after {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }

  .bg-popup-slider .text1{
    font-size: 14px;
    margin: 0px 0 8px 0;
  }
  .bg-popup-slider .text2{
    padding: 0;
    font-size: 22px;
    margin: 0px 0 4px 0;
    position: relative;
    top: 5px;
  }
  .bg-popup-slider .text3{
    font-size: 34px;
    margin: 0px 0 10px 0;
    top: 3px;
  }
  .popup-slider .d-tip{
    flex-direction: column;
    margin-top: 50px;
  }
  .popup-slider .d-tip .btn-about{
    height: 40px;
    width: 270px;
    background-position-x: calc(100% - 20px);
    background-size: 16px;
    font-size: 12px;
    border-radius: 6px;
  }

  .popup-slider .d-tip .content{
    margin: 0;
    margin-top: 20px;
    max-width: 230px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
    top: -7px;
  }
  .menu-mobile {
    display: block;
  }
  .box-pc-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: #121212;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    z-index: 9999;
  }
  .site-logo-mobile h1 {
    margin: 0;
    padding: 0 12px;
  }
  .site-logo-mobile h1 a {
    display: flex;
  }
  .site-logo-mobile img {
    width: 80px;
  }
  .imageNor {
    display: none;
  }

  .imageSP {
    display: block !important;
  }
  .box-pc-login .d-box {
    width: auto;
    align-items: center;
  }
  .box-pc-login .button-resign {
    padding: 0 12px;
    height: 30px;
    margin-right: 10px;
  }
  .box-pc-login .button-login {
    padding: 0 12px;
    height: 30px;
    margin-right: 8px;
  }
}

/** Banner */
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
  padding: 94px 0;
}

.imageSP {
  display: none;
}

@media (max-width: 1899px) {
  .slider {
    padding: 30px 30px 30px;
  }
}

.videos-grid {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.videos-grid .row {
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
}
.videos-grid .row .col {
  padding-left: 8px;
  flex: 0 0 25%;
  padding-right: 8px;
  margin-bottom: 30px;
}
.videos-grid .header .left-col {
  padding-right: 15px;
}
.videos-grid .header .left-col .sub-category-sep {
  display: none;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #089ec1;
  border-bottom: 7px solid transparent;
  margin: 0 20px 0 30px;
}
.videos-grid .header .left-col .list-sub-category {
  display: flex;
    margin-top: 10px;
  flex-wrap: wrap;
}
.videos-grid .header .left-col .list-sub-category li {
  margin: 15px 25px 0px 0px;
}

.videos-grid .header .left-col .list-sub-category li a {
    background: #ECECEC;
  color: #333333;
  font-size: 14px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  white-space: nowrap;
}

.videos-grid .header .left-col .list-sub-category li a.selected {
    background: linear-gradient(269.62deg, #0C61AD 2.69%, #33ACE2 99.67%);
    border-radius: 30px;
    color: #FFFFFF;
}
.videos-grid.category-header .header .right-col select.form-control {
    padding-right: 0px;
    font-size: 14px;
    flex-basis: unset;
}
.videos-grid .header .right-col select.form-control {
    padding-right: 25px;
    font-size: 14px;
    flex-basis: content;
}
.videos-grid .video-item {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 56.25%;
}
.videos-grid .video-item .video-thumbnail {
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  bottom: 42px;
}
.videos-grid .video-item .video-thumbnail img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  max-height: 220px;
}
@media (max-width: 767px) {
  .videos-grid .video-item {
    padding-top: calc((100vw/ 16) * 9);
  }
  .videos-grid .video-item .video-thumbnail img {
    max-height: 100%;
  }
}
.videos-grid .video-item .video-thumbnail div {
  height: 100% !important;
}
.videos-grid .video-item .video-thumbnail div img {
  height: 100%;
  max-height: 220px;
}
@media (max-width: 767px) {
  .videos-grid .video-item .video-thumbnail div img {
    max-height: 100%;
  }
}
.videos-grid .video-item .video-title {
  height: 42px;
  display: block;
  flex: 0 0 42px;
  font-weight: bold;
}
.videos-grid .video-item .video-title a {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 8px 8px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 1899px) {
  .videos-grid .video-item .video-title a {
    padding: 8px 0;
  }
}
.videos-grid .video-item.my-video .video-title {
  width: 90%;
}
.videos-grid .video-item.my-video .dropdown {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.videos-grid .video-item.my-video .dropdown .btn {
  padding: 5px 10px;
  margin: 0;
  height: 30px;
  background: transparent;
  border: 0;
}
.videos-grid .video-item.my-video .dropdown .btn span {
  display: block;
  position: relative;
  font-size: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #999999;
}
.videos-grid .video-item.my-video .dropdown .btn span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #999999;
  position: absolute;
  top: -7px;
}
.videos-grid .video-item.my-video .dropdown .btn span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #999999;
  position: absolute;
  bottom: -7px;
}
.videos-grid .video-item.my-video .dropdown .btn:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.videos-grid .video-item.my-video .dropdown .dropdown-menu {
  border: 1px solid #dcdcdc;
  padding: 10px 0;
  min-width: 230px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
.videos-grid .video-item.my-video .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 4px 10px;
}
.videos-grid .video-item.my-video .dropdown .dropdown-menu .dropdown-item:hover {
  background: #eaeaea;
  cursor: pointer;
}
.videos-grid .video-item.my-video .dropdown .dropdown-menu .dropdown-item.remove-item img {
  width: 16px;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
.videos-grid .video-item.my-video:hover .dropdown {
  display: block;
}
.videos-grid.recommend-grid .video-item {
  padding-top: 59%;
}
@media (max-width: 767px) {
  .videos-grid.recommend-grid {
    padding-bottom: 20px;
}
}

.videos-grid.video-category:after {
  display: none;
}

.video-thumbnail {
  position: relative;
}
.video-thumbnail a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.video-thumbnail a img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.video-thumbnail a.category-title {
  position: absolute;
  display: block;
  height: 21px;
  align-items: center;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 10px 4px;
  border-radius: 3px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-thumbnail img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-thumbnail .added-fav {
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 15px;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
}
.video-thumbnail .added-fav img {
  width: 16px;
  height: auto !important;
  object-fit: contain !important;
}
.video-thumbnail .duration-title {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 6px 4px;
  border-radius: 3px;
  z-index: 9;
}
.video-thumbnail .sample-title {
  position: absolute;
  border-radius: 3px;
  bottom: 5px;
  left: 5px;
  z-index: 9998;
  font-size: 11px;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  color: #fff;
  display: block;
  height: 21px;
  align-items: center;
  padding: 3.5px 10px 4px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-thumbnail .overlay-thumbnail {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
}
.video-thumbnail .overlay-thumbnail .btn-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-right: 5px;
  margin-top: 5px;
}
.video-thumbnail .overlay-thumbnail .btn-fav img {
  display: block;
  width: 16px;
  margin: 6px;
  position: relative;
  height: auto !important;
  object-fit: contain !important;
}
.video-thumbnail .overlay-thumbnail .btn-fav img:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  z-index: 9;
}
.video-thumbnail .overlay-thumbnail .btn-fav span {
  width: 0;
  font-size: 0;
  height: 28px;
  padding: 0;
}
.video-thumbnail .overlay-thumbnail .btn-fav:hover {
  width: auto;
  padding-left: 6px;
}
.video-thumbnail .overlay-thumbnail .btn-fav:hover img {
  margin: 5px 5px 5px 6px;
}
.video-thumbnail .overlay-thumbnail .btn-fav:hover span {
  z-index: 0;
  width: auto;
  font-size: 12px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
}
.video-thumbnail .overlay-thumbnail .btn-fav:focus {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.video-thumbnail .overlay-thumbnail .btn-fav.remove:hover span {
  width: auto;
}
.video-thumbnail .overlay-thumbnail .btn-add {
  margin-right: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.8);
}
.video-thumbnail .overlay-thumbnail .btn-add img {
  display: block;
  width: 16px;
  margin: 6px;
  height: auto !important;
  object-fit: contain !important;
}
.video-thumbnail .overlay-thumbnail .btn-add span {
  width: 0;
  font-size: 0;
  height: 28px;
  padding: 0;
}
.video-thumbnail .overlay-thumbnail .btn-add:hover {
  width: auto;
  padding-left: 6px;
}
.video-thumbnail .overlay-thumbnail .btn-add:hover img {
  margin: 5px 5px 5px 6px;
}
.video-thumbnail .overlay-thumbnail .btn-add:hover span {
  width: auto;
  font-size: 12px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
}
.video-thumbnail .overlay-thumbnail .btn-add:focus {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.video-thumbnail:hover .overlay-thumbnail {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
}
.video-thumbnail:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}

.category-list {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.category-list li {
  flex: 0 0 25%;
  padding: 0 5px;
  display: flex;
  margin-bottom: 10px;
}
.category-list li a {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
  background: #1ea7e2;
  min-height: 60px;
}
.category-list li a span {
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 34px;
  padding: 0 5px;
}
.category-list li a img {
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  opacity: 0;
  width: 100%;
}
.category-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.16) 0%, rgba(0, 0, 0, 0.23) 60%);
  z-index: 1;
}
.category-list li a:hover:after {
  opacity: 0.5;
}

.category-tags-row {
  margin-left: -8px;
  margin-right: -8px;
}
.category-tags-row .col {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
}

.tags-list {
  display: block;
  background: #d4e9ff;
  border: 1px solid #bdd2e8;
  border-radius: 5px;
  padding: 8px;
  height: calc(100% - 60px);
}
.tags-list li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.tags-list li a {
  color: #ffffff;
  background: #184d86;
  border-radius: 5px;
  font-size: 12px;
  padding: 4px 8px 4px;
}
.tags-list li a:hover {
  background: #777777;
}

.ranking-section {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 45px;
}
.ranking-section:before {
  content: "";
  position: absolute;
  height: 5px;
  left: 95px;
  right: 95px;
  top: 0;
  display: block;
  background: #e5e6ec;
}
.ranking-section:after {
  content: "";
  position: absolute;
  height: 5px;
  left: 95px;
  right: 95px;
  bottom: -45px;
  display: block;
  background: #e5e6ec;
}
.ranking-section .header {
  background: #1a1a1a;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.ranking-section .header h3 {
  color: #39bad9;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .ranking-section .header h3 {
    padding-left: 15px;
    font-size: 15px;
  }
}
.ranking-section .header .sub-content {
  color: #eaeaea;
  font-size: 15px;
  padding-right: 15px;
  min-width: 280px;
  align-self: center;
}
@media (max-width: 767px) {
  .ranking-section .header .sub-content {
    padding-left: 13px;
    padding-left: 0;
  }
}
@media (max-width: 1899px) {
  .ranking-section::before {
    left: 30px;
    right: 30px;
  }
  .ranking-section::after {
    left: 30px;
    right: 30px;
  }
}
.ranking-list-top {
  background: #222c38;
  padding-top: 25px;
  padding-left: 12px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.ranking-list.ranking-list-top, .ranking-list.ranking-list-bottom {
  margin-left: 0;
  margin-right: 0;
}
.ranking-list-bottom {
  background: #222c38;
  padding-top: 25px;
  padding-left: 25px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.ranking-list {
  margin-left: -15px;
  margin-right: -15px;
}
.ranking-list .video-item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  /* margin-bottom: 25px; */
  /* padding-top: 125px; */
}
.ranking-list .video-item:last-child {
  margin-right: 0;
}
.ranking-list .video-item .video-thumbnail {
  /* height: calc((100% / 16) * 9); */
  aspect-ratio: auto 16 / 9;
  overflow: hidden;
  /* position: absolute; */
  /* top: 0;
  left: 0;
  right: 0; */
  /* bottom: 33px; */
  /* height: 56.25vw; */
}
.ranking-list-bottom .video-item .video-thumbnail {
  height: unset;
}
.ranking-list-top .video-item .video-thumbnail {
  height: unset;
}
.ranking-list .video-item .video-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ranking-list .video-item .video-pos {
  position: absolute;
  font-size: 100px;
  font-weight: bolder;
  font-style: normal;
  color: #ffffff;
  bottom: 0;
  left: -6px;
  z-index: 1;
  text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: -10px;
}
@media (max-width: 1899px) {
  .ranking-list .video-item .video-pos {
    font-size: 80px;
  }
}
.player-content .main-panel .video-desc .btn.btn-edit-description-mobile {
  display: none;
}
.player-content .main-panel .video-desc .more,
.ranking-list .video-item .video-title div,
.ranking-list .video-item .video-title a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 0;
}
.ranking-list .video-item:nth-child(6) .video-pos {
  left: -6px;
}
.ranking-list .video-item:nth-child(7) .video-pos {
  left: 0px;
}
.ranking-list .video-item:nth-child(8) .video-pos {
  left: -8px;
}
.ranking-list .video-item:focus {
  outline: none;
}
.ranking-list .slick-arrow {
  position: absolute;
  border: 0;
  font-size: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  bottom: 46.5px;
  width: 32px;
  z-index: 9;
}

.ranking-list .slick-arrow:hover {
  outline: none;
  cursor: pointer;
}
.ranking-list .slick-arrow:focus {
  outline: none;
  cursor: pointer;
}
.ranking-list .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../images/prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.ranking-list .slick-arrow.slick-next {
  right: 12px;
  background-image: url(../images/next-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.ranking-list .slick-arrow.slick-disabled {
  display: none !important;
}

.playlist-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 40px;
}
.playlist-row .col {
  padding: 0 8px;
  flex: 0 0 50%;
  max-width: 50%;
}

.playlist-row.grid-view {
  margin-bottom: 10px;
}
.playlist-row.grid-view .col {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.playlist-row.grid-view .playlist-item {
  flex-direction: column;
}
.playlist-row.grid-view .playlist-item .video-thumbnail {
  padding-right: 0;
}
.playlist-row.grid-view .video-info {
  padding: 3px 0;
}
.playlist-row.grid-view .video-info a {
  margin-bottom: 0;
}
.playlist-row.grid-view .video-info p {
  display: none;
}

.playlist-row.list-view {
  margin-bottom: 0;
  flex-direction: row;
  max-width: 960px;
  margin: 0 auto;
}
.playlist-row.list-view .col {
  padding: 0 0px;
  flex: 0 0 50%;
  max-width: 50%;
  flex-wrap: wrap;
}
.playlist-row.list-view .playlist-item .video-thumbnail {
  padding-right: 0;
  max-width: 286px;
}
.playlist-row.list-view .video-info {
  padding: 0 0 0 10px;
}
.playlist-row.list-view .video-info a {
  word-break: break-all;
}
.playlist-row.list-view .video-info p {
  -webkit-line-clamp: 4;
}

.playlist-item {
  display: flex;
  /*margin-bottom: 25px;*/
}
.playlist-item .video-thumbnail {
  flex: 0 0 50%;
  padding-right: 10px;
}
.playlist-item .video-thumbnail a {
  position: relative;
}
.playlist-item .video-thumbnail a:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  z-index: 9999;
}
.playlist-item .video-thumbnail a:hover:after {
  content: "再生する";
  background: rgba(0, 0, 0, 0.7);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  font-size: 13px;
}
.playlist-item .video-thumbnail .videos-count {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.playlist-item .video-thumbnail .videos-count img {
  width: 24px;
  height: auto;
  margin-top: 10px;
  filter: brightness(0) invert(1);
}
.playlist-item .video-thumbnail:after {
  display: none;
}
@media (max-width: 1899px) {
  .playlist-item .video-thumbnail {
    max-height: 167px;
  }
}
@media (max-width: 767px) {
  .playlist-item .video-thumbnail {
    /*height: calc(28vw - 15px);*/
      aspect-ratio: auto 16 / 9;
  }
}
.playlist-item .video-info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  overflow: hidden;
}
.playlist-item .video-info a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.playlist-item .video-info p {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #4f4f4f;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  word-break: break-all;
  white-space: normal;
}

.notification-list-wrapper {
  max-height: 40vh;
  overflow-y: auto;
}
.notification-list-wrapper .notification-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.notification-list-wrapper .notification-list li {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #dcdcdc;
}
.notification-list-wrapper .notification-list li a {
  padding: 8px 15px !important;
  display: flex;
  align-items: flex-start !important;
  width: 100%;
}
.notification-list-wrapper .notification-list li a .notify-img {
  flex: 0 0 100px;
  display: none;
}
.notification-list-wrapper .notification-list li a .notify-img img {
  width: 100% !important;
}
.notification-list-wrapper .notification-list li a .notify-info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}
.notification-list-wrapper .notification-list li a .notify-info .category {
  font-size: 12px;
  color: #ffffff;
  background: #017bc6;
  padding: 2px 5px;
  border-radius: 3px;
  word-break: break-all;
  white-space: normal;
  max-width: calc(100% - 100px);
}
.notification-list-wrapper .notification-list li a .notify-info .urgent {
  height: 22px;
  margin-left: 10px;
}
.notification-list-wrapper .notification-list li a .notify-info .time {
  flex: 0 0 100%;
  padding-top: 6px;
  text-align: left;
  color: #999999;
  font-size: 12px;
}
.notification-list-wrapper .notification-list li a .notify-info .title {
  flex: 0 0 100%;
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
  word-break: break-all;
  white-space: normal;
}
.notification-list-wrapper .notification-list li a:hover {
  opacity: 1 !important;
  background: #e2e2e2 !important;
}
.notification-list-wrapper .notification-list li:last-child {
  overflow: hidden;
  border-bottom: 0;
}

.btn-video-thumbnail {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.btn-video-thumbnail span {
  color: #ffffff;
  font-size: 13px;
  padding: 0 6px;
}
@media (max-width: 767px) {
    .playlist-video-item .video-thumbnail img {
        width: 100% ;
        object-fit: cover ;
        object-position: center ;
        height: auto;
    }
}

.c-mask.show {
  display: block;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.pagination-wrapper .page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color: #017bc6;
  border-color: #017bc6;
}
.pagination-wrapper a {
  font-size: 13px;
  color: #333333;
}

.player-content {
  display: flex;
  margin-bottom: 50px;
}
.player-content .main-panel {
  width: calc(100% - 370px);
  padding-right: 30px;
}
.player-content .main-panel .video-player img {
  width: 100%;
}
.player-content .main-panel .video-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 5px solid #e5e6ec;
}
.player-content .main-panel .video-toolbar .left-col {
  display: flex;
  max-width: calc(100% - 110px);
  position: relative;
  padding-right: 50px;
}
.player-content .main-panel .video-toolbar .left-col .category-label span {
  background: #017bc6;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 3px;
  white-space: nowrap;
}
.player-content .main-panel .video-toolbar .left-col .tags-list {
  background: transparent;
  border: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: auto;
}
.player-content .main-panel .video-toolbar .left-col .tags-list ul li {
  margin: 2px;
}
.player-content .main-panel .video-toolbar .left-col .tags-list ul li a {
  background-color: #f0f0f0;
  color: #333333;
}
.player-content .main-panel .video-toolbar .left-col .btn-edit {
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.player-content .main-panel .video-toolbar .left-col .btn-edit img {
  margin-right: 0;
  width: 16px;
}
.player-content .main-panel .video-toolbar .left-col.no-pdr {
  padding-right: 0;
}
.player-content .main-panel .video-toolbar .right-col {
  width: 110px;
  display: flex;
  justify-content: flex-end;
}
.player-content .main-panel .video-toolbar .right-col .btn + .player-content .main-panel .video-toolbar .right-col .btn {
  margin-left: 15px;
}
.player-content .main-panel .video-toolbar .right-col .btn {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.player-content .main-panel .video-toolbar .right-col .btn img {
  margin-right: 0;
  width: 16px;
  position: relative;
  top: 0px;
}
.player-content .main-panel .video-toolbar .right-col .btn.actived {
  background: #017bc6;
  border: 1px solid #089ec1;
}
.player-content .main-panel .video-toolbar .right-col .btn.actived img {
  filter: brightness(0) invert(1);
}
.player-content .main-panel .video-desc {
  padding: 15px 0;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  justify-content: space-between;
  word-break: break-all;
}
.player-content .main-panel .video-desc p {
  padding-right: 15px;
  font-size: 14px;
  color: #4e4e4e;
  word-break: break-all;
}
.player-content .main-panel .video-desc .btn {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.player-content .main-panel .video-desc .btn img {
  margin-right: 0;
  width: 16px;
}
.player-content .main-panel .video-desc .more {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #666;
}
.player-content .main-panel .video-desc .more:hover {
  cursor: pointer;
  color: #007bc6;
}
.player-content .side-panel {
  width: 370px;
}
.player-content .side-panel .video-list-box {
  border: 1px solid #cdcdcd;
}
.player-content .side-panel .video-list-box .header {
  position: relative;
  padding: 0;
}
.player-content .side-panel .video-list-box .header h4 {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  background: #e7eaec;
  color: #333333;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  text-align: left;
  border-left: 5px solid #184d86;
}
.player-content .side-panel .video-list-box .header span {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .player-content .side-panel .video-list-box .header {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.player-content .side-panel .video-list-box.playlist-video .header h4 {
  background: transparent;
  border: 0;
}
.player-content .side-panel .video-list-box.playlist-video .header span {
  margin-right: 15px;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper {
  display: flex;
  position: relative;
  padding: 10px 15px;
}

.player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper {
    padding: 10px 0px;
}

.player-content .side-panel .video-list-box .list .video-item-wrapper .number {
  font-size: 24px;
  color: #696969;
  font-weight: bold;
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .video-item {
  display: flex;
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-right: 40px;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail {
  width: 116px;
  height: 64px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail {
    height: 70px;
  }
    .player-content .side-panel .video-list-box .list .video-item-wrapper {
        padding: 10px 15px
    }
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title {
  flex: 0 0 calc(100% - 116px);
  max-width: calc(100% - 116px);
  display: flex;
  align-items: center;
  padding: 5px 0 5px 10px;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title a {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title div {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 99;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .btn-white {
  font-size: 0;
  background: #ffffff;
  width: 18px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-direction: column;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .btn-white span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #c4c4c4;
  position: relative;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .btn-white span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #c4c4c4;
  top: -6px;
  position: absolute;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .btn-white span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #c4c4c4;
  top: 6px;
  position: absolute;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .dropdown-menu {
  padding: 0;
  z-index: 99;
  overflow: hidden;
  width: 190px;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 15px;
  white-space: nowrap;
  height: 40px;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown .dropdown-menu .dropdown-item img {
  width: 16px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .player-content .side-panel .video-list-box .list .video-item-wrapper .dropdown {
    display: block;
  }
}
.player-content .side-panel .video-list-box .list .video-item-wrapper:hover {
  cursor: pointer;
  background: #ededed;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper:hover .dropdown {
  display: block;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper.now-playing {
  background: #ededed;
  position: relative;
}
.player-content .side-panel .video-list-box .list .video-item-wrapper.now-playing::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #017bc6;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .player-content .side-panel .video-list-box .list .video-item-wrapper.now-playing::after {
    right: auto;
    left: 5px;
  }
}
.player-content .side-panel .video-list-box .list .text-center {
  font-size: 13px;
  color: #666666;
  padding: 0 15px;
}
.player-content .side-panel .video-list-box .list::-webkit-scrollbar {
  width: 10px;
}
.player-content .side-panel .video-list-box .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0);
  border-radius: 0;
}
.player-content .side-panel .video-list-box .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
/*.player-content .side-panel .video-list-box.playlist-video .list {*/
/*  max-height: 600px;*/
/*  overflow-y: auto;*/
/*}*/
.player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item {
  width: 100%;
  max-width: 100%;
}
.player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-thumbnail {
  height: 138px;
}
.player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title {
  max-width: 100%;
  padding-top: 5px;
  font-weight: bold;
}
.player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title a {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.player-content .side-panel .btn-red {
  width: 100%;
  height: 40px;
  margin-top: 15px;
}
.player-content .side-panel .btn-red img {
  width: 29px;
}

.modal-video-wrapper {
  max-width: 95%;
  margin: 0 auto;
}
.modal-video-wrapper .modal-header {
  padding: 10px 15px;
}
.modal-video-wrapper .modal-body.video-body {
  padding: 15px 0;
}
.modal-video-wrapper .video-title {
  padding: 15px 0 5px 0;
}
.modal-video-wrapper .video-body {
  margin-bottom: 20px;
}
.modal-video-wrapper .player-content .main-panel {
  flex: 0 0 calc(100% - 260px);
  padding: 0 15px 0 0;
}
.modal-video-wrapper .player-content .main-panel .video-header h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 767px) {
  .modal-video-wrapper .player-content .main-panel .video-header {
    padding: 0 15px;
  }
}
.modal-video-wrapper .player-content .main-panel .video-toolbar .right-col {
  width: auto;
}
.modal-video-wrapper .player-content .main-panel .video-toolbar .right-col .btn {
  width: auto;
  padding: 10px 15px;
  background-color: #ffffff;
}
.modal-video-wrapper .player-content .main-panel .video-desc p {
  padding-right: 0;
  margin-bottom: 0;
}
.modal-video-wrapper .player-content .side-panel {
  flex: 0 0 260px;
  padding-left: 0;
  overflow: auto;
}
.modal-video-wrapper .player-content .side-panel .video-list-box {
  border: 0;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .header {
  padding: 10px 0 10px 15px;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .header:after {
  right: 0;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item {
  padding-right: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail {
  flex: 0 0 100%;
  width: 100%;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a {
  width: 100%;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a.category-title {
  width: auto;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title {
  flex: 0 0 100%;
  width: 100%;
  padding: 10px 0 0 0;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title a {
  font-size: 14px;
}
.modal-video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper:hover {
  background: #fff;
}
.modal-video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item {
  display: block;
}
.modal-video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title {
  flex: 0 0 auto;
  width: 100%;
  padding: 5px 0 0 0;
}
.modal-video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title a {
  font-size: 14px;
}
.modal-video-wrapper .modal-footer {
  padding: 5px;
  background: #cdcdcd;
}

.video-wrapper {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 100px;
}
.video-wrapper .modal-header {
  padding: 10px 15px;
}
.video-wrapper .modal-body.video-body {
  padding: 15px 0;
}
.video-wrapper .video-title {
  padding: 15px 0 5px 0;
}
.video-wrapper .video-body {
  margin-bottom: 20px;
}
.video-wrapper .player-content .main-panel {
  flex: 0 0 calc(100% - 260px);
  padding: 0 5px 0 0;
}
.video-wrapper .player-content .main-panel .video-header h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  word-break: break-all;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .video-wrapper .player-content .main-panel .video-header {
    padding: 0 15px;
  }

  .video-wrapper {
    margin-top: 20px;
  }
}
.video-wrapper .player-content .main-panel .video-toolbar .right-col {
  width: auto;
}
.video-wrapper .player-content .main-panel .video-toolbar .right-col .btn {
  font-size: 14px;
  width: auto;
  padding: 10px 15px;
  background-color: #ffffff;
}
.video-wrapper .player-content .main-panel .video-desc p {
  padding-right: 0;
  margin-bottom: 0;
  word-break: break-all;
}
@media (max-width: 767px) {
  .video-wrapper .player-content .main-panel #main-video {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 999;
  }
}
.video-wrapper .player-content .side-panel {
  flex: 0 0 260px;
  padding-left: 0;
  overflow: auto;
}
.video-wrapper .player-content .side-panel .video-list-box {
  border: 0;
}
.video-wrapper .player-content .side-panel .video-list-box .header {
  padding: 0 0 10px 15px;
}
.video-wrapper .player-content .side-panel .video-list-box .header:after {
  right: 0;
}
@media (max-width: 767px) {
  .video-wrapper .player-content .side-panel .video-list-box .header {
    padding-right: 15px;
  }
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item {
  padding-right: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail {
  flex: 0 0 100%;
  width: 100%;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a {
  width: 100%;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-thumbnail a.category-title {
  width: auto;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title {
  flex: 0 0 100%;
  width: 100%;
  padding: 10px 0 0 0;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item .video-title a {
  font-size: 14px;
}
.video-wrapper .player-content .side-panel .video-list-box .list .video-item-wrapper:hover {
  background: #fff;
}
.video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item {
  display: block;
}
.video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title {
  flex: 0 0 auto;
  width: 100%;
  padding: 5px 0 0 0;
}
.video-wrapper .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-title a {
  font-size: 14px;
}
.video-wrapper .modal-footer {
  padding: 5px;
  background: #cdcdcd;
}

.no-video {
  text-align: center;
  padding: 30px 15px;
}

.modal-playlist .modal-body {
  max-height: 450px;
  overflow-y: auto;
}
.modal-playlist .modal-body ul {
  padding: 0 15px;
}
.modal-playlist .modal-body ul li label {
  font-size: 13px;
}
.modal-playlist .modal-footer {
  padding: 10px 15px;
  justify-content: flex-start;
}
.modal-playlist .modal-footer .btn-white {
  background: #ffffff;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.modal-playlist .modal-footer .btn-white:before {
  content: "+";
  margin-right: 5px;
  font-size: 22px;
}
.modal-playlist .modal-footer .btn-white:hover {
  background-color: #f6f6f6;
}
.modal-playlist .modal-footer .btn-white.hide {
  display: none;
}
.modal-playlist .modal-footer .new-playlist {
  display: none;
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0 15px;
}
.modal-playlist .modal-footer .new-playlist .btn-blue {
  float: right;
  font-size: 13px;
  padding: 5px 20px;
}
.modal-playlist .modal-footer .new-playlist.show {
  display: block;
}
.modal-playlist .modal-footer .new-playlist.show .form-control {
  font-size: 13px;
}

.checkbox-group {
  display: block;
}
.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #017bc6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-group input:checked + label:before {
  border: 2px solid #017bc6;
}
.checkbox-group label {
  position: relative;
  cursor: pointer;
}
.checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #cdcdcd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
}

.btn-loading {
  margin: 20px auto 50px;
  display: block;
  padding: 10px 50px;
}
.btn-loading img {
  width: 24px;
}

.modal-header .close:focus {
  outline: none;
}

.center-wrapper {
  margin: 0 auto;
  width: 450px;
  text-align: center;
}
.center-wrapper .video-layers {
  width: 96px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.center-wrapper .strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.center-wrapper p {
  font-size: 18px;
  color: #333;
}
.center-wrapper .btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.center-wrapper .btn-row .login-link {
  border: 1px solid #017bc6;
  color: #017bc6;
  border-radius: 5px;
  padding: 10px 45px;
  font-size: 14px;
}
.center-wrapper .btn-row .login-link img {
  width: 20px;
}
.center-wrapper .btn-row .reg-link {
  border: 1px solid #017bc6;
  background: #017bc6;
  color: #fff;
  border-radius: 5px;
  padding: 10px 45px;
  font-size: 14px;
}
.center-wrapper .btn-row .reg-link img {
  width: 20px;
}
.center-wrapper .center-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #333;
}

.t8-logo {
  width: 100px;
}

.center-wrapper.registration-wrapper {
  width: 100%;
  margin-top: 70px;

}

.authen-wrapper {
  width: 540px;
  padding: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin: 50px auto;
}
.authen-wrapper .sub-title {
  color: #666;
  font-size: 13px;
}

.authen-form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
}
.authen-form .form-group {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}
.authen-form .form-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
}
.authen-form .form-group .radiobox-custom label {
  font-size: 16px;
}
.authen-form .btn-submit {
  width: 272px;
  margin: 20px auto 10px;
  font-size: 14px;
  color: #ffffff;
  background: #017bc6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authen-form .btn-submit img {
  width: 15px;
  margin-right: 10px;
}
.authen-form .btn-submit.btn-unlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.authen-form .btn-submit.btn-unlock img {
  width: 15px;
  margin-right: 10px;
}
.authen-form p {
  margin: 0px auto;
  width: 272px;
  color: #333;
  font-size: 14px;
}
.authen-form p a {
  color: #017bc6;
  text-decoration: underline;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #333;
  font-size: 14px;
}
.styled-checkbox + span:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
.styled-checkbox:hover + span:before {
  background: #017bc6;
  border: 1px solid #017bc6;
}
.styled-checkbox:checked + span:before {
  background: #017bc6;
  border: 1px solid #017bc6;
}
.styled-checkbox:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.styled-checkbox:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}

.step-bar {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.step-bar ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
}
.step-bar ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-width: 180px;
}
.step-bar ul li .step-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  font-size: 28px;
  background: #888888;
  line-height: 45px;
  color: #fff;
  border: 5px solid #fff;
  position: relative;
  z-index: 9;
}
.step-bar ul li .step-no:after {
  content: "";
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  right: -305px;
  width: 300px;
  top: 50%;
}
.step-bar ul li .step-no.active {
  background: #017bc6;
}
.step-bar ul li .step-title {
  font-size: 15px;
  color: #999999;
  margin-top: 10px;
}
.step-bar ul li:last-child .step-no:after {
  display: none;
}
.step-bar ul li.active .step-no {
  background: #017bc6;
}
.step-bar ul li.active .step-title {
  color: #000;
}
.step-bar ul li.done .step-no {
  font-size: 0;
  background: url("../images/check-icon.png") #888;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.group-cols {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.group-cols .col-20 {
  width: 20%;
  flex: 0 0 20%;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.group-cols .col-20 .form-control {
  width: 70%;
}
.group-cols .col-20 .unit {
  position: absolute;
  right: 22px;
  top: 35px;
}
.group-cols .col-25 {
  width: 25%;
  flex: 0 0 25%;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.group-cols .col-25 .form-control {
  width: 70%;
}
.group-cols .col-25 .unit {
  position: absolute;
  right: 22px;
  top: 35px;
}
@media (max-width: 767px) {
  .group-cols .col-25 {
    width: 50%;
    flex: 0 0 50%;
  }
}
.group-cols .col-30 {
  width: 30%;
  flex: 0 0 30%;
  padding-right: 10px;
  padding-left: 10px;
}
.group-cols .col-40 {
  width: 40%;
  flex: 0 0 40%;
  padding-right: 10px;
  padding-left: 10px;
}
.group-cols .col-50 {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .group-cols .col-50.xs-100 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.group-cols .col-60 {
  width: 60%;
  flex: 0 0 60%;
  padding-right: 10px;
  padding-left: 10px;
}
.group-cols .col-70 {
  width: 70%;
  flex: 0 0 70%;
  padding-right: 10px;
  padding-left: 10px;
}
.group-cols .col-100 {
  width: 100%;
  flex: 0 0 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.registration-form {
  width: 850px;
  margin: 40px auto 50px;
  padding: 10px 30px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
}
.registration-form .desc {
  font-size: 12px;
  color: #999;
}
.registration-form .form-group .checkbox-custom {
  margin-right: 25px;
  margin-bottom: 0;
}
.registration-form .form-group .checkbox-custom .styled-checkbox + span:before {
  content: "";
  vertical-align: text-top;
}
.registration-form .form-group .checkbox-custom .styled-checkbox:checked + span:after {
  content: "";
  top: 9px;
}
.registration-form .form-group sub {
  margin-left: 15px;
  top: 0;
}
.registration-form hr {
  height: 1px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #dcdcdc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.registration-form .checkbox-custom-center {
  text-align: center;
  font-size: 14px;
}
.registration-form .checkbox-custom-center .styled-checkbox + span:before {
  content: "";
  vertical-align: text-top;
}
.registration-form .checkbox-custom-center .styled-checkbox:checked + span:after {
  content: "";
  top: 9px;
}
.registration-form .btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.registration-form .btn-row .btn-submit {
  margin: 0;
  width: 250px;
}
.registration-form .btn-row .btn-prev {
  color: #017bc6;
  border: 1px solid #017bc6;
  background: #fff;
  width: 250px;
}

.check-group {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px !important;
}
.check-group .checkbox-custom {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.check-group .checkbox-custom .value {
  font-weight: 500;
  color: #000;
}

.checkbox-custom span a {
  text-decoration: underline;
  color: #017bc6 !important;
}

.radiobox-custom {
  cursor: pointer;
  font-weight: bold;
}
.radiobox-custom label {
  font-size: 16px;
}
.radiobox-custom span {
  display: inline-block;
  margin-left: 5px;
}
.radiobox-custom.font-normal {
  font-weight: normal;
}
.radiobox-custom:hover {
  cursor: pointer;
}

.edit-form .btn-row {
  margin-top: 7px;
  display: flex;
  justify-content: flex-end;
}
.edit-form .btn-row .btn {
  background: none;
  font-size: 14px;
}
.edit-form .btn-row .btn:focus {
  box-shadow: none;
  outline: none;
}
.edit-form .btn-row .btn:active {
  border: 0;
  box-shadow: none;
}
.edit-form .btn-row .btn-cancel {
  width: auto !important;
}
.edit-form .btn-row .btn-save {
  margin-left: 10px !important;
  padding: 0 20px !important;
  width: auto !important;
  color: #ffffff;
  background: #017bc6;
}
.edit-form .form-control {
  font-size: 14px;
}

.bootstrap-tagsinput {
  box-shadow: none;
  min-height: 38px;
}
.bootstrap-tagsinput .badge {
  font-weight: 400;
  margin-right: 5px;
}

#editDescription {
  width: 100%;
}
#editDescription textarea {
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: #333;
  border: 1px solid #eaeaea;
}
#editDescription textarea:focus {
  box-shadow: none;
  outline: none;
}
#editDescription textarea:active {
  border: 1px solid #cdcdcd;
  box-shadow: none;
}

.dropzoneVideo {
  margin-bottom: 15px;
  min-height: 150px;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background: url(../images/upload-video.png) #f3f3f3 no-repeat center 50px;
  padding: 170px 20px 20px 20px;
}
.dropzoneVideo .dz-message {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

#selectVideo {
  max-height: 100vh;
  overflow: hidden;
}
#selectVideo .modal-dialog {
  max-width: 800px;
}
#selectVideo .modal-footer {
  padding: 0 0 30px 0;
  border-top: 0;
  display: flex;
  justify-content: center;
}
#selectVideo .modal-footer .btn-blue {
  font-size: 14px;
  padding: 8px 30px;
}
#selectVideo .list-video {
  max-height: 50vh;
  min-height: 30vh;
  overflow-y: auto;
}

#uploadVideo .modal-dialog {
  max-width: 800px;
}
#uploadVideo .modal-footer {
  padding: 0 0 10px 0;
  border-top: 0;
  display: flex;
  justify-content: center;
}
#uploadVideo .modal-footer .btn-blue {
  font-size: 14px;
  padding: 8px 30px;
}
#uploadVideo .modal-footer .btn-blue:disabled {
  background: #999999;
}

.video-upload-form .video-upload-info h3 {
  padding: 15px 0 10px;
  font-size: 16px;
  border-bottom: 3px solid #e5e6ec;
}
.video-upload-form .video-upload-info .form-group label {
  font-size: 13px;
}

.list-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-view .video-item {
  display: flex;
  flex-direction: row;
  width: 90%;
  max-width: 100%;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-view .video-item .video-no {
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  padding-right: 10px;
  flex: 0 0 100px;
  min-width: 100px;
  justify-content: flex-end;
}
.list-view .video-item .video-thumbnail {
  flex: 0 0 300px;
  height: 168px;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .list-view .video-item .video-thumbnail {
    height: 45vw;
  }
  .list-view .video-item .video-thumbnail div img {
    height: 100%;
    max-height: 100%;
  }
}
.list-view .video-item .video-info {
  padding-left: 12px;
  flex: 0 0 calc(100% - 400px);
  word-break: break-all;
  white-space: normal;
}
.list-view .video-item .video-info .video-title a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  max-height: 50px;
  padding-left: 0;
  font-weight: 500;
}
.list-view .video-item .video-info .video-meta {
  margin-top: 5px;
}
.list-view .video-item .video-info .video-meta a {
  color: #5f5f5f;
  font-size: 13px;
}
.list-view .video-item .video-info .video-meta span {
  color: #5f5f5f;
  font-size: 13px;
  margin-left: 30px;
}
.list-view .video-item .video-info .video-meta span img {
  width: 16px;
}
.list-view .video-item .video-info .video-des p {
  color: #5f5f5f;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  line-height: 18px;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list-view .video-item:hover {
  background: #f5f5f5;
}
.list-view .video-item.notify-item {
  width: 750px;
  margin-bottom: 0;
  position: relative;
  padding-right: 30px;
}
.list-view .video-item.notify-item .video-thumbnail {
  flex: 0 0 220px;
  max-width: 220px;
  width: 220px;
}
.list-view .video-item.notify-item .video-thumbnail img {
  max-height: 125px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.list-view .video-item.notify-item .video-info {
  flex: 0 0 calc(100% - 0px);
  max-width: calc(100% - 0px);
  width: calc(100% - 0px);
  padding: 10px 0 !important;
}
.list-view .video-item.notify-item .video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-view .video-item.notify-item .video-meta a {
  background: #39bad9;
  padding: 3px 10px;
  border-radius: 3px;
  color: #000;
}
.list-view .video-item.notify-item .video-meta span {
  font-style: normal;
  color: #999;
}
.list-view .video-item.notify-item .video-title a {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.list-view .video-item.notify-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ef1e1e;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.list-view .video-item.notify-item:before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 5px;
  background: #eaeaea;
}
.list-view .video-item.notify-item.checked {
  opacity: 0.9;
}
.list-view .video-item.notify-item.checked .video-title a {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.list-view .video-item.notify-item.checked:after {
  display: none;
}

.modal-confirm {
  padding: 30px 50px;
}
.modal-confirm h4 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.modal-confirm p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #454545;
}
.modal-confirm .btn-row {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.modal-confirm .btn-row .btn {
  max-width: 200px;
  margin: 0 10px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-confirm {
    padding: 30px 8px;
  }
  .modal-confirm h4 {
    font-size: 20px;
  }
  .modal-confirm p {
    font-size: 12px;
  }
  .modal-confirm .btn-row {
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  .modal-confirm .btn-row .btn {
    max-width: 200px;
    font-size: 13px;
    margin: 0 10px;
    text-align: center;
    justify-content: center;
  }
}

.dropzoneThumbnail {
  padding: 0;
  border: 1px dashed #ced4da;
  border-radius: 5px;
  height: 90px;
  width: 160px;
  min-height: 90px;
  overflow: hidden;
}
.dropzoneThumbnail .dz-message {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dropzoneThumbnail .dz-message img {
  width: 32px;
}
.dropzoneThumbnail .dz-preview {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.dropzoneThumbnail .dz-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dropzoneThumbnail .dz-preview .dz-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 90px;
}

.text-page {
  font-size: 14px;
  color: #333;
}
@media (max-width: 767px) {
  .text-page {
    padding: 0 15px;
  }
}
.text-page p {
  font-size: 14px;
  color: #333;
}
.text-page ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-page img {
  max-width: 100%;
  margin: 0 auto;
}

.account-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.account-container .row {
  width: 100%;
  margin-bottom: 30px;
}
.account-container .row .col {
  max-width: 50%;
}
@media (max-width: 767px) {
  .account-container .row .col {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.account-container .pagination {
  justify-content: flex-end;
}
.account-container .pagination .page-link {
  font-size: 13px;
  border: 0;
  color: #333;
}
.account-container .pagination .page-item.active .page-link {
  background: #fff;
  color: #007bff;
}

.current-title {
  width: 750px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.plan-card {
  border: 1px solid #cad2eb;
  background: #eaeff4;
  width: 750px;
  max-width: 100%;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.plan-card .col-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-right: 15px;
}
.plan-card .col-left h4 {
  font-size: 22px;
  margin-bottom: 0;
  color: #333333;
}
.plan-card .col-left h4 span {
  color: #16219c;
}
.plan-card .col-left .pricing {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #666;
}
@media (max-width: 767px) {
  .plan-card .col-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.plan-card .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 15px;
  background: url(../images/crown-img-shadow.png) #ffd400 no-repeat;
  background-size: 38%;
  background-position: -40px calc(100% + 20px);
  max-width: 50%;
  width: 50%;
  padding-left: 15px;
  border-radius: 10px;
}
.plan-card .col-right .plan-content {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.plan-card .col-right .plan-content h5 {
  color: #5a4c06;
  font-size: 18px;
  margin-bottom: 0;
}
.plan-card .col-right .plan-content span {
  color: #666666;
}
.plan-card .col-right .btn {
  margin-left: 20px;
  font-size: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
@media (max-width: 767px) {
  .plan-card .col-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.plan-card.premium {
  background: url(../images/crown-img-shadow.png) #fff3b8 no-repeat;
  background-size: 30%;
  background-position: -60px calc(100% + 40px);
  border: 1px solid #ffd400;
}
.plan-card.premium .col-left h4 span {
  color: #5a4c06;
  font-size: 28px;
}
.plan-card.premium .col-right {
  background: #80d7ec;
}
.plan-card.premium .col-right h5 {
  color: #16219c;
}

.update-plan-title {
  font-size: 20px;
  margin-bottom: 0;
  color: #333333;
}

.footer-space-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.modal-footer .continue {
  display: flex;
}
.modal-footer .continue .btn-cancel {
  background: #cdcdcd;
}
.modal-footer .continue.hide {
  display: none;
}
.modal-footer .confirm-plan {
  display: none;
}
.modal-footer .confirm-plan.active {
  display: flex;
}

.plan-description .sub-info .alert {
  font-size: 13px;
  color: #ec0202;
  padding: 0;
}
.plan-description .card-info {
  border: 2px solid #cad2eb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  background: #eaeff4;
  position: relative;
}
.plan-description .card-info .title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan-description .card-info .title span {
  font-size: 16px;
}
.plan-description .card-info .title .alert {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #f00;
}
.plan-description .card-info .info ul li {
  font-size: 14px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px;
  display: block;
  color: #333333;
}
.plan-description .card-info .info ul li::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-description .card-info:hover {
  cursor: pointer;
  border: 2px solid #cdcdcd;
}
.plan-description .card-info.premium {
  border: 2px solid #ffd400;
  background: #fff3b8;
  background-size: 30%;
  background-position: calc(100% + 40px) calc(100% + 10px);
}
.plan-description .card-info.premium .title {
  border-bottom: 1px solid #a99a54;
}
.plan-description .card-info.premium .title span {
  font-weight: bold;
  color: #5a4c06;
}
.plan-description .card-info.premium .info ul li {
  padding-left: 18px;
}
.plan-description .card-info.premium .info ul li::after {
  content: "";
  background: url(../images/crown-icon.png);
  width: 14px;
  height: 14px;
  background-size: 14px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.plan-description .card-info.premium:hover {
  border: 2px solid #d8b508;
}
.plan-description .card-info.selected::before {
  content: "";
  background: url(../images/check-blue.svg) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}
.plan-description .cancel-plan {
  font-size: 12px;
  color: #999999;
  text-decoration: underline;
}
.plan-description .to-premium {
  display: block;
}
.plan-description .to-premium.hide {
  display: none;
}
.plan-description .premium-plan-confirm {
  display: none;
}
.plan-description .premium-plan-confirm.active {
  display: block;
}
.plan-description .to-basic {
  display: block;
}
.plan-description .to-basic.hide {
  display: none;
}
.plan-description .basic-plan-confirm {
  display: none;
}
.plan-description .basic-plan-confirm.active {
  display: block;
}
.plan-description .confirm-text {
  font-size: 13px;
  color: #666666;
  text-align: center;
  border-top: 1px dashed #cdcdcd;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 0rem;
}

.modal-header.withdraw-confirm-agency p:last-child {
    margin-bottom: 0;
}

.alert-description {
  font-size: 13px;
  margin-bottom: 20px;
}
.alert-description ul li {
  color: #ff0000;
}

.profile-card {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  height: 100%;
}
.profile-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-card .card-header h4 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.profile-card .card-header .btn-edit {
  color: #333;
  border: 1px solid #eaeaea;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.profile-card .card-header .btn-edit img {
  width: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.profile-card .card-header .btn-edit:hover {
  background: #fff;
}
.profile-card .card-body ul {
  display: flex;
  flex-direction: column;
}
.profile-card .card-body ul li {
  font-size: 14px;
  min-height: 40px;
  display: flex;
}
.profile-card .card-body ul li .title {
  width: 150px;
  flex: 0 0 150px;
  font-weight: 500;
  display: inline-block;
  color: #999;
}
.profile-card .card-body ul li .info {
  color: #333;
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
  color: #333;
  white-space: normal;
  word-break: break-all;
}
.profile-card .card-body ul li .info .visa-icon {
  width: 32px;
}
.profile-card .card-body ul li .info .list-item-inline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.profile-card .card-body ul li .info .list-item-inline li:after {
  content: "|";
  padding: 0 10px;
  color: #e0e0e0;
}
.profile-card .card-body ul li .info .list-item-inline li:last-child:after {
  display: none;
}

.payment-table {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .payment-table {
    padding: 0;
    overflow-x: auto;
    margin-bottom: 60px;
  }
  .payment-table .pagination {
    position: absolute;
  }
  .payment-table table tr td:last-child button {
    min-width: 120px;
    text-align: left;
  }
}
.payment-table table {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .payment-table table {
    white-space: nowrap;
  }
}
.payment-table thead {
  border-bottom: 2px solid #e5e6ec;
}
.payment-table th {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  padding: 10px;
}
.payment-table th:last-child {
  padding-left: 20px;
}
.payment-table td {
  font-size: 13px;
  color: #4b4b4b;
  padding: 10px;
  border-bottom: 1px dashed #dcdcdc;
}
.payment-table td .visa {
  width: 32px;
}
.payment-table td .premium {
  width: 24px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.payment-table td .btn {
  padding: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #236fa7;
  padding: 5px 10px;
}
.payment-table td .btn img {
  width: 20px;
  margin-right: 5px;
}
.payment-table td .btn:hover {
  background: #efefef;
}

.edit-info-form {
  width: 750px;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding: 20px 30px 20px;
}

.form-flex-row .form-group {
  margin-bottom: 20px;
}
.form-flex-row .form-group label {
  flex: 0 0 300px;
  width: 300px;
  max-width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

.edit-bottom-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5e6ec;
  padding: 20px 0 10px 0;
}
.edit-bottom-row .btn {
  font-size: 14px;
  margin: 0 10px;
}

.inquiry-container {
  width: 750px;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding: 20px 30px 20px;
  padding-bottom: 45px;
  margin: 0 auto;
}
.inquiry-container .edit-bottom-row .btn-blue {
  padding: 5px 20px;
}

.video-select-form .nav-tabs {
  display: flex;
}
.video-select-form .nav-tabs .nav-item {
  flex: 0 0 50%;
}
.video-select-form .nav-tabs .nav-item .nav-link {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ffffff;
  color: #333333;
}
@media (max-width: 767px) {
  .video-select-form .nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }
}
.video-select-form .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #017bc6;
}
.video-select-form .form-group {
  margin-top: 3px;
  background: #017bc6;
  padding: 15px 30px;
  margin-bottom: 5px;
}
.video-select-form .form-group .input-group {
  margin: 0;
}
.video-select-form .form-group .form-control {
  border: 1px solid #ffffff;
}
.video-select-form .form-group .input-group-text {
  background: #ffffff;
  border: 0;
}
.video-select-form .form-group .input-group-text img {
  width: 16px;
}
.video-select-form .list-video {
  padding: 0 30px;
}
.video-select-form .list-video .checkbox-video {
  padding: 15px;
    align-items: flex-start;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}
.video-select-form .list-video .checkbox-video .video-thumbnail {
  height: 135px;
  width: 240px;
}
.video-select-form .list-video .checkbox-video .video-thumbnail img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-thumbnail {
    max-width: 130px !important;
    height: auto;
      width: 120px;
      aspect-ratio: auto 16 /9 ;
  }
  .video-select-form .list-video .checkbox-video .video-thumbnail img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto !important;
  }
}
.video-select-form .list-video .checkbox-video .video-context {
  padding-left: 15px;
  width: calc(100% - 340px);
}
.video-select-form .list-video .checkbox-video .video-context .video-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
}
.video-select-form .list-video .checkbox-video .video-context .video-title a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-title a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-title {
    font-size: 13px;
    line-height: 18px;
  }
}
.video-select-form .list-video .checkbox-video .video-context .video-info {
  color: #666666;
  font-size: 14px;
}
.video-select-form .list-video .checkbox-video .video-context .video-info li {
  line-height: 30px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-info li {
    line-height: 22px;
  }
}
.video-select-form .list-video .checkbox-video .video-context .video-info li.duration {
  background: url("../images/clock.svg") no-repeat;
  background-position: left center;
  background-size: 20px;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-info li.duration {
    background-size: 16px;
  }
}
.video-select-form .list-video .checkbox-video .video-context .video-info li.category {
  background: url("../images/tag.svg") no-repeat;
  background-position: left center;
  background-size: 20px;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-info li.category {
    background-size: 16px;
  }
}
.video-select-form .list-video .checkbox-video .video-context .video-info li.tag {
  background: url("../images/hash.svg") no-repeat;
  background-position: left center;
  background-size: 20px;
}
.video-select-form .list-video .checkbox-video .video-context .video-info li.tag span:after {
  content: ", ";
}
.video-select-form .list-video .checkbox-video .video-context .video-info li.tag span:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-info li.tag {
    background-size: 16px;
  }
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context .video-info {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-context {
    width: calc(100% - 185px);
  }
}
.video-select-form .list-video .checkbox-video .video-action {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-select-form .list-video .checkbox-video .video-action {
    width: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .video-select-form .list-video {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .iron-image-container {
    align-items: flex-start;
  }
}

.checkbox-plus .icon-view {
  display: block;
  width: 100px;
  height: 40px;
  background: url("../images/plus.svg") left center no-repeat;
  background-size: 25px;
  padding-left: 30px;
}
.checkbox-plus .icon-view::after {
  content: "追加する";
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}
@media (max-width: 767px) {
  .checkbox-plus .icon-view {
    background: url("../images/plus.svg") center top no-repeat;
    background-size: 16px;
    padding-left: 0;
    width: 55px;
    height: auto;
    line-height: 50px;
  }
  .checkbox-plus .icon-view::after {
    font-size: 12px;
  }
}
.checkbox-plus input {
  position: absolute;
  opacity: 0;
}
.checkbox-plus input:checked + .icon-view-checked {
  background: url("../images/red-close-icon.png") left center no-repeat;
  background-size: 25px;
  padding-left: 30px;
}
.checkbox-plus input:checked + .icon-view-checked::after {
  content: "削除する";
  font-size: 14px;
  line-height: 40px;
  color: #c50000;
}
@media (max-width: 767px) {
  .checkbox-plus input:checked + .icon-view-checked {
    padding-left: 0;
  }
  .checkbox-plus input:checked + .icon-view-checked::after {
    font-size: 12px;
  }
}
.checkbox-plus .icon-view-checked {
  display: block;
  width: 100px;
  height: 40px;
  background: url("../images/red-close-icon.png") left center no-repeat;
  background-size: 25px;
  padding-left: 30px;
}
.checkbox-plus .icon-view-checked::after {
  content: "削除する";
  font-size: 14px;
  line-height: 40px;
  color: #c50000;
}
@media (max-width: 767px) {
  .checkbox-plus .icon-view-checked {
    background: url("../images/red-close-icon.png") center top no-repeat;
    background-size: 16px;
    padding-left: 0;
    width: 55px;
    height: auto;
    line-height: 50px;
  }
  .checkbox-plus .icon-view-checked::after {
    font-size: 12px;
  }
}
.checkbox-plus:hover {
  cursor: pointer;
}
.required {
  color: #f00;
  font-size: 11px;
}

.recommended-list {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 35px;
}
.recommended-list .slick-disabled {
  display: none !important;
}
.recommended-list .slick-arrow {
  position: absolute;
  border: 0;
  font-size: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 25px;
  bottom: 42px;
  width: 32px;
  z-index: 9;
}
.recommended-list .slick-arrow:focus {
  outline: 0;
}
.recommended-list .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.recommended-list .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/next-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

label.header {
  position: relative;
  padding-left: 12px;
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 15px;
}
label.header:before {
  content: "";
  width: 4px;
  height: 15px;
  display: block;
  position: absolute;
  background: #017bc6;
  top: 6px;
  left: 0;
}

.card-list ul {
  display: flex;
  margin-top: 10px;
}
.card-list ul li {
  margin-right: 30px;
}
.card-list ul li img {
  height: 40px;
}

.modal-uploadVideo {
  max-width: 800px;
}

.top-notification {
  max-width: 500px;
  padding: 15px 15px 15px 60px;
  position: relative;
  margin-left: 10px;
}
.top-notification .icon-notify {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 28px;
}
.top-notification li {
  font-size: 16px;
  color: #de0a29;
  font-weight: 500;
  height: 54px;
  display: flex !important;
  align-items: center;
}
.top-notification li span {
  display: flex;
  display: -webkit-box;
  line-height: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  max-height: 54px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1024px) {
  .top-notification li span {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-notification li span {
    max-width: 300px;
    margin-left: 0;
  }
}
.top-notification li span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .top-notification li span {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    top: 0px;
  }
}
.top-notification li:focus {
  outline: none;
}
@media (max-width: 1367px) {
  .top-notification {
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .top-notification {
    max-width: 230px;
    margin-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-notification {
    max-width: 300px;
    margin-left: 0;
  }
  .box-pc-login .btn-menu-display-tablet {
    transform: translateY(-50%);
  }
  .box-pc-login .btn-menu-display-tablet:focus {
    outline: none;
  }

  .box-pc-login .btn-menu-display-tablet span {
    position: relative;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    display: block;
  }

  .box-pc-login .btn-menu-display-tablet span:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    border-radius: 4px;
    background-color: #fff;
  }

  .box-pc-login .btn-menu-display-tablet span:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 20px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    border-radius: 4px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .top-notification {
    max-width: 300px;
    margin-left: 0;
  }
}

.full-body {
  width: 100vw;
  height: 100vh;
}

.full-body.page-404 {
  background: #8ddfea;
}
.full-body.page-404 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.full-body.page-404 .container h1 {
  font-size: 150px;
  font-weight: 700;
  margin-top: 60px;
  color: #222a4b;
  text-shadow: 4px 4px 0px #319fb3;
  margin-bottom: 10px;
  margin-top: 0;
  z-index: 9;
}
.full-body.page-404 .container h2 {
  font-size: 50px;
  font-weight: 300;
  color: #00a9e1;
  font-weight: bold;
  z-index: 9;
}
.full-body.page-404 .container p {
  font-size: 20px;
  color: #000000;
  z-index: 9;
}
.full-body.page-404 .container .btn-go-home {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  border: 0px solid;
  border-bottom: 2px solid;
  border-color: #007ca1;
  padding: 10px 41px;
  border-radius: 5px;
  background: none;
  display: inline-block;
  margin: 10px 0;
  background-color: #00a9e1;
  z-index: 9;
}
.full-body.page-404 .container .image-wrapper {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 0;
  display: flex;
}
.full-body.page-404 .container .image-wrapper span {
  display: flex;
  position: relative;
}
.full-body.page-404 .container .image-wrapper span::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.full-body.page-404 .container .image-wrapper span::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  top: -200px;
  left: -200px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.full-body.page-403 {
  background: #f7ca58;
}
.full-body.page-403 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.full-body.page-403 .container h1 {
  font-size: 120px;
  font-weight: 700;
  margin-top: 60px;
  color: #4b2922;
  text-shadow: 4px 4px 0px #b86229;
  margin-bottom: 10px;
  margin-top: 0;
  z-index: 9;
}
.full-body.page-403 .container h2 {
  font-size: 50px;
  font-weight: 300;
  color: #e12200;
  font-weight: bold;
  z-index: 9;
}
.full-body.page-403 .container p {
  font-size: 20px;
  color: #000000;
  z-index: 9;
}
.full-body.page-403 .container .btn-go-home {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  border: 0px solid;
  border-bottom: 2px solid;
  border-color: #a11d00;
  padding: 10px 41px;
  border-radius: 5px;
  background: none;
  display: inline-block;
  margin: 10px 0;
  background-color: #bb3112;
  z-index: 9;
}
.full-body.page-403 .container .image-wrapper {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 0;
  display: flex;
}
.full-body.page-403 .container .image-wrapper span {
  display: flex;
  position: relative;
}
.full-body.page-403 .container .image-wrapper span::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.full-body.page-403 .container .image-wrapper span::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  top: -200px;
  left: -200px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.tooltip-box {
  position: relative;
  background: #fff;
  border: 0;
}
.tooltip-box .dropup {
  display: none;
}
.tooltip-box .btn-question-tooltip {
  position: absolute;
  bottom: 6px;
  left: 5px;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  color: #666;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #666;
  padding: 0;
}
.tooltip-box:hover .btn-question-tooltip {
  color: #333;
  border: 1px solid #333;
  background: #f2f2f2;
  cursor: pointer;
}
.tooltip-box:hover .dropup {
  display: block;
  position: absolute;
  left: calc(100% + 12px);
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px;
  width: 322px;
  box-shadow: 4px 3px 8px 0px rgba(50, 50, 50, 0.3);
}
.tooltip-box:hover .dropup img {
  display: block;
  width: 300px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .tooltip-box:hover .dropup img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .tooltip-box:hover .dropup {
    width: 185px;
  }
}
.tooltip-box:hover .dropup:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  left: -5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  aside {
    width: 80px;
  }
  aside h1 a img {
    width: 60px;
  }
  aside .user-info {
    display: none;
    display: none;
  }
  aside nav ul {
    margin-top: 27px;
  }
  aside nav ul li a {
    font-size: 0;
  }
  aside .copyright {
    display: none;
  }
  aside .bottom-menu {
    display: none;
  }

  aside.expanded {
    width: 280px;
  }
  aside.expanded h1 a img {
    width: 98px;
  }
  aside.expanded nav ul li a {
    font-size: 14px;
  }
  aside.expanded .copyright {
    display: block;
  }
  aside.expanded .bottom-menu {
    display: block;
  }

  .main-wrapper {
    margin-left: 80px;
    transition: ease-in-out 0.2s;
  }
  .main-wrapper header {
    left: 80px;
  }
  .btn-menu-display {
    display: block;
    background: transparent;
    border: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 10px;
    opacity: 0.5;
  }
  .btn-menu-display span {
    position: relative;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #000000;
    display: block;
  }
  .btn-menu-display span:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    border-radius: 4px;
    background-color: #000000;
  }
  .btn-menu-display span:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 20px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    border-radius: 4px;
    background-color: #000000;
  }
  .main-wrapper header .btn-menu-display:focus {
    outline: none;
    box-shadow: none;
  }
  .main-wrapper header .btn-menu-display.expanded span {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .main-wrapper header .btn-menu-display.expanded span:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  .main-wrapper header .btn-menu-display.expanded span:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  .main-wrapper header form {
    margin-left: 80px;
  }
  .main-wrapper header.side-expanded {
    left: 0;
  }

  .main-wrapper.side-expanded {
    transform: translateX(280px);
    margin-left: 0;
    transition: ease-in-out 0.2s;
    z-index: 9999;
  }
}
.videos-grid:after {
  content: "";
  position: absolute;
  height: 5px;
  left: 95px;
  right: 95px;
  bottom: 0;
  display: block;
  background: #e5e6ec;
}
@media (max-width: 1367px) {
  section {
    padding: 0 20px;
  }

  .slider {
    padding: 30px 30px 35px;
  }

  .category-list li {
    flex: 0 0 50%;
  }

  .category-tags-row {
    margin: 0;
  }
  .category-tags-row .col {
    flex: 0 0 100%;
    padding: 0;
  }

  .tags-list {
    height: auto;
  }

  .ranking-section {
    padding-top: 30px;
  }
  .ranking-section:before {
    left: 0;
    right: 0;
    height: 2px;
  }
  .ranking-section:after {
    left: 0;
    right: 0;
    height: 2px;
  }
  .ranking-list .video-item .video-pos {
    font-size: 70px;
    bottom: 10px;
  }
  .ranking-list .video-item .video-pos .iron-image-loaded {
    height: 100% !important;
  }

  .recommended-list .video-item {
    padding-top: 135px;
  }
  .recommended-list .video-item .video-pos {
    font-size: 70px;
    bottom: 10px;
  }
  .recommended-list .video-item .video-pos .iron-image-loaded {
    height: 100% !important;
  }

  .playlist-item .video-info a {
    margin-bottom: 3px;
  }
  .playlist-item .video-info p {
    -webkit-line-clamp: 3;
    max-height: 54px;
  }

  .notification-list {
    width: 100% !important;
  }
}
.iron-image-loaded {
  height: 100% !important;
}

@media (max-width: 767px) {
  aside {
    width: calc(100vw - 0px);
    transform: translateX(calc(-100vw));
    transition: transform 0.3s;
    border: 0;
    min-height: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  aside.expanded {
    transform: translateX(0);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  aside.expanded h1 {
    transform: none;
  }
  aside .sidebar-header {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  aside h1 {
    position: relative;
    margin-bottom: 0;
  }
  aside h1 a {
    padding: 0 15px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  aside h1 a img {
    width: 68px;
  }
  aside h1 a:after {
    display: none;
  }
  aside .bottom-menu {
    max-width: 100%;
    bottom: 30px;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
  }
  aside .bottom-menu li {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  aside .bottom-menu li a {
    border: 1px solid #121212;
    background: #414141;
    text-align: center;
    display: block;
    padding: 5px 10px;
  }
  aside nav {
    margin-top: 0;
  }
  aside nav ul.primary-nav {
    margin-top: 0;
  }
  aside .copyright {
    color: #fff;
    bottom: 0;
    padding: 5px;
    background: #414141;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
  }
  aside .profile-panel .user-name {
    background: #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 20px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  aside .profile-panel .user-name img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    opacity: 0.7;
    filter: brightness(1.7) invert(1);
  }
  aside .profile-panel .user-name .arrow {
    position: absolute;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: transparent !important;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  aside .profile-panel .user-name .arrow:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #222;
    top: -3px;
    left: -2px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  aside .profile-panel .user-name .arrow:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #222;
    top: 3px;
    left: -2px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  aside .profile-panel .user-list ul {
    position: relative;
    margin-top: 0;
  }
  aside .profile-panel .user-list ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  aside .profile-panel .user-list ul li a .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  aside .profile-panel .user-list ul li a .icon img {
    max-width: 20px;
    filter: brightness(0) invert(1);
  }
  aside .profile-panel .user-list ul li a:hover {
    color: #017bc6;
  }
  aside .profile-panel .user-list ul li a:hover .icon img {
    filter: grayscale(0%);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  aside .profile-panel .user-list ul li a {
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  aside .profile-panel .user-list ul li a.actived {
    color: #017bc6;
    font-weight: bold;
  }
  aside .profile-panel .user-list ul li a.actived .icon img {
    opacity: 1;
    filter: grayscale(0%);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  aside .profile-panel .user-list ul li {
    border-bottom: 1px solid #818181;
  }
}
@media (max-width: 767px) {
  aside .main-nav {
      overflow: auto;
      height: calc(100% - 200px);
    transform: none;
    transition: all 0.3s;
  }
  aside .main-nav.slide-off {
    transform: translateX(-100vw);
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  aside .user-detail {
    display: block;
    transform: translateX(200vw);
    transition: all 0.15s;
    position: fixed;
    top: 50px;
    width: 100%;
    border-top: 2px solid #989898;
    background: #ffffff;
    height: calc(100vh - 190px);
  }
  aside .user-detail.open {
    transform: translateX(0);
    transition: all 0.15s;
  }
  aside .user-detail .user-detail-header {
    position: relative;
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
    background: #f6f6f6;
  }
  aside .user-detail .user-detail-header .btn-back-sidebar {
    position: relative;
    border: 0;
    background: transparent;
  }
  aside .user-detail .user-detail-header .btn-back-sidebar span {
    position: absolute;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #222 !important;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  aside .user-detail .user-detail-header .btn-back-sidebar span:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #222;
    top: -3px;
    left: -2px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  aside .user-detail .user-detail-header .btn-back-sidebar span:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #222;
    top: 3px;
    left: -2px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  aside .user-detail .user-detail-header h5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 14px;
    width: 70%;
    text-align: center;
    display: block;
    word-break: break-all;
  }
  aside .user-detail ul li {
    border-bottom: 1px solid #eaeaea;
  }
  aside .user-detail ul li a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  aside .user-detail ul li a.btn-close {
    position: relative;
    width: 100%;
  }
  aside .user-detail ul li a.btn-close::after, aside .user-detail ul li a.btn-close::before {
    display: none;
  }
  aside .user-detail ul li a .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  aside .user-detail ul li a .icon img {
    max-width: 20px;
    filter: grayscale(100%);
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .col.slick-slide {
    flex: none;
    max-width: none;
    display: block !important;
    padding: 0;
    width: 70vw !important;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .main-wrapper {
    margin-left: 0;
    padding-top: 50px;
  }
  .main-wrapper header {
    min-height: 50px;
    height: 50px;
    left: 0;
    right: 0;
    position: fixed;
    width: 100vw;
    border-bottom: 0;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  }
  .main-wrapper header .for-xs {
    display: block;
    margin-bottom: 0;
    margin-left: 50px;
  }
  .main-wrapper header .for-xs a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
  }
  .main-wrapper header .for-xs a img {
    width: 68px;
  }
  .main-wrapper header form {
    margin-left: 0;
    opacity: 0;
    position: fixed;
    top: 100px;
    left: 0;
    padding: 15px;
    width: 100vw;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    visibility: hidden;
  }
  .main-wrapper header form .form-control {
    display: none;
    width: 270px;
    min-width: 270px;
    padding: 8px 30px 8px 15px;
    height: 42px;
    background-size: 16px;
    background-position: calc(100% - 10px) 50%;
    border-radius: 5px 0 0 5px;
    border-color: #cdcdcd;
  }
  .main-wrapper header form .form-control:focus {
    border-color: #666666;
  }
  .main-wrapper header form .form-control:focus + .input-group-text {
    border-color: #666666;
  }
  .main-wrapper header form .input-group-text {
    border-radius: 0 5px 5px 0;
    border-color: #cdcdcd;
  }
  .main-wrapper header form .input-group:focus .form-control {
    border-color: #666666;
  }
  .main-wrapper header form .input-group:focus .input-group-text {
    border-color: #666666;
  }
  .main-wrapper header form.open {
    opacity: 1;
    top: 50px;
    z-index: 999;
    transition: all 0.5s;
    visibility: visible;
  }
  .main-wrapper header form.open .search-on-top {
    width: 100%;
    opacity: 1;
  }
  .main-wrapper header form.open .search-on-top .input-group {
    flex-wrap: nowrap;
  }
  .main-wrapper header form.open .form-control {
    display: block;
  }
  .main-wrapper header .header-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 50px;
  }
  .main-wrapper header .header-menu ul {
    width: 155px;
    margin-right: 60px;
  }
  .main-wrapper header .header-menu ul li.notification .dropdown-menu {
    width: auto !important;
    position: fixed !important;
    transform: none !important;
    top: 50px !important;
    left: 5px !important;
    right: 5px !important;
    z-index: 9999;
  }
  .main-wrapper header .header-menu ul li.notification .dropdown-menu .header a {
    width: auto;
  }
  .main-wrapper header .header-menu ul li {
    margin: 0;
    padding: 0;
    min-width: 70px;
    white-space: nowrap;
  }
  .main-wrapper header .header-menu ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 5px;
  }
  .main-wrapper header .header-menu ul li .dropdown {
    width: 100%;
  }
  .main-wrapper header .header-menu ul li .dropdown .btn {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .main-wrapper header .header-menu ul li.notification, .main-wrapper header .header-menu ul li.upload-video {
    width: 50px;
  }
  .main-wrapper header .header-menu ul li.user {
    display: none;
  }
  .main-wrapper header .header-menu ul li.visible-xs {
    display: block;
  }
  .main-wrapper header .col-left .col {
    padding: 0;
  }
  .main-wrapper header .col-left h1 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .main-wrapper header .col-left h1 a {
    display: flex;
    align-items: center;
  }
  .main-wrapper header .col-left h1 img {
    width: 120px;
  }
  .main-wrapper header .btn-discover {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 10px;
    opacity: 0.5;
  }
}
.inquiry-header .left-col h3 {
    font-size: 20px;
}
@media (max-width: 767px) {
  section {
    padding: 20px 0 30px;
  }
    .inquiry-header .left-col h3 {
        font-size: 18px;
    }
  section .header.border-header {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 20px;
    border-bottom: 2px solid #e5e6ec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
    section .header.border-header.inquiry-header {
        margin-top: 17px;
        border-bottom: 5px solid #e5e6ec;
        padding: 0 15px 16px;
    }
    section .header.border-header.info-header {
        margin-top: 20px;
    }
  section .header.border-header .right-col {
    display: flex;
    justify-content: flex-end;
  }
  section .header.notification-header {
    padding: 0 15px;
    flex-direction: row;
    border-bottom: 2px solid #e5e6ec;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  section .header.notification-header .back {
    margin-bottom: 10px;
  }
  section .header.notification-header .left-col h3 {
    padding: 0;
  }
  section .header.notification-header .right-col {
    position: absolute !important;
    top: 2px !important;
    right: 15px !important;
  }
  section .header.notification-header .right-col span {
    font-style: normal !important;
  }
  section .header {
    margin-bottom: 10px;
  }
  section .header .see-more {
    margin-right: 15px;
  }
  section .context-container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .context-container h1 {
    font-size: 24px;
  }
  section h3 {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .videos-grid .recommended-list .video-item .video-title a {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .slider {
    padding: 0 !important;
    border-bottom: 0;
    /* margin-bottom: 15px; */
  }
  .slider .video-layers {
    display: block;
    margin: 15px auto 10px;
    width: 80px;
  }
  .slider .text-center {
    padding: 0 5px;
  }
  .slider div {
    font-size: 10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .videos-grid {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .videos-grid .header.border-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 20px;
    border-bottom: 2px solid #e5e6ec ;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .videos-grid .header.border-header .right-col {
      width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .videos-grid .header.border-header.mobile-justify {
    flex-direction: row;
    justify-content: space-between;
  }
  .videos-grid.video-category .header.border-header {
    flex-direction: row;
    justify-content: space-between;
  }
    .videos-grid.video-category .header.border-header.category-header {
        min-height: 62px;
        flex-direction: row;
        justify-content: space-between;
    }
  .videos-grid .row {
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .videos-grid .row .col {
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .videos-grid .row .col:last-child {
    margin-bottom: 30px;
  }
  .videos-grid .row.list-view {
    margin-bottom: 50px;
  }
  .videos-grid .row.list-view .video-item {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .videos-grid .row.list-view .video-item .video-thumbnail {
    width: 100%;
    /*flex: 0 0 100%;*/
  }
  .videos-grid .row.list-view .video-item .video-info {
    padding: 0 15px 15px 15px;
  }
  .videos-grid .row.list-view .video-item .video-title {
    height: auto;
  }
  .videos-grid .header .left-col .list-sub-category {
      padding: 0;
      flex-wrap: nowrap;
      max-width: 100%;
      overflow-x: auto;
      display: flex;
      justify-content: flex-start;
  }
  .videos-grid .video-item .video-thumbnail {
    left: 0;
    right: 0;
      aspect-ratio: auto 16 /9;
  }
  .videos-grid .video-item .video-thumbnail img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
  .videos-grid .video-item .video-title {
    padding-top: 10px;
    height: 57px;
  }
  .videos-grid .recommended-list .video-item .video-title {
    padding-top: 0;
    height: 57px;
  }
  .videos-grid .video-thumbnail:hover::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .category-list {
    margin: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .category-tags-row .col {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .tags-list {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ranking-section {
    padding: 40px 0 20px;
    margin-top: 0;
  }
  .ranking-section .header {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .ranking-list {
    padding-left: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ranking-list .video-item {
    width: 75vw;
    padding-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ranking-list .video-item .video-pos {
    left: 0;
  }
  .ranking-list .slick-arrow.slick-prev {
    left: 0;
  }
  .ranking-list .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .playlist-row.grid-view {
    flex-direction: column;
  }
  .playlist-row.grid-view .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .playlist-row {
    margin: 0;
    padding-bottom: 25px;
  }
  .playlist-row .col {
    padding: 0 15px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .player-content {
    flex-direction: column;
  }
  .player-content .main-panel {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .player-content .main-panel .video-toolbar {
    flex-direction: column;
    padding: 15px;
  }
  .player-content .main-panel .video-toolbar .left-col {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .player-content .main-panel .video-toolbar .left-col .category-label span {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
  }
  .player-content .main-panel .video-toolbar .right-col {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }
  .player-content .main-panel .video-toolbar .right-col .btn {
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
    padding: 7px !important;
    height: 32px;
    border: 1px solid #b3b3b3;
    color: #5d5d5d;
  }
  .player-content .main-panel .video-toolbar .right-col .btn img {
    width: 16px;
    margin-right: 5px;
  }
  .player-content .main-panel .video-desc {
    padding: 15px;
  }
  .player-content .side-panel {
    width: 100%;
    flex: 0 0 100%;
  }
  .player-content .side-panel .video-list-box .header h4 {
    font-size: 18px;
  }
  .player-content .side-panel .video-list-box .list .video-item-wrapper .video-item {
    margin-bottom: 15px;
  }
  .player-content .side-panel .video-list-box.playlist-video .list {
    max-height: none;
  }
  .player-content .side-panel .video-list-box.playlist-video .list .video-item-wrapper .video-item {
    margin-bottom: 0;
  }
  .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item {
    padding-right: 15px !important;
    max-width: 100%;
  }
  .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper .video-item .video-thumbnail {
    height: calc(56vw - 16px);
  }
  .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper.playlist-video-item {
    border-bottom: 1px solid #eaeaea;
  }
  .player-content .side-panel .video-list-box.relate-video .list .video-item-wrapper.playlist-video-item .video-item {
    margin-bottom: 0;
  }
  .player-content .side-panel .btn-red {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .modal-video-wrapper {
    max-width: 100%;
  }
  .modal-video-wrapper .video-title {
    padding: 15px 15px 5px 15px;
  }
  .modal-video-wrapper .player-content .main-panel {
    flex: 0 0 100%;
    padding: 0;
  }
  .modal-video-wrapper .player-content .side-panel {
    flex: 0 0 100%;
    padding: 0;
  }
  .modal-video-wrapper .player-content .side-panel .video-list-box .header:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    max-width: 100%;
  }
  .video-wrapper .video-title {
    padding: 15px 15px 5px 15px;
  }
  .video-wrapper .player-content .main-panel {
    flex: 0 0 100%;
    padding-top: 56.25%;
  }
  .video-wrapper .player-content .side-panel {
    flex: 0 0 100%;
    padding: 0;
  }
  .video-wrapper .player-content .side-panel .video-list-box .header:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .modal-video-wrapper.p-4 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .video-wrapper.p-4 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .list-view .video-item .video-no {
    flex: 0 0 20%;
    font-size: 55px;
    /* position: absolute; */
    z-index: 99;
    top: 90px;
    bottom: auto;
    left: 15px;
    margin: 0;
    justify-content: center;
    /*color: #fff;*/
    text-shadow: 0px 0px 3px #969696;
  }
  .list-view .video-item .video-thumbnail {
    flex: 0 0 80%;
  }
  .list-view .video-item .video-info {
    flex: 0 0 100%;
    padding-left: 20%;
  }
  .list-view .video-item .video-info .video-title a {
    font-size: 14px;
  }
  .list-view .video-item.notify-item {
    width: 100%;
    padding: 5px 15px !important;
  }
  .list-view .video-item.notify-item .video-info {
    padding: 0;
  }
  .list-view .video-item.notify-item::before {
    content: "";
    right: 15px;
  }
}
@media (max-width: 767px) {
  .recommended-list {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top-notification {
    height: 48px;
    padding: 0;
    max-width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 0 60px;
    background: #fff;
    box-shadow: 0px -3px 20px 0px rgba(50, 50, 50, 0.5);
  }
  .top-notification .icon-notify {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .full-body.page-404 .container h1 {
    font-size: 50px;
    text-shadow: 2px 2px 0px #b86229;
  }
  .full-body.page-404 .container h2 {
    font-size: 24px;
  }
  .full-body.page-404 .container p {
    font-size: 14px;
  }
  .full-body.page-404 .container .btn-go-home {
    font-size: 15px;
  }
  .full-body.page-404 .container .image-wrapper {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .full-body.page-403 .container h1 {
    font-size: 50px;
    text-shadow: 2px 2px 0px #b86229;
  }
  .full-body.page-403 .container h2 {
    font-size: 24px;
  }
  .full-body.page-403 .container p {
    font-size: 14px;
  }
  .full-body.page-403 .container .btn-go-home {
    font-size: 15px;
  }
  .full-body.page-403 .container .image-wrapper {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.playlist-detail {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .playlist-detail .header.border-header {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #e5e6ec;
  }
  .playlist-detail .header.border-header .left-col h3 {
    padding: 0;
    font-size: 17px;
  }
  .playlist-detail .header.border-header .right-col {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 15px;
    width: 100%;
    justify-content: flex-start;
  }
  .playlist-detail .header.border-header .right-col .btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .playlist-detail {
    padding-top: 0;
  }
  .playlist-detail #main-video {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 999;
  }
  .playlist-detail .header.border-header {
    margin-top: 58%;
  }
  .playlist-detail .video-list-box .header {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .center-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .authen-wrapper {
    width: 90%;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .edit-info-form {
    width: 90%;
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .account-container .edit-info-form {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #dropdownMenuUser {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .registration-form {
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .step-bar ul li {
    width: 80px;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .step-bar ul li .step-title {
    font-size: 13px;
    min-height: 38px;
  }
}
@media (max-width: 767px) {
  .step-bar ul li .step-no:after {
    content: "";
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    right: -100px;
    width: 95px;
    top: 50%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .list-playlist .header.border-header .right-col {
    position: relative;
    top: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .videos-grid.video-category .header.border-header .left-col h3 {
    padding: 0;
  }
    .videos-grid.video-category .header.border-header .left-col .text-sub-category {
        margin: 21px 0px 0px 30px;
        padding: 0;
    }
  .videos-grid.video-category .left-col {
    max-width: 100%;
  }
  .videos-grid.video-category .left-col .subcategory-wrapper .list-sub-category li {
    margin-right: 10px;
  }
  .videos-grid.video-category .left-col .subcategory-wrapper .list-sub-category li a {
    color: #333333;
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .videos-grid.video-category .header.border-header.my-movies {
    display: flex;
    flex-direction: column;
  }
  .videos-grid.video-category .header.border-header.my-movies .right-col {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .videos-grid.video-category .header.border-header.my-movies .right-col .btn {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  section .header.border-header .right-col {
    top: 0;
    right: auto;
    position: relative;
  }
  section .header.border-header .right-col .btn {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .list-playlist .header.border-header .left-col h3 {
    padding: 0;
  }
  .list-playlist .header.border-header .right-col .btn {
    margin-left: 0;
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .account-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .plan-card {
    width: 100%;
  }
  .plan-card h4 {
    font-size: 20px;
  }
  .plan-card .pricing {
    font-size: 18px;
  }
  .plan-card .payment-detail {
    display: flex;
    flex-direction: column;
  }
  .plan-card .payment-detail .left-col {
    margin-bottom: 20px;
  }
  .plan-card .payment-detail .right-col .btn {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .profile-card .card-body ul li .info {
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .group-cols .col-20 {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .card-list ul li img {
    height: auto;
    max-height: 40px;
  }
}
@media (max-width: 500px) {
    .list-view .video-item .video-no {
        min-width: unset;
        padding-right: 0;
    }
}
@media (max-width: 366px) {
    .list-view .video-item .video-no {
        min-width: 40px;
    }
}
@media (max-width: 400px) {
  .main-wrapper header form .form-control {
    min-width: 235px;
    width: 235px;
  }
}
.playlist-row.list-view .col {
  max-width: 100%;
  flex: 0 0 100%;
}

.btn-blue.btn-count {
  color: #ffffff;
  background: #017bc6;
  display: flex;
  justify-content: center;
}
.btn-blue.btn-count span {
  background: #ffffff;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  text-align: center;
  color: #017bc6 !important;
  font-style: normal !important;
  line-height: 22px;
  margin-right: 5px;
}

.playlist-item-row {
  display: flex;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.playlist-item-row .video-thumbnail {
  flex: 0 0 200px;
  max-width: 200px !important;
  height: 112px;
}
.playlist-item-row .video-thumbnail .thumbnail-slider {
  height: 100%;
}
.playlist-item-row .video-thumbnail a img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.playlist-item-row .video-info {
  flex: 0 0 20%;
  max-width: 20%;
  max-height: 120px;
  overflow: hidden;
}
.playlist-item-row .video-info p {
  word-break: break-all;
  white-space: normal;
}
.playlist-item-row .action-group {
  flex: 0 0 calc(80% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.playlist-item-row .action-group ul {
    margin-right: 35px;
  display: flex;
  justify-content: flex-end;
}
.playlist-item-row .action-group ul li .btn-pl-act {
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  width: 100px;
  font-size: 13px;
  padding-top: 50px;
  position: relative;
  color: #333333;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-view::before {
  content: "";
  background: url(../images/view-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-play::before {
  content: "";
  background: url(../images/play-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-drag::before {
    content: "";
    background: url(../images/drag-icon.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-add::before {
  content: "";
  background: url(../images/add-pl-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-add.actived {
  color: #00a9e1;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-add.actived::before {
  content: "";
  background: url(../images/add-pl-icon-active.svg) no-repeat;
  background-position: center;
  color: #00a9e1;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-up::before {
  content: "";
  background: url(../images/up-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-down::before {
  content: "";
  background: url(../images/down-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-remove::before {
  content: "";
  background: url(../images/remove-icon.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  opacity: 0.7;
}
.playlist-item-row .action-group ul li .btn-pl-act:hover {
  opacity: 0.8;
  cursor: pointer;
}
.playlist-item-row .action-group ul li .btn-pl-act.btn-drag:hover {
    opacity: 0.8;
    cursor: grab;
}
.playlist-item-row .action-group ul li .btn-pl-act:disabled {
  color: #afafaf;
}
.playlist-item-row .action-group ul li .btn-pl-act:disabled::before {
  content: "";
  opacity: 0.2;
}
@media (max-width: 767px) {
  .playlist-item-row .action-group ul li .btn-pl-act {
    font-size: 11px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .playlist-item-row .action-group ul {
    justify-content: space-evenly;
    width: 100%;
      margin-right: 0px;
  }
}

.btn-blue-white {
  border: 1px solid #017bc6;
  background-color: #ffffff;
  color: #017bc6;
}

@media (max-width: 767px) {
  .playlist-item-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .playlist-item-row .video-thumbnail {
      flex: 0 0 calc((100vw - 16px) / 2);
      max-width: calc((100vw - 16px) / 2) !important;
      height: calc((((100vw - 16px) / 2) / 16) * 9);
  }
  .playlist-item-row .video-info {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .playlist-item-row .action-group {
    flex: 0 0 100%;
    padding: 15px 0;
  }
  .playlist-item-row .action-group ul li .btn-pl-act {
    padding-top: 35px;
    padding-left: 2px;
    padding-right: 2px;
    letter-spacing: -1px;
  }

  .recommended-list .video-item {
    padding-top: calc(40vw);
  }
}
#dropdownMenuUser {
  display: block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upload-video-wrapper .file-info .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-container {
  padding: 30px 95px;
  background: #F8F9FA;
}
.banner-container .login-banner {
  background: #ffffff;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-container .login-banner img {
  display: block;
  width: 60px;
  margin-bottom: 20px;
}
.banner-container .login-banner p {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
.banner-container .login-banner .btn {
  padding: 10px 30px;
}

.form-header {
  margin-left: -30px;
  margin-right: -30px;
  background: #E7FAFE;
  margin-top: -10px;
  padding: 15px 30px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
}

.modal-footer .btn-blue {
  padding: 7px 20px;
}

.main-wrapper header .col-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 35px;
}

.for-pc {
  display: block;
}
@media (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .dropdown-item {
    font-size: 13px;
  }
}

.select-plan {
  position: relative;
  padding: 0;
}
.select-plan input + span {
  padding-left: 30px;
}
.select-plan input:checked + span {
  font-weight: bold;
  z-index: 1;
  color: #007bc6;
}
.select-plan input:checked + span::after {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  background: #b0d0f1;
  position: absolute;
  z-index: -9;
  border-radius: 5px;
  border: 1px solid #4692e0;
}
.select-plan input:checked + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/check-icon-basic.png") no-repeat center;
  background-size: 20px;
}
.select-plan:last-child input:checked + span {
  color: #b97900;
}
.select-plan:last-child input:checked + span .icon-plan {
  width: 100px;
  height: 40px;
  background: url(../images/crown-img-shadow.png) no-repeat;
  display: block;
  position: absolute;
  z-index: 99;
  right: 133px;
  bottom: 0;
  background-size: 100%;
}
@media (max-width: 767px) {
  .select-plan:last-child input:checked + span .icon-plan {
    width: 70px;
    bottom: -10px;
  }
}
.select-plan:last-child input:checked + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/check-icon-premium.png") no-repeat center;
  background-size: 20px;
}
.select-plan:last-child input:checked + span::after {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  background: #fff3b8;
  position: absolute;
  z-index: -9;
  border-radius: 5px;
  border: 1px solid #ffd400;
}
.select-plan .value {
  z-index: 99;
}
.select-plan .checkbox-custom {
  padding: 15px;
}
.select-plan .checkbox-custom input {
  z-index: 99;
  display: none;
}
.select-plan .checkbox-custom:hover {
  cursor: pointer;
}
.select-plan:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .select-plan {
    overflow: hidden;
  }
}

.radiobox-custom.checkbox-tab {
  margin-right: 15px;
}
.radiobox-custom.checkbox-tab .styled-radio {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}
.radiobox-custom.checkbox-tab span {
  margin-left: 0;
  display: block;
  padding: 10px 50px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  color: #999;
}
@media (max-width: 767px) {
  .radiobox-custom.checkbox-tab span {
    padding: 10px 30px;
    font-size: 13px;
  }
}
.radiobox-custom.checkbox-tab .styled-radio:checked + span {
  border: 1px solid #007bc6;
  background: #007bc6;
  color: #ffffff;
  position: relative;
}
.radiobox-custom.checkbox-tab .styled-radio:checked + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/check-icon.png") transparent no-repeat center;
  background-size: 12px;
}
.payment-select-tab {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}

.paymentbox .desc {
  margin-top: 15px;
}

.row-payment {
  margin: 0;
  display: flex;
  width: 100%;
}
.row-payment .col-50 {
  padding: 0;
  width: 50%;
}
.row-payment.address-select {
  width: 50%;
}

@media (max-width: 767px) {
  .col-50.col-xs-100 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.plan-render-wrapper {
  display: flex;
  flex-direction: column;
}
#dropdownMenuBackdrop {
  display: none;
}
#dropdownMenuBackdrop.on {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.video-shadow {
  border-bottom: 1px solid #000000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4) !important;
}

.alert-withdraw {
  background: url(../images/noto_warning.svg) #fff2de no-repeat;
  background-size: 22px;
  background-position: 15px center;
  border: 1px solid #b98205;
  padding: 8px 15px 8px 45px;
  font-size: 16px;
  border-radius: 3px;
  color: #522300 !important;
}
@media (max-width: 767px) {
  .alert-withdraw {
    margin-bottom: 15px;
  }
}

.short-desc {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.header-agency-register {
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: 30px;
  margin: 0 auto;
  width: 850px;
  font-size: 15px;
}
.header-agency-register .mark-agency {
  color: #ec0606;
  background: #ffffff;
  display: block;
  border-radius: 3px;
  padding: 15px;
  border: 2px solid #ec0606;
  margin-right: 15px;
}
.header-agency-register .content-agency {
  display: flex;
  align-items: center;
  color: #ec0606;
}
.header-agency-register .content-agency p {
  margin-bottom: 0;
}
.header-agency-register .content-agency a {
  color: #f00;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header-agency-register {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
  }
  .header-agency-register .mark-agency {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

}

/** Footer */
.footer {
  background: #232323;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 80px;
}

.footer label.title {
  max-width: 800px;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 27px;
  text-align: center;
}

.footer label.title .name {
  color:#0096d9
}

.footer p {
  max-width: 900px;
  text-align: center;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 30px;
}

.footer p.line2 {
  max-width: 650px;
  margin-bottom: 70px;
}

.footer .imageNor {
  margin-bottom: 100px;
}
.button-select-category {
    /*width: 107px;*/
    height: 20px;
    padding-right: 32px;
    border: none;
    font-size: 18px;
    padding-left: 32px;
    line-height: 20px;
    padding-bottom: 38px;
    background: #FFFFFF;
}
.button-select-category.selected {
    color: #1E83C5;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 38px;
    border-bottom: #1E83C5 5px solid;
    margin-bottom: -5px;
}
.button-select-category:focus {
    outline: none !important;
    border: none !important;
    border-bottom: #1E83C5 5px solid !important;
    margin-bottom: -5px !important;
    padding-bottom: 38px !important;
}


.subcategory-wrapper {
    /*background: #1E90FF;*/
    /*border-radius: 10px;*/
}
.text-for-mobile {
    flex: none;
}
.select-for-mobile {
    margin: 0px 13px 10px 0px;
}
.render-button-select-category {
    width: 100%;
    border-bottom: 5px solid #e5e6ec;
}
@media (max-width: 767px) and (max-width: 767px) {
    .render-button-select-category {
        margin-left: -15px;
        margin-right: -15px;
        min-width: calc((100% + 30px));
        border-bottom: 5px solid #e5e6ec;
        flex-wrap: nowrap;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .button-select-category.selected {
        color: #1E83C5;
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 38px;
        border-bottom: #1E83C5 5px solid;
        margin-bottom: -5px;
    }

    .button-select-category {
        color: #000000;
        padding: 8px 38px 38px;
        white-space: nowrap;
        font-size: 18px;
    }
}





.right-header {
  display: flex;
}
@media (max-width: 767px) {
  .right-header {
    display: unset;
    padding: 10px;
  }
  .right-header>#cate {
    margin-bottom: 5px;
  }
  .footer p {
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px;
    letter-spacing: -0.1px;
  }
  .footer p.line2 {
    margin-bottom: 0;
  }
}
.header-title {
  background: #1a1a1a;
}
.header-title>.sub-content {
  padding-left: 25px;
  color: white;
}
.last-header-title {
  padding: 10px 0;
}
.first-header-title {
  padding-bottom: 10px;
}

@media (max-width: 425px) {
  .footer {
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 50px;
  }
  .footer label.title {
    font-size: 22px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer label {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer img {
    margin-top: 25px;
  }
  section {
    padding: 0;
  }
  #homepage-my-movie, #homepage-playlist {
    padding-bottom: 40px;
    margin-top: 30px;
  }
}

/** About Page */
/** Banner */
.section-about .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}
.popup-slider.section-about .title {
  font-size: 70px;
  margin-bottom: 14px;
}
.section-about.section-gray .title,
.section-about.section-light .title {
  color: #121212;
}
.section-about.section-dark .title {
  color: #ffffff;
}
.about-slider .bount-banner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-blue-line {
  font-size: 29px;
  font-weight: 1000;
  color: #0096d9;
  margin-top: 5px;
  margin-bottom: 35px;
  display: inline-block;
  justify-content: center;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.title-blue-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0096d9;
}

.bount-banner .d-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 10px;
}
.container-box {
  /* background: #232323; */
  width: 1070px;
  margin: 0 auto;
}
/** Point */


.section-light {
  background-color: #fff;
  padding: 80px 0;
}
.section-dark {
  background-color: #121212;
}

.section-about {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section-about .title {
  color: #000;
  font-weight: bold;
  text-align: center;
}

.section-about .box-point {
  display: flex;
  align-items: center;
  padding-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.section-about .box-point .point-item {
  margin: 0;
  flex: 0 0 33%;
  width: 33%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.section-about .box-point .point-item img {
  height: 120px;
}
/** Cost */
.section-cost {
  padding-top: 80px;
  padding-bottom: 100px;
}
.section-point {
  padding-top: 100px;
  padding-bottom: 60px;
}
.section-about .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.section-cost .tip {
  font-size: 16px;
  margin: 24px auto;
  color: #ffffff;
  display: block;
  text-align: center;
}

.title-with-bar {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 36px;
  margin-bottom: 32px;
  color: #0096d9;
  position: relative;
}
.title-with-bar span {
  background: #121212;
  display: flex;
  padding: 0 20px;
  position: relative;
  z-index: 9;
}
.title-with-bar.white span {
  background: #ffffff;
    font-weight: bold;
}
.title-with-bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #0096d9;
  z-index: 1;
}
.section-cost .title-with-bar {
  margin-top: 27px;
  margin-bottom: 38px;
}
.section-cost table {
  width: 100%;
}

.section-cost th {
  color: #fff;
  font-size: 22px;
  padding-bottom: 24px;
  padding-top: 24px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  border: 1px solid #121212;
}

.section-cost .th-basic {
  background-color: #0095d9;
  min-width: 33%;
  width: 33%;
}

.section-cost .th-vip {
  background-color: #0062b3;
  min-width: 33%;
  width: 33%;
}

.section-cost .yen {
  font-size: 26px;
}

.section-cost .icon-tick {
  font-size: 28px;
}

.section-cost td {
  text-align: center;
  padding: 32px 22px;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 18px;
}
.section-cost td.gray-bg {
  background: #eeeeee;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.section-cost td.text-lg {
  font-size: 22px;
}
/** Footer */
.section-gray {
  background-color: #e0e0e0;
  padding: 80px 0;
}

.section-unique-content {
  padding-top: 76px;
  padding-bottom: 80px;
}
.section-unique-content .title-content {
  font-size: 22px;
  display: block;
  text-align: center;
  margin: 25px auto 15px;
}
.section-video p,
.section-unique-content p {
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  padding: 0 120px;
  text-align: center;
  margin-bottom: 30px;
}
.section-unique-content p {
  line-height: 33px;
}
.section-unique-content p.line2 {
  margin-bottom: 40px;
}
.section-video {
  padding: 80px 0;
}
.section-video .title {
  margin-bottom: 15px;
  line-height: 65px;
}
.section-video .imageNor {
  margin-top: 15px;
  margin-bottom: 20px;
}
.section-video .text-content {
  margin: 20px 0;
}
.section-video .btn-blue-gradient {
  margin-top: 50px;
}
.btn-blue-gradient {
  position: relative;
  font-size: 20px;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 25px;
  width: 400px;
  margin: 0 auto;
}
.btn-blue-gradient:hover {
  color: #fff;
}
.btn-blue-gradient::after {
  content: "";
  background: url(../images/shape.png);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.btn-blue-gradient:hover {
  background: #0060b1;
  cursor: pointer;
}
.btn-red-gradient {
  position: relative;
  font-size: 24px;
  background: -webkit-linear-gradient(#de3352, #c90e2f);
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 25px;
  width: 400px;
  margin: 0 auto;
}
.btn-red-gradient:hover {
  color: #fff;
}
.btn-red-gradient::after {
  content: "";
  background: url(../images/shape.png);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn-red-gradient:hover {
  background: #c90e2f;
  cursor: pointer;
}
.section-plan {
  padding: 73px 0;
}
.section-plan .title {
  line-height: 62px;
}
.section-about .container-box .header.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-about .container-box .header.center p {
  text-align: center;
  line-height: 30px;
}
.section-plan .img-box {
  display: flex;
  justify-content: space-between;
}
.section-plan .text-content {
  margin: 20px auto 40px;
}
.section-plan .img-box img {
  width: calc(50% - 15px);
}
.box-point {
  display: flex;
  width: 100%;
}
.section-amz {
  padding-top: 80px;
}
.section-amz .title {
  margin-bottom: 22px;
}
.section-amz .box-point {
  padding-top: 0;
}
.section-amz .box-point img {
  width: 170px;
  height: auto !important;
}

.section-about .box-point .point-item label {
  font-size: 28px;
  font-weight: bold;
  color: #017bc6;
  margin-top: 36px;
}
.section-about .box-point .point-item p {
  margin-top: 6px;
  padding: 0 30px;
  line-height: 30px;
}
.section-amz .box-point .point-item label {
  font-size: 24px;
  margin-top: 30px;
}
.pd-0 {
  padding: 0;
}
.banner-firestick .node-pc {
  display: block;
}
.banner-firestick .node-pc {
  width: auto;
  height: 753px;
  object-fit: cover;
  object-position: center;
}
.banner-firestick .node-mobile {
  display: none;
}
section.bg-theme-dark .header {
  margin-bottom: 25px;
}
section.bg-theme-dark .header h3 {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  line-height: 20px;
}
@media (max-width: 767px) {
  section.bg-theme-dark .header {
    margin-bottom: 20px;
    padding: 0 12px;
  }
  section.bg-theme-dark .header h3 {
    padding: 0;
    font-size: 18px;
  }
  .firestick-banner {
    margin-top: 45px;
    max-width: calc(100% - 24px);
  }
  .banner-firestick .node-pc {
    display: none;
  }
  .banner-firestick .node-mobile {
    display: block;
  }
}
.modal-video-player {
  max-width: 100%;
}
.modal-video-player #main-video {
  width: 900px;
  aspect-ratio: auto 16 / 9;
}
.modal-video-player .modal-header {
  background: transparent;
}
.modal-video-player .modal-content {
  background: transparent;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.modal-video-player .close {
  font-weight: 100;
  font-size: 44px;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
  position: absolute;
  top: -50px;
  right: -50px;
}
.modal-video-player .close:hover {
  color: #ffffff !important;
  opacity: .8 !important;
}
@media (max-width: 767px) {
  .title-with-bar span {
    padding: 0 8px;
  }
  .modal-video-player #main-video {
    width: 100%;
    aspect-ratio: auto 16 / 9;
  }
  .modal-video-player .modal-content {
    position: relative;
  }
  .modal-video-player .close {
    top: -40px;
    right: 10px;
  }
  .slider.about-slider {
    height: 250px;
  }
  .popup-slider.section-about {
    padding: 0 !important;
  }
  .popup-slider.section-about .title {
    font-size: 35px;
    position: relative;
    top: 11px;
  }
  .title-blue-line {
    font-size: 15px;
    font-weight: 1000;
    margin-bottom: 20px;
    position: relative;
    top: 4px;
  }
  .title-blue-line::after {
    height: 1px;
  }
  .popup-slider.section-about .bount-banner .d-content {
    font-size: 14px;
    top: 6px;
  }
  .section-plan .text-content {
    margin: 10px auto 10px;
  }
  .section-cost .icon-tick {
    font-size: 22px;
  }
}
.about-videos {
  position: relative;
  margin-bottom: 80px;
}
.about-videos .slick-list {
  padding: 0 !important;
}
.about-videos .video-item {
  width: 850px;
  aspect-ratio: auto 16/9;
  position: relative;
}
.about-videos .video-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.about-videos .video-item.slick-current::before {
  display: none;
}
.about-videos .video-item .sample-title-iframe {
  display: none;
}
.about-videos .video-item.slick-current .sample-title-iframe {
  display: block;
  pointer-events: none;
}
.video-react-controls-enabled:hover video.video-react-video{
  /* display: none; */
}
/* video.video-react-video.no-disable:hover{
  opacity: 1;
} */
.about-videos .slick-arrow {
  top: 0;
  bottom: 0;
  font-size: 0;
  appearance: none;
  border: 0;
  z-index: 99;
  width: 70px;
}
.about-videos .slick-arrow:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.about-videos .slick-prev {
  position: absolute;
  left: calc((100% - 990px) / 2);
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-repeat: no-repeat;
  background-position: center;
}
.about-videos .slick-prev::after {
  content: "";
  background: url(../images/prev-lg-arrow.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 100px;
}
.about-videos .slick-next {
  position: absolute;
  right: calc((100% - 990px) / 2);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  /* background: url(../images/next-lg-arrow.png) rgba(0, 0, 0, .0); */
  background-repeat: no-repeat;
  background-position: center;
}
.about-videos .slick-prev:hover {
  cursor: pointer;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);

}
.about-videos .slick-next:hover {
  cursor: pointer;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.about-videos .slick-next::after {
  content: "";
  background: url(../images/next-lg-arrow.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 100px;
}
.about-videos .video-item iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto 16/9;
}
.step-list .step-box {
  background: #eeeeee;
  display: flex;
  margin-bottom: 40px;
  margin-top: 50px;
  position: relative;
}
.step-list .step-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  display: block;
  background: url(../images/arrow-down-blue.png);
  width: 30px;
  height: 18px;
}
.step-list .step-box:last-child::after {
  display: none;
}
.step-list .step-box .number {
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  font-family: "CenturyGothic";
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
}
.step-list .step-box .box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 33px 30px;
}
.step-list .step-box .box-right .title {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  margin: 0;
}
.step-list .step-box .box-right .tip {
  font-size: 18px;
  color: #121212;
  margin: 0;
}
.section-step .title {
  margin-bottom: -8px;
}
.section-step .btn-box {
  display: flex;
  margin-top: 60px;
  padding: 0 35px;
}
.section-step .btn-box .btn-blue-gradient,
.section-step .btn-box .btn-red-gradient {
  font-size: 24px;
  padding: 30px;
  width: 450px;
  max-width: 100%;
}
.qa-list {
  margin-top: 38px;
  margin-bottom: 60px;
}
.qa-item {
  margin-bottom: 1px;
  background: #ffffff;
  padding: 28px 40px;
}
.qa-item .btn-question {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  width: 100%;
  text-align: left;
  border: 0;
  position: relative;
  padding: 0;
  appearance: none;
  background: #ffffff;
}
.qa-item .btn-question:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 12px;
  background: url(../images/arrow-down-gray.png) no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.qa-item .btn-question:hover {
  opacity: .7;
}
.qa-item .btn-question.collapsed:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 12px;
  background: url(../images/arrow-down-gray.png) no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
}
.qa-item .btn-question:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.qa-item .btn-question span {
  font-size: 30px;
  display: inline-block;
  font-weight: bold;
  color: #0062b3;
  margin-right: 25px;
}
.qa-item .answer {
  /* padding-top: 15px; */
  font-size: 18px;
  color: #121212;
}
.qa-item .answer p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
.section-qa .btn-red-gradient {
  width: 450px;
  max-width: 100%;
  padding: 35px;
  font-size: 24px;
}
.btn-red-gradient::after {
  right: 30px;
}
.line-mobile {
  display: none;
}
.section-about .box-point.mobile-lg .point-item label {
  color: #121212;
}
@media (max-width: 767px) {
  .section-about.section-light,
  .section-about.section-gray,
  .section-about.section-dark {
    padding: 50px 0;
  }
  .section-about .title {
    font-size: 25px;
    line-height: 32px;
  }
  .container-box {
    width: 100%;
    padding: 0 12px;
  }
  .section-about .box-point {
    flex-wrap: wrap;
    margin-top: 15px;
    padding-top: 12px;
  }
  .section-about .box-point .point-item {
    flex: 0 0 100%;
    padding: 0 12px;
    margin-bottom: 33px;
  }
  .section-about .box-point .point-item img {
    height: 55px;
  }
  .section-about .box-point .point-item label {
    font-size: 20px;
    margin-top: 14px;
    color: #0062b3;
  }
  .section-about .box-point .point-item p {
    line-height: 26px;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  .section-point {
    padding-bottom: 13px !important;
  }
  .section-cost .tip {
    text-align: left;
    padding: 0 12px;
    line-height: 28px;
    margin: 15px auto;
  }
  .section-cost .title-with-bar {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .table-container {
    width: 100%;
    overflow-x: auto;
  }
  .section-cost table {
    white-space: nowrap;
  }
  .section-cost th {
    font-size: 14px;
    padding: 13px;
  }
  .section-cost td,
  .section-cost td.gray-bg {
    font-size: 14px;
    white-space: nowrap;
    padding: 14px 18px;
  }
  .section-cost .yen {
    font-size: 18px;
  }
  .section-cost td.text-lg {
    font-size: 18px;
  }
  .section-unique-content .title-content {
    padding: 0 12px;
  }
  .section-video p, .section-unique-content p {
    padding: 0 7px;
    font-size: 14px;
    text-align: left;
  }
  .section-unique-content p {
      margin-bottom: 15px;
    line-height: 28px;
  }
  .section-unique-content .imageSP {
    margin-top: -20px;
  }
  .about-videos {
    margin-bottom: 40px;
  }
  .section-video .title {
    margin-top: 10px;
  }
  .section-video p {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-videos .video-item {
    width: 100vw;
  }
  .about-videos .slick-prev {
    left: 0;
    background-size: 32px;
    width: 32px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
  .about-videos .slick-prev:hover,
  .about-videos .slick-prev:focus {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .about-videos .slick-prev::after {
    content: "";
    background: url(../images/prev-lg-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    height: 100px;
    background-size: 16px;
    background-position: center;
  }
  .about-videos .slick-next {
    right: 0;
    background-size: 32px;
    width: 32px;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-position: center;
  }
  .about-videos .slick-next:hover,
  .about-videos .slick-next:focus {
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .about-videos .slick-next::after {
    content: "";
    background: url(../images/next-lg-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    background-size: 16px;
    background-position: center;
    height: 100px;
  }
  .qa-item .btn-question {
    white-space: normal;
  }
  .section-video .btn-blue-gradient {
    margin-top: 10px;
    padding: 15px;
  }
  .section-plan {
    padding-bottom: 25px !important;
  }
  .section-plan .title-blue-line {
    top: 0;
    margin-bottom: 12px;
  }
  .section-plan .title {
    line-height: 38px;
  }
  .title-with-bar {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn-red-gradient,
  .btn-blue-gradient {
    max-width: calc(100% - 24px);
    font-size: 16px;
  }
  .btn-blue-gradient:after,
  .btn-red-gradient:after {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-plan .img-box {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
  .section-plan .img-box img {
    width: 100%;
    margin-bottom: 12px;
  }
  .line-mobile {
    display: block;
  }
  .section-about .container-box .header.center p {
    padding: 0 12px;
    font-size: 14px;
    text-align: center;
  }
  .section-about .box-point.mobile-lg .point-item {
    margin-bottom: 15px;
  }
  .section-about .box-point.mobile-lg .point-item img {
    height: 90px;
  }
  .section-about .box-point.mobile-lg .point-item label {
    color: #121212;
  }
  .step-list .step-box  {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .step-list .step-box .number {
    font-size: 18px;
    width: 30px;
    flex: 0 0 30px;
  }
  .step-list .step-box .box-right .title {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
  }
  .step-list .step-box .box-right .tip {
    font-size: 14px;
    margin-top: 10px;
  }
  .step-list .step-box .box-right {
    padding: 13px 20px;
  }
  .step-list .step-box::after {
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -26px;
  }
  .section-step .btn-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
  .section-step .btn-box .btn-blue-gradient, .section-step .btn-box .btn-red-gradient {
    font-size: 16px;
    padding: 18px;
    margin-bottom: 24px;
  }
  .section-step .btn-box .btn-red-gradient {
    margin-bottom: 0;
  }
  .qa-item .btn-question {
    font-size: 14px;
  }
  .qa-item .btn-question span {
    font-size: 14px;
    margin-right: 10px;
  }
  .qa-item {
    padding: 20px 20px 20px 20px;
  }
  .qa-item .btn-question.collapsed:after {
    right: 0px;
    background-size: 14px;
  }
  .qa-item .btn-question {
    padding-right: 50px;
  }
  .qa-item .btn-question:after {
    right: 0;
    background-size: 14px;
  }
  .qa-item .answer {
    font-size: 14px;
  }

  .btn-login-mobile {
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    margin-right: 10px !important;
  }

  .btn-register-mobile {
    color: #fff !important;
    border-radius: 4px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    background: -webkit-linear-gradient(#16a2df, #0060b1) !important;
  }

  .slider.p-0 .main-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .slider.p-0 .main-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide {
    width: 100% !important;
  }

  .main-wrapper header .header-menu ul li a img {
    filter: brightness(0) invert(1);
  }

  .main-wrapper header .header-menu ul li .btn img {
    filter: brightness(0) invert(1);
  }
  .section-amz .title {
    margin-bottom: 13px;
  }
  .section-amz .text-content {
    margin-bottom: 0;
  }
  .section-amz .box-point img {
    width: 125px;
  }
  .section-qa .btn-red-gradient {
    padding: 15px;
    max-width: calc(100vw - 54px);
    font-size: 16px;
  }
}
/* .sample-title-iframe {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  align-items: center;
  padding: 4px 25px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
} */
.sample-title-iframe {
  font-family: 'Meiryo';
  font-weight: bold;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 60%;
  left: 50%;
  border-radius: 5px;
  font-size: 120px;
  color: #fff;
  align-items: center;
  padding: 4px 25px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0,0,0,0.4);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .8);
  opacity: 0.5;
  transform: translate(-50%);
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ranking-list-medical .video-item .video-pos, .ranking-list-dentistry .video-item .video-pos {
  bottom: 4px;
}
.ranking-list-guid {
  /* padding-bottom: 30px; */
}
.modal-backdrop.show {
  opacity: .82;
}
@media (max-width: 1440px) {
  .ranking-list-medical .video-item .video-pos, .ranking-list-dentistry .video-item .video-pos {
    bottom: 11px !important;
  }
}

@media (max-width: 1024px) {
  .ranking-list-medical .video-item .video-pos, .ranking-list-dentistry .video-item .video-pos {
    font-size: 60px;
    bottom: 17px !important;
  }
}

.video-item.slick-slide > .sample-title-iframe {
  display: none;
}

.video-item.slick-slide.slick-active.slick-center > .sample-title-iframe {
  display: block;
}
.modal-video-player .modal-content #main-video {
  position: relative;
}
.modal-video-player .modal-content #main-video .sample-title {
  /* font-family: 'CenturyGothic'; */
  font-family: 'Meiryo';
  font-weight: bold;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  font-size: 150px;
  color: #fff;
  align-items: center;
  padding: 4px 25px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0,0,0,0.4);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .8);
  opacity: 0.5;
  transform: translate(-50%);
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 320px) {
    .bg-popup-slider .text3 {
        font-size: 30px;
        margin: 0px 0 10px 0;
    }
    .bg-popup-slider .button1 .content-number {
        font-size: 21px;
        padding-left: 0px;
        margin-left: 5px;
        line-height: 44px;
    }
}

.sample-text-guide {
  padding: 100px 0 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sample-text-guide .sample-guide {
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 100px 0 100px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sample-text-guide .sample-guide .sample-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(#16a2df, #0060b1);
  padding: 3px 20px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}
@media (max-width: 1899px) {
  .sample-text-guide .sample-guide {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .sample-text-guide .sample-guide {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 12px 0 12px;
    align-items: flex-start;
    /* flex-direction: column; */
    font-size: 14px;
    display: block;
    line-height: 30px;
  }
  .sample-text-guide .sample-guide .sample-title {
    margin-bottom: 5px;
    display: inline;
  }
  .modal-video-player .modal-content #main-video .sample-title {
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .8);
  }
/*
  ul.main-slider .slick-slide img {
    object-position: left 0 top -28px !important;
  } */
}
.content-number-first {
  letter-spacing: -10px;
}
@media (max-width: 1024px) {
  .content-number-first {
    letter-spacing: -3px;
  }

  /* section.about-slider ul.main-slider li.slick-slide img {
    object-position: left 0 top -25px;
  } */
}

/** Screen 1366px */
@media (max-width: 1622px) {
  /* ul.main-slider .slick-slide img {
    object-position: left 0 top -52px;
  } */

  /* .about-slider .main-slider .slick-slide img {
    object-position: left 0 top -46px;
  } */
}

/** Screen 1366px */
@media (max-width: 1366px) {
  .section-cost .container-box {
    width: 1040px;
  }

  /* .main-slider .slick-slide img {
    object-position: left 0 top -52px;
  } */

  /* section.about-slider ul.main-slider .slick-slide img {
    object-position: left 0 top -35px;
  } */
}
.content-number-first {
  letter-spacing: -10px;
}
.mobile-br {

  display: none;
}
.pc-br {
  display: block;
}
.modal-video-player .category {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  background: #0096d9;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.modal-video-player .tags {
    display: flex;
    margin-left: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.modal-video-player .tags span {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  background: #696969;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.modal-video-player #main-video + div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.modal-video-player #main-video + div .modal-title-video {
  flex: 0 0 100%;
}
@media (max-width: 1024px) {
  .content-number-first {
    letter-spacing: -3px;
  }
}
@media (max-width: 767px) {
  .section-cost .container-box {
    width: 100%;
  }
  .mobile-br {
    display: block;
  }
  li.upload-video {
    display: none !important;
  }
}
.right-header {
  display: flex;
}
@media (max-width: 767px) {
  .right-header {
    display: unset;
    padding: 10px;
  }
  .pc-br {
    display: none;
  }
  .title-blue-line:after {
    bottom: 0;
  }
  .content-number-first {
    letter-spacing: 0;
  }
  .bg-popup-slider .button1 .circle.circle-2 {
    left: 5px;
  }
  .sample-title-iframe {
    font-family: 'Meiryo';
    font-weight: bold;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60%;
    left: 50%;
    border-radius: 5px;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    pointer-events: none;
  }
  .about-slider .main-slider .slick-slide img {
    object-position: left -27px;
  }
  .player-content .main-panel .video-desc .btn.btn-edit-description {
    display: none;
  }
  .player-content .main-panel .video-desc .btn.btn-edit-description-mobile {
    display: block;
  }
}
.header-title {
  background: #1a1a1a;
}
.header-title>.sub-content {
  padding-left: 25px;
  color: white;
}
.last-header-title {
  padding: 10px 0;
}
.first-header-title {
  padding-bottom: 10px;
}

.modal-description .modal-content .modal-title-video {
  font-size: 20px;
  color: #666;
  padding: 10px !important;
}

.modal-description .close {
  font-weight: 200;
  font-size: 44px;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: -50px;
  right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}
.playlist-video-item .iron-image-loaded {
    width: 114px !important;
}
.playlist-video-item .iron-image-container {
    width: 114px !important;
}

@media (max-width: 1899px) {
  .videos-grid::after {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 1367px) {
  .videos-grid::after {
    left: 0;
    right: 0;
    height: 2px;
  }
}
@media (max-width: 767px) {
    .slider.slider-waiting-active .text-center {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    .slider.slider-waiting-active {
        height: 400px;
    }
}
@media (max-width: 375px) {
    .button-select-category {
        color: #000000;
        padding: 8px 33px 38px;
        font-size: 18px;
    }
    .button-select-category.selected {
        font-size: 18px;
    }
}
@media (max-width: 374px) {
    .button-select-category {
        color: #000000;
        padding: 8px 33px 38px;
        font-size: 15px;
    }
    .button-select-category.selected {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .button-select-category {
        color: #000000;
        padding: 8px 24px 38px;
        font-size: 16px;
    }
    .button-select-category.selected {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    section .header.border-header.category-header {
        margin-bottom: 33px;
        padding: 0px 0;
    }
    .videos-grid.video-category .header.border-header .left-col .title-header-category {
        margin: 3px 0px 0px 19px;
        border-bottom: 0px;
    }
}
section .header.border-header.category-header .left-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
}

@media (max-width: 320px) {
    .list-playlist .header.border-header .right-col .btn {
        margin-left: 0;
        margin-right: 7px;
        font-size: 11px;
    }
}
.player-content .side-panel .video-list-box .list .col.col-playlist-video {
    padding: 0px;
}
section .header.border-header.playlist-detail-header .left-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
}

.playlist-video-item.video-item-wrapper .btn-pl-act.btn-drag {
    content: "";
    background: url(../images/drag-icon.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    fill: #B9B9B9;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 93%;
    transform: translateX(-50%);
    top: 20px;
    opacity: 0.7;
}

@media (max-width: 375px) {
    .playlist-detail .header.border-header .left-col h3 {
        padding: 0;
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .playlist-detail .header.border-header .left-col h3 {
        padding: 0;
        font-size: 13px;
    }
}

