:root {
	
  --blue: #0066B1;
  --blue-2: #267DBB;/*text header*/
  --yellow: #ff0;
  --red: #CE1F24;

  --pink: #f76055;
  --black: #333;
  --gray:#f2f2f2;
  
  --primary:#054770;
  --secondary-2:#46C5CE;
}
img{
	display:inline;
}
ul {
  list-style-type: none;
  padding:0;
}
.psc-bg-primary{
	background-color: var(--primary);
}
.psc-bg-blue {
  background-color: var(--blue);
}
.psc-bg-red {
  background-color: var(--primary);
}

.psc-bg-white {
  background-color: #fff !important;
}
.psc-text-white {
  color: #fff!important;
}
.psc-text-black {
  color: var(--black) !important;
}
.psc-text-red {
  color: var(--red) !important;
}
.psc-pt-2 {
  padding-top: 5px;
}
.psc-pt-3 {
  padding-top: 10px;
}

.psc-p-4 {
  padding: 16px;
}
.psc-pt-4 {
  padding-top: 24px !important;
}
.psc-pl-0{
	padding-left:0!important;
}
.psc-px-0{
	padding-left:0!important;
	padding-right:0!important;
}
.psc-pl-4 {
  padding-left: 24px;
}
.psc-py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.psc-pl-4 {
  padding-left: 24px;
}
.psc-mr-2 {
  margin-right: 4px;
}
.psc-my-2 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.psc-mb-0 {
  margin-bottom: 0 !important;
}
.psc-mb-4 {
  margin-bottom: 24px !important;
}

.psc-position-relative {
  position: relative;
}
.psc-position-middle{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.psc-text-center {
  text-align: center;
}
.psc-text-uppecase {
  text-transform: uppercase !important;
}
.psc-fw-600 {
  font-weight: 600 !important;
}

.psc-btn-small {
  background-color: var(--primary);
  color: #fff !important;
  margin: 5px;
  padding: 5px !important;
  line-height: 1.1;
  display: inline-block;
  min-width: 20px;
}
/* 12.9.2022 update  */
.home-layout1{
  background-color: #ECF0F7!important;
}

.container {
  width: 100% !important; 
}
#yt_wrapper {
	background-color:#fff;
	margin:0 auto;
}
#yt_wrapper::after {
    content: "";
    clear: both;
    display: table;
}
@media (min-width: 1041px) {
  #yt_wrapper {
    width: 1024px !important;
	
  }
}
@media (min-width: 0px) {
  #psc-divPanelTop-Content {
    position: relative;
  }
  
  
  .top-menu .navbar-nav {    
    background-color: var(--primary);
  }
  .top-menu .navbar-default,.main-menu .bg-header {
    background-color: var(--primary) !important;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 400 !important;
  }
  .top-menu .navbar {
    min-height: 34px;
  }
  .top-menu .navbar-nav > li > a {
    padding: 7px 20px !important;
  }
  
}

/* footer */
.social {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:flex-end;
}
.social li a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 4px;
}
.bg--parallax {
  display: block;
  position: relative;
  z-index: 1;
  background-image: url(../imgs/bg-1.jpg);
 
  padding: 20px 30px 50px;  
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg--parallax::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.45);
}
.zindex-2{
	position:relative;
	z-index:2;
}

.hero_carosel{
	background-color:#9e9e9e;
	margin-bottom:12px;
}
.hero_carosel.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -26px;
}

.psc-header{
	background: #f2f2f2;		
	display:flex;
	align-items:center;
}
.psc-header > *{
	padding:8px 4px;
	margin-right:5px;
}
.psc-text-blue{
	color:#267DBB;
}


.item-info .item-title{
	    font-size: 13px!important;
    font-weight: 600!important;
    text-transform: none!important;
    line-height: 1.5!important;
	font-family:'Open Sans', sans-serif!important;
}
.lists-book-fullscreen .thumb{
	background:transparent;
}
.item-img .item-img-info {
    
    border: 1px solid #f5f5f5;
}

.list-book li{
	width:100%!important;
}
@media (min-width: 480px){
	.list-book li{
		width: calc(100%/2)!important;
	}
}
@media (min-width: 768px){
	.list-book li{
		width: calc(100%/3)!important;
	}
}
@media (min-width: 992px){
	.list-book li{
		width: calc(100%/4)!important;
}
}
.breadcrumb-area {
    padding-top: 0; 
   
}
.topic-content .content-write{
	font-size:13px;
	line-height:1.5;
}

.topic-content h1.txt-head {
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.mb-0 {
  margin-bottom: 0 !important;
}
/* tính năng */
.bg-features-2{
	padding:20px;
	background:#585858;
	margin-bottom:15px;
}
.features-2 {
  display: flex;
  flex-direction: column;
}
.features-2 .feature-item {
  width: 100%;

  position: relative;
  min-height: 170px;
  text-align: center;
  background-color: var(--blue);
}
.features-2 .feature-item:nth-child(odd) {
  background-color: #fff;
}
.features-2 .feature-item:nth-child(odd) span {
  color: var(--blue);
}
@media (min-width: 420px) {
  .features-2 {
    flex-direction: row;
  }
  .features-2 .feature-item {
    width: 50%;
  }
}
.features-2 .feature-item a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  color: #fff;
}
.features-2 .feature-item a img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.features-2 .feature-item a:hover img {
  -webkit-transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  -moz-transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.features-2 .feature-item span {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
}

/* tra cứu danh mục */
.box-link__wrapper {
  background-color: #f2f2f2;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.box-link {
  background-color: var(--blue);
  padding: 4px 15px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.box-link:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.box-link:hover h6 {
  color: var(--yellow);
}

.box-link__thumb {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin: 15px;
}
.box-link__thumb img {
  width: 100%;
}
@media(min-width:576px){
	.box-link h6{
		margin-bottom:0;
	}
}
/* cơ sở dữ liệu trực tuyến*/
.logo-link__wrapper {
  margin-bottom: 15px;
}
.logo-link__wrapper > div {
  margin-top: 15px;
}
.logo-link {
  display: flex;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 100%;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.logo-link:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.logo-link img {
  width: 100%;
  vertical-align: middle;
}

/* thông báo */
.list-notification {
  margin-left: 16px;
}
.list-notification li::before {
  content: '\2022';
  color: var(--red);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.list-notification li {
  margin-bottom: 15px;
}
.list-notification li a {
  color: var(--black);
  font-weight: 500;
}
.list-notification li a:hover {
  color: var(--secondary-2);
}
.list-notification li span {
  font-size: 13px;
  margin-left: 8px;
}
@media (min-width: 576px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
}

.logo-link__wrapper{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.logo-link__wrapper .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
@media (min-width: 768px){
.logo-link__wrapper  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}

.eJUZlv{
	    background-color: var(--primary);
}
.dXjOZh,.kXAhim,.eJUZlv{
	    border-bottom-color: var(--secondary-2);
}
.eJUZlv a:hover {
    color: var(--secondary-2);
}
/* chi tiết sách: đổi màu btn*/
.bvxYQt {
    border-color: var(--primary);
    background: var(--primary);
}
.bvxYQt:hover, .bvxYQt:focus {
    
	border-color: var(--secondary-2);
    background: var(--secondary-2);
}
.ant-btn:hover span, .ant-btn:focus span, .ant-btn:active span{
	color:var(--primary);
}
/* Chi tiet sách: ẩn ảnh QR & App*/
.cXUXHJ{
	display:none;
}
.box-link a:hover{
    color: var(--secondary-2)!important;
    }