﻿@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é****/
@import url("../../fonts/Roboto/font-roboto.css");
@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; }

#donviluhanh .news-travels-container {
  display: flex;
  flex-direction: column;
  padding: 30px 80px 80px; }

#donviluhanh .breadcrumb {
  align-self: start;
  display: flex;
  gap: 5px;
  font-size: 18px;
  font-weight: 400; }
  #donviluhanh .breadcrumb a {
    color: #000 !important; }

#donviluhanh .breadcrumb-item {
  font-family: Roboto, sans-serif; }

#donviluhanh .breadcrumb-separator a {
  text-align: center;
  font-family: Roboto, sans-serif; }

#donviluhanh .breadcrumb-current a {
  color: #0e4f4f !important;
  font-family: Roboto, sans-serif;
  font-weight: 700; }

#donviluhanh .search-container {
  margin-top: 30PX;
  display: flex;
  flex-direction: column; }

#donviluhanh .search-bar-wrapper {
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 3px; }

@media (max-width: 991px) {
  #donviluhanh .search-bar-wrapper {
    max-width: 100%;
    flex-wrap: wrap; } }

#donviluhanh .search-input {
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eaecf0;
  background-color: #fff;
  display: flex;
  gap: 8px;
  color: #828282;
  padding: 14px 24px; }

@media (max-width: 991px) {
  #donviluhanh .search-input {
    flex-wrap: wrap;
    padding: 0 20px; } }

#donviluhanh .search-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 24px; }

#donviluhanh .search-placeholder {
  font-family: sans-serif;
  border: none; }

@media (max-width: 991px) {
  #donviluhanh .search-placeholder {
    max-width: 100%; } }

#donviluhanh .sort-dropdown {
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eaecf0;
  background-color: #fff;
  align-self: start;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #475467;
  font-weight: 500;
  padding: 14px 24px; }
  #donviluhanh .sort-dropdown .form-control {
    display: block;
    width: 100%;
    height: unset;
    padding: unset;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  #donviluhanh .sort-dropdown .form-control:focus {
    box-shadow: unset; }

@media (max-width: 991px) {
  #donviluhanh .sort-dropdown {
    padding-left: 20px; } }

#donviluhanh .sort-text {
  font-family: sans-serif; }

#donviluhanh .sort-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  margin: auto 0; }

#donviluhanh .company-list {
  justify-content: space-between;
  align-content: flex-start;
  row-gap: 32px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  margin-top: 50px; }

@media (max-width: 991px) {
  #donviluhanh .company-list {
    max-width: 100%;
    margin-top: 40px; } }

#donviluhanh .company-row {
  gap: 20px;
  display: flex; }

@media (max-width: 991px) {
  #donviluhanh .company-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0; } }

#donviluhanh .company-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 0; }

@media (max-width: 991px) {
  #donviluhanh .company-column {
    width: 100%; } }

#donviluhanh .company-card {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 14px;
  color: #475467;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  padding: 20px; }

@media (max-width: 991px) {
  #donviluhanh .company-card {
    max-width: 100%;
    margin-top: 40px; } }

#donviluhanh .company-image {
  aspect-ratio: 2.33;
  object-fit: auto;
  object-position: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: calc(30px - 20px);
  object-fit: cover; }

@media (max-width: 991px) {
  #donviluhanh .company-image {
    max-width: 100%;
    margin-right: 3px; } }

#donviluhanh .company-name {
  color: #000;
  margin-top: 10px;
  font: 700 18px sans-serif; }

@media (max-width: 991px) {
  #donviluhanh .company-name {
    max-width: 100%; } }

#donviluhanh .company-info {
  display: flex;
  margin-top: 10px;
  gap: 10px; }

#donviluhanh .result-linktomap {
  justify-content: center;
  border-radius: 30px;
  background-color: #f2f4f7;
  align-self: start;
  display: flex;
  gap: 5px;
  font-size: 12px;
  padding: 5px;
  padding: 4px 12px;
  background-color: #fedf89;
  border-radius: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: unset;
  margin: 0px auto;
  margin-top: 10px; }
  #donviluhanh .result-linktomap a {
    color: #7a2e0e; }

#donviluhanh .result-linktomap:hover {
  background-color: #77dada; }
  #donviluhanh .result-linktomap:hover a {
    color: black; }

@media (max-width: 991px) {
  #donviluhanh .company-info {
    margin-right: 10px;
    flex-wrap: wrap; } }

#donviluhanh .info-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  align-self: start; }

#donviluhanh .info-text {
  margin-left: 5px;
  font-family: sans-serif; }

@media (max-width: 991px) {
  #donviluhanh .info-text {
    max-width: 100%; } }

#donviluhanh .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

#donviluhanh .pagination-container {
  padding-top: 60px;
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; }

#donviluhanh .viewing-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #454545;
  flex: 1; }

#donviluhanh .viewing-text {
  font-family: sans-serif;
  align-self: stretch;
  margin: auto 0; }

#donviluhanh .current-page {
  font-family: sans-serif;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #454545;
  align-self: stretch;
  padding: 10px 20px;
  height: fit-content;
  margin: 0 20px; }

#donviluhanh .total-pages {
  font-family: sans-serif;
  align-self: stretch;
  margin: auto 0; }

#donviluhanh .navigation-controls {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  color: #000;
  flex: 1;
  margin: auto 0;
  padding: 5px; }

#donviluhanh .pagination {
  list-style: none;
  display: inline-block;
  padding: 0; }

#donviluhanh .pagination li {
  display: inline;
  text-align: center; }

#donviluhanh .pagination a {
  float: left;
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 7px 20px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5; }

#donviluhanh .pagination li.active {
  cursor: default; }
  #donviluhanh .pagination li.active a {
    border-color: #77dada;
    background: #77dada;
    color: #fff; }

#donviluhanh .pagination li:active {
  outline: none; }

#donviluhanh .modal-2 li:first-child a {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px 0 0 30px; }

#donviluhanh .modal-2 li:last-child a {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0; }

#donviluhanh .modal-2 a {
  border-color: #ddd;
  color: #999;
  background: #fff; }

#donviluhanh .modal-2 a:hover {
  color: #77dada;
  background-color: #eee; }

#donviluhanh .modal-2 a.active, #donviluhanh .modal-2 a:active {
  border-color: #77dada;
  background: #77dada;
  color: #fff; }
