@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,300italic,400italic,600italic,400,500,600,700,800,900|Montserrat:300,500,600,700,800,900");

/* COMMON */
html {
	min-height: 100%;
	height: 100%;
    width: 100%;
}
body{
	font-size: 16px;
	font-family: 'Roboto Slab', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	color: #000;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body{
	min-height: 100%;
	position: relative;	
}
body.fixed {
    margin-top: 90px;
}
a:link,
a:visited{
	color:#002864;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #000;
}
a.arrow{
	display: inline-block;
	background-color: #062a65;
	border-radius: 10px;
	padding: 25px 3px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;	
}
a.arrow span{
	display: flex;
	align-items: center;
	justify-content: center;
}
a.arrow span img{
	width: 30%;
}
a.arrow span span{
	display: inline-block;
	padding-left: 10px;	
}
.btn{
	border: 0;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgt60{
	margin-top: 60px;
}
.mgt70{
	margin-top: 70px;
}
.mgt80{
	margin-top: 80px;
}
.mgt90{
	margin-top: 90px;
}
.mgt100{
	margin-top: 100px;
}
.sm-line{
	position: relative;
	display: block;
}
.justify{
	text-align: justify;
}
.bg-cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.i-down{
    display: inline-block;    
    background-size: 54px auto;
    width: 54px;
    height: 32px;
}
.scroll-down:hover{
	-webkit-animation:hoverArrow .5s;
    animation:hoverArrow .5s;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 20px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.img img{
	width: 100%;
}
.img.map img{
	width: auto;
	max-width: 100%;
}
.note{
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
}
.page-desc{
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;	
}
.page-desc+.desc{
	font-weight: 400;
	font-size: 42px;
	line-height: 1.1;
	margin: 35px auto 0 auto;	
	color: #000;		
}
.page-desc+.desc.nmt{
	margin-top: 0;
}
.bg-b{
	/*background-image: url(../images/bg-b.png);*/
	background-image: url(../images/texture-red-transparent.png);
	height: 101px;
	position: relative;
	z-index: 2;
}
/* HEADER */
#header-bar{	
	position: fixed;	
    z-index: 1000;
	left: 0;
	right: 0;
	top: 0;	
	box-sizing: border-box;
	-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;
	height: 90px;
}
#header-bar.fixed{
	top: 0;
	/*background-color: rgba(0,0,0,0.9);*/
	background-color: rgba(4,34,77,1);
}
#header-bar.fixed .company-logo{
	display: block;
	top: 10px;
}
#header-bar.fixed .company-logo img{
	max-height: 70px;
}
#header-bar.fixed #top-menu{
	top: 18px;
}
#header-bar .company-logo{
	position: absolute;
	top: 35px;
	display: block;	
}
#header-bar .company-logo img{
	max-height: 140px;
}
#top-menu{
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 3;	
}
#top-menu .dropdown:hover > .dropdown-menu {
    display: block;
	background-color: rgba(49,127,52,1);
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	color: rgba(35,221,118,1);
}
#top-menu .navbar-nav>li{
	padding: 0 15px;
}
#top-menu .navbar-nav>li>a{
	font-size: 16px;	
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	box-sizing: border-box;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #fff !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
	color: #000;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 66px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(245,125,32,1);
}
#top-menu .dropdown-menu a{
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #4d9952;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: rgba(41,132,47,1);
	color: #fff;
}
#top-menu .navbar-nav>li.investor{
	display: none;
}
#top-menu .investor{
	text-align: right;	
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 15px;
}
#top-menu .investor>div{
	border-bottom: 1px solid #94a1ae;
}
#top-menu .investor a{
	color: #fff;
	font-size: 12px;
}
#top-menu .investor a .fa{
	font-size: 16px;
	margin-right: 5px;
}
#wrap-content{
	padding-top: 90px;
	padding-bottom: 90px;
}
/* FOOTER */
#footer-bar {
	font-family: tahoma, arial, sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 16px 0 20px 0;
	line-height: 20px;
	font-size: 12px;
	color: #cccccc;
	background-color: #8c8c8c;
}
#footer-bar a{
	color: #cccccc;	
	font-weight: 400;
}
#footer-bar .copyright{
	position: relative;
	top: 3px;
}
#footer-bar .social{
	text-align: right;
}
#footer-bar .social a .fa{	
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
	background-color: #fff;
	color: #8c8c8c;
	border-radius: 2px;	
}

/* BANNER */
#banner{
	background-color: #fff;	
	min-height: 400px;
	position: relative;
	display: flex;
	align-items: center;
}
#banner.about-us{
	background-image: url(../images/b-about-us.jpg);
}
#banner .container {    
	text-align: center;
	color: #fff;
	padding: 100px;
}
#banner h2{
	font-size: 60px;
	font-weight: 300;
}
#banner h2+.desc{
	font-size: 22px;
	font-weight: 500;
	margin-top: 50px;
	line-height: 1.5;
}
.banner.parallax{
	overflow: hidden; 
	position: relative; 
	background-attachment: fixed;
}

/* HOMEPAGE */
#homepage{
	width: 100%;
	background-color: #04224d;	
}
#homepage .homepage-content{
    position: absolute;    
    color: #fff;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 90px;
	font-size: 80px;
	font-weight: 800;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
}
#homepage .main-img{
	margin-top: 150px;
	margin-bottom: 100px;	
}
#homepage .main-img img{
	width: auto;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#home-carousel .item{
	min-height: 400px;
	display: flex;
	align-items: center;
}
#homepage .slide{
	position: relative;
}

/* ABOUT US */
#about-us{	
	background: url(../images/bg-t.png) #ededed left bottom no-repeat;
	background-size: 100% auto !important;
}
#about-us #wrap-content{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 150px;
}
#about-us #wrap-content .page-desc{
	line-height: 80px;
	font-size: 80px;
	font-weight: 800;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	color: #04224d;
	margin-bottom: 50px;
	margin-top: -10px;
}
#about-us #wrap-content .line{
	height: 5px;
	max-width: 225px;
	background-color: #9c855a;
	margin-bottom: 12px;
}
#about-us a.btn{
	background-color: #9c855a;
	color: #fff;
	font-weight: 500;
	min-width: 180px;
	font-size: 16px;
}

/* BRANDS */
.brands{
	background-color: #e95353;	
}
.brands #wrap-content{
	padding-top: 0;	
	padding-bottom: 0;
}
#brands-page{
	background-image: url(../images/bg-1.png);
	background-size: 100% auto;
	padding-top: 30px;
}
#brands-page .desc{
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
#brands-page .items{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#brands-page .items .item{	
	padding: 30px 15px;
}
#brands-page .items .item h3{
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 700;
}
#brands-page .items .item .desc{
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 600;
	font-size: 20px;
}

/* FRANCHISE WITH US */
.franchise-with-us{
	/*background: url(../images/bg-2.png) transparent left top no-repeat;	*/
	background: url(../images/funky-background.jpg) transparent left top no-repeat;	
	background-size: cover !important;
	margin-top: -101px;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}
.franchise-with-us .items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
.franchise-with-us .item{
	width: 45%;
	margin: 25px 0;
}
.franchise-with-us .item.logo .img img{
	max-width: 90%;
	width: auto;
}
.franchise-with-us .item.item-center{
	width: 10%;
}
.franchise-with-us .item.logo .inlek{
	margin: 50px 0;
}
.franchise-with-us .item.video .img{
	position: relative;
	cursor:pointer;
}
.franchise-with-us .item.video .play{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

/* INVEST */
#invest{
	background: url(../images/bg-image-4.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}
#invest .desc{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

/* NEWS */

#news{
	background: url(../images/bg-image-3.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}

#news #wrap-content{
	padding-top: 0;
}
#news #wrap-content h2{
	padding-top: 50px;
	margin-top: 0;
	color: #d53535;
	font-size: 46px;
}
#news #wrap-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#news #wrap-content ul li{
	margin: 30px 0;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
}
#news #wrap-content ul li a{	
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#news #wrap-content ul li .datetime{
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-top: 2px;
}