/* Desktop */
body{
	font-family: 'Be Vietnam' !important;
}

html {
  scroll-behavior: smooth;
	overflow-x: hidden
}
.banner-background{
	background: #D6C19E
}
.title-container {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12%;
    padding-bottom: 5%;
}

.title-container p{
	margin-top: 9%;
	font-size: 11pt
}

.title-container img{
	width: 95%
}

.point-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #AC6F41;
	border-radius: 50px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-top: 3%;
	position: relative
}

.point-title {
    position: absolute;
    width: 33%;
    top: -13%;
    left: 33%;
}

.point-container ul li{
	text-align: center;
	list-style-position: inside;
	color: white;
	font-weight: normal;
    font-style: normal;
}

.point-container li{
	margin-bottom: 1%
}

.content{
	text-align: center;
	padding-bottom: 5%;
	padding-top: 2%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	color: #54301C;
	font-family: 'Be Vietnam';
    font-style: italic;
}

.content p{
	margin: 0
}

.hr-lines{
  position: relative;
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
	color: white;
	font-size: 10pt
}

.hr-lines:before {
    content: " ";
    height: 1px;
    width: 62%;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: -41%;
}

.hr-lines:after{
  content:" ";
  height: 1px;
  width: 62%;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  right: -41%;
}
.project-background{
	background: #AC6F41
}
.project-container{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4%;
	padding-bottom: 5%;
	position: relative
}

.project-container .project-title {
    position: absolute;
    width: 40%;
    left: 29%;
    top: -8%;
}

.project-container .project-element {
    position: absolute;
    width: 20%;
    right: -5%;
    top: -18%;
}
.project-container h1{
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5%;
}
.project-details h1{
	text-align: left
}
.project-container .divider{
	height: 2px;
	background: #D6C19E
}
.intro-container{
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.intro-container h1{
	text-transform: uppercase
}
.location-map-background{
	background: #E7DDC8
}
.location-map-container{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 2%;
}
.location-map-container h1{
	text-align: center;
	padding-bottom: 5%;
}
.location-map-container p {
    text-align: center;
    padding-top: 5%;
	font-size: 7pt;
	color: #54301C;
	font-family: 'Be Vietnam';
}
.location-details-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}
.location-background{
	background: #AC6F41
}

.register-background{
	background: #D6C19E
}
.register-container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3%;
	position: relative
}

.register-container iframe{
	height: 550px;
	width: 75%;
	border: none;
	overflow: hidden;
}

.contact-container img{
	width: 20%;
	padding-top: 5%;
	padding-bottom: 5%
}

.contact-container h2{
	color: #54301C;
	font-size: 16pt;
	margin-top: 15%;
	font-weight: 600;
}

.contact-container h3{
	font-weight: 300;
	color: #414042;
	font-size: 13pt;
	margin-bottom: 2%
}

.footer{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer h2{
	color: #000;
	font-size: 10pt
}

.footer h3{
	color: #000;
	font-size: 9pt;
	text-align: right
}
.document-container {
    font-size: 15pt;
    color: #4f565b;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 8%;
}
.location-map-container h1 {
    text-align: center;
    padding-bottom: 5%;
	font-size: 30pt;
	color: #54301C;
	font-family: 'Be Vietnam';
	font-weight: 500
}
.intro-container h1{
	font-size: 30pt;
	padding-bottom: 3%;
	color: #54301C;
	font-family: 'Be Vietnam';
}
	
	.intro-container p{
	font-size: 12pt;
	color: #54301C;
	font-family: 'Be Vietnam';
	font-style: italic;
}
.project-container h1 {
	font-family: 'Be Vietnam';
	color: white;
	font-size: 10pt;
	padding-bottom: 3%
}
	
.project-details h1 {
    text-transform: uppercase;
    padding-bottom:0%;
	font-family: 'Be Vietnam';
	font-weight: 600;
    font-style: italic;
	color: white;
	font-size: 30pt;
}
	
.project-details p {
	font-family: 'Be Vietnam';
	font-weight: 600;
    font-style: italic;
	color: white
}

	.project-details ul{
		padding-top: 3%;
		padding-left: 6%;
	}
.project-details li {
	font-family: 'Be Vietnam';
	font-weight: 500;
    font-style: italic;
	color: white;
	font-size: 10pt
	
}
.mobile-show{
	display: none
}


a{
	color:#000 !important
}
/* Desktop */

/* Mobile */
@media screen and (orientation:portrait) {
.contact-container h3 {
    font-weight: 300;
    color: #414042;
    font-size: 10pt;
    margin-bottom: 2%;
}
.title-container p {
    margin-top: 9%;
    font-size: 10pt;
}
.project-container .project-element {
    position: absolute;
    width: 20%;
    right: -5%;
    top: -18%;
	display: none
}
.content {
    text-align: center;
    padding-bottom: 5%;
    padding-top: 2%;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    color: #54301C;
    font-family: 'Be Vietnam';
    font-style: italic;
    font-size: 10pt;
}
.title-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -9%;
    padding-bottom: 13%;
}
.point-title {
        position: absolute;
        width: 52%;
        top: -6%;
        left: 23%;
    }
.point-container li {
    margin-bottom: 3%;
}
.point-container ul li {
    text-align: center;
    list-style-position: inside;
    color: white;
    font-weight: normal;
    font-style: normal;
    font-size: 9pt;
}
	.point-container ul{
		padding: 1%
	}
.point-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #AC6F41;
    border-radius: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 8%;
    position: relative;
}
.hr-lines:after {
    content: " ";
    height: 1px;
    width: 8%;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
}
.hr-lines:before {
    content: " ";
    height: 1px;
    width: 8%;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%;
}
.project-container .project-title {
    position: absolute;
    width: 95%;
    left: 3%;
    top: 1%;
}
.project-container h1 {
    text-transform: uppercase;
    padding-bottom:0%;
	font-family: 'Be Vietnam';
	font-weight: 600;
    font-style: italic;
	color: white;
	font-size: 12pt;
	        padding-top: 17%;
}
	
.project-details h1 {
    text-transform: uppercase;
    padding-bottom:0%;
	font-family: 'Be Vietnam';
	font-weight: 600;
    font-style: italic;
	color: white;
	font-size: 30pt;
 padding-top: 0%;
}
	
.project-details p {
	font-family: 'Be Vietnam';
	font-weight: 600;
    font-style: italic;
	color: white
}

	.project-details ul{
		padding-top: 3%;
		padding-left: 6%;
	}
.project-details li {
	font-family: 'Be Vietnam';
	font-weight: 500;
    font-style: italic;
	color: white;
	
}
.project-details{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 5%
}
.intro-container {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.intro-container h1{
	font-size: 20pt;
	padding-bottom: 3%;
	color: #54301C;
	font-family: 'Be Vietnam';
}
	
	.intro-container p{
	font-size: 10pt;
	color: #54301C;
	font-family: 'Be Vietnam';
}
.location-map-container h1 {
    text-align: center;
    padding-bottom: 5%;
	font-size: 20pt;
	color: #54301C;
	font-family: 'Be Vietnam';
	font-weight: 500
}

.location-map-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
	.footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
		text-align: center;
    }   
    .footer h3 {
        color: #000;
        font-size: 6pt;
        text-align: center;
    }
.waze-icon img {
        width: 30%;
    }
    .contact-container {
        text-align: center;
    }
    .register-container iframe {
        height: 550px;
        width: 100%;
        border: none;
        overflow: hidden;
    }
    .register-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10%;
        padding-bottom: 12%;

}
	.mobile-show{
	display: block
}

.desktop-show{
	display: none
}	
}

/* icon bar */
.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: -1%;
    top: 4%;
    width: 12%;
}

.icon-bar-social {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 1%;
    top: 13%;
    width: 3%;
}

.icon-bar-social img{
	padding-bottom:25%
}

@media (max-width: 820px) {
    .icon-bar-register {
        list-style: none;
        display: block;
        z-index: 1000001;
        position: fixed;
        right: 0%;
        top: 4%;
        width: 25%;
    }

.icon-bar-social img{
	padding-bottom:25%
}
    .icon-bar-social {
        list-style: none;
        display: block;
        z-index: 1000001;
        position: fixed;
        right: 3%;
        top: 10%;
        width: 5%;
    }
}
/* icon bar */

.zoomin {
    animation: zoomin 1.5s cubic-bezier(.36,.07,.57,.99) infinite;
}
@keyframes zoomin {
        0% {
            transform: scale(0.9);
        }
        20% {
            transform: scale(1);
        }
        30% {
            transform: scale(0.9);
        }
        40% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.9);
        }
        }