/*@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../fonts/fontmain/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../../../fonts/fontmain/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../fonts/fontmain/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../../../fonts/fontmain/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../fonts/fontmain/RobotoCondensed-Light.woff2') format('woff2'),
        url('../../../fonts/fontmain/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/

@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@300;400;500;700&display=swap');

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;

        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

#myBtnCallZalo {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 109px; /* Place the button at the bottom of the page */
  right: 1px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
  border-radius: 2px;
}
#myBtnCallZalo img {
    width: 86px;
    height: 98px;
}

.link-share-rose {
    color: var(--c);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 28px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e3e0c3;
    color: white;
    cursor: pointer;
    border-radius: 25px;
    font-size: 18px;
    border: 2px solid #fcf9db;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
   #myBtn {
       width: 50px;
       height: 50px;
       border-radius: 25px;
       bottom: 270px;
       right: 30px;
   }
}
@media screen and (min-width: 768px) {
   #myBtn i {
       font-size: 20px;
       margin-bottom: 5px;
   }
}

#myBtn:hover {
  background-color: var(--c);
}

#myBtnCall {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 210px; /* Place the button at the bottom of the page */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
  right: 20px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff !important;
    transition: background-color 0.5s;
}

/*Edit lại cái table*/
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}

/*.list-content-pro-detail table tr, .list-content-pro-detail table td {
    border: 1px solid;
}*/

.el-button:focus {
    outline: none;
}

.menu-mobile {
    background-color: #fafafa;
    padding: 8px;
    display: none;
}
.header-main .menu-mobile i:before {
    color: #fff;
}
.header-main .menu-mobile {
    background-color: var(--c);
    border-radius: 5px;
    margin-right: 5px;
}

.menu-mobile .logo img {
    height: 45px;
    height: 80px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-mobile .list-link {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-mobile .list-link::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu-mobile .list-link {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.menu-mobile .list-link .item:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.menu-mobile .list-link .item.active {
    color: #FFEC00 !important;
}
.menu-mobile .list-link .item span {
    padding-left: 10px;
}


.menu-mobile .cart-icon-count {
    position: relative;
    width: 36px;
    margin-right: 2px;
    margin-top: 10px;
}
.menu-mobile .cart-icon-count i {
    font-size: 20px;
    color: #0f8fd1;
}
.menu-mobile .cart-icon-count span {
    position: absolute;
    top: -10px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: red;
    font-size: 12px;
    color: #fff;
}


[data-drawer-backdrop]:before {
    display: none;
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}

.container-fluid-max {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
    .container-fluid-max {
        max-width: 1320px !important;
        margin: auto;
    }
}

main {
    margin-top: 131px;
    margin-top: 156px;
}
@media screen and (min-width: 768px) {
    main {
        margin-top: 0px;
    }
}

/*Xử lý chung*/
.hover-button {
   transition: all 0.2s;
}
.hover-button:hover {
    opacity: 0.8;
    transition: all 0.2s;
}

.hover-image {
    overflow: hidden;
    cursor: pointer;
}
.hover-image img {
    transition: all 0.8s;
}
.hover-image:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.alert {
    margin-bottom: 0px;
}
.btn-close:focus {
    box-shadow: none;
}
.alert-success {
    border-color: transparent !important;
}
.form-control:focus {
    box-shadow: none;
}
.btn-nnt-success {
    background-color: #0f8fd1;
    border-color: #0f8fd1;
    color: #fff;
    padding: 5px 22px;
}
.btn-nnt-success:hover {
    opacity: 0.8;
    background-color: #0f8fd1;
    border-color: #0f8fd1;
    color: #fff;
}

#avatar {
    cursor: pointer;
}
.upload-avatar {
     display: none;
}

.header-top {
    height: 45px;
    background-color: #f6f6f6;
}
.header-top .item {
    height: 45px;
}
@media screen and (min-width: 768px) {
    .header-top .item-call {
        min-width: 330px;
    }
}
.header-top .item-call i {
    min-width: 15px;
    margin-right: 3px;
}
.header-top .item-call strong {
    margin-left: 4px;
    color: var(--c);
}
.header-top .item-call .space {
    margin: 0px 4px;
}
.header-top .item-call .time-work {
    margin-left: 10px;
}

.header-top .item-button {
    background-color: #ccc;
    padding: 6px 16px 6px 18px;
    padding: 6px 5px 6px 5px;
    background-color: var(--c);
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.2s;
}
@media screen and (min-width: 768px) {
    .header-top .item-button {
        padding: 6px 12px 5px 12px;
    }
}
.header-top .item-button i {
    min-width: 16px;
}
.header-top .item-button a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.header-top .item-button a:hover {
    color: #FFF852;
}
.header-top .item-button .space {
    margin: 0px 5px;
}
.header-top .item-account {
    /*width: 100%;*/
}
@media screen and (min-width: 768px) {
    .header-top .item-account {
        width: initial;
    }
}

.header-top .item-account .balance {
    margin-right: 15px;
}
.header-top .item-account .balance .number {
    font-weight: bold;
    font-size: 20px;
    color: #0f8fd1;
    margin-left: 8px;
}
.header-top .dropdown-menu {
    border-radius: 2px !important;
    margin-top: 10px !important;
}
.header-top .dropdown-item {
    font-size: 14px;
}
.header-top [type=button] {
    -webkit-appearance: none;
    border: none;
}


.header-main {
    height: 85px;
    height: 110px;
    background-color: #fff;
    background-color: #ffffffe0;
    box-shadow: 1px 0 1px rgba(0,0,0,.4);
}
@media screen and (min-width: 768px) {
   .header-main {
        height: 100px;
       background-color: #fff;
   }
}
.header-main .logo {
    width: 100px;
    margin-right: 30px;
    display: block;
}
.header-main .logo img {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.header-main .menu-mobile i {
    font-size: 18px;
}

.header-main .sologan {
    display: flex;
    min-height: 56px;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 12px;
}
.header-main .sologan h1 {
    margin-bottom: 0;
}

/*@media screen and (min-width: 768px) {
    .header-main .sologan {
        min-width: 300px;
    }
}
@media screen and (min-width: 1024px) {
    .header-main .sologan {
        min-width: 500px;
    }
}*/

.header-main .sologan .text-1 {
    font-weight: bold;
    font-size: 129%;
    color: var(--c);
}
@media screen and (max-width: 450px) {
    .header-main .sologan .text-1 {
        font-size: 102%;
    }
}
.header-main .sologan .text-2 {
   font-size: 102%;
   color: var(--c);
   text-transform: uppercase;
}

.header-main .cart-icon {
    text-decoration: none;
    color: var(--c);
    transition: all 0.2s;
    padding: 4px 5px 7px 25px;
    /*border: 1px solid #068F49;*/
    box-sizing: border-box;
    border-radius: 31px;
}
.header-main .cart-icon:hover {
    color: #007cba;
    transition: all 0.2s;
    background-color: #f6f6f6;
}
.header-main .cart-icon .cart-icon-text {
    padding-top: 4px;
    padding-left: 5px;
}


.header-menu {
    background-color: var(--c);
    min-height: 55px;
    display: flex;
    align-items: center;
}
.header-menu .list {
    height: 42px;
    margin: 0 auto;
}
.header-menu .item {
    text-decoration: none;
    color: #fff;
    margin-right: 12px;
    font-size: 10px;
    border-bottom: 1px solid var(--c);
    text-transform: uppercase;
}
.el-menu {
    background-color: var(--c) !important;
}
.el-menu-demo{
    background-color: var(--c);
}
.el-menu-item:hover {
    background-color: var(--c) !important;
}
.el-submenu__title:hover {
    background-color: var(--c) !important;
}
.el-submenu__title {
    background-color: var(--c);
}
.el-menu--popup-bottom-start {
    margin-top: 10px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.el-menu-item a, .el-submenu a, .el-menu--popup a {
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    text-transform: capitalize;
}

@media screen and (min-width: 769px) {
    .header-menu .item {
        margin-right: 15px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .header-menu .item {
        margin-right: 25px;
        margin-right: 20px;
        font-size: 14px;
    }
}
.header-menu .item:hover {
    border-bottom: 1px solid #fff;
}
.header-menu .item.active {
    border-bottom: 1px solid #fff;
}

.header-main .form-seach {
    height: 42px;
}
.header-main .form-seach input {
    border: none;
    height: 30px;
    min-width: 50px;
    border-radius: 15px;
    padding-left: 15px;
    box-shadow: none;
    outline: none;
    background-color: #cee3e6;
}

@media screen and (min-width: 375px) {
    .header-main .form-seach input {
        min-width: 175px;
    }
}
@media screen and (min-width: 414px) {
    .header-main .form-seach input {
        min-width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .header-main .form-seach input {
        min-width: 210px;
    }
}

@media screen and (min-width: 1024px) {
    .header-main .form-seach input {
        min-width: 250px;
    }
}


/*BREADCRUMB*/
.web-breadcrumb {
    background-color: #fff;
    margin-bottom: 5px;
}
.web-breadcrumb a {
    color: var(--c) !important;
    text-decoration: none;
}
.web-breadcrumb .breadcrumb {
    background-color: #e9ecef;
    background-color: #f1f1f1;
    border-radius: 3px;
    min-height: 45px;
    align-items: center;
    margin-top: 15px;
    padding-left: 15px;
    min-height: 35px;
}
.user-content {
    min-height: 450px;
    margin-bottom: 25px;
}

/*USER-CONTENT-1 -- PHẦN MENU TRÁI KHI USER ĐÃ ĐANG NHẬP*/
.user-content-1 {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}
.user-content-1--logo {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.user-content-1--logo img {
    width: 100px;
}
.user-content-1--logo span {
    margin-top: 10px;
}
.user-content-1--navigation a {
    text-decoration: none;
}
.user-content-1--navigation .item {
    padding: 7px 5px 7px 10px;
    color: #4a4a4a;
    /*border-left: 1px solid #f8f8f8;*/
}
.user-content-1--navigation .item.active {
    color: var(--c);
}
.user-content-1--navigation .item:hover {
    /*border-left: 1px dashed #ccc;*/
    background-color: #f2f2f2;
}
.user-content-1--navigation .item i {
    min-width: 20px;
}
.user-content-1--navigation .item span {
    margin-left: 8px;
}

.user-content-1--navigation {
    display: none;
}
.show-button-menu-user {
    display: block;
    margin-top: 15px;
    color: #4385F4 !important;
}
.show-button-menu-user i {
    margin-left: 2px;
    margin-top: 2px;
}
@media screen and (min-width: 768px) {
    .user-content-1--navigation {
        display: block;
    }
    .show-button-menu-user {
        display: none;
    }
}

.footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--c);
}
.footer-main__top {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: -50px 0 0 0;
}
.footer-main__top ._item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;

}
.footer-main__top ._item ._inner {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.footer-main__top .first {
    background-color: rgb(1, 183, 250);
}
.footer-main__top .second {
    background-color: rgb(22, 91, 170);
}
.footer-main__top .third {
    background-color: rgb(250, 177, 1);
}
.footer-main__top ._inner ._text {
    font-size: 16px;
    color: #fff;
    font-family: Roboto, sans-serif;
    padding-left: 1em;
}
.footer-main__top ._inner ._text span {
    font-size: 110%;
}

.footer-main__top ._inner ._text p {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
   .footer-main {
       margin-bottom: 0px;
   }
}
.footer-main .title {
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .footer-main .title {
        margin-top: 0px;
        margin-bottom: 28px;
    }
}
.footer-main .title span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.footer-main .list-connect .item {
    height: 30px;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
}
.footer-main .list-connect .item:hover {
    color: #fff;
    transition: all 0.2s;
}
.footer-main .list-connect .item i {
    margin-right: 8px;
    font-size: 15px;
    color: #fff;
}
.footer-main .list-care span {
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}
.footer-main .list-care .item i {
    font-size: 12px;
}

.footer-main .list-address .item {
    margin-bottom: 10px;
    line-height: 25px;
}
.footer-main .list-address .item i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px;
    color: #fff;
}
.footer-main .list-address .item strong {
    color: #fff;
    font-weight: 400;
}


.footer-main .icon {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}
.footer-main .icon i {
    color: var(--c);
    font-size: 15px;
}
.footer-main .icon img {
    width: 15px;
}

.footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(30, 115, 190);
}
.footer-info_inner {
    padding-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
}
.footer-info_inner ._icon {
    width: 69px;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
    box-sizing: border-box;
}
.footer-info_inner ._icon img {
    width: 100%;
}
.footer-info_inner ._text {
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding-left: 14px;
    width: calc(100% - 70px);

}
.footer-info_inner ._text span {
    font-size: 110%;
}
.footer-info_inner ._text p {
    margin-bottom: 0.3em;
    line-height: 25.6px;
}

.full-width {
    max-width: 1270px;
    width: 100%;
}


.gap-element {
    display: block;
    height: auto;
    padding-top: 20px;
}
.gap-element-2 {
    display: block;
    height: auto;
    padding-top: 30px;
}
.footer-main {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25.6px;
    color: rgb(255, 255, 255);
}
.footer-main .title {
    font-size: 20px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    margin-bottom: 5px;
}
.footer-main ._user span {
    font-size: 14px;
}
 @media(max-width: 1399.98) {
    .full-width {
        max-width: 1240px;
        width: 100%;
    }
    .footer-main__top .third ._inner ._text span {
        font-size: 95%;
    }
    .footer-info_inner ._text p._first {
        margin-bottom: 15px !important;
    }
}

@media(max-width: 1199.98px) {
    .footer-main__top ._item ._inner {
        display: block;
        text-align: center;
    }
    .footer-main__top ._inner ._text {
        padding-left: 0;
    }
    .footer-main__top .third ._inner ._text span {
        font-size: 110%;
    }
    .footer-main__middle ._middle-item {
        padding-left: 25px;
    }
}
.hide-only-mobile {
    display: inline-block !important;
}
.show-only-mobile {
    display: none !important;
}
@media(max-width: 1024px) {
    .footer-main__middle ._middle-item {
        padding-left: 25px;
    }
    .footer-main__middle ._middle-item:nth-child(3),
    .footer-main__middle ._middle-item:nth-child(4) {
        margin-top: 15px;
    }
    .menu-mobile {
        display: block;
    }
    .header-menu {
        display: none;
    }
    .hide-only-mobile {
        display: none !important;
    }
    .show-only-mobile {
        display: inline-block !important;
    }
}
@media(max-width: 767.98px) {
    .footer-main__top {
        display: block;
    }
    .footer-main__top ._item {
        width: 100%;
        max-width: 100%;
    }
     .footer-main__top ._item ._inner {
        display: flex;
     }
     .footer-main__top ._item ._inner ._text {
        text-align: left;
        padding-left: 15px;
     }
     .footer-info {
        padding-bottom: 60px;
     }
}

/*RUN VIDEO*/
.run-lesson .container-fluid {
    padding: 0px;
    margin: 0px;
    background-color: #f8f8f8;
}
.run-lesson-1 {
    background-color: #f8f8f8;
    padding-bottom: 30px;
    padding-bottom: 15px;
}
.run-lesson-1__navigation {
    height: 70px;
    padding-left: 15px;
}
@media screen and (min-width: 768px) {
    .run-lesson-1__navigation {
        padding-left: 25px;
    }
}
.run-lesson-1__navigation a {
    color: #fff;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-top: 5px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .run-lesson-1__navigation {
        height: 82px;
    }
}
.run-lesson-2 {
    background-color: #fff;
    padding-top: 15px;
    height: 100vh;
    overflow: scroll;
}
.run-lesson-2 .nav {
    height: 60px;
    align-items: center;
}
.run-lesson-2 .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid #fff;
}
.run-lesson-2 .nav-tabs .nav-item {
    font-size: 14px;
}
.run-lesson-2 .nav-tabs .nav-item.show .nav-link,
.run-lesson-2 .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #C12833;
}
.run-lesson-2 .nav-tabs {
    padding-bottom: 20px;
}
.run-lesson-2 .tab-content>.active {
    padding: 15px 10px;
}

.player .rounded-box {
    background: rgba(218, 218, 218, 0.64);
}


/*Phân trang*/
.page-link {
    color: #000;
}
.page-link:hover {
    color: var(--c);
}
.page-item.active .page-link {
    background-color: var(--c);
    border-color: var(--c);
}


/*Phần trang User*/
.user-title-main {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--c);
}

/*Blog hot*/
.blog-hot-9912 {
}
.blog-hot-9912 ol,
.blog-hot-9912 ul {
    padding-left: 15px;
}
.blog-hot-9912 .container {

}
.blog-hot-9912 .link {
    text-decoration: none;
    color: inherit;
}
.blog-hot-9912 .item {
    color: inherit;
    transition: 0.5s all;
    margin-bottom: 18px;
    border-radius: 20px;
    background-color: #fff;
    margin-right: 15px;
}
.blog-hot-9912 .item:hover {
    transform: translateY(-4px);
    transition: 0.5s all;
}
.blog-hot-9912 .image-wrap {
    max-height: 110px;
    border-radius: 20px;
}
@media screen and (min-width: 768px) {
    .blog-hot-9912 .image-wrap {
        /*height: 165px;*/
        max-height: inherit;
    }
}
.blog-hot-9912 .image-wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blog-hot-9912 .color-line {
    height: 6px;
    width: 100%;
    background-color: #f2f2f2;
}
.blog-hot-9912 .color-line-1 {
    background-color: #40B561;
}
.blog-hot-9912 .color-line-2 {
    background-color: #D5282A;
}
.blog-hot-9912 .color-line-3 {
    background-color: #6C5DE7;
}
.blog-hot-9912 .color-line-4 {
    background-color: #01B894;
}

.blog-hot-9912 .info {
    padding: 10px;
}
.blog-hot-9912 .info .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    min-height: 55px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: red;
}
@media screen and (min-width: 768px) {
    .blog-hot-9912 .info .title {
        font-size: inherit;
        min-height: 42px;
    }
}
.blog-hot-9912 .info .description {
    color: #919191;
    color: #000;
    font-size: 13px;
    min-height: 130px;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .blog-hot-9912 .info .description {
        min-height: 75px;
    }
}

.blog-hot-9912 .seen-more {
    background-color: var(--c);
}
.blog-hot-9912 .seen-more:hover {
    background-color: var(--c);
    opacity: 0.8;
}



/*Seen-more*/
/*.blog-hot-9912 */
.seen-more {
    background-color: #1e73be;
    color: #fff;
    padding: 7px 20px;
    transition: all 0.3s;
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    border-radius: 99px;
    margin-bottom: 5px;
}
.seen-more:hover {
    background-color: #185D98;
    transition: all 0.3s;
}
.seen-more span {
    font-size: 13px;
}




.home-icon {
    padding: 10px;
    border-radius: 4px;
    background-color: var(--c);
    min-width: 36px;
    min-height: 41px;
    display: inline-block;
}



/*COURE ITEM*/
.couse-item {
    min-height: 235px;
    margin: 0px 0px 20px 0px;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .couse-item {
        /*margin: 0px 10px 20px 10px;*/
    }
    .category_course_right {
        padding-right: 5px;
    }
}

.couse-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.couse-item a {
    text-decoration: none;
}
.course-img {
    /*border-top-right-radius: 6px;
    border-top-left-radius: 6px;*/
}
.course-img img {
    width: 100%;
    object-fit: cover;
    /*border-top-right-radius: 6px;
    border-top-left-radius: 6px;*/
}
.course-infomation {
    padding: 15px 10px;
}
.course-infomation .name {
    color: #464646;
    font-size: 13px;
    min-height: 50px;
    display: block;
}
.course-infomation .teacher img {
    width: 30px;
    border-radius: 50%;
}
.course-infomation .teacher span {
    color: #9b9b9b;
    padding-left: 5px;
    font-size: 13px;
}

.price-brick-css {
    display: inline-block;
    margin-left: 8px;
    text-decoration: line-through;
    color: #898585 !important;
    font-size: 13px;
}




/*// Dành cho file JS*/
.module-action {
  display: flex;
  justify-content: space-around;
}
.module-action span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 3px;
}
.module-action span:hover {
  color: #409EFF;
}
/*Điều chỉnh cái status trong từng bảng*/
.item_active {
  color: #479F4B;
  display: flex;
  align-items: center;
}
.item_active i {
  font-size: 10px;
  margin-right: 5px;
}
.item_not_active {
  color: #7f8c8d;
  display: flex;
  align-items: center;
}
.item_not_active i {
  font-size: 10px;
  margin-right: 5px;
}

.course-image {
  width: 125px;
  border-radius: 2px;
}


 /**************************************
 * Cấu hình chung của cả hệ thống
 ***************************************/
.model-frame {
  padding-bottom: 30px;
}
.model-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-content {
  padding-top: 15px;
}
.model-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  margin-bottom: 20px;
}
.model-pagination {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.model-pagination .el-pagination {
  padding-left: 0px !important;
}
.model-pagination .el-pagination li:not(.active) {
  background-color: #dfe6e9 !important;
}
.module-action {
  display: flex;
  justify-content: space-around;
}
.module-action span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.module-action span:hover {
  color: #409EFF;
}
.btn-create {
  background-color: #efefef !important;;
  color: #505F78 !important;;
  border-color: #F4F5F7 !important;
}
.btn-create:hover {
  background-color: #f2f2f2 !important;
  transition: 0.3s;
  color: #409EFF  !important;
}
.btn-back {
  border-color: #efefef !important;
}
.btn-back:hover {
  background-color: #fff !important;
}
/*Điều chỉnh cái status trong từng bảng*/
.item_active {
  color: #479F4B;
  display: flex;
  align-items: center;
}
.item_active i {
  font-size: 10px;
  margin-right: 5px;
}
.item_not_active {
  color: #7f8c8d;
  display: flex;
  align-items: center;
}
.item_not_active i {
  font-size: 10px;
  margin-right: 5px;
}


/**************************************
* Đè CSS của thằng Element
***************************************/
/*Đè nút input trong form cho nhỏ lại*/
.form-item.el-form-item {
  margin-bottom: 18px;
  margin-bottom: 10px;
}
/*Đè nút seach*/
.input-seach input {
  height: 32px;
  font-size: 12px;
}
.el-input__icon {
  line-height: 25px !important;
}

.input-seach-2 {
    margin-top: 5px;
}
/*Đè nút Select*/
.input-select {
  width: 100%;
}
.input-select input{
  height: 32px !important;
  font-size: 12px;
  /*background-color: #FAFBFC;*/
}
.input-select-2 {
  width: 100%;
}
/*Đè cái daterange*/
.input-daterange .el-input__inner {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.input-daterange .el-date-editor .el-range__icon {
  line-height: 25px;
}
.input-daterange .el-date-editor .el-range-separator {
  line-height: 25px;
}
.input-daterange .el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 100%;
}
.input-daterange .el-date-editor .el-range-input, .el-date-editor .el-range-separator {
  font-size: 12px;
  background-color: #FAFBFC;
}
/*Đè lúc hover từng dòng trong bảng*/
.model-table .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #f2f2f2;
}
.model-content .el-form-item__label {
  font-weight: bold;
}

.el-form-item__label {
    line-height: 15px !important;
}

/*Đè cái Select ngày tháng Ranger*/
.model-content .el-range-editor .el-range-input {
  font-size: 12px;
}

/*Đè cái chọn 2 ngày*/
.el-date-editor {
  height: 33px;
  padding-top: 2px;
}
.el-range-editor .el-range-input {
  font-size: 13px;
}
.el-date-editor .el-range-separator {
  line-height: 27px !important;
}
.el-input--prefix .el-input__inner {
  height: 30px !important;
}




/*navi-mobile*/
.navi-mobile {
    position: fixed;
    height: 60px;
    width: 100%;
    background: #fff;
    bottom: -1px;
    z-index: 100;
    /*border-top: 1px solid #f6f6f6;*/
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.list-navi .item-9 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
    text-decoration: none;
    color: inherit;
    padding-top: 8px;
}
.list-navi .item-9 img {
    width: 23px;
}
.list-navi .item-92 img {
    width: 32px;
}
.list-navi .item-93 img {
    width: 21px;
}
.list-navi .item-94 img {
    width: 26px;
}
.list-navi .item-9 span {
    color: #999999;
    font-size: 13px;
    padding-top: 3px;
}
.list-navi .item-9 span.active {
    color: var(--c);
}



/*Notification*/
.notitication-icon {
    margin: 0px 15px 0px 0px;
    min-width: 44px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
}
@media screen and (min-width: 768px) {
    .notitication-icon {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}
.notitication-icon i {
    color: var(--c);
}
.notitication-icon span {
    font-size: 10px;
    position: absolute;
    top: -10px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: red;
    left: 25px;
    color: #fff;
    font-weight: 500;
}

.cart-count {
    font-size: 10px;
    position: absolute;
    top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: red;
    right: -6px;
    color: #fff;
    font-weight: 500;
}

/*/ Toc*/
.cati-toc-blog {
    background: rgb(249, 249, 249);
    border: 1px solid rgb(170, 170, 170);
    padding: 12px;
    margin-bottom: 1em;
    width: 100%;
    font-size: 14px;
    min-height: 200px;
    margin-top: 10px;
}
.toc-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.toc-line-1 a {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}
.toc-line-1 a:hover {
    color: var(--c);
}
.toc-line-2 {
    padding-left: 25px;
    padding-bottom: 10px;
}
.toc-line-2 a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    text-transform: lowercase;
}
.toc-line-2 a:hover {
    color: var(--c);
}

/*=============header main diagram===============*/
.header-main .diagram {
    min-width: 553px;
}
.header-main .diagram ul {
    align-items: center;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
}
.header-main .diagram ul li {
    list-style: none;
}
.header-main .diagram ul li:not(:last-child) {
    margin-right: 12px;
}
.header-main .diagram ul li a {
    color: var(--c);
    font-size: 16px;
    text-decoration: unset;
    display: block;
}

.header-main .diagram ul li a .__icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.header-main .diagram ul li a span {
    text-align: center;
    display: block;
}
.header-main .diagram ul li a:hover,
.header-main .diagram ul li a.active,
.header-main .diagram ul li a.current {
     color: #eed318;
}
.header-main .diagram ul li a.icon-search img {
    width: 25px;
    display: block;
    margin: 0 auto;
}
.header-main .diagram ul li a.icon-cart {
    background-color: var(--c);
    display: flex;
    align-items: center;
    margin-left: 0.12em;
    margin-right: 0.12em;
    min-width: 2.5em;
    border-radius: 5px;
    padding: 0.3em 0.6em 0.3em 0.6em;
    font-size: 1em;
    color: #fff;
    position: relative;
}
.header-main .diagram ul li a.icon-cart span {
    display: inline-block;
    line-height: 1.6;
}
.header-main .diagram ul li a.icon-cart span.last {
    margin-left: 5px;
}
.header-main .diagram ul li a.icon-cart img {
    width: 22px;
    height: 20px;
    display: block;
}
.header-main .diagram ul li .language {
}
.header-main .diagram ul li.language div {
    display: flex;
    align-items: center;
}
.header-main .diagram ul li.language div a {
    width: 24px;
    display: block;
}
.header-main .diagram ul li.language div a img {
    width: 100%;
    display: block;
}

@media(max-width: 991.98px) {
    .header-main .sologan {
        margin-right: 0;
        text-align: center;
    }
    .header-main .logo {
        width: 55px;
        min-width: 55px;
        margin-left: 0.5em;
        margin-right: 0;
        font-size: 10px;
    }
    .header-main .diagram {
        min-width: auto;
    }
    .header-main .sologan .text-2 {
        font-size: 95%;
    }
    .header-main .sologan h1 {
        margin-bottom: 5px;
    }
    .header-main .diagram ul li a.icon-cart span.last {
        margin-left: 0;
    }
}

/* floatting action button */
.zoom {
    position: fixed;
    bottom: 130px;
    right: 24px;
    height: 70px;
}

.zoom-fab {
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    /* background-color: #009688; */
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;

    align-items: center;
    justify-content: center;
}

.zoom-fab img {
    width: 86px;
    height: 98px;
}

.zoom-fab:hover {
    /* background-color: #4db6ac; */
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    color: #FFF !important;
}

.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.zoom-btn-person { background-color: #F44336; }

.zoom-btn-person:hover { background-color: #e57373; }

.zoom-btn-doc { background-color: #ffeb3b; }

.zoom-btn-doc:hover { background-color: #fff176; }

.zoom-btn-tangram { background-color: #4CAF50; }

.zoom-btn-tangram:hover { background-color: #81c784; }

.zoom-btn-report { background-color: #2196F3; }

.zoom-btn-report:hover { background-color: #64b5f6; }

.zoom-btn-feedback { background-color: #9c27b0; }

.zoom-btn-feedback:hover { background-color: #ba68c8; }

.zoom-menu {
    position: absolute;
    right: 70px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 500px;
    list-style: none;
    text-align: right;
    margin-top: 1rem !important;
}

.zoom-menu li {
    display: inline-block;
    margin-right: 10px;
}

.zoom-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    /* background-color: #009688; */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }
