﻿@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;
}

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.contact-wrapper {
  margin-top: 110px;
}
.contact-wrapper .contact-info .wrapper {
  width: 100%;
  box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
}
.contact-wrapper .contact-info .wrapper .info-wrap {
  background-color: #1A52CD;
  color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 20px;
}
.contact-wrapper .contact-info .wrapper .info-wrap h3 {
  color: #fff;
  font-size: 1.75rem;
}
.contact-wrapper .contact-info .wrapper .info-wrap .sub-title {
  color: #fff;
  margin-bottom: 1.5rem !important;
  font-weight: 600;
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box {
  display: flex;
  align-items: start;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box .icon span {
  font-size: 20px;
  color: #fff;
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box .text {
  padding-left: 1rem;
  width: calc(100% - 50px);
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box .text p {
  margin-bottom: 0;
}
.contact-wrapper .contact-info .wrapper .info-wrap .d-box .text p span {
  font-weight: 500;
  color: #fff;
}
.contact-wrapper .contact-info .map-1 iframe {
  border: 0;
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
