/****** COMMON ***********/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-responsive {
  height: auto !important;
  max-width: 100%;
  text-align: center; }

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

.row:after, .row:before,
.row-content:after,
.row-content:before,
.row-item:after,
.row-item:before, .container:after, .container:before {
  content: " ";
  display: table; }
.row:after,
.row-content:after,
.row-item:after, .container:after {
  clear: both; }

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none; }

.addReadMore.showmorecontent .readMore {
  display: none; }

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer; }

.addReadMoreWrapTxt.showmore-content-height .SecSec,
.addReadMoreWrapTxt.showmore-content-height .btn-hide-more {
  display: block; }

.addReadMore-height .height-content {
  overflow: hidden; }

.addReadMore-height .height-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 81.25%); }

.addReadMore-height.showless-content-height .SecSec,
.addReadMore-height.showless-content-height .btn-hide-more {
  display: none; }

.addReadMore-height.showmore-content-height .height-content {
  height: auto !important; }

.addReadMore-height.showmore-content-height .height-content:before {
  display: none; }

.addReadMore-height.showmore-content-height .btn-show-more {
  display: none; }

.addReadMore-height .btn-show-more,
.addReadMore-height .btn-hide-more {
  width: 259px;
  height: 38px;
  border: 1px solid #16BCDC;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #16BCDC;
  padding: 8px;
  margin-top: 20px;
  cursor: pointer;
  background-color: transparent; }

.addReadMore-height.showmore-content-height .SecSec,
.addReadMore-height.showmore-content-height .btn-hide-more {
  display: inline-block; }

.hide {
  display: none !important; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.color-white {
  color: #ffffff; }

.scrollToTop {
  position: fixed;
  z-index: 999999;
  bottom: -60px;
  right: 30px;
  color: #fff;
  padding: 0 9px;
  background-color: #f44336;
  border-radius: 4px;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  cursor: pointer; }

.scrollToTop.active {
  bottom: 60px; }

/****** end.COMMON ***********/
.msgmodal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding: 100px 10px 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */ }
  .msgmodal .msgmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  .msgmodal .close {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold; }
  .msgmodal h5 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
  .msgmodal .close:focus,
  .msgmodal .close:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .msgmodal .msgmodal-header {
    padding: 2px 10px 2px 16px;
    background-color: #116bb3;
    line-height: 36px;
    color: white; }
  .msgmodal .msgmodal-body {
    padding: 15px 16px 30px;
    line-height: 20px;
    text-align: center; }
    .msgmodal .msgmodal-body .bt-modals {
      background-color: #e83e28;
      margin-right: 10px;
      font-size: 20px;
      color: #ffffff;
      padding: 10px 20px;
      text-transform: uppercase;
      border-radius: 3px;
      display: inline-block;
      margin-top: 20px; }
  .msgmodal .msgmodal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white; }
  .msgmodal svg {
    width: 100px;
    display: block;
    margin: 40px auto; }
  .msgmodal .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0; }
    .msgmodal .path.circle {
      -webkit-animation: dash 0.9s ease-in-out;
      animation: dash 0.9s ease-in-out; }
    .msgmodal .path.line {
      stroke-dashoffset: 1000;
      -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
      animation: dash 0.9s 0.35s ease-in-out forwards; }
    .msgmodal .path.check {
      stroke-dashoffset: -100;
      -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
      animation: dash-check 0.9s 0.35s ease-in-out forwards; }

/* alert */
.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
  display: block;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 999999;
  width: 300px;
  top: 0;
  right: 10px;
  border-radius: 4px;
  -ms-transform: translateY(-20px) scaleY(0.9);
  -webkit-transform: translateY(-20px) scaleY(0.9);
  transform: translateY(-20px) scaleY(0.9);
  -webkit-transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms;
  transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms; }

.alert.success {
  background-color: #4CAF50; }

.alert.info {
  background-color: #2196F3; }

.alert.warning {
  background-color: #ff9800; }

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }
  .closebtn:hover {
    color: black; }

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 9999; }

#dialogbox {
  display: none;
  position: fixed;
  border: 5px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  z-index: 9999;
  font-size: 16px; }

#dialogbox > div > #dialogboxhead {
  background: #0f446b;
  font-size: 19px;
  padding: 10px;
  color: #fff; }

#dialogbox > div > #dialogboxbody {
  padding: 25px 10px; }

#dialogbox > div > #dialogboxfoot {
  padding: 10px;
  text-align: center; }

#dialogbox > div > #dialogboxfoot > button {
  color: #FFF;
  background-color: #0f446b;
  border-radius: 3px;
  padding: 5px 25px;
  border: none; }

.preloader {
  background-color: rgba(17, 17, 17, 0.6509803922);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;
  text-align: center; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2196F3;
  width: 120px;
  margin: 200px auto;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 100; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.alert_moda .modal-content {
  border-radius: 20px;
  padding: 20px 5px;
  background: #f6f6f6 !important; }
.alert_moda .modal-body h4 {
  color: #006cc6;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 130px;
  background: #ffffff; }
.alert_moda .modal-body .close23 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: 5px;
  border: none; }
  .alert_moda .modal-body .close23 i {
    font-size: 30px;
    color: #2196F3; }
.alert_moda .modal-body .content-info {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px; }
.alert_moda .modal-body .bt-content {
  text-align: center; }
  .alert_moda .modal-body .bt-content .bt-modal {
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 140px;
    display: inline-block; }
  .alert_moda .modal-body .bt-content .bt-cancel {
    background-color: #e83e28;
    margin-right: 10px; }
  .alert_moda .modal-body .bt-content .bt-ok {
    background-color: #006cc6; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
.subpage.fixed-top {
  padding-top: 87px; }

body .pp-login .menu-tab a {
  width: 50%;
  float: left;
  list-style: none;
  border-bottom: 4px solid #A3A8AF;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  padding: 5px 0;
  cursor: pointer;
  color: #0a0a0a !important; }
body p.lable-form {
  font-size: 14px;
  margin: 0 0 5px; }
body .form-login .input {
  height: 42px;
  font-size: 14px;
  line-height: 24px; }
body .form-signup .input {
  height: 40px;
  font-size: 14px; }
@media screen and (min-width: 960px) {
  body .modal-dialog {
    max-width: 600px; }
  body .content-tab-login-signup {
    padding: 25px; }
  body .form-signup .col-6 {
    padding: 0 15px;
    margin-bottom: 10px; }
  body .form-signup {
    margin-top: 20px;
    margin-bottom: 20px; }
  body .box-radio .radio {
    font-size: 14px; }
  body .modal-dialog .close {
    width: 36px;
    height: 36px;
    right: -24px;
    top: -24px; } }
body .form-group.has-error .form-control, body .form-group.has-error .input-group-addon, body .danger {
  border-color: #dd4b39 !important;
  box-shadow: none !important; }
body .help-block, body .text-danger {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px; }
body .form-group.has-error .help-block, body .text-danger {
  color: #dd4b39; }
body .g-recaptcha {
  margin-bottom: 30px; }
body .btn-submit {
  cursor: pointer; }
body button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }
body .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }
body #msgModal .msgmodal-content {
  max-width: 450px; }
body #msgModal i {
  font-size: 50px;
  margin-bottom: 10px;
  display: block; }
body #msgModal i.icon-cancel {
  color: #e83f29; }
body #msgModal i.icon-ok-circled {
  color: #16bcdc; }
@media only screen and (min-width: 1200px) {
  body .header .navi .box-acc-web .box-list .list li a {
    padding: 10px 15px 10px; } }
body .menu-top li i.icon-angle-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  position: absolute; }
  @media (min-width: 1200px) {
    body .menu-top li i.icon-angle-down {
      right: 0;
      top: 50%;
      margin-top: -14px; } }
  @media (max-width: 1199px) {
    body .menu-top li i.icon-angle-down {
      right: 10px;
      font-size: 20px; } }
@media (min-width: 1200px) {
  body .menu-top li:hover i.icon-angle-down, body .name-acc:hover .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); } }
@media (max-width: 1199px) {
  body .menu-top li.active i.icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); } }
@media (max-width: 1199px) {
  body .menu-top > li > a {
    display: inline-block; } }
body .menu-top .sub-menu {
  margin-left: 0;
  background: #fff;
  -webkit-transition: .2s 0s;
  -o-transition: .2s 0s;
  transition: .2s 0s; }
  @media (max-width: 1199px) {
    body .menu-top .sub-menu {
      display: none; } }
  @media (min-width: 1200px) {
    body .menu-top .sub-menu {
      visibility: hidden;
      opacity: 0;
      top: 100%;
      position: absolute;
      text-align: left;
      border-top: 2px solid #28bcdc;
      padding: 0 0;
      margin-top: 20px; }
      body .menu-top .sub-menu:before {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; } }
body .menu-top .nav-item:hover .sub-menu {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0; }
  @media (min-width: 1200px) {
    body .menu-top .nav-item:hover .sub-menu {
      visibility: visible;
      opacity: 1; }
      body .menu-top .nav-item:hover .sub-menu:before {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -10px; } }
@media (max-width: 1199px) {
  body .menu-top .nav-item.active .sub-menu {
    display: block; } }
@media only screen and (min-width: 1200px) {
  body .header .navi .box-acc-web .name-acc .name {
    padding-right: 25px;
    background: none; } }
body .name-acc {
  position: relative; }
body .name-acc .icon-angle-down {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px; }
body .g-recaptcha > div {
  margin: auto; }
body .box-password {
  position: relative; }
  body .box-password a.toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    cursor: pointer; }
  body .box-password:hover a.toggle-password {
    display: block; }
body .tab-link {
  text-align: left !important;
  margin: 10px 0;
  white-space: nowrap;
  overflow: auto; }
body .tab-link span {
  margin-left: 0 !important; }
body .tab-link a {
  margin-right: 0 !important; }
body .header .navi .box-acc-web .box-list .list {
  width: 220px; }
body .icon-login:before {
  display: none; }
body .center {
  text-align: center; }
body .other-page, body .cursor {
  cursor: pointer; }
body .block_title {
  font-size: 24px;
  margin-bottom: 0px; }
  body .block_title a {
    color: #333333; }
body .bt-login-fb, body .bt-login-gg {
  color: #ffffff;
  background-color: #4267b2;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  margin: 0 10px;
  border-radius: 4px; }
body .bt-login-gg {
  background-color: #d93025;
  color: #ffffff; }
body .button-submit.disabled, body .button.disabled {
  background: #D2D2D2 !important;
  cursor: not-allowed !important; }
body .status.dangdienra {
  background: #CDF9FF !important; }
body .status.ketthuc {
  background: #FFEEEE !important; }
body .event-login {
  width: 259px;
  background: #16BCDC;
  border-radius: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  line-height: 38px; }
body span.status.success {
  background: #CFF6E7 !important;
  color: #0FD186 !important; }
body a.text-forgot {
  font-size: 16px;
  color: #28bcdc; }
body .pagination-cate {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  width: 100%; }
body .pagination-cate li {
  display: inline-block;
  list-style: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4D555D;
  margin-right: 10px; }
body .pagination-cate li a {
  width: 20px;
  height: 20px;
  color: #4D555D;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  line-height: 20px;
  border: none; }
body .pagination-cate .active a {
  color: #fff;
  background: #16BCDC; }
body .header.fixed {
  position: fixed;
  z-index: 999;
  top: 0; }
body .form-login {
  margin: 0 auto 15px;
  display: block; }
body #box-acc-mobile {
  width: 250px; }
  body #box-acc-mobile .name-acc {
    display: none; }
@media (max-width: 992px) {
  body .aos-init {
    opacity: 1 !important;
    transform: translateZ(0) !important; } }
@media (max-width: 959px) {
  body #list-content .clearfix.row-item {
    display: none; } }
body .icon-home {
  color: #128AC5; }

/*# sourceMappingURL=style.css.map */
