@import url("font-quicksand.css");
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
* {
  font-family: Quicksand;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

html {
	height: 100%;
}

body {
	background-color: #fff;
	color: #505050;
	font: 400 15px arial;
	font-size: 0.9375rem;
	height: 100%;
	overflow-x: hidden;
	font-family: Quicksand;
	padding-right:0px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #505050;
	font-weight: 500;
}

.h1,
h1 {
	font-size: 2.25rem;
}

.h2,
h2 {
	font-size: 1.875rem;
}

.h3,
h3 {
	font-size: 1.5rem;
}

.h4,
h4 {
	font-size: 1.125rem;
}

.h5,
h5 {
	font-size: 1rem;
}

.h6,
h6 {
	font-size: 0.875rem;
}

a {
	color: inherit;
}

a:hover {
	color: var(--clr-rose);
}
a,
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.modal-footer{width:100%;}
.woocommerce-mini-cart {
    position: absolute;
    right: 0;
    top: 52px;
    transition: all 0.5s ease;
    width: 300px;
    display: none;
    padding-top: 0px;
    overflow: hidden;
	border: 1px solid #ededed;
    box-shadow: 0 2px 8px rgb(0 24 171 / 8%);
	z-index: 9999999;
}
.view-cart-data:hover .woocommerce-mini-cart, .woocommerce-mini-cart:hover {
    display: block;
}
.text-left {
    text-align: left!important;
}
.woocommerce-mini-cart .cart-bottom-part {
    padding: 20px 20px;
    background: #fff;
	font-size: 13px;
}
.woocommerce-mini-cart li, .detailFormGiohang li {
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 0 0 20px 0 !important;
    margin: 0 0 20px 0 !important;
    margin-right: 0 !important;
    border: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0!important;
}
.header-navbar-rht .woocommerce-mini-cart li a i, .detailFormGiohang li a i{
	color: #f7901e!important;
    border: 1px solid;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
}
a.nav-expander {
    background: transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin-right: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}

nav.right_menu_togle {
	background: #fafafa;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -1400px;
	font-size: 15px;
	top: 0;
	width: 500px;
	z-index: 2000;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded nav {
  right: 0 !important;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
.right_menu_togle .close-btn{
	overflow: hidden;
	padding: 35px 10px 20px;
}
.right_menu_togle .canvas-logo{
    padding-left: 24px;
    padding-bottom: 20px;
}
.right_menu_togle .search-wrap{
    padding: 20px 24px 0;
    position: relative;
}
.right_menu_togle .search-wrap label{
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.right_menu_togle .search-wrap input,
.right_menu_togle .search-wrap button{
    border: none;
    outline: none;
}
.right_menu_togle .search-wrap input{
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding: 7px 25px;
    margin-top: 6px;
}
.right_menu_togle .search-wrap button{
    position: absolute;
    right: 40px;
    background: transparent;
    cursor: pointer;
    bottom: 7px;
    font-size: 18px;
}

span#nav-close {
	font-size: 20px;
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 26px;
    border: 3px solid #fff;
    border-radius: 50%;
    float: right;
    font-weight: bold;
}

.sidebarnav_menu.main-menu li.menu-item-has-children:before{
	position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    right: 8px;
    top: 5px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    font-size: 15px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children.open:before{
    content: "\f077";
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul{
	display: none;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul li a{
    display: block;
    padding: 8px 45px;
    font-size: 14px;
}

.sidebarnav_menu.main-menu li ul li:hover a,
.sidebarnav_menu.main-menu li ul li.active a{
	background: rgba(0,0,0,0.15) !important;
}
.sidebarnav_menu.main-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 16px;
  position: relative;
  display: block;
}
.sidebarnav_menu.main-menu .list-unstyled li:last-child {
	border-bottom: 0;
}
.sidebarnav_menu.main-menu .list-unstyled {
 	border-top: 1px solid rgba(255,255,255,0.15);
}
.sidebarnav_menu.main-menu .list-unstyled li {
	border: 0;
}
.sidebarnav_menu.main-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li ul li a {
  padding: 8px 0 8px 40px; 
}
.sidebarnav_menu.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
 
.sidebarnav_menu.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
 
.sidebarnav_menu.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
 
.sidebarnav_menu.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
 
.sidebarnav_menu.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
 
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 
.sidebarnav_menu.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.sidebarnav_menu.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

.sidebar_nav.navbar {
    position: absolute;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
.rs-menu.rs-menu-close,
.sidebar_nav.navbar-inverse{
	background: transparent;
}
.right_menu_togle {
    background: #fafafa;
    padding: 30px 50px;
    width: 500px;
    right: -1500px;
    z-index: 999999;
    text-align: center;
    transition: all 0.3s ease;
}
.right_menu_togle .close-btn .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 20px !important;
    background: #ffffff;
    border: none !important;
    transition: all 0.3s ease;
}
.right_menu_togle .close-btn .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.right_menu_togle .close-btn .line{height: 0px; background:none;}
.right_menu_togle .close-btn {
    overflow: visible;
    padding: 0;
}
.right_menu_togle .close-btn #nav-close {
    position: relative;
    float: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: unset;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #dd006a;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.right_menu_togle .close-btn #nav-close:hover {
  transform: rotate(180deg);
}
.rs-login .noticed {
    background: #fff;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    max-width: 800px;
    padding: 40px;
    margin: 0 auto;
}
.rs-login .form-control{margin-bottom:10px;}
.rs-login .submit-btn{
	padding: 8px 20px;
    background: #349bd4;
    color: #fff;
    border-color: #349bd4;
    outline: none;
}
.text-end {
    text-align: right!important;
}
#page-wrapper, .graphs{width:100%; float:left;}
.graphs .col-md.col-sm-2{
	float: left;
	width:14.66666%;
	margin:1% 1%;
	padding: 15px 5px;
	min-height: 50px;
    background: #ffffff;
    text-align: center;
    position: relative;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 20%);
}
.graphs .col-md.col-sm-2 i{font-size:28px;}
.graphs .col-md.col-sm-6{ 
	float:left; 
	width:50%;
	position: relative;
}
.cart-bottom-part .icon-cart {
    cursor: pointer;
	width: 20px;
}
.woocommerce-mini-cart .icon-cart, .woocommerce-mini-cart .product-image, .detailFormGiohang .icon-cart, .detailFormGiohang .product-image{
    margin-top: 2px;
}
.woocommerce-mini-cart .product-info, .detailFormGiohang .product-info{
    padding: 0 20px;
	width: calc(100% - 70px);
}
.woocommerce-mini-cart .product-info a, .detailFormGiohang .product-info a{
    color: #111111 !important;
    font-weight: 700;
}
.header-navbar-rht .woocommerce-mini-cart .cart-btn a, .detailFormGiohang .cart-btn a{color: #fff!important;}
.woocommerce-mini-cart .quantity, .detailFormGiohang .quantity{margin-top:5px;}
.woocommerce-mini-cart .quantity, .woocommerce-mini-cart .total-price, .detailFormGiohang .quantity, .detailFormGiohang .total-price{
    color: #111111;
}
.woocommerce-mini-cart .product-image,  .detailFormGiohang .product-image{
    display: block;
    float: right;
    text-align: right;
    width: 56px;
}
.cart-bottom-part .product-image img {
    height: 50px!important;
    width: 50px!important;
    min-width: 50px;
}
.woocommerce-mini-cart .total-price,  .detailFormGiohang .total-price{
    padding: 20px 0px;
}
.rs-blog.inner.single{
	padding: 50px 0px;
    background-image: linear-gradient(to right bottom, rgb(6 63 44), rgb(175 27 63));
    margin-bottom: 0px !important;
    min-height: calc(100vh - 135px);
}
.requiredField.no-input-value{border: 1px solid #ed9292!important;}
.detailFormGiohang ul{width: 100%;}
.detailFormGiohang .icon-cart{cursor: pointer; width: 20px;}
.list-thongbao {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 420px;
    right: 2px;
    top: 70px;
    z-index: 99999;
    background: #4d97fc;
    padding: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%)!important;
}
.list-ds-thongbao li {
    border-bottom: 1px solid #f6f8fc;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%)!important;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    float: left;
}
.list-ds-thongbao li .content-thongbao, .tieudetop-thongbao {
    width: 90%;
    float: left;
}
.list-ds-thongbao li .thoigian-thongbao {
    width: 100%;
    float: left;
}
.list-ds-thongbao li .tieude-thongbao {
    font-weight: bold;
}
.list-ds-thongbao li .action-thongbao, .dongbang-thongbao {
    width: 24px;
    float: right;
	text-align:center;
}
.list-ds-thongbao li .action-thongbao .delete-thongbao{cursor:pointer;}
.rs-blog.single .blog-part .article-content {
	background:#fff;
    padding: 40px 30px;
    width: 100%;
    float: left;
    box-shadow: 0px 0rem 1rem 0px rgb(0 0 0 / 15%) !important;
}
.rs-blog.inner .blog-sidebar {
    width: 449px;
	background:#fff;
}
.sidebar-grid {
    padding: 40px 30px;
	border-bottom: 1px dotted #ddd;
}
.sidebar-grid:last-child{border-bottom:none;}
.sidebar-grid.sidebar-search .search-bar {
    position: relative;
}
.sidebar-grid.sidebar-search .search-bar input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    height: auto;
	outline: none!important;
}
.sidebar-grid.sidebar-search .search-bar button {
    outline: none;
    border: none;
    color: #fff;
    padding: 0 16px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    background: #f5840c;
}
.sidebar-grid.sidebar-popular-post .single-post {
    display: flex;
    align-items: flex-start;
    border-radius: 3px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-image {
    margin-right: 15px;
}
.anhdaidien_right {
    width: 80px!important;
    height: 65px!important;
    max-width: 80px!important;
	border-radius: 3px;
	background: #eeeeee;
    margin-top: 5px;
	padding:2px;
}
.article-content ul.blog-meta {
    border: 1px solid #f4f4f4;
    margin-bottom: 1em;
    width: 100%;
    float: left;
    padding: 1em 1em;
    list-style: outside none none;
}
.rs-blog.single .blog-part .article-content .blog-meta li {
    display: inline;
    font-size: 14px;
    margin-right: 10px;
}
.tag-noidung {
    padding-bottom: 15px;
}
.tag-noidung .view-tag {
	border: 1px solid #f4f4f4;
    padding: 4px 10px;
    border-radius: 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
    color: #f5840c;
    font-size: 13px;
}
.rs-blog .grid-blog h3.blog-title{padding: 5px 0px;}
.load-data-blog.list-box.ds-blog h3.blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
    width: 100%;
    text-shadow: 1px 1px 2px rgb(222 222 222 / 30%);
	color: #c4005e;
}
.load-data-blog.list-box.ds-blog h3.blog-title a:hover{color: #ea0573;}
.tag-noidung .view-tag a{color: #f5840c;}
.sidebar-grid.sidebar-popular-post .single-post:hover .anhdaidien_right{background: #f5840c;}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0;
    line-height: 22px;
}
.sidebar-grid ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li:last-child {
    margin-right: 0;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    color: #555;
}
.mb-20 {
    margin-bottom: 20px;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
}
input:hover, textarea:hover, select:hover {
    box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
ul {
	padding: 0;
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

button:focus {
	outline: 0;
}

input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn.focus,
.btn:focus {
	box-shadow: inherit;
}
.ajax-loader {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0,0,0,.7);
}
.loader .loading{
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  text-indent: -9999em;
  top: 47%;
  left: 49%;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.alert.alert-success {
    color: #155724;
    background-color: #a5e6ed;
    border-color: #a8dde3;
}
.form-control {
	border-color: #dcdcdc;
	color: #333;
	font-size: 14px;
	min-height: 46px;
	padding: 6px 15px;
}

.table .form-control {
	font-size: 14px;
	min-height: 38px;
}

.form-control::-webkit-input-placeholder {
	color: #eee;
	font-size: 14px;
}

.form-control::-moz-placeholder {
	color: #eee;
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	color: #eee;
	font-size: 14px;
}

.form-control::-ms-input-placeholder {
	color: #eee;
	font-size: 14px;
}

.form-control::placeholder {
	color: #eee;
	font-size: 14px;
}

.list-group-item {
	border: 1px solid #f0f0f0;
}

.content {
	min-height: 200px;
	padding: 30px 0 0;
}

figure {
	margin: 0;
}
:root{
	--clr-yellow: #FFB801;
	--clr-rose: #f5840c;
	--clr-blue: #0066DD;
	--clr-cyan: #01D1FF;
}

/*-----------------
	2. Table
-----------------------*/
.btn, .btn-floating, .btn-large, .btn-small{
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.list_socauhoi a.page-link .select:before {
    content: '';
	color: #44443d;
    background: #44443d;
    height: 10px;
    width: 10px;
    margin-top: -9px;
    position: absolute;
    border-radius: 50%;
}
.list_socauhoi a.page-link .sai:before {
    content: '';
    background: #ff2f00!important;
    height: 10px;
    width: 10px;
    margin-top: -9px;
    position: absolute;
    border-radius: 50%;
	right:0px;
}
.list_socauhoi a.page-link .select.dung:before {
    content: '✔';
	color: #03deda !important;
    background: none!important;
    margin-top: -13px;
	font-size:16px;
    position: absolute;
    border-radius: 50%;
	right:0px;
}
.list_socauhoi a.page-link .select.dung{color: #03deda !important;}
.table {
	color: #272b41;
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.page-link{margin-left:0px!important;}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f9fa;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
	border-top: 0;
	padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}

.table.dataTable {
	border-collapse: collapse !important;
}

table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

table.table td h2.table-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}

table.table td h2 a {
	color: #272b41;
}

table.table td h2 a:hover {
	color: #f5840c;
}

table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.table thead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
	border-color: transparent;
}

.table.table-center td,
.table.table-center th {
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
	color: #474648;
}

.table-striped thead tr {
	border-color: transparent;
}

.table-striped tbody tr {
	border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
	border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
	padding: 0;
}

.card-table .card-body .table > thead > tr > th {
	border-top: 0;
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
	padding-left: 1.5rem;
}
.alert.alert-error {
    background-color: #fff5eb;
    padding: 8px;
    color: #f50710;
    font-size: 14px;
    margin: 20px 0px;
    border: 1px solid #fdcece;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal{z-index: 999990;}
.modal#addModal{z-index: 999991!important;}
.modal#addModal2{z-index: 999992!important;}
.modal-backdrop{z-index: 99999!important;}
.modal-backdrop.show {
    opacity: 0.8!important;
}
.form-group input {
    position: relative;
    height: 46px;
    padding: 5px 10px;
    width: 100%;
	border:1px solid #dcdcdc;
	outline:none;
}
.modal-header {
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dcdcdc;
    background: #f5840c;
    color: #fff;
}
.modal-header h6 span {
    font-size: 13px;
    color: #fff;
}
.benefits-section .benefit-widget p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clear-padding {
    width: 100%;
    float: left;
    padding: 10px;
}
.swal2-content, .swal2-actions button{font-size: 14px!important;}
.swal2-container .swal2-title{font-size: 16px!important; font-weight:bold;}
.data-item-load-xemsach .card, .data-item-load-luyende .card{min-height:195px;}
.data-item-load-xemsach .card h4.doc-name, .data-item-load-luyende .card h4.doc-name{margin-bottom: 15px;}
.data-item-load-xemsach .card .rating, .data-item-load-luyende .card .rating{display: none;}
.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
	padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
	border-top: 1px solid #e2e5e8;
	padding: 1rem 0.75rem;
	white-space: nowrap;
}
.bottom-video.heart-video{
	width: 75px;
    display: inline-table;
    text-align: center;
    line-height: 24px;
}
.bottom-video.comment-video{
	width: 102px;
    display: inline-table;
    text-align: center;
    line-height: 24px;
}
.bottom-video.vote-video{
	width: 130px;
    display: inline-table;
    text-align: center;
    line-height: 24px;
}
.bottom-video.user-vote-video{
	width: 225px;
    display: inline-table;
    text-align: center;
    line-height: 24px;
}
.chonsao_danhgia .danhgia, .heart-video{cursor: pointer;}
.chonsao_danhgia .fa-star.active {
    color: #ffbc00!important;
}
.heart-video .fa-solid.fa-heart{color:#c5bebb; font-size:18px;}
.heart-video.active .fa-solid.fa-heart, .heart-video .fa-solid.fa-heart:hover{color:#e33c0c; font-size:19x;}
.fa-solid.fa-comment{color: #14d7de; font-size:18px;}
.fa-solid.fa-pencil{color: #690257; font-size:16px;}
#load-thaoluan-content{font-size:13px;}
.wpd-thread-list {
    padding: 15px 0;
}
.wpd-comment-text p{margin-bottom: 5px;}
.wpd-reply-button svg {
    vertical-align: middle;
    transform: rotate(
180deg
);
    width: 22px;
    height: 22px;
    opacity: .7;
    fill: #999;
    margin-right: 2px;
}
.wpd-comment {
    margin-bottom: 10px;
}
#binhluan_baiviet ::-webkit-scrollbar{width:2px;}
#binhluan_baiviet ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgb(136 136 136 / 20%);}
#binhluan_baiviet ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgb(217 218 219);}
#binhluan_baiviet{overflow: hidden; margin-bottom: 30px; float: left; width:100%;}
#load-thaoluan-content{overflow-y: auto;  max-height: 800px; margin-top: -7px;}
#binhluan_baiviet .wpd-avatar  img{width: 40px; height: 40px;border-radius: 50px;}
.wpd-comment-text img.avatar{height: 13px; width: 15px;}
#swal2-content{font-size: 14px!important;}
.view-none-reply .wpd-comment-footer, .view-none-reply .wpd-reply-button{display:none!important;}
.wpd-comment-author {font-size: 15px;  color: #00aef0;}
.wpd-comment-date{font-size: 10px;}
.wpd_comment_level-1{padding-right:15px;}
.wpd_comment_level-2 {
    margin-left: 28px;
}
.wpd_comment_level-2 .wpd-comment-wrap{
	border-left: 1px solid #ececec;
	padding: 10px 15px 0 17px;
	background-color: #fafafa;
}
.wpd-comment .wpd-comment-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    padding-bottom: 5px;
}
.wpd-comment .wpd-comment-right {
    padding-bottom: 15px;
    flex-grow: 1;
    width: calc(100% - 80px);
}
.wpd-comment-header {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wpd-comment-header {
    font-size: 13px;
    color: #999;
}
.wpd-comment-text {
    font-size: 15px;
    padding: 0 0 8px;
    word-break: break-word;
}
.wpd-comment-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
.wpd-comment-footer .wpd-reply-button {
    cursor: pointer;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}
.wpd-comment .wpd-avatar {
    padding-right: 15px;
	position: relative;
}
.wpd-user-info {
    display: block;
    flex-grow: 1;
    margin-bottom: -3px;
}

/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
	box-shadow: unset;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #272b41;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.bg-primary,
.badge-primary {
	background-color: #F7901E !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #F7901E !important;
}

.bg-success,
.badge-success {
	background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
	background-color: #F7901E !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #e63333 !important;
}

.bg-white {
	background-color: #fff;
}

.bg-purple,
.badge-purple {
	background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #f5840c !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
	color: #00cc52 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #ff0100 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
	color: #f5840c !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee !important;
}

.text-muted {
	color: #757575 !important;
}

.btn-primary {
	background-color: #F7901E;
	border: 1px solid #F7901E;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #F7901E;
	border: 1px solid #F7901E;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #F7901E;
	border: 1px solid #F7901E;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.btn-secondary {
	color: #fff;
	background-color: #D0499A;
	border-color: #D0499A;
	border-radius: 0.25rem;
	padding: .375rem .75rem;
	font-size: 13px;
	font-weight: 600;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success {
	background-color: #00e65b;
	border: 1px solid #00e65b
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
	background-color: #00cc52;
	border-color: #00cc52;
	color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #00e65b;
	border-color: #00e65b;
	color: #fff;
}

.btn-info {
	background-color: #F7901E;
	border: 1px solid #F7901E
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.btn-warning {
	background-color: #ffbc34;
	border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffbc34;
	border-color: #ffbc34;
	color: #fff;
}

.btn-danger {
	background-color: #ff0100;
	border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #e63333;
	border-color: #e63333;
	color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-outline-primary {
	color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-primary:hover {
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #F7901E;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-info {
	color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #F7901E;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #F7901E;
	border-color: #F7901E;
}

.pagination > li > a,
.pagination > li > span {
	color: #F7901E;
}

.page-link:hover {
	color: #F7901E;
}

.page-link:focus {
	box-shadow: unset;
}

.page-item.active .page-link {
	background-color: #F7901E;
	border-color: #F7901E;
}

.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	box-shadow: inherit;
	font-size: 14px;
	transform-origin: left top 0;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #D0499A;
}

.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.card {
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
	margin-bottom: 1.875rem;
	border: 0;
}

.card-body {
	padding: 1.5rem;
}

.card-title {
	margin-bottom: 15px;
}

.card-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
	margin-bottom: 0;
}

.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #F7901E;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: #F7901E;
}

.bg-info-light {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}

.bg-primary-light {
	background-color: rgba(17, 148, 247, 0.12) !important;
	color: #2196f3 !important;
}

.bg-danger-light {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}

.bg-warning-light {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #f39c12 !important;
}

.bg-success-light {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}

.bg-purple-light {
	background-color: rgba(197, 128, 255, 0.12) !important;
	color: #c580ff !important;
}

.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

.text-xs {
	font-size: .75rem !important;
}

.text-sm {
	font-size: .875rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}

.form-group {
	margin-bottom: 1.25rem;
}


/*-----------------
	4. Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}

.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #F7901E;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}

.avatar-online::before {
	background-color: #00e65b;
}

.avatar-offline::before {
	background-color: #ff0100;
}

.avatar-away::before {
	background-color: #ffbc34;
}

.avatar .border {
	border-width: 3px !important;
}

.avatar .rounded {
	border-radius: 6px !important;
}

.avatar .avatar-title {
	font-size: 18px;
}

.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}

.avatar-xs .border {
	border-width: 2px !important;
}

.avatar-xs .rounded {
	border-radius: 4px !important;
}

.avatar-xs .avatar-title {
	font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
	border-width: 1px;
}

.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}

.avatar-sm .border {
	border-width: 3px !important;
}

.avatar-sm .rounded {
	border-radius: 4px !important;
}

.avatar-sm .avatar-title {
	font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
	border-width: 2px;
}

.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}

.avatar-lg .border {
	border-width: 3px !important;
}

.avatar-lg .rounded {
	border-radius: 8px !important;
}

.avatar-lg .avatar-title {
	font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
	border-width: 3px;
}

.avatar-xl {
	width: 5rem;
	height: 5rem;
}

.avatar-xl .border {
	border-width: 4px !important;
}

.avatar-xl .rounded {
	border-radius: 8px !important;
}

.avatar-xl .avatar-title {
	font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
	border-width: 4px;
}

.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}

.avatar-xxl .border {
	border-width: 6px !important;
}

.avatar-xxl .rounded {
	border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
	font-size: 30px;
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
	border-width: 4px;
}

.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.avatar-group .avatar+.avatar {
	margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
	margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
	margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
	margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
	z-index: 1;
}


/*-----------------
	5. Select2
-----------------------*/

.select2-results__option {
	padding: 6px 15px;
}

.select2-container .select2-selection--single {
	border: 1px solid #dcdcdc;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #dcdcdc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #dcdcdc;
	border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #272b41;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #F7901E;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #dcdcdc;
	min-height: 46px;
}

.select2-dropdown {
	border-color: #dcdcdc;
}


/*-----------------
	6. Nav Tabs
-----------------------*/

.nav-tabs {
	border-bottom: 1px solid #f0f0f0;
}

.card-header-tabs {
	border-bottom: 0;
}

.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a {
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.tab-content {
	padding-top: 20px;
}

.nav-tabs .nav-link {
	border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #272b41;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
	font-size: 15px;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 5px;
}

.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}

.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: #f5840c;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #f5840c;
	background-color: transparent;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
	background-color: #fafafa;
	border: 0;
}

.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: #f5f5f5;
	border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}


/*-----------------
	7. Components
-----------------------*/

.comp-header {
	margin-bottom: 1.875rem;
}

.comp-header .comp-title {
	color: #272b41;
}

.line {
	background-color: #F7901E;
	height: 2px;
	margin: 0;
	width: 60px;
}

.comp-buttons .btn {
	margin-bottom: 5px;
}

.pagination-box .pagination {
	margin-top: 0;
}

.comp-dropdowns .btn-group {
	margin-bottom: 5px;
}

.progress-example .progress {
	margin-bottom: 1.5rem;
}

.progress-xs {
	height: 4px;
}

.progress-sm {
	height: 15px;
}

.progress.progress-sm {
	height: 6px;
}

.progress.progress-md {
	height: 8px;
}

.progress.progress-lg {
	height: 18px;
}


/*-----------------
	8. Focus Label
-----------------------*/

.form-focus {
	height: 50px;
	position: relative;
}

.form-focus .focus-label {
	font-size: 14px;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -8px;
	z-index: 1;
	color: #b8b8b8;
	margin-bottom: 0;
}

.form-focus.focused .focus-label {
	opacity: 1;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}

.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}

.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px;
}

.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}

.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	height: 50px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}


/*-----------------
	9. Login
-----------------------*/

.account-page {
	background-color: #fff;
}

.account-page .content {
	padding: 50px 0;
}

.login-right {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 25px;
}

.login-header {
	margin-bottom: 20px;
}

.login-header p {
	margin-bottom: 0;
}

.login-header h3 {
	font-size: 18px;
	margin-bottom: 3px;
}

.login-header h3 a {
	color: #D0499A;
	float: right;
	font-size: 15px;
	margin-top: 2px;
}

.login-right .dont-have {
	color: #3d3d3d;
	margin-top: 20px;
	font-size: 13px;
}

.login-right .dont-have a {
	color: #09dca4;
}

.login-btn, .btn{
	font-size: 14px;
	font-weight: 500;
}

.login-or {
	color: #d4d4d4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.or-line {
	background-color: #e5e5e5;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}

.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}

.forgot-link {
	color: #3d3d3d;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 400;
}

.btn-facebook {
	background-color: #3a559f;
	color: #fff;
	font-size: 13px;
	padding: 8px 12px;
}

.btn-google {
	background-color: #d13030;
	color: #fff;
	font-size: 13px;
	padding: 15px 5px;
}

.social-login .btn:hover,
.social-login .btn:focus {
	color: #fff;
}


/*-----------------
	10. Header
-----------------------*/

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2D3952;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	height: 60px;
	padding: 0 5px;
	margin-bottom: 0;
}

.header-top {
	background: #ffffff;
	display: block;
	width: 100%;
	padding: 15px 0;    
	position: sticky;
    top: 0;
    z-index: 1060;
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
}
.graphs a.active{
    color: #f5840c;
}
.header-top .header-nav {
	background: transparent;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav > li.active > a {
	color: #f5840c !important;
}

.main-nav > li .submenu li a {
	display: block;
	padding: 10px 15px;
	clear: both;
	white-space: nowrap;
	font-size: 14px;
	color: #2d3b48;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}


.main-nav > li .submenu li {
	position: relative;
}

.main-nav li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.main-nav.bg-trans li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

.main-nav li.login-link {
	display: none;
}

.logo {
	display: inline-block;
	margin-right: 30px;
	width: 160px;
}

.main-menu-wrapper {
	margin-left: auto;
}

.header-contact-img {
	display: inline-block;
}

.header-contact-img i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 30px;
}

.header-contact-detail {
	display: inline-block;
	padding-left: 10px;
}

.header-contact-detail p.contact-header {
	color: #484848;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
	text-align: left;
}

.header-contact-detail p.contact-info-header {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
}

.header-navbar-rht {
	margin: 0;
	padding: 0;
}

.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 0 10px;
}
.header-navbar-rht li a {
	color: #111111;
}
.header-navbar-rht li a i{}
.header-navbar-rht li:last-child {
	padding-right: 0px;
}

.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht .dropdown-toggle::after {
	display: none;
}

.header-navbar-rht li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	border: 7px solid #fff;
	border-color: transparent transparent #ffffff #ffffff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}

.header-navbar-rht li a.header-login:hover {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.header-navbar-rht li .dropdown-menu a:hover {
	color: #F7901E;
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}

.header-navbar-rht li a.header-login {
	border: 2px solid #F7901E;
	border-radius: 4px;
	padding: 10px 15px !important;
	text-align: center;
	font-size: 15px;
	color: #F7901E;
	text-transform: uppercase;
	font-weight: 500;
}

.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
}

.user-menu.nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}

.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	color: #fff;
}

.user-img {
	display: inline-block;
	position: relative;
}

.user-img > img {
	height: 31px;
	object-fit: cover;
	width: 31px;
}

.user-menu.nav > li > a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e3e3e3;
	padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
	color: #F7901E;
}

.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
}

.user-header .user-text {
	margin-left: 10px;
}

.user-header .user-text h6 {
	font-size: 15px;
	margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 60px;
	padding: 0 10px;
}

.togglesearch {
	position: absolute;
	top: 74px;
	right: 8%;
	width: 280px;
	border-top: 4px solid #F7901E;
	display: none;
	z-index: 999;
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
}

.togglesearch:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 14px solid #F7901E;
}

.togglesearch input[type="text"] {
	width: 100%;
	max-width:260px;
	padding: 5px 10px;
	border: 1px solid #F7901E;
	outline: none;
	height: 40px;
	border-radius: 5px 0 0 5px;
}

.togglesearch button {
	width: 80px;
	padding: 5px 0;
	background: #F7901E;
	color: #fff;
	margin-left: -6px;
	border: 1px solid #F7901E;
	outline: none;
	cursor: pointer;
	height: 40px;
	border-radius: 0 5px 5px 0;
	float: right;
    margin-bottom: 10px;
}

.togglesearch button:hover {
	color: #ffffff;
}

.dropdown-item img {
	margin-right: 5px;
}

.nav-item > a {
	color: #fff;
	font-size: 14px;
}

.nav-book-content span {
	font-weight: 500;
	font-size: 14px;
}

.nav-book-content p {
	font-weight: 500;
	font-size: 14px;
}

.nav-booking {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0066DD;
    text-align: center;
    padding: 10px;
	color:#fff;
	cursor: pointer;
}

.header-navbar-rht .contact-item a {
	font-size: 13px;
	background: var(--clr-rose);
    color: #fff;
    border-radius: 60px;
    padding: 10px 12px;
    display: inline-block;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.header-navbar-rht .contact-item.dangky a{
	background: #00a33a;
}
img.img-fluid.anhdaidien-blog{height:220px;}
.col-md-3.col-sm-12 .blog-content{min-height:200px;}
/*-----------------
	11. Home
-----------------------*/
.banner-content .btn-dn {
    background: #06ADEF;
    border: 1px solid #06ADEF;
    border-radius: 160px;
    color: #fff!important;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.banner-content .btn-dk {
    background: #EE2C4D;
    border: 1px solid #EE2C4D;
    border-radius: 160px;
    color: #fff!important;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 15px;
    line-height: 36px;
}
.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.banner-section {
	position: relative;
	background: url(../images/banner.jpg);
	background-repeat: no-repeat;
	min-height: 700px;
    display: flex;
	z-index: 1;
	background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.banner-section:after {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.banner-content {
    background: #fff;
    border-radius: 50px;
    padding: 60px;
    position: relative;
}

.banner-content p {
	font-size: 20px;
    color: #000;
    margin-bottom: 2rem;
}
.banner-content h1 {
    color: #6A6A6A;
    font-size: 64px;
    font-family: 'Quicksand';
}
.banner-content h2 {
	font-size: 24px;
    font-family: 'Quicksand';
    color: #f5840c;
}
.banner-btn .btn {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 60px;
    min-width: 200px;
    padding: 12px 15px;
}
.banner-primary:hover {
	background: var(--clr-rose);
	color: #fff;
}
.banner-primary-2:hover {
    background: var(--clr-blue);
    color: #fff;
}
.banner-primary {
	border: 2px solid var(--clr-rose);
	margin: 0 20px 0 0;
}
.banner-primary-2 {
    border: 2px solid var(--clr-blue);
}
.benefits-section {
    background: #0053b5;
    position: relative;
    z-index: 1;
    padding: 100px 0;
	border-bottom: 5px solid #0b386c;
}
.benefit-widget {
    background: #fffffff0;
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
}
.benefit-widget:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 23px);
    left: 0;
    top: -15px;
    border-radius: 5px;
    z-index: -1;
}
.benefit-widget-clr1:before {
    background: var(--clr-yellow);
}
.benefit-widget-clr1 h2{color: var(--clr-yellow)!important; }
.benefit-widget-clr2:before {
    background: #DD006A;
}
.benefit-widget-clr2 h2{color: #DD006A!important; }
.benefit-widget-clr3:before {
    background: #00dd4c;
}
.benefit-widget-clr3 h2{color: #00dd4c!important; }
.benefit-widget-clr4:before {
    background: var(--clr-cyan);
}
.benefit-widget-clr4 h2{color: var(--clr-cyan)!important; }
.clr-yellow{
	color: var(--clr-yellow);
}
.clr-rose{
	color: #dd006a;
}
.clr-blue{
	color: #00dd4c;
}
.clr-cyan{
	color: var(--clr-cyan);
}
.benefit-widget p {
    color: #787878;
    font-weight: 500;
    text-align: left;
    margin: 20px 0;
}
.benefit-widget h2 {
    color: #323232;
    font-size: 24px;
    font-family: Quicksand;
}
.benefit-widget a {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.benefits-section .benefit-widget a{padding: 3px 8px;}
.benefit-header h6 {
    color: var(--clr-yellow);
    line-height: 24px;
    font-weight: 700;
}
.benefit-header {
    margin: 0 0 15px;
}
.benefit-header h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 25px;
    font-family: Quicksand;
}
.btn-fill {
    background: var(--clr-rose);
    color: #fff;
    border-radius: 30px;
    box-shadow: -2px 2px 4px rgba(5, 90, 190, 0.1);
    font-size: 18px;
    padding: 10px 40px;
    font-family: 'Quicksand';
}
.btn-fill:hover {
    background: var(--clr-blue);
    color: #fff;
}
.top-school-section {
    background: #F9F9F9;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.slider-section-header h2 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-family: Quicksand;
    margin: 0 0 20px;
}
.slider-section-header p {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 20px;
}
.topschools-widget h2 {
    font-size: 18px;
    line-height: 22px;
    color: #323232;
    margin: 0;
	text-align: center;
    font-family: Quicksand;
}
.top-schools-info {
    padding: 25px 10px;
}
.schools-benefit-list li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.schools-benefit-list {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.schools-benefit-list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFDFDF;
    top: 0;
    left: 50%;
}
.news-item{
	float: left;
    margin: 1% 1%!important;
    max-width: 48%;
}
.topschools-widget {
    background: #fff;
}
.top-schools-img{height: 280px; text-align: center; border-bottom: 1px solid #dfdfdf; overflow: hidden;}
.top-schools-img.blog-item{height: 300px;}
.top-schools-img img {
    height: 100%;
	transition: all .8s ease;
    transform: scale(1);
}
.top-schools-img:hover a img{transform: scale(1.1);}
.topcourse-img{overflow: hidden;}
.topcourse-img img{
	transition: all .8s ease;
    transform: scale(1);
}
.topcourse-img:hover a img{transform: scale(1.1);}
.btn-fill-blue {
    display: block;
    text-align: center;
    background: var(--clr-blue);
    border-radius: 0;
    color: #fff;
    font-family: Quicksand;
}
.btn-fill-blue:hover {
    background: var(--clr-rose);
    color: #fff;
}
.top-courses-section {
    background: #ffffff;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.topcourse-widget {
    border: 1px solid #E9E9E9;
}
.content .topcourse-widget {
    margin: 0 0 30px;
}
.topcourse-img img {
    width: 100%;
    height: 200px;
}
.topcourse-img.blog-item img {
	height: 220px;
}
.topcourse-info-top {
    margin: -40px  0 15px 0;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}
.topcourse-info-top:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #0066DD;
    bottom: -2px;
    left: 36%;
}
.topcourse-user-avatar img {
    border-radius: 50%;
    width: 70px;
	height: 70px;
}
.topcourse-user .rating {
    font-size: 10px;
    margin: 10px 0 5px;
    color: #FFA51D;
}
.topcourse-username {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
}
.topcourse-info-top h2 {
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    font-family: Quicksand;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 44px;
	padding: 0px 10px;
}
.trangthai-dahoc{color: #00beeb; cursor: auto; font-size: 13px;}
.trangthai-chuahoc{color: #f36223; cursor: auto; font-size: 13px;}
.thongtin-baihoc span {
    margin-right: 15px; 
}
.thongtin-baihoc span.view-data-item{
	cursor: pointer;
	font-weight: bold;
}
.thongtin-baihoc span.view-data-item:hover {
   color:#00afd8 !important;
}
.view-nhombaihoc {
    width: 100%;
    border: 1px dotted #ededed;
    float: left;
    box-shadow: 0 2px 8px rgb(0 24 171 / 8%);
    padding-top: 20px;
}
.tieude-news-home{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 44px;
}
.noidung-camnhan-home{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
	height: 250px;
}
.tomtat-news-home{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: 65px;
}
.topcourse-info-top h3 {
    color: var(--clr-rose);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}
.topcourse-benefit-list {
    display: flex;
    justify-content: space-between;
}
.topcourse-benefit-list img {
	margin: 0 5px 0 0;
}
.topcourse-info-bottom {
    padding: 0 10px 10px;
}
.topcourse-benefit-list li {
    display: inline-block;
    color: #999999;
    font-size: 14px;
}
.topcourse-pricing {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.topcourse-fees {
    color: var(--clr-rose);
    font-size: 18px;
    font-weight: 600;
}
.topcourse-class {
    color: #000;
    font-size: 14px;
    font-family: Quicksand;
}
.top-instructors-section {
    background: #f9f9f9;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.topinstructors-widget {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.topinstructors-widget:hover .topinstructors-info{
	border: 1px solid #ffffff;
}
.topinstructors-info {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border: 1px solid #0066DD;
    top: 20px;
    left: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.topinstructors-img {
    position: relative;
}
.topinstructors-img img {
    width: 100%;
    height: 440px;
}
.topinstructors-img:after {
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
	transition: all 0.5s;
}
.topinstructors-widget:hover .topinstructors-img:after {
    background: rgba(221, 0, 106, 0.9);
}
.topinstructors-info a:hover {
    color: var(--clr-yellow);
}
.topinstructors-info h2 {
    font-size: 21px;
    color: #fff;
    margin: 35px 0 5px;
    font-family: Quicksand;
}
.topinstructors-btn .btn-fill-blue {
    display: inline-block;
}
.topinstructors-btn .btn-fill-blue:hover {
    background: var(--clr-yellow);
    color: #fff;
}
.topinstructors-btn {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s;
}
.topinstructors-widget:hover .topinstructors-btn {
    transform: translateY(0);
    opacity: 1;
}
.topinstructors-info h3 {
    color: var(--clr-yellow);
    font-size: 14px;
    font-weight: 600;
}
.topinstructors-info h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.topinstructors-info .rating {
    margin: 10px 0;
    color: #FFA51D;
    font-size: 10px;
}
.topinstructors-exp {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.count-section {
    background: #0066DD;
    position: relative;
    padding: 25px 0;
    z-index: 1;
}
.count-widget {
    color: #fff;
    text-align: center;
    margin: 25px 0;
}
.count-widget h3 {
    font-size: 42px;
    color: #fff;
    font-family: Quicksand;
}
.count-widget p {
    font-size: 22px;
    font-weight: 600;
}
.featured-school-section {
    background: #ffffff;
    position: relative;
    padding: 25px 0;
    z-index: 1;
}
.featuredschool-widget {
    margin: 25px 0;
}
.featuredschool-name {
    background: var(--clr-blue);
    text-align: center;
    padding: 20px 10px;
}
.featuredschool-name a:hover {
    color: var(--clr-yellow);
}
.featuredschool-name h2 {
    color: #fff;
    font-size: 18px;
    font-family: Quicksand;
}
.featuredschool-name h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.featuredschool-features {
    text-align: center;
}
.featuredschool-features li {
    display: block;
    border-bottom: 1px solid #F2F2F2;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}
.featuredschool-img img {
    width: 100%;
    height: 195px;
}
.blog-section {
    background: #f5840c;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.blog-header {
    text-align: center;
    width: 100%;
    font-family: Quicksand;
}
.blog-header h2 {
    margin: 0 0 50px;
    font-size: 32px;
    color: #fff;
}
.blog-widget {
    box-shadow: 0px 2px 8px rgba(174, 174, 174, 0.25);
    background: #ffffff;
    border-radius: 10px;
}
.blog-content {
    padding: 25px;
}
.blog-post-date span {
    background: #FF9C27;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 15px;
    display: inline-block;
    border: 1px solid #FF8700;
}
.blog-post-date {
    margin: 0 0 20px;
}
.blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}
.blog-content p {
    color: #202020;
    font-size: 14px;
    line-height: 21px;
}
.blog-widget-list {
    display: flex;
    flex-wrap: wrap;
}
.blog-widget-list .blog-img {
    width: 35%;
}
.blog-widget-list .blog-content {
    width: 65%;
}
.blog-widget-list:not(:first-child) {
    margin-top: auto;
}
.blog-widget .blog-img img {
    height: 245px;
    width: 100%;
}

.blog-widget-list .blog-img img {
    height: 92%;
    width: 100%;
    margin-top: 4%;
}
.enrollment-section {
    background: url("../images/enrolment-bg.jpg") no-repeat center / cover;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.enrollment-section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 102, 221, 0.9);
	z-index: -1;
	top: 0;
}
.enrollment-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.enrollment-header h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.btn-enroll-trans {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 150px;
    font-size: 24px;
    padding: 20px 49px;
    font-family: 'Quicksand';
}
.btn-enroll-trans:hover {
    background: var(--clr-yellow);
    color: #fff;
}
.enrollment-header-btn {
    margin: 20px 0 0;
}
.enrollment-img img {
    width: 100%;
}
.enrollment-link {
    text-align: center;
    background: #fff;
    font-size: 24px;
    padding: 32px 25px;
    color: red;
}
.enrollment-link a {
    color: #101010;
    display: inline-block;
    font-family: Quicksand;
}
.enrollment-link a:hover {
    color: var(--clr-blue);
}
.enrollment-link i {
    color: #106CD8;
    font-size: 18px;
    margin: 0 0 0 7px;
}
.enrollment-header {
    margin: 25px 0;
}
.review-section {
    background: #E5E5E5;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.review-slider .slick-slide {
    margin: 0 15px;
}
.review-header {
    text-align: center;
    width: 100%;
    font-family: Quicksand;
}
.review-header h2 {
    margin: 0 0 50px;
    font-size: 32px;
    color: #000;
}
.review-widget {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
    padding: 25px 20px;
}
.review-content p {
    color: #202020;
    font-size: 14px;
    line-height: 21px;
}
.review-user-info {
    display: flex;
    flex-wrap: wrap;
}
.review-img {
    width: 100px;
}
.review-user {
    width: calc(100% - 100px);
}
.review-img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.review-user h2 {
    font-size: 24px;
    color: #000;
    line-height: 36px;
    margin: 0;
    font-weight: 600;
}
.review-user h6 {
    color: #919191;
    font-size: 14px;
    margin: 0;
}
.review-user .rating {
    color: #c6bdb3;
    font-size: 10px;
}
.review-user .rating .filled{
    color: #f5840c;
}
.review-user .rating span {
    font-size: 14px;
    color: #000;
    margin: 0 0 0 5px;
}
.review-content {
    margin: 5px 0 0;
}

.top-books-section {
	position: relative;
	background: url(../images/books.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.top-books-section:after {
	content: "";
	position: absolute;
	background: rgba(21, 22, 55, 0.9);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.book-info li .filled {
	color: #F7901E;
}

.book-info li {
	display: inline-block;
	list-style: none;
	font-size: 10px;
}

.book-info li .not-filled {
	color: #fff;
}

.ratings li .filled {
	color: #F7901E;
}

.ratings li {
	display: inline-block;
	list-style: none;
	font-size: 10px;
}

.ratings li .not-filled {
	color: #fff;
}

.book-info p {
	font-family: 'Pridi', serif;
	font-size: 14px;
	margin-bottom: .5rem;
	color: #fff;
}

.book-info {
	padding-top: 15px;
}

.librarian-row {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 7px;
}

.librarian {
	border-radius: 18px;
	position: relative;
}

.librarian-author {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	right: 0;
	background: rgba(28, 26, 55, 0.9);
	border-radius: 10px;
	left: 0;
}

.librarian-author h2 {
	font-family: 'Pridi', serif;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}

.librarian-author p {
	font-family: 'Pridi', serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: .5rem;
}

.librarian-author span {
	font-family: 'Pridi', serif;
	font-size: 14px;
	font-weight: 400;
	color: #F7901E;
}

.librarian-profile img {
	border-radius: 10px;
	width: 100%;
}

.course-head {
	position: relative;
}

.course-head:after {
	content: '';
	background: rgba(211, 19, 134, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px 5px 0 0;
}

.course-head img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.course-top {
	position: relative;
}

.course-content {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(0%, -50%);
	text-align: center;
}

.course-content h2 {
	font-family: 'Pridi', serif;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}

.course-content p {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.course-aut {
	position: absolute;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}

.course-aut img {
	border-radius: 50%;
	width: 48px;
	margin: auto;
	height: 48px;
	border: 3px solid #FF3115;
}

.course-bot {
	background: #fff;
	padding: 35px 10px 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.course-bot h2 {
	font-family: 'Pridi', serif;
	font-size: 26px;
	font-weight: 400;
}

.course-slots > div {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	width: 33.33%;
	display: block;
	float: left;
}

.course-slots > div p {
	font-size: 13px;
	margin-bottom: .5rem;
}

.course-slots > div h5 {
	font-size: 13px;
	font-weight: 600;
}

.review-top p {
	color: #646464;
	font-size: 13px;
	font-weight: 500;
	margin: .5rem 0;
}

.review-top {
	background: #FEFEFE;
	box-shadow: 0px 4px 4px rgba(168, 168, 168, 0.25);
	padding: 20px 15px;
}

.review-bot {
	background: #F7901E;
	color: #fff;
	padding: 15px;
}

.review-bot:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0px;
	left: -10px;
	right: 0;
	top: auto;
	bottom: -30px;
	border: 20px solid;
	border-color: #f7901e #f7901e #f7901e00 #f7901e00;
	border-bottom-left-radius: 5px;
	margin: auto;
}

.reviewer img {
	width: 40px;
	border-radius: 50%;
}

.counter-section {
	position: relative;
	background: url(../images/counter-bg.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
	z-index: 1;
}

.counter-section:after {
	content: "";
	position: absolute;
	background: rgba(21, 22, 55, 0.9);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.counter-overlay {
	top: -160%;
	position: absolute;
}

.counter h2 {
	color: #FFA51D;
}

.counter p {
	color: #fff;
}

.ourblog-content h2 {
	font-size: 16px;
	font-weight: 700;
}

.ourblog-content span {
	font-size: 12px;
	color: #D0499A;
	font-weight: 500;
}

.ourblog-content p {
	font-size: 12px;
	font-weight: 500;
}

.ourblogs {
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	padding: 15px;
	align-items: center;
	margin-bottom: 20px;
}

.ourblog-img {
	margin-right: 1.5rem;
}

.ourblog-img img {
	border-radius: 20px;
}

.section-heading h2 {
	color: #292A49;
	font-family: 'Pridi', serif;
	font-size: 24px;
	font-weight: 600;
}

.section-heading p {
	color: #EE2E24;
	font-weight: 500;
}

.section-heading.section-bg h2 {
	color: #fff;
	font-family: 'Pridi', serif;
	font-size: 24px;
	font-weight: 600;
}

.section-heading.section-bg p {
	color: #fff;
	font-weight: 500;
}

.section-heading {
	position: relative;
	padding-bottom: 30px;
}

.section-heading:before {
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../images/active.png);
	position: absolute;
	width: 100px;
	background-repeat: no-repeat;
	margin: auto;
	transform: translate(35%, -25%);
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-img-wrap {
    flex-shrink: 0!important;
}
.media-body {
    flex-grow: 1!important;
}
.reviews-section {
	padding: 80px 0 90px;
}

.collection-section {
	padding: 30px 0;
}

.section.bg-grey {
	background: #F7F6FF;
}

.counter-section {
	padding: 60px 0;
}

.popular-course-section {
	padding: 80px 0 60px;
}

.librarian-section {
	padding: 80px 0 60px;
}

.top-books-section {
	padding: 60px 0
}

.libraries-section {
	padding: 60px 0;
}

.ourblog-section {
	padding: 80px 0 60px;
}


/*-----------------
	12. Footer
-----------------------*/
.cmstatus_count{ width:90%;padding-top: 2px; max-width:220px;}
.cmstatus_count .total_now i{color: #06aef1;}
.cmstatus_count .total_nows i{color: #0558ed;}
.cmstatus_count .total_yesterday i{color: #f1a306;}
.cmstatus_count .total_all i{color: #f14f06;}
.cmstatus_count .count_online i{color: #15cd74;}
.cmstatus_count i{padding-right: 5px;
    font-size: 12px;}
.cmstatus_count span{ width:100%; padding: 5px 2px; display: block;
    color: #fff;}
.cmstatus_count b{float:right;}
img, table, iframe, object, embed, h1, h2, h3, h4, h5, h6{max-width:100%;}
.blog-content img{height:auto!important;}
.bottom-contact {
    display: none;
}
.footer {
	position: relative;
	background: #010e1d;
	z-index: 1;
}
.newsletter-container {
    padding: 50px 0;
    color: #fff;
}
.newsletter-header h2 {
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
}
.newsletter-header p {
    font-size: 18px;
    font-weight: 500;
}
.newsletter-formgroup input[type="email"] {
    height: 65px;
    border: 0;
    font-size: 18px;
    color: #B8B8B8;
    padding: 0 25px;
    float: left;
    box-shadow: 0px 4px 4px rgba(194, 194, 194, 0.25);
    width: 70%;
}
.newsletter-formgroup button {
    height: 65px;
    border: 0;
    background: #FF9B27;
    color: #fff;
    width: 30%;
    padding: 0 15px;
}
.newsletter-formgroup button:hover {
    background: var(--clr-rose);
}
.newsletter-formgroup button i {
    margin: 0 10px 0 0;
}
.footer-title {
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
.footer-top {
	padding-top: 50px;
	position: relative;
	z-index: 9;
}
.footer-bottom {
	position: relative;
	z-index: 9;
	background: #000c18;
    border-top: 1px solid #012248;
    margin-top: 20px;
}
.footer-widget.footer-menu ul {
	list-style: none;
}
.footer-widget p {
	color: #fff;
}
.footer-menu li {
	margin-bottom: 10px;
	position: relative;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul li a {
	color: #fff;
	transition: all 0.4s ease 0s;
}
.footer-widget.footer-menu ul li a:hover {
	color: #fff;
	letter-spacing: 0.5px;
	padding-left: 10px;
}
.footer-instagram ul {
    column-count: 3;
    column-gap: 5px;
}

.footer-instagram li {
    margin: 0 0 5px;
    list-style: none;
}
.footer-instagram img {
    width: 100%;
}
.footer-bottom .copyright {
	padding: 10px 10px;
	font-size: 13px;
}

.footer-bottom .copyright-text p {
	color: #fff;
}

.footer-bottom .copyright-text p a {
	color: #09e5ab;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.footer-bottom .copyright-text p a:hover {
	color: #fff;
}

/*-----------------
	13. Mobile Menu
-----------------------*/

.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
}

.menu-opened .main-menu-wrapper {
	transform: translateX(0);
}

.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}

.menu-logo img {
	height: 40px;
}

.menu-close {
	font-size: 18px;
}

.bar-icon {
	display: inline-block;
	width: 31px;
}

.bar-icon span {
	background-color: #f16829;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
}

.bar-icon span:nth-child(2) {
	width: 16px;
}

.bar-icon span:nth-child(3) {
	margin-bottom: 0;
}

#mobile_btn {
	display: none;
	margin-right: 30px;
}

html.menu-opened body {
	overflow: hidden;
}


/*-----------------
	14. Search
-----------------------*/

.breadcrumb-bar {
	padding: 15px 0;
}

.breadcrumb-bar .breadcrumb-title {
	color: #2d3952;
	font-size: 22px;
	font-weight: 700;
	margin: 5px 0 0;
}

.page-breadcrumb ol {
	background-color: transparent;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}

.page-breadcrumb ol li a {
	color: #2d3952;
}

.page-breadcrumb ol li.active {
	color: #2d3952;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	color: #2d3952;
	font-size: 10px;
}

.sort-by {
	float: right;
}

.sort-title {
	color: #2d3952;
	font-size: 14px;
	margin-right: 10px;
}

.sortby-fliter {
	display: inline-block;
	width: 120px;
}

.cal-icon {
	position: relative;
	width: 100%;
}

.cal-icon:after {
	color: #979797;
	content: '\f073';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 400;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 10px;
}

.custom_check {
	color: #666;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: .9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.custom_check input:checked~.checkmark {
	background-color: #fff;
}

.custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.custom_check .checkmark::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	display: none;
	left: 4px;
	top: 0;
	color: var(--clr-rose);
	font-size: 11px;
}

.custom_check input:checked~.checkmark:after {
	display: block
}

.custom_radio {
	color: #555;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: 0.9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio_input .custom_radio+.custom_radio {
	margin-left: 15px;
}

.custom_radio input {
	position: absolute;
	opacity: 0
}

.custom_radio input:checked~.checkmark:after {
	opacity: 1
}

.custom_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%
}

.custom_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff9b44;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.filter-widget {
	margin-bottom: 20px;
}

.filter-widget h4 {
	font-size: 1rem;
	margin-bottom: 15px;
}

.filter-widget .custom_check {
	line-height: 18px;
}

.btn-search .btn {
	background-color: var(--clr-rose);
	border: 1px solid var(--clr-rose);
	color: #fff;
	height: 46px;
	font-weight: 500;
	font-size: 16px;
}

.sender-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doc-info-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doc-info-right {
	margin-left: auto;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
}

.sender-img {
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-right: 20px;
	width: 150px;
}

.sender-img img {
	border-radius: 5px;
}

.doc-department {
	color: #F7901E;
	font-size: 14px;
	margin-bottom: 8px;
}

.doc-department img {
	width: 19px;
	display: inline-block;
	margin-right: 10px;
}

.doc-location {
	color: #757575;
	font-size: 14px;
	margin-bottom: 10px;
}

.doc-location a {
	color: #09e5ab;
	font-weight: 500;
}

.sender-widget .doc-name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
}

.doc-speciality {
	font-size: 14px;
	color: #757575;
	margin-bottom: 15px;
}

.sender-widget .rating i {
	font-size: 14px;
}

.sender-widget .average-rating {
	font-size: 14px;
	font-weight: 500;
}

.shop-details {
	margin-bottom: 15px;
}

.shop-details h5 {
	font-weight: normal;
	color: #757575;
	margin-bottom: 25px;
}

.shop-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-details ul li {
	display: inline-block;
	padding-right: 5px;
}

.shop-details ul li:last-child {
	padding-right: 0;
}

.shop-details ul li a {
	display: inline-block;
}

.shop-details ul li a img {
	border-radius: 5px;
	width: 40px;
}

.shop-services {
	color: #272b41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shop-services span {
	border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	margin-bottom: 5px;
}

.shop-services span+span {
	margin-left: 5px;
}

.clini-infos {
	margin-bottom: 15px;
}

.clini-infos ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.clini-infos ul li {
	display: block;
	line-height: 30px;
	color: #4E4852;
}

.clini-infos ul li i {
	font-size: 15px;
	min-width: 30px;
}

.shop-booking a+a {
	margin-top: 15px;
}

.shop-booking a {
	background-color: #fff;
	border: 2px solid #F7901E;
	border-radius: 4px;
	color: #F7901E;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.shop-booking a.view-pro-btn:hover,
.shop-booking a.view-pro-btn:focus {
	background: #F7901E;
	color: #fff;
}

.shop-booking a.apt-btn {
	background-color: #F7901E;
	color: #fff;
}

.shop-booking a.apt-btn:hover,
.shop-booking a.apt-btn:focus {
	background-color: #0db9f2;
	border-color: #0db9f2;
	color: #fff;
}

.load-more {
	margin-bottom: 30px;
}


/*-----------------
	15. Librarian Profile
-----------------------*/

.shop-direction {
	color: #757575;
	font-size: 14px;
	margin-bottom: 25px;
}

.shop-direction a {
	color: #09e5ab;
	font-weight: 500;
}

.sender-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.sender-action a+a {
	margin-left: 8px;
}

.sender-action .fav-btn:hover {
	background-color: #fb1612;
	border-color: #fb1612;
	color: #fff;
}

.msg-btn:hover,
.msg-btn:focus {
	background-color: #09e5ab;
	border-color: #09e5ab;
	color: #fff;
}

.call-btn:hover,
.call-btn:focus {
	background-color: #09e5ab;
	border-color: #09e5ab;
	color: #fff;
}

.user-tabs .nav-tabs > li > a {
	border: 0;
	border-bottom: 3px solid transparent;
	color: #3e3e3e;
	font-weight: 600;
	padding: 20px;
}

.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 3px;
	color: #f5840c;
}

.user-tabs .med-records {
	display: inline-block;
	min-width: 130px;
}

.user-tabs .nav-tabs > li > a:hover {
	background-color: unset;
	color: #f5840c;
}

.widget {
	margin-bottom: 30px;
}

.widget-title {
	margin-bottom: 15px;
}

.experience-box {
	position: relative;
}

.experience-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.experience-list::before {
	background: #ddd;
	bottom: 0;
	content: "";
	left: 8px;
	position: absolute;
	top: 8px;
	width: 2px;
}

.experience-list > li {
	position: relative;
}

.experience-list > li:last-child .experience-content {
	margin-bottom: 0;
}

.experience-user .avatar {
	height: 32px;
	line-height: 32px;
	margin: 0;
	width: 32px;
}

.experience-list > li .experience-user {
	background: #fff;
	height: 10px;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	width: 10px;
}

.experience-list > li .experience-content {
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
}

.experience-list > li .experience-content .timeline-content {
	color: #757575;
}

.experience-list > li .experience-content .timeline-content a.name {
	font-weight: 500;
}

.experience-list > li .time {
	color: #757575;
	display: block;
	font-size: 13px;
}

.before-circle {
	background-color: rgb(247 144 30 / 22%);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	border: 2px solid #F7901E;
}

.exp-year {
	color: #F7901E;
	margin-bottom: 2px;
}

.exp-title {
	font-size: 16px;
}

.awards-widget .experience-list > li:last-child p {
	margin-bottom: 0;
}

.service-list {
	margin-bottom: 30px;
}

.service-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.service-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-list ul li {
	float: left;
	margin: 6px 0;
	padding-left: 25px;
	position: relative;
	width: 33%;
}

.service-list ul li::before {
	color: #ccc;
	content: '\f30b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.location-list {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 20px;
}

.location-list+.location-list {
	margin-top: 20px;
}

.shop-content .shop-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
}

.shop-content .shop-direction a {
	display: inline-block;
	margin-top: 8px;
}

.timings-days {
	font-weight: bold;
	color: #272b41;
	margin-bottom: 5px;
}

.timings-times span {
	display: block;
}

.location-list .consult-price {
	font-size: 20px;
	font-weight: 500;
	color: #272b41;
}

.review-listing {
	border-bottom: 1px solid #f5f7fc;
	margin-top: 20px;
	padding-bottom: 30px;
}

.review-listing > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.review-listing > ul li+li {
	margin-top: 20px;
	border-top: 1px dashed #f0f0f0;
	padding-top: 20px;
}

.review-listing > ul li .comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.review-listing > ul li .comment:last-child {
	margin-bottom: 0;
}

.review-listing > ul li .comment .comment-body {
	margin-left: 16px;
}

.review-listing > ul li .comment .comment-body .meta-data {
	position: relative;
	margin-bottom: 10px;
}

.review-listing > ul li .comment .comment-body .meta-data span {
	display: block;
	font-size: 16px;
	color: #757575;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
	font-weight: 600;
	color: #272b41;
	text-transform: capitalize;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
	font-size: 14px;
}

.review-listing > ul li .comment .comment-body .meta-data .review-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 3px;
	right: 0;
	width: auto;
}

.review-listing > ul li .comment .comment-body .comment-content {
	color: #757575;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
	color: #F7901E;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.review-listing .recommend-btn {
	float: right;
	color: #757575;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 0;
}
.banner-section .row{max-width: 100%;}
.benefit-widget p{
	font-size: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.review-listing .recommend-btn a {
	border: 1px solid rgba(128, 137, 150, 0.4);
	border-radius: 4px;
	display: inline-block;
	padding: 4px 12px;
	color: #757575;
	margin-left: 3px;
	margin-right: 3px;
	transition: all .3s;
}

.review-listing .recommend-btn a.like-btn:hover {
	background-color: #28a745;
	border: 1px solid #28a745;
	color: #fff;
}

.review-listing .recommend-btn a.dislike-btn:hover {
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #fff;
}

.review-listing .recommend-btn a i {
	font-size: 16px;
}

.review-listing > ul li .comments-reply {
	list-style: none;
	margin-left: 65px;
	padding: 0;
}

.recommended {
	color: #28a745;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.all-feedback {
	margin-top: 20px;
}

.star-rating {
	direction: rtl;
}

.star-rating input[type=radio] {
	display: none
}

.star-rating label {
	color: #bbb;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
	color: #f2b600
}

.terms-accept a {
	color: #F7901E;
	font-weight: 500;
}

.business-widget {
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
	padding: 20px;
	margin-bottom: 0;
}

.listing-day {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 10px;
}

.listing-day:last-child {
	margin-bottom: 0;
}

.listing-day.current {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.listing-day .day {
	font-weight: 500;
}

.listing-day.current .day {
	font-weight: bold;
}

.listing-day.current .day span {
	display: block;
	font-weight: normal;
}

.time-items {
	color: #757575;
}

.time-items > span {
	display: block;
	text-align: right;
}

.time-items > span.open-status {
	margin-bottom: 3px;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	display: none;
}


/*-----------------
	16. Booking
-----------------------*/

.booking-doc-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.booking-doc-info .booking-doc-img {
	width: 80px;
	margin-right: 15px;
}

.booking-doc-info .booking-doc-img img {
	border-radius: 4px;
	height: 80px;
	width: 80px;
	object-fit: cover;
}

.schedule-widget {
	border-radius: 4px;
	min-height: 100px;
}

.schedule-header h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 3px 0 0;
}

.schedule-header {
	border-bottom: 1px solid #f0f0f0;
	border-radius: 4px 4px 0 0;
	padding: 10px 20px;
}

.day-slot ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
	position: relative;
	width: 100%;
}

.day-slot li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 14.28%;
}

.day-slot li span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

.day-slot li span.slot-date {
	display: block;
	color: #757575;
	font-size: 14px;
}

.day-slot li small.slot-year {
	color: #757575;
	font-size: 14px;
}

.day-slot li.left-arrow {
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 20px !important;
	transform: translateY(-50%);
}

.day-slot li.right-arrow {
	right: -11px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 20px !important;
	transform: translateY(-50%);
}

.schedule-cont {
	padding: 20px;
}

.time-slot ul {
	list-style: none;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 0;
	padding: 0;
}

.time-slot li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 14.28%;
}

.time-slot li .timing {
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	color: #757575;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 5px;
	text-align: center;
	position: relative;
}

.time-slot li .timing:hover {
	background-color: #fff;
}

.time-slot li .timing:last-child {
	margin-bottom: 0;
}

.time-slot li .timing.selected {
	background-color: #f5840c;
	border: 1px solid #f5840c;
	color: #fff;
}

.time-slot li .timing.selected::before {
	color: #fff;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	right: 6px;
	top: 6px;
}

.schedule-list {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.schedule-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.submit-section.proceed-btn {
	margin: 0 0 30px;
}


/*-----------------
	17. Checkout
-----------------------*/

.info-widget {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.card-label > label {
	background-color: #fff;
	color: #959595;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin: 6px auto auto 8px;
	padding: 0 7px;
}

.card-label > input {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
	display: block;
	height: 50px;
	margin-top: -13px;
	padding: 5px 15px 0;
	transition: border-color .3s;
	width: 100%;
}

.exist-customer a {
	color: #F7901E;
	font-weight: 500;
}

.payment-widget .payment-list+.payment-list {
	margin-bottom: 15px;
}

.payment-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
	color: #272b41;
	text-transform: capitalize;
}

.payment-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.payment-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	margin: 3px 0 0 0;
	border: 2px solid #ddd;
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.payment-radio input:checked~.checkmark {
	border-color: #F7901E;
}

.payment-radio .checkmark::after {
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
	width: 9px;
	height: 9px;
	background-color: #F7901E;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.payment-radio input:checked~.checkmark::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.booking-date {
	padding: 0;
	list-style: none;
}

.booking-date li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.booking-date li span {
	float: right;
	color: #757575;
	font-weight: 400;
	font-size: 15px;
}

.booking-fee {
	padding: 0;
	list-style: none;
}

.booking-fee li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.booking-fee li span {
	float: right;
	color: #757575;
	font-weight: 400;
	font-size: 15px;
}

.booking-total {
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	padding-top: 20px;
}

.booking-total ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.booking-total ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #272b41;
}

.booking-total ul li .total-cost {
	color: #F7901E;
	font-size: 16px;
	float: right;
}


/*-----------------
	18. Booking Success
-----------------------*/

.success-page-cont {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}

.success-card .card-body {
	padding: 50px 20px;
}

.success-cont {
	text-align: center;
}

.success-cont i {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 60px;
	height: 60px;
	border: 2px solid #f7901e;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 30px;
	margin-bottom: 30px;
	background-color: #f7901e;
}

.success-cont h3 {
	font-size: 24px;
}

.success-cont p {
	margin-bottom: 30px;
}

.success-cont strong {
	font-weight: 600;
}

.view-inv-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
}


/*-----------------
	19. Invoice View
-----------------------*/

.invoice-content {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
}

.invoice-item .invoice-logo {
	margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
	width: auto;
	max-height: 52px;
}

.invoice-item .invoice-text h2 {
	color: #272b41;
	font-size: 36px;
	font-weight: 600;
}

.invoice-item .invoice-details {
	text-align: right;
	color: #757575;
	font-weight: 500
}

.invoice-item .invoice-details strong {
	color: #272b41
}

.invoice-item .invoice-details-two {
	text-align: left
}

.invoice-item .invoice-text {
	padding-top: 42px;
	padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
	font-weight: 400
}

.invoice-info {
	margin-bottom: 30px;
}

.invoice-info p {
	margin-bottom: 0;
}

.invoice-info.invoice-info2 {
	text-align: right;
}

.invoice-item .customer-text {
	font-size: 18px;
	color: #272b41;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
	color: #272b41;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
	color: #757575;
	font-weight: 500;
}

.invoice-table-two {
	margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
	border-top: 0;
}

.invoice-table-two tr td {
	text-align: right
}

.invoice-info h5 {
	font-size: 16px;
	font-weight: 500;
}

.other-info {
	margin-top: 10px;
}


/*-----------------
	20. Schedule Timings
-----------------------*/

.tab-content.schedule-cont .card-title {
	margin-bottom: 10px;
}

.doc-times {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doc-slot-list {
	background-color: #d9534f;
	border: 1px solid #d43f3a;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin: 10px 10px 0 0;
	padding: 6px 15px;
}

.doc-slot-list a {
	color: #e48784;
	display: inline-block;
	margin-left: 5px;
}

.doc-slot-list a:hover {
	color: #fff;
}

.schedule-nav .nav-tabs {
	border: 0 !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule-nav .nav-tabs li {
	margin: 5px 15px 5px 0;
	display: inline-block;
}

.schedule-nav .nav-tabs li:last-child {
	margin-right: 0;
}

.schedule-nav .nav-tabs > li > a {
	border: 1px solid #dcddea;
	border-radius: 4px;
	padding: 6px 15px;
	text-transform: uppercase;
}

.schedule-nav .nav-tabs li a.active {
	background: #ff4877;
	border: 1px solid #ff4877 !important;
	color: #fff;
}

.hours-info .form-control {
	min-height: auto;
}

.hours-info .btn.btn-danger.trash {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.edit-link {
	color: #F7901E;
	font-size: 16px;
	margin-top: 4px;
}


/*-----------------
	21. Librarian Dashboard
-----------------------*/

.dash-widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.circle-bar {
	margin-right: 15px;
}

.dct-border-rht {
	border-right: 1px solid #f0f0f0;
}

.dash-widget h6 {
	font-size: 16px;
	font-weight: 400;
}

.dash-widget h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.dash-widget p {
	color: #757575;
	font-size: 14px;
	margin-bottom: 0;
}

.circle-bar > div {
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle-bar > div img {
	left: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%);
}

.circle-bar > div canvas {
	width: 90px !important;
	height: 90px !important;
}

.dash-card .row {
	margin-left: -10px;
	margin-right: -10px;
}

.dash-card .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.appointment-tab {
	margin-bottom: 30px;
}

.appointment-tab .nav-tabs {
	background-color: #fff;
	padding: 1.5rem;
	border: 1px solid #f0f0f0;
	border-radius: .25rem 0.25rem 0 0 !important;
	border-bottom: 0;
}

.appointment-tab .tab-content {
	padding-top: 0;
}

.appointment-tab .card {
	border-radius: 0;
}

.submit-btn-bottom {
	margin-bottom: 30px;
}


/*-----------------
	22. Customer Profile
-----------------------*/

.add-new-btn {
	background-color: #D0499A;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
	background-color: #D0499A;
	color: #fff;
}

.receiver-info {
	margin-top: 15px;
}

.receiver-info ul {
	padding: 0;
	list-style: none;
	font-size: .875rem;
	margin: 0;
}

.receiver-info ul li {
	position: relative;
	font-size: .875rem;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize;
}

.receiver-info ul li+li {
	margin-top: 15px;
}

.receiver-info ul li i {
	width: 18px;
}

.receiver-info ul li span {
	color: #757575;
	float: right;
	font-weight: 400;
}

.dependent {
	margin: auto;
}

.dependent h2 {
	font-size: 32px;
	font-weight: 500;
}


/*-----------------
	23. Chat
-----------------------*/

.chat-page .content {
	padding: 0;
}

.chat-page .content > .container-fluid {
	padding: 0;
}

.chat-page .footer {
	display: none;
}

.chat-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.chat-cont-left {
	border-right: 1px solid #f0f0f0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	left: 0;
	max-width: 35%;
	position: relative;
	z-index: 4;
}

.chat-cont-left .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	color: #272b41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px;
}

.chat-cont-left .chat-header span {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}

.chat-cont-left .chat-header .chat-compose {
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.chat-cont-left .chat-search {
	background-color: #f5f5f6;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px;
	width: 100%;
}

.chat-cont-left .chat-search .input-group {
	width: 100%;
}

.chat-cont-left .chat-search .input-group .form-control {
	background-color: #fff;
	border-radius: 50px !important;
	padding-left: 36px;
}

.chat-cont-left .chat-search .input-group .form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 4;
}

.chat-window .chat-scroll {
	min-height: 300px;
	max-height: calc(100vh - 224px);
	overflow-y: auto;
}

.chat-cont-left .chat-users-list {
	background-color: #fff;
}

.chat-cont-left .chat-users-list a.media {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
}

.chat-cont-left .chat-users-list a.media:last-child {
	border-bottom: 0;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
	margin-right: 15px;
	position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
	height: 45px;
	width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff;
}

.chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
	color: #272b41;
	text-transform: capitalize;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px;
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
	text-align: right;
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
	color: #8a8a8a;
	font-size: 13px;
}

.chat-cont-left .chat-users-list a.media:hover {
	background-color: #f5f5f6;
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
	color: #8a8a8a;
}

.chat-cont-left .chat-users-list a.media.active {
	background-color: #f5f5f6;
}

.chat-cont-right {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.chat-cont-right .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
	display: none;
	margin-right: 5px;
	margin-left: -7px;
}

.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: 3px;
	width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
	color: #272b41;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
	color: #666;
	font-size: 14px;
}

.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.chat-cont-right .chat-header .chat-options > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-left: 10px;
	width: 30px;
}

.chat-cont-right .chat-body {
	background-color: #f5f5f6;
}

.chat-cont-right .chat-body ul.list-unstyled {
	margin: 0 auto;
	padding: 15px;
	width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
	height: 30px;
	width: 30px;
}

.chat-cont-right .chat-body .media .media-body {
	margin-left: 20px;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
	padding: 10px 15px;
	border-radius: .25rem;
	display: inline-block;
	position: relative;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div p {
	color: #272b41;
	margin-bottom: 0;
}

.chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
	margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
}

.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
	background-color: #fff;
}

.chat-cont-right .chat-body .media.sent {
	margin-bottom: 20px;
}

.chat-cont-right .chat-body .media.sent .media-body {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
	background-color: #e3e3e3;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
	color: #272b41;
}

.chat-cont-right .chat-body .chat-date {
	font-size: 14px;
	margin: 1.875rem 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	margin-right: 28px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: 28px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.chat-cont-right .chat-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
	position: relative;
}

.chat-cont-right .chat-footer .input-group {
	width: 100%;
}

.chat-cont-right .chat-footer .input-group .form-control {
	background-color: #f5f5f6;
	border: none;
	border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
	background-color: #f5f5f6;
	border: none;
	box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
	background-color: transparent;
	border: none;
	color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
	background-color: #D0499A;
	border-color: #D0499A;
	border-radius: 50%;
	color: #fff;
	margin-left: 10px;
	min-width: 46px;
	font-size: 20px;
}

.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}

.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}

.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	right: auto;
	top: 8px;
	width: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
	padding-left: 50px;
	position: relative;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: -6px;
	top: 8px;
	width: 0;
}

.chat-msg-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

.chat-msg-info li {
	font-size: 13px;
	padding-right: 16px;
	position: relative;
}

.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
	right: auto;
	left: 8px;
	transform: translate(-50%, -50%);
	background: #aaa;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
	color: rgba(50, 65, 72, 0.4);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
	color: rgba(50, 65, 72, 0.4);
}

.chat-msg-info li a {
	color: #777;
}

.chat-msg-info li a:hover {
	color: #2c80ff
}

.chat-seen i {
	color: #00d285;
	font-size: 16px;
}

.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}

.chat-msg-attachments > div {
	margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
	flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
	flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
	padding-left: 16px;
	padding-right: 0;
	position: relative;
}

.chat-attachment img {
	max-width: 100%;
}

.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}

.chat-attachment {
	border-radius: .25rem;
}

.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}

.chat-attachment:hover:before {
	opacity: 0.6;
}

.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}

.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}

.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}

.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}

.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}

.chat-attachment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
	opacity: 1;
}

.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}

.chat-msg-actions > a {
	padding: 0 10px;
	color: #495463;
	font-size: 24px;
}

.chat-msg-actions > a:hover {
	color: #2c80ff;
}

@keyframes blink {
	50% {
		opacity: 1
	}
}

.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	padding: 0 0.75rem;
	position: relative;
	vertical-align: middle;
}

.btn-file input {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 23px;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}


/*-----------------
	24. Librarian Profile Settings
-----------------------*/

.profile-image img {
	margin-bottom: 1.5rem;
}

.change-photo-btn {
	background-color: #F7901E;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	transition: .3s;
	text-align: center;
	width: 220px;
}

.change-photo-btn input.upload {
	bottom: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
}

.dropzone {
	background-color: #fbfbfb;
	border: 2px dashed rgba(0, 0, 0, 0.1);
}

.btn-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	padding: 0;
	font-size: 10px;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	right: 3px;
	top: 3px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.upload-images {
	position: relative;
	width: 80px;
}

.upload-images img {
	border-radius: 4px;
	height: 80px;
	width: auto;
}

.upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.upload-wrap .upload-images+.upload-images {
	margin-left: 20px;
}

.contact-card .card-body {
	padding-bottom: 0.625rem;
}

.custom_price_cont {
	margin-top: 20px;
}

.btn.btn-danger.trash {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	width: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.add-more a {
	color: #F7901E;
}

.bootstrap-tagsinput {
	border-color: #dcdcdc;
	box-shadow: inherit;
	min-height: 46px;
	width: 100%;
	border-radius: 0;
}

.bootstrap-tagsinput.focus {
	border-color: #bbb;
}

.bootstrap-tagsinput .tag {
	background-color: #F7901E;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 2px;
	padding: 11px 15px;
	border-radius: 0;
}

.services-card .bootstrap-tagsinput input {
	width: 160px;
}

.submit-section .submit-btn {
	padding: 12px 30px;
	font-weight: 600;
	font-size: 16px;
	min-width: 120px;
}

.submit-section .submit-btn+.submit-btn {
	margin-left: 15px;
}


/*-----------------
	25. Calendar
-----------------------*/

#calendar-events {
	background-color: #fcfcfc;
}

.calendar-events {
	border: 1px solid transparent;
	cursor: move;
	padding: 10px 15px;
}

.calendar-events:hover {
	border-color: #e9e9e9;
	background-color: #fff;
}

.calendar-events i {
	margin-right: 8px;
}

.calendar {
	float: left;
	margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1.5rem;
}

.none-border .modal-footer {
	border-top: none;
}

.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
	font-family: 'Quicksand', sans-serif;
}

.fc-day {
	background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}

.fc th.fc-widget-header {
	background: #eeeeee;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px 5px;
}

.fc-button {
	background: #f1f1f1;
	border: none;
	color: #797979;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}

.fc-state-hover {
	background: #f3f3f3;
}

.fc-state-highlight {
	background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #F7901E !important;
	color: #fff !important;
	text-shadow: none !important;
}

.fc-cell-overlay {
	background: #f0f0f0;
}

.fc-unthemed .fc-today {
	background: #fff;
}

.fc-event {
	border-radius: 2px;
	border: none;
	color: #fff !important;
	cursor: move;
	font-size: 13px;
	margin: 1px 7px;
	padding: 5px 5px;
	text-align: center;
}

.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
}

.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
}

.event-form .input-group .form-control {
	height: 40px;
}


/*-----------------
	26. Customer Dashboard
-----------------------*/

.profile-sidebar {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
}

.pro-widget-content {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px;
	text-align: center;
}

.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.profile-info-widget .booking-doc-img {
	margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
	border-radius: 4px;
	height: 90px;
	width: 90px;
	object-fit: cover;
}

.profile-det-info {
	overflow: hidden;
}

.profile-det-info h3 {
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.receiver-details h5 {
	color: #757575;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.receiver-details h5 i {
	width: 18px;
}

.dashboard-menu ul {
	color: #757575;
	font-size: 14px;
	line-height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.dashboard-menu ul li {
	line-height: inherit;
}

.dashboard-menu > ul > li {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.dashboard-menu > ul > li:last-child {
	border-bottom: 0;
}

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
	display: inline-block;
	vertical-align: middle;
}

.dashboard-menu > ul > li > a {
	color: #757575;
	display: block;
	padding: 16px 20px;
	font-weight: 500;
}

.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
	color: #D0499A;
}

.dashboard-menu ul li a i {
	font-size: 16px;
	margin-right: 10px;
	width: 16px;
}

.unread-msg {
	background-color: #5f0f0c;
	border-radius: 2px;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	padding: 0 5px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}


/*-----------------
	27. Profile Settings
-----------------------*/

.change-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.change-avatar .profile-img {
	margin-right: 15px;
}

.change-avatar .profile-img img {
	border-radius: 4px;
	height: 100px;
	width: 100px;
	object-fit: cover;
}

.change-avatar .change-photo-btn {
	margin: 0 0 10px;
	width: 150px;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
	padding: 0;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}


/*-----------------
	28. Appoitment List
-----------------------*/

.widget-profile {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.widget-profile .profile-info-widget {
	display: block;
	text-align: center;
}

.widget-profile .profile-info-widget .booking-doc-img {
	display: inline-block;
	margin: 0 0 15px;
	width: auto;
	padding: 8px;
	background-color: #f7f7f7;
	border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
	border-radius: 50%;
	height: 120px;
	width: 120px;
}

.appointment-list .profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	text-align: left;
}

.appointment-list .profile-info-widget .booking-doc-img img {
	border-radius: 4px;
	height: 120px;
	object-fit: cover;
	width: 120px;
}

.appointments .appointment-list {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 20px;
}

.appointments .appointment-list:last-child {
	margin-bottom: 30px;
}

.appointments .appointment-action {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.appointment-action a+a {
	margin-left: 5px;
}

.appointment-action a {
	font-size: 13px;
}

.info-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.info-details li .title {
	color: #272b41;
	font-weight: 500;
}

.info-details li .text {
	color: #757575;
	display: block;
	font-size: 16px;
	overflow: hidden;
}

.info-details li {
	margin-bottom: 10px;
}

.info-details li:last-child {
	margin-bottom: 0;
}


/*-----------------
	29. Reviews
-----------------------*/

.doc-review.review-listing {
	margin: 0;
}

.review-listing.doc-review > ul > li {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 20px;
}


/*-----------------
	30. Voice call
-----------------------*/

.modal-open .main-wrapper {
}

.call-main-row {
	bottom: 0;
	left: 0;
	overflow: auto;
	padding-bottom: inherit;
	padding-top: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

.call-main-wrapper {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.call-view {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	position: static;
	vertical-align: top;
	width: 75%;
}

.call-window {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}

.fixed-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 15px;
}

.fixed-header .navbar {
	border: 0 none;
	margin: 0;
	min-height: auto;
	padding: 0;
}

.fixed-header .user-info a {
	color: #272b41;
	font-weight: 500;
}

.typing-text {
	color: #F7901E;
	font-size: 12px;
	text-transform: lowercase;
}

.last-seen {
	color: #888;
	display: block;
	font-size: 12px;
}

.custom-menu {
	margin-top: 6px;
}

.fixed-header .custom-menu {
	margin: 0 0 1px;
}

.custom-menu.nav > li > a {
	color: #bbb;
	font-size: 26px;
	line-height: 32px;
	margin-left: 15px;
	padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
	background-color: transparent;
}

.custom-menu .dropdown-menu {
	left: auto;
	right: 0;
}

.call-contents {
	display: table-row;
	height: 100%;
}

.call-content-wrap {
	height: 100%;
	position: relative;
	width: 100%;
}

.voice-call-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex: 2;
	flex: 2;
}

.voice-call-avatar .call-avatar {
	margin: 15px;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3px;
	background-color: #fff;
}

.call-duration {
	display: inline-block;
	font-size: 30px;
	margin-top: 4px;
	position: absolute;
	left: 0;
}

.voice-call-avatar .call-timing-count {
	padding: 5px;
}

.voice-call-avatar .username {
	font-size: 20px;
	font-weight: 500;
}

.call-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 15px;
}

.call-icons {
	text-align: center;
	position: relative;
}

.call-icons .call-items {
	border-radius: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.call-icons .call-items .call-item {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
	margin-right: 0;
}

.call-icons .call-items .call-item a {
	color: #777;
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
}

.call-icons .call-items .call-item a i {
	width: 18px;
	height: 18px;
}

.user-video {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.user-video img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.user-video video {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.my-video {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}

.my-video ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.my-video ul li {
	float: left;
	width: 120px;
	margin-right: 10px;
}

.my-video ul li img {
	border: 3px solid #fff;
	border-radius: 6px;
}

.end-call {
	position: absolute;
	top: 7px;
	right: 0;
}

.end-call a {
	background-color: #f06060;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	line-height: 10px;
	padding: 8px 25px;
	text-transform: uppercase;
}

.call-users {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}

.call-users ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.call-users ul li {
	float: left;
	width: 80px;
	margin-left: 10px;
}

.call-users ul li img {
	border-radius: 6px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.call-mute {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	text-align: center;
	line-height: 80px;
	border-radius: 6px;
	font-size: 30px;
	color: #fff;
	display: none;
	top: 0;
	border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
	display: block;
}

.call-details {
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.call-info {
	margin-left: 10px;
	width: 100%;
}

.call-user-details,
.call-timing {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.call-description {
	white-space: nowrap;
	vertical-align: bottom;
}

.call-timing {
	color: #727272;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-top: 1px;
	overflow: hidden;
	white-space: pre;
}


/*-----------------
	31. Video Call
-----------------------*/

.content-full {
	height: 100%;
	position: relative;
	width: 100%;
}

.video-window .fixed-header {
	padding: 0;
	border: 0;
}

.video-window .fixed-header .nav > li > a {
	padding: 18px 15px;
}


/*-----------------
	32. Outgoing Call
-----------------------*/

.call-box .call-wrapper {
	height: auto;
	text-align: center;
}

.call-box .call-wrapper .call-avatar {
	margin-bottom: 30px;
	cursor: pointer;
	animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-user {
	margin-bottom: 30px;
}

.call-box .call-wrapper .call-user span {
	display: block;
	font-weight: 500;
	text-align: center;
}

.call-box .call-wrapper .call-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.call-box .call-wrapper .call-items .call-item {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid transparent;
	border-radius: 100%;
	color: #fff;
	line-height: 0;
	margin: 0 5px;
	padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
	opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child {
	margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item:last-child {
	margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
	padding: 20px;
	margin: 30px 20px 0;
	background: #f06060;
	border: 1px solid #f06060;
	color: #fff;
	line-height: 0;
	border-radius: 100%;
}

.call-box .call-wrapper .call-items .call-item.call-start {
	padding: 20px;
	margin: 30px 20px 0;
	background: #55ce63;
	border: 1px solid #55ce63;
	color: #fff;
	line-height: 0;
	border-radius: 100%;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
	margin: 0 10px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
	margin: 0 10px;
}

.call-box .call-avatar {
	border-radius: 100%;
	height: 140px;
	max-width: 140px;
	min-width: 140px;
	position: relative;
	width: 100%;
	border: 10px solid #fafafa;
}

.call-box .btn {
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease 0s;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}
}

@keyframes ripple {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}
	100% {
		-moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}
}


/*-----------------
	33. Incoming Call
-----------------------*/

.incoming-btns {
	margin-top: 20px;
}

.call-wrapper {
	position: relative;
	height: calc(100vh - 145px);
}

.call-page .footer {
	display: none;
}

.dropdown-action .dropdown-toggle::after {
	display: none;
}

.call-modal .modal-body {
	padding: 40px;
}

.call-modal .modal-content {
	border: 0;
	border-radius: 10px;
}

.call-box .call-wrapper .call-user h4 {
	font-size: 24px;
}


/*-----------------
	34. Terms and Conditions
-----------------------*/

.terms-text {
	margin-bottom: 20px;
}

.terms-text h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.terms-text p {
	color: #666;
	display: inline-block;
	font-size: 16px;
}


/*-----------------
	35. Blog
-----------------------*/

.blog {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
}

.blog-image {
	overflow: hidden;
}

.blog-image,
.blog-image > a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.blog-image img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog-image a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-image {
	margin-bottom: 30px;
}

.blog-content {
	position: relative;
}

.blog-title {
	font-size: 24px;
    margin: 0 0 10px;
    padding: 10px 15px;
}

.blog-title a {
	color: #272b41;
}

.blog-title a:hover {
	color: #F7901E;
}

.blog-content p {
	color: #666;
	font-size: 14px;
	margin: 0 0 30px;
}

.read-more {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	color: #F7901E;
	text-decoration: underline;
	font-weight: bold;
}

.blog-info {
	color: #757575;
	font-size: 14px;
	margin-bottom: 15px;
}

.blog-info a {
	color: #757575;
}

.blog-info a:hover {
	color: #757575;
}

.blog-info i {
	color: #F7901E;
	font-size: 14px;
	margin-right: 5px;
}

.entry-meta {
	color: #757575;
	font-size: 14px;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}

.entry-meta li {
	display: inline-block;
	margin-right: 15px;
}

.entry-meta li:last-child {
	margin-right: 0;
}

.blog-pagination .pagination {
	margin-bottom: 30px;
}

.blog-pagination .pagination li a {
	padding: 12px 20px;
	font-weight: 600;
	color: #2E3842;
	margin-right: 10px;
	border-radius: inherit !important;
	border-color: #f0f0f0;
}

.blog-pagination .pagination li.disabled a {
	border-color: #f0f0f0;
}

.blog-pagination .pagination li.active a {
	background: #F7901E;
	border-color: transparent;
	color: #ffffff;
}

.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-left ul li {
	margin-bottom: 5px;
	margin-right: 20px;
}

.post-left ul li:last-child {
	margin-right: 0;
}

.post-author a {
	display: flex;
	align-items: center;
}

.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.latest-posts {
	margin: 0;
	padding: 0;
}

.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.latest-posts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post-thumb {
	border-radius: 4px;
	width: 80px;
	float: left;
	overflow: hidden;
}

.post-thumb a img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.post-thumb a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.post-info {
	margin-left: 95px;
}

.post-info h4 {
	font-size: 15px;
	margin: 0 0 5px;
}

.post-info h4 a {
	color: #272b41;
}

.post-info h4 a:hover {
	color: #F7901E;
}

.post-info p {
	color: #757575;
	font-size: 12px;
	margin: 0;
}

.post-info p i {
	color: #F7901E;
	font-size: 14px;
	margin-right: 4px;
}

.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-widget .categories li {
	margin-bottom: 20px;
}

.category-widget .categories li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.category-widget .categories li a {
	color: #2E3842;
	font-size: 15px;
	font-weight: 500;
}

.category-widget .categories li a span {
	float: right;
	color: #757575;
}

.category-widget .categories li a:hover {
	color: #F7901E;
}

.category-widget .categories > li > a > i {
	color: #F7901E;
	font-size: 18px;
	margin-right: 10px;
}

.tags-widget .card-body {
	padding-bottom: 1rem;
}

.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tags li {
	float: left;
}

.tag {
	background-color: #fff;
	border-radius: 4px;
	color: #272b41;
	padding: 5px 10px;
	position: relative;
	margin: 0 .5rem .5rem 0;
	font-size: 14px;
	border: 1px solid #ccc;
	display: inline-block;
}

.tag:hover {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.comment-by {
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px;
}

.comments-list .comment-block p {
	font-size: 14px;
	margin-bottom: 5px;
}


/*-----------------
	36. Blog Details
-----------------------*/

.blog-view .blog-title {
	font-size: 24px;
}

.blog-content p:last-child {
	margin-bottom: 0;
}

.blog-view .blog-info {
	border: 0;
	margin-bottom: 20px;
	padding: 0;
}

.social-share {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-share > li {
	display: inline-block;
	float: left;
	margin-left: 10px;
	text-align: center;
}

.social-share > li:first-child {
	margin-left: 0;
}

.social-share > li > a {
	border: 1px solid #dfdfdf;
	color: #666;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.social-share > li > a:hover {
	background-color: #F7901E;
	color: #fff;
	border-color: #F7901E;
}

.blog-reply > a {
	color: #999;
	font-size: 12px;
	font-weight: 500;
}

.blog-date {
	color: #999;
	font-size: 12px;
}

.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.blog-comments .comments-list li {
	clear: both;
	padding-left: 80px;
}

.blog-comments .comments-list li .comment {
	margin-bottom: 20px;
}

.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute;
}

.blog-comments .comments-list li img.avatar {
	height: 58px;
	width: 58px;
	border-radius: 58px;
}

.blog-comments .comment-btn {
	color: #F7901E;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.blog-author-name {
	color: #272b41;
	font-size: 16px;
	font-weight: 600;
}

.new-comment label {
	font-weight: 500;
}

.comment-submit .btn {
	background-color: #F7901E;
	border-color: #F7901E;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 26px;
	color: #fff;
}

.about-author-img {
	background-color: #fff;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 100px;
}

.author-details {
	margin-left: 120px;
}

.about-author {
	min-height: 100px;
}

.author-details .blog-author-name {
	display: inline-block;
	margin-bottom: 10px;
}

.post-author img {
	border-radius: 100%;
	width: 28px;
	margin-right: 5px;
}


/*-----------------
	37. Blog Grid
-----------------------*/

.grid-blog .blog-title {
	font-size: 18px;
	margin: 0 0 5px;
	min-height: 43px;
}

.grid-blog .blog-content p {
	margin: 0 0 15px;
}

.grid-blog .blog-info {
	margin-bottom: 15px;
}

.grid-blog .blog-image {
	margin-bottom: 0;
}

.blog.grid-blog {
	padding: 0;
}

.grid-blog .entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.grid-blog .entry-meta li {
	margin-bottom: 10px;
}

.grid-blog .entry-meta li:last-child {
	flex: 0 0 100px;
	max-width: 100px;
}

.grid-blog .post-author {
	width: 189px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
	color: #F7901E
}

.play-video-now .fa.fa-play{
	position: absolute;
    left: 90px;
    top: 77px;
    font-size: 30px;
    color: #fff;
}
/*-----------------
	38. Map List & Grid
-----------------------*/

.map-page .footer {
	display: none;
}

.map-page .header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}

.map-page .content {
	padding-top: 115px;
}

.map-right {
	bottom: 0;
	height: 100%;
	min-height: 100%;
	padding-right: 30px;
	position: fixed;
	right: 0;
	top: 115px;
	z-index: 1029;
}

.map-listing {
	height: calc(100vh - 145px);
	width: 100%;
}

.map-listing .profile-widget {
	width: 200px !important;
	padding: 0;
	border: 0;
	margin-bottom: 0;
}

.map-right .available-info {
	margin-bottom: 0;
}

.view-icons {
	display: inline-flex;
	float: right;
}

.view-icons a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #212529;
	display: flex;
	font-size: 20px;
	justify-content: center;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	width: 44px;
	height: 44px;
}

.view-icons a:hover {
	border-color: #F7901E;
	color: #F7901E;
}

.view-icons a.active {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.profile-widget {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding: 15px;
}

.doc-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
}

.doc-img img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	width: 100%;
}

.doc-img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.profile-widget .fav-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 3px;
	color: #2E3842;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.profile-widget:hover .fav-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.profile-widget .fav-btn:hover {
	background-color: #fb1612;
	color: #fff;
}

.pro-content {
	padding: 15px 0 0;
}

.pro-content .title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}

.profile-widget .pro-content .title a {
	display: inline-block;
}

.profile-widget .verified {
	color: #28a745;
	margin-left: 3px;
}

.profile-widget p.speciality {
	font-size: 13px;
	color: #757575;
	margin-bottom: 10px;
}

.rating {
	list-style: none;
	margin: 0 0 7px;
	padding: 0;
	width: 100%;
}


.profile-widget .rating {
	color: #757575;
	font-size: 14px;
	margin-bottom: 15px;
}

.profile-widget .rating i {
	font-size: 14px;
}

.available-info {
	font-size: 13px;
	color: #757575;
	font-weight: 400;
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

.available-info li+li {
	margin-top: 5px;
}

.available-info li i {
	width: 22px;
}

.row.row-sm {
	margin-left: -3px;
	margin-right: -3px;
}

.row.row-sm > div {
	padding-left: 3px;
	padding-right: 3px;
}

.view-btn {
	color: #f7901e;
	font-size: 13px;
	border: 2px solid #f7901e;
	text-align: center;
	display: block;
	font-weight: 500;
	padding: 6px;
}

.view-btn:hover,
.view-btn:focus {
	background-color: #f7901e;
	color: #fff;
}

.book-btn {
	background-color: #f7901e;
	border: 2px solid #f7901e;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: block;
	font-weight: 500;
	padding: 6px;
}

.book-btn:hover,
.book-btn:focus {
	background-color: #01cae4;
	border-color: #01cae4;
	color: #fff;
}

.section-sender .profile-widget {
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

/*-----------------
	39. Slick Slider
-----------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #0de0fe;
    color: #fff;
    opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    z-index: 1;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: url('../images/slider-arrow-left.png');
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: url('../images/slider-arrow-right.png');
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    text-align: center;
    opacity: .25;
    color: black;
	border-radius: 50%;
	background: #2F0398;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li:nth-child(2) button:before {
    background: #6A1B9A;
}
.slick-dots li:nth-child(3) button:before {
    background: #EE2C4D;
}
.slick-dots li:nth-child(4) button:before {
    background: #0A6049;
}
.slick-dots li:nth-child(5) button:before {
    background: #BE9355;
}
.slick-dots li:nth-child(6) button:before {
    background: #1969C7;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.sslider .slick-slide{
    display: block;
    margin-left: 0;
    padding: 10px;
}
.top-list-slider .slick-prev, .top-instructors-slider .slick-prev{
    position: absolute;
    left: -240px;
    top: 50px;
    border-radius: 0;
    background: #FF9C27;
    color: #fff;
    box-shadow: 0 0 0;
}
.top-list-slider .slick-next,.top-instructors-slider .slick-next {
    background: #ff9c27;
    border-radius: 0;
    box-shadow: 0 0 0;
    top: 50px;
    left: -190px;
}
.top-courses-slider .slick-prev {
    position: absolute;
    left: -240px;
    top: 50px;
    border-radius: 0;
    background: #FF9C27;
    color: #fff;
    box-shadow: 0 0 0;
}
.top-courses-slider .slick-next {
    background: #ff9c27;
    border-radius: 0;
    box-shadow: 0 0 0;
    top: 50px;
    left: -190px;
}
.blog-section.tintuc-home{background: #0053b5;}
.actionContent .modal-dialog.small{max-width:420px;}
.actionContent .modal-dialog.large{max-width:780px;}
.actionContent .modal-dialog.big{max-width:100%; margin: 0px auto!important; min-height:100vh;}
.actionContent .modal-dialog.big .form-row.content-data-view{min-height:calc(100vh - 170px);}
.actionContent .modal-dialog.big .modal-content{border: none;}
/*-----------------
	40. Responsive
-----------------------*/

@media only screen and (min-width: 1680px) {
	.custom-container {
		width: 100%;
	    max-width: 1450px;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
}
@media only screen and (min-width:768px) {
	.avatar-xxl {
		width: 8rem;
		height: 8rem;
	}
	.avatar-xxl .border {
		border-width: 4px !important;
	}
	.avatar-xxl .rounded {
		border-radius: 12px !important;
	}
	.avatar-xxl .avatar-title {
		font-size: 42px;
	}
	.avatar-xxl.avatar-away:before,
	.avatar-xxl.avatar-offline:before,
	.avatar-xxl.avatar-online:before {
		border-width: 4px;
	}
}
@media (min-width: 992px) {
	.container {
	    max-width: 1440px;
	}
	.main-nav > li {
		margin-right: 15px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		line-height: 60px;
		padding: 0 !important;
		color: #fff;
	}
	.main-nav > li > i {
		width: 42px;
		height: 42px;
		background: #F8F8F8;
		border: 1px solid #F8F8F8;
		padding: 8px;
		border-radius: 50%;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	.main-nav > li > i:hover {
		cursor: pointer;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #f5840c;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #f5840c;
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}
	.main-nav li .submenu a:hover {
		color: #f5840c;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}
	.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent;
	}
	.header-navbar-rht li.flag-nav > .dropdown-menu.show {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left:auto;
		right:0;
		display: block;
	}
	.header-navbar-rht li.flag-nav > .dropdown-menu{
		display: none;
	}
	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	.searchbar {
		line-height: 60px;
	}
	.container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (max-width: 1399px) {
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
		max-width: 180px;
	}
	.row.row-grid {
		margin-left: -8px;
		margin-right: -8px;
	}
	.row.row-grid > div {
		padding-right: 8px;
		padding-left: 8px;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (max-width: 1199px) {
	.header-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
		max-width: 150px;
	}
	.slider-section-header {
	    text-align: center;
	}
	.chat-cont-left {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.chat-cont-right {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row.row-grid > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.dash-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.circle-bar {
		margin: 0 0 15px;
	}
	.header-navbar-rht li.contact-item {
		display: none;
	}
	.map-right {
		height: 450px;
		position: static;
		min-height: inherit;
		margin-bottom: 30px;
		padding-right: 15px;
	}
	.map-listing {
		height: 450px;
	}
	.map-page .content {
		padding-top: 100px;
	}
	.banner-content {
	    padding: 30px;
	}
	.banner-btn .btn {
	    min-width: 165px;
	}
	.blog-widget {
	    margin: 0 0 25px;
	}
	.top-list-slider .slick-prev, .top-instructors-slider .slick-prev {
	    top: 50%;
	    right: 0;
	    left: 0;
	}
	.top-list-slider .slick-next, .top-instructors-slider .slick-next {
	    right: 0;
	    top: 50%;
	    left: auto;
	}
	.top-courses-slider .slick-prev {
	    top: 50%;
	    right: 0;
	    left: 0;
	}
	.top-courses-slider .slick-next {
	    top: 50%;
	    right: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.banner-content {
	    padding: 20px;
	}
	.benefits-section{
		padding: 50px 0;
	}
	.banner-content h1 {
	    font-size: 44px;
	}
	.banner-section {
		min-height: 400px;
	}
	.banner-content h2 {
	    font-size: 24px;
	}
	.topschools-widget h2 {
		font-size: 16px;
	}
	.schools-benefit-list li {
		font-size: 14px;
	}
	.enrollment-header h2, .enrollment-header h3 {
		font-size: 30px;
	}
	.review-user h2 {
		font-size: 14px;
	}
	.review-content p {
		font-size: 12px;
	}
	.newsletter-formgroup input[type="email"] {
		width: 55%;
	}
	.newsletter-formgroup button {
		width: 45%;
		padding: 0 5px;
	}
	.btn-enroll-trans {
		padding: 10px 20px;
		font-size: 20px;
	}
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav > li {
		border-bottom: 1px solid #eceff1;
		margin-left: 0;
	}
	.main-nav li+li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav > li > a > i.fa-chevron-down {
		float: right;
		margin-top: 5px!important;
	}
	.main-nav > li .submenu li a {
		border-top: 0;
		padding: 12px 15px 12px 50px;
	}
	.main-nav > li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}
	
	.main-nav .has-submenu.active > a {
		color: #f5840c;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #f5840c;
	}
	.login-left {
		display: none;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #ffffff;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
	}
	.searchbar {
		display: none;
	}
	.libraries-row {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.librarian-row {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.collection-row {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.counter {
		text-align: center;
		margin-bottom: 20px;
	}
	.top-books {
		margin-bottom: 20px;
	}
	.course-section {
		margin-bottom: 20px;
	}
	.reviews {
		margin-bottom: 50px;
	}
	.sc-btn {
		margin-top: 0;
	}
	.review-bot:after {
		bottom: 15px;
	}
	.counter-overlay {
		display: none;
	}
	.counter-section {
		padding: 40px 0 20px;
	}
	.reviews-section {
		padding: 60px 0 30px;
	}
	.popular-course-section {
		padding: 60px 0 40px;
	}
	.librarian-section {
		padding: 60px 0 30px;
	}
	.top-books-section {
		padding: 60px 0 30px;
	}
	.libraries-section {
		padding: 30px 0;
	}
	.ourblog-section {
		padding: 60px 0 30px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer .footer-bottom .copyright {
		padding: 0 0 10px;
	}
	.footer .footer-top {
		padding-top: 30px;
	}
	.copyright-text {
		margin-bottom: 10px;
	}
	.section-search {
		min-height: 330px;
	}
	.section-specialities {
		padding: 50px 0;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.chat-cont-left,
	.chat-cont-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
		width: 100%;
	}
	.chat-cont-left {
		border-right: 0;
	}
	.chat-cont-right {
		position: absolute;
		right: -100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
	}
	.chat-cont-right .chat-header {
		justify-content: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
	}
	.chat-cont-right .chat-header .back-user-list {
		display: block;
	}
	.chat-cont-right .chat-header .chat-options {
		margin-left: auto;
	}
	.chat-window.chat-slide .chat-cont-left {
		left: -100%;
	}
	.chat-window.chat-slide .chat-cont-right {
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	.day-slot li.left-arrow {
		left: -10px;
	}
	.container {
		max-width: 100%;
	}
	.appointments .appointment-action {
		margin-top: 10px;
	}
	.appointments .appointment-list {
		display: block;
	}
	.banner-wrapper {
		max-width: 720px;
	}
	.search-box .search-info {
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
		width: 410px;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 2.125rem;
	}
	.dct-border-rht {
		border-bottom: 1px solid #f0f0f0;
		border-right: 0;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.card-label > label {
		font-size: 12px;
	}
	.footer .footer-top {
		padding-bottom: 10px;
	}
	.time-slot li .timing.selected::before {
		display: none;
	}
	.review-listing .recommend-btn {
		float: none;
	}
	.dash-widget {
		flex-direction: unset;
		text-align: left;
	}
	.circle-bar {
		margin: 0 15px 0 0;
	}
	.call-wrapper {
		height: calc(100vh - 140px);
	}
	.sidebar-overlay.opened {
		display: block;
	}
	.about-content {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 849.98px) {
	.row.row-grid > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.news-item{
		float: left;
		margin: 20px 0px!important;
		max-width: 100%!important;
	}
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: white;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.bottom-contact ul li {
		width: 25%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 13.5px;
	}
	.footer-bottom{
		padding-top: 15px;
		padding-bottom: 60px;
		border-top: none;
		margin-top: -30px;
	}
	.footer-top .col-md.col-sm-12{border-bottom: 1px solid #012248; margin-bottom: 20px;}
	.copyright-text {
		text-align: center!important;
	}
	.rs-blog.single .blog-part .article-content {
		padding: 15px 15px;
	}
	.rs-blog.inner .blog-sidebar {
		width: 100%!important;
		position: static!important;
		top: 0px!important;
	}
	.shop-details p{font-size:12px;}
	.play-video-now .fa.fa-play{
		left: 46%;
		top: 77px;
	}
	.bottom-video.heart-video{
		width: 48%;
		text-align: left;
		padding-left: 5px;
		margin-bottom: 10px;
	}
	.bottom-video.comment-video{
		width: 48%;
		text-align: left;
		margin-bottom: 10px;
	}
	.bottom-video.vote-video{
		width: 98%;
		text-align: left;
		margin-bottom: 10px;
	}
	.bottom-video.user-vote-video{
		width: 200px;
		margin-bottom: 10px;
	}
	.show_video_hoctructuyen{max-height:450px;}
	.graphs .col-md.col-sm-2 {
		width: 47%!important;
		margin: 3%x 3%important;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h2,
	.h2 {
		font-size: 1.75rem;
	}
	h3,
	.h3 {
		font-size: 1.375rem;
	}
	h4,
	.h4 {
		font-size: 1rem;
	}
	h5,
	.h5 {
		font-size: 0.875rem;
	}
	h6,
	.h6 {
		font-size: 0.75rem;
	}
	.benefit-header {
	    margin: 0 0 30px;
	    text-align: center;
	}
	.benefit-widget {
    	margin: 15px 0 35px 0;
	}
	.blog-widget-list .blog-img {
	    width: 100%;
	}

	.blog-widget-list .blog-content {
	    width: 100%;
	}
	.content {
		padding: 15px 0 0;
	}
	.account-page .content {
		padding: 15px 0;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.card {
		margin-bottom: 20px;
	}
	.profile-sidebar {
		margin-bottom: 20px;
	}
	.appointment-tab {
		margin-bottom: 20px;
	}
	.features-slider .slick-dots,
	.features-img img {
		text-align: center;
		margin: 0 auto;
	}
	.sender-slider {
		margin-top: 25px;
	}
	.breadcrumb-bar {
		height: auto;
	}
	.login-right {
		margin: 0 15px;
		padding: 15px;
	}
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
		max-width: 250px;
	}
	.chat-window .chat-cont-right .chat-header .media .media-body {
		display: none;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 2rem;
	}
	.banner-wrapper .banner-header p {
		font-size: 1rem;
	}
	.section-header h2 {
		font-size: 1.875rem;
	}
	.section-header .sub-title {
		font-size: 0.875rem;
	}
	.speicality-item p {
		font-size: 0.875rem;
	}
	.section-header p {
		font-size: 0.9375rem;
	}
	.footer-title {
		font-size: 1.125rem;
	}
	.search-box {
		max-width: 535px;
		margin: 0 auto;
	}
	.search-box form {
		-ms-flex-direction: column;
		flex-direction: column;
		word-wrap: break-word;
		background-clip: border-box;
	}
	.search-box .search-location {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.search-box .search-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.search-box .search-btn {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-height: 46px;
		width: 100%;
	}
	.search-box .search-btn span {
		display: inline-block;
		margin-left: 5px;
		text-transform: uppercase;
	}
	.section-search {
		background: #f9f9f9;
	}
	.day-slot li span {
		font-size: 16px;
		text-transform: unset;
	}
	.time-slot li .timing span {
		display: block;
	}
	.submit-section.proceed-btn {
		margin-bottom: 20px;
	}
	.day-slot li small.slot-year {
		display: none;
	}
	.success-cont h3 {
		font-size: 22px;
	}
	.view-inv-btn {
		font-size: 14px;
		padding: 10px 30px;
	}
	.invoice-info.invoice-info2 {
		text-align: left;
	}
	.invoice-item .invoice-details {
		text-align: left;
	}
	.banner-content h2 {
		font-size: 20px;
	}
	.banner-content h1 {
		font-size: 30px;
	}
	.section-search,
	.section-sender,
	.section-features {
		padding: 50px 0;
	}
	.slick-next {
		right: -10px;
	}
	.slick-prev {
		left: -10px;
	}
	.specialities-slider .slick-slide {
		margin-right: 15px;
	}
	.about-content a {
		padding: 12px 20px;
	}
	.submit-section .submit-btn {
		padding: 10px 20px;
		font-size: 15px;
		min-width: 105px;
	}
	.policy-menu {
		margin-top: 10px;
		text-align: left;
	}
	.booking-doc-info .booking-doc-img {
		width: 75px;
	}
	.booking-doc-info .booking-doc-img img {
		height: 75px;
		width: 75px;
	}
	.btn.btn-danger.trash {
		margin-bottom: 20px;
	}
	.nav-tabs.nav-tabs-bottom > li > a.active,
	.nav-tabs.nav-tabs-bottom > li > a.active:hover,
	.nav-tabs.nav-tabs-bottom > li > a.active:focus {
		background-color: #f5f5f5;
	}
	.nav-tabs.nav-justified {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs.nav-justified > li > a.active,
	.nav-tabs.nav-justified > li > a.active:hover,
	.nav-tabs.nav-justified > li > a.active:focus {
		border-color: transparent transparent transparent #f5840c;
		border-left-width: 2px;
	}
	.nav-tabs {
		border-bottom: 0;
		position: relative;
		background-color: #fff;
		padding: 5px 0;
		border: 1px solid #ddd;
		border-radius: 3px;
	}
	.nav-tabs .nav-item {
		margin-bottom: 0;
	}
	.nav-tabs > li > a {
		border-width: 2px;
		border-left-color: transparent;
	}
	.nav-tabs .nav-link {
		border-width: 2px;
	}
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		background-color: #fafafa;
	}
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active,
	.nav-tabs > li > a.active,
	.nav-tabs > li > a.active:hover,
	.nav-tabs > li > a.active:focus {
		border-color: transparent transparent transparent #f5840c !important;
		border-left-width: 2px;
	}
	.nav-tabs > li.open:not(.active) > a,
	.nav-tabs > li.open:not(.active) > a:hover,
	.nav-tabs > li.open:not(.active) > a:focus {
		background-color: #fafafa;
	}
	.nav-tabs.nav-tabs-solid {
		padding: 5px;
	}
	.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
		border-radius: 5px;
	}
	.nav-tabs.nav-tabs-solid > li > a {
		border-left-width: 0!important;
	}
	.nav-tabs-justified {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs-justified > li > a.active,
	.nav-tabs-justified > li > a.active:hover,
	.nav-tabs-justified > li > a.active:focus {
		border-width: 0 0 0 2px;
		border-left-color: #f5840c;
	}
	.libraries-row {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.librarian-row {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.collection-row {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.benefit-header h2 {
		font-size: 30px;
	}
	.btn-fill, .benefit-widget a {
		font-size: 16px;
	}
	.slider-section-header p {
		font-size: 14px;
	}
	.count-widget h3 {
		font-size: 30px;
	}
	.count-widget p {
		font-size: 20px;
	}
	.benefit-widget h2 {
		font-size: 20px;
	}
	.banner-btn .btn{
		min-width: 130px;
    	margin: 0 0 0 0;
		padding: 7px 10px;
	}
	.banner-content p {
		font-size: 16px;
	}
	body {
		font-size: .75rem;
	}
	.section-heading {
		padding-bottom: 15px;
	}
	.section-heading h2 {
		font-size: 20px;
	}
	.section-heading.section-bg h2 {
		font-size: 20px;
	}
	.librarian-author h2 {
		font-size: 22px;
	}
	.librarian-author span {
		font-size: .75rem;
	}
	.librarian-author p {
		font-size: .75rem;
	}
	.course-bot h2 {
		font-size: 22px;
	}
	.course-content h2 {
		font-size: 22px;
	}
	.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
		margin-bottom: 5px;
	}
	.review-listing > ul li .comment .comment-body .meta-data .review-count {
		position: unset;
	}
	.my-video ul li {
		width: 50px;
	}
	.call-users ul li {
		width: 50px;
	}
	.call-mute {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
	.call-duration {
		font-size: 24px;
	}
	.voice-call-avatar .call-avatar {
		height: 100px;
		width: 100px;
	}
	.user-tabs {
		margin-top: 1.5rem;
	}
	.user-tabs .nav-tabs > li > a {
		border-left: 2px solid transparent;
		border-bottom: 0;
		padding: .5rem 1rem;
	}
	.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
	.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
	.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
		border-left-width: 2px;
		color: #20c0f3;
	}
	.sender-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.doc-info-right {
		margin-left: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.doc-info-left {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.shop-services {
		display: none;
	}
	.sender-img {
		margin: 0 auto 20px;
	}
	.sender-action {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.row.row-grid > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.breadcrumb-bar .breadcrumb-title {
		font-size: 18px;
	}
	.dash-widget h6 {
		font-size: 15px;
	}
	.dash-widget h3 {
		font-size: 20px;
	}
	.dash-widget p {
		font-size: 13px;
	}
	.sender-widget .doc-name {
		font-size: 18px;
	}
	.exp-title,
	.booking-total ul li span,
	.booking-total ul li .total-cost {
		font-size: 14px;
	}
	.invoice-item .customer-text {
		font-size: 16px;
	}
	.call-wrapper {
		height: calc(100vh - 115px);
	}
	.appointment-tab .nav-tabs {
		padding: 1.5rem;
	}
	.submit-btn-bottom {
		margin-bottom: 20px;
	}
	.service-list ul li {
		width: 50%;
	}
	.grid-blog .blog-title {
		min-height: inherit;
	}
	.blog-title {
		font-size: 20px;
	}
	.blog-view .blog-title {
		font-size: 22px;
	}
	.top-list-slider .slick-prev, .top-instructors-slider .slick-prev {
	    top: 50%;
	    left: 0;
	}
	.top-list-slider .slick-next, .top-instructors-slider .slick-next {
	    top: 50%;
	    right: 0;
	    left: auto;
	}
	.top-courses-slider .slick-prev {
    	top: 50%;
    	left: 0;
	}
	.top-courses-slider .slick-next {
	    top: 50%;
		right: 0;
		left: auto;
	}
	.enrollment-header {
	    text-align: center;
	}
	.slider-section-header {
	    margin: 0 0 30px;
	    text-align: center;
	}
	.blog-widget {
	    margin: 0 0 25px;
	}
}

@media only screen and (max-width: 575.98px) {
	body {
		font-size: 0.8125rem;
	}
	h1,
	.h1 {
		font-size: 1.75rem;
	}
	h2,
	.h2 {
		font-size: 1.5rem;
	}
	h3,
	.h3 {
		font-size: 1.25rem;
	}
	h4,
	.h4 {
		font-size: 1rem;
	}
	h5,
	.h5 {
		font-size: 0.875rem;
	}
	h6,
	.h6 {
		font-size: 0.75rem;
	}
	.card {
		margin-bottom: 0.9375rem;
	}
	.card-body {
		padding: 1.25rem;
	}
	.card-header {
		padding: .75rem 1.25rem;
	}
	.card-footer {
		padding: .75rem 1.25rem;
	}
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-navbar-rht {
		display: none;
	}
	.main-nav li.login-link {
		display: block;
	}
	.navbar-header {
		width: 100%;
	}
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.navbar-brand.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.navbar-brand.logo img {
		height: 40px;
	}
	.search-box form {
		display: block;
	}
	.search-box .search-location {
		width: 100%;
		-ms-flex: none;
		flex: none;
	}
	.search-box .search-info {
		width: 100%;
		-ms-flex: none;
		flex: none;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 28px;
	}
	.slick-next {
		right: 0px;
	}
	.section-header h2 {
		font-size: 1.5rem;
	}
	.section-header .sub-title {
		font-size: 0.875rem;
	}
	.speicality-item p {
		font-size: 0.875rem;
	}
	.section-header p {
		font-size: 0.9375rem;
	}
	.footer-title {
		font-size: 1.125rem;
	}
	.booking-schedule.schedule-widget {
		overflow-x: auto;
	}
	.booking-schedule.schedule-widget > div {
		width: 730px;
	}
	.booking-schedule .day-slot ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.booking-schedule .day-slot li {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		width: 100px;
	}
	.booking-schedule .time-slot ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.booking-schedule .time-slot li {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		width: 100px;
	}
	.booking-schedule .time-slot li .timing span {
		display: inline-block;
	}
	.booking-schedule .day-slot li.right-arrow {
		right: -20px;
	}
	.booking-doc-info .booking-doc-img {
		width: 70px;
	}
	.booking-doc-info .booking-doc-img img {
		height: 70px;
		width: 70px;
	}
	.voice-call-avatar .call-avatar {
		height: 80px;
		width: 80px;
	}
	.call-duration {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		position: inherit;
	}
	.end-call {
		margin-top: 10px;
		position: inherit;
	}
	.user-tabs .med-records {
		min-width: 110px;
	}
	.pagination-lg .page-link {
		font-size: 1rem;
		padding: 0.5rem 0.625rem;
	}
	.row.row-grid > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.edit-link {
		font-size: 14px;
		margin-top: 2px;
	}
	.invoice-content {
		padding: 1.25rem;
	}
	.change-avatar .profile-img img {
		height: 80px;
		width: 80px;
	}
	.submit-btn-bottom {
		margin-bottom: 0.9375rem;
	}
	.service-list ul li {
		width: 100%;
	}
	.blog {
		padding: 1.25rem;
	}
	.blog-title {
		font-size: 18px;
	}
	.blog-view .blog-title {
		font-size: 20px;
	}
	.blog-info i {
		font-size: 14px;
	}
	.post-left ul li {
		margin-right: 10px;
	}
	.post-left ul li:last-child {
		margin-right: 10px;
	}
	.about-author-img {
		height: 60px;
		width: 60px;
	}
	.author-details {
		margin-left: 80px;
	}
	.blog-comments .comments-list li img.avatar {
		border-radius: 40px;
		height: 40px;
		width: 40px;
	}
	.blog-comments .comments-list li {
		padding: 10px 0 0 50px;
	}
	.read-more {
		font-size: 14px;
	}
	.top-list-slider .slick-prev, .top-instructors-slider .slick-prev {
	    top: 50%;
	    left: 0;
	}
	.top-list-slider .slick-next, .top-instructors-slider .slick-next {
	    top: 50%;
	    right: 0;
	    left: auto;
	}
}

@media only screen and (max-width:479px) {
	.show_video_hoctructuyen{max-height:300px;}
	.section-search {
		min-height: 410px;
		padding: 30px 15px;
	}
	.specialities-slider .slick-slide {
		margin-right: 10px;
	}
	.speicality-img {
		width: 120px;
		height: 120px;
	}
	.speicality-img img {
		width: 50px;
	}
	.shop-booking a.view-pro-btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.shop-booking a.apt-btn {
		width: 100%;
	}
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
	.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
		max-width: 160px;
	}
	.section-features,
	.section-features,
	.section-specialities {
		background-color: #fff;
		padding: 30px 0;
	}
	.login-header h3 a {
		color: #0de0fe;
		float: none;
		font-size: 15px;
		margin-top: 10px;
		text-align: center;
		display: block;
	}
	.login-header h3 {
		text-align: center;
	}
	.appointments .appointment-list {
		text-align: center;
	}
	.appointment-list .profile-info-widget {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.appointment-list .profile-info-widget {
		text-align: center;
	}
	.appointment-list .profile-info-widget .booking-doc-img {
		margin: 0 0 15px;
	}
	.appointment-list .profile-info-widget .booking-doc-img img {
		border-radius: 50%;
		height: 100px;
		width: 100px;
	}
	.appointment-list .profile-det-info {
		margin-bottom: 15px;
	}
	.appointments .appointment-action {
		margin-top: 0;
	}
	.user-tabs .nav-tabs .nav-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.review-listing .recommend-btn span {
		display: block;
		margin-bottom: 10px;
	}
	.review-listing > ul li .comments-reply {
		margin-left: 0;
	}
	.schedule-nav .nav-tabs li {
		display: block;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
	.fc-header-toolbar .fc-left {
		margin-bottom: 10px;
	}
	.fc-header-toolbar .fc-right {
		margin-bottom: 10px;
	}
}

