/*
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.html);
    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.html) 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;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
#guide {
    background: #eaecf3;
    
}

#guide h3 {
    font-size: 30px;
    text-align: left;
    padding: 10px;
    margin: 0;
    background: #88afe1;
}

article {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

ul1 {
    height: 50px;
    list-style: none;
    display: flex;
    background: #fdfdfc;
    border-bottom: 2px solid #ddd;
}

li1 {
    height: 100%;
    flex: 1;
}

li1 div.is-active, li1 div:hover {
    color: #030303;
    border-bottom: 3px solid orange;
}

li1 div {
    height: 100%;
    color: #948d8d;
    text-decoration: none;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.container-detail {
    display: flex;
    margin: 20px 0 0;
}

.left {
    width: 30%;
}

.right {
    width: 75%;
    justify-content: space-around;
}

.category, .date {
    padding: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.category {
    background: #b47657;
    color: #fff;
    text-align: center;
    margin-right: 2px;
}



.content {
    width: 100%;
}

.main1 {
    width: 100%;
    margin: 4px 0;
}
.content .main1 .content {
    display: flex;
    align-items: center;
}

.category, .title, .date {
    margin: 0;
}

#header1 {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(14,6,7,.61);
    z-index: 999;
    left: 0px;
}
#content1, #content1 .left1 {
    display: flex;
}
#content1 {
    height: 100%;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
}
#header1 .menu1 {
    height: 90%;
    margin: 5px;
    display: flex;
    list-style: none;
}
#header1 .menu1 li {
    margin-right: 20px;
    height: 100%;
    display: block;
}

#header1 .menu1 li a {
    height: 100%;
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: all .3s;
    font-size: 18px;
}
#header1 .menu1 li a:hover {
    /* styles for when the mouse hovers over the links */
    color: orange; /* changes text color to red on hover */
    text-decoration: none; /* underlines text on hover */
    /* additional hover styles */
}
#header1 .menu1 p {
    font-size: 16px;
}
#header1 .menu1 i, #header1 .menu1 p {
    border: 1px solid grey;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 0;
    font-size: 21px;
    text-align: center;
}
#header1 .menu1 i:hover, #header1 .menu1 p:hover {
    background-color: white; /* Change background color to white on hover */
    /* Additional hover styles */
}
.article-content .content table, img {
    max-width: 100% !important;
}

#header1 .menu1 {
    height: 90%;
    margin: 5px;
    display: flex;
    list-style: none;
}
#header1 .menu1 li2 {
    margin-right: 20px;
    height: 100%;
    display: block;
}
#header1 .menu1 li2 a {
    height: 100%;
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: all .3s;
    font-size: 18px;
    color: #f9f5f5;
}
#header1 .menu2 {
    height: 90%;
    margin: 18px;
    display: flex;
    list-style: none;
}
#header1 ul2 {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.logo1 {
    height: 100%;
    width: 100%;
    max-width: 70px;
    margin-right: 50px;
}
.server-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.server-images-container {
    display: flex;
    flex: 1;
}

.server-images-container a {
    flex: 1; 
    margin-right: 5px;
}

.server-images-container a:last-child {
    margin-right: 0; 
}

.server-images-container img {
    width: 100%;
    height: auto;
}

footer {
  text-align: center;
  padding: 20px; 
  background-color: #1a1a2e;
  color: #fff; 
}
footer a {
  margin: 0 10px; 
  text-decoration: none; 
  color: #61dafb; 
  font-weight: bold; 
}

footer a:hover {
  text-decoration: underline; 
}
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
.fb_iframe_widget{
	display: block !important;
}
@media (max-width: 992px){
	.match_center .item_subnav {
    overflow: auto;
	}
	.item_subnav-inner {
    min-width: 950px;
}
}
@media (max-width: 768px){
	.art_dmain img{
		max-width: 100%;
		height: auto;
	}
	.art_dtitle{
		height: auto;
    line-height: 1.5;
		font-size: 20px; 
		margin-top: 10px;
	}
}






