/*
Theme Name: VÃµ LÃ¢m
Theme URI: jxthienmenh.com
Author: Kevin109
Author URI: 0935999034
Description: workpress themes
Version: 1.0.0
Text Domain:
*/
@charset 'utf-8';
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table, input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
	transition: 0.3s ease-in-out;
	color :  inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
form label {
	cursor: pointer;
}

/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
*{ margin: 0 0; padding: 0 0; }
body{
	font-size: 1.4rem;
	font-family: 'Tahoma';
    padding: 0;
    margin: 0;
}

main{
	padding:  50px 0;
}
.l-container{
	width: 1000px;
	margin:  0 auto;
}


.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;
	}
}