@charset "UTF-8";
html {
  height: 100%; }

p {
  color: #333; }

#masthead .main-menu-pd {
  background: #fff; }
  #masthead .main-menu-pd .main-menu li a {
    padding: 15px 7px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    #masthead .main-menu-pd .main-menu li a:hover {
      color: var(--primary-color); }
#masthead .col-right .col-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
#masthead .col-right .cta-dat-lich {
  border-radius: 0;
  background: #c80000 !important;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 0 !important; }
  #masthead .col-right .cta-dat-lich i {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
#masthead .col-right .cta-phone {
  border-radius: 0;
  background-color: #005f9d !important;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 0 !important; }
  #masthead .col-right .cta-phone i {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

@-moz-keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg); } }
.nav-dropdown {
  background: #1F1F6D; }
  .nav-dropdown a {
    color: #fff !important;
    border-bottom: 0 !important; }
    .nav-dropdown a:hover {
      color: var(--primary-color) !important; }

.open-menu-popup {
  margin: 0; }
  .open-menu-popup .menu-item::before {
    display: none; }
  .open-menu-popup .nav-top-link {
    color: #fff !important;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px; }
    .open-menu-popup .nav-top-link .icon-angle-down {
      display: none; }

.pd-60 {
  padding: 60px 0 !important; }

.title.col h2 {
  color: #333;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase; }
  .title.col h2::after {
    content: "•••••";
    display: block;
    color: #ff9800;
    /* màu cam */
    font-size: 16px;
    letter-spacing: 4px;
    margin-top: 8px; }

/*Footer CSS*/
.footer-wp h3 {
  color: #005f9d !important;
  font-size: 18px;
  position: relative;
  padding-left: 25px; }
  .footer-wp h3::before {
    content: "";
    width: 16px;
    height: 18px;
    background: url("../img/icon-dc.png") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: contain;
    z-index: 2; }
.footer-wp h4 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--primary-color); }
.footer-wp p {
  color: #333;
  font-size: 16px; }
  .footer-wp p strong {
    color: var(--primary-color);
    display: block;
    font-size: 13px; }
.footer-wp a {
  color: #333;
  font-size: 16px;
  text-decoration: none; }
.footer-wp h2 {
  color: var(--primary-color); }
.footer-wp ul {
  padding: 0; }
.footer-wp li {
  list-style-type: none; }

/*Footer CSS*/
.footer-wp-2 h3 {
  color: #fff;
  font-size: 20px; }
.footer-wp-2 h4 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--primary-color); }
.footer-wp-2 p {
  color: #fff;
  font-size: 16px; }
  .footer-wp-2 p strong {
    color: var(--primary-color);
    display: block;
    font-size: 13px; }
.footer-wp-2 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none; }
.footer-wp-2 h2 {
  color: var(--primary-color); }
.footer-wp-2 ul {
  padding: 0; }
.footer-wp-2 li {
  list-style-type: none; }
.footer-wp-2 .connect-social a {
  display: inline-block;
  padding: 10px; }
  .footer-wp-2 .connect-social a img {
    max-width: 40px; }

.button-view-more .icon-angle-right {
  width: 14px;
  height: 13px;
  background: url(../img/icon-right.png) no-repeat center center;
  display: inline-block;
  margin-left: 5px; }
  .button-view-more .icon-angle-right::before {
    display: none; }

/*Header CSS*/
@media (max-width: 768px) {
  .footer-home,
  .footer-wp {
    padding: 40px 0 !important; } }
.mfp-close {
  opacity: 1 !important;
  color: #fff !important; }

#main-menu-popup {
  background: #fff !important; }
  #main-menu-popup a {
    color: #333 !important;
    padding-left: 0 !important;
    text-transform: uppercase; }
  #main-menu-popup .toggle {
    display: none; }

.dat-lich-hen h2,
.dat-lich-hen p {
  color: #333; }
.dat-lich-hen .wpcf7-form br {
  display: none; }
.dat-lich-hen .wpcf7-form label {
  display: block;
  width: 100%;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600; }
.dat-lich-hen .wpcf7-form input {
  height: 44px;
  background: #fff;
  color: #333;
  width: 100%;
  margin: 5px 0 15px 0; }
  .dat-lich-hen .wpcf7-form input.wpcf7-submit {
    background: var(--primary-color);
    color: #fff; }
.dat-lich-hen .wpcf7-form textarea {
  display: block;
  min-height: 150px;
  background: #fff;
  color: #333;
  width: 100%; }

.dich-vu h2 {
  color: #333; }
.dich-vu .box {
  border: 1px solid #D9AD50;
  text-align: center;
  transition: all .2s ease-in-out;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(82, 95, 127, 0.125) !important;
  margin: 15px 0; }
  .dich-vu .box:hover {
    transform: translateY(-3px);
    transition: all .2s ease-in-out; }
  .dich-vu .box p {
    color: #30374b !important;
    font-weight: 600;
    padding: 1.2rem !important;
    font-size: 18px; }
  .dich-vu .box .image-cover {
    padding: 0 !important;
    height: auto !important;
    overflow: visible;
    text-align: center; }
    .dich-vu .box .image-cover img {
      position: static;
      width: auto; }

.tieu-chuan h2 {
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background: #005f9d !important; }

.about-2 .medium-6 .icon-box {
  padding: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  height: 100%; }
  .about-2 .medium-6 .icon-box h4 {
    font-size: 20px;
    color: #333; }
  .about-2 .medium-6 .icon-box p {
    font-size: 16px;
    color: #333; }

.ar-title h1 {
  font-size: 28px;
  color: #333;
  text-transform: capitalize; }

.single-post h1 {
  font-size: 28px;
  color: #333;
  text-transform: capitalize;
  border: 0; }
.single-post .st-post {
  position: sticky;
  top: 24px; }
  .single-post .st-post .section-title {
    font-size: 24px;
    border: 0;
    color: #333;
    margin: 0; }
  .single-post .st-post .blog-post .post-item {
    margin-bottom: 15px; }
    .single-post .st-post .blog-post .post-item .post-title {
      font-size: 16px !important; }
    .single-post .st-post .blog-post .post-item .post-meta {
      font-size: 12px;
      font-style: italic; }
.single-post .title-sg h3 {
  font-size: 24px;
  color: #333;
  margin: 0; }

.socials-share a {
  padding: 0px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 4px; }

.socials-share .bg-facebook {
  background: #3a5899; }

.socials-share i {
  margin-right: 3px; }

.socials-share .bg-twitter {
  background: #00acee; }

@media (max-width: 768px) {
  .menu-mobile .button {
    color: #333; }

  .pd-60 {
    padding: 30px 0 !important; }

  .home-2 h2,
  .title.col h2 {
    font-size: 24px; }

  .home-3 .box {
    margin-bottom: 15px; }

  .tieu-chuan h2 {
    font-size: 18px; }

  .about-2 .medium-6 .icon-box {
    display: block;
    text-align: center;
    margin-top: 15px;
    height: auto; }
    .about-2 .medium-6 .icon-box .icon-box__img {
      width: 100%;
      text-align: center;
      margin: 0 auto; }
    .about-2 .medium-6 .icon-box .icon-box__text {
      text-align: left;
      width: 100%; } }

/*# sourceMappingURL=global.css.map */
