.video_detail {
  padding: 20px 0;
  box-sizing: border-box;
  background: #fff; }
  @media all and (max-width: 600) {
    .video_detail {
      padding: 0px; } }

/***************** LIST PRODUCT ***********/
.videos-grid {
  margin: 20px -5px; }

.videos-grid .item {
  float: left;
  width: 25%; }

.videos-grid .item .item_inner {
  position: relative;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box; }

.videos-grid .item .item_inner .name {
  display: block;
  padding-top: 1.5rem;
  font-weight: 400;
  background: white;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 26px;
  margin-top: 0;
  color: #131518;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 600px) {
    .videos-grid .item .item_inner .name {
      padding-top: 20px;
      margin-bottom: 20px; } }

.videos-grid .item .item_inner .summary {
  color: #626270;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400; }

.videos-grid .item:hover .item_inner .name {
  color: var(--other-color); }

.videos-grid .item .item_inner div {
  overflow: hidden; }

.videos-grid .item .item_inner img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: auto;
  vertical-align: middle; }

.videos-grid .item .item_inner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.videos-grid .item-img {
  display: grid;
  position: relative;
  margin-bottom: 0px; }

.videos-grid .item-img .play {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--extra-color);
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .videos-grid .item-img .play::after {
    background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M20.4086 9.35258C22.5305 10.5065 22.5305 13.4935 20.4086 14.6474L7.59662 21.6145C5.53435 22.736 3 21.2763 3 18.9671L3 5.0329C3 2.72368 5.53435 1.26402 7.59661 2.38548L20.4086 9.35258Z" stroke="%23ffffff" stroke-width="1.5"></path></g></svg>');
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px; }

.videos-grid .item .item_inner:hover .play {
  transform: translate(-50%, -50%) scale(1.1); }

@media screen and (max-width: 850px) {
  .videos-grid .item {
    width: 33.33333%; } }
@media screen and (max-width: 840px) and (min-width: 570px) {
  .videos-grid .types {
    display: none; } }
@media screen and (max-width: 570px) {
  .videos-grid .item {
    width: 50%; } }

/*# sourceMappingURL=videos.css.map */
