/* 
Fonts
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Montserrat";
}

/* /Fonts */

/* Var */
:root {
  --blue: #014D6D;
  --blue-black: #0c1922;
  --red: #FF0143;
  --white: #fff;
  --black: #000;
  --grey: #4a4a48;
  --white-grey: #EDF4F2;
  --main-font: #001835;
  --bs-accordion-active-bg: #d6edec;
  --map: #ACB8E1;
  --map-hover: #858FB4;
}

/* /Var */

/* link */
body {
	font-weight: 500 !important;
}
a {
  text-decoration: none !important;
  color: var(--blue-black) !important;
}
a:hover {
  color: var(--red) !important;
}

/* Typo */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat"; 
  font-weight:700 !important;
  color: var(--blue) !important;
}

p {
  font-size: 16px;
  color: var(--main-font);
}
.ft-12 {
	font-size:12px;
}
.ft-14 {
	font-size:14px;
}
.ft-50 {
	font-size: 50px;
	line-height: 48px;
}

/* /Typo */



/* Layout */



.container {
  max-width: 1280px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.text-justify {
  text-align: justify;
}
.red {
  color: var(--red) !important;
}

hr {
  color: var(--blue) !important;
}
/* /Layout */

/* Header */

.header-banner {
  background-color: var(--blue);
  padding: 10px 30px;
}

.header-nav {
  padding-left: 30px;
  padding-right: 30px;
}

.header-banner span {
  color: var(--white);
  font-weight: 400;
}

/* /Header */

/* Navbar */

.header-nav {
  background-color: var(--white);
}

.navbar-logo {
  max-width: 200px;
  max-height: 250px;
}

.nav-item {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-item a {
  font-family: "Montserrat"; font-weight:700;
  font-size: 18px;
  color: var(--blue);
  text-transform: none;
}

.nav-item a:hover {
  color: var(--red);
}

.btn-contact {
  padding: 10px 20px;
  border: 1px solid var(--red);
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--red);
}

.btn-contact:hover {
  border: 1px solid var(--black);
  background-color: var(--black);
}

.btn-contact:hover a {
  color: var(--white) !important;
}

.btn-contact a {
  color: var(--white) !important;
  text-decoration: none;
}

.active {
  color: var(--red) !important;
}

/* /Navbar */

/* Banner Img */

.banner-title {
  font-family: "Montserrat"; font-weight:700;
  color: var(--blue);
  letter-spacing: -1px;
}

.banner-img {
  background: url("../img/slide-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  min-width: 100vw;
}

.banner-box {
  position: absolute;
  top: 35%;
  background-color: var(--white);
  opacity: 0.9;
  padding: 30px;
  border: 1px solid var(--white);
}

.btn-call {
  padding: 10px 20px;
  border: 1px solid var(--blue);
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--blue);
}

.btn-call:hover {
  border: 1px solid var(--black);
  background-color: var(--black);
}

.btn-call a {
  color: var(--white) !important;
  text-decoration: none;
}

.btn-call:hover a {
  color: var(--white) !important;
}

/* /Banner Img */

#map {
    margin-top: 70px;
}

/* Home Section */

.home-title {
  color: var(--blue);
}

.home-img {
  padding-left: 20px;
}

/* /Home Section */

/* Accordion */

.accordion-button:not(.collapsed) {
  background-color: var(--white-grey) !important;
  font-weight: 600;
  color: var(--blue) !important;
}

.accordion-item {
  color: var(--main-font) !important;
}

.accordion-header button {
  color: var(--main-font) !important;
  font-weight: 600;
}

.faq-link {
  color: var(--main-font);
}

/* Banner Template */

.banner-city {
  background-color: var(--white-grey);
  min-height: 200px;
}

.city-title {
  font-family: "Montserrat"; font-weight:700;
  color: var(--blue);
}

.city-content {
  align-items: center;
  padding-top: 130px;
  color: var(--blue);
  padding-bottom: 80px;
}

.breadcrumb a {
  color: var(--blue);
}

.city-list li a {
  color: var(--main-font);
}

.intervention i {
  color: var(--blue);
}

/* /Banner Template */

/* List Section */

.list-section ul li a {
  color: var(--black);
  text-decoration: none;
}

.list-section ul li:hover {
  text-decoration: underline;
}

/* / List Section */

/* Card Contact */
.card-content {
  padding: 20px 40px;
  background-color: var(--blue);
}

.contact-list li {
  padding-top: 20px;
}

.contact-icon {
  color: var(--white);
  padding: 10px;
  border: 1px solid var(--white);
}
.contact-desc {
  color: var(--white);
}
.contact-desc a {
  color: var(--white);
}

.home-title a {
  font-family: "Montserrat"; font-weight:700;
  color: var(--blue);
}
/* /Card Contact */

.legal-list li {
  padding: 5px;
}


/* Footer */

.footer-img {
  max-width: 200px !important;
}

footer {
  padding-top: 100px;
  background-color: var(--white-grey);
}

footer p {
  color: var(--main-font);
}

footer a {
  color: var(--main-font);
  text-decoration: none;
}

.underline-hover:hover {
  text-decoration: underline;
}

footer ul li {
  color: var(--main-font);
}

footer ul li a {
  color: var(--main-font);
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
  color: var(--blue);
}

.footer-tel {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
}

.footer-title {
  font-family: "Montserrat"; font-weight:700;
  font-weight: 400;
}

.footer-tel:hover {
  color: var(--red);
}
/* Background */
.bg-grey {
	background-color: #F8F9FA;
	padding: 50px 0 50px 0;
}

/* /Footer */

#totop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color: var(--blue);
  color: var(--white) !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid var(--blue);
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
}


#callbtn {
  position: fixed;
  background-color: var(--red);
  color: var(--white) !important;
  bottom: 20px;
  left: 30px;
  z-index: 99;
}

/* Responsive */

@media (min-width: 1500px) and (max-width: 1600px) {
  .banner-box {
    max-width: 45vw;
  }
  .banner-btn {
    display: inline-block;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-box {
    max-width: 50vw;
  }
  .banner-btn {
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-box {
    max-width: 60vw;
  }
}
@media only screen and (max-width: 992px) {
  .banner-box {
    max-width: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  .banner-box {
    max-width: 75vw;
  }
}

@media only screen and (max-width: 600px) {
  .banner-box {
    max-width: 90vw;
  }
}

@media screen and (max-width: 768px) {
  .home-img {
    max-width: 80% !important;
  }
}

@media screen and (min-width: 992px) {
  .home-img {
    max-width: 80% !important;
  }
}

@media screen and (min-width: 600px) {
  #callbtn {
    display: none;
  }
}

/* /Responsive */
