

@font-face {
    font-family: kantumruy;
    src: url(../../../components/vendor/font/Kantumruy_Pro/static/KantumruyPro-Medium.ttf);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img{
	object-fit:cover;
}
body{
	font-family: kantumruy;
	background-color:#F3F4FF;
}

header .navbar {
	background-color: #4d44b5 !important;
	background-color: #f3f4ff !important;
  }
  
  header {
	position: sticky !important;
	top: 0;
	z-index: 100;
  }
  
  header .navbar {
	background-color: #4d44b5 !important;
  
	color: #fff !important;
	padding: 0 !important;
  }
  
  header .navbar .navbar-brand {
	transform: translateX(-10px);
  }
  
  header .navbar .nav-link{
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	padding: 15px 25px;
	margin: 0 9px;
	transition: 0.4s;
  }
  
  header .navbar .nav-link:hover {
	color: #fb7d5b;
	color: #fb7d5b;
	/* transform: scale(1.05); */
  }
  
  header .active {
	color: #fb7d5b !important;
	color: #fb7d5b !important;
  }
  header .navbar .nav-item .dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	  font-weight: 500;
	  font-size:16.5px;
	  color: #637381;
	  transition: 0.4s;
  }
  
  header .navbar .nav-item .bi-chevron-down {
	font-size: 13px;
  }
  
  .bg-nav {
	background-color: #fff;
  }
  
  header .navbar .nav-item .drop-two {
	  width: 150px;
	  /* background-color: red; */
  }
  
  header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #F3F4FF !important;
	  color: #4D44B5;
	  padding-left: 20px;
  }
  
  header .navbar .nav-item .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	transform: translateY(10px);
	border: 0;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  }
  
  header .navbar .nav-item:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
  }
  
  header .navbar .btn-search {
	width: 360px;
	height: 33px;
	border-radius: 28px;
	padding-left: 35px;
	border: none;
	/* transform: translateY(0.5px); */
  }
  
  header .navbar .btn-search::placeholder {
	font-size: 14px;
	color: #637381;
	font-weight: 500;
  }
  
  header .navbar .btn-search:focus {
	box-shadow: none;
  }
  
  header .navbar .icon-search {
	position: absolute;
	/* background-color: red; */
	height: 33px;
	color: #4d44b5;
	color: #4d44b5;
	font-size: 16px;
	border: none;
	top: -0.5px;
  }
  
  header .navbar .nav-left {
	flex-direction: row;
  }
  
  header .navbar .nav-left .icon-left {
	display: block;
	font-size: 18px;
	margin-left: 12px;
	color: #fff;
	padding-top: 2px;
	transition: 0.4s;
	position: relative;
  }
  
  header .navbar .nav-left .icon-left:hover {
	color: #fb7d5b;
	color: #fb7d5b;
  }
  
  header .navbar .nav-left .icon-left .bdg {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	top: 4px;
	padding: 0;
	line-height: 15px;
  }
  
  header .navbar .card-detail {
	width: 250px;
	left:-155px;
	top: 40px;
	border: 1px solid #ddd;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  }
  header .navbar .notivication-bell{
	left: -190px;
	top: 40px;
  }
  header .navbar .notivication::after {
	  content: "";
	  width: 18px;
	  height: 15px;
	  background-color: #ffffff;
	  background-color: #FFFFFF;
	  position: absolute;
	  top: -13.5px;
	  right: 35px;
	  z-index: 3;
	  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  
  header .navbar .ovlay-p::after {
	content: "";
	width: 18px;
	height: 15px;
	background-color: #ffffff;
	background-color: #ffffff;
	position: absolute;
	top: -13.5px;
	right: 38px;
	z-index: 3;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  
  header .navbar .notivication {
	  position: absolute;
	  left: -95px;
	  width: 140px;
	height: 230px;
	  top: 40px;
  }
  
  header .navbar .profile {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	transform: translateY(-1px solid #ddd);
	padding: 0 !important;
  }
  
  header .navbar .profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  header .navbar .icon-more .add a[aria-expanded="true"] {
	color: #fb7d5b !important;
  }
  
  header .navbar .icon-more .bell a[aria-expanded="true"] {
	color: #fb7d5b !important;
	color: #fb7d5b !important;
  }
  
  header .navbar .icon-more .bell a[aria-expanded="true"] {
	color: #fb7d5b !important;
  }
  
  header .navbar .icon-more header .navbar .icon-more .add-acticle {
	padding-top: 5px;
  }
  
  header .navbar .icon-more .add-acticle h4 {
	font-size: 16px !important;
	font-weight: bold;
	margin-left: 10px;
	color: #637381;
	font-weight: 500;
  }
  
  header .navbar .icon-more .title-drop {
	color: #4d44b5;
	color: #4d44b5;
	font-weight: 600;
	font-size: 14px;
	padding-left: 10px;
  }
  
  header .navbar .icon-more .dropdown-item:hover {
	background-color: transparent;
  }
  
  header .navbar .icon-more .dr-hover:hover {
	background-color: #f3f4ff;
	background-color: #f3f4ff;
  }
  
  header .navbar .icon-more .add-img {
	width: 40px;
	height: 40px;
	/* background-color: red; */
	overflow: hidden;
  }
  
  header .navbar .notivication .add-img {
	width: 35px;
	height: 25px;
	/* background-color: red; */
	border-radius: 100% !important;
  }
  
  header .navbar .icon-more .add-acticle .badge {
	margin-left: 10px;
	transform: translateY(-7px);
	padding: 1px solid #ddd 5px;
	font-size: 12px;
  }
  
  header .navbar .notivication .dropdown-item h4 {
	padding-top: 5px !important;
	/* font-weight: 600; */
  }
  
  header .navbar .notivication .dropdown-item .act::after {
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	right: 8px;
	border-radius: 100%;
	background-color: red;
	transform: translateY(-2px);
  }
  
  header .navbar .notivication .dropdown-item .pro-noti {
	width: 26px;
	height: 26px;
	/* background-color: red; */
	overflow: hidden;
	border-radius: 100%;
  }
  
  header .navbar .icon-more .drop-profile {
	  position: absolute;
	  padding: 5px 10px;
	  color: #637381 !important;
	  width: 200px;
	  left: -160px;
	  padding-top: 6px;
	  font-size: 16px;
	  top: 40px;
	  /* border: none; */
	  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  }
  header .navbar .icon-more .drop-profile a{
	  color: #637381 !important;
  }
  header .navbar .icon-more .drop-profile a:hover{
	color: #4D44B5 !important;
  }
  header .navbar .icon-more .drop-profile .dropdown-item {
	transition: 0.4s;
  }
  
  header .navbar .icon-more .drop-profile .dropdown-item:hover {
	color: #303972;
	padding-left: 10px;
  }
  
  header .navbar .icon-more .drop-profile .dropdown-item {
	padding: 5px;
  }
  
  .see-more {
	transform: translateY(3px);
	font-size: 14px;
	padding: 0 10px;
  }
  
  header .navbar .pro::after {
	  content: "";
	  width: 18px;
	  height: 15px;
	  background-color: #ffffff;
	  background-color: #FFFFFF;
	  position: absolute;
	  top: -10.5px;
	  right: 5px;
	  z-index: 3;
	  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  
  /* navbar smart device */
  .profileDetail .profile-header {
	height: 200px;
	background-image: url(../image/cover-2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
	border-radius: 1px !important;
  }
  .profileDetail .profiledd-img{
	bottom:-60px;
  }
  .nav-tabs .nav-link {
	color: #333;
  }
  .profileDetail .infor-teacher h4{
	color: #303972;
  }
  .profileDetail .profileDetail-img{
	width: 120px !important;
	height: 120px !important;
  
  }
  .profileDetail .profileDetail-img img{
	width: 100%;
	height: 100%;
	outline:  3px solid #f9a825;
	object-fit: cover;
  }
  .profileDetail .nav-tabs .nav-link.active {
	background-color: #fb7d5b;
	color: #fff;
  }
  
  .profileDetail .profile-stats {
	background-color: #fff;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  }
  
  
  .profileDetail .profile-stats p {
	margin-bottom: 1rem;
  }
  
  
  .profileDetail .profile-stats p strong {
	display: inline-block;
	width: 120px;
  }
  
  .profileDetail .profile-stats a{
	color: #fb7d5b;
  }
  
  .profileDetail .profile-stats p .text-warning {
	color: #ffbb33;
  }
  header .navbar-responsive {
	height: 55px;
	display: flex;
	align-items: center;
  }
  
  header .nav-rs .textColor {
	color: #4d44b5 !important;
	color: #4d44b5 !important;
	/* box-shadow: none !important; */
  }
  
  header .nav-rs {
	padding-inline: 100px !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
	  rgba(0, 0, 0, 0.1) 0px 0px 1px solid #ddd 0px;
  }
  
  .offcolor {
	background-color: #4d44b5;
  }
  
  .offcolor {
	background-color: #4d44b5;
	color: #fff;
  }
  
  header .offcanvas-nav {
	list-style: none;
  }
  
  header .offcanvas-nav .link-offcan {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	margin-bottom: 20px;
	transition: 0.4s;
  }
  
  header .offcanvas-nav .link-offcan:hover {
	padding-left: 13px;
  }
  
  header .offcanvas-nav .dropdown-item {
	transition: 0.5s;
  }
  
  header .offcanvas-nav .link-offcan:hover {
	padding-left: 13px;
  }
  
  header .offcanvas-nav .dropdown-item:hover {
	  padding-left: 20px !important;
  }
  
  header .offcanvas-nav .link-offcan i {
	font-size: 20px;
	margin-right: 8px;
  }
  
  header .icon-more .offcan-search {
	width: 300px;
  }
  
  header .icon-more .offcan-search input {
	  width: 300px;
	  height: 30px;
	  border: none;
	  border-radius: 12px;
	  font-size: 14px;
	  border: 1px solid #ddd solid #fb7d5b;
  }
  
  header .icon-more .offcan-search input:focus {
	box-shadow: none;
  }
  
  header .icon-more a[aria-expanded="true"]+.offcan-search {
	width: 100%;
	/* position: absolute;*/
	top: -2px;
	left: -310px;
	transition: 0.4s;
  }
  
  header .btn-close {
	  filter: brightness(0) invert(1);
  }
  @media (max-width:1024px) {
	  header .navbar .btn-search {
		  width: 150px !important;
	  }
	header .navbar .nav-link{
	  margin: 0px;
	  
	}
  }
  @media (max-width:576px) {
  
  
	  header .nav-rs {
		  padding-inline: 26px !important;
	  }
  
	  header .navbar .navbar-brand img {
		  width: 160px;
		  transform: translateX(0px);
  
	  }
  
	  header .icon-more a[aria-expanded="true"]+.offcan-search {
		  top: 50px;
		  left: -175px;
	  }
  }
  
  /* vit feed block code */
  .feed__course {
	  padding: 100px 0;
  }
  
  header .icon-more .offcan-search input {
	border: 1px solid #ddd solid #fb7d5b !important;
  }
  
  @media (max-width: 1024px) {
	header .navbar .btn-search {
	  width: 150px !important;
	}
  }
  
  @media (max-width: 576px) {
	header .nav-rs {
	  padding-inline: 26px !important;
	}
  
	header .navbar .navbar-brand img {
	  width: 160px;
	  transform: translateX(0px);
	}
  
	header .icon-more a[aria-expanded="true"]+.offcan-search {
	  top: 50px;
	  left: -175px;
	}
  }
body{
  background-color: var(--bg-body);
}
:root{
   --benner: #5e58b0;
    --bg-body: #F3F4FF;
    --bs-highlight-color: #dee2e6;
    --bs-gray: #6c757d;
    --accent-color:#792ea1;
    --contrast-color:#ffff;
    --default-color:#2f3138;
    --bs-border-radius:#4A00E0;
    --bg-color:#eeee;
    --color-text:#4d45b5;
	--menu-b:#FB7D5B;
}

/* ================== */
/* Contact */
/* ================== */

.card-contact{
	margin-top:75px;
	height: 500px;
	background-color: #a19ae9;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-group{
  margin-bottom: 20px;
}
.btn-submit{
  line-height: 1.8;
  border-radius: 10px;
}
/* ================== */
/* book-shop */
/* ================== */

.card{
  border: none;
  border-radius: 10px;
}

.popular-b img{
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #F3F4FF;
}
.book-starr i{
	font-size: 10px;
	margin-top: 5px;
}
.benner{
  position: relative;
  z-index: -99; 
  height: 550px;
  background-color: #4D44B5;
  clip-path: ellipse(80% 60% at 50% 35%);
}
.benner-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookbenner-header{
  width: 550px;
  line-height: 35px !important;
}

.header-brand{
  border-radius: 10px 10px 0 0;
}
.book .card{
	text-decoration: none ;
	border:none;
	border-radius: 10px;
	box-shadow: #F7F5FA 0px 2px 8px 0px;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}
@media (max-width:431px) {
	.bookbenner-header{
		transform: translateY(40px);
		text-align: center;
	}
	.bookbenner-heade h3{
		font-size: 40px;
	}
}
.book img{
	height: 190px;
	background-color:#F7F5FA;
	border-radius: 10px;
	margin-bottom: -18px;
}
.book .card .img img {
	width: 200px;
	height: 200px;
}
/* .book .card .book-star{
	font-size: 12px;
} */
.book .card .card-body p{
	color:#FB7D5B;
	font-weight: 600;
}
.book-bacll{
	margin-top: 130px;
}

.user{
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
/* ================== */
/* Library-book */
/* ================== */

/* benner-library */
 .box-1{
	clip-path: circle(37.9% at 99% 100%);
	background-color: var(--benner);
	height: 550px;
	width: 100%;
	position: absolute;
	z-index: -99;
 }
 .box-2{
	height: 550px;
	width: 100%;
	clip-path: circle(38.8% at 0 100%);
	background-color: var(--benner);
	position:absolute;
	z-index: -99;
 } 
.benner-library{
	position: relative;
	z-index: -99;
	height: 550px;
	background-color: var(--color-text);
}

.booklibrary{
	height: 500px;
}
.booklibrary img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} 
/* reading */
.reading{
	margin-top: 80px;
	border-radius: 10px;
}

/* .img-book-card img{
	height: 200px;
	margin-top: 100px;

} */
.book-card .card {
	width: 175px;
}
.book-card  h5{
	width: 200px;
}
/* listen */

/* menu-book */
.bookshop .list{
	width: 100%;
}
.list-item .item .item-link{
    display: block;
    /* width: 100%; */
    padding: 7px 20px;
	/* padding: 5px 10px; */
    text-align: center;
    text-decoration: none;
    background-color:#bce8ea;
    color: #232323 ;
    border-radius: 7px;
    transition: all 0.3s;
}
@media (max-width:431px) {
	.list-item .item .item-link{
		padding: 9px 10px;
		font-size: 13px;
	}
}
.list-item .item .item-link:hover{
    background-image: linear-gradient(to right, #1426e7 0%, #2575fc 100%);
    color: white;
    transition: all 0.3s;
}
.item{
	margin-right: 20px;
}
header{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99;
	padding: 0px;
 }
 .book-starr .star{
	font-size: 15px;
 }
/* ================== */
/* Teacher acc*/
/* ================== */
/* .bookshop .card img{
	transition: 0.4s ease;
}
.bookshop .card img:hover{
	transform: scale(1.1);
} */
.form-select{
 padding: 15px;
}
.account .card-body .acc-follow span{
	color: #FB7D5B;
}
.account .card-body .acc-follow h6{
	font-size: 16px;
	color: #303972;
}
.account .fixed-account{
	position: sticky !important;
	top: 36.5px !important;
}
.account .lead{
	font-size: 18px;
	color: #303972;
}
.account .tap-list .nav-link{
	color: #4D44B5;
}
.account .txtf{
	font-size: 14px;
}
.account .tap-list{
	transform: translateY(29px);
}
.account .account-edit-img{
	width: 110px;
}
.account a{
	text-decoration: none;
}
.account .acrticle-bottom i{
	color:#737373;
}
.account .acrticle-bottom span{
	color:#737373;
}
.account .account-edit-img img{
	border: 1px solid #637381;
	border-radius: 10px;
	object-fit: cover !important;
}
.account .list-follow{
	transform: translateY(-25px);
}
.account .list-follow .img-profile-fw{
	width: 35px;
	height: 35px;
	/* background-color: red; */
	border-radius: 100%;
	overflow: hidden;
}
.account .list-follow .img-profile-fw img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.account .acc-profile img{
	width: 130px !important;
}
.account .ts-control{
	/* width: 100%; */
	font-size: 16px;
	border-radius: 5px;
	padding: 3px 0px !important;
	border:0;
	height:100% !important;
	color: #637381 !important;
}
.account .article-img{
	width: 200px;
	height: 150px;
	background-color: red;
	transform: translateY(-7px);
	margin-left: 20px;
}
@media (max-width:820px){
	.account .article-img{
		width:100% !important;
		margin-top: 30px;
		margin-left: 0;
	}
}
.account .article-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.account .modal-head-pro{
	width: 35px;
	height: 35px;
	/* background-color: red; */
	border-radius: 100%;
	overflow: hidden;
}
.account .modal-head-pro img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.account .post-article-form .btn-title {
    width: 100%;
    height: 200px;
    display: block;
    font-size: 20px;
    background-image: url(../image/Image\ folder-amico.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    color: #FB7D5B;
    font-weight: 500px;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    cursor: pointer;
}
.account .post-article-form .input-title{
	border-radius:0 !important;
	border: none !important;
	border-bottom:1px solid #dddd !important;
}
.account .post-article-form .input-title:focus{
	box-shadow: none !important;
}
.profile-tap label{
	color: #637381 !important;
}
.account .textarea-pro{
	height: 100px;

}
.account .article-title h4{
	color: #303972;
}
.account .artlike i:hover{
	color:#198754;
}

.account .artcomment i:hover{
	color: #198754;
}
.account .artsave i:hover{
	color: #007bff;
}
.account .btn-change{
	background-color: #198754 !important;
	color: #fff !important;
}
.account .btn-save{
	
	background-color:#198754 !important;
	color: #fff !important;
	transition: 0.4s;
}
.account .btn-save:hover{
	background-color: #4D44B5 !important;
}
.account .cover{
	height: 310px;
}
.account .profile-img {
	width:133px;
	height:133px;
	border-radius: 100%;
}
.account .profile-img img{
	object-fit: cover !important;
}
.account .profile-img img{
	outline: 4px solid #F3F4FF;
}
.account .profile-tran{
	transform: translateY(-30px);
}
.account .profile-head .img{
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.account .profile-head h5{
	color:#303972
}
.account .article-title h5{
	color:#637381;
}
.course-free{
 margin-top: -50px;
}
.course-free .card{
	border-radius: 15px;
	border: 1px solid #3039725a;
	background-color:#fff;
}
.course-free .card .card-body h3{
	font-size:21px;
	transform: translateY(-7px);
	color: #303972;
}
.course-free .card .card-body .card-text{
	color: #637381;
	margin-top: -10px;
}
.course-free .card .card-body .c-last{
	margin-top: -5px;
}
.course-free {
	padding: 35px 0px;
}
.course-free .crad-profile {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
}
.course-free .crad-profile img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.course-free .card-img {
	border-radius: 10px !important;
	overflow: hidden;
}
.course-free .c-price{
	color:#4D44B5;
}
.course-free .card-body .btn-cev{
	display: block;
	border: none !important;
	padding-inline: 10px !important;
	height: 20px;
	line-height: 20px;
	transform: translateY(10.3px);
	color: #fff;
	background-color: #4D44B5;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.4s;
}
.course-free .card-body .btn-cev:hover{
	background-color: green;
}
@media (max-width:1024px) {
	.card-body .fs-6{
	width: 100% !important; 
	font-size: 13px !important;
	}
	.book-starr{
		font-size: 10px !important;
	}
	.card-body .book-starr .bi{
		font-size: 5px;
	}
	.book-card .card {
		width: 150px;
	}
	.img img{
		width: 100% !important;
	}
}
@media (max-width:1280px) {
	.img img{
		width: 100% !important;
	}
  }
  @media (max-width:992px) {
	.book .card .img img{ 
      height: 300px !important;
  }
}
  
  footer a{
	text-decoration: none;
	color:#637381;
	transition: 0.4s;
}
footer a:hover{
	color: #4D44B5;
}
footer p{
	font-size: 15px;
	color:#FB7D5B;
}
@media (max-width:560px) {
	footer p{
		font-size: 12px;
	}
	footer .aa{
		font-size: 12px;
	}
	footer a{
		font-size: 12px;
	}
}	
/* ================== */
/* read book*/
/* ================== */
.img-detail img{
	height: 400px;
	width: 100%;
	object-fit: cover !important;
}
.bb{
	width: 100px;
}
.bb img{
	height: 100px !important;
	
}
video{
	width: 100% !important;

}
video{
	height: 500px !important;
}