@charset "UTF-8";
@font-face {
  src: url("../fonts/SVN-AVANT GARDE GOTHIC BOLD.TTF");
  font-family: "SVN_AGG";
  font-weight: 700;
}
:root {
  --scaler1: calc(100vw / 1920);
  /* 0px: 0 -> 1920px: 1 */
  --scaler2: calc((100vw - 1366px) / (1920 - 1366));
  /* 1366px: 0 -> 1920px: 1 */
  --scaler3: calc(100vw / 375);
  /* 375px: 1 -> 1920px: ? */
  --scaler4: calc((100vw - 375px) / (768 - 375));
  /* 375px: 0 -> 768px: 1 */
  --fallback-fonts: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font1: "Montserrat", var(--fallback-fonts);
  --font2: "Raleway", var(--fallback-fonts);
  --font3: "SVN_AGG", var(--fallback-fonts);
  --color1: #c87100;
}

body {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--font1);
}

#inner-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .container {
    max-width: 1230px;
  }
}
iframe {
  max-width: 100%;
}

figure {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
  color: inherit;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3,
h4,
h5,
h6 {
  font-size: 1.4em;
}

p {
  margin-bottom: 1.4em;
}

.fa {
  line-height: inherit;
}

figure.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

figure.alignleft,
img.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

figure.alignright,
img.alignright {
  margin-left: 1.5em;
  display: block;
  float: right;
}

.wp-pagenavi {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin: 2px;
  line-height: 26px;
  min-width: 26px;
  border-radius: 30px;
  color: inherit;
  text-align: center;
  box-shadow: 0px 0px 3px #ccc;
}

.wp-pagenavi .pages {
  margin-right: 5px;
}

.wp-pagenavi .current {
  background-color: var(--color1);
  color: white;
}

.breadcrumbs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs .brc-sep {
  margin: 0 5px;
}
.breadcrumbs .current-item {
  color: var(--color1);
}

.header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}
@media (min-width: 992px) {
  .header .header-row {
    min-height: 76px;
  }
}

.header-branding {
  color: #974000;
  line-height: 1.1;
}
.header-branding img {
  height: 76px;
  width: auto;
}
.header-branding a {
  color: inherit;
}
.header-branding .header-branding_text-1 {
  font-size: 12px;
  text-transform: uppercase;
}
.header-branding .header-branding_text-2 {
  font-family: var(--font3);
  font-size: 24px;
  font-weight: 700;
}

.language-switcher {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.language-switcher li {
  list-style: none;
  margin-left: 4px;
}
.language-switcher img {
  height: 22px;
  width: auto;
  box-shadow: 0px 0px 2px #ddd;
}

.nav-search {
  margin-left: 20px;
  position: relative;
}
.nav-search .nav-search_button {
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
}
.nav-search .search-form {
  position: absolute;
  z-index: 10;
  top: calc(100% + 20px);
  right: -70px;
  width: 420px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.nav-search .search-form.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.nav-search .search-box {
  padding: 8px;
  box-shadow: 0px 0px 20px #ccc;
  background-color: white;
  border-radius: 6px;
}
.nav-search .search-box .search-keyword {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  margin-right: 4px;
  outline: 0;
  font-size: 12px;
  padding: 0 14px;
}
.nav-search .search-box .search-submit {
  background-color: var(--color1);
  color: white;
  font-family: var(--font2);
  font-size: 12px;
  border-radius: 4px;
}

.nav-menu {
  font-family: var(--font2);
}
.nav-menu, .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-menu a {
  color: inherit;
}
.nav-menu li {
  position: relative;
}
.nav-menu > li.menu-item-has-children > a:after {
  content: "▼";
  margin-left: 3px;
  font-size: 75%;
}
.nav-menu > li > a {
  display: block;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
.nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 280px;
  background-color: white;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 10px;
}
.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.nav-menu .sub-menu li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
}
.nav-menu .sub-menu li a:hover {
  background-color: var(--color1);
  color: white;
}
.nav-menu .sub-menu li:not(:last-child) > a {
  border-bottom: 1px solid #bbb;
}
.nav-menu li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header-menu-button {
  width: 32px;
  cursor: pointer;
  margin-left: 30px;
}

.header-menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  margin: 8px 0;
  transition: 0.3s;
}

.header-menu-button span:first-child {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.header-menu-button span:last-child {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.header-menu-button.active span:first-child {
  -webkit-transform: rotateZ(45deg) scaleX(1.2) translateY(-3px);
  transform: rotateZ(45deg) scaleX(1.2) translateY(-3px);
}

.header-menu-button.active span:nth-child(2) {
  opacity: 0;
}

.header-menu-button.active span:last-child {
  -webkit-transform: rotateZ(-45deg) scaleX(1.2) translateY(3px);
  transform: rotateZ(-45deg) scaleX(1.2) translateY(3px);
}

#mobile-nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 500px;
  height: 100%;
  z-index: 2000;
  background: #f9f8f8;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 20px;
}

#mobile-nav-panel.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.search-form {
  position: absolute;
  z-index: 10;
  top: calc(100% + 20px);
  right: -70px;
  width: 420px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.search-form.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.mobile-panel_search-form {
  border-radius: 6px;
  margin-bottom: 20px;
}
.mobile-panel_search-form .search-keyword {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  margin-right: 4px;
  outline: 0;
  font-size: 12px;
  padding: 0 14px;
}
.mobile-panel_search-form .search-submit {
  background-color: var(--color1);
  color: white;
  font-family: var(--font2);
  font-size: 12px;
  border-radius: 4px;
}

.mobile-nav-panel-branding {
  color: #974000;
  line-height: 1.1;
  margin-bottom: 20px;
}

.mobile-nav-panel-branding a {
  color: inherit;
}
.mobile-nav-panel-branding .mobile-nav-panel-branding_text-1 {
  font-size: 12px;
  text-transform: uppercase;
}
.mobile-nav-panel-branding .mobile-nav-panel-branding_text-2 {
  font-family: var(--font3);
  font-size: 24px;
  font-weight: 700;
}

#mobile-nav-panel .menu-close {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  margin-left: 10px;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 0;
}

#mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1900;
  display: none;
}

#mobile-nav-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

#mobile-nav-menu a {
  color: inherit;
}

#mobile-nav-menu ul {
  margin: 0;
  padding: 0;
}

#mobile-nav-menu ul li {
  list-style: none;
}

#mobile-nav-menu > li > a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
}

#mobile-nav-menu li {
  position: relative;
}

#mobile-nav-menu .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  transition: 0.3s ease;
}

#mobile-nav-menu .sub-menu {
  padding-left: 20px;
  display: none;
}

#mobile-nav-menu .sub-menu li a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
}

#mobile-nav-menu li.active > .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer {
  padding: 20px 0;
  background-color: #fff4e5;
  font-size: 14px;
}
.footer a {
  color: inherit;
}

.footer-block .footer-block_title {
  font-family: var(--font3);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color1);
}

.footer-contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.footer-contact-info li {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
}
.footer-contact-info .icon {
  min-width: 24px;
  margin-right: 4px;
}
.footer-block-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-block-menu li {
  margin-bottom: 10px;
}
.sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sns-list li {
  margin: 0px 5px 5px;
}
.sns-list li a {
  display: block;
  line-height: 24px;
  min-width: 24px;
  text-align: center;
  border-radius: 2px;
  color: white;
  background-color: var(--color1);
}

.copyright {
  padding: 15px;
  line-height: 1.4;
  text-align: center;
  background-color: var(--color1);
  color: white;
  font-size: 12px;
}

.blogpost-item {
  margin-bottom: 60px;
  box-shadow: 0px 10px 15px #ccc;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}

.blogpost-item .item-body {
  padding: 20px 20px;
}

.blogpost-item .post-title {
  font-family: var(--font3);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 5px;
  color: var(--color1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.blogpost-item .thumbnail {
  --ratio: 1.6;
  overflow: hidden;
}

.blogpost-item .thumbnail img {
  transition: 0.4s ease-in-out;
  display: block;
}

.blogpost-item .thumbnail:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blogpost-item .post-time {
  font-size: 14px;
  color: #9c9c9c;
  font-weight: 700;
  margin-bottom: 5px;
}

.blogpost-item .post-excerpt {
  font-size: 14px;
  color: #000;
  min-height: 70px;
  padding: 0 10px;
  text-align: justify;
}

.single-post-detail .post-title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font3);
  margin-bottom: 30px;
}
.single-post-detail .post-content {
  text-align: justify;
}

.related-posts {
  margin-top: 50px;
}
.related-posts .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
}

.archive-page-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}

.blogpost-item-2 {
  margin-bottom: 60px;
}

.blogpost-item-2 .post-title {
  font-family: var(--font3);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 5px;
  color: var(--color1);
}

.blogpost-item-2 .thumbnail {
  --ratio: 1.6;
  box-shadow: 0px 10px 10px #ccc;
  border-radius: 15px;
  overflow: hidden;
}

.blogpost-item-2 .thumbnail img {
  transition: 0.4s ease-in-out;
  display: block;
}

.blogpost-item-2 .thumbnail:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blogpost-item-2 .post-excerpt {
  font-size: 14px;
  color: #000;
  min-height: 70px;
  text-align: justify;
}

.blogpost-item-2 .read-more {
  font-size: 12px;
  font-family: var(--font3);
  font-weight: 700;
  margin-top: 8px;
  color: inherit;
}

.related-cnsk-posts {
  background-color: #c87100;
}
.related-cnsk-posts .bg-img {
  padding: 60px 0;
  background-image: url(../images/bg-cnsk.png);
  background-size: cover;
  background-position: center;
}
.related-cnsk-posts .blogpost-item {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}
.related-cnsk-posts .owl-carousel {
  padding: 0 50px;
}
@media (min-width: 992px) {
  .related-cnsk-posts .owl-carousel {
    padding: 0 100px;
  }
}
.related-cnsk-posts .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: white;
  font-family: var(--font3);
}

.owl-style-1 .owl-prev,
.owl-style-1 .owl-next {
  display: block;
  border: none;
  position: absolute;
  top: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  padding: 0;
  font-size: 42px;
  transition: 0.3s;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-style-1 .owl-prev {
  background-image: url("../images/left.png");
  left: 0;
}
.owl-style-1 .owl-next {
  background-image: url("../images/right.png");
  right: 0;
}

.blogpost-item-3 {
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--color1);
}


.blogpost-item-3 .item-body {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .blogpost-item-3:nth-child(2n) .col-body {
    -ms-flex-order: 1;
        order: 1;
  }
  .blogpost-item-3:nth-child(2n) .col-thumb {
    -ms-flex-order: 2;
        order: 2;
  }
  .blogpost-item-3 .item-body {    
    padding: 10px 30px;
  }
  .blogpost-item-3 .col-thumb {
    width: 48%;
  }
  .blogpost-item-3 .col-body {
    width: 52%;
  }
}

.blogpost-item-3 .post-title {
  font-family: var(--font3);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 5px;
  color: var(--color1);
}

.blogpost-item-3 .thumbnail {
  --ratio: 1.6;
  overflow: hidden;
}

.blogpost-item-3 .thumbnail img {
  transition: 0.4s ease-in-out;
  display: block;
}

.blogpost-item-3 .thumbnail:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blogpost-item-3 .post-excerpt {
  font-size: 16px;
  color: #000;
  min-height: 70px;
  font-weight: 600;
  text-align: justify;
}

.blogpost-item-3 .read-more {
  font-size: 14px;
  font-family: var(--font3);
  font-weight: 700;
  margin-top: 15px;
  color: inherit;
  display: block;
}

.single-dv-post-detail {
  margin-top: 50px;
}
.single-dv-post-detail .post-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.single-dv-post-detail .post-gallery {
  margin-bottom: 40px;
}
.single-dv-post-detail .post-gallery .lslide {
  text-align: center;
}
@media (min-width: 992px) {
  .single-dv-post-detail .post-gallery {
    padding: 30px;
    background-color: var(--color1);
  }
}
.single-dv-post-detail .post-gallery .lSSlideWrapper {
  margin-bottom: 20px;
}

.single-sp-post-detail .post-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.single-sp-post-detail .sp-gallery {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .single-sp-post-detail .sp-gallery {
    padding: 15px;
    background-color: var(--color1);
  }
}
.single-sp-post-detail .sp-gallery .lSSlideWrapper {
  margin-bottom: 10px;
}
.single-sp-post-detail .gia-sp {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--color1);
  font-family: var(--font3);
}

.single-sp-post-detail .post-content-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: var(--font3);
}

.dmsp-tab {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
.dmsp-tab li {
  min-width: 290px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.3;
  border-radius: 6px;
  border: 1px solid var(--color1);
  margin: 0 10px 10px;
  color: var(--color1);
}
.dmsp-tab li a {
  color: inherit;
}
.dmsp-tab li.current-cat {
  background-color: var(--color1);
  color: white;
}

.gt-section-1 {
  padding: 40px 0;
}
.gt-section-1 .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.gt-section-2 {
  padding: 40px 0;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gt-section-2 .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: white;
  font-family: var(--font3);
}
.gt-section-2 .item {
  margin-bottom: 60px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.gt-section-2 .item .item-body {
  padding: 20px 20px;
}
.gt-section-2 .item .item-title {
  font-family: var(--font3);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 5px;
  color: var(--color1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.gt-section-2 .item .item-image {
  --ratio: 1.6;
  overflow: hidden;
}
.gt-section-2 .item .item-image img {
  transition: 0.4s ease-in-out;
  display: block;
}
.gt-section-2 .item .item-image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gt-section-2 .item .item-text {
  font-size: 14px;
  color: #000;
  min-height: 70px;
  padding: 0 10px;
  text-align: justify;
}

.gt-section-3 {
  padding: 40px 0 60px;
}
.gt-section-3 .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.gt-section-3 .item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--color1);
}
@media (max-width: 575.98px) {
  .gt-section-3 .item {
    padding: 10px;
    border-radius: 6px;
  }
}
.gt-section-3 .item .item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color1);
  font-family: var(--font3);
}
.content-contact {
  padding: 60px 0;
  background: url(../images/bg-ct.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
.content-contact .breadcrumbs * {
  color: white;
}
.content-contact .contact_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-family: var(--font3);
  color: white;
}
.content-contact .contact-form-container {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .content-contact .contact-form-wrap {
    border: 2px solid white;
    border-radius: 40px;
    padding: 16px;
  }
  .content-contact .contact-form-container {
    padding: 50px 20px;
    border-radius: 30px;
  }
}
.content-contact .contact-form {
  margin: 0 auto;
  max-width: 730px;
}
.content-contact .contact-form .form-group {
  margin-bottom: 24px;
}
.content-contact .contact-form .input-text,
.content-contact .contact-form .textarea {
  border-radius: 6px;
  border: 1px solid #666;
}
.content-contact .contact-form .btn-submit {
  border: 0;
  background-color: var(--color1);
  color: white;
  padding: 6px 12px;
  min-width: 120px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}

.section-gioi-thieu-chung {
  padding: 45px 0;
}
.section-gioi-thieu-chung .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-gioi-thieu-chung .section_content {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}
.section-gioi-thieu-chung .section_content h1, .section-gioi-thieu-chung .section_content h2, .section-gioi-thieu-chung .section_content h3, .section-gioi-thieu-chung .section_content h4, .section-gioi-thieu-chung .section_content h5, .section-gioi-thieu-chung .section_content h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: var(--font3);
}
.section-gioi-thieu-chung .read-more {
  color: white;
  background-color: var(--color1);
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  font-family: var(--font3);
  font-size: 12px;
  font-weight: 700;
}

.youtube-video {
  position: relative;
}
.youtube-video:before {
  content: "";
  display: block;
  width: 18%;
  height: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../images/icon-youtube-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-cong-dung {
  padding: 60px 0;
  background: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-cong-dung .container {
  max-width: 1030px;
}
.section-cong-dung .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: white;
  font-family: var(--font3);
}
.section-cong-dung .item {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.section-cong-dung .item .icon {
  text-align: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid var(--color1);
  margin: 0 auto 15px;
  overflow: hidden;
}
.section-cong-dung .item .icon img {
  display: block;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: .3s;
}
.section-cong-dung .item:hover .icon img {
  transform: scale(1.1);
}
.section-cong-dung .item .item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-cong-dung .item .item-content {
  line-height: 1.5;
  font-size: 14px;
  text-align: justify;
}

.section-home-cnsk {
  padding: 45px 0;
  background-color: #fff1de;
}
.section-home-cnsk .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-home-cnsk .view-more {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: var(--color1);
  color: white;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 15px;
  min-width: 190px;
  text-align: center;
  line-height: 1.2;
}

.section-thu-vien {
  padding: 50px 0;
  background-color: #fffbf6;
}
.section-thu-vien .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-thu-vien .text-teraheartz_2 {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .section-thu-vien .text-teraheartz_2 {
    margin-left: calc((100vw - 1230px) / -2);
    text-align: right;
  }
}
@media (min-width: 1900px) {
  .section-thu-vien .text-teraheartz_2 {
    margin-left: -320px;
    text-align: right;
  }
}
.section-thu-vien .text-teraheartz_2 img {
  width: 100%;
}

.thu-vien-video-slider .item .item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0;
  color: var(--color1);
  font-family: var(--font3);
}
.thu-vien-video-slider .item .item-content {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.owl-style-2 .owl-dots {
  text-align: center;
}
.owl-style-2 .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 5px;
  background-color: #ddd;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.owl-style-2 .owl-dots .owl-dot.active {
  background-color: #000;
}

.section-testimonial {
  padding: 50px 0;
}
.section-testimonial .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color1);
  font-family: var(--font3);
  line-height: 1.3;
}

.testimonial-item {
  padding: 20px;
}
.testimonial-item .item-box {
  padding: 30px;
  box-shadow: 0px 0px 20px #d6d3d3;
  border-radius: 15px;
}
.testimonial-item .item-image {
  margin: 0 auto 30px;
  width: 160px;
  height: 160px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0px 10px 19px #c4c2c2;
}
.testimonial-item .item-image img {
  display: block;
}
.testimonial-item .item-title {
  font-family: var(--font3);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: var(--color1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.testimonial-item .item-content {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.owl-style-3 .owl-dots {
  text-align: center;
}
.owl-style-3 .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 5px;
  background-color: #ddd;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.owl-style-3 .owl-dots .owl-dot.active {
  background-color: var(--color1);
}

.owl-style-4 .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.owl-style-4 .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 5px 10px;
  background-color: #ccc;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.owl-style-4 .owl-dots .owl-dot.active {
  background-color: #000;
}

.section-gdn-images {
  padding: 40px 0;
  background-color: #fff3e3;
}
.section-gdn-images .section_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color1);
  font-family: var(--font3);
  line-height: 1.3;
}

.owl-style-5 {
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .owl-style-5 {
    padding: 0 75px;
  }
  .owl-style-5 .owl-stage-outer {
    padding: 115px 0;
  }
  .owl-style-5 .owl-item {
    transition: 0.3s;
    box-shadow: 0px 5px 20px #ddd;
  }
  .owl-style-5 .owl-item.center {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    position: relative;
    z-index: 1;
  }
}
.owl-style-5 .owl-prev,
.owl-style-5 .owl-next {
  display: block;
  border: none;
  position: absolute;
  top: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  padding: 0;
  font-size: 42px;
  transition: 0.3s;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-style-5 .owl-prev {
  background-image: url("../images/left-2.png");
  left: 0;
}
.owl-style-5 .owl-next {
  background-image: url("../images/right-2.png");
  right: 0;
}

.contact-btn {
  font-size: 18px;
  border-radius: 6px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 84px;
  background-color: var(--color1);
  color: white;
  line-height: 1.3;
  font-weight: 600;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.contact-btn.btn-call {
  background-image: url(../images/icon-call.png);
  
}
.contact-btn.btn-call:hover {
  background-color: #f6991f;
}
.contact-btn.btn-mess {
  background-image: url(../images/icon-mess.png);  
  background-color: #1d84e4;
}
.contact-btn.btn-mess:hover {
  background-color: #57b6e1;
}
@media (max-width: 575px) {
  .contact-buttons {
    --col-space-x: 10px;
  }
  .contact-btn {
    padding: 60px 10px 10px;
    background-position: top 15px center;
    background-size: 36px auto;
    font-size: 14px;
    text-align: center;
    justify-content: center;
  }
}

.section-gdn-2 {
  padding: 40px 0;
  background-image: url(../images/bg-4.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.section-gdn-2 .title-ttct {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font3);
  line-height: 1.3;
}
.section-gdn-2 .content-ttct  {
  text-align: justify;
}
.section-gdn-2 .title-lisk {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color1);
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .section-gdn-2 .box-lisk {
    border-radius: 50px;
    border: 1px solid var(--color1);
    padding: 50px 100px;
  }
}
.section-gdn-2 .box-lisk .item {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 60px;
  position: relative;
  box-shadow: 0px 8px 20px #ddd;
}
.section-gdn-2 .box-lisk .item:after {
  content: "";
  display: block;
  height: 13px;
  width: 180px;
  background-color: var(--color1);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-gdn-2 .box-lisk .item .icon {
  text-align: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid var(--color1);
  margin: 0 auto 15px;
}
.section-gdn-2 .box-lisk .item .icon img {
  display: block;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-gdn-2 .box-lisk .item .item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-gdn-2 .box-lisk .item .item-content {
  line-height: 1.5;
  font-size: 14px;
  text-align: justify;
}
.section-gdn-2 .title-tv {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--color1);
  text-align: center;
  line-height: 1.3;
}
.section-gdn-2 .content-tv {
  text-align: justify;
}
.section-gdn-2 .ai-nen-dung {
  padding: 70px 0 40px;
}
.section-gdn-2 .ai-nen-dung .title-and {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-gdn-2 .ai-nen-dung .item {
  margin-top: 40px;
  position: relative;
  background-color: white;
  border-radius: 12px;
  border: 1px solid var(--color1);
  padding: 60px 30px 30px;
}
.section-gdn-2 .ai-nen-dung .item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color1);
  font-family: var(--font3);
}
.section-gdn-2 .ai-nen-dung .item-content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
}
.section-gdn-2 .ai-nen-dung .num {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  background-color: var(--color1);
  font-family: var(--font3);
  font-size: 25px;
  font-weight: 700;
}
.btn-anim-1 {
  transition: .3s;
}
.btn-anim-1:hover {
  background-color: #f6991f !important;
}
.text-hover-anim-1 {
  transition: .3s;
}
.text-hover-anim-1:hover {
  color: var(--color1) !important;
}


.captcha-form-gr {
  position: relative;
} 
.captcha-form-gr .captcha {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 90px;
  background-color: #eee;
}