@font-face {
  font-family: inter-b;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: inter-sb;
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: inter-md;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: inter-r;
  src: url(../fonts/Inter-Regular.ttf);
}
* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.reset-list, .library-detail .lib-header {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .library-detail .lib-header {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center, .paging ul {
  justify-content: center;
}

.flex-center-a {
  justify-content: space-around;
}

.flex-center-b, .library-detail .lib-header {
  justify-content: space-between;
}

.flex-center-e {
  justify-content: space-evenly;
}

@font-face {
  font-family: inter-b;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: inter-sb;
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: inter-md;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: inter-r;
  src: url(../fonts/Inter-Regular.ttf);
}
* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.reset-list, .library-detail .lib-header {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .library-detail .lib-header {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center, .paging ul {
  justify-content: center;
}

.flex-center-a {
  justify-content: space-around;
}

.flex-center-b, .library-detail .lib-header {
  justify-content: space-between;
}

.flex-center-e {
  justify-content: space-evenly;
}

body, input, button {
  font-family: inter-r;
  font-size: 16px;
}

.btnDangky {
  padding: 10px 20px;
  border-radius: 6px;
  font-family: inter-sb;
  font-size: 14px;
  line-height: 20px;
  border: none;
}

.bgMain {
  color: var(--c-white);
  background-color: var(--c-main);
}
.bgMain:hover {
  background-color: var(--c-dark);
}

.bgSecondary {
  color: var(--c-main);
  background-color: var(--c-white);
}
.bgSecondary:hover {
  background-color: var(--c-dark);
  color: var(--c-white);
}

.bgSecondary2 {
  color: var(--c-main);
  background-color: transparent;
  border: 1px solid var(--c-main);
}

.bgGray {
  color: var(--c-dark);
  background-color: var(--c-white);
}

.section-title {
  text-align: center;
  width: 60%;
  margin: 60px auto 50px auto;
}
.section-title h6 {
  color: var(--c-black);
  text-align: center;
  font-weight: normal;
  font-family: inter-b;
  font-size: 24px;
}
@media (max-width: 991px) {
  .section-title h6 {
    font-size: 16px;
  }
}
.section-title p {
  color: var(--c-lightgrey);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 14px;
  }
}
.section-title a {
  font-family: inter-b;
  color: var(--c-main);
}
@media (max-width: 1199px) {
  .section-title {
    width: 85%;
    margin: 32px auto 24px auto;
  }
}
@media (max-width: 767px) {
  .section-title {
    width: 98%;
    padding: 0;
    margin: 32px auto 24px auto;
  }
}

#backtotop {
  background-color: var(--c-white);
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  color: var(--c-main);
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}

#breadcrumb {
  font-family: inter-md;
  font-size: 16px;
  color: var(--c-main);
}
#breadcrumb .breadcrumb {
  margin: 16px 0;
}
#breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--c-main);
}
#breadcrumb .breadcrumb .breadcrumb-item::before {
  color: var(--c-main);
}
#breadcrumb .breadcrumb li {
  margin-left: 5px;
}
#breadcrumb .active {
  color: var(--c-lightgrey);
}
@media (max-width: 767px) {
  #breadcrumb {
    display: block;
  }
}

* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

@keyframes rotaion-icon {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes zoom-icon {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotaion3D-icon {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gradient-icon {
  0% {
    background-color: var(--c-main);
  }
  25% {
    background-color: var(--c-neutral);
  }
  50% {
    background-color: var(--c-lighter);
  }
  75% {
    background-color: var(--c-neutral);
  }
  100% {
    background-color: var(--c-main);
  }
}
.library {
  background-color: var(--c-lighter);
}
@media (max-width: 767px) {
  .library img {
    height: 232px;
  }
}
.library .image1 {
  height: 640px;
}
@media (max-width: 991px) {
  .library .image1 {
    margin: 0;
  }
}
.library .image1 img {
  object-fit: cover;
}
.library .image2 {
  height: 232px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .library .image2 {
    margin: 0;
  }
}
.library .image2 img {
  object-fit: cover;
}
.library .image3 {
  height: 232px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .library .image3 {
    margin: 0;
  }
}
.library .image3 img {
  object-fit: cover;
}
.library .image4 {
  height: 384px;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .library .image4 {
    margin: 0;
  }
}
.library .image4 img {
  object-fit: cover;
}
.library #library {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .library #library {
    display: none;
  }
}
.library .library-list {
  position: relative;
  padding-bottom: 80px;
  display: none;
}
.library .library-list .item {
  margin: 0 auto;
  max-width: 343px;
  max-height: 232px;
}
.library .library-list .item img {
  object-fit: cover;
  max-width: 343px;
  max-height: 232px;
}
@media (max-width: 991px) {
  .library .library-list {
    display: block;
  }
}
.library .library-list .owl-prev.disabled {
  border: 2px solid var(--c-neutral);
}
.library .library-list .owl-prev.disabled span {
  color: var(--c-neutral);
}
.library .library-list .owl-next.disabled {
  border: 2px solid var(--c-neutral);
}
.library .library-list .owl-next.disabled span {
  color: var(--c-neutral);
}
.library .library-list .owl-prev {
  z-index: 300;
  position: absolute;
  bottom: 32px;
  left: 100px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}
.library .library-list .owl-prev span {
  color: var(--c-main);
}
.library .library-list .owl-next {
  z-index: 300;
  position: absolute;
  bottom: 32px;
  right: 100px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}
.library .library-list .owl-next span {
  color: var(--c-main);
}
.library .library-list .owl-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 6px;
}
.library .library-list .owl-dots button {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--c-neutral);
  margin: 9px 6px;
}
.library .library-list .owl-dots .active {
  background-color: var(--c-main);
}

._library {
  margin-bottom: 42px;
}
._library ._img {
  position: relative;
}
._library ._img img {
  height: 165px;
}
@media (max-width: 767px) {
  ._library ._img img {
    height: 190px;
  }
}
._library ._img ._tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 77px;
  height: 26px;
  padding: 4px;
  background-color: rgba(24, 26, 26, 0.8);
  border-radius: 4px;
}
._library ._img ._tag img {
  margin: 1px 4px 1px 0;
  height: 16px;
}
._library ._img ._tag p {
  color: var(--c-white);
  font-size: 13px;
}
._library ._date {
  color: var(--c-lightergrey);
  font-size: 13px;
  margin: 12px 0;
}
._library ._title {
  font-weight: normal;
  font-family: inter-b;
  font-size: 16px;
  color: var(--c-black);
  margin-bottom: 24px;
}

.paging {
  margin-bottom: 60px;
}
.paging ul li a {
  border-radius: 4px;
  color: var(--c-lightgrey);
  font-size: 14px;
  font-family: inter-md;
  border: none;
  padding: 4px 16px;
}
.paging ul .active {
  background-color: var(--c-lighter);
  border: 1px solid var(--c-main);
  color: var(--c-main);
}

.library-detail .lib-header {
  margin: 32px 0 16px 0;
}
.library-detail .lib-header .title {
  font-weight: normal;
  font-family: inter-b;
  font-size: 18px;
  color: var(--c-black);
}
@media (max-width: 991px) {
  .library-detail .lib-header .title {
    font-size: 16px;
    margin-left: 12px;
  }
}
.library-detail .lib-header .date {
  color: var(--c-neutralgrey);
  font-size: 14px;
}
@media (max-width: 991px) {
  .library-detail .lib-header .date {
    line-height: 24px;
    margin-right: 12px;
  }
}
.library-detail img {
  height: 216px;
  object-fit: cover;
}
.library-detail ._item {
  margin-bottom: 20px;
}

.simple-lightbox-zoom {
  display: none;
}
.simple-lightbox-zoom::after {
  display: none;
}

.simple-lightbox-window {
  display: none;
}
.simple-lightbox-window::after {
  display: none;
}

.simple-lightbox-toolbar {
  height: 20px;
}
.simple-lightbox-toolbar::after {
  height: 20px;
}/*# sourceMappingURL=library.css.map */