/*!
Theme Name: thienha
Theme URI: http://fb.com/4m.vnh
Author: Manh Nguyen
Author URI: http://fb.com/4m.vnh
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

Code by Manh Nguyen base on wordpress site

*/
.hf1{
	transition: all .2s ease;
}
.hf1:hover{
	filter: brightness(120%);
}
.sing-icon-top,.sing-icon-bot{
	height: 49px;
	background: url(images/cuon.png) no-repeat center center/contain;
	position: relative;
}

.single-box-wrap {
    background: #f9edd8;
    margin: -18px 38px;
    border: 9px solid #924b3b;
}
.single-custom table tr:first-child td{
	background: #91412f;
	color: #f9edd8;
	font-size: 18px;
	font-weight: 700;
}
span.single-title-top {
    display: inline-block;
    background: url(images/icon_cat.png) no-repeat center center;
    background-size: 100% 100%;
    color: #d47f1c;
    font-weight: bold;
    font-size: 29px;
    text-transform: uppercase;
    padding: 20px 66px 15px 74px;
    box-sizing: border-box;
}
span.single-title-top a{
	color: #d47f1c;
}
/*.single .wrapper:before {
    content: '';
    display: inline-block;
    height: 905px;
    background: url(images/banner.jpg) no-repeat top center/cover;
    width: 100%;
    position: absolute;
    top: 0;
}*/
.single .hd-info {
    height: 905px;
    background: url(images/banner.jpg) no-repeat top center/cover;
}
main#site-main {
    position: relative;
    z-index: 33;
}
.single .wrapper{
	background: url(images/single_bg_body.jpg) no-repeat bottom center/cover !important;
}
.home-nav-it-icon {
    position: relative;
    text-align: center;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.char_icon_bg {
    position: absolute;
    top: 39px;
    left: 0;
    animation: rotateCircles 10s linear infinite;
}
.gallery-list {
    padding-bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0;
    top: auto !important;
    height: 2px !important;
    background: #ba604a;
}
.gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #efd8ae;
	height: 12px;
	top: auto;
	bottom: 0;
}
@media (max-width:768px){
	.sing-icon-top,.sing-icon-bot{
		height: 3.906vw;
		background: url(images/cuonMB.png) no-repeat center center/contain;
	}
	.single-box-wrap{
		border-width: 0.781vw;
		margin: -1.302vw 1.302vw;
	}
	.single-custom table tr:first-child td{
		font-size: 2.338vw;
	}
	span.single-title-top{
		padding: 2.604vw 8.594vw 1.953vw 9.635vw;
		font-size: 3.776vw;
		height: auto !important;
	}
	.single .hd-info {
	    height: 115.625vw;
	    background: url(images/banner_mb.jpg) no-repeat top center/cover;
	}
	.single .wrapper{
		background: url(images/single_bg_body_mb.jpg) no-repeat bottom center/cover !important;
	}
	.home-nav-it-icon {
		width: 11.458vw;
		height: 11.458vw;
	}
	.char_icon_bg{
		top: 5.078vw;
		max-width: 11.458vw;
	}
	.gallery {
	    margin-right: -2.597vw;
	}
	.gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		height: 1.563vw;
	}
	.gallery-list {
	    padding-bottom: 2.604vw !important;
	}
}