.box-msg {
  margin-bottom: 10px;
}
.box-msg .valid-feedback,
.box-msg .invalid-feedback {
  display: block !important;
}
.page-error .box-msg {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-error .invalid-feedback {
  font-size: 30px;
}

.img-form {
  max-width: 120px;
  display: block;
  margin-bottom: 10px;
}

.hidden-info {
  max-height: 350px;
  overflow: hidden;
}
.show-more-wrap {
  text-align: center;
  margin-bottom: -27px;
}
.show-more-wrap .show-more {
  padding: 1px 10px;
  background: #fff;
  border-radius: 5px;
}
.new-row {
  width: 100%;
}
.label-more {
  margin-bottom: 15px;
}
.more-button {
  padding: 2px 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.form-row-box {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}
.form-row-box:first-child {
  border-top: none;
  padding-top: 0;
}

.input-group-append,
.input-group-prepend {
  display: block !important;
}
.clearrow {
  width: 100%;
}
.comma {
  margin-right: 5px;
}
.comma:not(:last-of-type):after {
  content: ",";
}
.cb-degree .form-check {
  margin: 0px 5px 0px 5px;
}

.input-group-addon {
  padding: 7px 13px;
  background: #307bfe;
  color: #fff;
  border-radius: 0px 3px 3px 0px;
}

.form-check-th {
  top: -20px !important;
}

.cbGroup label {
  margin-right: 20px;
}

.u-subject {
  max-height: 500px;
  overflow-y: scroll;
}

.answer-element {
  position: relative;
  margin-top: 20px;
}

.answer-del {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 30px;
  color: #930a0a;
  cursor: pointer;
}

.answer-add {
  font-size: 30px;
  color: #365dce;
  margin-top: 5px;
  cursor: pointer;
}

.u-question {
  width: 100%;
  position: relative;
}
.u-question ul {
  padding: 0;
  margin: 0;
}

.u-question ul li {
  list-style: none;
  display: inline-block;
}
.u-question ul li:first-child {
  vertical-align: top;
}
.u-question ul li:nth-child(2) {
  width: 90%;
}
.u-question ul li p {
  width: 100%;
}

.u-group-title {
  font-weight: bold;
}

span.mode-dev {
  /* position: absolute;
    right: 0;
    bottom: 0; */
}

.u-question-group {
  margin-bottom: 40px !important;
}

.u-chapter h5 {
}

.u-question {
  /* font-size: 1.1em; */
}

.u-correct-answer {
  margin-top: 10px;
  margin-bottom: 30px !important;
}
.u-correct-answer .info-correct-answer .dapan {
  background: #51b247;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 4px;
}
.u-correct-answer .info-correct-answer a {
  font-style: italic;
  color: #1552a2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.box-correct-answer {
  background: #3a5164;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
}
.u-answer {
  margin-top: 20px;
}

.default-answer {
  display: none;
}

.question {
  display: none;
}

.current-q {
  display: block;
}

.u-subject {
  display: none;
}

.current-h {
  display: none;
}

.current-h-show {
  display: block;
}

.btn-bottom-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.btn-bottom-floating .card-body {
  padding-bottom: 0;
}

.btn-bottom-floating button {
  width: 30%;
}
.exam-test {
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia,
    serif;
}

.exam-test img {
  max-width: 100% !important;
}

.exam-test .card-title {
  text-transform: uppercase;
  font-weight: bold;
}
.answered {
  /* background-color: #ff3007 !important;
    border-color: #ff3007!important; */
}
.answer-select-group {
}

.answer-select-group .collapse {
  max-height: 350px;
  overflow-y: scroll;
  text-align: left;
}

.answer-select {
  width: 60px !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

#accordionAnswerSelect {
  background: #fff;
}

.t-header p {
  margin-bottom: 5px;
  position: relative;
}

.t-header .btn-link {
  position: absolute;
  right: 0;
  top: 0;
}

/**
* Card profile
 */

.main-body {
  padding: 15px;
}
.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100% !important;
}
.shadow-none {
  box-shadow: none !important;
}

@media (min-width: 411px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

.template-nlqg table {
  border-color: #000;
}
.u-header h3 {
  text-align: center;
}
.u-top div {
  text-align: center;
  padding: 10px !important;
}

.u-tb-header {
  margin-bottom: 10px;
}
.template-nlqg table th,
.template-nlqg table td {
  padding-left: 5px;
  padding-right: 5px;
}

.template-nlqg .u-header-structure table {
  border-width: 2px;
}

.template-nlqg .u-header-structure table tr:first-child th {
  border-bottom-width: 2px;
}

.template-nlqg .u-header-structure table tr:nth-child(2) th,
.template-nlqg .u-header-structure table tr:nth-child(5) th {
  border-style: solid !important;
  text-align: left;
}

.template-nlqg .u-header-structure table tr > td:first-child {
  padding-left: 50px;
  font-style: italic;
}
.template-nlqg .u-header-structure table tr > td:last-child {
  text-align: center;
}
.template-nlqg table th {
  text-align: center;
}

.template-nlqg .u-tb-header tr > td:first-child {
  font-weight: bold;
}

.template-nlqg .u-header-structure table td {
  border-bottom-style: dotted;
}

.template-nlqg .u-header .row {
  margin-bottom: 10px;
}

.template-nlqg .u-header-structure.row {
  margin-bottom: 30px;
}

/* Begin css */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #222222;
}
a:hover {
  text-decoration: none !important;
  color: #0084cb;
}
.before {
  padding-left: 30px;
  position: relative;
}
.before:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #00d2ff;
}
.wbold.before:before {
  font-weight: bold;
}
img {
  max-width: 100%;
}

/* Begin header */
.tsh-head {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}
.tsh-head .tsh-head-top {
  background: #d5eff9;
}
.tsh-head .tsh-head-top .head-top-wrap {
  padding-left: 270px;
}
.tsh-head .tsh-head-top .head-top-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.tsh-head .tsh-head-top .head-top-wrap .head-top-left {
  float: left;
  color: #ff0202;
  font-size: 30px;
  line-height: 40px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.tsh-head .tsh-head-top .head-top-wrap .head-top-right {
  float: right;
}
.box-account {
  width: 170px;
  position: relative;
}
.box-account .account-title {
  height: 50px;
  padding: 5px 0;
}
.box-account .account-title:after {
  display: block;
  content: "";
  clear: both;
}
.box-account .account-title .account-img {
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.box-account .account-title .account-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0062e5;
}
.box-account .account-title .account-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-account .account-title .account-text {
  float: right;
  width: calc(100% - 50px);
  font-size: 18px;
  line-height: 24px;
  padding: 8px 20px 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.box-account .account-title .account-text::before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
  transform: translate(0, -50%);
  color: #0062e5;
}
.box-account .account-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  background: #fafafa;
}
.box-account:hover .account-content {
  opacity: 1;
  visibility: visible;
}
.login-acount ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-acount ul li {
  margin-bottom: 1px;
}
.login-acount ul li a {
  display: block;
  height: 40px;
  background: #3f65b4;
  border: 2px solid #3f65b4;
  border-radius: 4px;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 10px 6px 46px;
}
.login-acount ul li a i {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  color: #3f65b4;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 6px;
}
.login-acount ul li a.google {
  background: #3d82f8;
  color: #fff;
  border-color: #3d82f8;
}
.login-acount ul li a.google i {
  color: #3d82f8;
}
.login-acount ul li a:hover {
  background: #2c56b1;
  border-color: #2c56b1;
}
.login-acount ul li a.google:hover {
  background: #2976fc;
  border-color: #2976fc;
}
.link-account ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-account ul li {
  border-bottom: 1px solid #fff;
}
.link-account ul li a {
  display: block;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.link-account ul li a i {
  position: absolute;
  color: #0084cb;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.tsh-head .tsh-head-main .head-main-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.tsh-head .tsh-head-main .head-main-wrap .tsh-logo {
  float: left;
  width: 240px;
  margin-right: 30px;
  margin-top: -42px;
}
.tsh-head .tsh-head-main .head-main-wrap .tsh-slogan {
  max-width: calc(100% - 270px);
  float: left;
}
.tsh-head .tsh-head-main .head-main-wrap .tsh-slogan .text1 {
  font-size: 36px;
  line-height: 39px;
  font-weight: bold;
  padding: 5px 0;
  color: #1fa3ff;
  border-bottom: 2px solid #97ddf9;
}
.tsh-head .tsh-head-main .head-main-wrap .tsh-slogan .text2 {
  font-family: "Lobster", cursive;
  font-size: 38px;
  line-height: 40px;
  padding: 7px 0;
  color: #0062e5;
}
/* End header */

/* Begin content */
/* Begin home */
.tsh-menu-banner {
  margin-bottom: 30px;
}
.tsh-menu-banner:after {
  display: block;
  content: "";
  clear: both;
}
.tsh-menu-banner .tsh-mb-menu {
  float: left;
  width: 300px;
}
.tsh-menu-banner .tsh-mb-banner {
  float: right;
  width: calc(100% - 300px);
}
.tsh-mb-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tsh-mb-menu ul li {
  margin-bottom: 1px;
}
.tsh-mb-menu ul li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 6px 13px 28px;
  background: #04459a;
  color: #fff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tsh-mb-menu ul li a::before {
  position: absolute;
  top: 50%;
  left: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0da";
  transform: translate(0, -50%);
}
.tsh-mb-menu ul li a:hover {
  background: #51b247;
  color: #fff;
}
.slider-banner.slick-initialized .item,
.slider-banner .item:first-child {
  display: block;
}
.slider-banner .item {
  display: none;
  position: relative;
  overflow: hidden;
}
.slider-banner .item .i-img {
  animation: zoom 10s linear infinite alternate;
  height: 314px;
}
.slider-banner .item .i-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-banner .slick-dots {
  width: 100%;
  bottom: 0px;
  text-align: right;
  padding: 0 10px;
}
.slider-banner .slick-dots li {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #ffffff;
}
.slider-banner .slick-dots li.slick-active {
  background: #025191;
}
.slider-banner .slick-dots li button {
  width: 16px;
  height: 16px;
}
.slider-banner .slick-dots li button:before {
  content: "";
}
.tsh-box-test {
  background: #1552a2;
  padding: 40px 0;
}
.tsh-item-test {
  padding: 8px 8px 30px 8px;
  border-radius: 25px 0 25px;
  background: #fff;
  transition: all 0.5s ease;
}
.tsh-item-test:hover {
  box-shadow: 2px 2px 10px #009cd7;
}
.tsh-item-test .item-image {
  margin-bottom: 20px;
  padding-top: 66.666%;
  overflow: hidden;
  border-radius: 25px 0 25px;
  position: relative;
}
.tsh-item-test .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tsh-item-test:hover .item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tsh-item-test .item-title {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #04459a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}
.tsh-item-test .item-wrap {
  padding: 0 5px;
}
.tsh-item-test .item-content {
  height: 96px;
  overflow: hidden;
  text-align: justify;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.tsh-item-test .item-link {
  text-align: center;
}
.tsh-item-test .item-link a {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 20px;
  background: linear-gradient(180deg, #ff8305, #ffc837);
  color: #fff;
  border-radius: 12px 0;
}
.tsh-item-test .item-link a:hover {
  background: linear-gradient(180deg, #1552a2, #009cd7);
}

tsh-box-test .mod-title {
  color: #fff;
}
.tsh-container {
  padding: 30px 0;
}
.tsh-banner-qc .item-qc {
  margin-bottom: 15px;
}
.tsh-banner-qc .item-qc.mobile {
  overflow: hidden;
  border-radius: 12px;
}
.tsh-banner-qc .item-qc:last-child {
  margin-bottom: 0;
}
.tsh-banner-qc .item-qc a {
  position: relative;
  display: block;
  overflow: hidden;
}
.tsh-banner-qc .item-qc a:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 51%;
  right: 51%;
  content: "";
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.tsh-banner-qc .item-qc a:hover:before {
  left: 5px;
  right: 5px;
}
.tsh-banner-qc .item-qc a:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 51%;
  bottom: 51%;
  content: "";
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.tsh-banner-qc .item-qc a:hover:after {
  top: 5px;
  bottom: 5px;
}
.tsh-banner-qc .item-qc a img {
  width: 100%;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tsh-banner-qc .item-qc a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #003b92;
}
.tsh-truyenthong {
  padding: 30px 0 0 0;
}
.slider-truyenthong {
  margin: 0 -15px;
}
.slider-truyenthong:after {
  display: block;
  content: "";
  clear: both;
}
.slider-truyenthong .item {
  width: 16.666%;
  float: left;
  padding: 0 15px;
}
.slider-truyenthong .item a {
  display: block;
  overflow: hidden;
  padding-top: 76%;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  position: relative;
}
.slider-truyenthong .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-truyenthong .item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.tsh-donvidonghanh {
  margin-bottom: 30px;
}
.slider-donvi {
  margin: 0 -15px;
}
.slider-donvi:after {
  display: block;
  content: "";
  clear: both;
}
.slider-donvi .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.slider-donvi .item .i-img {
  margin-bottom: 15px;
  background: #f3f3f3;
}
.slider-donvi .item .i-img a {
  display: block;
  overflow: hidden;
  padding-top: 76%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: relative;
}
.slider-donvi .item .i-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-donvi .item .i-img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.slider-donvi .item .i-title {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #223f84;
}
.slider-donvi .item .i-title a {
  color: #223f84;
}
.slider-donvi .item .i-title a:hover {
  color: #1fa3ff;
}

.tsh-hocsinh {
  margin-bottom: 30px;
}
.slider-hocsinh {
  margin: 0 -15px;
}
.slider-hocsinh:after {
  display: block;
  content: "";
  clear: both;
}
.slider-hocsinh .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.slider-hocsinh .item .i-img {
  margin-bottom: 15px;
  border: 6px solid #ffffff;
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.slider-hocsinh .item .i-img a {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
.slider-hocsinh .item .i-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-hocsinh .item .i-img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.slider-hocsinh .item .i-title {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #223f84;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.slider-hocsinh .item .i-title a {
  color: #223f84;
}
.slider-hocsinh .item .i-title a:hover {
  color: #1fa3ff;
}
.slider-hocsinh .item .i-content {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
}

.tsh-giaovien {
  margin-bottom: 30px;
}
.slider-giaovien {
  margin: 0 -15px;
}
.slider-giaovien:after {
  display: block;
  content: "";
  clear: both;
}
.slider-giaovien .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.slider-giaovien .item .i-img {
  margin-bottom: 15px;
}
.slider-giaovien .item .i-img a {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: relative;
}
.slider-giaovien .item .i-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-giaovien .item .i-img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.slider-giaovien .item .i-title {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #223f84;
  font-size: 14px;
  line-height: 24px;
}
.slider-giaovien .item .i-title a {
  color: #223f84;
}
.slider-giaovien .item .i-title a:hover {
  color: #1fa3ff;
}
.ntp-ontap {
  margin-bottom: 50px;
}
.ntp-ontap .ntp-ontap-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.mod-title {
  color: #fff;
}
.list-prac .item {
  margin-bottom: 30px;
  background: #b30624;
  color: #fff;
}
.list-prac .item:nth-child(3n + 1) {
  background: #d98800;
}
.list-prac .item:nth-child(3n + 2) {
  background: #005750;
}
.list-prac .item:after {
  display: block;
  content: "";
  clear: both;
}
.list-prac .item .i-img {
  width: 45%;
  height: 250px;
  overflow: hidden;
  float: left;
}
.list-prac .item .i-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-prac .item:hover .i-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-prac .item .i-desc {
  width: 55%;
  float: right;
  padding: 8px 15px;
}
.list-prac .item .i-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  max-height: 64px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-prac .item .i-content {
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  max-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.list-prac .item .i-link a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #fff;
  color: #222;
  padding: 5px 20px;
  border-radius: 6px;
}
.list-prac .item .i-link a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f101";
  padding-left: 10px;
}
.list-prac .item .i-link a:hover {
  background: #1154c0;
  color: #fff;
}
.form-prac .form-prac-item {
  margin-bottom: 20px;
}
.form-prac .form-prac-item .i-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #013da5;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
}
.form-prac .form-prac-item .i-input {
  position: relative;
}
.form-prac .form-prac-item .i-input select {
  width: 100%;
  height: 58px;
  background: #f1f1f1;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  border: 0;
  appearance: none;
  padding: 14px 40px 14px 14px;
}
.form-prac .form-prac-item .i-input::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  z-index: 1;
  pointer-events: none;
}
.form-prac .style-radio-button label {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.form-prac .style-radio-button label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-prac .style-radio-button label .label-text {
  display: block;
  background: #013da5;
  color: #fff;
  height: 94px;
  border: 8px solid #013da5;
  text-align: center;
  display: flex;
  align-items: center;
}
.form-prac .style-radio-button label .label-text span {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.form-prac .style-radio-button label .check-radio {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 30px;
  background: #fff;
  border: 5px solid #002e7f;
  text-align: center;
}
.form-prac .style-radio-button label input[type="radio"]:checked ~ .label-text {
  border-color: #fff;
  background: #138c06;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.form-prac
  .style-radio-button
  label
  input[type="radio"]:checked
  ~ .check-radio {
  border-color: #51b247;
  background: #51b247;
  color: #fff;
}
.form-prac
  .style-radio-button
  label
  input[type="radio"]:checked
  ~ .check-radio::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00c";
}
.form-prac .form-prac-item .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #1154c0;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 6px;
}
.form-prac .form-prac-item .btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f101";
  padding-left: 10px;
}
.form-prac .form-prac-item .btn:hover {
  background: #138c06;
  color: #fff;
}
.form-exam-test {
  padding: 30px 24px;
  background: #f1f1f1;
}
.box-exam-test {
  background: #fff;
  padding: 25px 25px 15px 25px;
  display: none;
}
.box-exam-do {
  background: #fff;
  padding: 25px 25px 15px 25px;
}
.box-exam-test.current-h-show {
  display: block;
}
.form-exam-test .title-exam {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.form-exam-test .title-chapter {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  background: #2fba21;
  color: #fff;
  margin: 0;
  padding: 10px 15px 5px;
}
.form-exam-test .title-chapter-index {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  background: #2fba21;
  color: #fff;
  margin: 0;
  padding: 5px 15px;
}
.form-exam-test .title-lessons-index {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  background: #2fba21;
  color: #fff;
  margin: 0;
  padding: 5px 15px;
}
.form-exam-test .u-chapter .current-q {
  margin-top: 10px;
}
.form-exam-test .u-question {
  margin: 10px 0;
}
.form-exam-test .u-question ul li {
  display: block;
}
.form-exam-test .u-question .mode-dev {
  margin-top: 5px;
  display: block;
  text-align: right;
}
.form-exam-test .u-answer .custom-control {
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 28px;
  width: 100%;
}
.form-exam-test .u-answer .custom-control:last-child {
  margin-bottom: 0;
}
.form-exam-test .u-answer .custom-control p {
  padding: 0;
  margin: 0;
}
.form-exam-test .u-answer .custom-control .num {
  width: 24px;
  padding-right: 10px;
  font-weight: bold;
}
.form-exam-test .u-answer .custom-control input:checked ~ .num {
  color: #1552a2;
}
.form-exam-test
  .u-answer
  .custom-control
  input:checked
  ~ .custom-control-label {
  color: #1552a2;
}
.footer-exam-test {
  margin-top: 30px;
}
.footer-exam-test:after {
  display: block;
  content: "";
  clear: both;
}
.footer-exam-test .fet-left {
  float: left;
}
.footer-exam-test .fet-right {
  float: right;
}
.btn.btn-list-question {
  background: #2fba21;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn.btn-list-question::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f03a";
  padding-right: 8px;
}
.btn.btn-list-question:hover {
  background: #269c1c;
  color: #fff;
}
.btn.btn-more {
  background: #2fba21;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn.btn-more::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
  padding-left: 8px;
}
.btn.btn-more:hover {
  background: #269c1c;
  color: #fff;
}
.btn.btn-submit {
  background: #1552a2;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 130px;
}
.btn.btn-submit.hidden {
  display: none;
}
.btn.btn-submit:hover {
  background: #103e7a;
  color: #fff;
}
.btn.btn-prev {
  background: #cc0402;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 130px;
}
.btn.btn-prev:hover {
  background: #a80300;
  color: #fff;
}
.btn.btn-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d9";
  padding-right: 8px;
}
.btn.btn-next {
  background: #fca718;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 130px;
}
.btn.btn-next:hover {
  background: #ec9600;
  color: #fff;
}
.btn.btn-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0da";
  padding-left: 8px;
}
.btn.ntp-btn {
  background: #1552a2;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 130px;
}
.btn.ntp-btn:hover {
  background: #103e7a;
  color: #fff;
}
.btn.ntp-btn.btn-green {
  background: #2fba21;
  color: #fff;
}
.btn.ntp-btn.btn-green:hover {
  background: #269c1c;
  color: #fff;
}
.btn.ntp-btn.btn-blue {
  background: #05897b;
  color: #fff;
}
.btn.ntp-btn.btn-blue:hover {
  background: #005e54;
  color: #fff;
}
.btn.ntp-btn.btn-red {
  background: #cc0402;
  color: #fff;
}
.btn.ntp-btn.btn-red:hover {
  background: #a80300;
  color: #fff;
}
.answer-select-group .answer-select-collapse {
  background: #002725;
  color: #fff;
  padding: 10px;
}
.answer-select-group .answer-select-collapse .note {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #00ccff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
  position: relative;
}
.answer-select-group .answer-select-collapse .note::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f06a";
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  transform: translate(0, -50%);
}
.answer-select-group .answer-select-collapse .btn {
  background: #00957e;
  border-color: #00957e;
  color: #fff;
  margin: 2px;
}
.answer-select-group-info-header {
  margin-bottom: 30px;
  background: #1552a2;
  color: #fff;
  padding: 25px;
}
.answer-select-group-info-header .title {
  font-size: 24px;
  line-height: 34px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.border-exam-nlqg .u-tb-header {
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
}
.border-exam-nlqg .u-tb-header td {
  padding: 5px 10px;
}
.border-exam-nlqg .u-tb-header td:first-child {
  font-weight: bold;
}
.border-exam-nlqg .u-header-structure {
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
}
.border-exam-nlqg .u-header-structure th,
.border-exam-nlqg .u-header-structure td {
  padding: 5px 10px;
}
.ntp-info-exam {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #d5eff9;
  margin-bottom: 25px;
}
.ntp-info-exam .info-exam-logo {
  width: 140px;
  padding-right: 10px;
}
.ntp-info-exam .info-exam-logo .info-exam-logo {
  width: 130px;
  height: 130px;
  background: #fff;
  position: relative;
}
.ntp-info-exam .info-exam-logo .info-exam-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.ntp-info-exam .info-exam-text {
  color: #1552a2;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  padding: 0 20px;
}
/* End content */

.box-socail {
  border: 1px solid #f1f1f1;
  background: #fafafa;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 100px 30px;
  border-radius: 4px;
  margin: 50px 0;
}
.box-socail .wrap-box-socail {
  max-width: 300px;
  margin: 0 auto;
}
.box-socail .wrap-box-socail .title-socail {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}
.box-socail .login-acount ul li {
  margin-bottom: 10px;
}
.box-socail .login-acount ul li a {
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 10px 8px 60px;
}
.box-socail .login-acount ul li a i {
  width: 46px;
  height: 46px;
  font-size: 26px;
  line-height: 30px;
  padding: 8px;
}

/* Begin footer */
.tsh-footer .tsh-footer-bottom {
  background: #1552a2;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0;
}
.tsh-footer .tsh-footer-bottom:after {
  display: block;
  content: "";
  clear: both;
}
.tsh-footer .tsh-footer-bottom .tsh-left {
  float: left;
}
.tsh-footer .tsh-footer-bottom .tsh-right {
  float: right;
}
.tsh-footer .tsh-footer-main {
  background: #1d262d;
  color: #fff;
  padding: 25px 0 20px;
  font-size: 14px;
  line-height: 25px;
}
.tsh-footer .tsh-footer-main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.tsh-footer .tsh-footer-main .row *[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.tsh-footer .tsh-footer-main a {
  color: #fff;
}
.tsh-footer .tsh-footer-main a:hover {
  color: #fff;
}
.tsh-footer .tsh-footer-main .footer-website {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #00d2ff;
  margin-bottom: 10px;
}
.info-company .company-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info-company .tsh-copyright {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.menu-footer {
  margin-bottom: 20px;
}
.menu-footer ul {
  list-style: none;
  padding: 0;
  margin-right: 0;
}
.menu-footer ul li {
  padding-left: 14px;
  position: relative;
}
.menu-footer ul li:before {
  position: absolute;
  content: "\f0da";
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #009cd7;
}
.menu-footer ul li a {
  display: inline-block;
  max-width: 100%;
  padding: 0 8px 0 0;
}
.menu-footer ul li a:hover {
  padding: 0 0 0 8px;
}
.footer-link-img a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tsh-footer .tsh-footer-bottom {
  background: #009cd7;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0;
}
.go_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00a8e8;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 2px 5px rgba(0, 168, 232, 0.6);
}
.go_top:after {
  position: absolute;
  top: 50%;
  left: 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-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f106";
  font-size: 16px;
  line-height: 30px;
}
.go_top:hover {
  background: #ffffff;
  color: #00a8e8;
  border: 2px solid #00a8e8;
}
.ntp-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
.ntp-popup.active {
  opacity: 1;
  visibility: visible;
}
.ntp-popup .ntp-popup-wrap {
  position: absolute;
  background: #fff;
  top: 40%;
  left: 50%;
  width: 90%;
  max-height: 90vh;
  max-width: 870px;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  position: relative;
}
.ntp-popup .ntp-popup-wrap .icon-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  color: #222;
  transition: all 0.5s ease;
}
.ntp-popup .ntp-popup-wrap .icon-close:hover {
  color: #2c56b1;
}
.ntp-popup .ntp-popup-wrap .icon-close i {
  font-size: 20px;
  line-height: 30px;
}
.ntp-popup.active .ntp-popup-wrap {
  top: 50%;
}
.ntp-popup .ntp-popup-wrap .ntp-popup-title {
  height: 50px;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 50px 10px 20px;
  font-size: 25px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ntp-popup .ntp-popup-wrap .ntp-popup-content {
  max-height: calc(90vh - 130px);
  overflow: auto;
  padding: 20px;
}
.ntp-popup .ntp-popup-wrap .ntp-popup-footer {
  height: 80px;
  border-top: 1px solid #f1f1f1;
  padding: 20px;
}
.ntp-popup .ntp-popup-wrap .ntp-popup-footer .btn.ntp-btn {
  display: none;
}
.ntp-popup .ntp-popup-wrap .ntp-popup-footer .btn.ntp-btn.active {
  display: inline-block;
}
.loading.hidden {
  display: none !important;
}
.hr {
  margin: 30px 0;
}
.ntp-post .post-tile {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}
.ntp-post .post-modified {
  margin-bottom: 10px;
  color: #666;
}
.ntp-post .post-desc {
  margin-bottom: 30px;
}
.ntp-post .post-auth {
  text-align: right;
  font-style: italic;
}
.box-certification {
  margin: 60px 0;
  min-height: 600px;
  background: url(../images/partten.png) repeat;
  border: 25px solid #000;
  position: relative;
  padding: 80px 70px;
}
.box-certification:before {
  position: absolute;
  width: 572px;
  height: 572px;
  content: "";
  background: url(../images/certification-top-left.png) no-repeat;
  top: -25px;
  left: -25px;
}
.box-certification:after {
  position: absolute;
  width: 572px;
  height: 572px;
  content: "";
  background: url(../images/certification-button-right.png) no-repeat;
  right: -27px;
  bottom: -26px;
}
.box-certification .wrap-certification {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
.box-certification .wrap-certification::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url(../images/logo.png) no-repeat 50% 50% / contain;
  height: 100px;
  width: 180px;
  opacity: 0.1;
}
.box-certification .title-certification {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.box-certification .title-certification:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  border-bottom: 1px solid #000;
}
.box-certification .name-certification {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  font-family: "Lobster", cursive;
  color: #1552a2;
  position: relative;
  margin-bottom: 25px;
}
.table-certification {
  width: 100%;
}
.table-certification td {
  width: 50%;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 30px;
}
.table-certification td:first-child {
  text-align: right;
}
.table-certification td.color-blue {
  color: #1552a2;
}
/* End footer */
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-o-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-moz-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
}
/* Begin responsive */
@media (max-width: 1024px) {
  .none-mb {
    display: none;
  }
}
/* End responsive */
