.codeYou {
    text-align: center;
    color: #555;
    width: 100%;
    background: #f1f1f1;
    padding: 8px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    font-weight: bold;
}

.container-fluid.container-content {
    position: relative;
    top: -90px;
}
.descriptionCollapse {

    background: #eee;
    padding: 50px 15px 0px 15px;
    position: relative;
    right: -10px;
    width: calc(100% + 20px);
    bottom: -30px;

}
.descriptionCollapse.closeDesciption{

    padding: 0;
}
.descriptionCollapse .toggle {

    position: absolute;
    top: -35px;
    right: 50%;
    background: #eee;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 6px;
    transform: translate(50%);
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;

}
.descriptionCollapse.closeDesciption .toggle {
    background: #f6f6f6;
}
.sectionbox {
    background: white;
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin-bottom: 25px;
}
.sectionbox.info h6{
    text-align: center;
}
.sectionbox.info > img {
    position: relative;
    right: 50%;
    transform: translate(50%);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}
.sectionbox.info hr {
    border-color: #ccc;
}
.sectionbox.info button {
    width: 100%;
    text-align: right;
    padding: 7px;
    margin-bottom: 4px;
    border-radius: 6px;
    border: none;
}
.sectionbox.info button span{
    font-size: 14px;
}
.sectionbox.info ul.information li {
    margin-bottom: 10px;
    color: #888;
}
.sectionbox.info .information span {
    font-size: 14px;
}
.sectionbox.info ul.information .svg {
    filter: invert(.6);
}

.btn-outline-custom {
    background: white;
}
.btn-outline-custom.pdf {
    border: 1px solid #ff6e76 !important;
    color: #ff6e76;
}
.btn-outline-custom.share {
    border: 1px solid #39b118 !important;
    color: #39b118;
}
.btn-outline-custom:hover{
    background: #f6f6f6;
}
.btn-custom.share {
    border: 1px solid #12a8f5 !important;
    background: #12a8f5;
    color: #fff;
}

.btn-outline-custom.share .svg {
    filter: invert(55%) sepia(50%) saturate(350%) hue-rotate(100deg);
}
.btn-outline-custom.pdf .svg {
    filter: invert(55%) sepia(100%) saturate(300%) hue-rotate(310deg);
}


.sectionbox.header {
    overflow: hidden;
    position: relative;
    padding: 0 15px 15px 15px;

}
.sectionbox.header .header {

    background: #f6f6f6;
    position: relative;
    right: -15px;
    width: calc(100% + 30px);
    padding: 10px;

}
.sectionbox.header .icon-section-header img {
    width: 30px;
}
.contentbar > .title {

    color: white;
    text-align: center;
    margin-bottom: 100px;

}
.contentbar .Introduction h6 {
    font-size: 18px;
    color: #222;
}

.closeMenu{
    display: none;
}
.contentbar .Introduction img {
    margin-right: 15px;
}
.boxMainContent .icon-section-content {
    margin-left: 15px;
}
.boxMainContent .header{
    display: flex;
    clear: both;
    flex-direction: row;
    flex-wrap: nowrap;
}

.boxMainContent .icon-section-content img {
    width: 80px;
}
.boxMainContent .header .text p {

    background: #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    color: #555;
    font-size: 13px;

}
.boxWhite{
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 20px 20px;
    margin-bottom: 15px;
}
.boxText span{
    font-size: 14px;
}
.icon-chart img {
    width: 30px;
}
.chart span{
    margin-left: 13px;
}


.boxWhite.boxChart > .chart {
    position: relative;
    top: 0px;
    display: flex;
    clear: both;
    margin-bottom: 20px;
}
.boxWhite.boxChart > .chart .chart{
    width: 100%;
    height: 30px;
}

#sec_3 .boxChart > .chart:nth-child(2) .progressBar2 > .active{
    background: rgb(245, 208, 210) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(2) .progressBar2 > .active  >div {
    background: rgb(253, 143, 149) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(2) .type {
    color: #fd8f95;
}

#sec_3 .boxChart > .chart:nth-child(3) .progressBar2 > .active{
    background: rgb(132, 207, 245) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(3) .progressBar2 > .active  >div {
    background: rgb(57, 179, 240) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(3) .type {
    color: #39B3F0;
}

#sec_3 .boxChart > .chart:nth-child(4) .progressBar2 > .active{
    background: rgb(151, 211, 135) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(4) .progressBar2 > .active  >div {
    background: rgb(74, 193, 42) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(4) .type {
    color: #4AC12A;
}

#sec_3 .boxChart > .chart:nth-child(5) .progressBar2 > .active{
    background: rgb(251, 195, 123) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(5) .progressBar2 > .active  >div {
    background: rgb(252, 158, 38) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(5) .type {
    color: #fc9e26;
}

#sec_3 .boxChart > .chart:nth-child(6) .progressBar2 > .active{
    background: rgb(186, 185, 249) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(6) .progressBar2 > .active  >div {
    background: rgb(108, 106, 255) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(6) .type {
    color: #6c6aff;
}

#sec_3 .boxChart > .chart:nth-child(7) .progressBar2 > .active{
    background: rgb(163, 241, 225) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(7) .progressBar2 > .active  >div {
    background: rgb(15, 221, 179) none repeat scroll 0% 0% !important;
}
#sec_3 .boxChart > .chart:nth-child(7) .type {
    color: #0FDDB3 !important;
}
.boxWhite > .boxWhite{
    position: relative;
    margin-top: 0;
}
.boxWhite > .boxWhite::after {
    content: attr(data-title);
    position: absolute;
    top: -25px;
    right: 40px;
    background: white;
    padding: 2px 10px;
    font-weight: bold;
}
.boxWhite > .boxWhite::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #c8c8c8;
}
.boxWhite > .boxWhite.red::after {
    color: #fd8f95;
}
.boxWhite > .boxWhite.blue::after {
    color: #39b3f0;
}
.boxWhite > .boxWhite.green::after {
    color: #4ac12a;
}
.boxWhite > .boxWhite.orange::after {
    color: #fc9e26;
}
.boxWhite > .boxWhite.purple::after {
    color: #6c6aff;
}
.boxWhite > .boxWhite.cyan::after {
    color: #0fddb3;
}
.boxWhite > .boxWhite {

    border: none;
    margin-bottom: 40px;
}

.boxWhite.boxChart > .chart .title {

    width: 90px;
    font-size: 14px;

}

#sec_9 .water-jar > .icon {
    font-size: 40px;
}
.boxType2 .title {
    width: 130px !important;
    font-size: 12px !important;
    position: relative;
    padding: 5px;
}
.boxType2 .type {
    width: 90px !important;
    font-size: 12px !important;
    position: relative;
    background: #eee;
    color: #666 !important;
    text-align: center;
    padding: 5px;
}

#sec_4 .boxChart.boxType2.red .progressBar2 > .active{
    background: rgb(245, 208, 210) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.red .progressBar2 > .active  >div {
    background: rgb(253, 143, 149) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.red .type {
    color: #fd8f95;
}
.boxType2 {
    margin-top: 50px;
}
.boxType2 .icon-section-content, .boxType3 .icon-section-content  {

    position: relative;
    top: -60px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;

}
.boxType2 p {

    position: relative;
    top: -30px;

}
#sec_4 .boxChart.boxType2.blue .progressBar2 > .active{
    background: rgb(132, 207, 245) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.blue .progressBar2 > .active  > div {
    background: rgb(57, 179, 240) none repeat scroll 0% 0% !important;
}
/*#sec_4 .boxChart.boxType2.blue .type {*/
/*color: #39B3F0 !important;*/
/*}*/

#sec_4 .boxChart.boxType2.green .progressBar2 > .active{
    background: rgb(151, 211, 135) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.green .progressBar2 > .active  >div {
    background: rgb(74, 193, 42) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.green .type {
    color: #4AC12A;
}

#sec_4 .boxChart.boxType2.orange .progressBar2 > .active{
    background: rgb(251, 195, 123) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.orange .progressBar2 > .active  >div {
    background: rgb(252, 158, 38) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.orange .type {
    color: #fc9e26;
}

#sec_4 .boxChart.boxType2.purple .progressBar2 > .active{
    background: rgb(186, 185, 249) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.purple .progressBar2 > .active  >div {
    background: rgb(108, 106, 255) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.purple .type {
    color: #6c6aff;
}

#sec_4 .boxChart.boxType2.cyan .progressBar2 > .active{
    background: rgb(163, 241, 225) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.cyan .progressBar2 > .active  >div {
    background: rgb(15, 221, 179) none repeat scroll 0% 0% !important;
}
#sec_4 .boxChart.boxType2.cyan .type {
    color: #0fddb3;
}

.boxType2 ul.tags li {
    display: inline-block;
    font-size: 13px;
    background: #e6e6e6;
    padding: 6px 12px 5px;
    border-radius: var(--border-radius);
    margin-bottom: 10px;
}
.boxType2 ul.tags {
    margin-top: 10px;
}
.chartCircle {
    padding-bottom: 25px;
}
.chartCircle > div > div {
    margin-bottom: 25px;
}
.icon-TypeB {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #cccc;
    position: relative;
    float: right;
}
.icon-TypeB.Orange{
    background: rgba(253, 197, 125, 0.8);
}
.icon-TypeB.green{
    background: rgba(149, 239, 125, 0.8);
}
.icon-TypeB.purple{
    background: rgba(187, 61, 214, 0.8);
}
.icon-TypeB.red{
    background: rgba(253, 143, 149, 0.8);
}
.icon-TypeB.blue{
    background: rgba(125, 210, 253, 0.8);
}
.icon-TypeB img {
    width: 50px;
    position: absolute;
    top: calc(50% - 15px);
    right: 50%;
    -webkit-transform: translate(50% , -50%);
    -moz-transform: translate(50% , -50%);
    -ms-transform: translate(50% , -50%);
    -o-transform: translate(50% , -50%);
    transform: translate(50% , -50%);
    filter: invert(1);
}
.icon-TypeB .text {
    width: 100%;
    position: absolute;
    top: calc(50% + 25px);
    right: 50%;
    -webkit-transform: translate(50% , -50%);
    -moz-transform: translate(50% , -50%);
    -ms-transform: translate(50% , -50%);
    -o-transform: translate(50% , -50%);
    transform: translate(50% , -50%);
    font-size: 11px;
    text-align: center;
    color: white;
}

.chartCircle-BoxTypeB {
    position: relative;
    width: 80px;
}
.chartCircle-BoxTypeB .water-filling {
    text-align: center;
    top: 50%;
    bottom:unset;
    position: absolute;
    width: 100%;
    right: 50%;
    font-size: 12px;
    transform: translate(50% , 0);
}
.chartCircle-BoxTypeB {
    position: relative;
    width: 80px;
    display: block;
    top: -15px;
    height: 100px;
}
.chartCircle-BoxTypeB > div:nth-child(1) , .chartCircle-BoxTypeB > div:nth-child(2) {
    height: 100px;
}
.chartCircle-BoxTypeB > div .water-jar {
    height: 100px;
}.boxTypeB {
     display: flex;
     clear: both;
 }

.boxTypeB .boxType2 p {
    position: relative;
    top: -5px;
    font-size: 13px;
}
.boxTypeB .boxType2{
    margin-top: 0;
    width: 100%;
}
.boxTags{
    position: relative;
}
.boxTags .header {
    position: absolute;
    top: -19px;
    background: white;
    border: 1px solid var(--border-color);
    right: 30px;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: var(--border-radius);
    font-weight: bold;
}

.header.TypeB.Green {
    background: #ddf0b4;
    padding: 10px;
    border-radius: var(--border-radius);
}
.header.TypeB img {
    width: 50px;
}
.header.TypeB h5 {
    margin-top: 15px;
}

#sec_6 .water-jar > svg {
    height: 65px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}


/*#sec_6 .water-filling{*/
/*visibility: hidden;*/
/*}*/
.highcharts-credits {
    display: none;
}


.list-Access {
    padding-right: 20px;
    padding-top:20px;
}
/*.list-Access li.active {*/
/*list-style: disc;*/
/*}*/
.list-Access li {
    color: #444;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
}
.list-Access li.active {
    list-style: none;
}
.container-content .sidebar .quickAccess .content ul.list-Access li a::before ,
.MenubarFixed .list-Access  li  a::before {
    content: '' !important;
    background-image: url('../../asset/image/oval.svg');
    background-size: 10px 10px !important;
    width: 10px !important;
    height: 10px !important;
    position: absolute !important;
    right: -15px !important;
    top: 8px !important;
}
.container-content .sidebar .quickAccess .content ul.list-Access li.active a::before  , .MenubarFixed .list-Access  li.active  a::before {
    background-image: url('../../asset/image/oval1.svg');
}
.list-Access li.active a {
    color: #12a8f5;
    font-weight: 500;
}


.imageBookBox , .imageVideoBox {
    overflow: hidden;
}

.imageBookBox img , .imageVideoBox img {
    background-size: cover !important;
    width: 100%;
    /*height: 260px;*/
}
.imageBookBox , .imageVideoBox {
    position: relative;
    right: -15px;
    width: calc(100% + 30px);
}
.detailsBook h5, .detailsBook h6 , .detailsBook .title ,  .detailsVideo h5, .detailsVideo h6 , .detailsVideo .title  {
    font-size: 13px !important;
}
.detailsBook p , .detailsVideo p {
    font-size: 12px;
}
.detailsBook .discription p , .detailsVideo .discription p  {
    font-size: 12px;
    background: #e6f5fd;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 2;
}


.fixedSideBar {
    position: fixed !important;
    top: 15px !important;
    width: 350px;
}

.fixedSideBar, .fixedSideBar:hover , .fixedSideBar * , .fixedSideBar *:hover{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.slick-dots li button {

    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 5px !important;
    cursor: pointer !important;
    color:transparent !important;
    outline: none !important;
    border: 1px solid #ccc !important;
}
.slick-dots li {

    position: relative !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important;

}

.boxBook {
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    min-height: 210px !important;
}
.boxBook img {
    width: 130px;
    float: left;
    margin-right: 20px;
}
.boxBook.purple{
    border: 1px solid #7a31fe;
    background: #f6efff;
}
.boxBook.purple h6{
    color: #7a31fe;
}
.boxBook.pink{
    border: 1px solid #dc009e;
    background: #ffe5f8;
}
.boxBook.pink h6{
    color: #dc009e;
}
.boxBook.green{
    border: 1px solid #89c27a;
    background: #e7fee1;
}
.boxBook.green h6{
    color: #89c27a;
}
.boxBook.blue{
    border: 1px solid #19b7dd;
    background: #e2f9ff;
}
.boxBook.blue h6{
    color: #19b7dd;
}
.boxBook.red{
    border: 1px solid #fe3258;
    background: #f6e0e3;
}
.boxBook.red h6{
    color: #fe3258;
}
.boxBook.orange{
    border: 1px solid #fe8d33;
    background: #ffeddf;
}
.boxBook.orange h6{
    color: #fe8d33;
}

.gameBox {
    background: #beeffe;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.gameBox a {
    background: #beeffe;
    padding: 15px;
    border-radius: 5px;
}
.text-red{
    color: red;
}
.gameBox .footer{
    text-align: center;
    margin-top: 10px;
}
.gameBox .header i {
    font-size: 24px;
    margin-left: 15px;
}
.startGame {
    background: #29caff !important;
    padding: 4px 90px 7px !important;
    position: relative;
    display: inline-block;
    color:
            white;
}
.Practice div {
    margin-bottom: 4px;
}
.Practice {
    margin-bottom: 25px;
}
.Jobs {
    margin-bottom: 25px;
}

td.active {
    background: #ffd299 !important;
}