:root {
  --primary-bg: #ed1e24;
  --primary-color: #0315c1;
  --primary-color-2: #001e50;
  --color-secondary: #2196f3;
}

.btn.btn-outline-primary:hover,
.btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-viewall,
.heading {
  text-transform: uppercase;
}

.btn-cs,
.heading,
.supports ul li a {
  text-align: center;
}

#mobilenav li a,
.supports ul li a,
a,
a:hover,
ins {
  text-decoration: none;
}

#mobilenav li a:hover,
.btn.btn-outline-primary,
.color-1 {
  color: var(--primary-color);
}

.bg-light {
  background-color: #fafafa;
}

a {
  color: #010000;
}

.heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  border-bottom: 2px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading span {
  border-bottom: 2px solid #333;
  margin-bottom: -2px;
}

.item-new .post-inner .entry-content .entry-description p,
.supports ul li,
blockquote> :last-child {
  margin-bottom: 0;
}

.btn.btn-outline-primary {
  border-color: var(--primary-color);
}

.btn.btn-outline-primary:hover {
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-primary.text-white.btn-lookup:hover {
  color: #fff !important;
  background: 0 0;
  border: 2px solid #fff;
}

blockquote {
  border-radius: 0.25rem;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  padding: 1rem;
  border-width: 1px 1px 1px 6px;
  border-style: solid;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 0.1), 0 1px 5px -1px rgb(0 0 0 / 0.1);
  border-color: rgb(59 130 246 / 0.1);
  border-left-color: var(--primary-color);
  background-color: #f5f6f7;
  color: rgb(30 58 138);
}

.btn-viewall span i,
.text-primary {
  color: var(--primary-bg);
}

b,
strong {
  font-weight: 700;
}

.clearfix {
  clear: both;
}

.text-red {
  color: red;
}

.row-collapse {
  margin: 0;
}

.btn-viewall,
.mobilenav__inner {
  margin-left: auto;
  position: relative;
}

.row-collapse>div {
  padding: 0;
}

.social {
  display: flex;
}

.ant-spin-dot,
.btn-cs,
.btn-cs span::after,
.main-title span,
.social a span {
  display: inline-block;
}

.social a {
  margin-right: 12px;
}

.social a span {
  height: 32px;
  width: 32px;
  background-size: cover !important;
}

.social a.facebook span {
  background: url(../image/facebook.png) 0 0 / contain;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.social a.gmail span {
  background: url(../image/gmail.png) 0 0 / contain;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.social a.zalo span {
  background: url(../image/zalo.png) 0 0 / contain;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.social a.viber span {
  background: url(../image/viber.png) 0 0 / contain;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.select-none {
  background: #f5f5f5;
  cursor: not-allowed;
}

label.error {
  min-height: 22px;
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #f5222d;
}

.form-control.error {
  border-color: #f5222d;
}

.logo img {
  max-width: 90px !important;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 1.2rem;
}

.btn-cs {
  width: 100%;
  padding: 10px 12px;
  border-radius: 50px;
  background: linear-gradient(90deg, #b50303 0, #e5292d 100%);
  color: #fff !important;
}

.btn-cs span::after {
  content: "";
  background-image: url(../image/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 5px;
  position: relative;
  top: -4px;
  right: -4px;
  transition: 0.3s;
}

.btn-cs:hover span::after {
  right: -8px;
}

.form-tuvan .wpcf7-submit {
  background-color: transparent;
  border: none;
  color: #fff;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
  color: #ffc627;
}

.main-title span {
  position: relative;
  padding-right: 16px;
}

.main-title span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 5px;
  background-color: #ffc627;
  border-radius: 30px;
}

#mobilenav {
  position: fixed;
  height: 100%;
  width: 300px;
  top: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0);
}

#mobilenav.opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobilenav__inner {
  background: #fff;
  max-width: 300px;
  height: 100%;
  padding-top: 80px;
}

.mobilenav__inner .menu-top-menu-container {
  height: calc(100% - 128px);
  overflow: auto;
}

.mobilenav__inner .menu_close {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}

.mobilenav__inner .menu_close span {
  font-family: icomoon !important;
  font-size: 30px;
  color: #4d4d4d;
}

.mobilenav__inner .menu_close span:before {
  content: "\e5cd";
}

#mobilenav .mobile-menu {
  margin: 0;
  padding: 0 20px;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
  overflow-y: auto;
  height: auto;
}

#mobilenav .mobilenav__inner .nav-info {
  background-color: #fafafa;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  color: #666;
}

#mobilenav li {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

#mobilenav li.header-search {
  width: 100%;
}

#mobilenav li a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 0.35s linear;
  -moz-transition: 0.35s linear;
  -o-transition: 0.35s linear;
  transition: 0.35s linear;
}

#mobilenav .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#mobilenav ul ul.sub-menu {
  background: #fff;
  overflow: auto;
}

#mobilenav ul ul.sub-menu a {
  padding-left: 30px;
}

#mobilenav ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobilenav .header-search-btn {
  display: none;
}

#mobilenav .search-form {
  display: block !important;
  position: relative;
  height: 42px;
  width: 100%;
}

#mobilenav .menu-item-contact,
.slick-slider .slick-dots li:only-child {
  display: none;
}

#mobilenav .click-btn {
  width: 100%;
  font-size: 16px;
  padding: 0;
}

.panel-overlay {
  opacity: 0;
}

.panel-overlay.active {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  min-height: 100vh;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#spin-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ant-spin-dot {
  position: relative;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: 1.2s linear infinite antRotate;
}

.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: 1s linear infinite alternate antSpinMove;
  transform-origin: 50% 50%;
}

.ant-spin-dot i:first-child {
  left: 0;
  top: 0;
}

.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}

.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}

.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  animation-delay: 1.2s;
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

.topbar {
  background: #f5f5f5;
}

.btn-viewall {
  font-size: 14px;
  background: var(--primary-bg);
  border-radius: 30px;
  letter-spacing: 0.05rem;
  width: 100%;
  max-width: max-content;
  height: 44px;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  margin-right: auto;
  padding: 0 4px 0 20px;
  overflow: hidden;
}

.btn-viewall::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  transition: 0.5s;
  background-image: linear-gradient(90deg, var(--primary-bg) 0, #ffc627 100%);
  opacity: 0;
  z-index: -1;
}

.btn-viewall:hover {
  color: #fff;
}

.btn-viewall span {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}

.btn-viewall:hover::before {
  opacity: 1;
}

#back-top a {
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 4%;
  right: 15px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--primary-bg);
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s
}

#back-top span:hover {
  opacity: 1
}

.tp-btn.tp-btn--yellow:not(:hover) {
  color: #000!important;
  background: #ffc700
}

.tp-btn {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  color: #fff!important;
  background: var(--primary-color-3);
  text-align: center;
  padding: 18px 33px;
  z-index: 1;
  overflow: hidden
}

.tp-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid #fff0;
  border-bottom: 80px solid var(--primary-color);
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  z-index: -1
}

.tp-btn:hover:before {
  transform: translateX(0)
}

.tp-btn i {
  margin-left: 10px;
}

.list-news .item-new {
  margin-bottom: 10px;
}

.item-new .post-inner .entry-content .date_post {
  font-size: 13px;
}

.item-new .post-inner.field-info .entry-content {
  padding: 15px;
  background-color: #f5f5f5db;
}

.item-new .post-inner .entry-content .entry-title {
  margin: 0;
  padding: 0;
  background: 0 0;
  overflow: hidden;
  max-height: inherit;
  line-height: initial;
}

.item-new .post-inner .entry-content .entry-title>a {
  color: #262626;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.entry-thumb {
  position: relative;
  overflow: hidden;
}

.field-info .entry-thumb {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-area,
.widget-area {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}

.supports {
  position: fixed;
  background: #fff;
  z-index: 9999;
  padding: 5px 0 8px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  display: none;
}

.supports ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.supports ul li {
  width: 20%;
  float: left;
}

.supports ul li a {
  border: none;
  display: block;
  border-radius: 5px;
  font-size: 9px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-height: 54px;
}

.supports ul li a .icon {
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-position: center center;
}

.supports ul li.icon_mb {
  position: relative;
  top: -23px;
}

.supports ul li a .icon_call {
  width: 54px;
  height: 54px;
  background-color: #ff1212;
  border: 2px solid #fff;
  background-size: 27px;
  border-radius: 50%;
  margin-bottom: 4px;
  -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
}

.slick-slider .slick-dots {
  bottom: 25px;
}

.slick-slider .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 8px;
}

.slick-slider .slick-dots li button {
  height: 8px;
  width: 8px;
  background: var(--primary-bg);
  border-radius: 50%;
  padding: 0;
  position: relative;
}

.slick-slider .slick-dots .slick-active button {
  height: 10px;
  width: 10px;
}

.slick-slider .slick-dots button::before {
  content: none;
}

.slick-slider:not(.slides-main) .slick-slide {
  margin: 0 10px;
}

.slick-slider:not(.slides-main) .slick-list {
  margin: 0 -10px;
}

.slick-slider.slider-gallery .slick-slide {
  margin: 0 5px;
}

.slick-slider.slider-gallery .slick-list {
  margin: 0 -5px;
}

.slick-next::before,
.slick-prev::before {
  content: none;
}

.slick-slider .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 50%;
  z-index: 10;
  filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, .2));
}

.slick-slider .slick-prev {
  left: 25px;
}

.slick-slider .slick-next {
  right: 25px;
}

.slick-slider .slick-arrow::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  display: block;
  color: var(--primary-bg);
  font-size: 18px;
}

.slick-slider .slick-prev::before {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

@media (min-width: 992px) {
  .sidebar-left .content-area {
    float: right;
  }

  .content-area {
    width: 75.5%;
    float: left;
  }

  .widget-area {
    width: 24.5%;
    float: left;
  }

  .sidebar-right .content-area {
    padding-left: 0;
  }

  .sidebar-right .widget-area {
    float: right;
    padding-right: 0;
  }

  .home-feedback .slick-carousel .slick-next {
    right: -70px;
  }

  .home-feedback .slick-carousel .slick-prev {
    left: -70px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .second-element .read-more {
    display: none;
  }
}

@media (max-width: 992px) {
  .supports {
    display: block;
  }

  .second-element article .post-inner .entry-thumb {
    width: 45%;
  }

  .second-element article .post-inner .entry-content {
    flex: 1;
  }

  .field-info .entry-description {
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .logo img {
    max-width: 55px;
  }

  .content-area,
  .widget-area {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 24px;
  }

  article .post-inner .entry-content {
    padding: 20px;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .heading-title {
    font-size: 24px;
  }
  .slick-slider .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }

  .slick-slider .slick-prev {
    left: 5px;
  }

  .slick-slider .slick-next {
    right: 5px;
  }
}

@media (max-width: 500px) {
  .second-element .read-more {
    display: none;
  }
}

.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 25px;
}

.heading-title {
  margin-bottom: 0;
}

.viewmore-button {
  height: 38px;
  margin-top: 0;
  padding: 0 5px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: none;
  transition: all .3s, background-color .1s;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  background-color: var(--primary-bg);
  border: none;
  border-radius: 22px;
  color: #fff;
  gap: 10px;
}

.viewmore.viewmore-button:before {
  background-color: var(--primary-color);
  border-radius: 1.375rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 0;
}

.viewmore.viewmore-button:hover{
  color: #fff;
}

.viewmore.viewmore-button:hover:before {
  opacity: 1;
  width: 100%;
  z-index: -1;
}

.viewmore.viewmore-button:after {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #007944;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  height: 1.75rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -2px;
  -webkit-order: 1;
  order: 1;
  width: 1.75rem;
  content: "\f061";
  font-family: "Font Awesome\ 6 Pro";
}

.listbox-outer {
  background: #edeef1;
  padding: 15px 10px;
}
.listbox-outer .linkbox-inner {
  display: flex;
  align-items: center;
}
.listbox-outer .linkbox-inner i {
  color: #3475e7;
  font-size: 24px;
  width: 35px;
}
.listbox-outer .linkbox-inner i+div {
  flex: 1;
  word-break: break-all;
}
.listbox-outer .linkbox-inner .title {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
}
.listbox-outer .linkbox-inner .desc {
  color: #010000;
  font-weight: 700;
  line-height: normal;
}
.listbox-outer .linkbox-inner:hover .desc {
  color: #3475e7;
}
.video-ytb iframe {
  width: 100%;
  height: 315px;
}
.video-ytb .video-ytb-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}