﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*--- Contact area ---*/
.contact-wrap {
  padding: 20px;
  background: #fff;
}

.contact-area {
  padding-top: 80px;
}
.contact-area .contact-wrap {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.contact-area .contact-wrap .map-wrap {
  width: 100%;
  height: 445px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.contact-area .contact-wrap .address-wrap .address {
  margin-bottom: 15px;
}
.contact-area .contact-wrap .address-wrap i {
  font-size: 30px;
  width: 30px;
  font-weight: 500;
  color: #2fbbed;
  margin-right: 30px;
  text-align: center;
}
.contact-area .contact-wrap .address-wrap .lnr-home:before {
  content: "\f015";
  font-family: FontAwesome;
  color: #2fbbed;
}
.contact-area .contact-wrap .address-wrap .lnr-phone:before {
  content: "\f2a0";
  font-family: FontAwesome;
  color: #2fbbed;
}
.contact-area .contact-wrap .address-wrap .lnr-envelope:before {
  content: "\f0e0";
  font-family: FontAwesome;
  color: #2fbbed;
}
.contact-area .contact-wrap .address-wrap p {
  font-size: 16px;
  font-weight: 300;
}
.contact-area .contact-wrap .address-wrap h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.contact-area .contact-wrap .address-wrap h5 > a {
  color: #337ab7;
  font-size: 16px;
}
.contact-area .contact-wrap .address-wrap h5 > a:hover {
  opacity: 0.8;
}
@media (min-width: 990px) and (max-width: 1024px) {
  .contact-area .contact-wrap .address-wrap h5 {
    font-size: 14px;
  }
  .contact-area .contact-wrap .address-wrap p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .contact-area .contact-wrap .address-wrap {
    margin-bottom: 30px;
  }
}
.contact-area .contact-wrap .form-area {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-area .contact-wrap .form-area .wrapper-text {
  padding-right: 20px;
}
.contact-area .contact-wrap .form-area .wrapper-text > input {
  margin-bottom: 17px;
}
.contact-area .contact-wrap .form-area .form-control {
  height: auto;
}
.contact-area .contact-wrap .form-area .form-control:focus {
  border-color: #009970;
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 153, 112, 0.6);
}
.contact-area .contact-wrap .form-area button {
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  background: #2fbbed;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase !important;
  border: 1px solid #2fbbed;
  margin-top: 10px;
}
.contact-area .contact-wrap .form-area button:hover {
  background: transparent;
  color: #2fbbed;
  border: 1px solid #2fbbed;
}
.contact-area .contact-wrap .form-area input {
  padding: 12px;
}
.contact-area .contact-wrap .form-area input, .contact-area .contact-wrap .form-area textarea {
  border-radius: 0;
  font-size: 16px !important;
}
.contact-area .contact-wrap .form-area textarea {
  height: 183px !important;
  margin-top: 0px;
  padding: 15px;
}
@media (max-width: 768px) {
  .contact-area .contact-wrap .form-area .primary-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-area .contact-wrap .form-area .primary-btn {
    margin-top: 20px;
  }
}

/*--- Mobile ---*/
@media (max-width: 768px) {
  .main-container {
    background: #fff;
  }
  .map-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-links {
    margin-top: 30px !important;
  }
}
/*--- Tablet ---*/
@media (min-width: 768px) and (max-width: 1200px) {
  .map-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .address-wrap, .message-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
