@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}



@media(min-width:990px) {
	.container{
		padding:0;
		width:1050px;
	}
	
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body{
	font-family:'Arial';
}

header{
	background:#28231e;
	padding:7px 0;
	padding-bottom:15px;
}
header .menu-top{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
header .menu-top li{
	float:left;
	margin-left:15px;
}
header .menu-top li.social{
	margin-left:5px;
}
header .menu-top a{
	color:#FFF;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);	
    color: #999;
    line-height: 25px;
	font-size:13px;	
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
}
header .menu-top a:hover{
	color: #f6eb00;
	
}
header .menu-top a.social-btn:hover {
	border-color:#f6eb00;
}
header .menu-top a.hotline {
    background: url(../images/icon-hotline.png) no-repeat 0 30%;
    padding-left: 30px;
    color: #ef7a2b;
	line-height:25px;
	display:block;
}
header .menu-top i {
	display:inline-block;
	
}
.social-btn {
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}




@media(min-width:1001px) {
	nav.nav{
		background: #28231e;
		position:relative;
		z-index:60;
		padding-bottom:20px;
	}
	nav.nav .container{
		position:relative;
	}
	nav.nav .navbar-collapse{
		padding:0;
	}
	nav.nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	nav.nav .navbar-brand{
		height:auto;
		padding:5px;
		position:absolute;
		top:-45px;
		left:0;
	}
	nav.nav .navbar-brand img{
		height:145px;
	}
	nav.nav .navbar-nav{
		margin-left:0px;
		float:right;
		text-align:center;
	}
	nav.nav .navbar-nav>li{
		margin:0px;
		margin-left:15px;
		margin-right:15px;
		float: left;
		
	}

	nav.nav .navbar-nav>li>a{
		padding:0;
		color: #f6eb00;
		position: relative;
		font-size: 13px;
		line-height:28px;
		text-transform:uppercase;
		font-weight:bold;
		transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;		
	}
	nav.nav .navbar-nav>li>a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: -8px;
		height: 2px;
		width: 0;
		transition: width 0s ease, background .35s ease;
	}
	nav.nav .navbar-nav>li>a:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: -8px;
		height: 2px;
		width: 0;
		background: #f6eb00;
		transition: width .35s ease;
	}
	nav.nav .navbar-nav>li>a:hover:before {
		width: 100%;
		background: #f6eb00;
		transition: width .35s ease;
	}
	nav.nav .navbar-nav>li>a:hover:after {
	width: 100%;
		background: transparent;
		transition: all 0s ease;
	}	

	
	nav.nav .navbar-nav>li.active>a,
	nav.nav .navbar-nav>li>a:focus,
	nav.nav .navbar-nav>li:hover>a{
		color:#FFF;
		background:inherit;
	}
	nav.nav .navbar-nav>li:hover>a{
		color:#f6eb00;
	}

	
	nav.nav .dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0; 
		z-index: 9999;
		border-top: solid 1px #4e4439; 
		border-bottom: solid 1px #4e4439;
		background: #352e27;
		box-shadow:3px 3px 3px rgba(255,255,255,0.1);
		
	}
	nav.nav .dropdown-menu li a { 
		color: #FFF; 
		font-size: 13px; 
		font-weight: 400; 
		padding: 6px 15px; 
		border-bottom: solid 1px #4e4439;
		
	}
	nav.nav .dropdown-menu .active > a,
	nav.nav .dropdown-menu li > a:focus,
	nav.nav .dropdown-menu li > a:hover {
		color: #333;
		filter: none;
		background: #f6eb00;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}	
	.dropdown-submenu { 
		position: relative; 
	}
	.dropdown-submenu > .dropdown-menu { 
	   top: 0; 
	   left: 100%; 
	   margin-top: 0px; 
	   margin-left: 0px; 
	}
	
	.dropdown-submenu:hover > .dropdown-menu {  
		display: block;
	}

	.dropdown > a:after,
	.dropdown-submenu > a:after {
		position: absolute;	
		top: 50%;
		margin-top:-5px;
		width:10px;
		height:10px;
		line-height:10px;
		text-align:center;
		right: 5px;
		font-size: 11px;
		content: "\f105";	
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}
	.dropdown > a:after{
		content: "\f107";	
	}
	.btn-dropdown{
		display:none;
	}
	
}

@media(max-width:1200px) and (min-width:1020px) {
	nav.nav .navbar-nav>li a{

	}
}

@media(max-width:1000px) {
	nav.nav{
		background: #069049;
	}
    nav.nav .navbar-header {
        float: none;
    }
    
    nav.nav .navbar-toggle {
        display: block;
    }
    
    nav.nav .navbar-collapse.collapse {
        display: none !important;
    }
    
    nav.nav .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
		max-height:340px;
    }
    
    nav.nav  .navbar-nav {
        margin: 7px 0;
        float: none !important;
    }

    nav.nav .navbar-nav > li {
        float: none;
    }
	nav.nav .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}    
		
	
	nav.nav .navbar-brand{
		height:auto;
		padding:5px 15px;
		font-size:30px;
		color:#FFF;
	}
	nav.nav .navbar-brand img{
		height:50px;
	}
	nav.nav .navbar-toggle{
		margin:5px 15px;
		padding:0;
		width:40px;
		height:35px;
		border:solid 1px #ddd;
		border-radius:0;
		font-size:20px;
		color:#FFF;
	}
	nav.nav .dropdown-submenu > .dropdown-menu {
		display: block;
		margin-left: 15px;
	}

	nav.nav .navbar-nav{
		margin:0 -15px;
	}
	
	.btn-dropdown{
		position:absolute;
		z-index:20;
		width:30px;
		height:30px;
		line-height:30px;
		border:solid 1px #FFF;
		border-radius:2px;
		color:#FFF;
		top:5px;
		right:15px;
		cursor:pointer;
		text-align:center;
		display:block;
	}
	.dropdown.open .btn-dropdown,
	.btn-dropdown:focus,
	.btn-dropdown:hover{
		color:#FFF;
		border-color:#FFF;
	}
	.navbar-nav>li>a{
		padding:10px 20px;
		color: #FFF;
		font-size: 15px;
		position:relative;		
	}
	nav.nav .navbar-nav>li.open > a,
	nav.nav .navbar-nav>li>a:focus,
	nav.nav .navbar-nav>li:hover>a,
	nav.nav .navbar-nav > .active > a{
		color:#FFF;
		background: #0cb55e;
	}
	.dropdown-menu>li>a{
		color:#FFF;
	}
	.dropdown-menu>li>a:hover{
		color:#FFF;
		background: #0cb55e;
	}
	
}




.slide {
	float:left;
	width:100%;
	overflow:hidden;
}



.title-home{
	float:left;
	width:100%;
	margin-bottom:35px;
	text-align:center;
	font-family: 'Podkova', serif;
	font-size:38px;
	text-transform:uppercase;
	font-weight:bold;
}


.home-page{
	padding:30px 0;
}

.home-page.bg0,
.home-page.bg2{
	background:#fbffe9;
}
.home-page.bg1{
	position:relative;
    background: url(../images/bgr-img-one.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.home-page.bg1::before,
.home-page.bg3::before {
    position: absolute;
    z-index: 1;
    background: url(../images/trans-bgr.png) repeat;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-page.bg3{
	position:relative;
    background: url(../images/bgr-img-two.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.home-page.bg1 .container,
.home-page.bg3 .container{
    position: relative;
    z-index: 2;
}
.home-page.bg1 .title-home,
.home-page.bg3 .title-home{
	color:#f6eb00;
}
.home-page.bg1 .item-style3 .info a,
.home-page.bg3 .item-style3 .info a{
	color:#f6eb00 !important;
}

.home-page .item-style1 h3{
	text-align:center;
	text-transform:uppercase;
	margin:0;
	font-size:16px;
}

.title-about {
	font-family: 'Pacifico', cursive;
	color: #333;
	font-size: 30px;
	line-height: 50px;
	margin:30px 0;
}
.title-about span{
    color: #f6eb00;
    font-size: 35px;
    font-family: 'Podkova', serif;
    font-weight: bold;
    text-transform: uppercase;
}
.about-page p{
    color: #565656;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}
.btn-book {
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    display: inline-block;
    padding: 10px 35px 8px;
    margin-bottom: 2px;
    color: #353535;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
	margin-top:20px;
}
.btn-book:hover {
    background: #ff7b57;
    border: 1px solid #ff7b57;
    color: #fff;
}
.p40{
	padding:40px;
}

.policy-page {
	position:relative;
}
.policy-page::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background: url(../images/img2.jpg) no-repeat top left;
	background-size: cover;
	z-index:-1;
}
.policy-page p{
    color: #565656;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}


.sendcake-page {
    position: relative;
    background: url(../images/bgr-img-three.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.sendcake-page .container{
	position:relative;
	z-index:2;
}
.sendcake-page::before {
    position: absolute;
    z-index: 1;
    background: url(../images/trans-bgr.png) repeat;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sendcake-page .title-home {
    color: #f6eb00;
	margin-bottom:55px;
}

.over h3 {
    color: #f6eb00;
    font-weight: bold;
	font-size:16px;
}
.over p {
	text-align:justify;
    color: #ccc;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;	
}
.row25{
	margin-left:-25px;
	margin-right:-25px;
}
.p25{
	padding-left:25px;
	padding-right:25px;
}




.col1 .title{
	float:left;
	width:100%;
	margin: 0;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	line-height:40px;
	background:#069049;
	padding-left:15px;
	font-weight:bold;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}


.col1  .box{
	float:left;
	width:100%;
	margin-bottom:15px;
	border-top:none;	
}

.box.category ul{
	padding:0;
	list-style:none;
}
.box.category ul li{
	padding-left:15px;
}
.box.category ul li:not(.sub){
	display: block;
    border-bottom: 1px solid #ddd;
}
.box.category ul li a{
	display:block;
	padding:6px 0;
	border-bottom:solid 1px #f4f1f1;
	font-size:14px;
	color:#888
}

.box.category ul li:not(.sub) a{
	color:#888;
	font-size:15px;
}

.box.category ul li.sub a{
	background:url(../images/list_sub.png) no-repeat left center;
	padding-left:20px;
    font-weight: normal;	
}

.box.category ul li a.active,
.box.category ul li a:focus,
.box.category ul li a:hover{
	color:#ff7b57;
}


.box.support .img img{
	width:100%;
}
.box.support .group{
    color: #df0000;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'RobotoBold';
    margin: 10px 0 5px 0;	
}

.box.news .item-style2 {
	padding-bottom:10px;
}
.box.news .item-style2 .name{
	margin:0;
}
.box.news .item-style2 .name a{
	font-weight:normal;	
	font-size:14px;
}


.box.visited p{
	margin-bottom:5px;
	font-weight:bold;
}
.box.visited span{
	display:inline-block;
	width:150px;
	font-weight:normal;
	padding-left:25px;
}
.box.visited span.v1{
	background:url(../images/v1.png) no-repeat left center;
}
.box.visited span.v2{
	background:url(../images/v2.png) no-repeat left center;
}
.box.visited span.v3{
	background:url(../images/v3.png) no-repeat left center;
}





.title-left{
	position:relative;
	margin-bottom:15px;
}
.title-left:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
	background:#069049;
}

.title-left a:not(.link){
	display:inline-block;
	padding:9px 25px;
	color:#FFF;
	font-weight:bold;
    background: #069049;
	padding-left:15px;
	font-size:16px;
	position:relative;
	z-index:20;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-transform:uppercase;
}
.title-left a.link{
	float:right;
	color:#069049;
    margin-top: 11px;
    margin-right: 0px;
	font-size:12px;
}
.title-left a.link:hover{
	color:#F00;
}

.owl-home figure{
	padding:0px 5px;
}

.owl-home .owl-buttons div{
	width:17px;
	height:17px;
	position:absolute;
	top:-45px;
	background:#000;
	font-size:0;
	opacity:0.8;
}
.owl-home .owl-buttons div.owl-next{
	right:0;
	background:url(../images/next.png) no-repeat;
}
.owl-home .owl-buttons div.owl-prev{
	right:23px;
	background:url(../images/prev.png) no-repeat;
}



.copyright{
	float:left;
	width:100%;
	background:#117d46;
	line-height:35px;
	color:#FFF;
}
.copyright a{
	float:right;
	width:20px;
	height:20px;
	background:#ddd;
	margin-left:5px;
	text-align:center;
	line-height:20px;
	margin-top:7px;
	font-size:11px;
	*border:solid 1px #FFF;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}
.copyright a.f1{
	background:#4063b8;
	color:#FFF;
}
.copyright a.f2{
	background:#FFF;
	color:#b72211
}
.copyright a.f3{
	background:#bb2d1d;
	color:#FFF;
}
.copyright a.f4{
	background:#FFF;
	color:#127bc0;
}
.copyright a:hover{
	background:#FF0;
	color:#333;
}


footer {
    background-color: #28231e;
    padding: 40px 0 30px;
}
footer h2{
    font-weight: bold;
    color: #999;
    font-family: 'Podkova', serif;
	font-size:17px;
}
footer p {
    color: #999;
    word-spacing: 1px;
    line-height: 25px;	
}
footer .social-btn{
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;	
}
footer a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#666;
}
footer a.social-btn:hover {
    color: #f6eb00;
}
footer a.social-btn:hover {
    border-color: #f6eb00;
}


.designed{
	text-align:center;
	background:#25211d;
	padding:5px 0;
	font-size:12px;
}
.designed a{
	color:#333;
}
.bg_nav{
	position:relative;
}
.bg_nav::before{
	position: absolute;
    z-index: 1;
    background: url(../images/bgr-title.png) repeat;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;	
}
.bg_nav h2{
	position:absolute;
	top:50%;
	left:0%;
	margin:0;
	width:100%;
	text-align:center;
	margin-top:-37px;
	color: #f6eb00;
    font-size: 68px;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);	
	font-family: 'Podkova', serif;
	text-transform:uppercase;
	z-index:2;
	padding:0;
}
.title-detail{
	font-family: 'Podkova', serif;
    border-bottom: 4px solid #ddd;	
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:10px;
	font-weight:bold;
	margin:0;
    line-height: 1.1;	
}
.title-detail a{
	color:#333
}
.include.detail-product{
	background:url(../images/bgr-img-detail.jpg) no-repeat;
	background-size:100%;
	padding:70px 0;
	position:relative;
}
.include.detail-product::before{
    position: absolute;
    z-index: 1;
    background: url(../images/bgr-detail.png) repeat;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.include.detail-product .container{
	position:relative;
	z-index:91;
}
.detail-module-product .name-product{
	color: #f6eb00;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    margin: 0 0 10px;	
	font-family: 'Podkova', serif;
	font-size:38px;
	font-weight:bold;
}
.detail-module-product .code-product{
    background: #f6eb00;
    color: #323232;
    padding: 3px 5px;
    display: inline-block;	
}

.detail-module-product .price-product{
    font-size: 20px;
    margin: 20px 0;
    color: #ff7b57;
	
}
.detail-module-product .quote-product{
	color:#FFF !important;
}

.detail-product .box-breadcrumb ul.breadcrumb a {
    color: #FFF;
}
.btn-order-detail{
    background: #ff7b57 url(../images/icon-hotline-white.png) no-repeat 85% 44%;
    padding: 12px 60px 10px 30px !important;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-top: .75em;
    text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;		
}
.btn-order-detail:hover{
    border: 0;
    background: #513d33 url(../images/icon-hotline-white.png) no-repeat 85% 44%;
    color: #fff;	
}
.relative-product{
	padding:40px 0;
}


