/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .c-thuonghieu h4 {
    white-space: unset;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .c-sk-km>div {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .cate-all-game .c-cate-list {
    flex-wrap: wrap;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 850px) {
  .c-trochoi-hotnhat .large-4 .image-cover {
    padding-top: 50% !important;
  }

  .c-cactrochoi-khac .image-cover {
    padding-top: 50% !important;
  }

  .cate-all-game .image-cover {
    padding-top: 120% !important;
  }
  .c-title span{
  	font-size: 22px;
  }
  .c-single .large-8 h2{
  	font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-bai-viet-moi .tabbed-content .nav {
    gap: 10px;
    max-width: 100%;
    left: 0;
  }

  .c-title span {
    white-space: unset;
  }

  .c-tin-khac .c-title span {
    white-space: nowrap;
  }

  .c-nhacai-uytin .large-12 {
    padding: unset;
  }

  .c-nhacai-uytin .col-inner {
    padding: 15px;
    text-align: justify;
  }

  .c-archive-posts>div {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-title-left .section-title-main {
    font-size: 24px !important;
    line-height: 1.2;
  }

  .c-sidebar .ux-menu {
    padding: 0px 5px 0px 5px;
  }

  .sidebar-bottom .btn-orange {
    width: auto;
    height: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 550px) {
	#masthead .nav > li {
    margin: 0 4px;
}
 .mejs-controls{
  display:none !important; 
  }
  .c-sk-km>div {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .c-sidebar .ux-menu {
    padding: 0px 30px 0px 20px;
  }
}

@media only screen and (max-width: 480px) {

	.quatang-block2-btn {
    	width:70%;
    }
  .c-archive-posts>div {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-title-left .section-title-main {
    font-size: 18px !important;
    line-height: 1.2;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}