@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: 'Sarabun', sans-serif !important;
  font-weight: 300;
  color: #455469; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sarabun', sans-serif;
  color: #C00832;
  font-weight: 600; }

a {
  color: #C00832;
  font-weight: 400; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #C00832; }

section {
  padding: 15px 0; }

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("../img/select-arrow.png") 90% 50% no-repeat;
  padding-right: 25px; }

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.custom-select {
  position: relative; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #c00832 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #c00832 transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #c00832;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent #c00832 transparent;
  cursor: pointer;
  user-select: none; }

.select-selected {
  border-color: #c00832;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.select-items .same-as-selected {
  color: #fff; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #c00832;
  color: #fff; }

/*
@media (min-width: 1140px) and (max-width: 1280px) {
    .container {
        width: 970px;
    }
}
*/
.headline {
  font-size: 34px;
  font-weight: 600; }

.title-underline {
  font-size: 34px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffcb0e; }

.owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  width: 16px;
  height: 40px; }
  @media (min-width: 992px) {
    .owl-nav .owl-prev {
      left: -30px; } }
  @media (max-width: 991px) {
    .owl-nav .owl-prev {
      left: -16px; } }
  @media (max-width: 575px) {
    .owl-nav .owl-prev {
      display: none; } }
  .owl-nav .owl-prev::before {
    content: "\f0d9";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    width: 20px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    color: #aaaaaa; }
  .owl-nav .owl-prev:hover::before {
    color: #c00832; }
  .owl-nav .owl-prev span {
    width: 16px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0.5;
    transition: 1s;
    position: relative; }
.owl-nav .owl-next {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  width: 16px;
  height: 40px; }
  @media (min-width: 992px) {
    .owl-nav .owl-next {
      right: -27px; } }
  @media (max-width: 991px) {
    .owl-nav .owl-next {
      right: -13px; } }
  @media (max-width: 575px) {
    .owl-nav .owl-next {
      display: none; } }
  .owl-nav .owl-next::before {
    content: "\f0da";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    width: 20px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    color: #aaaaaa; }
  .owl-nav .owl-next:hover::before {
    color: #c00832; }
  .owl-nav .owl-next span {
    width: 16px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0.5;
    transition: 1s;
    position: relative; }

.owl-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  margin: 30px 0; }
  .owl-dots .owl-dot {
    margin: 0 8px; }
    .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      border: 1px solid #c00832;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      display: block; }
    .owl-dots .owl-dot.active span {
      background: #c00832; }

header {
  background-color: #fff; }
  header .login-bar {
    background: #c00832;
    height: 33px; }
    header .login-bar a {
      /*line-height: 28px;*/
      color: #fff;
      font-weight: bold;
      font-size: 16px; }
      /*header .login-bar a:before {
        content: "";
        display: block;
        background: url(../img/icons8-enter-96.png) no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 5px;
        float: left; }*/
  header .header-right {
    display: flex;
    float: right;
    padding-top: 30px; }
    /*header .header-right .box-lang {
      margin-left: 30px; }*/
      header .header-right .box-lang a {
        border: 1px solid #c00832;
        font-size: 16px;
        font-weight: 400;
        color: #020202;
        padding: 0 15px;
        margin-left: -1px;
        display: block;
        float: left;
        height: 35px;
        line-height: 35px; }
        header .header-right .box-lang a.active {
          color: #fff;
          background: #c00832; }
    /*header .header-right .box-search .quick-search {
      border: 1px solid #c00832;
      width: 328px;
      height: 35px;
      padding-left: 15px;
      margin-right: 15px;
      background: url("../img/quicksearch.png") no-repeat calc(100% - 15px) center; }*/

header .header-right .box-search .quick-search {
      border: 1px solid #c00832;
      width: 328px;
      height: 35px;
      padding-left: 15px;
      /*margin-right: 15px;*/
      /*background: url("../img/quicksearch.png") no-repeat calc(100% - 15px) center; */
}
header .header-right .box-advance-search a {
    font-size: 14px;
    font-weight: 400;
    color: #C00832;
    padding: 0 15px;
    line-height: 35px;
    cursor: pointer;
}
.footer {
  width: 100%;
  background-color: #333333; }
  .footer .footer-info {
    margin-bottom: 20px; }
    .footer .footer-info h3 {
      color: #ffcb0e;
      font-size: 26px;
      font-weight: 600; }
    .footer .footer-info P {
      color: #fff;
      font-size: 18px; }
    .footer .footer-info a {
      color: #fff; }
  .footer .box-copyright {
    border-top: 1px solid #ffcb0e;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff; }

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0; } }
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: -40px; } }

.mega-dropdown {
  position: static !important; }

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none; }

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.mega-dropdown-menu > li > ul > li {
  list-style: none; }

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px; }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none; }

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #c00832;
  padding: 5px 60px 5px 5px;
  line-height: 30px; }

.navbar {
  min-height: auto; }

.dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-color: #eee; }

@media (min-width: 768px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background: #fff; }

.navbar-inverse {
  border: none; }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #020202; }

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #c00832; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-color: transparent;
  background-image: none; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #c00832;
  box-shadow: none; }

.nav > li > a {
  padding: 10px 0 10px 30px; }

.navbar-header {
  background-color: #fff; }

.navbar-inverse .navbar-toggle {
  border-color: #c00832; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #c00832; }

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #c00832; }
  .navbar-inverse .navbar-toggle:focus .icon-bar,
  .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff; }

@media (max-width: 767px) {
  .mega-dropdown-menu {
    padding: 0; }

  .navbar-toggle {
    margin-right: 0; } }
@media (max-width: 575px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a,
  .nav > li > a {
    padding: 15px 0 0 5px; }

  header .header-right {
    display: block;
    float: left;
    padding-top: 0;
    width: 100%; }
    header .header-right .box-search {
      margin-bottom: 5px; }
      header .header-right .box-search .quick-search {
        width: 100%;
        margin-bottom: 15px; }
    header .header-right .box-lang {
      float: right; } }
.select-month {
  width: 240px; }

.select-year {
  width: 150px; }

.filter-data {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  font-size: 18px;
  color: #020202;
  margin: 30px 0; }
  .filter-data .custom-select {
    margin: 0 15px; }

.box-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.box-slide .box-content {
  float: left;
  padding: 15px 0;
  background: #fff;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative; }
  .box-slide .box-content .box-title {
    font-size: 16px;
    color: #020202;
    padding-bottom: 15px;
    float: left; }
  .box-slide .box-content .box-img {
    margin: auto; }
    @media (max-width: 991px) {
      .box-slide .box-content .box-img {
        margin-bottom: 15px; } }
  .box-slide .box-content .box-stat {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 15px; }
    @media (max-width: 991px) {
      .box-slide .box-content .box-stat {
        float: right;
        position: inherit;
        margin-top: 10px;
        bottom: 0;
        right: 15px; } }
    .box-slide .box-content .box-stat > div {
      margin-left: 20px; }
      .box-slide .box-content .box-stat > div img {
        float: left;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        margin-top: -2px; }
  @media (min-width: 992px) {
    .box-slide .box-content .box-detail {
      padding-left: 0; } }
  .box-slide .box-content .box-detail .list-info {
    color: #c00832;
    float: left;
    margin-bottom: 20px; }
    .box-slide .box-content .box-detail .list-info li {
      display: flex; }
      @media (min-width: 992px) {
        .box-slide .box-content .box-detail .list-info li > div {
          max-width: 210px; } }
      .box-slide .box-content .box-detail .list-info li .icon-list {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 5px; }
    .box-slide .box-content .box-detail .list-info p {
      padding: 0 0 5px 0;
      margin: 0; }
      @media (min-width: 992px) {
        .box-slide .box-content .box-detail .list-info p {
          width: 155px; } }
      @media (min-width: 1200px) {
        .box-slide .box-content .box-detail .list-info p {
          width: auto; } }
    .box-slide .box-content .box-detail .list-info label {
      font-weight: normal;
      color: #646469;
      float: left;
      margin-right: 5px; }

.btn-green {
  background: #30a64a !important;
  color: #fff; }
  .btn-green:hover {
    color: #fff; }

.btn-red {
  background: #c00832 !important;
  color: #fff; }
  .btn-red:hover {
    color: #fff; }

.custom-pagination {
  list-style-type: none;
  display: flex;
  margin: 10px 0 15px 0;
  padding: 0;
  float: left;
  align-content: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%; }
  .custom-pagination li {
    padding: 0 5px; }
    .custom-pagination li input {
      background-color: #e5e5e5;
      color: #c00832;
      height: 30px;
      width: 60px;
      border: none;
      padding: 0 5px; }
    .custom-pagination li a {
      height: 30px;
      width: 30px;
      color: #fff;
      background: #c00832;
      display: block;
      position: relative; }
      .custom-pagination li a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.txt-red {
  color: #c00832; }

.modal.in .modal-dialog {
  width: 800px;
  max-width: calc(100% - 20px); }

.field-list {
  margin-top: 10px; }
  .field-list .custom-checkbox {
    /* The container */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
    margin-top: 10px;
    color: #c00832; }
    .field-list .custom-checkbox .wrap {
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .field-list .custom-checkbox .wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
    .field-list .custom-checkbox .checkmark {
      position: absolute;
      top: 1px;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: #fff;
      border: 1px solid #C00832;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .field-list .custom-checkbox .wrap:hover input ~ .checkmark {
      background-color: #C00832; }
    .field-list .custom-checkbox .wrap input:checked ~ .checkmark {
      background-color: #C00832; }
    .field-list .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .field-list .custom-checkbox .wrap input:checked ~ .checkmark:after {
      display: block; }
    .field-list .custom-checkbox .wrap .checkmark:after {
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .field-list .custom-checkbox .checkmark {
      border: none;
      background: #c4c4c4; }
  .field-list .custom-select {
    width: 110px;
    background: #e5e5e5;
    border: none; }
    .field-list .custom-select .select-selected {
      background: #e5e5e5;
      border: none;
      color: #808080; }
      .field-list .custom-select .select-selected:after {
        border-color: #808080 transparent transparent transparent; }
  .field-list > div {
    display: flex; }
    @media (max-width: 767px) {
      .field-list > div {
        flex-direction: column; } }
    .field-list > div input[type="text"] {
      padding-left: 5px;
      background: #e5e5e5; }
    .field-list > div input[type="text"],
    .field-list > div > div {
      margin: 0 5px;
      height: 37px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: none;
      color: #808080; }
      @media (max-width: 767px) {
        .field-list > div input[type="text"],
        .field-list > div > div {
          margin-bottom: 10px; } }
  .field-list .popup-search-text {
    width: 340px;
    margin-left: 0;
    max-width: 100%; }

.box-add-more {
  display: flex; }
  .box-add-more button {
    margin: 10px 5px 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: #e5e5e5;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .box-add-more button img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.box-submit-btn {
  text-align: center; }
  .box-submit-btn button {
    color: #fff;
    width: 122px;
    height: 40px;
    border-radius: 5px;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    border: none;
    box-sizing: 0;
    box-shadow: 0;
    background: url("../img/search.png") no-repeat 10px center #30a64a;
    padding-left: 20px; }
    @media (max-width: 575px) {
      .box-submit-btn button {
        margin-left: 0;
        margin-top: 15px; } }
    .box-submit-btn button:hover {
      color: #fff; }

.scorllUp {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #c00832;
  font-size: 30px;
  z-index: 99999; }

.block-home-top {
  background: url("../img/banner6_tudc2.png") no-repeat top left #e3e5ef;
  background-size: contain; }
  @media (max-width: 1199px) {
    .block-home-top {
      background-blend-mode: overlay; } }

.box-banner-info {
  width: 50%;
  float: right;
  text-align: center;
  max-width: 570px; }
  @media (max-width: 991px) {
    .box-banner-info {
      width: 100%;
      margin: auto;
      max-width: inherit; } }
  @media (max-width: 1199px) {
    .box-banner-info {
      width: 100%;
      margin: auto;
      max-width: inherit; } }
  .box-banner-info h3 {
    font-size: 36px;
    font-weight: 600;
    color: #c00832;
    line-height: 52px;
    max-width: 470px;
    margin: 40px auto 30px; }
  .box-banner-info span {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #000; }

.box-banner-icon {
  width: 100%;
  float: right;
  margin-top: 40px; }
  @media (max-width: 1199px) {
    .box-banner-icon {
      width: 100%;
      margin: auto;
      padding-top: 40px;
      max-width: inherit; } }
  .box-banner-icon ul {
    max-width: 680px;
    float: right;
    list-style-type: none;
    padding: 15px; }
    @media (min-width: 768px) {
      .box-banner-icon ul {
        display: flex; } }
    .box-banner-icon ul li {
      width: calc(25% - 15px);
      margin-left: 15px;
      text-align: left;
      color: #646469;
      font-size: 16px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .box-banner-icon ul li {
          width: 50%;
          margin-left: 0;
          float: left;
          display: block; } }
      .box-banner-icon ul li .img-circle {
        margin: auto;
        background-color: #fff;
        width: 90px;
        height: 90px;
        padding: 20px;
        margin-bottom: 25px; }

.block-collection {
  background: #e3e5ef;
  padding-bottom: 30px; }
  .block-collection .collection-list {
    margin-top: 45px; }
  .block-collection ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .block-collection .collection-item {
    width: 100%;
    background-color: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 135px;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer; }
    .block-collection .collection-item .collection-name {
      width: 100%;
      color: #c00832;
      width: 100%;
      text-align: center;
      display: block;
      font-size: 18px;
      font-weight: 500; }
    .block-collection .collection-item .collection-count {
      width: 60px;
      height: 20px;
      position: absolute;
      display: block;
      top: 15px;
      right: 15px;
      text-align: center;
      color: #c00832;
      background: #ffcb0e;
      font-size: 12px;
      line-height: 20px;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-radius-topright: 10px;
      -moz-border-radius-bottomright: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .block-collection .collection-item .folder-icon {
      display: block;
      width: 100%;
      height: 40px;
      background: url("../img/icons8-folder-96.png") no-repeat center center;
      background-size: 40px 40px; }
    .block-collection .collection-item img {
      width: 45px !important;
      height: 45px;
      margin: 0 auto; }
    .block-collection .collection-item.active {
      background-color: #c00832; }
      .block-collection .collection-item.active .folder-icon {
        background: url("../img/icons8-user-group-96 2.png") no-repeat center center; }
      .block-collection .collection-item.active .collection-name {
        color: #fff; }
      .block-collection .collection-item.active::after {
        content: "";
        position: absolute;
        left: 42%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #c00832;
        clear: both; }
  .block-collection .owl-dots {
    display: none; }

.collection-content .collection-detail {
  background: #fff;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 15px;
  display: none; }
  .collection-content .collection-detail.active {
    display: block; }
  .collection-content .collection-detail .collection-detail-left {
    border-right: 1px solid #c00832; }
    .collection-content .collection-detail .collection-detail-left img {
      margin: 0 25px 25px 0; }
    .collection-content .collection-detail .collection-detail-left .title {
      margin-top: 0; }
    @media (max-width: 991px) {
      .collection-content .collection-detail .collection-detail-left {
        border-right: none; } }
    @media (min-width: 992px) {
      .collection-content .collection-detail .collection-detail-left img {
        width: 145px; }
      .collection-content .collection-detail .collection-detail-left > div {
        float: right;
        width: calc(100% - 170px); } }
  .collection-content .collection-detail .collection-detail-right {
    margin-left: -1px;
    border-left: 1px solid #c00832; }
    @media (max-width: 991px) {
      .collection-content .collection-detail .collection-detail-right {
        border-left: none; } }
    .collection-content .collection-detail .collection-detail-right .list-link {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: flex-start; }
      .collection-content .collection-detail .collection-detail-right .list-link li {
        width: calc(50% - 15px);
        margin-bottom: 10px;
        padding-right: 70px; }
        .collection-content .collection-detail .collection-detail-right .list-link li:nth-child(even) {
          margin-left: 30px; }
        .collection-content .collection-detail .collection-detail-right .list-link li a {
          position: relative;
          display: block; }
          .collection-content .collection-detail .collection-detail-right .list-link li a.active, .collection-content .collection-detail .collection-detail-right .list-link li a:hover {
            color: #646469; }
          .collection-content .collection-detail .collection-detail-right .list-link li a::before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 12px;
            width: 12px;
            height: 100%;
            margin-right: 15px;
            display: block;
            float: left; }
          .collection-content .collection-detail .collection-detail-right .list-link li a span {
            width: 60px;
            height: 20px;
            position: absolute;
            display: block;
            top: 0;
            right: -60px;
            text-align: center;
            color: #c00832;
            background: #ffcb0e;
            font-size: 12px;
            line-height: 20px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomright: 10px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px; }

.block-home-new,
.block-home-popular {
  background: rgba(227, 229, 239, 0.45); }

.box-popular-item {
  background: #c00832;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 20px 5px;
  position: relative; }
  @media (min-width: 992px) {
    .box-popular-item .box-img {
      max-width: 255px; } }
  @media (max-width: 991px) {
    .box-popular-item .box-img {
      margin-bottom: 15px; } }
  .box-popular-item .box-img img {
    margin: auto; }
  .box-popular-item .box-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    float: left; }
  .box-popular-item .box-detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .box-popular-item .box-detail .list-info {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 300; }
    .box-popular-item .box-detail .list-info li {
      display: flex; }
      .box-popular-item .box-detail .list-info li .icon-list {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 10px;
        margin-top: 7px; }
    .box-popular-item .box-detail .list-info p {
      padding: 0 0 5px 0;
      margin: 0; }
    .box-popular-item .box-detail .list-info label {
      font-weight: normal;
      color: #fff;
      float: left;
      margin-right: 15px; }
  .box-popular-item .box-stat {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media (max-width: 767px) {
      .box-popular-item .box-stat {
        position: inherit;
        float: right;
        margin-top: 10px;
        bottom: 0; } }
    .box-popular-item .box-stat a {
      color: #fff; }
    .box-popular-item .box-stat > div {
      margin-left: 20px; }
      .box-popular-item .box-stat > div img {
        float: left;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        margin-top: -2px; }

.block-av-search {
  background: #e3e5ef;
  color: #c00832; }
  .block-av-search .box-av-search {
    background: #fff;
    margin: 20px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 30px; }
    .block-av-search .box-av-search fieldset {
      width: 100%;
      display: flex;
      margin-bottom: 15px; }
      @media (max-width: 575px) {
        .block-av-search .box-av-search fieldset {
          margin-bottom: 0; } }
      @media (max-width: 575px) {
        .block-av-search .box-av-search fieldset {
          display: block;
          width: 100%; }
          .block-av-search .box-av-search fieldset > div {
            width: 100% !important;
            margin: 0 0 15px 0 !important; } }
      .block-av-search .box-av-search fieldset label {
        font-size: 18px;
        font-weight: 500;
        color: #c00832;
        width: 100%;
        margin-bottom: 10px; }
    .block-av-search .box-av-search .box-search-feild {
      width: 100%;
      border: 1px solid #c00832;
      height: 45px;
      padding: 2px 1px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
      .block-av-search .box-av-search .box-search-feild .custom-select.select-list {
        float: left;
        width: 200px; }
        @media (max-width: 575px) {
          .block-av-search .box-av-search .box-search-feild .custom-select.select-list {
            width: 100px; } }
        .block-av-search .box-av-search .box-search-feild .custom-select.select-list .select-selected {
          border-color: transparent #c00832 transparent transparent;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0; }
      .block-av-search .box-av-search .box-search-feild .text-search {
        width: calc(100% - 200px);
        float: left;
        height: 38px;
        padding-left: 15px;
        border: none; }
        @media (max-width: 575px) {
          .block-av-search .box-av-search .box-search-feild .text-search {
            width: calc(100% - 100px); } }
    .block-av-search .box-av-search .box-collection-field {
      max-width: 100%; }
      @media (min-width: 992px) {
        .block-av-search .box-av-search .box-collection-field {
          width: 630px; } }
      @media (max-width: 991px) {
        .block-av-search .box-av-search .box-collection-field {
          width: 430px; } }
    .block-av-search .box-av-search .box-yesr-field {
      width: 560px; }
    @media (min-width: 768px) {
      .block-av-search .box-av-search .box-start-yesr-field,
      .block-av-search .box-av-search .box-end-yesr-field {
        width: 198px;
        margin-left: 50px; } }
    @media (max-width: 991px) {
      .block-av-search .box-av-search .box-start-yesr-field,
      .block-av-search .box-av-search .box-end-yesr-field {
        width: 198px;
        margin-left: 20px; } }
    .block-av-search .box-av-search .custom-checkbox {
      float: left;
      margin-top: 8px;
      /* The container */
      /* Create a custom checkbox */
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      .block-av-search .box-av-search .custom-checkbox .wrap {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .block-av-search .box-av-search .custom-checkbox .wrap input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
      .block-av-search .box-av-search .custom-checkbox .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: #fff;
        border: 1px solid #C00832;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
      .block-av-search .box-av-search .custom-checkbox .wrap:hover input ~ .checkmark {
        background-color: #C00832; }
      .block-av-search .box-av-search .custom-checkbox .wrap input:checked ~ .checkmark {
        background-color: #C00832; }
      .block-av-search .box-av-search .custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .block-av-search .box-av-search .custom-checkbox .wrap input:checked ~ .checkmark:after {
        display: block; }
      .block-av-search .box-av-search .custom-checkbox .wrap .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .block-av-search .box-av-search .link-av-search {
      margin-left: 25px;
      width: 120px;
      height: 35px;
      line-height: 35px;
      background: rgba(192, 8, 50, 0.15);
      display: block;
      float: left;
      text-align: center;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
      @media (max-width: 575px) {
        .block-av-search .box-av-search .link-av-search {
          margin-left: 20px; } }
  .block-av-search .bnt-group {
    text-align: center; }
    .block-av-search .bnt-group .bnt-search {
      color: #fff;
      width: 122px;
      height: 40px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: none;
      box-sizing: 0;
      box-shadow: 0;
      background: url("../img/search.png") no-repeat 10px center #30a64a;
      padding-left: 20px; }
      @media (max-width: 575px) {
        .block-av-search .bnt-group .bnt-search {
          margin-left: 0;
          margin-top: 15px; } }
    .block-av-search .bnt-group .bnt-reset {
      color: #fff;
      width: 122px;
      height: 40px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: none;
      box-sizing: 0;
      box-shadow: 0;
      background: url("../img/reset.png") no-repeat 10px center #ffcb0e;
      padding-left: 20px;
      margin-left: 15px; }
      @media (max-width: 575px) {
        .block-av-search .bnt-group .bnt-reset {
          margin-left: 0;
          margin-top: 15px; } }

.block-search-result {
  background: rgba(227, 229, 239, 0.45); }
  .block-search-result .sort-bar {
    display: flex;
    float: left; }
    @media (max-width: 575px) {
      .block-search-result .sort-bar {
        flex-direction: column; } }
    .block-search-result .sort-bar > div {
      margin-right: 15px; }
      @media (max-width: 575px) {
        .block-search-result .sort-bar > div {
          margin-bottom: 10px; } }
      .block-search-result .sort-bar > div label {
        float: left;
        margin-right: 15px;
        font-size: 16px;
        font-weight: normal;
        line-height: 35px; }
      .block-search-result .sort-bar > div .custom-select {
        float: left; }
    .block-search-result .sort-bar .select-query {
      width: 190px; }
    .block-search-result .sort-bar .select-num-page {
      width: 70px; }
  .block-search-result .download-bar {
    float: left; }
    @media (max-width: 575px) {
      .block-search-result .download-bar {
        margin-top: 10px; } }
    .block-search-result .download-bar > div {
      display: flex; }
    .block-search-result .download-bar a {
      position: relative;
      width: 47px;
      height: 38px;
      background: #fff;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin-left: 10px; }
      .block-search-result .download-bar a:hover {
        background: rgba(192, 8, 50, 0.1); }
      .block-search-result .download-bar a img {
        width: 30px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.content {
  float: left; }
  @media (min-width: 992px) {
    .content {
      padding: 0; } }
  @media (max-width: 991px) {
    .content {
      padding-left: 0;
      padding-right: 0; } }
  .content .box-item-list {
    float: left;
    margin-top: 20px;
    width: 100%;
    position: relative; }
    .content .box-item-list .box-img img {
      margin: auto; }
      @media (max-width: 991px) {
        .content .box-item-list .box-img img {
          margin: 0 auto 10px; } }
    .content .box-item-list .box-link {
      position: absolute;
      right: 15px;
      bottom: 15px; }
      @media (max-width: 991px) {
        .content .box-item-list .box-link {
          position: inherit;
          right: 15px;
          bottom: 0;
          float: right; } }
      .content .box-item-list .box-link .link-view {
        display: block;
        width: 125px;
        height: 30px;
        border: 1px solid #c00832;
        text-align: center;
        line-height: 25px;
        background-color: #c00832;
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
        .content .box-item-list .box-link .link-view:hover {
          color: #c00832;
          background: #fff; }
    .content .box-item-list .item-list {
      background-color: #fff;
      margin-bottom: 20px;
      padding: 15px 0;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px; }
      .content .box-item-list .item-list .title {
        width: 100%;
        float: left;
        color: #020202;
        font-size: 16px;
        font-weight: 600; }
      @media (min-width: 992px) {
        .content .box-item-list .item-list .box-detail {
          padding-left: 0; } }
      @media (min-width: 768px) {
        .content .box-item-list .item-list .box-detail {
          margin-bottom: 20px; } }
      .content .box-item-list .item-list .box-detail .list-info {
        margin-top: 15px;
        color: #c00832;
        float: left;
        margin-bottom: 20px; }
        .content .box-item-list .item-list .box-detail .list-info ul {
          margin: 0;
          padding: 0; }
        .content .box-item-list .item-list .box-detail .list-info li {
          display: flex; }
          .content .box-item-list .item-list .box-detail .list-info li .icon-list {
            width: 18px;
            height: 18px;
            float: left;
            margin-right: 5px; }
        .content .box-item-list .item-list .box-detail .list-info p {
          padding: 0 0 5px 0;
          margin: 0; }
        .content .box-item-list .item-list .box-detail .list-info label {
          font-weight: normal;
          color: #646469;
          float: left;
          margin-right: 5px; }

.sidebar {
  float: right; }
  @media (min-width: 992px) {
    .sidebar {
      padding-right: 0; } }
  @media (max-width: 991px) {
    .sidebar {
      padding-left: 0;
      padding-right: 0; } }

.box-filter-switch label {
  font-size: 20px;
  color: #c00832; }
.box-filter-switch .filter-switch {
  float: right;
  display: flex; }
  .box-filter-switch .filter-switch a {
    width: 72px;
    height: 35px;
    text-align: center;
    background: rgba(192, 8, 50, 0.2);
    line-height: 35px;
    color: #000; }
    .box-filter-switch .filter-switch a.open-filter {
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    .box-filter-switch .filter-switch a.close-filter {
      -webkit-border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      -moz-border-radius-bottomright: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
    .box-filter-switch .filter-switch a.active {
      background: #c00832;
      color: #fff; }

.box-filter-switch {
  margin-bottom: 20px;
  height: 40px; }

.box-filter-list .filter-list {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px; }
  .box-filter-list .filter-list h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px; }
  .box-filter-list .filter-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #c00832; }
    .box-filter-list .filter-list ul li {
      margin-bottom: 10px; }
    .box-filter-list .filter-list ul ul {
      margin-left: 30px; }
  .box-filter-list .filter-list .custom-checkbox {
    /* The container */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .box-filter-list .filter-list .custom-checkbox .wrap {
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .box-filter-list .filter-list .custom-checkbox .wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
    .box-filter-list .filter-list .custom-checkbox .checkmark {
      position: absolute;
      top: 1px;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: #fff;
      border: 1px solid #C00832;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .box-filter-list .filter-list .custom-checkbox .wrap:hover input ~ .checkmark {
      background-color: #C00832; }
    .box-filter-list .filter-list .custom-checkbox .wrap input:checked ~ .checkmark {
      background-color: #C00832; }
    .box-filter-list .filter-list .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .box-filter-list .filter-list .custom-checkbox .wrap input:checked ~ .checkmark:after {
      display: block; }
    .box-filter-list .filter-list .custom-checkbox .wrap .checkmark:after {
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .box-filter-list .filter-list .custom-checkbox .icon {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .box-filter-list .filter-list .custom-checkbox .wrap {
      padding-left: 28px;
      margin-bottom: 5px; }
    .box-filter-list .filter-list .custom-checkbox .checkmark {
      top: 3px;
      border: none;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      background: #c4c4c4; }
  .box-filter-list .filter-list .count-number {
    width: 40px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #c00832;
    background: #ffcb0e;
    font-size: 12px;
    line-height: 19px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
.box-filter-list .btn-grp {
  display: flex;
  float: left;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 30px; }
  .box-filter-list .btn-grp .btn {
    width: calc(50% - 10px);
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }

.less-more-filter {
  float: right;
  color: #c00832; }

.block-detail {
  background: #e3e5ef;
  background: linear-gradient(180deg, #e3e5ef 28%, rgba(227, 229, 239, 0.4545168409) 28%); }
  .block-detail .box-detail {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 40px;
    float: left;
    width: 100%; }
    @media (max-width: 767px) {
      .block-detail .box-detail {
        padding: 15px; } }
  .block-detail .box-left {
    width: 280px;
    float: left; }
    @media (max-width: 767px) {
      .block-detail .box-left {
        width: 100%; } }
    @media (max-width: 767px) {
      .block-detail .box-left .box-img {
        text-align: center; } }
    .block-detail .box-left img {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .block-detail .box-left img {
          margin: 0 auto 10px; } }
    .block-detail .box-left .box-num-view {
      text-align: center;
      color: #fff;
      background: #c00832;
      margin-bottom: 10px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      font-size: 18px;
      padding: 10px 0; }
  .block-detail .box-right {
    width: calc(100% - 280px);
    float: left;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .block-detail .box-right {
        width: 100%;
        padding-left: 0; } }
    .block-detail .box-right .box-info table {
      background: rgba(227, 229, 239, 0.35);
      width: 100%;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
      .block-detail .box-right .box-info table tr {
        border-bottom: 1px solid #d5daf3; }
        .block-detail .box-right .box-info table tr:last-child {
          border-bottom: none; }
        .block-detail .box-right .box-info table tr th {
          color: #c00832;
          font-size: 16px;
          font-weight: 500;
          padding: 20px 0 20px 20px;
          width: 180px; }
          @media (max-width: 767px) {
            .block-detail .box-right .box-info table tr th {
              width: 110px; } }
        .block-detail .box-right .box-info table tr td {
          padding: 20px; }
          .block-detail .box-right .box-info table tr td .collection {
            margin: 0;
            padding: 0;
            list-style-type: none; }
            .block-detail .box-right .box-info table tr td .collection li {
              margin-bottom: 5px;
              float: left;
              width: 100%; }
            .block-detail .box-right .box-info table tr td .collection a {
              padding: 5px 10px;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              display: block;
              float: left; }
              .block-detail .box-right .box-info table tr td .collection a img {
                width: 18px;
                height: 18px;
                margin-right: 5px;
                margin-top: -5px; }
              .block-detail .box-right .box-info table tr td .collection a.active {
                background: rgba(192, 8, 50, 0.1); }
  .block-detail .title {
    font-size: 28px;
    line-height: 40px; }
  .block-detail .box-tab-detail {
    margin-top: 20px; }
    .block-detail .box-tab-detail .nav-tabs {
      border-bottom: 0; }
      .block-detail .box-tab-detail .nav-tabs li.active a {
        border: none;
        background: rgba(227, 229, 239, 0.35);
        color: #c00832; }
      .block-detail .box-tab-detail .nav-tabs li a {
        padding: 5px 25px; }
    .block-detail .box-tab-detail .tab-content {
      margin-top: -1px;
      padding: 20px;
      background: rgba(227, 229, 239, 0.35); }
  .block-detail .box-document-download {
    padding: 30px;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 30px; }
    @media (max-width: 575px) {
      .block-detail .box-document-download {
        padding: 15px; } }
    .block-detail .box-document-download .title {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      float: left;
      position: relative; }
      .block-detail .box-document-download .title .count {
        width: 60px;
        height: 20px;
        position: absolute;
        display: block;
        bottom: 7px;
        right: -70px;
        text-align: center;
        color: #c00832;
        background: #ffcb0e;
        font-size: 12px;
        line-height: 20px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
    .block-detail .box-document-download .box-download-list {
      width: 100%;
      float: left; }
      .block-detail .box-document-download .box-download-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .block-detail .box-document-download .box-download-list ul li {
          margin-bottom: 10px;
          background: rgba(227, 229, 239, 0.35);
          padding: 15px 20px;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          font-size: 16px; }
          .block-detail .box-document-download .box-download-list ul li a {
            padding-left: 45px;
            position: relative;
            font-size: 16px; }
            .block-detail .box-document-download .box-download-list ul li a::before {
              display: block;
              content: "";
              top: -4px;
              left: 0;
              width: 30px;
              height: 30px;
              position: absolute;
              background: url("../img/icons8-download-96.png") no-repeat;
              background-size: 30px 30px; }
          .block-detail .box-document-download .box-download-list ul li span {
            margin-left: 15px; }
          .block-detail .box-document-download .box-download-list ul li ul {
            margin-left: 28px;
            margin-top: 10px; }
            .block-detail .box-document-download .box-download-list ul li ul li {
              background: transparent;
              padding: 5px 0;
              font-size: 14px; }
              .block-detail .box-document-download .box-download-list ul li ul li a {
                font-size: 14px; }
                .block-detail .box-document-download .box-download-list ul li ul li a::before {
                  background: transparent;
                  content: "\f111";
                  font-family: "Font Awesome 5 Free";
                  font-weight: 900;
                  padding-left: 30px;
                  left: -15px;
                  top: 1px; }
  .block-detail .box-sound {
    margin: 20px 0 20px 38px; }

.block-relate {
  background: rgba(227, 229, 239, 0.45); }

.aLinkIndex {
    cursor: pointer
}

.d-none{
    display: none !important;
}

.post-title {
    /*white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;*/

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin: 0px 5px 0px 0px !important;
    padding: 0px 0px !important;
}

.btn_multiselect_f {
  padding: 8px !important;
  margin: 0px !important;
}

.btn_select_f {
  width: 100%;
  border: 0px !important;
  border-radius: 0px !important;
}

.mgT0 {
  margin-top: 0px;
}

.mg010 {
  margin: 0px 10px;
}

.mg05 {
  margin: 0px 5px;
}

.mgT5 {
  margin-top: 5px;
}

.div-selHDer {
  background: #e5e5e5 !important;
  border: none !important;
  color: #808080 !important;
}

.pd010 {
  padding: 0px 10px;
}

.w100px {
  width: 100px;
}

.sel-search-home , .sel-search-home:hover  {
    color: #c00832;
    border: 1px solid #c00832;
}

.active-Menu {
  color: #c00832 !important;
}

.multiselect-search {
  margin: 0px -5px !important;
}

.sp-files-info {
  margin: 0px !important;
}

.divLogin {
    text-align: center; 
    border: solid 2px #C00832; 
    padding: 10px;
}

.text-login {
    color: #FFFF;
    background-color: #c00832;
}

.statusLogH {
    font-weight: bold !important;
    color: #C00832 !important;
}

.box-button-support{
  text-align: center;
  margin-top: 20px;
}

.text-support{
  color: #FFFF;
  background-color: #c00832;
}

.text-support:hover{
  color: #c00832;
  background-color: #FFFF;
  border: 1px solid #c00832;
}

header .login-bar a:hover {
    background-color: transparent;
    max-height: 28px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
    max-height: 28px;
}

.pd0505 {
    background-color: transparent !important;
    padding: 5px 0 5px 30px !important;
}

.nav-tabs>li>a {
    color: #C00832 !important;
    font-weight: 400 !important;
}

.boxSearchFeildS {
    width: 100%;
    border: 1px solid #c00832;
    height: 45px;
    padding: 2px 1px;
    /*border-radius: 5px;*/
    -webkit-border-radius: 5px;
    /*-moz-border-radius: 5px;*/
}

.divSelectSearchFeildS {
  border-right: 1px solid #c00832;
  padding: 0px 10px;
}

.selSearchFeildS {
  border: none;
  width: 100%;
  padding: 10px;
}

.selFeildS {
  border: 1px solid #c00832;
  border-radius: 5px;
  padding: 8px 12px;
  background-color: #FFFF;
  color: #c00832;
}

.w70 {
  width: 70px;
}

.w200 {
  width: 200px;
}

.txtSearchFeildS {
  border: none;
  width: 100%;
  padding: 10px;
}

.disPlayNone {
  display: none;
}

.btn-success:focus, .btn-success:hover {
    background-color: #419641;
    background-position: 10px 9px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.lh26 {
  line-height: 26px !important;
} 

/* pack */
@media (max-width: 375px) {
  .input-group-search{
    top: -8px !important;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  .input-group-search{
    top: -7px !important;
  }
}
@media (max-width: 425px) {
  .mt-mobile{
    margin-top: 15px;
  }
}
