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

#hotroraquyetdinh {
  padding-top: 30px;
}
@media only screen and (max-width: 769px) {
  #hotroraquyetdinh {
    padding: 40px 10px 0 10px;
  }
}
#hotroraquyetdinh h2 {
  font-size: 24px;
  color: #B35E0F;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #hotroraquyetdinh h2 {
    font-size: 16px;
  }
}
#hotroraquyetdinh .box {
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid rgb(229, 231, 235);
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #hotroraquyetdinh .box {
    padding: 10px;
  }
}
#hotroraquyetdinh #charts-hotroraquyetdinh {
  height: calc(100vh - 130px);
}
#hotroraquyetdinh #charts-hotroraquyetdinh .chart {
  height: 50%;
  margin: 10px 0;
}
#hotroraquyetdinh #map-hotroraquyetdinh {
  padding: 2px;
  height: calc(100vh - 130px);
}
#hotroraquyetdinh #map-hotroraquyetdinh #pagebody {
  border-radius: 4px;
  height: 100%;
}
#hotroraquyetdinh #map-hotroraquyetdinh #pagebody #toggleLeftMenu {
  position: absolute;
  top: 2px;
}
#hotroraquyetdinh #map-hotroraquyetdinh #pagebody #leftpanel {
  top: 0;
  left: -5px;
}
#hotroraquyetdinh #map-hotroraquyetdinh #pagebody #rightpanel {
  width: 100%;
  height: 100%;
}
