/*!
Theme Name: Võ Lâm
Theme URI: http://ntwebdev.org/
Author: Ngọc Trần
Author URI: http://ntthemes.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thienha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thienha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.hf1{
	transition: all .2s ease;
}
.hf1:hover{
	filter: brightness(120%);
}
.sing-icon-top,.sing-icon-bot{
	height: 7px;
	background: url(images/cuon_top.jpg) no-repeat center center/cover;
	position: relative;
	z-index: 2;
}
.sing-icon-bot{
	background: url(images/cuon_bot.jpg) no-repeat center center/cover;
}

.single-box-wrap {
    background: url(images/single-box-bg.png) no-repeat top center/100% 100%;
    margin: -7px 0;
    position: relative;
}
.single-to-top{
	position: absolute;
	left: calc(100% + 55px);
	bottom: 101px;
	width: 62px;
}
.single-custom table tr:first-child td{
	background: #011431;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}
span.single-title-top{
    display: block;
    width: 100%;
    
    padding-bottom: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    position: relative;
}
/*span.single-title-top:before{
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 550px;
    height: 48px;
    background: url(images/bg_archive_title.png) no-repeat center center/100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/
span.single-title-top a{
	font-family: 'Tahoma';
	font-size: 40px;
	line-height: 0.925;
	font-weight: 700;
	text-transform: uppercase;
	color: #001639;
	letter-spacing: -0.005em;
}
em {
    color: #07506c;
}


main#site-main {
    background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 77px;
}
.page-wrapper #siteMain2{
	background-image: url('images/single-bg.jpg') !important;
	background-size: 100% 100% !important;
}


.install-title img {
    margin-bottom: 20px;
}

.menu-main ul.sub-menu {
    position: absolute;
    width: 200px;
    top: calc(100% + 20px);
    left: 0;
    background: rgb(28 67 105 / 67%);
    padding: 10px 20px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}

.menu-main ul.sub-menu li {
    padding: 0px;
    display: block;
}

.menu-main ul.sub-menu li a {
    display: block;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 0px);
}

@media (max-width:768px){
	main#site-main{
		padding-top: 10.026vw;
	}
	.sing-icon-top,.sing-icon-bot{
		height: 0.911vw;
		z-index: 22;
		/* background: url(images/cuonMB.png) no-repeat center center/contain; */
	}
	.single-box-wrap{
		/* border: 0.391vw solid #617471; */
		margin: -0.911vw 0;
	}
	.single-custom table tr:first-child td{
		font-size: 2.338vw;
	}
	span.single-title-top{
		margin-bottom: 7.813vw;
	    padding-bottom: 3.255vw;
	}
	span.single-title-top a{
		font-size: 5.208vw;
	}
	span.single-title-top:before{
		max-width: 71.615vw;
	    height: 6.25vw;
	}
	.page-wrapper #siteMain2{
		background-image: url('images/single-bg_mb.jpg') !important;
		background-size: cover !important;
	}
	.single-to-top{
		bottom: -10.938vw;
		left: auto;
		right: 0;
		width: 8.464vw;
	}
	.home .news-tab-title{
		padding: 1.302vw 0;
	}
	.home .news-search{
		margin-left: 1.953vw;
	}
}