@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/static/Baloo2-Regular.woff") format("woff");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/static/Baloo2-Medium.woff") format("woff");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/static/Baloo2-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/static/Baloo2-Bold.woff") format("woff");
}
:root {
  --color-main: #ec008c;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Baloo 2", Sans-Serif;
  color: #222222;
  font-size: 15px;
}
body a {
  text-decoration: none;
}
body a:hover {
  color: var(--color-main);
}
body input:focus {
  outline: none !important;
  box-shadow: unset !important;
}
body .pagination {
  justify-content: center;
  grid-gap: 10px;
}
body .pagination .page-item .page-link {
  color: #222;
  border-radius: 3px;
  width: 38px;
  text-align: center;
}
body .pagination .page-item .next-page {
  width: unset;
}
body .pagination .active .page-link {
  background-color: #ec008c;
  border-color: #ec008c;
  color: #fff;
}
body .top_left {
  padding-top: 50px;
  padding-bottom: 30px;
}
body .top_left .title {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  color: #222222;
}

.circle_load {
  position: relative;
}
.circle_load .logo-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.contenttt {
  padding-bottom: 50px;
}

.container {
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
.ldio-d82d0rdnc3e div {
  position: absolute;
  animation: ldio-d82d0rdnc3e 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f8f9fa;
  transform-origin: 80px 82px;
}

.loadingio-spinner-eclipse-akld8va2qbt {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-d82d0rdnc3e {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-d82d0rdnc3e div {
  box-sizing: content-box;
}

@keyframes ldio-d82d0rdnc3e {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.94);
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.navtotal {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .navtotal {
    padding: 8px 0;
  }
  .navtotal .bar_menu {
    padding: 5px 10px;
  }
  .navtotal .bar_menu a {
    display: block;
  }
  .navtotal .bar_menu a i {
    color: #ec008c;
    font-size: 22px;
  }
  .navtotal .logo img {
    max-width: 80%;
    display: block;
    margin: auto;
  }
}

.search_header {
  position: relative;
}
.search_header .open_search {
  padding: 5px 10px;
  cursor: pointer;
}
.search_header .open_search svg:hover circle {
  fill: #ec008c;
}
.search_header .search_form {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 260px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  right: 0;
}
.search_header .search_form .keyword {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: normal;
  border: unset;
  font-size: 14px;
  color: #333;
}
.search_header .search_form .keyword::-moz-placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}
.search_header .search_form .keyword::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}
.search_header .search_form .search2 {
  position: absolute;
  top: 9px;
  right: 15px;
}
@media (max-width: 992px) {
  .search_header .search_form {
    top: 69px;
    width: 100vw;
    border-radius: 0;
    right: -15px;
    transform: unset;
    padding: 10px;
    background-color: var(--color-main);
    z-index: 20;
  }
  .search_header .search_form .keyword {
    padding: 5px 20px;
    border-radius: 5px;
  }
  .search_header .search_form .keyword::-moz-placeholder {
    color: #929497;
    opacity: 1; /* Firefox */
  }
  .search_header .search_form .keyword::placeholder {
    color: #929497;
    opacity: 1; /* Firefox */
  }
  .search_header .search_form .search2 {
    position: absolute;
    top: 15px;
    right: 18px;
  }
}

.lang {
  display: flex;
}
.lang a {
  display: block;
  font-size: 18px;
  color: #222;
}
.lang a:nth-of-type(1) {
  padding-right: 20px;
  position: relative;
}
.lang a:nth-of-type(1):before {
  content: "";
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.lang a.active, .lang a:hover {
  color: var(--color-main);
}

.footer {
  background-color: #ffeef0;
  padding: 70px 0;
  color: #121212;
}
.footer td {
  border: unset !important;
  padding: 0 !important;
}
.footer .row_footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.footer .row_footer .social_media {
  margin-top: 30px;
}
.footer .row_footer .social_media .list_icon {
  display: flex;
  grid-gap: 10px;
}
.footer .row_footer .footer_item h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer .row_footer .footer_item .content_item {
  margin-top: 15px;
}
.footer .row_footer .footer_item .content_item a {
  font-size: 16px;
  color: #121212;
}
.footer .row_footer .footer_item .content_item .iconten {
  padding-left: 15px;
  position: relative;
}
.footer .row_footer .footer_item .content_item .iconten:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ec008c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .row_footer .footer_item .contact_footer div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .footer .row_footer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
  }
  .footer .row_footer .logo_footer {
    grid-area: 2/1/span 1/span 1;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 70px 0;
  }
  .footer .row_footer {
    grid-template-columns: 1fr;
  }
  .footer .row_footer .logo_footer {
    grid-area: 4/1/span 1/span 1;
  }
  .footer .row_footer .logo_footer .social_media {
    margin-top: 0;
  }
  .footer .row_footer .footer_item h4 .menubot {
    padding: 5px 10px;
  }
  .footer .row_footer .footer_item h4 .menubot .close-icon {
    display: none;
  }
  .footer .row_footer .footer_item h4[aria-expanded=true] .menubot .close-icon {
    display: block;
  }
  .footer .row_footer .footer_item h4[aria-expanded=true] .menubot .open-icon {
    display: none;
  }
}

.scrollToTop {
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/to-top.svg) no-repeat center;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.8s ease;
}
@media (max-width: 767px) {
  .scrollToTop {
    width: 35px;
    height: 35px;
    background-size: 100%;
    right: 15px;
  }
}

.scrollToTop.active {
  bottom: 200px;
}
@media (max-width: 767px) {
  .scrollToTop.active {
    bottom: 70px;
  }
}

.right_menu {
  width: 60px;
  border-radius: 10px;
  background-color: #EC008C;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  position: fixed;
  top: 300px;
  right: 20px;
  z-index: 1;
}
.right_menu a {
  display: block;
}
@media (max-width: 767px) {
  .right_menu {
    background-color: #fec340;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 8px #888;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
  }
  .right_menu a {
    text-align: center;
  }
  .right_menu .zalo_button path {
    fill: #fec340;
  }
}

.bread-crumb {
  background: #eeeeee;
}

.breadcrumb {
  padding: 15px 0;
  margin: 0;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li .mr_lr {
  margin: 0 10px;
}
.breadcrumb li a {
  display: block;
  color: #002a00;
}
.breadcrumb li.active {
  display: flex;
}
.breadcrumb li.active span {
  color: #ec008c;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-bottom: 15px;
    justify-content: start;
  }
}

.title_view {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 50px 0;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.title_view:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fec340;
}
@media (max-width: 768px) {
  .title_view {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* 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;
}
@media (min-width: 768px) {
  #msgModal .msgmodal-content {
    width: 420px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
@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 {
  animation: dash 0.9s ease-in-out;
}
#msgModal .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
#msgModal .path.check {
  stroke-dashoffset: -100;
  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;
  transform: translateY(-20px) scaleY(0.9);
  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: #116bb3;
  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: #116bb3;
  border-radius: 3px;
  padding: 5px 25px;
}

.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;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#boder {
  box-shadow: 2px 3px 4px 1px #ccc;
}

.load_more {
  color: #fff;
  background-color: var(--color-main);
}
.load_more:hover {
  color: #fff;
  background-color: var(--color-main);
}

table {
  margin: 0 auto;
  margin-left: 0 !important;
}

table[border="1"] th {
  border: 1px solid #ccc;
}
table[border="1"] tr td {
  border: 1px solid #ccc;
}

table th {
  padding: 0 10px;
}
table td {
  text-align: center;
  padding: 0 10px;
}
table td p {
  text-align: center !important;
}
table td span {
  background: none !important;
}

@media (max-width: 768px) {
  .tbl {
    width: 100%;
    overflow-x: auto;
  }
  .tbl table {
    width: 600px !important;
    margin: 0 auto;
    margin-left: 0 !important;
  }
  body .top_left {
    padding: 0 0 10px;
  }
  body .top_left .title_bot {
    font-size: 24px;
  }
  .contenttt {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */