:root {
    --color__label: #62899a;
    --color__success: #40bb6b;
    --color__total_money: #e91e98c7;
    --vien-1 : #D980FA;
    --vien-2 : #FDA7DF;
    --size-vien : 2px;
}


.box1 > span
{
    z-index: 1;
    opacity: 1;
}

.box1 > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--size-vien);
    background: linear-gradient(to right, var(--vien-1), var(--vien-2));
    animation: trung1 2s linear infinite;
    animation-delay: 1s;
}

.box1 > span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--size-vien);
    height: 100%;
    background: linear-gradient(to bottom, var(--vien-1), var(--vien-2));
    animation: trung2 2s linear infinite;
}

.box1 > span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--size-vien);
    background: linear-gradient(to left, var(--vien-1), var(--vien-2));
    animation: trung3 2s linear infinite;
    animation-delay: 1s;
}

.box1 > span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--size-vien);
    height: 100%;
    background: linear-gradient(to top, var(--vien-1), var(--vien-2));
    animation: trung4 2s linear infinite;
}

@keyframes trung1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes trung2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes trung3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes trung4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.activeBG {
    animation: 2s linear activeBG;
    background: aliceblue;
}

@keyframes activeBG {
    0% {
        background: #fff;
    }

    100% {
        background: aliceblue;
    }   
}

.btn--social {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border: none;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    outline: none !important;
}

.btn--social i {
    margin-right: 4px;
}

.btn--social:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 50%;
    height: 100%;
    transform: skew(46deg);
    background: rgba(255,255,255,.2);
}

.btn--social:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
}

.btn--social:hover:after {
    left: 100%;
    border: none;
}

.text--social {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border: none;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    outline: none !important;
}

.text--social i {
    margin-right: 4px;
}

.text--social:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 50%;
    height: 100%;
    transform: skew(46deg);
    background: rgba(255,255,255,.2);
}

.text--social:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
}

.text--social:hover:after {
    left: 100%;
    border: none;
}

.title__rank {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
}

.rank__flex {
    display: inline-flex;
    align-items: center;
    box-shadow: 13px 5px 13px rgb(55 54 54 / 20%);
    padding: 3px 14px;
    margin-bottom: 12px;
    width: 100%;
}

.rank__flex_left {
    position: relative;
}

.rank__flex_right_auth {
    font-weight: 600;
}

.rank__flex_right {
    padding-left: 4px;
    width: 70%;
}

.rank__flex_right_time {
    font-size: 13px;
}

.rank__flex_left_number {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.rank__flex_right_point {
    width: 20%;
}

.rank__flex_right_point_text {
/*    background: #f05868;*/
    background: #c7428b;
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 14px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgb(55 54 54 / 20%);
}

.rank__flex_right_bxh {
    width: 43%;
}

.dudoan {
    width: 30%;
}

.top10candidates_bhx {
    max-height: 100vh !important;
}

.notification-item {
    height: 390px;
    overflow-y: scroll;
}

.red {
    color: red;
}

.OnlineTestDoTest {
    padding: 0px !important;
}

#he_banner {
    width: 100%; height: auto; max-height:600px !important;
}
/*
#btnSaveExamResult {
    margin: 0px;
    margin-left: 10px;
    border-radius: 2px;
    padding: 6px 46px;
    box-shadow: 0px 5px 10px rgb(167 167 167 / 60%);
    margin-top: -1px;
    transition: all 0.6s;
    border-bottom: 3px solid #ccc;
}*/

.title__center_home {
    overflow: hidden;
    position: relative;
    padding: 11px;
    margin-bottom: 18px;
    text-align: center;
    background-image: url('../images/bg-page.webp');
    display: block;
    background-color: rgba(5, 120, 193, .8);
    position: relative;
    overflow: initial;
    background-blend-mode: overlay;
    background-size: 286px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

#static_dtdt {
    margin-top: 20px;
}

.lb__static {
    font-size: 16px;
    font-weight: 600;
}

.scrollbar {
    overflow: none !important;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 6px 12px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 39px;
    height: 39px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 51%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-badge .fa-check-square-o {
    font-size: 16px;
    margin: 0;
    padding-top: 4px;
}

.timeline-title h3 {
    font-size: 24px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.title__body {
    color: #428bca !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.timeline-left .timeline-panel {
    left: -23px;
}

.timeline-inverted .timeline-panel {
    left: 23px;
}

.timeline-left .timeline-panel:after {
    top: 17px !important;
}

.timeline-left .timeline-panel:before {
    top: 16px !important;
}

.main__btn {
    position: relative;
    overflow: hidden;
}

.btn__thamgia {
    display: block;
    text-align: center;
    background: #ffa801;
    padding: 11px;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #FFF !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 0px !important;
    padding: 24px 0px;
    font-size: 16px !important;
}

.btn__thele {
    display: block;
    text-align: center;
    background: #0be881;
    padding: 11px;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #FFF !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 0px !important;
    padding: 24px 0px;
    font-size: 16px !important;
}

.start__custom {
    margin-bottom: 5px;
    border: 1px solid #ebebeb !important;
    box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    padding: 1px;
    background: #f3f3f373;
    display: block !important;
}

.start__custom .top {
    background: #17c0eb;
    color: #fff;
    border-bottom: 2px solid #f27474 !important;
}

.t-end {
    margin-bottom: 5px;
    border: 1px solid #ebebeb !important;
    box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    padding: 1px;
    background: #f3f3f373;
    display: block !important;
}

.t-end .top {
    background: #ff5e57;
    color: #fff;
    border-bottom: 2px solid #f27474 !important;
}

.t-countdown {
    margin-bottom: 5px;
    border: 1px solid #ebebeb !important;
    box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    padding: 1px;
    background: #f3f3f373;
    display: block !important;
}

.t-countdown .top {
    /*background: #ff8e1a;
    border-bottom: 2px solid #f27474 !important;
    font-size: 17px;
    color: #fff;*/
    background: #ffa801;
    border-bottom: 3px solid #ffa801 !important;
    font-size: 17px;
    color: #fff;
}

.top10candidates {
    overflow-y: scroll;
    max-height: 398px;
}

.panel-warning__custom {
    border: 1px solid #ffb733;
    display: block !important;
}

.panel-warning__custom .panel-heading {
    background-color: #ffb733;
    display: block !important;
}

.panel-warning__custom .panel-heading .panel-title {
    color: #fff;
    font-weight: bold;
}

.panel-primary__custom {
    border: 1px solid #428bca;
    display: block !important;
}

.panel-primary__custom .panel-heading {
    background-color: #428bca;
}

.panel-primary__custom .panel-heading .panel-title {
    color: #fff;
    font-weight: bold;
}

.panel-success__custom > .panel-heading {
    color: #ffffff;
    background-color: #0dbd23;
    border-color: #d6e9c6;
    display: block;
}

.body-bg {
    background: #f0f0f0;
}

#body {
    padding-top: 0px;
}

#body::before {
    content: "";
}

.confetti-button {
  outline: none;
  border:none;
  cursor: pointer;
  width:100%;
  height: 100%;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color:#fff;
  text-align: center;
  background: #24cfaa;
  box-shadow: 3px 3px 8px #303030a4,
  3px 3px 8px #2c2c2c7e;
  transition: 0.5s;
}
.confetti-button:hover {
  background:#2fdbb6;
}
.confetti-button:active {
  background:#1da88a;
}
.button-wrapper {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.button-wrapper canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.swal-wide {
    width: 80% !important;
}

.load_banner {
    position: relative;
}

#saccordian {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.accordian {
  width: 100%;
  padding: 0.6rem;
  border-radius: 12px;
  margin: 10px;
  position: relative;
}

.accordian:first-child {
  background: #fdf7f0;
  border-left: 4px solid #fac38b;
}

.accordian:nth-child(2) {
  background: #f1f0fe;
  border-left: 4px solid #9090eb;
}

.accordian:nth-child(3) {
  background: #fff0f3;
  border-left: 4px solid #ef95ac;
}

.accordian:nth-child(4) {
  background: #eef9ff;
  border-left: 4px solid #98d1f3;
}

.accordian:nth-child(5) {
  background: #a4f2b8;
  border-left: 4px solid #a4f2e3;
}

.accordian:nth-child(6) {
  background: #f1f0fe;
  border-left: 4px solid #9090eb;
}

.accordian:nth-child(7) {
  background: #fff0f3;
  border-left: 4px solid #ef95ac;
}

.accordian:nth-child(8) {
  background: #eef9ff;
  border-left: 4px solid #98d1f3;
}

.accordian:nth-child(9) {
  background: #a4f2b8;
  border-left: 4px solid #a4f2e3;
}

.accordian:first-child(10) {
  background: #fdf7f0;
  border-left: 4px solid #f4e2c3;
}


.accordian_head, .close_accordian_head {
  background-color: transparent;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
}

.accordian_toggler {
  align-self: flex-start;
  background-color: transparent;
  font-size: 1.8rem;
  transition: all 0.5s ease;
}

.accordian_toggler.active {
  rotate: 133deg;
}

.accordian_title {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}

.accordian_body {
  background: transparent;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
  ư
}

.active_body {
  grid-template-rows: 1fr;
}

.accordian_description {
  background-color: transparent;
  margin-top: 0.7rem;
  padding-left: 2.3rem;
  font-size: 13px;
  overflow: hidden;
  line-height: 1.2rem;
}


@media screen and (max-width: 768px){
    .search-cart .top-cart-contain .mini-cart {
        padding: 0px 12px;
    }

    .search-cart .searchsmall .showsearchfromtop {
        line-height: 0px;
        position: relative;
        top: -5px;
        left: 7px;
    }

    .icon-bar {
        background: #ffffffa1;
    }

    .navbar-toggle {
        border: 1px solid transparent;
        background: #f0f0f024;
    }

    .sidenav .close_menu {
        width: 80%;
    }

    .OnlineTestDoTest {
        padding: 0 !important;
    }

    .boxtest, #NumberOfCandidates {

    }

    .TriSea-technologies-Switch>label  {
        top: 8px;
        left: -14px;
    }

    #modeName {
        font-size: 14px;    position: relative;
        left: 4px;
        top: 16px;
    }

    .timeline > li.timeline-inverted > .timeline-panel, .timeline-left > .timeline-panel  {
        left: 0;
    }

    .timeline-inverted .timeline-panel:after {
        top: 17px !important;
    }

    .timeline-inverted .timeline-panel:before {
        top: 16px !important;
    }

    .box__row .col-xs-12 {
        padding: 4px;
    }

    .time-countdown .title {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .top10candidates {
        overflow: auto;
    }
}


@media screen and (min-width: 768px){
    .TriSea-technologies-Switch>label {
        top: 20px;
    }

    #modeName {
        left: 64px;
        top: 2px;
        position: relative;
    }
}

.title_exam_new i {
    font-size: 27px;
    margin-right: 6px;
}

.title_exam_new {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#tb_noboder tr td {
    border: none !important;
}

.number_question {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px solid #ccc;
    padding: 12px 0px;
    box-shadow: 0px 5px 10px rgb(173 166 166 / 60%);
    border-radius: 9px;
}

.number_question label {
/*    width: 16%;*/
border-radius: 50%;
border: 1px solid #cfcfcf;
margin: 2px 6px;
position: relative;
}

[class=cauhoi-mini] {
    display: none;
}

.btn-cauhoi {
    margin: -4px;
    margin-bottom: 0.5em;
    margin-left: 2px;
    font-size: 15px;
    width: 41px;
    text-align: center;
    margin-right: 1px;
    font-family: 'Roboto';
    padding: 9px 12px !important;
}

.clickCH{
    margin-right: 5px;
    border-radius: 5px !important;
    padding: 9px 14px;
}

.btn-active_cauhoi{
    color: #fff !important;
    background-color: #639bcc !important;
    border-color: #639bcc !important;
    padding-right: 10px;
}

.btn-success2 {
    color: #333;
    border-color: #dfdede;
    font-weight: bold;
    background-color: #f1f1f1;
}

.custom-control-label {
    display: flex;
    align-items: center;
}

.dapanQuestion input[type="radio"] {
    display: none !important;
}

label input[type="radio"] ~ span {
    position: relative;
    display: inline-block;
    padding: 0px 0 3px 25px;
}

label input[type="radio"] ~ span:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}
label input[type="radio"]:checked ~ span:before {
    border: 5px solid #29d;
}

.button1{
    position: fixed;
    bottom: 5px;
    z-index: 3;
    right: 75px;
}
.tttsv{
    font-size: 25px;
    text-align: center;
    font-size: 16px;
    border-left: 1px solid #e8e8e8;
    font-family: sans-serif;
}
.btn-2 {
  background-color: #2c92ce;
}
.btn-2 .round {
  background-color: #2c92ce;
}


.type-2 button {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 16px 44px 13px 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.type-2 button span {
  position: relative;
  z-index: 3;
}
.type-2 button .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 21px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 19px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.type-2 button .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txt {
  font-size: 14px;
  line-height: 1.45;
}

.type-2 button:hover {
  text-decoration: none;
  color: #fff;
}

.type-2 button:hover .round {
  background: none;
}
.type-2 button:hover .round i {
  left: 70%;
  color: #fff;
}




.type-2 a:hover {
  text-decoration: none;
  color: #fff;
}

.type-2 a:hover .round {
  background: none;
}
.type-2 a:hover .round i {
  left: 70%;
  color: #fff;
}
.text-red1{
    color:red;
    font-weight: bold;
}
.text-red2{
    color:red;
    margin-left: 2em;
    /*font-weight: bold;*/
}
.ttsvv > .col-md-3 > p{
  font-size: 17px !important;
}
.message-box .mb-container {
    top: 20%;
    background: #f39c12;
}
.bg-purple{
    border:none;
    background:#fff !important;
    color:black !important;
    transition: all 1s;
}
.bg-purple:hover{
    background: #666;
    border:none;
}
.btn-warning {
    background-color: #f39c12;
    margin-left: -14px;
    border:none;
    padding: 10px;
    transition: all 1s;
}
.btn-warning:hover{
    background:#666;
    border:none;
}
.pr-a-title h1{
    margin-bottom: 35px;
    text-transform: uppercase;
    color:#ff007f;
}


/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */
.btn-khong {
  border-color: #424242 !important;
  border-radius: 0 !important;
  background-color: #424242 !important;
}
.btn-khong:hover,
.btn-khong:focus,
.btn-khong:active,
.btn-khong.active,
.open > .dropdown-toggle.btn-khong {
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
}
.btn-co {
  background-color: #1caf9a !important;
  border-radius: 0 !important;
  border-color: #1caf9a !important;
}
.btn-co:hover,
.btn-co:focus,
.btn-co:active,
.btn-co.active,
.open > .dropdown-toggle.btn-co {
  background-color: #29b2e1 !important;
  border-color: #29b2e1 !important;
}
.btn-co[disabled],
.btn-co.disabled {
  background: #6ccaea !important;
  border-color: #63c7e9 !important;
}

.lanthi {
    background: #dfb264;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.pt {
    margin: 10px 0px !important;
}

/*.span2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #a7ca42;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 4px;
    box-shadow: 0px 5px 8px rgb(213 204 204 / 60%);
}

.span1 {
    font-size: 16px;
    color: #ffffff;
    background: #5cb85c;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0px 5px 8px rgb(213 204 204 / 60%);
    margin-right: 4px;
}*/

.timer {
    width: 100%;
    display: flex;
    align-items: center;
}

.timer1 {
    display: flex;
    align-items: baseline;
}

.minutes, .haicham, .second {
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
}

.haicham {
    display: flex;
    align-items: center;
}

.minutes, .second {
    background: #f0f0f0;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgb(131 125 125 / 60%);
}

.time_coudown {
    display: flex;
}

.Question_lambai--ndch {
    margin-bottom: 10px;
}

.panel-default {
    z-index: 1;
}

.ndCH {
    color: #d17500;
    padding: 8px 0px;
    display: block;
}

.title_chude  {
    color: #0e75cf;
}

.box__info_lt {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 1px 7px 14px rgb(112 104 104 / 50%);
    background: #e94f11;
}

.box__info_box {
    display: flex;
    margin-bottom: 8px;
}

.box__info_box .text1, .box__info_box .text2 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.box__info_box .text1 {
    width: 60%;
    border-right: 1px solid #ccc;
}

.box__info_box .text2 {
    width: 40%;
    padding-left: 15px;
    font-size: 18px;
}

.process-exam {
    box-shadow: 0px 5px 10px rgb(147 123 123 / 60%);
    background: #5cb85c !important;
}

.process-exam-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 0px;
}

.process-exam-left {
    width: 60%;
}

.process-exam-right {
    width: 40%;
}

.process-exam-right span {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:767px) {
    .fixedElement {
        width: 100%;
    }

    .number_question {
        justify-content: space-between;
    }

    .message-box .mb-container .mb-middle {
        width: 100%;
        left: 0%;
    }

    #main-kq {
        padding: 79px 0px;
    }

    .bttop {
        display: none;
    }

    .title_htbt {
        font-size: 16px;
    }

    #infoExam > div > div:nth-child(2) {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        background: #f96935;
        padding: 9px 4px;
        padding-bottom: 4px;
        border-top: 3px solid #ccc;
        box-shadow: 19px 5px 57px rgb(0 0 0 / 60%);
    }

    .total_point {
        margin-bottom: 14px;
    }
}

.fa-clock-o__custom, .fa-hourglass-end {
    position: relative;
    transition: all 0.6;
    animation: rotate 5s linear infinite forwards;
}

.hide__question {
    display: none !important;
}

.show__question {
    display: block !important;
}

#themeSwitcher {
  width: 70px;
  height: 30px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px solid #252525;
}

#toggler {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
}

.dark #toggler {
  float: right;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.TriSea-technologies-Switch {
    position: relative;
    width: 15%;
    top: -15px;
    user-select: none;
    width: 100%;
}

.textMode {
    position: absolute;
    left: 50px;
    top: 7px;
    color: #425eca;
    font-weight: bold;
    font-size: 19px;
    width: 100%;
}

#preQuestion, #nextQuestion {
    user-select: none;
}

.panel-title--switchmde {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.not_allowed {
    cursor: not-allowed;
    background: #f0f0f0 !important;
}

.boxtest {
    display: none;
}

.boxtest .test {
    user-select: none;
}

.select_ted_mimap:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dotted red;
    animation: quaytron 10s linear infinite forwards;
}

@keyframes quaytron {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select_ted_mimap {
    border: none !important;
    background: #fdfdfde8;
}

.dudoan {
    margin-top: 15spx;
}

#nopbai_row, #save_tmp {
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
    user-select: none;
    transition: all 0.6s;
    opacity: 0.8;
    position: relative;
    outline: none;
}

#nopbai_row .round {
    transition: all 1s;
    position: relative;
}

#nopbai_row:hover {
    opacity: 1;
}

.footer--action {
    padding-top: 23px;
}

#autoNext {
    outline: none;
    user-select: none;
}

#history-content, .dang_nhap_home, #OnlineTestDoTest {
/*    margin-top: 12px;*/
}

.tb{
    color: #f7ea45;
    text-shadow: none !important;
    font-weight: bold;
}

#main-kq {
    min-height: 300px; padding: 65px;
    margin-top: 16px;
    position: relative;
    box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.kqq {
    margin-top: 12px;
}

.kqq > .title-tb-tg {
    font-size: 30px !important;
}

#save_tmp {
    background: #d78f00de;
}

.not-allow {
    opacity: 0.4 !important;
    cursor: not-allowed;
}

#main_bt {
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 17px 24px 0 rgba(18, 83, 252, 0.51);
    --size-vien: 3px;
    transition: all 1s;
}

#main_bt:hover {
    transform: translateY(-20px);
}

#openExam {
    user-select: none;
    outline: none;
    border-radius: 0;
    padding: 18px 40px;
    margin-bottom: 0px !important;
    background: -webkit-linear-gradient(-65deg, #6fabf6 0, #13a6ef 100%);
}

.main_progess {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 22;
    display: none;
    transition: all 0.6s;
    opacity: 0;
}

.main_progess_show {
    display: block;
    opacity: 1;
}

.main_progess__mm {
    background: #0000009e;
    width: 100%;
    height: 100%;
}

.main_progess .progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.canvas_kq {
    z-index: 2 !important;
}

.view_history, .view_kq {
    color: #428bca !important;
    font-size: 14px;
}

.view_kq {
    color: #caac42 !important;
}

.color-green {
    color: green;
}

.nopbai {
    outline: none !important;
    user-select: none !important;
}

.fa-spin {
    animation: fa-spin 2s infinite linear !important;
}

.swal2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal2-html-container {
/*    text-align: center;*/
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg) !important;
        transform: rotate(359deg);
    }
}

.pd_ct {
    padding: 5px 14px !important;
}

#ulPagination li a {
    cursor: pointer;
}

.toggle_list_q1 {
    text-align: center;
}

.page .nv-list-item li {
    display: block;
}

#avata {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#body {
    display: flex;
    width: 100%;
    flex-direction: column;
/*    justify-content: center;*/
    position: relative;
}

.bg_login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../images/3684.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(4px);
}

.dang_nhap_home {
    background: #fff;
    padding: 17px;
    box-shadow: 0px 5px 10px rgb(80 78 78 / 60%);
    border-radius: 8px;
    border-left: 3px solid #a94442;
}

.mb-new-fix{
    position: fixed;
    display: flex;
    width: 60px;
    flex-direction: column;
    bottom: 10%;
    right: 25px;
    z-index: 9;
}

.mb-new-fix a{
    margin-bottom: 10px;
}

#chat_biz_manage_box1 {
    bottom: 91px !important;
    right: 26px !important;
}

.footerNav2 .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #ffa000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid;
}

.footerNav2 .bttop a {
    color: #fff;
}

.footerNav2 {
    position: fixed;
    width: 100%;
    background: none;
    bottom: 0;
    right: 31px;
}

.logo_login {
    width: 100px;
    transition: all 1s;
    animation: fadeOut 1s linear;
}

.title_loginht {
    font-size: 17px;
    margin-bottom: 0px;
    transition: all 1s;
    animation: fadeOut 1s linear;
}

.motoct {
    padding: 10px 0px;
    font-size: 14px;
    color: #006292;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 1s;
    animation: fadeOut 1s linear;
}

@keyframes fadeOut {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.exam_item .panel-heading {
    max-height: 100px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snap to each slide */
}

.slide {
    width: 250px;
    flex: 0 0 250px; /* Each slide occupies full width of the container */
    scroll-snap-align: start; /* Snap to the start of each slide */
    padding: 10px; /* Optional padding between slides */
}

.slider::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.slider::-webkit-scrollbar-thumb {
  background-color: #428bca;
  border-radius: 2.5px;
}

.slider::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.title__panel {
    text-transform: uppercase;
}

.toogle_slide {
    transition: all 1s;
    animation: toogleHeight 1s ease forwards;
    overflow: hidden;
}

.no_toogle_slide {
    transition: all 1s;
    height: 0px;
    opacity: 0;
}

.OnlineTestDoTestbox {
    border: none !important;
}

@keyframes toogleHeight {
    from {
        height: 0px;
        opacity: 0;
    }

    to {
        height: 100%;
        opacity: 1;
    }
}

.card {
    position: relative;
    width: 320px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.card .card_border .border {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 95%;
    height: 50px;
    background: #f96935;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.card .card_border .border::before {
    content: '';
    position: absolute;
    top: 50px;
    width: 15px;
    height: 30px;
    background: #dc4109f0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
}

.card .card_border .border::after {
    content: '';
    position: absolute;
    top: 50px;
    width: 15px;
    height: 15px;
    background: #f96935;
    z-index: 1;
}

.card_border_info {
    position: absolute;
    top: 24px;
    color: #fff;
    font-size: 17px;
    left: 6px;
}

.profile__user {
/*    padding: 10px;*/
    transition: all 1s;
    position: relative;
    animation: fixTop 0.5s linear forwards;
}

.boxDoExam__title h3 {
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.boxDoExam__body p {
    padding: 4px 0px;
    font-size: 16px;
}

.boxDoExam__body {
    display: flex;
    padding: 20px;
}

.boxDoExam__body_detail {
    padding: 20px;
}

.boxDoExam__body_left {
    width: 50%;
}

.boxDoExam__body_right {
    width: 50%;
}

.boxDoExam__body_right img {
    width: 100%;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

@keyframes fixTop {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.profile__user .card_body {
    position: relative;
    top: 60px;
    padding: 18px;
}

.profile__user .card_footer {
    position: relative;
    top: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 6px;
}

.img-thumbnail {
    height: 70px;
}

.pf_avatar {
    border-radius: 62px !important;
    border: 3px solid #428bca4d;
}

.img_avata {
    height: 120px !important;
    width: 120px;
    image-rendering: pixelated !important;
}

.card_body_info {
    margin-top: 8px;
}

.card_body_info_fullname {
    margin-bottom: 10px;
    color: #428bca;
}

.boxDoExam {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    transition: all 1s;
    animation: fixRight 0.5s linear forwards;
}

.boxDoExam__title {
    display: block;
    text-align: center;
    padding: 10px 0px;
    background: #3575f9;
    border-radius: 7px;
    color: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

.boxDoExam_detail {
    position: relative;
    width: 100%;
    min-height: 600px;
    max-height: 100%;
    background: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    transition: all 1s;
    animation: fixRight 0.5s linear forwards;
    overflow: hidden;
    padding-bottom: 30px;
}

.boxDoExam__title_detail {
    display: block;
    text-align: center;
    padding: 10px 0px;
    background: #3575f9;
    border-radius: 7px;
    color: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

.numch {
    background: #5cb85c;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
}

.time_maxx {
    background: #bf35f9;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    margin-right: 4px;
}

.numlt {
    color: #fff;
    background: #00b8ff;
    padding: 6px 10px;
    border-radius: 20px;
}

.swal2-show {
    font-size: 12px !important;
}

.content_img_up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.content_img_up img {
    width: 32%;
    height: 100%;
}

.bg_slide_home {
    width: 100%;
    height: auto;
    max-height: 400px !important;
    min-height: 400px !important;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

.countdown-clock {
    min-height: 400px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 1s;
    animation: fixRight 0.5s linear forwards;
}

#img_slide_home {
    position: relative;
    overflow: hidden;
    transition: all 1s;
    animation: fixLeft 0.6s linear forwards;
}

#img_slide_home #particles-js {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main_no_img_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.no_img_slide_home {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 1s;
    animation: fixTop 0.8s linear forwards;
}

#ce_join {
    /*animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    display: inline-block;
    -webkit-animation-iteration-count: infinite;*/
    border: 1px solid #cccccc8a;
}

@keyframes count-in{
    0%{
        opacity: 0;
        transform: translate3d(0, -80%, 0);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100%{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate-countinsecond {
    animation: count-in 1s ease-in 0s infinite;
}

.count_down_main {
    display: flex;
    width: 100%;
    justify-content: center;
}

.count_down_main .countdow_days, .count_down_main .countdow_hours, .count_down_main .countdow_minutes, .count_down_main .countdow_seconds {
    margin: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdow_days_max,
.countdow_hours_max,
.countdow_minutes_max,
.countdow_seconds_max {
    text-align: center;
    margin-top: 6px;
    color: rgb(17 24 39 / 1);
    font-size: 14px;
    line-height: 1.75rem;
    font-weight: 500;
    font-family: "Roboto";
}

.countdow_days_min,
.countdow_hours_min,
.countdow_minutes_min,
.countdow_seconds_min {
    width: 50px;
    height: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0.5rem;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 1s;
    letter-spacing: 2px;
}

#particles-js canvas {
    cursor: initial;
}

#he_type {
    padding: 8px;
}

.info__date {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.title__new {
    color: rgba(30, 64, 175) !important;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 3;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:10px;
}

.thumbnail__custom>img, .thumbnail__custom a>img {
    border-radius: 6px;
}

.new__bottom>img {
    border-radius: 6px;
    height: 140px;
}


.thumbnail__custom {
    border: none;
    background: none;
    transition: all 1s;
    border-bottom: 1px solid #cccccc8c !important;
}

.new__left {
    border: none;
    background: none;
    transition: all 1s;
    animation: bounce-in-left 1s linear;
    position: relative;
}

.title__heading_new {
    color: rgba(30, 64, 175) !important;
    font-size: 25px;
    border-left: 5px solid;
    padding-left: 7px;
    margin-bottom: 19px;
}

.title_bxh {
    margin-top: 20px;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.new__right {
    display: flex;
    margin-bottom: 20px;
    transition: all 1s;
    animation: bounce-in-right 1s linear;
    position: relative;
    border-bottom: 1px solid #ccc6;
    padding-bottom: 14px;
}

.new__right__img {
    width: 50%;
}

.new__right__content {
    width: 50%;
    padding-left: 30px;
    color: rgba(30, 64, 175) !important;
    font-size: 16px;
    font-weight: bold;
}

.text_date {
    background: rgba(234,179,8);
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
}

.row__tintuc {
    margin-top: 20px;
}

.new__right__img img {
    border-radius: 6px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes fixLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes bounce-in-left {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounce-in-right {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}


@keyframes fixTop {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fixRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media screen and (min-width: 1369px){
    #body {
        min-height: 74vh;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1368px){
    #body {
        min-height: 62vh;
    }
}

@media screen and (max-width: 768px) {
    #body {
        min-height: 62vh;
    }

    .card {
        width: 100%;
    }

    .profile__user {
        margin-top: 20px;
    }

    .boxDoExam {
        min-height: 100%;
        padding-bottom: 30px;
    }

    .new__right {
        flex-direction: column;
        border-bottom: 1px solid #ccc6;
    }

    .new__right__img, .new__right__content {
        width: 100%;
        padding: 0;
    }

    .new__right__content {
        margin-top: 10px;
    }

}

.new__right__content .info__date  {
    font-size: 11px;
    font-weight: 100;
}

#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}

#st-2.st-left {
    left: 0px;
}

#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 48px;
}

#st-2 > div {
    clear: left;
    float: left;
}

#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 48px;
}

#st-2 .st-btn.st-first {
    border-top: none;
    border-top-right-radius: 4px;
    display: inline-block;
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #000000;
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A;
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: 4px;
}

#st-2 .st-toggle {
    left: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-right-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}

#st-2 .st-total > span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
}

#st-2 .st-total > span.st-shares {
    font-size: 11px;
    line-height: 11px;
}

#st-2 .st-total > span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
}

#st-2 .st-btn > img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2 .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity = 0);
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #000000;
}

#st-2 .st-btn[data-network='pinterest'] {
    background-color: #CB2027;
}

#st-2 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A;
}

#st-2.st-has-labels .st-btn:hover {
    width: 120px;
}

#st-2 .st-btn:hover > span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity = 100);
}

@media screen and (max-width: 768px){
    #st-2 {
        display: none;
    }
}
