/*
Theme Name: NT Theme
Theme URI: http://abcxyz.com/
Author: Ngoc Tran
Author URI: http://abcxyz.com/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nt
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);*/

/* Css */
/*@import url(css/tganime.min.css);*/
@import url(font-awesome.min.css);
/*@import url(css/main.css);*/
@import url(footer.css);
.main-nav>li:hover ul.sub-menu{
  opacity: 1; visibility: visible;
}
.download_pannel a:hover {
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}
.btn-download{
	display: inline-block;
	width: 100%;
	height: 115px;
	font-size: 0;
}
.sidebar-cta{
	display: flex;
	justify-content: space-between;
	max-width: 215px;
	margin: 0 auto;
}
.sidebar-cta a{
	width: 50%;
	height: 46px;
	background: url(../images/btn-register.png) no-repeat center center/cover;
	font-size: 0;
}
.sidebar-cta a.btn-napthe{
	background: url(../images/btn-napthe.png) no-repeat center center/cover;
}
.sidebar-cta a:hover{
	filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}
.fanpage {
    padding-top: 10px;
    max-width: 215px;
    margin: auto;
}
nav.page-nav {
    text-align: center;
    padding: 20px 0;
}
nav.page-nav a {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #f3c258;
    color: #FFF;
    font-weight: bold;
}
nav.page-nav a:hover{
	background: #3589DD;
}
nav.page-nav span {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #3589DD;
    color: #FFF;
    font-weight: bold;
}
.content-404{
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dedede;
}
.btn-back{
	height: 50px;
	line-height: 50px;
	border-radius: 7px;
	background: #3589DD;
	color: #FFF;
	font-weight: bold;
	padding: 0 20px;
}
.btn-back:hover{
	opacity: .8;
}
.header-cta{
	display: none;
}
.kv-bg:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -24%;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../images/shadow.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 1080px;
    animation: smoke 8s linear infinite;
    animation-fill-mode: forwards;

}
.download_btn{
	position: relative;
	overflow: hidden;
}
.download_btn:after{
	content: "";
	background: url(../images/blue_server.png) no-repeat center center/contain;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    animation: light_1 .5s linear infinite;
    filter: invert(1);
}
@media (min-width: 128px){
  .main:before {
      content: "";
      position: absolute;
      width: 268px;
      height: 268px;
      left: 331px;
      top: 6%;
      animation: light_2 5s linear infinite;
      background: url(../images/blue_server.png) no-repeat;
  }
}
@keyframes light_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes light_1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(3);
  }
}
@keyframes smoke {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 1920px bottom;
  }
}
@media (max-width: 1280px){
	.wrapper{
		width: 100%;
		min-width: auto;

	}

	.header{
		min-width: auto;
		box-sizing: border-box;
	}
	.header-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.zkcontent{
		min-width: auto;
	}
}
@media (max-width: 1200px){
	.clearfix {
	    zoom: initial;
	}
	.main{
		width: auto;
	}
	.main_top {
	    width: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	    background: rgba(0,0,0,.6);
	}
	.news_center {
	    width: calc(100% - 604px);
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.download_pannel{
		display: none;
	}
	.footer-wrap .foot{
		width: auto;
		min-width: auto;
	}
	.footer-wrap .foot-tips{
		left: 15px;
	}
	.header-inner{
		width: auto;
	}
	.skin_center{
		display: none;
	}
	.match_center {
	    margin-right: 0;
	    width: 100%;
	}
	.main_item {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.item_subnav{
		width: 100%;
	}
	.quick_entrance a{
		width: 24%;
		margin-right: 1%;
	}
	.header-cta{
		display: block;
		width: calc(100% - 200px);
		display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}
	.main-nav,#J_subNav{
		display: none;
	}
	.menu-humburgur-icon {
	    width: 36px;
	    height: 26px;
	    display: flex;
	    flex-flow: column wrap;
	    justify-content: space-between;
	    cursor: pointer;
	}
	.menu-humburgur-icon.open .menu-line-1{
		transform: translateY(11px) rotatez(45deg);
	}
	.menu-humburgur-icon.open .menu-line-2{
		display: none;
	}
	.menu-humburgur-icon.open .menu-line-3{
		transform: translateY(-11px) rotatez(-45deg);
	}
	span.menu-line {
	    width: 36px;
	    height: 4px;
	    display: inline-block;
	    border: 0.5px solid #fff;
	    box-sizing: border-box;
	    background: #fff;
	}
	.header-inner {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    align-items: center;
	}
	.header-inner h1 {
	    width: 200px;
	}
	#header.header--open {
	    overflow-y: auto;
	    height: 100vh;
	    background: #FFF;
	    padding-left: 0;
	    padding-right: 0;
	    position: fixed;
	        top: 0px;
	}
	#header.header--open .header-inner{
		background: rgba(0,0,0,0.8);
		padding-left: 15px;
	    padding-right: 15px;
	}
	.menu-main{
		text-align: right;
			padding-left: 15px;
		    padding-right: 15px;
	}
	.menu-main li {
	    margin: 25px 0;
	    font-size: 20px;
	    font-weight: bold;
	}
	.menu-main li em {
	    display: block;
	    font-weight: normal;
	}
	.btn-head-register{
		display: inline-block;
		height: 36px;
		line-height: 36px;
		padding: 0 30px;
		border-radius: 7px;
		margin-right: 20px;
		background: #DB9E3F;
		color: #000;
		font-weight: bold;
	}
	.artlistcontent, .artdetailcontent{
		width: auto;
		padding-left: 15px;
    	padding-right: 15px;
    	box-sizing: border-box;
	}
	.art_l_list, .art_l_conent{
		    width: calc(100% - 217px);
	}
	.art_dtitle,.art_desc,.art_dmain{
		width: 100%;
		box-sizing: border-box;
	}
	.info-box{
		width: auto;
	}
	.login-box{
		display: none;
	}
	#header.header--open .info-box{
		display: none;
	}

}
@media (max-width: 992px){
	.main{
		padding-top: 85px;
	}
	.kv-bg-container {
	    display: none;
	}
	.info-box{
		margin: 0px auto 0;
		overflow: scroll;
	}
	.old-header .wrapper, .spc-header .wrapper{
		padding-top: 40px;
		background: #fff !important;
	}
	.art_r_model{
		display: none;
	}
	.art_l_list, .art_l_conent{
		width: 100%;
	}
	.art_lists ul li .art_word{
		width: auto;
	}
	.tab-inner {
	    width: 950px;
	}
	.art_tabtitle{
		width: auto;
		overflow: scroll;
	}
	.info-box .hero-list li.active {
	    width: 69px;
	}
	.info-box .hero-list li.active .small {
	    opacity: 1;
	}
	.info-box .hero-list li.active .large {
	    opacity: 0;
	}
}
@media (max-width: 768px){

	.main_top{
		padding-left: 0;
		padding-right: 0;
	}
	.rotate{
		width: 100%;
	}
	.rotate li img,.promo-item a{
		width: 100vw;
		height: auto;
	}
	.promo-list {
	    width: 100vw;
		height: auto;
	}
	.main_top,.rotate{
		height: auto;
	}
	.rotate li{
		height: auto;
	}
	.promo-item{
		text-align: center;
	}
	.footer-wrap .foot-tips{
		width: auto;
		position: static;
	}
	.news_center{
		width: 100%;
		background: #000;
	}
	.rotate .rbox{
		background: rgba(0,0,0,.3);
	}
	.quick_entrance{
		height: auto;
		width: 100%;
    	box-sizing: border-box;
    	margin-right: 0;
	}
	.news_center{
		height: auto;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.news-list .line-sp,.newsTab{
		width: 100%;
	}
	.tganime-slide-slidein .tganime-slide-list>*{
		float: none;
	}
	.tab-hd li{
		width: 85px;
	}
	.quick_entrance a{
		height: auto;
		width: 49%;
    	margin-right: 1%;
	}
	.item_header{
		padding-bottom: 50px;
	}
	.more_btn{
		top: 45px;
	}
	div#match_news_pic {
	    display: none;
	}
	.footer-wrap{
		height: auto;
	}
	.footer-wrap .foot-tips{
		padding: 20px 15px 50px;
	}
	.footer-wrap .foot_lefts{
		margin-bottom: 0;
	}
	.match_news_list .news-list{
		width: auto;
	}
	.match-list-l .news-txt{
		width: calc(100% - 92px);
	}
	.main_item .news-time{
		float: none;
    	padding-left: 92px;
	}
}
@media (max-width: 414px){
	.logo{
		width: 150px;
		background-size: 100%;
	}
	.header-inner h1{
		width: 150px;
	}
	.header-cta {
	    width: calc(100% - 150px);
	}
	.art_tabtitle a{
		width: 162px;
	}
}

.cms_table_cms_table_cms_table_qvn_table_1{
    width:100%
}
.cms_table_cms_table_cms_table_qvn_table_1_tr,.cms_table_cms_table_cms_table_qvn_table_1_td{
    border:1px solid #aaa
}
.cms_table_cms_table_cms_table_qvn_table_1_tr{
    background:#ffffcc
}
.cms_table_cms_table_cms_table_qvn_table_1_tr:nth-child(2n+1){
    background:#ffffbb
}
.cms_table_cms_table_cms_table_qvn_table_1_tr:hover{
    background:#ffffaa
}
.cms_table_cms_table_cms_table_qvn_table_1_tr:first-child{
    background:#ffcc33
}
.cms_table_cms_table_cms_table_qvn_table_1_tr:first-child td{
    color:#660000;
    font-weight:bold
}
.cms_table_cms_table_qvn_table_1{
    width:100%
}
.cms_table_cms_table_qvn_table_1 tr,.cms_table_cms_table_qvn_table_1 td{
    border:1px solid #aaa
}
.cms_table_cms_table_qvn_table_1 tr{
    background:#ffffcc
}
.cms_table_cms_table_qvn_table_1 tr:nth-child(2n+1){
    background:#ffffbb
}
.cms_table_cms_table_qvn_table_1 tr:hover{
    background:#ffffaa
}
.cms_table_cms_table_qvn_table_1 tr:first-child{
    background:#ffcc33
}
.cms_table_cms_table_qvn_table_1 tr:first-child td{
    color:#660000;
    font-weight:bold
}
.cms_table_cms_table_qvn_table_2{
    width:100%
}
.cms_table_cms_table_qvn_table_2 tr,.cms_table_cms_table_qvn_table_2 td{
    border:1px solid #46b8da
}
.cms_table_cms_table_qvn_table_2 tr{
    background:#bce4f0
}
.cms_table_cms_table_qvn_table_2 tr:nth-child(2n+1){
    background:#c9e9f2
}
.cms_table_cms_table_qvn_table_2 tr:hover{
    background:#dceaee
}
.cms_table_cms_table_qvn_table_2 tr:first-child{
    background:#5bc0de
}
.cms_table_cms_table_qvn_table_2 tr:first-child td{
    color:#fff;
    font-weight:bold
}
.cms_table_cms_table_qvn_table_3{
    width:100%
}
.cms_table_cms_table_qvn_table_3 tr,.cms_table_cms_table_qvn_table_3 td{
    border:1px solid #4cae4c
}
.cms_table_cms_table_qvn_table_3 tr{
    background:#d2efd2
}
.cms_table_cms_table_qvn_table_3 tr:nth-child(2n+1){
    background:#cbedcb
}
.cms_table_cms_table_qvn_table_3 tr:hover{
    background:#dfecdf
}
.cms_table_cms_table_qvn_table_3 tr:first-child{
    background:#5cb85c
}
.cms_table_cms_table_qvn_table_3 tr:first-child td{
    color:#fff;
    font-weight:bold
}
.cms_table_cms_table_cms_table_grid{
    width:100%
}
.cms_table_cms_table_cms_table_grid_tr,.cms_table_cms_table_cms_table_grid_td{
    border:1px solid #aaa
}
.cms_table_cms_table_cms_table_grid_tr{
    background:#ffffcc
}
.cms_table_cms_table_cms_table_grid_tr:nth-child(2n+1){
    background:#ffffbb
}
.cms_table_cms_table_cms_table_grid_tr:hover{
    background:#ffffaa
}
.cms_table_cms_table_cms_table_grid_tr:first-child{
    background:#ffcc33
}
.cms_table_cms_table_cms_table_grid_tr:first-child td{
    color:#660000;
    font-weight:bold
}
