@charset "UTF-8";
/* dùng cho một vài thuộc tính riêng cho trình duyện VD: transition, box-shadow */
/* căn giữa chiều dọc và ngang trên 1 box */
/* background opacity */
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: calc(100% + 15px * 2);
  flex: 0 0 calc(100% + 15px * 2);
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
  float: left;
  padding: 0 15px;
  transition: 0.2s;
}

.col {
  padding: 0 15px;
  transition: 0.2s;
}

/* dùng xs cho màn điện thoại có kích thước nhỏ hơn 576px */
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .col-xs-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-xs-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-xs-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-xs-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-xs-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-xs-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-xs-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-xs-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-xs-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-xs-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-xs-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-xs-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* dùng sm cho màn điện thoại có kích thước lớn hơn 576px */
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-sm-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-sm-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-sm-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-sm-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-sm-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-sm-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-sm-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-sm-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-sm-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-sm-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* dùng md cho màn điện thoại có kích thước lớn hơn 768px */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-md-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-md-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-md-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-md-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-md-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-md-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-md-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-md-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-md-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-md-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* dùng lg cho màn điện thoại có kích thước lớn hơn 992px */
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-lg-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-lg-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-lg-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-lg-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-lg-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-lg-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-lg-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-lg-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-lg-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-lg-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-lg-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* dùng xl cho màn điện thoại có kích thước lớn hơn 1200px */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-xl-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-xl-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-xl-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-xl-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-xl-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-xl-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-xl-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-xl-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-xl-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-xl-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-xl-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
    flex: 0 0 calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-xl-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* 
	thuộc tính transform dùng để tạo hiệu ứng
		rotate(Độ:deg): hiệu ứng xoay VD rotate(90deg)
		scale(kích thước phóng:số): hiệu ứng zoo VD scale(1)

		translateX(px): di chuyển ngang
		translateY(px): di chuyển dọc

		skewX(Độ:deg): nghiêng ngang
		skewY(Độ:deg): nghiêng dọc

		transform-origin: Nó cho phép bạn định vị chiều rộng và chiều cao cho thành phần,
		dùng chung với transform và có các thuộc tính: top bottom left right và %

		Perspective: tạo hiệu ứng 3D nó sẽ cho ta thấy được chiều sâu của thành phần, 
		khoảng chiều sâu được tính từ điểm đặt ban đầu tới giá trị của perspective (theo đơn vị pixel).

	cú pháp tạo 1 animation
	@keyframes box-rotate-reverse {
		50% {
			transform: rotate(-180deg); 
		}
		100% { 
			transform: rotate(-360deg); 
		}
	}
	gọi
	animation: NameKeyFrames duration(s) timing delay(s) iteration-count direction;
*/
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: calc(100% + 15px * 2);
  float: left;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
  float: left;
  padding: 0 15px;
  transition: 0.2s;
}

/* dùng xs cho màn điện thoại có kích thước nhỏ hơn 576px */
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .col-xs-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-xs-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-xs-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-xs-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-xs-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-xs-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-xs-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-xs-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-xs-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-xs-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-xs-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-xs-12 {
    width: 100%;
  }
  .col {
    padding: 0 15px;
  }
}
/* dùng sm cho màn điện thoại có kích thước lớn hơn 576px */
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-sm-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-sm-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-sm-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-sm-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-sm-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-sm-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-sm-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-sm-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-sm-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-sm-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* dùng md cho màn điện thoại có kích thước lớn hơn 768px */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-md-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-md-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-md-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-md-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-md-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-md-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-md-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-md-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-md-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-md-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-md-12 {
    width: 100%;
  }
}
/* dùng lg cho màn điện thoại có kích thước lớn hơn 992px */
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-lg-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-lg-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-lg-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-lg-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-lg-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-lg-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-lg-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-lg-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-lg-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-lg-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* dùng xl cho màn điện thoại có kích thước lớn hơn 1200px */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-xl-1 {
    width: calc(100% - 100% / (12 / (12 - 1)));
  }
  .col-xl-2 {
    width: calc(100% - 100% / (12 / (12 - 2)));
  }
  .col-xl-3 {
    width: calc(100% - 100% / (12 / (12 - 3)));
  }
  .col-xl-4 {
    width: calc(100% - 100% / (12 / (12 - 4)));
  }
  .col-xl-5 {
    width: calc(100% - 100% / (12 / (12 - 5)));
  }
  .col-xl-6 {
    width: calc(100% - 100% / (12 / (12 - 6)));
  }
  .col-xl-7 {
    width: calc(100% - 100% / (12 / (12 - 7)));
  }
  .col-xl-8 {
    width: calc(100% - 100% / (12 / (12 - 8)));
  }
  .col-xl-9 {
    width: calc(100% - 100% / (12 / (12 - 9)));
  }
  .col-xl-10 {
    width: calc(100% - 100% / (12 / (12 - 10)));
  }
  .col-xl-11 {
    width: calc(100% - 100% / (12 / (12 - 11)));
  }
  .col-xl-12 {
    width: 100%;
  }
}
.hidden {
  display: none;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.gray {
  color: #666;
}

.font-12 {
  font-size: 12px;
}

.rate i {
  color: #FF912C;
}

.center {
  text-align: center;
}

.clear-fix {
  width: 100%;
  float: left;
  clear: both;
}

.mb-91 {
  margin-bottom: 91px;
}

.btn-order {
  display: flex !important;
  padding: 10px 20px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 0.1;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--color_main) !important;
  box-shadow: 0px 0px 10px #cbc3c3 !important;
  -webkit-box-shadow: 0px 0px 10px #cbc3c3;
  border-radius: 20px;
  color: var(--color_main);
  transition: 0.3s;
}
.btn-order svg {
  fill: var(--color_main);
  vertical-align: middle;
}
.btn-order span {
  color: var(--color_main);
  font-size: 16px;
  margin-left: 5px;
}

#copy-input {
  opacity: 0;
  height: 0;
  width: 5px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.bold {
  font-family: "Roboto-Bold", sans-serif;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
font,
img,
ol,
ul,
li,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

i {
  font-style: normal;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  content: " ";
  clear: both;
}

.text_white {
  color: #fff;
}

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

.owl-carousel .owl-dots {
  display: none !important;
}

.users .button, .cart .button {
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: var(--color_main);
  transition: all ease 0.5s;
}

.users input {
  height: 44px;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #e7eaec;
  border: none;
  margin-bottom: 10px;
}

body {
  width: 100%;
  height: auto;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-family: sans-serif;
}

ul {
  list-style-type: none;
}

a {
  color: #222222;
  text-decoration: none;
}

input {
  outline: none;
}

select {
  outline: none;
}

* {
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
}

.image-4-3 {
  width: 100%;
  height: auto !important;
  position: relative;
}
.image-4-3:after {
  content: "";
  display: block;
}
.image-4-3 img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.image-4-3:after {
  padding-bottom: 75%;
}

/* Scollbar */
* {
  scrollbar-color: #0b284d #ccc;
  scrollbar-width: thin;
  scrollbar-face-color: #0b284d;
  scrollbar-track-color: #ccc;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #0b284d;
}

::-webkit-scrollbar-thumb:hover {
  background: #68767b;
}

.pagination {
  justify-content: center;
}
.pagination-box {
  /*        @include clear_box;*/
  margin-top: 20px;
}
.pagination li, .pagination .page-item {
  display: inline-block;
  color: #cccccc;
}
.pagination a, .pagination span, .pagination .page-link {
  color: #cccccc;
  padding: 10px 15px;
  display: block;
  text-align: center;
  border: 1px solid #eeeeee;
  background: #ffffff;
  margin-bottom: 5px;
  transition: 0.2s;
}
.pagination a:hover, .pagination span:hover, .pagination .page-link:hover {
  background: var(--color_main);
  color: #ffffff;
  border: 1px solid var(--color_main);
  transition: 0.2s;
}
.pagination li.active a, .pagination li.active span, .pagination li.active .page-link, .pagination .active a, .pagination .active span, .pagination .active .page-link {
  border: 1px solid var(--color_main);
  color: #ffffff;
  background: var(--color_main);
}

@media only screen and (max-width: 575px) {
  .pagination .page-item {
    display: none !important;
  }
  .pagination .page-item:nth-child(1),
  .pagination .page-item:nth-child(2),
  .pagination .page-item:nth-child(3),
  .pagination .page-item:nth-last-child(1),
  .pagination .page-item:nth-last-child(2),
  .pagination .page-item:nth-last-child(3),
  .pagination .page-item.disabled,
  .pagination .page-item.active {
    display: inline-block !important;
  }
}
/* Module Breadcrumb */
/*@import '../components/_breadcrumb.scss';*/
.btn {
  float: left;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
}
.btn-flat {
  border-radius: 0px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-checkbox {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 0px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.btn-checkbox:checked {
  background: url(/images/icon-check.png?970f6dedfb1e3f7fb8d3fe2cd37d4363);
  background-size: 20px 20px;
  color: #e9ecee;
  border: none;
}

/* Module Loading */
/* Loading full page */
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

#loading_image {
  width: 100%;
  height: 100%;
  background: url(/images/loading_image.gif?032e99f98dc4713a45e731db297a42f2) no-repeat center center;
  background-size: 50px 50px;
}

/* loading in box */
.loading {
  position: relative;
  transition: 0.2s;
}
.loading:before, .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
}
.loading:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.loading:after {
  background: url(/images/loading_image.gif?032e99f98dc4713a45e731db297a42f2) no-repeat center center;
  background-size: 50px 50px;
}

/* Module progress  */
.progress-box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: 0.1s;
  z-index: 100000;
  display: none;
}

.progress-run {
  height: 100%;
  width: 0;
  background: #0000ff;
  display: block;
  transition: 0.1s;
}

.image-square,
.image-circle,
.image-3-2,
.image-16-9 {
  width: 100%;
  height: auto !important;
  position: relative;
}
.image-square:after,
.image-circle:after,
.image-3-2:after,
.image-16-9:after {
  content: "";
  display: block;
}
.image-square img,
.image-circle img,
.image-3-2 img,
.image-16-9 img {
  /*        @include image;*/
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.image-square:after {
  padding-bottom: 100%;
}

.image-circle {
  border-radius: 100%;
  overflow: hidden;
}
.image-circle:after {
  padding-bottom: 100%;
}

.image-3-2:after {
  padding-bottom: 66.66%;
}

.image-16-9:after {
  padding-bottom: 56.25%;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  transition: 0.2s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-close {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10001;
}
.popup-dialog {
  width: 600px;
  float: left;
  margin: 30px auto;
  position: relative;
  z-index: 10002;
}
.popup-header {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.popup-header__content p {
  padding: 10px 10px;
  background: #0000ff;
  color: #ffffff;
  font-weight: bold;
}
.popup-header__close {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  cursor: pointer;
}
.popup-header__close i {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #1b1bca;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  transition: 0.2s;
}
.popup-header__close i:hover {
  background: #0000ff;
  transition: 0.2s;
}
.popup-body {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #ffffff;
  padding: 10px;
}
.popup-footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  text-align: right;
}
.popup-footer__content {
  width: 100%;
  float: left;
  clear: both;
  padding: 10px;
  text-align: right;
}
.popup-footer .btn {
  float: none;
  display: inline-block;
  margin-left: 5px;
  padding: 8px 10px;
}

.css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5, .css-content h6 {
  color: #000000;
  margin: 15px 0;
}
.css-content h2 {
  font: 700 20px/24px var(--font_family), sans-serif;
}
.css-content h3 {
  font: 700 18px/21px var(--font_family), sans-serif;
}
.css-content h4 {
  font: 700 16px/19px var(--font_family), sans-serif;
}
.css-content h5,
.css-content h6 {
  font: 700 14px/18px var(--font_family), sans-serif;
}
.css-content a {
  color: #333333;
}
.css-content div {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: justify;
}
.css-content p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: justify;
}
.css-content ul {
  width: 100%;
}
.css-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 25px;
  position: relative;
  text-align: justify;
}
.css-content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc0021;
  border-radius: 100%;
}
.css-content ol {
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
}
.css-content ol li {
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
  text-align: justify;
}
.css-content .sudo-media-item {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.css-content .sudo-media-item img {
  margin-bottom: 5px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.css-content .sudo-media-item figcaption {
  padding: 10px 0;
}
.css-content .table {
  width: 100% !important;
}
.css-content table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 20px;
}
.css-content table tr td, .css-content table tr th {
  padding: 10px;
  border: 1px solid #000;
}
.css-content iframe {
  max-width: 100% !important;
  margin: 20px auto;
  display: block;
  height: 450px !important;
}
.css-content .mce-toc {
  width: 100%;
  padding: 10px;
  border: 1px dashed #ccc;
  background: #fcfcfc;
  margin: 20px 0;
  box-sizing: border-box;
}
.css-content .mce-toc > div {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
}
.css-content .mce-toc ul {
  color: #1ca54c !important;
  margin: 0;
  list-style: none;
}
.css-content .mce-toc ul li {
  margin-left: 20px;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
.css-content .mce-toc ul li a {
  font-weight: bold !important;
  color: #333333 !important;
}
.css-content .mce-toc ul li ul {
  margin-top: 10px;
}
.css-content .mce-toc ul li ul li a {
  font-weight: normal !important;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.price {
  color: var(--color_main);
  font-weight: bold;
}

.price_old {
  text-decoration: line-through;
}

.flex-row {
  display: flex;
}
.flex-row > .item {
  flex: 1;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.red {
  color: var(--color_main);
}

.green {
  color: #21a567;
}

.course_free {
  display: inline-block;
  padding: 6px 10px;
  background: #13a89e;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
}

.notify {
  position: fixed;
  right: -350px;
  top: 12px;
  width: 300px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10001;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}
.notify p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.notify p i {
  font-size: 20px;
  margin-right: 4px;
}
.notify span {
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.notify a {
  font-size: 15px;
  color: #21A567;
}
.notify.success {
  border: 1px solid #5bc54d;
}
.notify.success p {
  color: #5bc54d;
}
.notify.success p i {
  color: #5bc54d;
}
.notify.warning {
  border: 1px solid #FA2442;
}
.notify.warning p, .notify.warning span {
  color: #FA2442;
}

.closeBtn {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #606060;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.closeBtn:before, .closeBtn:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #FEFEFE;
  position: absolute;
  top: 50%;
  left: 50%;
}
.closeBtn:before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.closeBtn:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.text-up {
  text-transform: uppercase;
}

.color-white {
  color: #fff;
}

.color-main {
  color: var(--color_main);
}

.slider {
  background: #eef1f2;
  padding: 30px 0;
}
.slider-menu {
  border-radius: 7px;
  background: #fff;
  padding: 20px 0 3px;
  position: relative;
}
.slider-menu .label {
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.09px;
  color: #464646;
  margin-bottom: 0;
}
.slider-menu_parent {
  list-style: none;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-left: 2px solid transparent;
  transition: all ease 0.3s;
  cursor: pointer;
  border-left: 2px solid #fff;
}
.slider-menu_parent .parent {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: -0.09px;
  color: #464646;
}
.slider-menu_parent .parent-img {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  margin-right: 8px;
  vertical-align: middle;
}
.slider-menu_parent .parent-img img {
  width: 100%;
}
.slider-menu_parent .parent-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: -0.09px;
  color: #464646;
}
.slider-menu_parent:hover {
  background: #f4f7f8;
  border-left: 2px solid var(--color_main);
}
.slider-menu_parent:hover .slider-menu_sub {
  display: block;
}
.slider-menu_parent .slider-menu_sub {
  position: absolute;
  display: none;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  z-index: 999;
  background: #fff;
  border-left: 1px solid #e7eaec;
  padding: 4px 0;
  border-radius: 7px;
}
.slider-menu_parent .slider-menu_sub ul {
  padding: 0 0 12px;
}
.slider-menu_parent .slider-menu_sub ul li.child {
  transition: all ease 0.3s;
  font-weight: 400;
  border: none;
  font-size: 14px;
  letter-spacing: -0.09px;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}
.slider-menu_parent .slider-menu_sub ul li.child:hover {
  background: #f4f7f8;
}
.slider-menu_parent .slider-menu_sub ul li.child a {
  line-height: 32px;
  height: 32px;
  display: block;
}
.slider-menu_parent .slider-menu_sub .best-course {
  top: 0;
  right: -123%;
  position: absolute;
  height: 100%;
  width: 370px;
  background: #fff;
  z-index: 99999;
  border-left: 1px solid #e7eaec;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course {
  position: relative;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 16px 20px 10px;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item {
  height: 90px;
  margin-bottom: 16px;
  position: relative;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .img img {
  width: 100%;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info {
  width: calc(100% - 100px) !important;
  padding-left: 10px;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info h3 {
  line-height: 1.33;
  overflow: hidden;
  height: 42px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: #464646;
  margin: 0 0 5px;
  height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  line-height: normal;
  color: #464646;
  font-weight: 600;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info .stars {
  font-size: 13px;
  text-align: left;
  line-height: 1;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info .stars i {
  color: #f5a623;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info .stars .avg-rate {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.slider-menu_parent .slider-menu_sub .best-course .group_course .best-course_item .info .box-price .price {
  margin-right: 15px;
}
.slider-slide_img img {
  border-radius: 7px;
}
.slider-banner_item {
  margin-bottom: 30px;
}
.slider-banner_item img {
  border-radius: 7px;
  width: 100%;
}
.slider-banner_item:last-child {
  margin-bottom: 0;
}

.title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #0b284d;
  margin: 30px 0;
  position: relative;
}
.title:before {
  position: absolute;
  content: "";
  height: 42px;
  width: 100px;
  border-bottom: 2px solid #0b284d;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.title2 {
  font-size: 22px;
  color: #0b284d;
  position: relative;
  font-weight: bold;
  margin: 30px 0;
}
.title2:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 100px;
  border-bottom: 2px solid #0b284d;
  left: 0;
}

.more {
  height: 36px;
  width: 135px;
  border-radius: 18px;
  line-height: 36px;
  background: linear-gradient(#00da65, #0b284d) no-repeat;
  box-shadow: 0 7px 13px -3px rgba(45, 35, 66, 0.3), 0 2px 4px 0 rgba(45, 35, 66, 0.4), inset 0 -2px 0 0 #0b284d;
  transition: all ease 0.5s;
}
.more.white a {
  color: #0b284d;
}
.more.white i {
  color: #0b284d;
}
.more.blue {
  background: #0b284d;
}
.more.blue a, .more.blue i {
  color: #fff;
}
.more.center {
  display: block;
  margin: 0 auto;
}
.more a {
  font-weight: bold;
  justify-content: center;
  display: flex;
}
.more i {
  font-size: 25px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  line-height: 36px;
}
.more:hover {
  transform: translateY(-3px);
}

.stars i {
  color: #f5a623;
}

.homecourse {
  padding-bottom: 30px;
  padding-top: 30px;
}
.homecourse .post_home__list {
  border-bottom: 1px solid #ededed;
}
.homecourse-title_cate {
  font-weight: 900;
  color: #0b284d;
  font-size: 22px;
  position: relative;
  width: 100%;
}
.homecourse-title_cate:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 80px;
  border-bottom: 1px solid #0b284d;
  left: 0;
}
.homecourse-title_btn {
  background: #0b284d;
  text-align: center;
}
.homecourse-title_btn a {
  color: #fff;
  font-weight: bold;
}
.homecourse-list {
  margin: 30px 0 0;
}
.homecourse-list .course {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  margin-right: 20px;
}
.homecourse-list .course:nth-child(4n) {
  margin-right: 0;
}
.homecourse .title_post {
  margin-top: 40px;
  width: 100%;
}
.homecourse .title_post span {
  font-size: 25px;
  font-weight: 600;
}

.course {
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}
.course-img a {
  display: block;
  line-height: 0;
}
.course-img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 250px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-info {
  padding: 15px 0 0;
  background: #fff;
}
.course-info_name {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
  transition: 0.3s;
}
.course-info_teach {
  margin: 5px 0;
}
.course-info_teach span {
  display: block;
  color: #90a0b7;
  font-size: 13px;
}
.course-bottom_star {
  font-size: 12px;
  margin: 5px 0;
}
.course-bottom_star i {
  line-height: 25px;
}
.course-bottom_star span {
  color: #90a0b7;
}
.course-bottom_stu {
  color: #0b284d;
  font-weight: bold;
  line-height: 27px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
}
.course-bottom_more {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  height: 27px;
  line-height: 27px;
  width: 98px;
  text-align: center;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  background: linear-gradient(#0b284d, #102f56) no-repeat;
  box-shadow: 0 7px 13px -3px rgba(45, 35, 66, 0.3), 0 2px 4px 0 rgba(45, 35, 66, 0.4), inset 0 -2px 0 0 #1e4373;
  transition: all ease 0.5s;
  z-index: 1;
}
.course-bottom_more a {
  color: #fff;
}
.course-price {
  margin: 5px 0;
  align-items: center;
}
.course-price span {
  display: block;
}
.course-price span.price {
  font-size: 17px;
  color: #334d6e;
  margin-right: 15px;
}
.course-price span.price_old {
  color: #90a0b7;
}
.course:hover .course-info_name {
  color: var(--color_main);
}

.aboutus {
  margin-bottom: 30px;
}
.aboutus-des {
  margin-top: 20px;
}
.aboutus-des_title {
  text-transform: uppercase;
  color: #0b284d;
  line-height: 25px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.aboutus-des_detail {
  line-height: 23px;
}
.aboutus-des_more {
  background: #0b284d;
  color: #fff;
  text-align: center;
}
.aboutus-des_more a {
  color: #fff;
}
.aboutus-video {
  margin-top: 20px;
  position: relative;
}
.aboutus-video img {
  width: 100%;
}
.aboutus-video_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 45px;
  cursor: pointer;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.aboutus-video_icon i {
  font-size: 32px;
  color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0901960784);
}

.feedback {
  margin-bottom: 30px;
}
.feedback-item {
  box-shadow: 1px 1px 10px #ccc;
}
.feedback-item img {
  border-radius: 4px;
}
.feedback .owl-item {
  opacity: 0.3;
}
.feedback .active {
  opacity: 0.3;
}
.feedback .center.active {
  opacity: 1;
}
.feedback-video {
  position: relative;
}
.feedback-video img {
  width: 100%;
}
.feedback-video_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 45px;
  cursor: pointer;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.feedback-video_icon i {
  font-size: 32px;
  color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0901960784);
}

.owl-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  left: 45%;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dot.active span {
  background: #0b284d;
}

.hotline {
  /*position: fixed;
  left: 20px;
  bottom: 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  background: $red;
  padding: 0 15px 0 4px;
  z-index: 10000;*/
}
.hotline-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0b284d;
  display: inline-block;
  text-align: center;
}
.hotline-icon i {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 38px;
  line-height: 38px;
}
.hotline-phone {
  display: inline-block;
  color: #fff;
}
.hotline-phone a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.category {
  margin-bottom: 30px;
}
.category .sidebar-filter .filter {
  position: relative;
  background: #fff;
  border-radius: 7px;
  box-shadow: none;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
}
.category .sidebar-filter .filter.list-cate {
  box-shadow: 0px 0px 10px #cbc3c3;
  -webkit-box-shadow: 0px 0px 10px #cbc3c3;
}
.category .sidebar-filter .filter-title {
  padding: 12px 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  background: #0b284d;
  font-weight: bold;
  font-size: 18px;
  border-radius: 7px 7px 0 0;
}
.category .sidebar-filter .filter-box_item {
  padding: 10px 15px;
}
.category .sidebar-filter .filter-box_item li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.category .sidebar-filter .filter-box_item li input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.category .sidebar-filter .filter-box_item li input:before {
  border: 1px solid #0b284d;
}
.category .sidebar-filter .filter-box_item li input:checked:after {
  background: var(--color_main);
}
.category .sidebar-filter .filter-box_item li a {
  padding: 15px 0;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  color: #464646;
  cursor: pointer;
  text-decoration: none !important;
}
.category .sidebar-filter .filter-box_item li a.active {
  color: var(--color_main);
  font-weight: bold;
}
.category .sidebar-filter .filter-box_item li:hover {
  background: #f4f7f8;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 12px 0 12px 45px;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle .checkmark {
  position: absolute;
  top: 16px;
  left: 20px;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #a3a3a3;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #317ece;
  content: "";
  position: absolute;
  display: none;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}
.category .sidebar-filter .filter-box_item li .checkbox-circle input:checked ~ .checkmark {
  border: 1px solid #317ece;
}
.category .sidebar-filter .filter-box_sub {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
  padding: 12px 0 12px 20px;
}
.category .toolbar {
  display: flex;
  align-items: center;
}
.category .toolbar-title {
  padding: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  box-shadow: 0px 0px 10px #cbc3c3;
  -webkit-box-shadow: 0px 0px 10px #cbc3c3;
  border-radius: 7px;
}
.category .toolbar-title_icon {
  width: 40px;
}
.category .toolbar-title_icon span {
  height: 2px;
  background-color: #222222;
  margin-bottom: 3px;
  display: block;
}
.category .toolbar-title_icon span:first-child {
  width: 25px;
}
.category .toolbar-title_icon span:last-child {
  width: 15px;
}
.category .toolbar-title_icon span:nth-child(2) {
  width: 20px;
}
.category .toolbar-title_text {
  padding-right: 20px;
}
.category .toolbar-filter_item {
  padding: 10px;
  font-size: 14px;
  line-height: 0.1;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--color_main);
  box-shadow: 0px 0px 10px #cbc3c3;
  -webkit-box-shadow: 0px 0px 10px #cbc3c3;
  border-radius: 20px;
  margin-left: 15px;
  color: var(--color_main);
  transition: 0.3s;
}
.category .toolbar-filter_item.active, .category .toolbar-filter_item:hover {
  color: #fff;
  background: var(--color_main);
}
.category-course {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.category-course .course {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.category-course .course:nth-child(3n) {
  margin-right: 0;
}
.category .more {
  background: #0b284d;
}

.more_text {
  cursor: pointer;
  color: #0b284d;
  margin-bottom: 20px;
  margin-top: 5px;
  text-decoration: underline;
  display: none;
}
.more_text:hover {
  color: var(--color_main);
}
.more_text.active {
  display: block;
}

.subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #464646;
}

.detail {
  background: #eef1f2;
  padding: 30px 0;
}
.detail .top {
  border-radius: 7px;
  background-color: #fff;
  padding: 25px 21px 25px 39px;
}
.detail .top_video {
  margin-bottom: 20px;
}
.detail .top_video iframe {
  width: 100%;
}
.detail .top h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.7px;
  color: #464646;
  height: auto;
  margin-bottom: 18px;
}
.detail .top .des {
  font-size: 16px;
  line-height: 1.43;
  color: #464646;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: 0.3s;
}
.detail .top .des.active {
  display: block;
}
.detail .top .author-area {
  display: flex;
  justify-content: space-between;
}
.detail .top .author-area .author-info {
  display: flex;
  align-items: center;
}
.detail .top .author-area .author-info .author-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.detail .top .author-area .author-info .author-name {
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #464646;
}
.detail .top .author-area .student-info {
  display: flex;
  align-items: center;
}
.detail .top .author-area .student-info .student-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.detail .top .author-area .student-info .student-count {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #464646;
}
.detail .top .author-area .student-info .student-count span {
  color: #f5a623;
}
.detail .top .author-area .rating-area {
  display: flex;
  align-items: center;
}
.detail .top .author-area .rating-area .star-rating {
  font-size: 13px;
  text-align: left;
}
.detail .top .author-area .rating-area .star-rating .back-stars {
  font-size: 14px;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.detail .top .author-area .rating-area .star-rating .back-stars i {
  margin-right: 5px;
}
.detail .top .author-area .rating-area .star-rating .back-stars b {
  color: #464646;
}
.detail .top .author-area .rating-area .star-rating .back-stars span {
  width: 110px;
  height: 20px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  margin-left: 10px;
  color: #464646;
}
.detail .submenu {
  margin-top: 10px;
  width: 100%;
  display: flex;
  height: 48px;
  padding: unset;
  border-radius: 7px;
  align-items: center;
  background-color: var(--color_main);
  justify-content: space-around;
}
.detail .submenu a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0 10px;
}
.detail .course-detail {
  margin-top: 10px;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
}
.detail .teacher {
  margin-top: 10px;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
}
.detail .teacher .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #464646;
  margin-bottom: 23px;
}
.detail .teacher-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .teacher-overview .teacher-personal-info {
  display: flex;
}
.detail .teacher-overview .teacher-personal-info .teacher-image {
  border-radius: 50%;
  margin-right: 40px;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.detail .teacher-overview .teacher-personal-info .teacher-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail .teacher-overview .teacher-personal-info .teacher-info .title-teacher {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.3px;
  color: #464646;
}
.detail .teacher-overview .teacher-personal-info .teacher-info .teacher-name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #464646;
}
.detail .teacher-overview .teacher-course-info {
  width: 214px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #dedfe0;
  display: flex;
}
.detail .teacher-overview .teacher-course-info .course-number {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.detail .teacher-overview .teacher-course-info .student-number {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.detail .teacher-overview .teacher-course-info .number {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
  color: #464646;
}
.detail .teacher-overview .teacher-course-info .label {
  font-size: 10px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #464646;
}
.detail .teacher-experiences {
  margin-top: 20px;
  color: #000;
}
.detail .teacher-experiences .text_all {
  max-height: 120px;
  overflow: hidden;
  transition: 0.3s;
}
.detail .teacher-experiences .text_all.active {
  height: 100%;
  max-height: 100%;
}
.detail .teacher-experiences .more_text {
  text-align: center;
}
.detail .comment {
  margin-top: 10px;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
}
.detail .comment .subtitle {
  margin-bottom: 25px;
}
.detail .comment .form-review #btn-discuss {
  border-radius: 5px;
  cursor: pointer;
  max-width: 100px;
}
.detail .comment .form-review .text-rating {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: center;
  color: #232731;
}
.detail .comment .form-review .comment-review {
  margin-top: 24px;
}
.detail .comment .form-review .comment-review textarea {
  border: none;
  margin: auto;
  width: 352px;
  height: 80px;
  border-radius: 6px;
  background-color: #ededed;
  padding: 8px 16px;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #464d5d;
  resize: none;
  max-width: 100%;
}
.detail .comment .form-review button {
  display: block;
  width: 170px;
  margin: 20px auto;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(#ea363e, #bf0c14) no-repeat;
  box-shadow: 0 7px 13px -3px rgba(45, 35, 66, 0.3), 0 2px 4px 0 rgba(45, 35, 66, 0.4), inset 0 -2px 0 0 var(--color_main);
  transition: all ease 0.5s;
}
.detail .sidebar {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}
.detail .sidebar-img {
  border-radius: 7px 7px 0 0;
  width: 100%;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detail .sidebar-img img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .sidebar-price_old {
  color: #666;
}
.detail .sidebar-price_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 18px;
}
.detail .sidebar-price_price .heart {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
}
.detail .sidebar-price_price .heart i {
  width: 24px;
  height: 24px;
  font-size: 24px !important;
  color: #848282;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.detail .sidebar-price_price .heart i:hover {
  background: #f4f7f8;
}
.detail .sidebar-price_price .heart.active i {
  color: var(--color_main);
}
.detail .sidebar-btn_order {
  width: 100%;
  height: 48px;
  font-weight: bold;
  font-size: 18px;
  border: none;
  order: -1;
  border-radius: 25px;
  background-color: var(--color_main);
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  transition: all ease 0.5s;
}
.detail .sidebar-btn_order a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  line-height: 48px;
}
.detail .sidebar-btn_order:hover {
  transform: translateY(-3px);
}
.detail .sidebar-btn_add {
  flex: 1;
  display: flex;
}
.detail .sidebar-btn_add a {
  height: 48px;
  width: 50%;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  padding: 0;
  margin-right: 12px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: center;
  color: #464646;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
}
.detail .sidebar-btn_add a:last-child {
  margin-right: 0;
}
.detail .sidebar-btn_add a:hover, .detail .sidebar-btn_add a.active {
  color: var(--color_main);
  border: 1px solid var(--color_main);
}
.detail .sidebar .course-info-detail {
  padding: 20px 24px 24px;
}
.detail .sidebar.fixed {
  position: sticky;
  top: 0;
  max-width: 370px;
  z-index: 999;
}
.detail .related_list .course {
  background: none;
}
.detail .related_list .course-info {
  background: none;
}
.detail .related-title {
  font-weight: 900;
  color: #0b284d;
  font-size: 22px;
  position: relative;
}
.detail .related-title:after {
  position: absolute;
  content: "";
  height: 35px;
  width: 80px;
  border-bottom: 2px solid var(--color_main);
  left: 0;
}
.detail .related-item {
  width: 100%;
  margin-bottom: 15px;
}
.detail .related-item a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.detail .related-item_img img {
  width: 100%;
  padding: 2px;
  background: #fff;
}
.detail .related-item h3 {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.detail .related-item .star {
  padding: 10px;
  text-align: center;
}

.shiping-area {
  margin-top: 15px;
}
.shiping-area .ship-item {
  display: flex;
  margin-bottom: 8px;
}
.shiping-area .ship-item .ship-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.shiping-area .ship-item .ship-description {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  color: #464646;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart {
  background: #eef1f2;
  padding-bottom: 30px;
}
.cart .count-cart {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.cart-item {
  padding: 20px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 20px;
}
.cart-item_img {
  width: 126px;
  height: 80px;
  margin-right: 20px;
}
.cart-item_img img {
  width: 100%;
  height: 80px;
}
.cart-item_info {
  width: 207px;
}
.cart-item_info h3 {
  display: -webkit-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #464646;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-item_info .author-name {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.1px;
  color: #9b9b9b;
}
.cart-item_price {
  width: 190px;
  margin-left: 30px;
}
.cart-item_price .price {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.cart-item_price .price_old {
  color: #9b9b9b;
}
.cart-item_delete {
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.cart-item_delete svg {
  width: 28px;
  height: 28px;
  line-height: 36px;
  height: 36px;
  font-size: 20px;
  fill: #9b9b9b;
}
.cart-item_delete:hover {
  background: #f4f7f8;
}
.cart .result {
  padding: 20px;
  background: #fff;
  border-radius: 7px;
}
.cart .result table {
  width: 100%;
}
.cart .result table tr.item td:first-child {
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
  margin-bottom: 0 !important;
  height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 36px;
}
.cart .result table tr.item td:last-child {
  text-align: right;
}
.cart .result table tr.sub {
  padding-bottom: 20px;
  color: #9b9b9b;
}
.cart .result table tr.sub td:first-child {
  background-color: inherit;
  font-size: 14px;
  padding: 20px 0;
}
.cart .result table tr.sub td:last-child {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart .result table tr.total {
  border-top: 1px solid #ccc;
  padding-top: 14px;
}
.cart .result table tr.total td:first-child {
  padding-top: 14px;
  display: inline-block;
  font-weight: 600;
}
.cart .result table tr.total td:last-child {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart .result-order {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  font-weight: bold;
  border: none;
  order: -1;
  border-radius: 25px;
  background-color: var(--color_main);
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.cart .result-order a {
  color: #fff;
  font-size: 18px;
  font-size: 18px;
  display: block;
  line-height: 48px;
  height: 100%;
  width: 100%;
}

.users {
  background: #eef1f2;
  padding-bottom: 30px;
}
.users .text-forget {
  display: block;
  margin-bottom: 20px;
}
.users .content {
  padding: 20px 40px;
  background: #fff;
  border-radius: 7px;
  width: 100%;
  background: #fff;
}
.users .form p.lable {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.06px;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.users .form .google-facebook {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.users .form .google-facebook a {
  color: #fff;
  width: 155px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background-color: #3a559f;
  border-radius: 7px;
}
.users .form .google-facebook a:first-child {
  background: #3a559f;
}
.users .form .google-facebook a:last-child {
  background: var(--color_main);
}
.users .form .google-facebook a i {
  font-size: 20px;
  line-height: 45px;
}
.users .form .google-facebook a span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 5px;
}
.users .form-group input {
  height: 44px;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #e7eaec;
  border: none;
  margin-bottom: 10px;
}
.users .form-group .button-login, .users .form-group .button-forget-password {
  cursor: pointer;
  width: 150px;
  display: inline-block;
}
.users .form-group .button-register {
  cursor: pointer;
  width: 150px;
  display: inline-block;
}
.users .form-group p {
  font-size: 13px;
  width: 320px;
  margin-bottom: 15px;
}
.users .form-group p a {
  color: #006fba;
}
.users .form-group span {
  margin-left: 15px;
}
.users .form-group span .login {
  font-size: 16px;
  font-weight: bold;
  color: #006fba;
}
.users .form-group-forget {
  display: block;
  margin-top: 20px;
}
.users .image_login img {
  width: 100%;
}

.accounts {
  margin: 30px 0;
}
.accounts-sidebar {
  border-radius: 7px;
}
.accounts-sidebar_acc {
  background: #0b284d;
  display: flex;
  padding: 15px;
}
.accounts-sidebar_acc .img {
  width: 20%;
  margin-right: 10%;
}
.accounts-sidebar_acc .img img {
  border-radius: 50%;
  width: 100%;
}
.accounts-sidebar_acc .info p {
  color: #fff;
  margin-bottom: 10px;
}
.accounts-sidebar_acc .info .name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.accounts-sidebar_list {
  border: 1px solid #ccc;
}
.accounts-sidebar_list ul li a {
  padding: 0 15px;
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ccc;
}
.accounts-sidebar_list ul li a.active {
  background: #f4f7f8;
  border-left: 2px solid var(--color_main);
  font-weight: bold;
  color: var(--color_main);
}
.accounts-detail {
  border-radius: 7px;
  border: 1px solid #ddd;
  padding: 30px;
}
.accounts-detail .list {
  display: flex;
  margin-top: 15px;
}
.accounts-detail .form-group {
  display: flex;
  position: relative;
}
.accounts-detail .form-group input {
  height: 40px;
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #e7eaec;
  border: none;
  margin-bottom: 10px;
}
.accounts-detail .form-group label {
  width: 160px;
  line-height: 40px;
  font-weight: bold;
}
.accounts-detail .form-group i {
  position: absolute;
  top: 12px;
  right: 80px;
  color: #9b9b9b;
}
.accounts-detail .form-group.has_change_pass {
  display: none;
  transition: all ease 1s;
}
.accounts-detail_img {
  width: 25%;
  margin-right: 20px;
}
.accounts-detail_img img {
  margin-bottom: 15px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.accounts-detail_info {
  width: calc(80% - 20px);
}
.accounts-detail .group-btn {
  margin-top: 30px;
}
.accounts-detail .group-btn button {
  height: 40px;
  width: 160px;
  border-radius: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.accounts-detail .group-btn_change {
  cursor: pointer;
  color: #333;
  background: #eef1f2;
  transition: all ease 0.5s;
  position: relative;
}
.accounts-detail .group-btn_change i {
  position: absolute;
  left: 15px;
  color: #9b9b9b;
  top: 12px;
}
.accounts-detail .group-btn_save {
  cursor: pointer;
  color: #fff;
  transition: all ease 0.5s;
}
.accounts-detail .group-btn_save:hover {
  opacity: 0.8;
  background: var(--color_main);
}
.accounts-orders .subtitle {
  margin-bottom: 15px;
}
.accounts-orders .table__title {
  margin: 15px 0;
}
.accounts-cart .item-order {
  border: 1px solid #ededed;
  padding: 15px;
}
.accounts-cart .item-order_top {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.accounts-cart .item-order_top .id {
  font-weight: bold;
}
.accounts-cart .item-order_detail {
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.accounts-cart .item-order_detail .img {
  width: 80px;
}
.accounts-cart .item-order_detail .img img {
  width: 100%;
}
.accounts-cart .item-order_detail .info {
  width: 60%;
  padding-left: 20px;
}
.accounts-cart .item-order_detail .info a {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1rem;
  max-height: 2rem;
}
.accounts-cart .item-order_detail .price {
  width: 20%;
  color: #f60;
  font-size: 16px;
}
.accounts-cart .item-order_bottom {
  padding-top: 15px;
}
.accounts-cart .item-order_bottom span, .accounts-cart .item-order_bottom i {
  font-size: 20px;
  font-weight: bold;
  color: #f60;
}
.accounts-cart hr {
  height: 10px;
  background: #ededed;
  color: #ededed;
  border: none;
}
.accounts_course {
  display: flex;
  flex-wrap: wrap;
}
.accounts_course .course {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.accounts_course .course:nth-child(3n) {
  margin-right: 0;
}
.accounts_course .course .feedback_student {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s;
}
.accounts_course .course .feedback_student span {
  color: var(--color_main);
  transition: 0.3s;
}
.accounts_course .course .feedback_student:hover {
  background: var(--color_main);
}
.accounts_course .course .feedback_student:hover span {
  color: #fff;
}
.accounts_course .course .course_status {
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.accounts_course .course .active-course-agency {
  padding: 7px 15px;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s;
}

.feedback_popup {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.feedback_popup .register_form {
  width: 40%;
  z-index: 999;
  position: relative;
}
.feedback_popup .register_form span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
.feedback_popup .register_form .close_popup_feeback {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  border: 2px solid var(--color_main);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback_popup .register_form .close_popup_feeback i {
  color: var(--color_main);
  font-size: 26px;
  font-weight: inherit;
}
.feedback_popup .register_form form textarea {
  padding: 10px !important;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px !important;
  height: 150px !important;
}
.feedback_popup:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.feedback_popup.active {
  display: flex;
}
.feedback_popup.active:after {
  display: block;
}

.register_form {
  background: #fff;
  padding: 50px 80px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.register_form form label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.register_form form .form-row {
  padding-bottom: 25px;
}
.register_form form .form-row .form-control {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #082346;
  height: 55px;
  padding: 0 10px;
  font-size: 16px;
}
.register_form form .form-row img {
  width: 100px;
  height: 100px;
}
.register_form form button {
  width: 100%;
  height: 55px;
  text-align: center;
  background: var(--color_main);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.5s;
}
.register_form form button:hover {
  color: #0b284d;
}

.alert-success {
  background: #26B99A;
  border: 1px solid #169F85;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.alert-danger {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.err {
  color: #ff0000;
  font-size: 12px;
  padding-left: 5px;
}

.course_detail {
  background: #f9fafc;
  padding-top: 20px;
}
.course_detail .course_detail__related {
  padding: 30px 32px;
}
.course_detail .course_detail__related .text_title {
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
}

.study-sidebar.destop {
  transition: all ease 0.5s;
  right: 0;
  display: block;
  height: 100vh !important;
  background-color: #fff;
  width: 500px !important;
  border-radius: 8px;
  padding: 0 0 30px !important;
  border: 1px solid #ccc;
  position: absolute !important;
  z-index: 9;
}
.study-sidebar.hide {
  right: -500px;
}
.study-sidebar.hide .btn_show_hide_lecture {
  left: -38px;
}
.study-sidebar.show {
  right: 0;
}
.study-sidebar.show .btn_show_hide_lecture {
  left: 0;
}
.study-sidebar.mobile {
  display: none;
}
.study-sidebar .top_show_lecture {
  height: 40px;
  margin: 0 8px;
  border-bottom: 1px solid #cfd3db;
  position: relative;
}
.study-sidebar .top_show_lecture .wrapper_curriculums {
  width: 100%;
  padding: 8px 15px 0 20px;
  display: flex;
  justify-content: center;
}
.study-sidebar .top_show_lecture .wrapper_curriculums .curriculums {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  color: #232731;
}
.study-sidebar .top_show_lecture .wrapper_curriculums .curriculums.active {
  border-bottom: 4px solid #f23b2c;
}
.study-sidebar .top_show_lecture .wrapper_documents {
  width: calc(58.3% - 28px);
  padding: 8px 15px 0px;
  display: flex;
  justify-content: flex-end;
}
.study-sidebar .top_show_lecture .wrapper_documents .documents {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  color: #232731;
}
.study-sidebar .top_show_lecture .wrapper_documents .documents.active {
  border-bottom: 4px solid #f23b2c;
}
.study-sidebar .top_show_lecture .btn_show_hide_lecture {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #d8dbe2;
  margin: 6px 0;
  border-radius: 4px;
  position: absolute;
  top: 0;
  transform-origin: 110%;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.study-sidebar .top_show_lecture .btn_show_hide_lecture i {
  font-size: 15px;
  color: #f23b2c;
}
.study-sidebar .top_show_lecture .btn_show_hide_lecture i.fa-chevron-double-left {
  display: none;
}
.study-sidebar .lecture_autoplay {
  height: 34px;
  margin: 0 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f9fafc;
}
.study-sidebar .lecture_autoplay span {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #232731;
}
.study-sidebar .lecture_autoplay .icon_autoplay {
  cursor: pointer;
  margin: 5px 8px;
  width: 30px;
  height: 8px;
  border-radius: 12px;
  position: relative;
}
.study-sidebar .lecture_autoplay .icon_autoplay.defaut_auto_play {
  background-color: #5c9cfe;
}
.study-sidebar .lecture_autoplay .icon_autoplay.defaut_auto_play .icon_round {
  right: 0;
}
.study-sidebar .lecture_autoplay .icon_autoplay.un_auto_play {
  background-color: #d8dbe2;
}
.study-sidebar .lecture_autoplay .icon_autoplay.un_auto_play .icon_round {
  left: 0;
}
.study-sidebar .lecture_autoplay .icon_autoplay .icon_round {
  position: absolute;
  width: 16px;
  height: 16px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 9;
  border-radius: 8px;
  top: -5px;
}
.study-sidebar .content_show_lecture {
  margin-top: 8px;
  overflow-y: scroll;
  height: calc(100vh - 122px);
}
.study-sidebar .content_show_lecture .lessions {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.study-sidebar .content_show_lecture .lessions .curriculums_in_chapter {
  margin-left: 25px;
  position: relative;
}
.study-sidebar .content_show_lecture .lessions .suvery-action {
  color: var(--color_main);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.study-sidebar .content_show_lecture .chapter {
  cursor: pointer;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.study-sidebar .content_show_lecture .chapter .chappter-lesson-count {
  flex: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--color_main);
}
.study-sidebar .content_show_lecture .chapter .chappter-lesson-count .collapse-icon {
  margin-left: 15px;
}
.study-sidebar .content_show_lecture .chapter .number_chapter {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #e62020;
  margin-bottom: 8px;
}
.study-sidebar .content_show_lecture .chapter .name_chapter {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #232731;
  margin-bottom: 8px;
  flex: 80%;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter {
  display: none;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter {
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-right: 100px;
  position: relative;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter:last-child {
  border-bottom: none;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter:hover {
  background-color: #cfd3db;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter .icon {
  width: 40px;
  height: 100%;
  margin-right: 7px;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter .icon i {
  font-size: 40px;
  color: #646d84;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter .name_course {
  width: calc(100% - 47px);
  padding-left: 8px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #000;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter .time_course {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #646d84;
  padding: 4px 4px;
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter.active i {
  color: var(--color_main);
}
.study-sidebar .content_show_lecture .curriculums_in_chapter .course_chapter.active .name_course {
  color: var(--color_main);
}
.study-sidebar .files {
  display: none;
}
.study-sidebar .files .non_document {
  width: 120px;
  height: 120px;
  background-color: #cfd3db;
  border-radius: 50%;
  margin: 40px auto 13px;
  padding: 32px 35px;
  text-align: center;
}
.study-sidebar .files .non_document i {
  color: #b0b5c1;
  width: 51px;
  display: block;
  margin: 0 auto;
  font-size: 50px;
}
.study-sidebar .files .no-docs {
  text-align: center;
  margin-top: 20px;
}
.study-sidebar .files ul li {
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 15px;
}
.study-sidebar .files ul li i {
  height: 40px;
  line-height: 40px;
  color: #b0b5c1;
}
.study-detail {
  transition: all ease 0.5s;
  width: calc(100% - 500px);
  height: 100%;
  padding-bottom: 100px;
}
.study-detail.show {
  width: 100%;
}
.study-detail .content_video_course {
  margin-top: 0;
  padding: 0 32px;
}
.study-detail .content_video_course .top_video_course {
  height: 48px;
  margin-bottom: 20px;
}
.study-detail .content_video_course .top_video_course .logo_edm {
  width: 142px;
  height: 48px;
  padding: 4px 0;
  border-right: 1px solid #cfd3db;
}
.study-detail .content_video_course .top_video_course .logo_edm img {
  width: 126px;
}
.study-detail .content_video_course .top_video_course .name_course {
  margin: 16px;
  max-height: 46px;
  max-width: 385px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #232731;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.study-detail .content_video_course .menu_info {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  border-top: 1px solid #ecedf1;
  border-bottom: 1px solid #ecedf1;
  padding: 8px 10px;
  transition: all ease 0.5s;
}
.study-detail .content_video_course .menu_info span {
  cursor: pointer;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: center;
  color: #232731;
  padding-bottom: 6px;
}
.study-detail .content_video_course .menu_info span.active {
  border-bottom: 4px solid var(--color_main);
}
.study-detail .content_video_course .menu_info .course_content {
  display: none;
}
.study-detail .content_video_course .tabcontent {
  display: none;
  transition: all ease 0.5s;
}
.study-detail .content_video_course .tabcontent_view p {
  padding: 5px 0;
  line-height: 25px;
}
.study-detail .content_video_course .tabcontent_view span {
  display: block;
  width: 100%;
  font-size: 25px;
  margin: 10px 0;
}
.study-detail .content_video_course .tabcontent_view__content {
  padding-left: 10px;
}
.study-detail .content_video_course .tabcontent .form-review #btn-discuss {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  transform: all 0.5s;
  border: 1px solid #ccc;
  max-width: 100px;
}
.study-detail .content_video_course .tabcontent .form-review #btn-discuss:hover {
  background-color: var(--color_main);
  border-color: var(--color_main);
  color: #fff;
}
.study-detail .content_video_course .tabcontent .list-discuss .box-question .p-name {
  display: flex !important;
  align-items: center;
}
.study-detail .content_video_course .tabcontent .list-discuss .box-question .p-name span {
  display: block;
}
.study-detail .content_video_course .tabcontent .list-discuss .box-question .p-name_text {
  margin-left: 10px;
}
.study-detail .content_video_course .tab_teacher {
  margin: 24px 0 0 0;
}
.study-detail .content_video_course .tab_teacher .info_teacher {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
}
.study-detail .content_video_course .tab_teacher .info_teacher_left {
  width: 80px;
}
.study-detail .content_video_course .tab_teacher .info_teacher_left img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.study-detail .content_video_course .tab_teacher .info_teacher_right {
  width: calc(100% - 80px);
  padding: 16px;
}
.study-detail .content_video_course .tab_teacher .info_teacher_right .name_teacher {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #232731;
  margin-bottom: 4px;
}
.study-detail .content_video_course .form-review .text-rating {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: center;
  color: #232731;
}
.study-detail .content_video_course .form-review .comment-review {
  margin-top: 24px;
}
.study-detail .content_video_course .form-review .comment-review textarea {
  border: none;
  margin: auto;
  width: 352px;
  height: 80px;
  border-radius: 6px;
  background-color: #ededed;
  padding: 8px 16px;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #464d5d;
  resize: none;
  max-width: 100%;
}
.study-detail .content_video_course .form-review button {
  display: block;
  width: 170px;
  margin: 20px auto;
}
.study-detail .content_video_course .view {
  width: 100%;
}
.study-detail .content_video_course .view .player {
  margin-bottom: 20px;
}
.study-detail .content_video_course .view .name_video {
  font-size: 30px;
}
.study-detail .content_video_course .view .view-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.study-detail .content_video_course .view .view-bottom__suvery {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  justify-content: end;
}
.study-detail .content_video_course .view .view-bottom__suvery .view-suvery {
  background: var(--color_main);
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}
.study-detail .content_video_course .view .view-bottom__suvery .view-suvery:hover {
  opacity: 0.7;
}
.study-detail .content_video_course .view .view-bottom__suvery span {
  margin-top: 5px;
  font-size: 16px;
  color: var(--color_main);
}
.study-detail .content_video_course .view .plyr--video {
  width: 100%;
  margin-bottom: 20px;
}
.study-detail .content_video_course .view .plyr--video iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: no-repeat scroll center #000;
  background-size: cover;
  cursor: pointer;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px 1px rgba(109, 108, 108, 0.1);
  opacity: 1;
  top: 80%;
  transition: all ease 0.5s;
  z-index: 1;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-content {
  top: 50%;
}

#popup-cart {
  width: 850px;
  background: #fff;
  margin-top: 30%;
  margin: 0 auto;
  position: relative;
}
#popup-cart .close-popup {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
}
#popup-cart .close-popup i {
  color: #333;
  font-size: 20px;
}
#popup-cart .title-popup-cart {
  padding-right: 15px;
  font-weight: 600;
  padding: 10px;
  color: #404040;
  border-bottom: 1px solid #e5e5e5;
}
#popup-cart .title-popup-cart .cart-popup-name {
  color: var(--color_main) !important;
}
#popup-cart .title-quantity-popup {
  padding: 10px;
}
#popup-cart .title-quantity-popup a {
  font-weight: 600;
  color: #333;
}
#popup-cart .title-quantity-popup a .cart-popup-count {
  color: #006fba;
}
#popup-cart .content-popup-cart {
  width: 100%;
}
#popup-cart .thead-popup {
  background: #f7f7f7;
  width: 100%;
  clear: both;
}
#popup-cart .thead-popup .content {
  padding: 0 10px;
  width: 100%;
}
#popup-cart .thead-popup .content div {
  padding: 6px 5px;
  color: #363f4d;
  font-weight: bold;
  box-sizing: border-box;
}
#popup-cart .tbody-popup {
  width: 100%;
  clear: both;
  max-height: 350px;
  overflow-x: auto;
  border: 1px solid #f7f7f7;
  border-top: none;
  box-sizing: border-box;
}
#popup-cart .tbody-popup .item-popup {
  width: 100%;
  clear: both;
  border-bottom: 1px dotted #ddd;
}
#popup-cart .tbody-popup .item-popup .content {
  padding: 10px;
}
#popup-cart .tbody-popup .item-popup .content .item-image {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
#popup-cart .tbody-popup .item-popup .content .item-image img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#popup-cart .tbody-popup .item-popup .content .item-info {
  width: calc(65% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  padding-top: 10px;
}
#popup-cart .tbody-popup .item-popup .content .item-info p {
  margin-bottom: 10px;
  display: inline-block;
}
#popup-cart .tbody-popup .item-popup .content .item-info .item-name a {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
#popup-cart .tbody-popup .item-popup .content .item-price {
  width: 35%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
#popup-cart .tbody-popup .item-popup .content .item-price .price {
  font-size: 18px;
  color: #006fba;
  font-weight: 600;
  text-align: center;
}
#popup-cart .tfoot-popup {
  width: 100%;
  clear: both;
}
#popup-cart .tfoot-popup .foot-popup-1 {
  width: 100%;
}
#popup-cart .tfoot-popup .foot-popup-1 .content {
  padding: 10px;
}
#popup-cart .tfoot-popup .foot-popup-1 .content a {
  color: #006fba;
  cursor: pointer;
}
#popup-cart .tfoot-popup .foot-popup-1 .content .popup-total p {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #363f4d;
}
#popup-cart .tfoot-popup .foot-popup-1 .content .popup-total p .total-price {
  color: var(--color_main);
  font-weight: bold;
}
#popup-cart .tfoot-popup .foot-popup-2 {
  width: 100%;
}
#popup-cart .tfoot-popup .foot-popup-2 .content {
  padding: 10px;
}
#popup-cart .tfoot-popup .foot-popup-2 .content a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: var(--color_main);
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

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

.no-data {
  line-height: 40px;
  background: #f5f5f5;
  padding: 0 15px;
  width: 100%;
  border: 1px solid var(--color_main);
}
.no-data i {
  color: var(--color_main);
}
.no-data svg path {
  stroke: var(--color_main);
}
.no-data__course {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.no-data__course .link {
  color: var(--color_main);
  text-decoration: underline;
}

.cart .payment {
  margin-right: 20px;
  padding: 20px;
  border-radius: 7px;
  border: solid 1px #e7eaec;
  background-color: #fff;
}
.cart .payment-method_online {
  padding: 20px 0;
  margin: 0;
  width: 50%;
}
.cart .payment-method_online.active .label {
  border: solid 3px var(--color_main);
}
.cart .payment-method_online .label {
  height: 80px;
  padding: 20px 0 20px 60px;
  border-radius: 7px;
  border: solid 3px #dbdbdb;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.cart .payment-method_online .label:before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  content: url(https://edumall.vn/static/version1593023155/frontend/Edumall/winstrike/vi_VN/images/baseline-credit_active.png);
}
.cart .payment-method_online .label .title_payment {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
  display: inline-block;
  margin-bottom: 4px;
}
.cart .payment-method_online .label .description_payment {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
}
.cart .payment-method-content {
  margin-top: 30px;
}
.cart .payment .checkbox-circle {
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 12px 0 12px 25px;
}
.cart .payment .checkbox-circle .checkmark {
  position: absolute;
  top: 12px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #a3a3a3;
  border-radius: 50%;
}
.cart .payment .checkbox-circle .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color_main);
  content: "";
  position: absolute;
  display: none;
}
.cart .payment .checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cart .payment .checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}
.cart .payment .checkbox-circle input:checked ~ .checkmark {
  border: 2px solid var(--color_main);
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address {
  margin: 0 0 20px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form {
  max-width: 100% !important;
  position: relative;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 7px;
  border: solid 1px #e7eaec;
  background-color: #fff;
  margin-top: -5px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .form-group {
  position: relative;
  width: calc(50% - 5px);
  flex-shrink: 0;
  margin-bottom: 15px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .form-group .control input, .cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .form-group .control select {
  height: 46px;
  border-radius: 7px;
  background-color: #f4f7f8;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
  width: 100%;
  padding: 0 15px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway {
  margin-bottom: 21px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway input {
  display: none;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway .label {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway .label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: solid 2px #707070;
  background-color: #fff;
  border-radius: 50%;
  left: -32px;
  top: 5px;
  position: absolute;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway .label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color_main);
  border-radius: 50%;
  left: -26px;
  top: 11px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway .label .title_gateway {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
  margin-bottom: 5px;
}
.cart .payment .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-form .fieldset .control .gateway .label .description_gateway {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #316a91;
}
.cart .payment-note {
  display: flex;
  margin: 15px 0;
}
.cart .payment-note svg {
  fill: #5B8AB4;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.cart .payment-note input {
  margin-right: 15px;
}
.cart .payment-button a {
  display: block;
  width: 160px;
}
.cart .payment-info_user table {
  border-collapse: collapse;
  margin-bottom: 30px;
  border-bottom: 1px dotted #006fba;
  width: 100%;
}
.cart .payment-info_user table tr td {
  padding: 10px 0;
}
.cart .payment-info_user table tr td:first-child {
  width: 40%;
}
.cart .payment-info_user table tr td:last-child {
  width: 60%;
  text-align: right;
}
.cart .payment-info_user table tr td.id {
  font-weight: bold;
  color: #4CAF50;
}
.cart .payment-info_user table tr td.status {
  font-weight: bold;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul li.star {
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}
.rating-stars ul li.star i.fa {
  font-size: 1.5em;
  color: #ccc;
}
.rating-stars ul li.star:hover i.fa {
  color: #FFCC36;
}
.rating-stars ul li.star.selected i.fa {
  color: #FF912C;
}

form .input_field.active {
  border: 1px solid var(--color_main);
}

.introduce-banner {
  width: 100%;
  position: relative;
  min-height: 650px;
}
.introduce-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 0;
}
.introduce-banner__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.introduce-banner .banner_content {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
.introduce-banner__content {
  width: 80%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
}
.introduce-banner__content .title {
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.introduce-banner__content .title:before {
  display: none;
}
.introduce-banner__content .content {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  text-align: justify;
}
.introduce-banner__content .content p {
  font-size: 16px;
  line-height: 26px;
}
.introduce .vision-mission {
  width: 100%;
  background: #13304E;
}
.introduce .vision-mission__conts {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  height: 280px;
  align-items: center;
}
.introduce .vision-mission .vision, .introduce .vision-mission .mission {
  flex: 0 0 50%;
}
.introduce .vision-mission .vision h2, .introduce .vision-mission .vision p, .introduce .vision-mission .mission h2, .introduce .vision-mission .mission p {
  color: #fff;
}
.introduce .vision-mission .vision p, .introduce .vision-mission .mission p {
  font-size: 20px;
  line-height: 26px;
}
.introduce .vision-mission .vision {
  border-right: 3px solid #fff;
  padding-right: 40px;
}
.introduce .vision-mission .mission {
  padding-left: 40px;
}
.introduce .vision-mission__content {
  text-align: justify;
  margin-top: 30px;
}
.introduce h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #ae1f2b;
}
.introduce .core_values {
  padding: 30px 0;
  background: #f4f5f7;
}
.introduce .core_values__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.introduce .core_values__list .item {
  flex: 0 0 calc((100% - 80px) / 3);
  margin-bottom: 30px;
  margin-right: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(41, 44, 42, 0.07);
  background: #fff;
  padding: 40px 32px;
  min-height: 420px;
}
.introduce .core_values__list .item:nth-child(3n) {
  margin-right: 0;
}
.introduce .core_values__list .item:last-child {
  margin-right: 0;
}
.introduce .core_values__list .item-content img {
  height: 33px;
  width: auto;
}
.introduce .core_values__list .item-content__name {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #ae1f2b;
}
.introduce .core_values__list .item-content__desc {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  color: #324C62;
  font-weight: 700;
  text-align: justify;
}
.introduce .prosper {
  width: 100%;
  position: relative;
  padding: 65px 0;
}
.introduce .prosper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduce .prosper-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduce .prosper-content {
  width: 100%;
  z-index: 1;
}
.introduce .prosper-content h2 {
  margin-bottom: 30px;
  color: #fff;
}
.introduce .prosper-content__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.introduce .prosper-content__list .item {
  flex: 0 0 33%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 20px;
}
.introduce .prosper-content__list .item:not(:last-child) {
  border-right: 1px solid #fff;
}
.introduce .prosper-content__list .item strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.introduce .prosper-content__list .item-content {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.introduce .gv {
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
.introduce .gv-list {
  margin-top: 30px;
  padding: 20px 10px;
}
.introduce .gv-list__item {
  position: relative;
}
.introduce .gv-list__item .image {
  width: 215px;
  height: 215px;
  margin: 0 auto;
  border-radius: 50%;
  background: #d1cfcf;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.introduce .gv-list__item .image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.introduce .gv-list__item .info {
  padding: 55px 20px 0 20px;
  background: #f8f8f8;
  margin-top: -25px;
  height: 280px;
}
.introduce .gv-list__item .info-content {
  line-height: 25px;
  text-align: justify;
}
.introduce .gv-list__item .info-name {
  text-transform: uppercase;
  font-size: 16px;
  color: #a40202;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  line-height: 25px;
}
.introduce .brands {
  width: 100%;
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #b31c25, #ac1a23, #a61920, #9f171e, #99151c);
}
.introduce .brands h2 {
  color: #fff;
  width: 100%;
  text-align: center;
}
.introduce .brands_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.introduce .brands_list__item {
  flex: 0 0 calc((100% - 70px) / 2);
  background: #fff;
  padding: 20px 30px 40px;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
  margin-right: 70px;
  border-radius: 10px;
}
.introduce .brands_list__item:nth-child(2n) {
  margin-right: 0;
}
.introduce .brands_list__item:nth-child(1), .introduce .brands_list__item:nth-child(2) {
  margin-top: 0;
}
.introduce .brands_list__item .image_logo, .introduce .brands_list__item .domain, .introduce .brands_list__item .desc {
  width: 100%;
  text-align: center;
}
.introduce .brands_list__item .image_logo {
  margin-bottom: 15px;
  line-height: 0;
}
.introduce .brands_list__item .image_logo a {
  line-height: 0;
}
.introduce .brands_list__item .image_logo a img {
  max-width: 150px;
  height: auto;
}
.introduce .brands_list__item .domain {
  margin-bottom: 15px;
}
.introduce .brands_list__item .domain a {
  color: #C9262B;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.introduce .brands_list__item .domain a svg {
  margin-left: 10px;
  width: 15px;
  fill: #C9262B;
}
.introduce .brands_list__item .desc {
  color: #324C62;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: justify;
}
.introduce .partner {
  width: 100%;
  margin-top: 30px !important;
  padding-bottom: 10px !important;
}
.introduce .partner-list {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.introduce .partner-list__item {
  width: calc((100% - 100px) / 6);
  margin-right: 20px;
  margin-bottom: 20px;
}
.introduce .partner-list__item:nth-child(6n) {
  margin-right: 0;
}
.introduce .partner-list__item a {
  line-height: 0;
}
.introduce .partner-list__item a img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.introduce .partner-list__item img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.introduce .company_activities {
  margin-top: 20px;
  width: 100%;
}
.introduce .company_activities__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.introduce .company_activities__list .item {
  flex: 0 0 calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
.introduce .company_activities__list .item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.introduce .company_activities__list .item img {
  width: 100%;
  max-height: 250px;
  height: 100%;
}

.contact .has-under {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.contact .has-under:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #ad0202;
}
.contact h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-gray {
  color: var(--color_main);
  margin-bottom: 5px;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info p {
  line-height: 25px;
}
.contact-map {
  margin-bottom: 30px;
}
.contact-map iframe {
  width: 100% !important;
  height: 365px !important;
}
.contact-branch .contact-gray {
  font-size: 18px;
  margin-bottom: 12px;
}
.contact-branch p {
  margin-bottom: 15px;
  line-height: 25px;
}
.contact-form {
  margin-top: 15px;
}
.contact-form .form-row {
  padding-bottom: 10px;
}
.contact-input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  font-family: inherit;
}
.contact-input::-moz-placeholder {
  color: #818181;
}
.contact-input::placeholder {
  color: #818181;
}
.contact-submit {
  border: 0;
  display: block;
  text-align: center;
  line-height: 36px;
  width: 100px;
  background-color: #0d2e58;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  height: 36px;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
}
.contact-submit:hover {
  opacity: 0.8 !important;
  background-color: #0d2e58 !important;
}

#search .homecourse-title_cate span {
  color: var(--color_main);
}

#discuss-list .box-cmt {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}
#discuss-list .p-name {
  color: #333;
  font-weight: bold;
  display: inline;
}
#discuss-list .p-name_img img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
#discuss-list .p-content {
  color: #333;
  padding: 5px 0;
  font-size: 14px;
  clear: both;
  padding-top: 10px;
}
#discuss-list .p-action {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
#discuss-list .p-action span.like {
  color: #4a90e2;
  padding-right: 10px;
  cursor: pointer;
}
#discuss-list .p-action span.time {
  color: #666;
}
#discuss-list .p-action span {
  color: #006fba;
  cursor: pointer;
}
#discuss-list .p-name.p-name-admin {
  margin-bottom: 10px;
}
#discuss-list .p-time {
  display: block;
  margin-top: 15px;
}
#discuss-list .p-time span {
  color: #666;
}
#discuss-list div.rate {
  display: inline;
  padding-left: 10px;
}
#discuss-list div.rate li {
  display: inline;
}
#discuss-list div.rate i {
  color: #F79420;
  font-size: 16px;
}
#discuss-list .box-question {
  width: 100%;
  margin-top: 20px;
}
#discuss-list .box-reply {
  background: #f2f2f2;
  width: 100%;
  clear: both;
  padding: 15px 15px 0 15px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
}
#discuss-list .box-reply {
  background: #f2f2f2;
  width: 100%;
  clear: both;
  padding: 15px 15px 0 15px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
}
#discuss-list .box-reply:before {
  content: "";
  position: absolute;
  border: 10px solid #ffffff;
  border-bottom-color: transparent;
  left: 9px;
  top: -21px;
  background-color: #ddd;
  box-sizing: border-box;
  z-index: 1;
}
#discuss-list .box-reply .p-action span {
  font-weight: normal;
  font-size: 12px;
}
#discuss-list .box-reply label {
  color: #fff;
  background: #01519a;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
  position: relative;
  bottom: 8px;
  left: 5px;
}

.box-add-new {
  width: 100%;
  margin-top: 10px;
  display: none;
}
.box-add-new textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: "Roboto-Regular", sans-serif;
}

.comment_form_footer {
  width: 100%;
  height: 60px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
}

.comment_form_footer_left {
  height: 40px;
  line-height: 40px;
}

.comment_btn {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid var(--color_main);
  border-radius: 4px;
  background: #F79420;
}

.comment_author_info {
  padding: 15px 10px;
  background: #f2f2f2;
  display: none;
}

.comment_author_title {
  font-size: 1.2em;
  font-weight: bold;
}

.comment_author_info_item {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.comment_author_info_item label {
  margin-right: 10px;
}

.comment_author_info_item input[type=text] {
  width: calc(100% - 12px);
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.comment_author_info_item {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

#comment .box-reply-item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

#page .content {
  width: 100%;
}
#page h1 {
  text-align: center;
  display: block;
}

#list-lecturer {
  width: 100%;
  padding-bottom: 50px;
  background: #fff;
}

#list-lecturer .item .image {
  width: 215px;
  height: 215px;
  margin: 0 auto;
  border-radius: 50%;
  background: #d1cfcf;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#list-lecturer .item .image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#list-lecturer .item .image .city {
  width: 100%;
  height: 70px;
  position: absolute;
  background: red;
  top: 170px;
  opacity: 0.65;
  z-index: 10;
  border-radius: 0 0 50% 50%;
}
#list-lecturer .item .image p {
  position: relative;
  top: 185px;
  color: white;
  z-index: 1000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#list-lecturer .item .info {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 50px 20px 20px 20px;
  position: relative;
  bottom: 30px;
  z-index: 1;
}
#list-lecturer .item .info p {
  line-height: 25px;
  text-align: justify;
}
#list-lecturer .item .info p.name {
  text-transform: uppercase;
  font-size: 16px;
  color: #a40202;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
#list-lecturer .item .info p.name a {
  color: #a40202;
}
#list-lecturer .fa-angle-left {
  position: absolute;
  font-size: 60px;
  color: #ccc;
  cursor: pointer;
  top: 190px;
  z-index: 10;
  left: -25px;
}
#list-lecturer .fa-angle-right {
  position: absolute;
  font-size: 60px;
  color: #ccc;
  cursor: pointer;
  top: 190px;
  z-index: 10;
  right: -10px;
}

.comments * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.comments {
  width: 100%;
  clear: both;
}

.comments-add {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.comments-add__form {
  width: 100%;
  clear: both;
  background: #ffffff;
}

.comments-add__form-field {
  width: 100%;
  clear: both;
  border: 1px solid #cacaca;
  height: 100px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-family: "arial";
  font-size: 15px;
}

.comments-add__action {
  width: 100%;
  clear: both;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 5px;
  background: #ffffff;
}

.comments-add__action-left ul {
  width: 100%;
  list-style: none;
  padding: 5px 0;
}

.comments-add__action-left ul li {
  line-height: 20px;
  border-right: 1px solid #cacaca;
  padding: 0 10px;
}

.comments-add__action-left ul li:last-child {
  border-right: none;
}

.comments-add__action-left ul li a {
  color: #4a90e2;
}

.comments-add__action-left ul li input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.comments-add__action-left ul li label {
  cursor: pointer;
  color: #4a90e2;
}

.comments-add__action-left ul li i {
  margin-right: 2px;
}

.comments-add__action-right button {
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  line-height: 20px;
  margin-left: 5px;
  margin-right: 0;
}

.comments-add__action-right button[data-comments_moreinfo] {
  background: #298AD7;
  color: #ffffff;
}

.comments-add__preview {
  width: 100%;
  clear: both;
}

.comments-add__preview .image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #cacaca;
}

.comments-add__preview .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comments-add__moreinfo {
  width: 100%;
  clear: both;
  margin-top: 10px;
  padding: 10px 10px 0 10px;
  background: #cacaca;
  display: none;
}

.comments-add__moreinfo-group {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.comments-add__moreinfo-group input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}

.comments-add__moreinfo-group button {
  border-radius: 5px;
  padding: 8px 20px;
  border: none;
  margin-right: 10px;
}

.comments-add__moreinfo-group button i {
  margin-right: 5px;
}

.comments-add__moreinfo-group button[data-comments_submit] {
  background: #298AD7;
  color: #ffffff;
}

.comments-add__moreinfo-group button[data-comments_close] {
  background: #e46969;
  color: #ffffff;
}

.comments-info {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #cacaca;
  padding: 0 0 10px 0;
}

.comments-info__total {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
  line-height: 35px;
}

.comments-info__filter {
  position: relative;
}

.comments-info__filter input {
  height: 35px;
  padding: 0 5px 0px 35px;
  width: 235px;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.comments-info__filter button {
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
}

.comments-content {
  width: 100%;
  clear: both;
  padding-top: 10px;
}

.comments-list {
  width: 100%;
  clear: both;
}

.comments-list .item {
  width: 100%;
  clear: both;
  padding: 10px 0;
}

.comments-list .item-author {
  width: 100%;
  clear: both;
}

.comments-list .item-author__avatar {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #dddddd;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.comments-list .item-author__name {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: bold;
}

.comments-list .item-author__role {
  font-size: 11px;
  line-height: 16px;
  margin: 4px 10px;
  background: #f1c40f;
  border: 1px solid #f1c40f;
  padding: 0 5px;
  border-radius: 3px;
}

.comments-list .item-content {
  width: 100%;
  clear: both;
  padding: 10px 0;
  line-height: 22px;
  overflow: hidden;
  white-space: pre-line;
}

.comments-list .item-gallery {
  width: 100%;
  clear: both;
}

.comments-list .item-gallery .item-image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
  cursor: pointer;
}

.comments-list .item-gallery .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comments-list .item-action {
  width: 100%;
  clear: both;
  font-size: 12px;
}

.comments-list .item-action__reply {
  margin-right: 10px;
  color: #4a90e2;
  cursor: pointer;
}

.comments-list .item-action__time {
  color: #999;
}

.comments-list .item-reply {
  width: 100%;
  clear: both;
  margin-top: 10px;
}

.comments-list .item-reply .comments-add {
  margin-bottom: 0;
}

.comments-list .item-child {
  width: 100%;
  clear: both;
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  position: relative;
  margin-top: 15px;
  padding: 0 10px;
}

.comments-list .item-child:before,
.comments-list .item-child:after {
  content: "";
  top: -20px;
  left: 18px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comments-list .item-child:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #f8f8f8;
  border-width: 11px;
  margin-left: -11px;
  z-index: 1;
}

.comments-list .item-child:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #dfdfdf;
  border-width: 10px;
  margin-left: -10px;
}

.comments-list .item-child .item {
  border-bottom: 1px solid #e1e1e1;
}

.comments-list .item-child .item:last-child {
  border-bottom: none;
}

.no-comments {
  width: 100%;
  clear: both;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}

.comments-loadmore {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.comments-loadmore button {
  width: 100%;
  clear: both;
  border: none;
  padding: 10px;
}

.comments-loadmore button[data-comments_loadmore] {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  color: #4a90e2;
  font-weight: bold;
}

/* Module Loading */
.comments-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}

.comments-loading__box {
  width: 100%;
  height: 100%;
  background: url(/images/loading_image.gif?032e99f98dc4713a45e731db297a42f2) no-repeat center center;
  background-size: 50px 50px;
}

/* popup ảnh */
.comments-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  transition: 0.2s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}

.comments-popup.open {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
}

.comments-popup__close {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10001;
}

.comments-popup__close i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  right: 30px;
  top: 30px;
}

.comments-popup__close i {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}

.comments-popup__dialog {
  width: 600px;
  margin: 30px auto;
  position: relative;
  z-index: 10002;
}

.comments-popup__header {
  width: 100%;
  clear: both;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}

.comments-popup__header__content p {
  padding: 10px 10px;
  background: #298AD7;
  color: #ffffff;
  font-weight: bold;
}

.comments-popup__header__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.comments-popup__header__close i {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  transition: 0.2s;
}

.comments-popup__body {
  width: 100%;
  clear: both;
  position: relative;
  padding: 10px;
}

#previews .comments-popup__body img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.moreinfo .comments-popup__dialog {
  width: 500px;
}

.moreinfo .comments-popup__body {
  background: #ffffff;
  padding: 15px;
}

.moreinfo-form {
  width: 100%;
  clear: both;
}

.moreinfo-form .form-group {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.moreinfo-form .form-group:last-child {
  margin-bottom: 0;
}

.moreinfo-form .form-control {
  width: 100%;
  clear: both;
  height: 34px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.moreinfo-form .form-group button[data-comments_submit] {
  width: 100%;
  background: #278AD6;
  border-radius: 5px;
  border: none;
  padding: 0 10px;
  height: 34px;
  color: #ffffff;
  text-transform: uppercase;
}

.moreinfo-form .form-group i {
  margin-right: 4px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  display: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.err_show {
  color: red !important;
  display: none;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
}

.err_show.active {
  display: block !important;
}

@media only screen and (max-width: 576px) {
  .accounts-detail .form-group label {
    line-height: 20px;
  }
  .comments-add__action-left {
    width: 100%;
  }
  .comments-add__action-left li {
    width: 100%;
    border-right: none !important;
    padding: 5px 5px !important;
  }
  .comments-add__action-right {
    width: 100%;
  }
  .comments-add__action-right button {
    width: 100%;
    margin-left: 0;
  }
  .comments-info__total {
    width: 100%;
    margin-bottom: 5px;
  }
  .comments-info__filter {
    width: 100%;
    margin-bottom: 5px;
  }
  .comments-info__filter input {
    width: 100%;
  }
}
.tcol {
  display: flex;
  flex-direction: column;
}

.font-14 {
  font-size: 14px;
}

.op-7 {
  opacity: 0.7;
}

.pl-30 {
  padding-left: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.suvery-popup .close, .response-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.suvery-popup .content .item-name, .response-popup .content .item-name {
  width: 100% !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.suvery-popup .content .answer-list, .response-popup .content .answer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.suvery-popup .content .answer-list .item, .response-popup .content .answer-list .item {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.suvery-popup .content .answer-list .item .choose, .response-popup .content .answer-list .item .choose {
  width: 15px;
  height: 15px;
}

.response-popup .item-popup-response {
  width: 100%;
  padding: 20px;
  border-bottom: none !important;
}
.response-popup .item-popup-response p {
  margin-bottom: 10px;
}
.response-popup .foot-popup-2 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  justify-content: space-between;
  margin-top: 25px;
}
.response-popup .foot-popup-2 .content .btn-again {
  flex: 0 0 200px;
  background: none !important;
  border: 1px solid #d2d5de;
  color: #222222 !important;
  font-size: 15px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}
.response-popup .foot-popup-2 .content .btn-again:hover {
  opacity: 0.7;
  background: var(--color_main) !important;
  color: #fff !important;
}
.response-popup .foot-popup-2 .content .btn-next {
  border-radius: 6px !important;
  font-size: 15px !important;
  flex: 0 0 200px;
}
.response-popup .foot-popup-2 .content .btn-next:hover {
  opacity: 0.7;
}
