﻿@import url("/assets/fonts/Roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%;
  }
}
/******* RESPONSIVE ********/
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "elmessiri-regular";
  src: url("../../fonts/el-messiri/elmessiri-regular.otf") format("opentype");
}
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

a:any-link:hover {
  cursor: pointer;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}

/*.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%;}
[class*="col-"] {
    float: left;
    padding-left: 0;
    padding-right:0;
}*/
body {
  background-color: #ecf0f1;
}

#p-TaiLieu {
  min-height: calc(100vh - 210px);
  padding-top: 30px;
}
#p-TaiLieu .title-general {
  font-size: 1.3rem;
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(to right, #004085, #2155ce);
  border-left: 5px solid #2155ce;
  position: relative;
  border-radius: 0 30px 0 0;
}
#p-TaiLieu .title-general i {
  margin-right: 5px;
  font-size: 18px;
}
#p-TaiLieu a.btn {
  background-color: #fff;
  border-color: #021639;
  color: #021639 !important;
}
#p-TaiLieu a:hover {
  cursor: pointer;
}
#p-TaiLieu .category-list {
  background-color: #fff;
}
#p-TaiLieu .category-list li {
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #dadada;
  border-left: 3px solid #fff;
}
#p-TaiLieu .category-list li a {
  color: #021639;
}
#p-TaiLieu .category-list li a i {
  margin-right: 5px;
}
#p-TaiLieu .category-list li.active, #p-TaiLieu .category-list li:hover {
  color: #2155ce;
  cursor: pointer;
}
#p-TaiLieu .category-list li.active {
  font-weight: 600;
}
#p-TaiLieu .category-list li ul li a {
  color: #021639;
}
#p-TaiLieu .category-list li ul li:last-child {
  border-bottom: none;
}
#p-TaiLieu .content {
  margin-bottom: 30px;
}
#p-TaiLieu .content-heading {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: inherit;
  padding: 12px 22px;
  margin-bottom: 20px;
  border-radius: 2px;
}
#p-TaiLieu .content-heading .boxSearch {
  flex: 1;
  position: relative;
  width: fit-content;
  z-index: 0;
}
#p-TaiLieu .content-heading .boxSearch input {
  border-color: #021639;
  border-right: none;
  font-size: 15px;
  padding-left: 10px;
}
#p-TaiLieu .content-heading .boxSearch input:focus {
  box-shadow: none;
}
#p-TaiLieu .content-heading .boxSearch span {
  font-size: 18px;
  border-color: #021639;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  color: #2155ce;
}
#p-TaiLieu .content-heading .boxSearch span:hover {
  cursor: pointer;
}
#p-TaiLieu .content-heading .boxOption {
  flex: 1;
  text-align: right;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a {
  font-size: 14px;
  padding: 6px 12px;
  display: flex;
  position: relative;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i {
  margin-right: 4px;
  font-size: 12px;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i:last-child {
  border-right: none;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i:hover, #p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i:active {
  color: #2155ce;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i:first-child {
  transform: rotate(180deg);
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a .icon i.active {
  color: #2155ce;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a span:hover {
  color: #2155ce;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a:after {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  bottom: 0;
  width: 94%;
  height: 1px;
  background-color: #726868;
}
#p-TaiLieu .content-heading .boxOption .dropdown-menu a:last-child:after {
  content: none;
}
#p-TaiLieu .content-main {
  /*table {
      thead {
          display: table;
          width: 100%;

          tr {
              //background-color: #f1f1f1;
              background-image: linear-gradient( to right bottom, $color-secondary, #37878a );

              th {
                  padding: 12px 10px;
              }
          }
      }

      tbody {
          //height: 555px;
          position: relative;
          display: block;

          tr {
              display: table;
              background-color: #fff;
              width: 100%;

              td {
                  padding: 10px;

                  img {
                      height: 150px;
                  }

                  a i {
                      color: $color-primary;
                      cursor: pointer;
                  }

                  .disable {
                      color: red;
                  }
              }

              &:hover {
                  background-color: #afcbcc;

                  td a i {
                      color: #fff;
                  }
              }
          }
      }

      th, td {
          border: 1px solid $text-color;
          border-top: none;
          vertical-align: middle;

          &:first-child, &:nth-child(4), &:last-child {
              width: 12%;
              text-align: center;
          }

          &:nth-child(2) {
              text-align: center;
              width: 14%;
          }
      }
  }*/
}
#p-TaiLieu .content-main ul.listItem li .box {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
}
#p-TaiLieu .content-main ul.listItem li .box h6.title {
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
}
#p-TaiLieu .content-main ul.listItem li .box h6.title i {
  color: #2155ce;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
#p-TaiLieu .content-main ul.listItem li .box h6.title:after {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  bottom: 0;
  background-color: #ccc;
  width: 98%;
  height: 1px;
}
#p-TaiLieu .content-main ul.listItem li .box .item {
  display: flex;
  padding: 10px 20px;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left {
  flex: 3;
  padding-right: 20px;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left p.desc {
  text-align: justify;
  min-height: 40px;
  margin-bottom: 8px;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left ul.func {
  display: flex;
  margin-bottom: 6px;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left ul.func li {
  margin-right: 5px;
  /*a.preview {
      color: #2fbbed;

      &:hover {
          color: #fff;
          background-color: #2fbbed;
      }
  }

  a.download {
      color: #d94348;

      &:hover {
          color: #fff;
          background-color: #d94348;
      }
  }

  a.print {
      color: #eb6397;

      &:hover {
          color: #fff;
          background-color: #eb6397;
      }
  }*/
}
#p-TaiLieu .content-main ul.listItem li .box .item .left ul.func li a {
  color: #021639;
  padding: 5px 6px;
  background-color: #eee;
  border-radius: 5px;
  transition: all 0.2s ease-in;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left ul.func li a i {
  margin-right: 5px;
}
#p-TaiLieu .content-main ul.listItem li .box .item .left ul.func li a:hover {
  background-color: #2155ce;
  color: #fff;
  transition: all 0.2s ease-out;
}
#p-TaiLieu .content-main ul.listItem li .box .item .right {
  flex: 1;
}
#p-TaiLieu .content-main ul.listItem li .box .item .right p {
  text-align: right;
}
#p-TaiLieu .content-main ul.listItem li .box .item .right p span {
  float: left;
  margin-right: 5px;
}
#p-TaiLieu .content-main .phantrang .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
#p-TaiLieu .content-main .phantrang .pagination li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 4px;
}
#p-TaiLieu .content-main .phantrang .pagination li:hover, #p-TaiLieu .content-main .phantrang .pagination li.active {
  background-color: #2155ce;
  border-color: #2155ce;
  color: #fff;
  cursor: pointer;
}
#p-TaiLieu .content-main .phantrang .pagination li.disabled {
  cursor: unset;
  background-color: unset;
  border-color: #dadada;
  color: inherit;
}
#p-TaiLieu .phantrang .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#p-TaiLieu .phantrang .pagination li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 4px;
}
#p-TaiLieu .phantrang .pagination li:hover, #p-TaiLieu .phantrang .pagination li.active {
  background-color: #2155ce;
  border-color: #2155ce;
  color: #fff;
  cursor: pointer;
}
#p-TaiLieu .phantrang .pagination li.disabled {
  cursor: unset;
  background-color: unset;
  border-color: #dadada;
  color: inherit;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/**** RESPONSIVE ****/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
