::-moz-selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::-webkit-scrollbar {
  width: 20px;
  border-radius:10px;
  background: rgb(85,85,85)
}
::-webkit-scrollbar-track {
  background: rgb(85,85,85);
}
::-webkit-scrollbar-thumb {
  background: rgb(255,140,0); 
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background: rgb(85,85,85);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,140,0,0.85); 
}
::-webkit-scrollbar-thumb:active {
  background: rgba(255,140,0,0.7);
}
@font-face {
    font-family: "Daneehand Demo";
    src: url(Home/DaneehandDemo.otf);
}
@font-face {
    font-family: "Mistral";
    src: url(Home/Mistral.ttf);
}
@font-face {
    font-family: "Tempus Sans ITC";
    src: url(Home/TempusSansITC.ttf);
}
@font-face {
    font-family: "Stoica Brush";
    src: url(Home/StoicaBrush.ttf);
}
@font-face {
    font-family: "VNI-Thufap3";
    src: url(Home/VniThufap3.ttf);
}
@font-face {
    font-family: "TWINPINES";
    src: url(Home/TwinPine.ttf);
}
p {
    font-family: "Waterlily";
    color: rgb(255, 140, 0);
    font-size: 3vw;
}
.picslideshow {
  display: none;
  vertical-align: middle;
  opacity: 0.5;
}
.logoslideshow {
  height: 30vh;
  border-radius: 10px;
}
.headslideshow {
  position: absolute;
  top: 30vh;
  left: 15vw;
  width: 70vw;
  color: rgba(255,255,255,0.85);
  -webkit-animation-name: headslideshowania;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-name: headslideshowania;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  -webkit-animation-name: headslideshowanib;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-name: headslideshowanib;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}
@-webkit-keyframes headslideshowania{
  from{
    top: 29vh;
    left: 14vw;
  }
  to {
    top: 31vh;
    left: 16vw;
  }
}
@keyframes headslideshowania{
  from{
    top: 29vh;
    left: 14vw;
  }
  to {
    top: 31vh;
    left: 16vw;
  }
}
@-webkit-keyframes headslideshowanib{
  from{
    top: 31vh;
    left: 16vw;
  }
  to {
    top: 30vh;
    left: 15vw;
  }
}
@keyframes headslideshowanib{
  from{
    top: 31vh;
    left: 16vw;
  }
  to {
    top: 30vh;
    left: 15vw;
  }
}
.nameslideshow{
  font-size: 10vh;
  font-family: "Tempus Sans ITC";
  text-align: center;
}
.fadeslideshow {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 0.5}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 0.5}
}

.slogandiv {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 80vh;
  background-color: rgba(255,140,0,1);
}
#SloganVideo {
 height: 80vh;
 float: center;
 max-width: 100%;}
 .slogan {
  font-family: Mistral;
  position: absolute;
  top: 35vh;
font-size: 100px;
left: 10vw;
right: 10vw;}
@media only screen and (max-width:1575px){
  .slogan{
    font-size: 90px;
  }
}
@media only screen and (max-width:1450px){
  .slogan{
    font-size: 80px;
  }
}
@media only screen and (max-width:1260px){
  .slogan{
    font-size: 70px;
  }
}
@media only screen and (max-width:1260px){
  .slogan{
    font-size: 70px;
  }
}
@media only screen and (max-width: 670px) {
  .slogan{
    font-size: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .slogan{
    font-size: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .slogan{
    font-size: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .slogan{
    font-size: 30px;
  }
}
.subscribe {
  position: absolute;
  top: 180vh;
}
.givesubscribe {
  color: rgb(255, 140, 0);
  font-family: "TWINPINES";
  font-size: 40px;
}
.spacesubscribe {
  color: rgb(255, 255, 255);
  font-size: 10px;
}
.contentsubscribe{
  font-family: "Stoica Brush";
  font-size: 30px;
  width: 80%;
}
.firstname {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.lastname {
width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.phonenumber {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.email {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.submit {
background-color: rgba(255, 140, 0, 1);
  color: rgb(255, 255, 255 );
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit:hover {
  background-color: rgba(255, 140, 0, 0.85);
}
.firstname {
  outline: none;
}
.firstname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.firstname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.lastname {
  outline: none;
}
.lastname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.lastname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber {
  outline: none;
}
.phonenumber:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.email {
  outline: none;
}
.email:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.email:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.submit {
outline: none;
}
input {
font-family: "VNI-Thufap3";
font-size: 25px;
}

#navbar {position: fixed;
    top: -90px;
    transition: 0.3s;
    display: block;
    width: 100vw;}
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  height: 90px;
  padding-right: 20px;

}

.topnav a {
  cursor: pointer;
  float: right;
  display: block;
  color: rgba(0,0,0,1);
  text-align: center;
  margin: 30px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Daneehand Demo";
}

.topnav a:hover {
  color: rgba(255,140,0,1);
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}

.topnav a:active {
  color: rgba(255,140,0,1);
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}


@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  }
  .navbarlogo {height: 50px; 
  float: left;
  display: block;
  padding: 20px 16px;}
  .resnavbardropdown {display: none}
@media only screen and (max-width:1000px)
{.resnavbardropbutton {
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  padding: 27px;
  padding-right: 50px;
  font-size: 27px;
  border: none;
  cursor: pointer;
}

.resnavbardropbutton:hover  {
  color: rgb(255,140,0,1);
  outline: none;
}
.resnavbardropbutton:focus {outline: none; }
.resnavbardropdown {
  position: relative;
  float: right;
  display: inline-block;
}

.resnavbardropdowncontenta {
  display: none;
position:relative;
  background-color: rgba(255,255,255,1);
  overflow: auto;
  z-index: 1;
  float: right;}

.resnavbardropdowncontenta a {
  cursor: pointer;
  color: black;
  padding-top: 10px;
  margin: 12px 25px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
text-align: center;
font-size: 20px;
margin-right: 40px;
font-family: "Daneehand Demo";
}

.resnavbardropdown a:hover {
background-color: rgba(255,255,255,1);   
border-bottom-style: solid;
  border-bottom-size: 1px; 
  border-bottom-color: rgba(255,140,0,1);
}
.resnavbardropdown a:active {  
margin-left: 18px;
  margin-right: 40px;
  padding-left: 5px;
  padding-right: 5px;}
.resnavbardropdownshowcontent {display: block;}}