﻿@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é****/
ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#linhvuc {
  min-height: calc(100vh - 147px); }
  #linhvuc #body-breadcrumb {
    padding: 30px 0; }
    #linhvuc #body-breadcrumb .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      margin: 0 !important;
      margin-bottom: 1rem;
      list-style: none;
      background: white; }
      #linhvuc #body-breadcrumb .breadcrumb .breadcrumb-item a {
        text-decoration: none;
        color: #2e73d5;
        font-size: 16px;
        line-height: 18.75px; }
  #linhvuc .module-content {
    margin-top: 50px; }
    #linhvuc .module-content .page-title {
      display: flex;
      margin-bottom: 30px; }
      #linhvuc .module-content .page-title .page-title__text {
        line-height: 45px;
        font-weight: 700;
        font-size: 30px;
        height: 100%;
        color: #2e73d5;
        float: left; }
    #linhvuc .module-content .btn.btn-primary {
      color: #FFFFFF;
      background: #2e73d5;
      border-color: #2e73d5; }
    #linhvuc .module-content .search-input-group, #linhvuc .module-content .control-order-by {
      margin-bottom: 20px; }
    #linhvuc .module-content .search-input-group {
      display: flex;
      flex-direction: row; }
      #linhvuc .module-content .search-input-group .search-with-date-group {
        display: flex;
        position: relative;
        flex: 1; }
        #linhvuc .module-content .search-input-group .search-with-date-group input:not(.datepicker__input) {
          background: #FFFFFF;
          border: 1px solid #D7DAE2;
          border-radius: 10px;
          width: unset;
          flex: auto;
          height: 45px; }
        #linhvuc .module-content .search-input-group .search-with-date-group .content_dropdown {
          display: none;
          position: absolute;
          top: 50px;
          width: 100%;
          border-radius: 10px;
          background-color: #fff;
          min-width: 250px;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          z-index: 1; }
      #linhvuc .module-content .search-input-group .btn-search {
        margin-left: 10px;
        padding: 0;
        width: 45px;
        height: 45px;
        border-radius: 10px; }
    #linhvuc .module-content #field-order-by {
      background: #FFFFFF;
      border: 1px solid #D7DAE2;
      border-radius: 10px;
      height: 45px; }
    #linhvuc .module-content .form-control {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    #linhvuc .module-content .search-form .row + .search_title {
      margin-bottom: 20px;
      padding: 15px 25px;
      background: #EBFFF5;
      font-weight: 700;
      line-height: calc(1rem + 3px);
      color: #008F00;
      border-radius: 5px; }
    #linhvuc .module-content #listorganization {
      padding: 30px;
      background: #F2F4F9;
      border-radius: 5px; }
      #linhvuc .module-content #listorganization .org-item {
        width: calc(100% / 5);
        padding: 5px 6.5px;
        border-radius: 5px;
        overflow: hidden;
        flex: 0 0 auto; }
        #linhvuc .module-content #listorganization .org-item .ratio-container {
          width: 100%;
          padding-top: 100%;
          position: relative; }
          #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
            #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content:hover {
              box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
            #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content {
              height: 100%;
              text-align: center;
              padding: 30px;
              background: #FFFFFF;
              border-radius: 5px;
              display: flex;
              flex-direction: column; }
              #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content .org-image {
                height: 100px;
                text-align: center; }
                #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content .org-image img {
                  height: 100%;
                  object-fit: contain; }
              #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content .org-name {
                margin-top: 15px;
                font-weight: 700;
                line-height: calc(1rem + 3px);
                text-transform: uppercase;
                color: #2e73d5;
                overflow: hidden;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical; }
              #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content .package-count {
                margin-top: auto;
                margin-bottom: 0;
                font-size: 13px;
                line-height: 15px;
                color: #000000;
                font-weight: 500; }
                #linhvuc .module-content #listorganization .org-item .ratio-container .ratio-item .org-item-content .package-count a {
                  color: #2e73d5; }
