/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.back-to-top {
  bottom: 10px;
  cursor: pointer;
  height: 62px;
  position: fixed;
  right: 15px;
  width: 58px;
  color: #fff;
  z-index: 9999;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  background-color: #ebc658; }

.vtm-pagination li a,
.vtm-pagination li a:hover,
.vtm-pagination li.active a,
.vtm-pagination li.disabled {
  color: #fff;
  text-decoration: none; }

.vtm-pagination li {
  display: inline; }

.vtm-pagination li a,
.vtm-pagination li a:hover,
.vtm-pagination li.active a,
.vtm-pagination li.disabled {
  background-color: #000;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.75rem; }

.vtm-pagination li a:hover,
.vtm-pagination li.active a {
  background-color: #000; }

.vtm-pagination ul {
  padding-left: 0; }

.mobilephone-outer {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 45%;
  right: 15px; }
  .mobilephone-outer a {
    display: block; }
  .mobilephone-outer .wrap-mobilephone {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ebc658;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mobilephone-outer .wrap-mobilephone i {
      -webkit-animation: phone-ring 1.5s infinite;
      -moz-animation: phone-ring 1.5s infinite;
      animation: phone-ring 1.5s infinite; }
  .mobilephone-outer .border-small-mobilephone {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 3;
    -webkit-animation: scale-phone 1.5s infinite;
    -moz-animation: scale-phone 1.5s infinite;
    animation: scale-phone 1.5s infinite; }
  .mobilephone-outer .border-big-mobilephone {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 3;
    -webkit-animation: scale-phone 1.5s infinite;
    -moz-animation: scale-phone 1.5s infinite;
    animation: scale-phone 1.5s infinite; }

@-webkit-keyframes scale-phone {
  from {
    transform: scale(1, 1);
    border: 5px rgba(235, 198, 88, 0.67) solid; }
  to {
    transform: scale(2, 2);
    border: 5px rgba(235, 198, 88, 0) solid; } }
@-moz-keyframes scale-phone {
  from {
    transform: scale(1, 1);
    border: 5px rgba(235, 198, 88, 0.67) solid; }
  to {
    transform: scale(2, 2);
    border: 5px rgba(235, 198, 88, 0) solid; } }
@keyframes scale-phone {
  from {
    transform: scale(1, 1);
    border: 5px rgba(235, 198, 88, 0.67) solid; }
  to {
    transform: scale(2, 2);
    border: 5px rgba(235, 198, 88, 0) solid; } }
@-webkit-keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
@-moz-keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #111; }

*:focus {
  outline: 0 none; }

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      display: block; } }

.banner.wpb_single_image .vc_figure, .banner.wpb_single_image .vc_single_image-wrapper, .banner.wpb_single_image img {
  width: 100%; }

.logo.wpb_single_image {
  z-index: 100;
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  -o-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  position: absolute;
  bottom: 0;
  left: 50%; }

.wpb_wrapper {
  position: relative; }

.vc_row[data-vc-full-width] {
  overflow: inherit !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0; }

.text-extra-bold {
  font-weight: 900; }

.site-footer {
  background-color: #fff;
  padding: 60px; }
  .site-footer .footer-info p {
    font-weight: 600;
    font-size: 14px;
    color: #538100; }
  .site-footer .social_icons ul {
    margin: 0;
    padding: 0; }
    .site-footer .social_icons ul li {
      margin-left: 10px;
      display: inline-block; }

.wpb_text_column.wpb_content_element p, .wpb_text_column.wpb_content_element li {
  font-size: 15px;
  line-height: 25px;
  color: #538100; }
.wpb_text_column.wpb_content_element ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none; }
  .wpb_text_column.wpb_content_element ul li {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px; }
    .wpb_text_column.wpb_content_element ul li:before {
      margin-right: 20px;
      content: '\f111';
      font-family: FontAwesome; }
.wpb_text_column.wpb_content_element.white-text p, .wpb_text_column.wpb_content_element.white-text li {
  color: #fff; }

.event-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .event-block .year {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #538100;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    .event-block .year p {
      color: #538100;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .event-block .desc {
    width: calc(100% - 100px);
    float: left; }
    .event-block .desc p {
      color: #538100;
      font-weight: 500;
      font-size: 16px; }
  .event-block + .event-block {
    margin-top: 25px; }

.vc_row[data-vc-full-width].block-tu-van {
  position: relative;
  overflow: hidden !important; }
  .vc_row[data-vc-full-width].block-tu-van .right-content {
    position: relative; }
    .vc_row[data-vc-full-width].block-tu-van .right-content:after {
      content: '';
      position: absolute;
      top: 0;
      right: -100%;
      background-color: #ffffff;
      width: 100%;
      height: 100%; }

.heading-group h1, .heading-group h2, .heading-group h3, .heading-group h4, .heading-group h5, .heading-group h6 {
  margin: 30px 0; }
.heading-group h2 + h2 {
  margin-top: -25px; }

.cta-extra-size a {
  font-size: 3em !important; }
  @media only screen and (max-width: 560px) {
    .cta-extra-size a {
      font-size: 24px !important; } }

.nf-before-form-content, .nf-after-form-content {
  display: none; }

.nf-response-msg p {
  background-color: #4CAF50;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  color: #fff; }

.nf-form-content .ninja-forms-field {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px; }
.nf-form-content .nf-error-msg.nf-error-required-error {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px; }
.nf-form-content .submit-container {
  margin-right: 0; }
.nf-form-content textarea {
  height: 96px !important;
  resize: none; }
.nf-form-content .nf-field-container {
  margin-bottom: 15px; }
.nf-form-content .submit-wrap [type="button"] {
  width: 100%;
  background-color: #538100;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none; }
  .nf-form-content .submit-wrap [type="button"]:hover {
    background-color: rgba(83, 129, 0, 0.8); }

div.nf-form-cont.nf-subscribe nf-fields-wrap {
  max-width: 750px;
  display: block;
  width: 100%; }
  div.nf-form-cont.nf-subscribe nf-fields-wrap:before, div.nf-form-cont.nf-subscribe nf-fields-wrap:after {
    content: " ";
    display: table; }
  div.nf-form-cont.nf-subscribe nf-fields-wrap:after {
    clear: both; }
  div.nf-form-cont.nf-subscribe nf-fields-wrap nf-field {
    margin-right: 15px;
    max-width: 360px;
    float: left;
    width: calc(50% - 15px); }
    div.nf-form-cont.nf-subscribe nf-fields-wrap nf-field:nth-child(2) {
      float: right; }
    @media (max-width: 992px) {
      div.nf-form-cont.nf-subscribe nf-fields-wrap nf-field {
        margin-right: 0;
        width: 100%;
        max-width: 100%; } }
  div.nf-form-cont.nf-subscribe nf-fields-wrap textarea {
    height: 200px !important;
    resize: none; }
  @media only screen and (max-width: 992px) {
    div.nf-form-cont.nf-subscribe nf-fields-wrap .textbox-container, div.nf-form-cont.nf-subscribe nf-fields-wrap .listselect-container, div.nf-form-cont.nf-subscribe nf-fields-wrap .textarea-wrap {
      margin-right: 0; } }
  div.nf-form-cont.nf-subscribe nf-fields-wrap .submit-wrap {
    margin-top: 5px; }

@media only screen and (max-width: 1024px) {
  .lien-he-section .vc_col-sm-4 .vc_column-inner {
    margin-top: -150px !important; }
    .lien-he-section .vc_col-sm-4 .vc_column-inner .banner {
      padding-right: 30px !important; }
  .lien-he-section .vc_col-sm-6 {
    width: 66.66666667% !important;
    padding-right: 15px !important; } }
@media only screen and (max-width: 992px) {
  .lien-he-section.vc_row[data-vc-full-width] {
    padding: 0 0 30px !important; }
  .lien-he-section .vc_col-sm-4 {
    display: none; }
  .lien-he-section .vc_col-sm-6 {
    width: 100% !important;
    padding-right: 0 !important; } }

body {
  overflow-x: hidden; }

@media only screen and (max-width: 768px) {
  .vc_hidden-xs {
    display: none !important; }

  div[class*="vc_col-sm"], .mdr-khuyen-mai-outer .content-kh .khuyen-mai {
    width: 100% !important; }

  .logo.wpb_single_image {
    max-width: 240px; }

  .block-tu-van .wpb_single_image {
    display: none; }

  .block-tu-van .chuyen-gia img {
    display: block;
    margin: 0 auto 20px; }

  .mdr_thongtin img {
    height: auto; }
  .mdr_thongtin .info {
    padding: 30px !important; }

  .mdr-cam-ket-outer img {
    width: 100%;
    height: auto;
    display: block; }

  .mdr-cong-dung-outer img {
    width: 100%;
    height: auto;
    display: block; }
  .mdr-cong-dung-outer .brand-name {
    font-size: 2em !important;
    margin: 15px 0; }
  .mdr-cong-dung-outer h2, .mdr-cong-dung-outer h3 {
    font-size: 1em; }

  div.nf-form-cont.nf-subscribe {
    padding: 0 20px !important; }

  .site-footer {
    padding-left: 0;
    padding-right: 0; }
    .site-footer .social_icons {
      text-align: center;
      margin-bottom: 40px; }
    .site-footer .footer-info {
      text-align: center; } }
@media only screen and (max-width: 560px) {
  .block-tu-van .right-content:after {
    display: none !important; }

  .block-tu-van .mdr-tu-van-outer .tv-slider-nav,
  .block-tu-van .mdr-tu-van-outer .tv-slider-for {
    padding: 15px 0 30px; }
  .block-tu-van .mdr-tu-van-outer .tv-slider-nav .bn-item h3 {
    padding: 0 10px 30px; }
  .block-tu-van .mdr-tu-van-outer .right-content {
    margin: 0 0 15px !important; }
  .block-tu-van .mdr-tu-van-outer .tv-slider-for {
    border-top: 35px solid #538100; }
  .block-tu-van .mdr-tu-van-outer .tv-slider-for .cg-item {
    border: none; }

  .special-img {
    left: inherit !important; }
    .special-img img {
      display: block !important;
      width: 100% !important;
      height: auto !important; }
    .special-img.bottom-am-60 {
      bottom: inherit;
      margin: 20px 0; }

  .vtm-images-slide .the-slide {
    padding: 0 10px !important; }
    .vtm-images-slide .the-slide img {
      width: 100%;
      height: auto;
      display: block; }
    .vtm-images-slide .the-slide .slick-arrow {
      z-index: 10; }

  .mdr-huong-dan-outer h2 {
    width: 100% !important; }

  .site-footer .social_icons img {
    width: 40px;
    height: 40px; } }

/*# sourceMappingURL=main.css.map */
