/*
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(libs/font-awesome/css/font-awesome.css);
/*@import url(css/main.css);*/
@import url(css/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;

}
@media (min-width: 128px){
  .main:before {
      /* content: ""; */
      position: absolute;
      width: 268px;
      height: 268px;
      left: -35px;
      top: 11%;
      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: 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
}

.news-list ul{
	padding: 20px;
	min-height: 255px;
}

.news-footer{
	border-top: 1px solid #364059;
	padding-top: 15px;
	text-align: center
}

.news-footer a{
	color: #8f97a6;
}

.news-footer a:hover{
	color: #f2db9e;
}