*{
	margin:0;
	padding: 0;
}

@font-face {
  font-family:'SVN-Poppins-Bold';
  src: url('../fontface/SVN-Poppins-Bold.ttf');
  src: url('../fontface/SVN-Poppins-Bold.eot');
  src: url('../fontface/SVN-Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fontface/SVN-Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family:'SVN-Poppins-Regular';
  src: url('../fontface/SVN-Poppins-Regular.ttf');
  src: url('../fontface/SVN-Poppins-Regular.eot');
  src: url('../fontface/SVN-Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fontface/SVN-Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family:'SVN-Poppins-SemiBold';
  src: url('../fontface/SVN-Poppins-SemiBold.ttf');
  src: url('../fontface/SVN-Poppins-SemiBold.eot');
  src: url('../fontface/SVN-Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fontface/SVN-Poppins-SemiBold.ttf') format('truetype');
}

body{
  box-sizing: border-box;
  line-height:1.35;
}

table, th, td {
  border: 1px solid black;
}

.poppins-Regular {
  font-family: 'SVN-Poppins-Regular';
}

.poppins-SemiBold {
  font-family: 'SVN-Poppins-SemiBold';
}

.poppins-Bold {
  font-family: 'SVN-Poppins-Bold';
}

.font-thin{font-weight: 100;}
.font-light{font-weight: 300;}
.font-regular{font-weight: 400;}
.font-medium{font-weight: 500;}
.font-seomibold{font-weight: 600;}
.font-bold{font-weight: 700;}
.font-black{font-weight: 390;}
.font-italic{font-style: italic;}
.lh-1{line-height:1;}
.lh-1-2{line-height:1.2;}
.lh-1-3{line-height:1.3;}

header img {
  height: 80px;
  object-fit: cover;
}

header {
  background-color: #032645;
  padding: 20px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ==== */
footer {
  background-color: #032645;
  padding: 40px 90px 40px 90px;
  display: flex;
  justify-content: space-between;
  color: white;
}

footer p {
  font-size: 16px;
}

footer .hastag {
  font-size: 20px;
}

.hastag {
  font-size: 25px;
  color: #fdb813;
}

#body {
  min-height: 80vh;
  padding: 0 90px;
  background-image:  url(../images/city-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(4, 24, 82, 0.5) ;
  position: relative;
}

#body .content {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 30px;
  color: white;
  position: relative;
  z-index: 2;
}

#body .content h1 {
  font-size: 70px;
}

#body .content span {
  color: #fdb813;
}

#body img {
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
}

.content .option {
  padding-top: 80px;
  display: flex;
}

.option div{
  width: 50%;
  font-size: 25px;
}

.option .lineWhite {
  border-top: 5px solid white;
  width: 30%;
  padding-bottom: 40px;
}

.option a {
  text-decoration: none;
  background-color: #a82e3e;
  padding: 8px 15px;
  color: white;
  border-radius: 10px;
}

.option a:hover {
  background-color: #631923;
}

.option p {
  width: 60%;
  padding-bottom: 20px;
  font-size: 25px;
}

.body::after {
  width: 100%;
  content:"";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 89, 140);
  background: linear-gradient(90deg, rgba(0, 89, 140,1) 19%, rgba(0, 89, 140,0) 100%);
}

.title {
  font-size: 70px;
  font-weight: 600;
}

/* Trang tra cuu */ 

.page-search .content-form {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  color: white;
}

.page-search .content-form h1 {
  font-size: 70px;
  font-weight: 600;
  max-width: 50%;
}

.page-search .content-form span {
  color: #fdb813;
  font-weight: 600;
}

.form-search {
  padding-top: 70px;
  padding-top: 70px;
  padding-bottom: 30px;
  color: white;
}

.form-search input {
  height: 50px;
  border-radius: 5px;
  padding-left: 10px;
  width: 50%;
  font-size: 20px;
  margin-right: 30px;
  border: 5px white;
}

.form-search button {
  background-color: #31bdeb;
  border: 5px #0c8db8;
  font-size: 25px;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
}

.form-search button:hover {
  background-color: #196a85;
}

/* trang ket qua */
.page-result, .page-search {
  padding: 0 90px;
  background-color: rgb(0, 89, 140);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  height: 80vh;
  position: relative;
}

.page-result .content {
  width: 51%;
  padding-top: 70px;
  padding-bottom: 30px;
  color: white;
  height: 100%;
  font-size: 13px;
}

.page-result .content h1 {
  font-size: 40px;
  padding-bottom: 20px;
}

.page-result .content span {
  color: #fdb813;
}

.page-result img {
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.page-result .result {
  background-color: white;
  border-radius: 5px;
  padding: 10px 30px 0px 30px;
  color: black;
  height: 60%;
}

.result li {
  color: black;
  padding: 5px 0;
}

.result a {
  text-decoration: none
}

.result ul {
  list-style-position: inside;
}

@media only screen and (max-width: 1280px) {
  #body img, .page-result img {
    display: none;
  }

  #body .content, .page-result .content {
    width: 100%;
  }

  #body .content p, a {
    font-size: 18px;
  }

  footer p {
    font-size: 16px;
  }
  
  .hastag {
    font-size: 20px;
  }

  .page-search .content-form h1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  header, footer {
    display: block;
  }

  header .hastag {
    margin-top: 20px;
  }

  footer .address {
    padding-bottom: 10px;
  }


}

@media only screen and (max-width: 768px) {

  #body .content {
    width: 100%;
  }

  #body .content p, a {
    font-size: 18px;
  }

  #body .content h1, .content-form h1 {
    font-size: 45px;
  }

  footer p {
    font-size: 14px;
  }
  
  .hastag {
    font-size: 20px;
  }

  header, footer {
    display: block;
  }

  footer .address {
    padding-bottom: 10px;
  }

  header .hastag {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 640px) {
  body .page-result, body .body, body .page-search {
    padding: 0px 20px !important;
  }

  body .page-result h1, body .body h1, body .page-search h1 {
    font-size: 30px !important;
  }

  body .page-result .content, body .body .content, body .page-search .content-form{
    padding-top: 30px;
  }

  body .page-search input {
    width: 100%;
  }

  body .page-result .result {
    height: auto !important;
  }

}