@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px 32px 0px 32px;
	margin-top: 80px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #EAE3D7;
}
#ig, #fb {
	padding:12px 20px;
	background-size: cover;
	margin-left:5px;
	opacity: 0.7;
}
#ig:hover, #fb:hover {
	opacity: 1;
}
#fb {
	background-image:url(../imgs/fb-icon.png);
}
#ig {
	background-image:url(../imgs/ig-icon.png);
}
	
body {
	margin-left: auto;
	margin-right: auto;
	background: #ecdfe6;

	background-size:cover;
	background-position:center top;
    height: 100%; 
    background-attachment: fixed;
    background-repeat: no-repeat;
}


/* head */

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}
.style-nav {
	margin-top: 70px;
	width: auto;
	position:relative;
}
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	border-radius: 16px;
	border: none;
}
.style-nav ul li a:hover {
	background-color:#FFF;
	color:#333;
}
.dropdown {
    display: none;
}
.dropdown a {
	background-color:rgba(0, 0, 0, 0.1);
	border-radius: 4px !important;
	text-align:left !important;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.style-nav ul li:hover .dropdown {
	display:block;
}


/* body */
.latest {

	background-size: cover;
	padding: 20px 20px 80px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 15px;
}
h5 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 10px;
}
h6 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 10px;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
blockquote {
	color:#000 !important;
	background-color: #FAF7E4;
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;	
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
input[type=text], select, textarea {
	float:right;
	width:70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
	margin-right: 8px;
    cursor: pointer;
    float: right;
}
input[type=submit]:hover {
    background-color: #069;
}
.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover {
	background-color:#900;
	box-shadow:#CCC;
}
.info-box-1 {
	background-image:url(../imgs/cata1.jpg);
	background-size:cover;
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-2 {
	background-image:url(../imgs/cata2.jpg);
	background-size:cover;
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}
.colmd {
	width: 50%;
	float:left;
}
.colmd {
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
.colmd:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 4px 6px rgba(0,0,0,0.22);
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	.col-md-one-half {
		width: 50%;
	}
	.colmd-md-one-fourth {
		width: 25%;
	}
	.colmd {
		padding: 5px;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

	.dropdown {
		position: absolute;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	.colmd-lg-one-eight {
		width:12.5%;
	}
	.dropdown {
		position: absolute;
	}
}

/* gallery lightbox */


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*dinh danh form */

input, textarea {
	margin:0; 
    padding: 8px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 12px/100% Verdana, Tahoma, sans-serif;  
    width: 85%;  
    background: #FFFFFF;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }  
	
	textarea {   
    width: 350px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover, .form a:hover,
input:focus, textarea:focus, .form a:focus {   
    border-bottom: #F00 1px solid;   
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
.form label {
	text-transform:capitalize;
	font-size:0.9em;
    margin-left: 1.2%;
    color: #333;   
    }  
  
.submit input, .form a {  
    width: auto;  
    padding: 7px 12px;  
    background: #0CF;
    border: 0;
    font-size: 13px;  
    color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
	text-decoration:none;  
    }  