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

#pagebody {
  padding-top: 55px;
}
#pagebody .title {
  font-size: 24px;
  color: #B35E0F;
  font-weight: bold;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #pagebody .title {
    font-size: 16px;
  }
}
#pagebody .bieu-do .filter {
  background-color: #f0f0f0;
}
#pagebody .bieu-do .filter .ui-nhan {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pagebody .gia-dvt {
  margin-bottom: 6px;
}
#pagebody .gia-dvt h2 {
  font-size: 18px;
  margin-bottom: 4px;
}
#pagebody .gia-dvt h2 .date {
  font-weight: bold;
}
#pagebody .gia-dvt p {
  color: rgb(102, 102, 102);
}
#pagebody #gia-noi-dia .du-bao {
  padding: 20px;
  background-color: #f0f0f0;
}
#pagebody #gia-noi-dia .du-bao h2 {
  font-size: 18px;
}
#pagebody #gia-noi-dia .du-bao ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#pagebody #gia-noi-dia .du-bao ul, #pagebody #gia-noi-dia .du-bao li {
  list-style: initial;
  font-size: 15px;
}
#pagebody #gia-noi-dia .price-table .row-class td:nth-child(4) {
  font-weight: bold;
}
#pagebody #gia-quoc-te .bang-gia {
  overflow: auto;
}
#pagebody #gia-quoc-te .price-table .row-class td:nth-child(n+4):nth-child(-n+8) {
  font-weight: bold;
}

.UI-DROP .UI-DDL {
  line-height: 24px;
}
.UI-DROP .menu-custom {
  right: 30px;
  max-height: 250px;
  overflow: auto;
}
.UI-DROP .menu-custom li {
  padding: 6px 10px;
  margin: 2px;
  font-size: 14px;
  font-weight: 500;
}
.UI-DROP .menu-custom li:hover, .UI-DROP .menu-custom li.active {
  background-color: rgb(225, 225, 225);
}
