﻿html,body 
{
    margin:0px;
    padding:0px;   
    font-family: 'Arimo', sans-serif;
}
h1,h2,h3,h4,h5,h6
{
	margin:0;			   
}
p
{
	margin:0;
}
ul
{
	margin:0;
	padding:0;
}
.groupcontent
{
	padding:2em 0;
}
.container
{
	margin:0px auto;
	padding:0px;
	margin-left:10%;
	margin-right:10%;
}
.opacity
{
	-webkit-background-size:cover;
	background-size: cover;
	-moz-background-size: cover;
	background-color: rgba(0, 0, 0, 0.3);
}
.header-top
{
	overflow:hidden;
    background:#252525;
	padding:0.5em 0.5em;
	z-index:999;
}
/* Logo */
.top-header
{
	float:left;
	width:30%;
}
.logo h1
{
    margin:0px;
    padding:0px;
}
.logo h1 a img
{
	border:none;
	width:100%;
	max-width:200px;
}

/* Logo */

/* Menu */
.groupheader
{
	float:right;
	width:70%;
	height:80px;
}
.header
{
    width:100%;
	overflow:hidden;
}
.header_m
{
	display:none;
}
ul.menu_m
{
	text-align: center;
	margin: 0;
	min-height: inherit;
}
#menu ul
{
	margin:0px auto;
	padding:0px;
}
#menu ul li
{
    display: inline-block;
	margin: 0 0.5em;
}
#menu ul li a
{
	padding: 32px 20px 32px;
	text-decoration: none;
	text-transform:uppercase;
    letter-spacing: 1px;
    font-size: 14pt;
	color:#fff;
	position:relative;
	font-family: 'Barlow Condensed', sans-serif;
}
#menu ul li a.active
{
	color:#ac0000;
	font-weight:800;
}
.menuimg
{
	display:none;
}
/* Underline From Center */
.hvr-underline-from-center 
{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before 
{
	content: "";
	position: absolute;
	z-index: 999;
	left: 50%;
	right: 50%;
	bottom: 0;
	background:#ac0000;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, 
.hvr-underline-from-center:focus:before, 
.hvr-underline-from-center:active:before 
{
	left: 0;
	right: 0;
}
/* Banner */
.banner
{
	background:url(../images/banner.jpg)no-repeat center center fixed;
	background-size:cover;
	position: relative;
}
.banner-page
{
	background:url(../images/banner-page.jpg)no-repeat center center fixed;
	background-size:cover;
	position:relative;
}
.banner-info
{
	overflow:hidden;
}
.banner-info h2
{
    color: #fff;
    font-size:4vw;
    line-height: 1.2em;
    font-family: 'Abel-Regular';
    font-weight: 800;
	text-align:center;
	padding:2em 2em;
} 
/*-- banner-text --*/ 
.banner-text 
{
	overflow:hidden;
}
.banner-text-info 
{
    margin: 12em 0 10em;
    text-align: center;
}
.banner-text h3.bnr-title 
{
    color: #fff;
    font-size:6em;
    letter-spacing: 6px;
	font-family: 'Courgette', cursive;
}
.banner-text p 
{
    font-size:15pt;
    color: #fff;
    margin-top: 2em;
    letter-spacing: 4px;
    line-height: 2em;
	position:relative;
}
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.callbacks_container {
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav:hover{
	opacity: .9;
	-moz-opacity: .9;
}
.callbacks_nav:active {
	opacity: 1.0;
	-moz-opacity: 1;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .1em;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: 47%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #F6F6F6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.callbacks_here a:after {
    background-color: #E3535D;
}
a.callbacks_nav.callbacks1_nav.next {
    display: none;
}
a.callbacks_nav.callbacks1_nav.prev {
    display: none;
}
/*-- //banner-text --*/

/*-- //Home Page --*/
.title 
{
    text-align:center;
}
.title h3 
{
    font-size:35pt;
    color: #ac0000;
    display: inline-block;
    padding: .5em 1em; 
    font-weight: 300;
    letter-spacing: 3px;
	font-family: 'Courgette', cursive;
}
.about-grids
{
	overflow:hidden;
}
.col
{
	float:left;
	width:50%;
}
.about-l
{
	padding:0;
}
.about-img 
{
    background: url(../images/ab.jpg)no-repeat center;
    background-size: cover;
    min-height: 400px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
}
.about-r
{ 
    background: #0f0f10;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	min-height:400px;
}
.about-r h4 
{
    font-size:18pt;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0.8em;
	padding-top:1em;
	margin-left:1em;
}
.about-r p 
{
    font-size: 10pt;
    letter-spacing: 1px;
    color:#fff;
    line-height:24px;
	margin-bottom:0.8em;
	margin-left:2em;
	margin-right:2em;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more
{
	margin-top:1em;
	margin-left:2em;
}
.more a 
{
    padding: 0.8em 2.2em;
    background-color: #777;
    color: #000;
    font-weight: 500;
    border: none;
    font-size: 1em;
    letter-spacing: 1px;
    outline: none;
	text-decoration:none;
}
.more a:hover 
{
	background-color: #000;
	color: #FFF;
}
/*-- //Services --*/
.services
{
	overflow:hidden;
	padding:1em 0;
}
.ser-group
{
	overflow:hidden;
	padding:1em 0;
}
.col-ser
{
	width:50%;
	float:left;
}
.col-s
{
	width:50%;
	float:left;
}
.row-ser
{
	overflow:hidden;
	padding:0;
}
.row-txt
{
	text-align: center;
    position: relative;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	min-height:300px;
}
h4.title1
{
	text-transform:uppercase;
	font-size:20pt;
	line-height:300px;
	letter-spacing:4px;
}
h4.title1 a
{
	color:#fff;
	text-decoration:none;
}
h4.title1 a:hover
{
	color:#0f0f10;
}
h4.title1 a span:hover
{
	color:#ac0000;
}
.red
{
	background:#ac0000;
}
.black
{
	background:#0f0f10;
}
.col
{
	width:50%;
	float:left;
}
.row-img1
{
    background: url(../images/img01.jpg)no-repeat center;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
}
.row-img2
{
    background: url(../images/img02.jpg)no-repeat center;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
}
.row-img3
{
    background: url(../images/img03.jpg)no-repeat center;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
}
.row-img4
{
    background: url(../images/img04.jpg)no-repeat center;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
}



/* Contact Us */
.contact-group
{
	overflow:hidden;
}
.contact-box
{
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	float:left;
}
.contact-box:nth-child(2)
{
	text-align:center;
}
.contact-box:last-child
{
	text-align:right;
}
.contact-box h3
{
	font-size:18pt;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #ac0000;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: 'Archivo Narrow', sans-serif;
}
.contact-box p
{
	font-size:12pt;
	color:#252525;
	line-height:26px;
}
.address p
{
	padding:7px 0px;
}
.contact-box ul li
{
	list-style-type:none;
	padding:0.5em 0;
	text-align:center;
}
.contact-box ul li
{
	display:block;
	padding:7px 0px;
	font-size:12pt;
	color:#252525;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration:none;
}
.socials
{
    position:relative;
}
.socials ul
{
	padding:0;
	margin:0;
}
.socials ul li
{
    display: inline-block;
}
.socials a
{
    position: relative;
    display: inline-block;
    width:35px;
    height:35px;
	line-height:45px;
    text-align: center;
	border:1px solid #252525;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.socials .fb:hover
{
    -webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
}
.socials .gp:hover
{
    -webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
}
.socials .yp:hover
{
	-webkit-box-shadow: inset 0 0 0 48px #bb0000;
	-moz-box-shadow: inset 0 0 0 48px #bb0000;
	-o-box-shadow: inset 0 0 0 48px #bb0000;
	-ms-box-shadow: inset 0 0 0 48px #bb0000;
	box-shadow: inset 0 0 0 48px #bb0000;
}
/*-- //social-icons --*/
.footer
{
	background:#0f0f10;
	padding:1em 0;
}
.footer p
{
	text-align:center;
	color:#fff;
	font-size:11pt;
	line-height:25px;
}

/*-- //Services Page --*/
.banner-txt 
{
	overflow:hidden;
	padding: 5em 0;
    text-align: center;
	position:relative;
}
.banner-info
{
	overflow:hidden;
}
.banner-info h2 
{
    font-size: 30pt;
    line-height: 1.5em;
    display: inline-block;
    border: 1px solid #fff;
    padding: .5em 1em; 
	font-family: 'Courgette', cursive;
}
.banner-info h2 a
{
	text-decoration:none;
	color:#ac0000;
}
.banner-info h2 a:hover
{
	color:#fff;
}










/*  1440px hoac nho hon */
@media screen and (max-width: 1440px) 
{
    #menu ul li
	{
		margin: 0 0.3em;
	}
	#menu ul li a
	{
		padding: 32px 15px 32px;
	}
}

/*  1366px hoac nho hon */
@media screen and (max-width: 1366px) 
{
    
    
}

/*  1280px hoac nho hon */
@media screen and (max-width: 1280px) 
{
	#menu ul li
	{
		margin: 0em;
	}
	#menu ul li a
	{
		padding: 32px 15px 32px;
	}
}

/*  1170px hoac nho hon */
@media screen and (max-width: 1170px) 
{
	.container
	{
		margin-left:5%;
		margin-right:5%;
	}
}


/*  1080px hoac nho hon */
@media screen and (max-width: 1080px) 
{
    .row-txt
	{
		min-height:250px;
	}
	h4.title1
	{
		line-height:250px;
	}
	.row-img1
	{
		min-height:250px;
	}
	.row-img2
	{
		min-height:250px;
	}
	.row-img3
	{
		min-height:250px;
	}
	.row-img4
	{
		min-height:250px;
	}
}

/* 991px hoac nho hon */
@media screen and (max-width: 991px) 
{  
	.container
	{
		margin-left:2.5%;
		margin-right:2.5%;
	}
	#menu ul li a
	{
		padding: 32px 10px 32px;
	}
	.banner-text h3.bnr-title 
	{
		font-size:4em;
	}
	.banner-text p 
	{
		font-size:12pt;
	}
}

/*  900px hoac nho hon */
@media screen and (max-width: 900px) 
{
	.container
	{
		margin-left:1%;
		margin-right:1%;
	}
	#menu ul li a
	{
		padding: 35px 10px 35px;
		font-size:12pt;
	}
}

/*  800px hoac nho hon */
@media screen and (max-width: 800px) 
{ 
	#menu ul li a
	{
		padding: 35px 7px 35px;
	}
	.col
	{
		float:none;
		width:100%;
		margin:0px auto;
		padding:0px;
	}
	.col-ser
	{
		float:none;
		width:100%;
		margin:0px auto;
		padding:0px;
	}
}

/*  768px hoac nho hon */
@media screen and (max-width: 768px) 
{
	.container
	{
		width:100%;
		margin:0px auto;
		padding:0px;
	}
	.header-top
	{
		padding:0;
	}
	.header
	{
		padding:0;
	}
	.groupheader
	{
		width:100%;
		float:none;
		margin:0px auto;
		padding:0px;
		text-align:center;
		height:auto;
	}
	.top-header
	{
		width:100%;
		float:none;
		margin:0px auto;
		padding:0px;
		text-align:center;
	}
	.logo h1
	{
		padding-top:10px;
		padding-bottom:10px;
	}
	
	/*menu*/
	#menu ul
	{
		width:100%;
		height:40px;
		border-top:1px solid #ac0000;
		border-bottom:1px solid #ac0000;
	}
	#menu ul li
	{
		height:40px;
		display:block;
	}
				
	#menu ul li a
	{
		font-size:12pt;
		padding:0.8em 1.2em;
	}
	#menu ul .menuimg
	{
		padding:0;
		display:block;
		text-transform:uppercase;        
		color:#fff;
		font-size:12pt;
		line-height:42px;        
		background:url(../images/iconmenu_m.png)right 0px no-repeat;
		cursor:pointer;
		font-weight:400;
	}
	/*menu*/
	.header_m
	{
		display:block;
		overflow:hidden;
	}			
	.groupmenu_m
	{
		width:100%; 
		overflow:hidden; 
		padding-bottom:5px;
	}
	.groupmenu_m ul
	{
		margin:0px;
		padding:0px;
	}			
	.groupmenu_m ul li
	{
		width:24.6%;
		margin-left:0.2%;
		margin-right:0.2%;
		float:left;
		background:#ac0000;       
		text-align:center;    
		list-style-type:none;    
	}
	.menugroup ul li:hover a,.menugroup ul li .selected
	{   
		background: none;
	}
	.groupmenu_m ul li a
	{
		color:#fff;
		text-decoration:none;
	}
	#call_m span
	{
		display:block;
		background:url(../images/phone_m.png)center 4px no-repeat;
		padding:30px 0px 10px 0px;
	}
	#email_m span
	{
		display:block;
		background:url(../images/email_m.png)center 4px no-repeat;
		padding:30px 0px 10px 0px;
	}
	#direction_m
	{
		cursor:pointer;
	}
	#direction_m span
	{
		display:block;
		background:url(../images/location_m.png)center 4px no-repeat;
		padding:30px 0px 10px 0px;
	}
	#subbar_m
	{
		cursor:pointer;
		display:block;
	}
	#subbar_m span
	{
		display:block;
		background:url(../images/stay_m.png)center 4px no-repeat;
		padding:30px 0px 10px 0px;
	}
	/*Home Page*/
	.col-l
	{
		float:none;
		width:50%;
		margin:0px auto;
		padding:0px;
		margin-bottom:2em;
	}
	.col-r
	{
		float:none;
		width:95%;
		margin:0px auto;
		padding:0px;
		text-align:center;
	}
	.contact-box
	{
		float:none;
		width:90%;
		margin:0px auto;
		padding:0px;
		margin-bottom:1em;
		text-align:center;
	}
	.contact-box:last-child
	{
		text-align:center	;
	}
	.title h3 
	{
		font-size:25pt;
	}
	h4.title1
	{
		font-size:15pt;
	}
}

/*  650px hoac nho hon */
@media screen and (max-width: 650px) 
{
	.banner-text h3.bnr-title 
	{
		font-size:3em;
	}
}

/*  500px hoac nho hon */
@media screen and (max-width: 500px) 
{
    .groupmenu_m ul li a
	{
		font-size:10pt;
	}
}

/*  400px hoac nho hon */
@media screen and (max-width: 400px) 
{
    .groupmenu_m ul li a
	{
		font-size:8pt;
	}
	.title h3 
	{
		font-size:20pt;
	}
	.col-s 
	{
		float:none;
		width:100%;
		margin:0px auto;
		padding:0;
	}
	.banner-text h3.bnr-title 
	{
		font-size:2.5em;
	}
}