#main {
  background: #233e67;
}

/* masthead */
#masthead .header-nav {
  flex-wrap: nowrap;
}

#masthead .nav > li {
  margin: 0 14px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.logo-left .logo {
  margin-right: 0;
}

.header-main .header-button-2 .header-button > .button:not(.is-outline){
background-color: #fa8e36  !important;
}

/* header-bottom-nav */
.header-bottom-nav a {
  white-space: nowrap;
}

.header-bottom-nav {
  flex-wrap: nowrap;
}

/* .c-thuonghieu */
.c-thuonghieu h4 {
  white-space: nowrap;
}

.c-thuonghieu .box-image > div {
  text-align: center;
}

.c-thuonghieu .box-image img {
  height: 140px;
  width: unset;
}

/* .c-trochoi-hotnhat */
.c-trochoi-hotnhat .large-8,
.c-trochoi-hotnhat .large-4 {
  padding-bottom: unset;
}

.c-trochoi-hotnhat .from_the_blog_excerpt {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px;
}

.c-trochoi-hotnhat .post-title {
  font-weight: 500;
}

.c-trochoi-hotnhat .is-divider {
  display: none;
}

/* c-cactrochoi-khac */
.c-cactrochoi-khac .large-12 {
  padding-bottom: unset;
}

/* c-nhacai-uytin */
.c-nhacai-uytin .btn-orange {
  margin: auto !important;
  border-radius: 6px;
}
.c-nhacai-uytin .col-inner {
  background-color: rgb(28, 51, 86);
  font-size: 14px;
  font-weight: 300;
  padding: 37px 34px 16px;
  color: #fff;
}

/* c-huong-dan */
.c-huong-dan .is-divider {
  display: none;
}

.c-huong-dan .post-item .col-inner {
  border-bottom: 5px solid #ff5e00;
}

/* .c-bai-viet-moi */
.c-bai-viet-moi .c-blog-new {
  background: #152642;
  padding: 20px;
}
.c-bai-viet-moi .is-divider {
  display: none;
}
.c-bai-viet-moi .tabbed-content .nav {
  background: #152642;
  gap: 42px;
  max-width: 80%;
  left: 10%;
}

.c-bai-viet-moi .tabbed-content .nav > li > a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0;
}

.c-bai-viet-moi .tabbed-content .nav > li.active > a {
  color: #ff5e00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.c-bai-viet-moi .tabbed-content .nav-line-bottom > li > a:before {
  background-color: #ff5e00;
}

.c-blog-new .c-blog-new .large-8 .post-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.c-blog-new .large-8 .box-text {
  padding: 10px;
}

.c-blog-new .large-8 .cat-label,
.c-blog-new .large-8 .post-meta {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.c-bai-viet-moi .c-blog-new {
  padding-bottom: 0;
}

.c-blog-new .large-12 .is-divider {
  display: block;
}

.c-blog-new .large-12,
.c-blog-new .large-8,
.c-blog-new .large-4 {
  padding-bottom: unset;
}

.c-blog-new .primary.is-outline {
  color: #ff5e00;
}

.c-blog-new .primary.is-outline span {
  color: #fff;
}

.c-blog-new .is-outline:hover,
.c-blog-new .primary.is-outline:hover {
  background-color: #ff5e00;
  border-color: #ff5e00;
}

/* c-footer */
.c-footer .section-title-normal span {
  text-transform: capitalize;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-footer p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* c-tin-khac */

.c-tin-khac .button.primary {
  margin: auto !important;
  background-color: #ff5e00;
}
.c-tin-khac .is-divider {
  display: none;
}
.c-tin-khac .from_the_blog_excerpt {
  font-size: 14px;
}
.c-tin-khac .large-12 {
  padding: unset;
}


.quatang-block2-btn.active{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 50px;
}
.quatang-block2-btn {
  
  padding: 10px;
  width: 50%;
  background: #ff910c;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  color: #fff;
  margin: 10px auto 0;
  transition: .2s all;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#btnGetCode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite !important;
  pointer-events: none;
}
#chuviet {
  display: none;
  overflow: hidden;
}
#chuviet p{
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 10px 0px;
  animation: spin_words 6s infinite;
}
.header-main .header-button > .button.is-outline {
color: yellow !important;
}
.doimk {display: none;}
          
.hienmatkhau {display: inline-block !important;}
          
.matkhaugiainen .nhanvao {display: none !important;}

.new-links{
  display:block !important;
  color:red;
}

/* .c-ads-center */
.c-ads-center {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    display: block;
}

.c-ads-center,
.c-ads-center .col {
    padding: 0 !important;
}

.c-ads-center .col-inner {
    background: #01AEF0;
    padding: 1px;
}

.c-ads-center .img {
max-width:unset!important;
}
.c-ads-center .button {
    margin: 0;
    font-size: 11px;
    line-height: unset;
    min-height: unset;
    padding: 2px 4px;
    position: absolute;
    top: -23px;
    right: 0px;
    background: #01AEF0!important;
    font-weight: 100;
}

.saboxplugin-desc {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}