
body{
	color: #f5e397;
	line-height: 1.5;
	/* opacity: 0.7; */
	position: relative;
	background: #0e0b07;
	background-image: url(../images/bg_body_right.png), url(../images/bg_body_left.png);
	background-position: right bottom, left 115px;
  	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed;
	
}
.breadcrumb li{
	font-family: 'Tech5s';
}
header {
	padding: 0;
	color: #e8c67e;
	background: #1b140f;
	position: relative;
	background: url(../images/bg_head_right.png) right top no-repeat, url(../images/bg_head_left.png) left top no-repeat;
}
.marright10{
	margin-right: 10px;
}
.smooth {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu-top{
	padding: 8px 0;
}
.fright{
	float: right;
}
.menu-header{
	font-family:  'UTMC' ;
	border-top: 1px solid #5b3614;
	background: rgba(27, 19, 12, 0.47);
}
.fixed .menu-header{
	background: url(../images/bg_head_right.png) right top no-repeat, url(../images/bg_head_left.png) left top no-repeat;
}
.menu ul ul a {
	text-align: left;
}
.menu-header .logo{
	text-align: center;
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
}
header .menu ul li a:hover {
	background: none;
	color: #fff;
}
header.fixed .logo{
	top: 0;
    margin: auto;
    text-align: center;
    position: relative;
}
.slider{
	margin-bottom: 30px;
}
.slider .left,.slider .right{
	display: block;
	width: 30px;
	height: 68px;
	background: url('../images/arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	z-index: 1000;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 15px);
}
.slider .left{
	left: 15px;
}
.slider .right{
	right: 15px;
	background-position: -30px 0;
}
.title-cate {
    font-family: 'UTMC';
    color: #f5e397;
    padding: 0px 0 30px 0;
    font-size: 30px;
    background: url(../images/backgroud_titlefix.png) no-repeat center 48px !important;
}
.col-mar-10 {
	margin-left: -10px;
	margin-right: -10px; 
}

.col-mar-10 > div[class^="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.relative{
	position: relative;
}
.logo-thumb{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: all 0.5s;
	pointer-events: none;
}
.img-hover:hover .logo-thumb{
	opacity: 1;
}
.block .name-cat-pro.t1{
	text-transform: uppercase;
}
.block .name-cat-pro{
    font-family: 'Tech5s';
    z-index: 1;
    bottom: 12px;
    left: 0px;
    right: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px;
    color: #f5e397;
    line-height: 24px;
    text-align: left;
}
.home-service-content {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 50%;
    width: 1170px;
    transform: translateX(-50%);
}
.home-service-content .item{
	width: 20%;
	position: relative;
}
.home-service-content .item .icon_ {
    width: 100%;
}
.home-service-content .item .content-right {
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000;
    width: 100%;
    line-height: 25px;
    transition: all 0.3s;
    margin: 35px 0px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.home-service-content .item .icon_ .icon_inner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    transition: all 0.3s ease;
    border: 5px #dcbf74 solid;
    background: #0f0b078f;
}
.home-service-content .item.item_5 {
    top: 5px;
}
.home-service-content .item.item_1 {
    top: 5px;
}
.home-service-content .item.item_4 {
    top: -15px;
}
.home-service-content .item.item_2 {
    top: -15px;
}
.home-service-content .item.item_3 {
    top: -30px;
}
.home-service-content .item .icon_ .icon_inner::before {
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.home-service-content .item .icon_ .icon_inner::after {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    height: calc(100% + 25px);
    left: calc(50% - 1px);
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.home-service-content .item .icon_ .icon_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0px;
    transform: translate(-50%, -50%);
}
.home-service-content .item .content-right {
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000;
    width: 100%;
    line-height: 25px;
    transition: all 0.3s;
    margin: 35px 0px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.home-service-content .item .content-right .title {
    margin: 0px 10px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.home-service-content .item a {
    color: var(--var-link-color);
    font-weight: 700;
    padding: 20px 0px;
    font-size: 18px;
}
.home-service-content .item .content-right .summary {
    font-size: 16px;
    display: none;
}
.home-service-content .item img{
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.home-service-content .item_2 img {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a1;
}
.home-service-content .item_1 img {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim;
}
.home-service-content .item_3 img {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
}
.home-service-content .item_4 img {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim;
}
.home-service-content .item_5 img {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a1;
}
@keyframes chang-rotage-anim-a1 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    25% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-10deg) scale(1.3) skew(1deg)
    }
    35% {
        transform: rotate(10deg) scale(1.3) skew(1deg)
    }
    40% {
        transform: rotate(-10deg) scale(1.3) skew(1deg)
    }
    45% {
        transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes chang-rotage-anim-a2 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    60% {
        transform: rotateY(360deg) scale(1.3) skew(1deg)
    }
    70% {
        transform: rotateY(0deg) scale(1) skew(1deg)
    }
    75% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes chang-scale-anim-a3 {
    75% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    80% {
        transform: rotate(0deg) scale(1.3) skew(1deg)
    }
    85% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    90% {
        transform: rotate(0deg) scale(1.3) skew(1deg)
    }
    95% {
        transform: rotate(0deg) scale(1.1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1.1) skew(1deg)
    }
}
@keyframes chang-rotage-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    5% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    15% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    25% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.customer-reviews {
	background: none;
	color: #f5e397;
}
.text1line {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.customer-reviews{
	padding-top: 0;
}
.customer-reviews .slider-brand-labels {
	border-top: none;
}
.menufooter{
	width: 100%;
	position: relative;
}

.menufooter .bg_foot{
    top: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    position: absolute;
    background: #755f48;
    z-index: -1;
}
.menufooter ul li{
	padding-top: 22px;
	display: inline-block;
}
.menufooter ul li:hover{
	background: url(../images/bg_menufooter2.png);
    background-size: 55px 23px;
    background-repeat: no-repeat;
    background-position: center 0px;
}
.menufooter ul li a{
	background: #755f48;
    padding: 10px 15px;
    display: block;
    border-right: 1px solid #755f48;
    border-left: 1px solid #755f48;
    border-top: 1px solid #755f48;
    text-transform: uppercase;
    color: #ffd00d;
    font-size: 13px;
    font-family: UTMC;
    margin: 0;
}
.menufooter ul li:hover a {
    background: #321a09;
    border-right: 1px solid #ffd00d;
    border-left: 1px solid #ffd00d;
    border-top: 1px solid #ffd00d;
    border-radius: 10px 10px 0 0;
}
footer{
	padding: 30px 0px 0 0px;
	color: #fff;
	line-height: 1.6;
	background: url('../images/bg_footer.jpg') repeat;
}
footer .foot{
	background: url(../images/bg_footer.png) top center no-repeat;
	background-size: 100% 100%;
}
footer .s-content.text{
	text-align: justify;
	    font-family: Tech5s;
	margin-top: 15px;
}
footer .videos iframe{
	height: 350px;
}
.fb_iframe_widget{
	max-width: 100%;
}
.martop80{
	margin-top: 80px;
}
footer iframe{
	max-width: 100%;
	height: 180px;
}
.fb_iframe_widget iframe {
	height: 400px;
}
.text-bot{
    font-size: 14px;
    font-family: 'Roboto';
}
.marbot30{
	margin-bottom: 30px;
}
.title-footer{
	font-size: 16px;
	color: #dacabc;
	font-family:  'UTMC' ;
}
.fb_iframe_widget span {
	max-width: 100%;
}
.pro-detail{
	background: #231b11;
	margin: 20px 0;
	box-sizing: border-box;
	padding: 20px;
}
.pro-info-item{
	color: #ffe58d;
	font-family: 'Tech5s';
	margin-bottom: 0;
    font-size: 15px;
	padding: 12px 0;
	border-bottom: 1px solid #5b3614;
}
.pro-info-item i{
	margin-right: 10px;
}
.pro-info-item span{
    color: #fff;
}
.new-detail{
	color: #fff;
}
.new-detail .time{
	margin: 20px 0 10px ;
	color: #666;
}
.new-detail .single-social{
	margin-bottom: 20px;
}
.name-page{
	font-size: 20px;
	font-family: 'Tech5s';
	color: #f2bf4e;
	font-weight: bold;
}
.contact .info-contact h3 {
   font-size: 16px;
	font-family: 'Tech5s';
	color: #f2bf4e;
	font-weight: bold;
}
.contact .info-contact p{
	 font-size: 16px;
	font-family: 'Tech5s';
	color: #9b928b;
}
.contact{
	line-height: 2;
}
@media(max-width: 991px){
	header .logo img {
		max-height: 80px;
		height: 60px;
	}
	header.fixed .btn-menu-mb {
		top: 10px;
	}
	header .btn-menu-mb {
		right: 80px;
		top: 12px;
	}
	header .btn-menu-mb i{
		color: #ffe58d
	}
	.none991{
		display: none;
	}
	.menu-header .logo {
		margin-left: unset !important;
		text-align: center;
		top: 0;
	}
}
@media(max-width: 767px){
	body{
		background-image: url(../images/bg_body_right.png);
	}
	header .btn-menu-mb {
		right: 15px;
	}
	.menufooter {
    	display: block;
	}
	.menufooter ul{
		overflow: auto;
    	white-space: nowrap;
    	display: inherit;
    	
	}

	.menufooter ul li a{
		
    	padding: 12px 15px;
	}
	footer .foot{
		padding: 0;
	}
	footer .foot {
	    background: url(../images/bg_footer.png) top center no-repeat;
	    background-size: auto;
	}
	footer .foot .logo{
		text-align: center;
	}
	footer .foot .martop80{
		margin-top: 20px;
	}
	footer .foot .martop80 h2{
		font-size: 20px;
	}
	.title-cate{
      background: url(../images/backgroud_titlefix.png) no-repeat center 35px !important;
      font-size: 18px;
	}
}
.row5
{
	margin-right: -5px;
	margin-left: -5px;
}
.row5 > div[class^="col"]
{
	padding-left: 5px;
	padding-right: 5px;
}
.items-news-tabs .img img,
.items-news-tabs .img
{
	width: 100%;
	max-height: 260px;
}
.items-news-tabs .parent
{
	font-size: 12px;
	padding: 4px 6px;
	display: inline-block;
	border: solid thin #fff;
}
.items-news-tabs .title
{
	font-size: 15px;
}